* config/rl78/rl78.c (rl78_addsi3_internal): New function.
[official-gcc.git] / gcc / ChangeLog
blobbbee98a0001343d55168593e91812ddf265cdd14
1 2015-07-28  Nick Clifton  <nickc@redhat.com>
3         * config/rl78/rl78.c (rl78_addsi3_internal): New function.
4         Optimizes the case where -mes0 is active and a constant symbolic
5         address is used.
6         * config/rl78/rl78-protos.h: Prototype the new function.
7         * config/rl78/rl78.md (addsi3_internal_real): Call new function.
9 2015-07-28  Tom de Vries  <tom@codesourcery.com>
11         * tree-parloops.c (reduc_stmt_res): New function.
12         (initialize_reductions, add_field_for_reduction)
13         (create_phi_for_local_result, create_loads_for_reductions)
14         (create_stores_for_reduction, build_new_reduction): Handle case that
15         reduc_stmt is a phi.
16         (gather_scalar_reductions): Allow double_reduc reductions.
18 2015-07-28  Richard Biener  <rguenther@suse.de>
20         * fold-const.c (fold_comparison): Remove equality folding
21         of decl addresses ...
22         * match.pd: ... here and merge with existing pattern.
24 2015-07-28  Thomas Preud'homme  <thomas.preudhomme@arm.com>
26         PR tree-optimization/66828
27         * tree-ssa-math-opts.c (perform_symbolic_merge): Change type of inc
28         from int64_t to uint64_t.
30 2015-07-28  Dominik Vogt  <vogt@linux.vnet.ibm.com>
32         * opts-common.c (read_cmdline_option): List DriverOnly enum values
33         as valid only in the error message of the driver, not in the
34         messages of the language compilers.
36 2015-07-27  Tom de Vries  <tom@codesourcery.com>
38         * tree-parloops.c (gather_scalar_reductions): Simplify function
39         structure.
41 2015-07-27  Marek Polacek  <polacek@redhat.com>
43         * ipa-devirt.c (types_same_for_odr): Fix typo.
45 2015-07-27  Jason Merrill  <jason@redhat.com>
47         PR debug/66468
48         * dwarf2out.c (gen_inlined_subroutine_die): Check
49         cgraph_function_possibly_inlined_p.
51 2015-07-27  Wilco Dijkstra  <wdijkstr@arm.com>
53         * gcc/config/aarch64/aarch64.md (aarch64_lshr_sisd_or_int_<mode>3):
54         Place integer variant first.
55         (aarch64_ashr_sisd_or_int_<mode>3): Likewise.
57 2015-07-27  Alan Lawrence  <alan.lawrence@arm.com>
59         PR/63870
60         * config/arm/arm-builtins.c (enum arm_builtins):
61         Add ARM_BUILTIN_NEON_BASE and ARM_BUILTIN_NEON_LANE_CHECK.
62         (ARM_BUILTIN_NEON_BASE): Rename macro to....
63         (ARM_BUILTIN_NEON_PATTERN_START): ...this.
64         (arm_init_neon_builtins): Register __builtin_arm_lane_check.
65         (arm_expand_neon_builtin): Handle ARM_BUILTIN_NEON_LANE_CHECK.
67 2015-07-27  Alan Lawrence  <alan.lawrence@arm.com>
69         PR/63870
70         * config/arm/arm-builtins.c (enum arm_type_qualifiers):
71         Add qualifier_lane_index.
72         (arm_binop_imm_qualifiers, BINOP_IMM_QUALIFIERS): New.
73         (arm_getlane_qualifiers): Use qualifier_lane_index.
74         (arm_lanemac_qualifiers): Rename to...
75         (arm_mac_n_qualifiers): ...this.
76         (LANEMAC_QUALIFIERS): Rename to...
77         (MAC_N_QUALIFIERS): ...this.
78         (arm_mac_lane_qualifiers, MAC_LANE_QUALIFIERS): New.
79         (arm_setlane_qualifiers): Use qualifier_lane_index.
80         (arm_ternop_imm_qualifiers, TERNOP_IMM_QUALIFIERS): New.
81         (enum builtin_arg): Add NEON_ARG_LANE_INDEX.
82         (arm_expand_neon_args): Handle NEON_ARG_LANE_INDEX.
83         (arm_expand_neon_builtin): Handle qualifier_lane_index.
85         * config/arm/arm-protos.h (neon_lane_bounds): Add const_tree parameter.
86         * config/arm/arm.c (bounds_check): Likewise, improve error message.
87         (neon_lane_bounds, neon_const_bounds): Add arguments to bounds_check.
88         * config/arm/arm_neon_builtins.def (vshrs_n, vshru_n, vrshrs_n,
89         vrshru_n, vshrn_n, vrshrn_n, vqshrns_n, vqshrnu_n, vqrshrns_n,
90         vqrshrnu_n, vqshrun_n, vqrshrun_n, vshl_n, vqshl_s_n, vqshl_u_n,
91         vqshlu_n, vshlls_n, vshllu_n): Change qualifiers to BINOP_IMM.
92         (vsras_n, vsrau_n, vrsras_n, vrsrau_n, vsri_n, vsli_n): Change
93         qualifiers to TERNOP_IMM.
94         (vdup_lane): Change qualifiers to GETLANE.
95         (vmla_lane, vmlals_lane, vmlalu_lane, vqdmlal_lane, vmls_lane,
96         vmlsls_lane, vmlslu_lane, vqdmlsl_lane): Change qualifiers to MAC_LANE.
97         (vmla_n, vmlals_n, vmlalu_n, vqdmlal_n, vmls_n, vmlsls_n, vmlslu_n,
98         vqdmlsl_n): Change qualifiers to MAC_N.
100         * config/arm/neon.md (neon_vget_lane<mode>, neon_vget_laneu<mode>,
101         neon_vget_lanedi, neon_vget_lanev2di, neon_vset_lane<mode>,
102         neon_vset_lanedi, neon_vdup_lane<mode>, neon_vdup_lanedi,
103         neon_vdup_lanev2di, neon_vmul_lane<mode>, neon_vmul_lane<mode>,
104         neon_vmull<sup>_lane<mode>, neon_vqdmull_lane<mode>,
105         neon_vq<r>dmulh_lane<mode>, neon_vq<r>dmulh_lane<mode>,
106         neon_vmla_lane<mode>, neon_vmla_lane<mode>, neon_vmlal<sup>_lane<mode>,
107         neon_vqdmlal_lane<mode>, neon_vmls_lane<mode>, neon_vmls_lane<mode>,
108         neon_vmlsl<sup>_lane<mode>, neon_vqdmlsl_lane<mode>):
109         Remove call to neon_lane_bounds.
111 2015-07-27  Wilco Dijkstra  <wdijkstr@arm.com>
113         * config/aarch64/aarch64.md (aarch64_ashl_sisd_or_int_<mode>3):
114         Place integer variant first.
116 2015-07-27  Matthew Wahab  <matthew.wahab@arm.com>
118         * config/arm/arm-arches.def: Add "armv6kz". Replace 6ZK with 6KZ
119         and FL_FOR_ARCH6ZK with FL_FOR_ARCH6KZ.
120         * config/arm/arm-c.c (arm_cpu_builtins): Emit "__ARM_ARCH_6ZK__"
121         for armv6kz targets.
122         * config/arm/arm-cores.def: Replace 6ZK with 6KZ.
123         * config/arm/arm-protos.h (FL_ARCH6KZ): New.
124         (FL_FOR_ARCH6ZK): Remove.
125         (FL_FOR_ARCH6KZ): New.
126         (arm_arch6zk): New declaration.
127         * config/arm/arm-tables.opt: Regenerate.
128         * config/arm/arm.c (arm_arch6kz): New.
129         (arm_option_override): Set arm_arch6kz.
130         * config/arm/arm.h (BASE_ARCH_6ZK): Rename to BASE_ARCH_6KZ.
131         * config/arm/driver-arm.c: Add comment to "armv6zk" entry.
132         * doc/invoke.texi: Replace "armv6zk" with "armv6kz".
134 2015-07-27  Marek Polacek  <polacek@redhat.com>
136         PR c++/66555
137         PR c/54979
138         * doc/invoke.texi: Document -Wtautological-compare.
140 2015-07-27  Richard Biener  <rguenther@suse.de>
142         * genmatch.c (decision_tree::gen_gimple): Split out large
143         subtrees into separate functions.
144         (decision_tree::gen_generic): Likewise.
146 2015-07-26  Uros Bizjak  <ubizjak@gmail.com>
148         * config/alpha/alpha.c: Use SUBREG_P predicate.
149         * config/alpha/predicates.md: Ditto.
151 2015-07-25  Dominik Vogt  <vogt@linux.vnet.ibm.com>
153         * config.host (s390*-*-*): Include driver-native.c only when
154         building with s390* as host *and* target.
156 2015-07-25  Oleg Endo  <olegendo@gcc.gnu.org>
158         PR target/66930
159         * config/sh/sh.c (sh_split_movrt_negc_to_movt_xor): Add missing
160         T bit register modified_between_p check.
162 2015-07-25  Uros Bizjak  <ubizjak@gmail.com>
164         * config/i386/i386.c: Use SUBREG_P predicate.
165         * config/i386/i386.md: Ditto.
166         * config/i386/sse.md: Ditto.
167         * config/i386/predicates.md: Ditto.
169 2015-07-25  Uros Bizjak  <ubizjak@gmail.com>
171         PR target/67004
172         * config/i386/i386.h (ADJUST_INSN_LENGTH): Use NONDEBUG_INSN_P (INSN)
173         predicate and INSN_CODE (INSN) >= 0 to check for valid instruction.
175 2015-07-25  Sebastian Pop  <s.pop@samsung.com>
177         * Makefile.in: Remove use of TREEBROWSER.
178         * config.in: Regenerated.
179         * configure: Regenerated.
180         * configure.ac: Remove definition of TREEBROWSER.
181         * tree-browser.c: Removed.
182         * tree-browser.def: Removed.
184 2015-07-25  Sebastian Pop  <s.pop@samsung.com>
186         * graphite-scop-detection.c: Include gimple-pretty-print.h.
187         (stmt_simple_for_scop_p): Print when a stmt is not handled in
188         Graphite.
189         (scopdet_basic_block_info): Print when a loop or bb cannot be
190         represented in Graphite.
192 2015-07-25  Uros Bizjak  <ubizjak@gmail.com>
194         PR target/66648
195         * config/i386/i386.c (ix86_expand_set_or_movmem): Emit main loop
196         execution guard when min_size is less than size_needed.
198 2015-07-25  Sebastian Pop  <s.pop@samsung.com>
200         * doc/install.texi: Document supported versions of ISL.
202 2015-07-25  Jeff Law  <law@redhat.com>
204         Revert:
205         PR lto/66752
206         * tree-ssa-threadedge.c (simplify_conrol_stmt_condition): If we are
207         unable to find X NE 0 in the tables, return X as the simplified
208         condition.
209         (fsm_find_control_statement_thread_paths): If nodes in NEXT_PATH are
210         in VISISTED_BBS, then return failure.  Else add nodes from NEXT_PATH
211         to VISISTED_BBS.  */
212         * tree-ssa-threadupdate.c (duplicate_thread_path): Fix up edge flags
213         after removing the control flow statement and unnecessary edges.
215 2015-07-25  David Edelsohn  <dje.gcc@gmail.com>
217         Revert:
218         2015-07-23  Alexandre Oliva <aoliva@redhat.com>
220         PR rtl-optimization/64164
221         * Makefile.in (OBJS): Drop tree-ssa-copyrename.o.
222         * tree-ssa-copyrename.c: Removed.
223         * opts.c (default_options_table): Drop -ftree-copyrename.  Add
224         -ftree-coalesce-vars.
225         * passes.def: Drop all occurrences of pass_rename_ssa_copies.
226         * common.opt (ftree-copyrename): Ignore.
227         (ftree-coalesce-inlined-vars): Likewise.
228         * doc/invoke.texi: Remove the ignored options above.
229         * gimple-expr.h (gimple_can_coalesce_p): Move declaration
230         * tree-ssa-coalesce.h: ... here.
231         * tree-ssa-uncprop.c: Include tree-ssa-coalesce.h and other
232         headers required by it.
233         * gimple-expr.c (gimple_can_coalesce_p): Allow coalescing
234         across variables when flag_tree_coalesce_vars.  Check register
235         use and promoted modes to allow coalescing.  Moved to
236         tree-ssa-coalesce.c.
237         * tree-ssa-live.c (struct tree_int_map_hasher): Move along
238         with its member functions to tree-ssa-coalesce.c.
239         (var_map_base_init): Likewise.  Renamed to
240         compute_samebase_partition_bases.
241         (partition_view_normal): Drop want_bases parameter.
242         (partition_view_bitmap): Likewise.
243         * tree-ssa-live.h: Adjust declarations.
244         * tree-ssa-coalesce.c: Include explow.h.
245         (build_ssa_conflict_graph): Process PARM_ and RESULT_DECLs's
246         default defs at the entry point.
247         (dump_part_var_map): New.
248         (compute_optimized_partition_bases): New, called by...
249         (coalesce_ssa_name): ... when flag_tree_coalesce_vars, instead
250         of compute_samebase_partition_bases.  Adjust.
251         * alias.c (nonoverlapping_memrefs_p): Disregard gimple-regs.
252         * cfgexpand.c (leader_merge): New.
253         (get_rtl_for_parm_ssa_default_def): New.
254         (set_rtl): Merge exprs and attrs, even for MEMs and non-SSA
255         vars.  Update DECL_RTL for PARM_DECLs and RESULT_DECLs too.
256         (expand_one_stack_var_at): Handle anonymous SSA_NAMEs.  Drop
257         redundant MEM attr setting.
258         (expand_one_stack_var_1): Handle anonymous SSA_NAMEs.  Renamed
259         from...
260         (expand_one_stack_var): ... this.  New wrapper to check and
261         skip already expanded SSA partitions.
262         (record_alignment_for_reg_var): New, factored out of...
263         (expand_one_var): ... this.
264         (expand_one_ssa_partition): New.
265         (adjust_one_expanded_partition_var): New.
266         (expand_one_register_var): Check and skip already expanded SSA
267         partitions.
268         (expand_used_vars): Don't create DECLs for anonymous SSA
269         names.  Expand all SSA partitions, then adjust all SSA names.
270         (pass::execute): Replace the loops that set
271         SA.partition_to_pseudo from partition leaders and cleared
272         DECL_RTL for multi-location variables, and that which used to
273         rename vars and set attrs, with one that clears DECL_RTL and
274         checks that PARMs and RESULTs default_defs match DECL_RTL.
275         * cfgexpand.h (get_rtl_for_parm_ssa_default_def): Declare.
276         * emit-rtl.c (set_reg_attrs_for_parm): Handle NULL decl.
277         * explow.c (promote_ssa_mode): New.
278         * explow.h (promote_ssa_mode): Declare.
279         * expr.c (expand_expr_real_1): Handle anonymous SSA_NAMEs.
280         * function.c: Include cfgexpand.h.
281         (use_register_for_decl): Handle SSA_NAMEs, anonymous or not.
282         (use_register_for_parm_decl): Wrapper for the above to
283         special-case the result_ptr.
284         (rtl_for_parm): Ditto for get_rtl_for_parm_ssa_default_def.
285         (split_complex_args): Take assign_parm_data_all argument.
286         Pass it to rtl_for_parm.  Set up rtl and context for split
287         args.
288         (assign_parms_augmented_arg_list): Adjust.
289         (maybe_reset_rtl_for_parm): Reset DECL_RTL of parms with
290         multiple locations.  Recognize split complex args.
291         (assign_parm_adjust_stack_rtl): Add all and parm arguments,
292         for rtl_for_parm.  For SSA-assigned parms, zero stack_parm.
293         (assign_parm_setup_block): Prefer SSA-assigned location.
294         (assign_parm_setup_reg): Likewise.  Use entry_parm for equiv
295         if stack_parm is NULL.
296         (assign_parm_setup_stack): Prefer SSA-assigned location.
297         (assign_parms): Maybe reset DECL_RTL of params.  Adjust stack
298         rtl before testing for pointer bounds.  Special-case result_ptr.
299         (expand_function_start): Maybe reset DECL_RTL of result.
300         Prefer SSA-assigned location for result and static chain.
301         Factor out DECL_RESULT and SET_DECL_RTL.
302         * tree-outof-ssa.c (insert_value_copy_on_edge): Handle
303         anonymous SSA names.  Use promote_ssa_mode.
304         (get_temp_reg): Likewise.
305         (remove_ssa_form): Adjust.
306         * stor-layout.c (layout_decl): Don't set mem attributes of
307         non-MEMs.
308         * var-tracking.c (dataflow_set_clear_at_call): Take call_insn
309         and get its reg_usage for reg invalidation.
310         (compute_bb_dataflow): Pass it insn.
311         (emit_notes_in_bb): Likewise.
313 2015-07-25  Uros Bizjak  <ubizjak@gmail.com>
315         * config/i386/i386.c (ix86_va_start): Remove
316         unneeded !TARGET_64BIT check.
317         (ix86_gimplify_va_arg): Ditto.
319 2015-07-24  Tom de Vries  <tom@codesourcery.com>
321         * graphite-sese-to-poly.c (build_poly_scop): Always call
322         rewrite_commutative_reductions_out_of_ssa.
324 2015-07-24  Tom de Vries  <tom@codesourcery.com>
326         * graphite-sese-to-poly.c (is_reduction_operation_p): Limit
327         flag_associative_math to FLOAT_TYPE_P.  Honour
328         TYPE_OVERFLOW_WRAPS for INTEGRAL_TYPE_P. Don't allow any other types.
330 2015-07-24  Manuel López-Ibáñez  <manu@gcc.gnu.org>
332         PR c++/64079
333         * toplev.c (check_global_declaration): Use DECL_SOURCE_LOCATION
334         and "%qD" in warning_at instead of "%q+D" in warning.
336 2015-07-24  Uros Bizjak  <ubizjak@gmail.com>
338         * config/i386/i386.c (ix86_call_abi_override): Call ix86_function_abi.
339         (ix86_function_abi): Cleanup.
341 2015-07-24  Michael Darling  <darlingm@gmail.com>
343         PR other/66259
344         * acinclude.m4: Reflects renaming of configure.in to configure.ac
345         * configure: Likewise
346         * configure.ac: Likewise
347         * doc/install.texi: Likewise
348         * doc/tm.texi: Likewise
349         * doc/tm.texi.in: Likewise
351 2015-07-24  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
353         * alias.c (nonoverlapping_memrefs_p): Use std::swap instead of
354         manually swapping values.
355         * cse.c (fold_rtx): Likewise.
356         * lra-eliminations.c (form_sum): Likewise.
358 2015-07-24  Uros Bizjak  <ubizjak@gmail.com>
360         PR target/64003
361         * config/i386/i386.h (ADJUST_INSN_LENGTH): New define.
362         * config/i386/i386.md (maybe_prefix_bnd): New attribute.
363         (*jcc_1, *jcc_2, jump, simple_return_internal)
364         (simple_return_pop_internal): Set attribute maybe_prefix_bnd.
365         Set length_nobnd attribute instead of length attribute.
366         (indirect_jump, *tablejump_1): Set attribute maybe_prefix_bnd.
367         (length_nobnd): Remove attribute.
368         (length): Remove length_nobnd processing.
370 2015-07-24  Nathan Sidwell  <nathan@codesourcery.com>
372         * gimplify.c (omp_default_clause): New function.  Reorganize flow
373         for clarity. Broken out of ...
374         (omp_notice_variable): ... here.
376 2015-07-24  Gary Funck  <gary@intrepid.com>
378         PR middle-end/66984
379         * fold-const.c (fold_binary_loc): Call fold_convert on arguments to
380         fold_build2 for CEIL_DIV_EXPR and FLOOR_DIV_EXPR optimization.
382 2015-07-24  Tom de Vries  <tom@codesourcery.com>
384         * tree-parloops.c (gen_parallel_loop): Add debug print for alternative
385         exit-first loop transform.
387 2015-07-24  Cesar Philippidis  <cesar@codesourcery.com>
389         PR 66714
390         * tree-cfg.c (struct replace_decls_d): New struct.
391         (replace_block_vars_by_duplicates_1): New function.
392         (replace_block_vars_by_duplicates): Use it to replace the decls
393         in the value exprs by duplicates.
395 2015-07-24  Szabolcs Nagy  <szabolcs.nagy@arm.com>
397         * config/aarch64/aarch64-elf-raw.h (LINK_SPEC): Handle -h, -static,
398         -shared, -symbolic, -rdynamic.
400 2015-07-24  Szabolcs Nagy  <szabolcs.nagy@arm.com>
402         PR target/65711
403         * config/aarch64/aarch64-linux.h (LINUX_TARGET_LINK_SPEC): Move
404         -dynamic-linker within %{!static %{!shared, and -rdynamic within
405         %{!static.
407 2015-07-24  Ilya Enkovich  <enkovich.gnu@gmail.com>
409         PR ipa/66566
410         * ipa-inline-analysis.c (estimate_calls_size_and_time): Check
411         edge summary is available.
413 2015-07-24  Richard Biener  <rguenther@suse.de>
415         * genmatch.c (struct dt_node): Add statistic fields.
416         (dt_node::analyze): New method.
417         (decision_tree::gen_gimple): Call analyze on the root node
418         and print statistics to stderr.
419         (decision_tree::gen_generic): Likewise.
421 2015-07-24  Richard Biener  <rguenther@suse.de>
423         * fold-const.c (fold_binary_loc): Move simplifying of comparisons
424         against the highest or lowest possible integer ...
425         * match.pd: ... as patterns here.
427 2015-07-24  Richard Biener  <rguenther@suse.de>
429         * genmatch.c (struct capture_info): Add same_as field.
430         (capture_info::capture_info): Initialize same_as.
431         (capture_info::walk_match): Compute same_as.
432         (capture_info::walk_result): Compute stuff for the leader.
433         (capture_info::walk_c_expr): Likewise.
434         (dt_simplify::gen_1): Only look at leaders when deciding
435         to force no side-effects or emit side-effects of omitted operands.
437 2015-07-24  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
439         * config/s390/s390.c (s390_save_gprs_to_fprs): Add CFA_REGISTER
440         reg note to the GPR -> FPR save instructions.
442 2015-07-24  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
444         * config/s390/s390.c (s390_rtx_costs): Make risbg patterns
445         cheaper.
446         (s390_expand_insv): Don't generate risbg pattern for constant zero
447         sources.
448         * config/s390/s390.md ("*insv<mode>_zEC12_appendbitsleft")
449         ("*insv<mode>_z10_appendbitsleft"): New pattern definitions.  New
450         splitters.
452 2015-07-24  Dominik Vogt  <vogt@linux.vnet.ibm.com>
454         * config/s390/s390.c (s390_reorg): Clean up handling of processors
455         with
456         -mtune=
457         (s390_issue_rate): Likewise.
458         (s390_sched_reorder): Likewise.
459         (s390_sched_variable_issue): Likewise.
460         (s390_loop_unroll_adjust): Likewise.
461         (s390_option_override):  Likewise.
463 2015-07-24  Dominik Vogt  <vogt@linux.vnet.ibm.com>
465         * config/s390/driver-native.c (s390_host_detect_local_cpu): Handle
466         processor capabilities with -march=native.
467         * config/s390/s390.h (MARCH_MTUNE_NATIVE_SPECS): Likewise.
468         (DRIVER_SELF_SPECS): Likewise.  Join specs for 31 and 64 bit.
469         (S390_TARGET_BITS_STRING): Macro to simplify specs.
471 2015-07-24  Dominik Vogt  <vogt@linux.vnet.ibm.com>
473         * config/s390/s390.c (s390_issue_rate): Handle
474         PROCESSOR_2094_Z9_EC.
475         (s390_option_override): Likewise.
476         (s390_adjust_priority): Likewise.
478 2015-07-24  Dominik Vogt  <vogt@linux.vnet.ibm.com>
480         * config/s390/s390.h: S390: Do not define EXTRA_SPEC_FUNCTIONS
481         when cross compiling.
483 2015-07-24  Richard Biener  <rguenther@suse.de>
485         * fold-const.c (maybe_canonicalize_comparison_1): Move
486         A code CST canonicalization ...
487         * match.pd: ... to a pattern here.
489 2015-07-24  Jiong Wang  <jiong.wang@arm.com>
491         Revert:
492         2015-07-22  Jiong Wang  <jiong.wang@arm.com>
493         PR target/63521
494         * config/aarch64/aarch64.h (REG_ALLOC_ORDER): Define.
495         (HONOR_REG_ALLOC_ORDER): Define.
497 2015-07-24  Richard Biener  <rguenther@suse.de>
499         * genmatch.c (add_operator): Allow SSA_NAME as predicate.
500         * fold-const.c (fold_comparison): Move parameter does not
501         alias &local simplification ...
502         * match.pd: ... as a pattern here.
504 2015-07-24  Richard Biener  <rguenther@suse.de>
506         * gimple-fold.c (replace_stmt_with_simplification): Special-case
507         valueizing call operands.
508         * gimple-match-head.c (maybe_push_res_to_seq): Take
509         number of call arguments from ops array.
510         (do_valueize): New function.
511         (gimple_simplify): Return true if valueization changed
512         any operand even if the result didn't simplify further.
514 2015-07-24  Naveen H.S  <Naveen.Hurugalawadi@caviumnetworks.com>
516         PR middle-end/25530
517         * match.pd (mult (trunc_div @0 integer_pow2p@1) @1) : New simplifier.
519 2015-07-24  Naveen H.S  <Naveen.Hurugalawadi@caviumnetworks.com>
521         PR middle-end/25529
522         * match.pd (trunc_div (mult @0 integer_pow2p@1) @1) : New simplifier.
524 2015-07-23  Kugan Vivekanandarajah  <kuganv@linaro.org>
526         * config/arm/arm.c (arm_emit_movpair): Add REG_EQUAL notes to
527         instruction.
529 2015-07-23  Kugan Vivekanandarajah  <kuganv@linaro.org>
531         * cse.c (cse_insn): Fix missing check for STRICT_LOW_PART and minor
532         clean up.
534 2015-07-23  Uros Bizjak  <ubizjak@gmail.com>
536         * config/i386/i386.c (ix86_build_builtin_va_list_64): Rename
537         from ix86_build_builtin_va_list_abi.  Handle only 64bit non-MS_ABI
538         targets here.
539         (ix86_build_builtin_va_list): Rewrite sysv_va_list_type_node and
540         ms_va_list_type_node initialization.
542 2015-07-23  Jeff Law  <law@redhat.com>
544         PR lto/66752
545         * tree-ssa-threadedge.c (simplify_conrol_stmt_condition): If we are
546         unable to find X NE 0 in the tables, return X as the simplified
547         condition.
548         (fsm_find_control_statement_thread_paths): If nodes in NEXT_PATH are
549         in VISISTED_BBS, then return failure.  Else add nodes from NEXT_PATH
550         to VISISTED_BBS.  */
551         * tree-ssa-threadupdate.c (duplicate_thread_path): Fix up edge flags
552         after removing the control flow statement and unnecessary edges.
554 2015-07-23  Bernd Edlinger  <bernd.edlinger@hotmail.de>
556         * tree-pass.h (get_current_pass_name): Removed.
558 2015-07-23  Alexandre Oliva <aoliva@redhat.com>
560         PR rtl-optimization/64164
561         * Makefile.in (OBJS): Drop tree-ssa-copyrename.o.
562         * tree-ssa-copyrename.c: Removed.
563         * opts.c (default_options_table): Drop -ftree-copyrename.  Add
564         -ftree-coalesce-vars.
565         * passes.def: Drop all occurrences of pass_rename_ssa_copies.
566         * common.opt (ftree-copyrename): Ignore.
567         (ftree-coalesce-inlined-vars): Likewise.
568         * doc/invoke.texi: Remove the ignored options above.
569         * gimple-expr.h (gimple_can_coalesce_p): Move declaration
570         * tree-ssa-coalesce.h: ... here.
571         * tree-ssa-uncprop.c: Include tree-ssa-coalesce.h and other
572         headers required by it.
573         * gimple-expr.c (gimple_can_coalesce_p): Allow coalescing
574         across variables when flag_tree_coalesce_vars.  Check register
575         use and promoted modes to allow coalescing.  Moved to
576         tree-ssa-coalesce.c.
577         * tree-ssa-live.c (struct tree_int_map_hasher): Move along
578         with its member functions to tree-ssa-coalesce.c.
579         (var_map_base_init): Likewise.  Renamed to
580         compute_samebase_partition_bases.
581         (partition_view_normal): Drop want_bases parameter.
582         (partition_view_bitmap): Likewise.
583         * tree-ssa-live.h: Adjust declarations.
584         * tree-ssa-coalesce.c: Include explow.h.
585         (build_ssa_conflict_graph): Process PARM_ and RESULT_DECLs's
586         default defs at the entry point.
587         (dump_part_var_map): New.
588         (compute_optimized_partition_bases): New, called by...
589         (coalesce_ssa_name): ... when flag_tree_coalesce_vars, instead
590         of compute_samebase_partition_bases.  Adjust.
591         * alias.c (nonoverlapping_memrefs_p): Disregard gimple-regs.
592         * cfgexpand.c (leader_merge): New.
593         (get_rtl_for_parm_ssa_default_def): New.
594         (set_rtl): Merge exprs and attrs, even for MEMs and non-SSA
595         vars.  Update DECL_RTL for PARM_DECLs and RESULT_DECLs too.
596         (expand_one_stack_var_at): Handle anonymous SSA_NAMEs.  Drop
597         redundant MEM attr setting.
598         (expand_one_stack_var_1): Handle anonymous SSA_NAMEs.  Renamed
599         from...
600         (expand_one_stack_var): ... this.  New wrapper to check and
601         skip already expanded SSA partitions.
602         (record_alignment_for_reg_var): New, factored out of...
603         (expand_one_var): ... this.
604         (expand_one_ssa_partition): New.
605         (adjust_one_expanded_partition_var): New.
606         (expand_one_register_var): Check and skip already expanded SSA
607         partitions.
608         (expand_used_vars): Don't create DECLs for anonymous SSA
609         names.  Expand all SSA partitions, then adjust all SSA names.
610         (pass::execute): Replace the loops that set
611         SA.partition_to_pseudo from partition leaders and cleared
612         DECL_RTL for multi-location variables, and that which used to
613         rename vars and set attrs, with one that clears DECL_RTL and
614         checks that PARMs and RESULTs default_defs match DECL_RTL.
615         * cfgexpand.h (get_rtl_for_parm_ssa_default_def): Declare.
616         * emit-rtl.c (set_reg_attrs_for_parm): Handle NULL decl.
617         * explow.c (promote_ssa_mode): New.
618         * explow.h (promote_ssa_mode): Declare.
619         * expr.c (expand_expr_real_1): Handle anonymous SSA_NAMEs.
620         * function.c: Include cfgexpand.h.
621         (use_register_for_decl): Handle SSA_NAMEs, anonymous or not.
622         (use_register_for_parm_decl): Wrapper for the above to
623         special-case the result_ptr.
624         (rtl_for_parm): Ditto for get_rtl_for_parm_ssa_default_def.
625         (split_complex_args): Take assign_parm_data_all argument.
626         Pass it to rtl_for_parm.  Set up rtl and context for split
627         args.
628         (assign_parms_augmented_arg_list): Adjust.
629         (maybe_reset_rtl_for_parm): Reset DECL_RTL of parms with
630         multiple locations.  Recognize split complex args.
631         (assign_parm_adjust_stack_rtl): Add all and parm arguments,
632         for rtl_for_parm.  For SSA-assigned parms, zero stack_parm.
633         (assign_parm_setup_block): Prefer SSA-assigned location.
634         (assign_parm_setup_reg): Likewise.  Use entry_parm for equiv
635         if stack_parm is NULL.
636         (assign_parm_setup_stack): Prefer SSA-assigned location.
637         (assign_parms): Maybe reset DECL_RTL of params.  Adjust stack
638         rtl before testing for pointer bounds.  Special-case result_ptr.
639         (expand_function_start): Maybe reset DECL_RTL of result.
640         Prefer SSA-assigned location for result and static chain.
641         Factor out DECL_RESULT and SET_DECL_RTL.
642         * tree-outof-ssa.c (insert_value_copy_on_edge): Handle
643         anonymous SSA names.  Use promote_ssa_mode.
644         (get_temp_reg): Likewise.
645         (remove_ssa_form): Adjust.
646         * stor-layout.c (layout_decl): Don't set mem attributes of
647         non-MEMs.
648         * var-tracking.c (dataflow_set_clear_at_call): Take call_insn
649         and get its reg_usage for reg invalidation.
650         (compute_bb_dataflow): Pass it insn.
651         (emit_notes_in_bb): Likewise.
653 2015-07-23  Segher Boessenkool  <segher@kernel.crashing.org>
655         PR target/66217
656         * config/rs6000/rs6000-protos.h (rs6000_emit_2insn_and): Change
657         prototype.
658         * config/rs6000/rs6000.c (rs6000_emit_dot_insn): New function.
659         (rs6000_emit_2insn_and): Handle dot forms.
660         * config/rs6000/rs6000.md (and<mode>3): Adjust.
661         (*and<mode>3_2insn): Remove TODO.  Adjust.  Add "type" attr.
662         (*and<mode>3_2insn_dot, *and<mode>3_2insn_dot2): New.
664 2015-07-23  Richard Biener  <rguenther@suse.de>
666         * generic-match-head.c: Include cgraph.h.
667         * gimple-match-head.c: Likewise.
668         * tree-ssa-sccvn.c (free_scc_vn): Guard against newly created
669         SSA names.
670         * fold-const.c (fold_binary_loc): Move &A ==/!= &B simplification...
671         * match.pd: ...to a pattern here.  Add &A ==/!= 0 simplification
672         pattern.
674 2015-07-23  Richard Biener  <rguenther@suse.de>
676         * gimple-fold.c (fold_gimple_cond): Do not require folding
677         results to pass valid_gimple_rhs_p.
678         * tree-cfg.h (fold_cond_expr_cond): Remove.
679         * tree-cfg.c (fold_cond_expr_cond): Likewise.
680         (make_edges): Do not call it.
681         * tree-inline.c (tree_function_versioning): Likewise.
683 2015-07-23  Tom de Vries  <tom@codesourcery.com>
685         * tree-parloops.c (gather_scalar_reductions): Add arg to call to
686         vect_force_simple_reduction.
687         * tree-vect-loop.c (vect_analyze_scalar_cycles_1): Same.
688         (vect_is_simple_reduction_1): Add and handle
689         need_wrapping_integral_overflow parameter.
690         (vect_is_simple_reduction, vect_force_simple_reduction): Add and pass
691         need_wrapping_integral_overflow parameter.
692         (vectorizable_reduction): Add arg to call to vect_is_simple_reduction.
693         * tree-vectorizer.h (vect_force_simple_reduction): Add parameter to
694         decl.
696 2015-07-23  Yuri Rumyantsev  <ysrumyan@gmail.com>
698         PR tree-optimization/66926,66951
699         * tree-vect-loop-manip.c (slpeel_tree_peel_loop_to_edge): Delete
700         INNER_LOOP and fix up condition for renaming virtual operands.
702 2015-07-23  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
704         * combine.c (try_combine): Use std::swap instead of manually
705         swapping.
707 2015-07-23  Prachi Godbole  <prachi.godbole@imgtec.com>
709         * config/mips/i6400.md: New file.
710         * config/mips/mips-cpus.def (mips32r6): Change to PROCESSOR_I6400.
711         (mips64r6): Likewise.
712         (i6400): Define.
713         * config/mips/mips-tables.opt: Regenerate.
714         * config/mips/mips.c (mips_rtx_cost_data): Add I6400 processor.
715         (mips_issue_rate): Add support for i6400.
716         (mips_multipass_dfa_lookahead): Likewise.
717         * config/mips/mips.h (TUNE_I6400): Define.
718         * config/mips/mips.md: Include i6400.md.
719         (processor): Add i6400.
720         * doc/invoke.texi (-march=@var{arch}): Add i6400.
722 2015-07-23  Richard Biener  <rguenther@suse.de>
724         PR middle-end/66916
725         * match.pd: Guard widen and sign-change comparison simplification
726         with single_use.
728 2015-07-23  Richard Biener  <rguenther@suse.de>
730         PR tree-optimization/66945
731         * tree-ssa-propagate.c (substitute_and_fold_dom_walker
732         ::before_dom_children): Force the propagators idea of
733         non-executable edges to materialize, not what the folder
734         chooses.
736 2015-07-23  Richard Biener  <rguenther@suse.de>
738         * gimple.h (gimple_cond_make_false): Use 0 != 0.
739         (gimple_cond_make_true): Use 1 != 0.
741 2015-07-22  DJ Delorie  <dj@redhat.com>
743         * config/msp430/t-msp430 (MULTILIB_DIRNAMES): Remove trailing
744         slashes.
746         * config/msp430/msp430.md (ashlhi3): Optimize shifts of subregs.
747         (ashrhi3): Likewise.
748         (lshrhi3): Likewise.
749         (movhi): Take advantage of zero-extend to load small constants.
750         (movpsi): Likewise.
751         (and<mode>3): Likewise.
752         (zero_extendqihi2): Likewise.
753         (zero_extendqisi2): New.
754         * config/msp430/constraints.md (N,O): New.
755         * config/msp430/msp430.h (WORD_REGISTER_OPERATIONS): Define.
757 2015-07-22  Uros Bizjak  <ubizjak@gmail.com>
759         PR target/66954
760         * config/i386/i386.c (get_builtin_code_for_version): Add P_AES
761         to enum feature_priority and feature_list.
762         (fold_builtin_cpu): Add F_AES to enum processor_features
763         and isa_names_table.
765 2015-07-22  Ilya Enkovich  <enkovich.gnu@gmail.com>
767         PR driver/66737
768         * config/i386/linux-common.h (MPX_SPEC): Use linker option
769         for 64bit target only.
771 2015-07-22  Bernd Schmidt  <bernds@codesourcery.com>
773         * config/nvptx/nvptx.c: Expand some comments.
775 2015-07-22  James Greenhalgh  <james.greenhalgh@arm.com>
777         * config/arm/cortex-a53 (cortex_53_advsimd): Rename to...
778         (cortex_a53_advsimd): ...This.
780 2015-07-22  Richard Biener  <rguenther@suse.de>
782         * genmatch.c (expr::gen_transform): Clarify error message
783         and display location.
785 2015-07-22  Richard Biener  <rguenther@suse.de>
787         * genmatch.c (struct operand): Add location member.
788         (predicate, expr, c_expr, capture, if_expr, with_expr): Adjust
789         constructors.
790         (struct simplify): Remove match_location and result_location
791         members.
792         (elsehwere): Adjust.
794 2015-07-22  Prachi Godbole  <prachi.godbole@imgtec.com>
796         * config/mips/m5100.md: New file.
797         * config/mips/mips-cpus.def (m5100, m5101): Define.
798         * config/mips/mips-tables.opt: Regenerate.
799         * config/mips/mips.c (mips_rtx_cost_data): Add costs for m5100.
800         * config/mips/mips.h (MIPS_ISA_LEVEL_SPEC): Map -march=m5100 and
801         -march=m5101 to -mips32r5.
802         (MIPS_ARCH_FLOAT_SPEC): Map -m5101 to -msoft-float.
803         (MIPS_ISA_NAN2008_SPEC): Map -march=m51* to -mnan=2008 if
804         !-msoft-float.
805         * config/mips/mips.md: Include m5100.md.
806         (processor): Add m5100.
807         * doc/invoke.texi (-march=@var{arch}): Add m5100, m5101.
809 2015-07-22  Robert Suchanek  <robert.suchanek@imgtec.com>
811         * config/mips/mips-cpus.def (interaptiv): Define.
812         * config/mips/mips-tables.opt: Regenerate.
813         * config/mips/mips.h (MIPS_ISA_LEVEL_SPEC): Map -march=interaptiv to
814         -mips32r2.
815         (BASE_DRIVER_SELF_SPECS): Likewise but map to -mdsp.
816         * doc/invoke.texi (-march=@var{arch}): Add interaptiv.
818 2015-07-22  Jiong Wang  <jiong.wang@arm.com>
820         PR target/63521
821         * config/aarch64/aarch64.h (REG_ALLOC_ORDER): Define.
822         (HONOR_REG_ALLOC_ORDER): Define.
824 2015-07-22  Richard Biener  <rguenther@suse.de>
826         PR tree-optimization/66952
827         * tree-ssa-ifcombine.c (pass_tree_ifcombine::execute): For
828         blocks we end up executing unconditionally reset all SSA
829         info such as range and alignment.
830         * tree-ssanames.h (reset_flow_sensitive_info): Declare.
831         * tree-ssanames.c (reset_flow_sensitive_info): New function.
833 2015-07-22  Charles Baylis  <charles.baylis@linaro.org>
835         * config/aarch64/aarch64-simd.md (vec_store_lanesoi_lane<mode>): Fix
836         typo in attribute.
838 2015-07-22  Richard Biener  <rguenther@suse.de>
840         * genmatch.c (parser::parse_result): Properly handle
841         match with result operands and conditions.
843 2015-07-22  Charles Baylis  <charles.baylis@linaro.org>
845         PR target/63870
846         * config/aarch64/aarch64-builtins.c (enum aarch64_type_qualifiers):
847         Add qualifier_struct_load_store_lane_index.
848         (aarch64_types_loadstruct_lane_qualifiers): Use
849         qualifier_struct_load_store_lane_index for lane index argument for
850         last argument.
851         (aarch64_types_storestruct_lane_qualifiers): Ditto.
852         (builtin_simd_arg): Add SIMD_ARG_STRUCT_LOAD_STORE_LANE_INDEX.
853         (aarch64_simd_expand_args): Add new argument describing mode of
854         builtin. Check lane bounds for arguments with
855         SIMD_ARG_STRUCT_LOAD_STORE_LANE_INDEX.
856         (aarch64_simd_expand_builtin): Emit error for incorrect lane indices
857         if marked with SIMD_ARG_STRUCT_LOAD_STORE_LANE_INDEX.
858         (aarch64_simd_expand_builtin): Handle arguments with
859         qualifier_struct_load_store_lane_index. Pass machine mode of builtin to
860         aarch64_simd_expand_args.
861         * config/aarch64/aarch64-simd-builtins.def: Declare ld[234]_lane and
862         vst[234]_lane with BUILTIN_VALLDIF.
863         * config/aarch64/aarch64-simd.md:
864         (aarch64_vec_load_lanesoi_lane<mode>): Use VALLDIF iterator. Perform
865         endianness reversal on lane index.
866         (aarch64_vec_load_lanesci_lane<mode>): Ditto.
867         (aarch64_vec_load_lanesxi_lane<mode>): Ditto.
868         (vec_store_lanesoi_lane<mode>): Use VALLDIF iterator.
869         (vec_store_lanesci_lane<mode>): Ditto.
870         (vec_store_lanesxi_lane<mode>): Ditto.
871         (aarch64_ld2_lane<mode>): Use VALLDIF iterator. Remove endianness
872         reversal of lane index.
873         (aarch64_ld3_lane<mode>): Ditto.
874         (aarch64_ld4_lane<mode>): Ditto.
875         (aarch64_st2_lane<mode>): Ditto.
876         (aarch64_st3_lane<mode>): Ditto.
877         (aarch64_st4_lane<mode>): Ditto.
878         * config/aarch64/arm_neon.h (__LD2_LANE_FUNC): Rename mode parameter
879         to qmode. Add new mode parameter. Update uses.
880         (__LD3_LANE_FUNC): Ditto.
881         (__LD4_LANE_FUNC): Ditto.
882         (__ST2_LANE_FUNC): Ditto.
883         (__ST3_LANE_FUNC): Ditto.
884         (__ST4_LANE_FUNC): Ditto.
886 2015-07-22  Jonathan Wakely  <jwakely@redhat.com>
888         * doc/invoke.texi (Language Independent Options): Rename node to
889         Diagnostic Message Formatting Options.
891 2015-07-21  Vladimir Makarov  <vmakarov@redhat.com>
893         PR ipa/66424.
894         * lra-remat.c (operand_to_remat): Prevent using insns with input
895         subregs processed separately by IRA.
897 2015-07-21  Andrew MacLeod  <amacleod@redhat.com>
899         * ssa-iterators.h (has_zero_uses, has_single_use): Implement as
900         straight loops.
901         (single_imm_use): Check for iterator node.
902         (num_imm_uses): Likewise.
903         * tree-ssa-operands.c (has_zero_uses_1): Delete.
904         (single_imm_use_1): Check for iterator node.
906 2015-07-21  Mike Frysinger  <vapier@gentoo.org>
907             Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
909         * configure.ac: Add check for new options in isl-0.15.
910         * config.in, configure: Rebuilt.
911         * graphite-blocking.c: Include <isl/constraint.h>
912         * graphite-interchange.c,  graphite-poly.c: Likewise.
913         * graphhite-scop-detection.c, graphite-sese-to-poly.c: Likewise.
914         * graphite.c: Likewise.
915         * graphite-isl-ast-to-gimple.c: Include <isl/constraint.h> and
916         <isl/union_set.h>.
917         * graphite-dependences.c: Include <isl/constraint.h>.
918         (max_number_of_out_dimensions): Returns isl_stat.
919         (extend_schedule_1): Likewise
920         (extend_schedule): Corresponding changes.
921         * graphite-optimize-isl.c: Include <isl/constraint.h> and
922         <isl/union_set.h>.
923         (getSingleMap): Change return type of isl_stat.
924         (optimize_isl): Conditionally use
925         isl_options_set_schedule_serialize_sccs.
926         * graphite-poly.h (isl_stat, isl_stat_ok): Define fallbacks
927         if not HAVE_ISL_OPTIONS_SET_SCHEDULE_SERIALIZE_SCCS.
929 2015-07-21  Georg-Johann Lay  <avr@gjlay.de>
931         PR target/66956
932         * config/avr/avr-dimode.md (<extend_u>mulsidi3_insn)
933         (<extend_u>mulsidi3): Don't use if !AVR_HAVE_MUL.
935 2015-07-21  Richard Biener  <rguenther@suse.de>
937         PR tree-optimization/66948
938         * genmatch.c (capture_info::walk_match): Also recurse to
939         captures.  Properly compute expr state from captures of
940         captures.
941         * match.pd: Add single-use guards to
942         (X & C2) >> C1 into (X >> C1) & (C2 >> C1) transform.
944 2015-07-21  Nathan Sidwell  <nathan@codesourcery.com>
946         * config/nvptx/mkoffload.c (process): Add static destructor call.
948 2015-07-21  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
950         PR middle-end/66915
951         * match.pd (A - B -> A + (-B)): Don't allow folding
952         when type if a fixed-point type.
954 2015-07-20  DJ Delorie  <dj@redhat.com>
956         * config/rl78/rl78-real.md (andqi3_real): Expand operands for clr1.
957         (iorqi3_real): Likewise for set1.
959 2015-07-20  Uros Bizjak  <ubizjak@gmail.com>
961         * config/i386/i386.c (ix86_md_asm_adjust): Handle DImode dest_mode
962         for !TARGET_64BIT.
964 2015-07-20  Aditya Kumar  <hiraditya@msn.com>
966         * graphite-isl-ast-to-gimple.c:
967         Refactor so that each function can access 'region'. This will help
968         maintain a parameter rename_map within a region.
970 2015-07-20  Segher Boessenkool  <segher@kernel.crashing.org>
972         * config/rs6000/rs6000.md (*lt0_disi): New.
974 2015-07-20  Segher Boessenkool  <segher@kernel.crashing.org>
976         PR target/66217
977         * config/rs6000/constraints.md ("S", "T", "t"): Delete.  Update
978         "available letters" comment.
979         * config/rs6000/predicates.md (mask_operand, mask_operand_wrap,
980         mask64_operand, mask64_2_operand, any_mask_operand, and64_2_operand,
981         and_2rld_operand):  Delete.
982         (and_operand): Adjust.
983         (rotate_mask_operator): New.
984         * config/rs6000/rs6000-protos.h (build_mask64_2_operands,
985         includes_lshift_p, includes_rshift_p, includes_rldic_lshift_p,
986         includes_rldicr_lshift_p, insvdi_rshift_rlwimi_p, extract_MB,
987         extract_ME): Delete.
988         (rs6000_is_valid_mask, rs6000_is_valid_and_mask,
989         rs6000_is_valid_shift_mask, rs6000_is_valid_insert_mask,
990         rs6000_insn_for_and_mask, rs6000_insn_for_shift_mask,
991         rs6000_insn_for_insert_mask, rs6000_is_valid_2insn_and,
992         rs6000_emit_2insn_and): New.
993         * config/rs6000/rs6000.c (num_insns_constant): Adjust.
994         (build_mask64_2_operands, includes_lshift_p, includes_rshift_p,
995         includes_rldic_lshift_p, includes_rldicr_lshift_p,
996         insvdi_rshift_rlwimi_p, extract_MB, extract_ME): Delete.
997         (rs6000_is_valid_mask, rs6000_is_valid_and_mask,
998         rs6000_insn_for_and_mask, rs6000_is_valid_shift_mask,
999         s6000_insn_for_shift_mask, rs6000_is_valid_insert_mask,
1000         rs6000_insn_for_insert_mask, rs6000_is_valid_2insn_and,
1001         rs6000_emit_2insn_and): New.
1002         (print_operand) <'b', 'B', 'm', 'M', 's', 'S', 'W'>: Delete.
1003         (rs6000_rtx_costs) <CONST_INT>: Delete mask_operand and mask64_operand
1004         handling.
1005         <NOT>: Don't fall through to next case.
1006         <AND>: Handle the various rotate-and-mask cases directly.
1007         <IOR>: Always cost as one insn.
1008         * config/rs6000/rs6000.md (splitter for bswap:SI): Adjust.
1009         (and<mode>3): Adjust expander for the new patterns.
1010         (and<mode>3_imm, and<mode>3_imm_dot, and<mode>3_imm_dot2,
1011         and<mode>3_imm_mask_dot, and<mode>3_imm_mask_dot2): Adjust condition.
1012         (*and<mode>3_imm_dot_shifted): New.
1013         (*and<mode>3_mask): Delete, rewrite as ...
1014         (and<mode>3_mask): ... New.
1015         (*and<mode>3_mask_dot, *and<mode>3_mask_dot): Rewrite.
1016         (andsi3_internal0_nomc): Delete.
1017         (*andsi3_internal6): Delete.
1018         (*and<mode>3_2insn): New.
1019         (insv, insvsi_internal, *insvsi_internal1, *insvsi_internal2,
1020         *insvsi_internal3, *insvsi_internal4, *insvsi_internal5,
1021         *insvsi_internal6, insvdi_internal, *insvdi_internal2,
1022         *insvdi_internal3): Delete.
1023         (*rotl<mode>3_mask, *rotl<mode>3_mask_dot, *rotl<mode>3_mask_dot2,
1024         *rotl<mode>3_insert, *rotl<mode>3_insert_2, *rotl<mode>3_insert_3,
1025         *rotl<mode>3_insert_4, two splitters for multi-precision shifts,
1026         *ior<mode>_mask): New.
1027         (extzv, extzvdi_internal, *extzvdi_internal1, *extzvdi_internal2,
1028         *rotlsi3_mask, *rotlsi3_mask_dot, *rotlsi3_mask_dot2,
1029         *ashlsi3_imm_mask, *ashlsi3_imm_mask_dot, *ashlsi3_imm_mask_dot2,
1030         *lshrsi3_imm_mask, *lshrsi3_imm_mask_dot, *lshrsi3_imm_mask_dot2):
1031         Delete.
1032         (ashr<mode>3): Delete expander.
1033         (*ashr<mode>3): Rename to ...
1034         (ashr<mode>3): ... This.
1035         (ashrdi3_no_power, *ashrdisi3_noppc64be): Delete.
1036         (*rotldi3_internal4, *rotldi3_internal5 and split,
1037         *rotldi3_internal6 and split, *ashldi3_internal4, ashldi3_internal5
1038         and split, *ashldi3_internal6 and split, *ashldi3_internal7,
1039         ashldi3_internal8 and split, *ashldi3_internal9 and split): Delete.
1040         (*anddi3_2rld, *anddi3_2rld_dot, *anddi3_2rld_dot2): Delete.
1041         (splitter for loading a mask): Adjust.
1042         * doc/md.texi (Machine Constraints): Remove q, S, T, t constraints.
1044 2015-07-20  Marek Polacek  <polacek@redhat.com>
1046         * genemit.c (print_code, gen_exp, gen_insn, gen_expand, gen_split,
1047         output_add_clobbers, output_added_clobbers_hard_reg_p,
1048         gen_rtx_scratch): Remove declarations.
1050 2015-07-20  Marek Polacek  <polacek@redhat.com>
1052         PR c++/55095
1053         * doc/invoke.texi: Document -Wshift-overflow and -Wshift-overflow=.
1055 2015-07-20  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
1057         * simplify-rtx.c (simplify_unary_operation_1, NEG case):
1058         (neg (x ? (neg y) : y)) -> !x ? (neg y) : y.
1060 2015-07-20  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
1062         * combine.c (combine_simplify_rtx): Move simplification step
1063         before various transformations/substitutions.
1065 2015-07-20  Mikhail Maltsev  <maltsevm@gmail.com>
1067         * wide-int.h (struct binary_traits): Fix partial specialization syntax.
1068         (struct int_traits): Likewise.
1070 2015-07-18  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
1072         * vmsdbgout.c (vmsdbgout_decl): Change name of prototyped
1073         function to vmsdbgout_function_decl.
1075 2015-07-18  Uros Bizjak  <ubizjak@gmail.com>
1077         PR target/66922
1078         * config/i386/i386.c (ix86_expand_pextr): Reject extractions
1079         from misaligned positions.
1080         (ix86_expand_pinsr): Reject insertions to misaligned positions.
1082 2015-07-18  Sebastian Pop  <s.pop@samsung.com>
1084         PR middle-end/46851
1085         PR middle-end/60340
1086         * Makefile.in: Removed omega.o.
1087         * common.opt: Document flag fcheck-data-deps as deprecated.
1088         * doc/invoke.texi: Remove documentation for fcheck-data-deps and
1089         its associated params: omega-max-vars, omega-max-geqs,
1090         omega-max-eqs, omega-max-wild-cards, omega-hash-table-size,
1091         omega-max-keys, omega-eliminate-redundant-constraints.
1092         * doc/loop.texi: Remove all the section on Omega.
1093         * graphite-blocking.c: Include missing params.h: it used to be
1094         included through tree-data-ref.h and omega.h.
1095         * graphite-isl-ast-to-gimple.c: Same.
1096         * graphite-optimize-isl.c: Same.
1097         * graphite-sese-to-poly.c: Same.
1098         * graphite.c: Same.
1099         * omega.c: Remove.
1100         * omega.h: Remove.
1101         * params.def: Removed PARAM_OMEGA_MAX_VARS, PARAM_OMEGA_MAX_GEQS,
1102         PARAM_OMEGA_MAX_EQS, PARAM_OMEGA_MAX_WILD_CARDS,
1103         PARAM_OMEGA_HASH_TABLE_SIZE, PARAM_OMEGA_MAX_KEYS, and
1104         PARAM_OMEGA_ELIMINATE_REDUNDANT_CONSTRAINTS.
1105         * passes.def: Remove pass_check_data_deps.
1106         * tree-data-ref.c (dump_affine_function): Declare DEBUG_FUNCTION.
1107         (dump_conflict_function): Same.
1108         (dump_subscript): Same.
1109         (print_direction_vector): Same.
1110         (print_dir_vectors): Same.
1111         (print_lambda_vector): Same.
1112         (print_dist_vectors): Same.
1113         (dump_data_dependence_relation): Same.
1114         (dump_data_dependence_relations): Same.
1115         (dump_dist_dir_vectors): Same.
1116         (dump_ddrs): Same.
1117         (init_omega_eq_with_af): Removed.
1118         (omega_extract_distance_vectors): Removed.
1119         (omega_setup_subscript): Removed.
1120         (init_omega_for_ddr_1): Removed.
1121         (init_omega_for_ddr): Removed.
1122         (ddr_consistent_p): Removed.
1123         (compute_affine_dependence): Do not use omega to check data
1124         dependences.
1125         (compute_data_dependences_for_bb): Removed.
1126         (analyze_all_data_dependences): Removed.
1127         (tree_check_data_deps): Removed.
1128         * tree-data-ref.h: Do not include omega.h.
1129         (compute_data_dependences_for_bb): Removed.
1130         (tree_check_data_deps): Removed.
1131         * tree-ssa-loop.c (pass_check_data_deps): Removed.
1132         (make_pass_check_data_deps): Removed.
1133         * tree-ssa-phiopt.c: Include params.h.
1134         * tree-vect-data-refs.c: Same.
1135         * tree-vect-slp.c: Same.
1137 2015-07-18  Uros Bizjak  <ubizjak@gmail.com>
1139         * config/i386/i386.md (pushsf splitter): Pass curr_insn to
1140         find_constant_src.  FAIL if find_constant_src returns NULL_RTX.
1141         (mem->fpreg splitters): Ditto.
1142         (general_operand->nonimmediate_operand splitter): Use explicit modes.
1143         Disable DFmode for TARGET_64BIT.
1145 2015-07-17  H.J. Lu  <hongjiu.lu@intel.com>
1147         PR target/66906
1148         * config/i386/i386.c (ix86_expand_prologue): Replicate static
1149         chain on the stack.
1151 2015-07-17  Nathan Sidwell  <nathan@codesourcery.com>
1153         * config/nvptx/mkoffload.c (process): Constify host data.
1154         * config/i386/intelmic-mkoffload.c (generate_target_descr_file):
1155         Constify host data.
1156         (generate_host_descr_file): Likewise.
1158 2015-07-17  Aditya Kumar  <aditya.k7@samsung.com>
1159             Sebastian Pop  <s.pop@samsung.com>
1161         PR middle-end/61929
1162         * graphite-dependences.c (add_pdr_constraints): Renamed
1163         pdr->extent to pdr->subscript_sizes.
1164         * graphite-interchange.c (build_linearized_memory_access): Add
1165         back all gcc_assert's that the "isl_int to isl_val conversion"
1166         patch has removed.  Refactored.
1167         (pdr_stride_in_loop): Renamed pdr->extent to pdr->subscript_sizes.
1168         * graphite-poly.c (new_poly_dr): Same.
1169         (free_poly_dr): Same.
1170         * graphite-poly.h (struct poly_dr): Same.
1171         * graphite-scop-detection.c (stmt_has_simple_data_refs_p): Ignore
1172         all data references other than ARRAY_REF, MEM_REF, and COMPONENT_REF.
1173         * graphite-scop-detection.h: Fix space.
1174         * graphite-sese-to-poly.c (build_pbb_scattering_polyhedrons): Add
1175         back all gcc_assert's removed by a previous patch.
1176         (wrap): Remove the_isl_ctx global variable that the same patch has
1177         added.
1178         (build_loop_iteration_domains): Same.
1179         (add_param_constraints): Same.
1180         (pdr_add_data_dimensions): Same.  Refactored.
1181         (build_poly_dr): Renamed extent to subscript_sizes.
1183 2015-07-17  Marek Polacek  <polacek@redhat.com>
1185         * fold-const.c (fold_binary_loc): Move A - (A & B) into ~B & A ...
1186         * match.pd: ... here.
1188 2015-07-17  Nathan Sidwell  <nathan@codesourcery.com>
1190         * config/nvptx/mkoffload.c (process): Constify target data.
1191         * config/i386/intelmic-mkoffload.c (generate_target_descr_file):
1192         Constify target data.
1193         (generate_target_offloadend_file): Likewise.
1195 2015-07-17  Yuri Rumyantsev  <ysrumyan@gmail.com>
1197         * tree-vect-loop-manip.c (rename_variables_in_bb): Add argument
1198         to allow renaming of PHI arguments on edges incoming from outer
1199         loop header, add corresponding check before start PHI iterator.
1200         (slpeel_tree_duplicate_loop_to_edge_cfg): Introduce new bool
1201         variable DUPLICATE_OUTER_LOOP and set it to true for outer loops
1202         with true force_vectorize.  Set-up dominator for outer loop too.
1203         Pass DUPLICATE_OUTER_LOOP as argument to rename_variables_in_bb.
1204         (slpeel_can_duplicate_loop_p): Allow duplicate of outer loop if it
1205         was marked with force_vectorize and has restricted cfg.
1206         (slpeel_tree_peel_loop_to_edge): Do not rename exit PHI uses in
1207         inner loop.
1208         * tree-vect-data-refs.c (vect_enhance_data_refs_alignment): Do not
1209         do peeling for outer loops.
1211 2015-07-17  Yvan Roux  <yvan.roux@linaro.org>
1212             Matthias Klose  <doko@ubuntu.com>
1214         * configure.ac: Move AC_ARG_WITH checks for native-system-header-dir,
1215         build-sysroot, sysroot from the `Miscenalleous configure options' to
1216         the `Directories' section and strip trailing `/' from with_sysroot.
1217         (gcc_gxx_include_dir): Don't strip a `/' sysroot value.
1218         * configure: Regenerated.
1220 2015-07-17  Uros Bizjak  <ubizjak@gmail.com>
1222         PR target/66824
1223         * config/i386/i386.h (TARGET_HARD_SF_REGS): New define.
1224         (TARGET_HARD_DF_REGS): Ditto.
1225         (TARGET_HARD_XF_REGS): Ditto.
1226         * config/i386/i386.md (*movxf_internal): Add alternatives 9 and 10.
1227         Enable alternatives 9 and 10 only for !TARGET_HARD_XF_REG target.
1228         (*movdf_internal): Add alternatives 22, 23, 24 and 25. Enable
1229         alternatives 22, 23, 24 and 25 only for !TARGET_HARD_DF_REG target.
1230         (*movsf_internal): Add alternatives 16 and 17. Enable
1231         alternatives 16 and 17 only for !TARGET_HARD_SF_REG target.
1233 2015-07-17  Uros Bizjak  <ubizjak@gmail.com>
1235         PR rtl-optimization/66891
1236         * calls.c (expand_call): Wrap precompute_register_parameters with
1237         NO_DEFER_POP/OK_DEFER_POP to prevent deferred pops.
1239 2015-07-16  Nathan Sidwell  <nathan@codesourcery.com>
1241         * config/nvptx/mkoffload.c (process): Constify mapping variables.
1242         Define target data struct and initialize it.
1244 2015-07-16  Vladimir Makarov  <vmakarov@redhat.com>
1246         PR rtl-optimization/66626
1247         * ira.h (emit-rtl.h): Include.
1248         (non_spilled_static_chain_regno_p): New.
1249         * ira-color.c (setup_profitable_hard_regs): Clear profitable regs
1250         unless it is non spilled static chain pseudo.
1251         (assign_hard_rego): Spill memory profitable allocno unless it is
1252         non spilled static chain pseudo.
1253         (allocno_spill_priority_compare): Put non spilled static chain
1254         pseudo at the end of sorted array.
1255         (improve_allocation): Do nothing if we have static chain and
1256         non-local goto.
1257         (allocno__priority_compare_func): Put non spilled static chain
1258         pseudo at the beginning of sorted array.
1259         (move_spill_restore): Ignore non spilled static chain pseudo.
1260         * ira-costs.c (find_costs_and_classes): Don't assign class NO_REGS
1261         to non spilled static chain pseudo.
1262         * lra-assigns.c (pseudo_compare_func): Put non spilled static chain
1263         pseudo at the beginning of sorted array.
1264         (spill_for): Spill non spilled static chain pseudo last.
1265         * lra-constraints.c (lra_constraints): Remove static chain pseudo
1266         check for equivalence.
1268 2015-07-16  Martin Liska  <mliska@suse.cz>
1270         PR ipa/66896.
1271         * ipa-prop.c (update_jump_functions_after_inlining): Create properly
1272         dst_ctx if it does not exist.
1274 2015-07-16  Martin Liska  <mliska@suse.cz>
1276         * hash-set.h (remove): New function.
1277         (iterator): New iteration class for hash_set.
1279 2015-07-16  Richard Sandiford  <richard.sandiford@arm.com>
1281         * genattrtab.c (make_canonical): Add a file_location parameter.
1282         Use fatal_at rather than fatal.
1283         (get_attr_value): Likewise.  Update call to make_canonical.
1284         (fill_attr, make_length_attrs, optimize_attrs, gen_attr)
1285         (make_internal_attr): Update calls accordingly.
1287 2015-07-16  Richard Sandiford  <richard.sandiford@arm.com>
1289         * read-md.h (message_with_line, error_with_line): Delete.
1290         * read-md.c (message_with_line, error_with_line): Delete.
1291         * gensupport.h: Include read-md.h.
1292         (md_rtx_info): New structure.
1293         (read_md_rtx): Use it.  Return a bool success value.
1294         * gensupport.c (read_md_rtx): Likewise.
1295         * genattr-common.c (gen_attr): Take an md_rtx_info rather than an rtx.
1296         (main): Update after interface changes.
1297         * genattr.c (gen_attr): Take an md_rtx_info rather than an rtx.
1298         (main): Update after interface changes.
1299         * genattrtab.c (insn_code_number): Delete.
1300         (optimize_attrs): Add a max_insn_code parameter and use it instead
1301         of insn_code_number.
1302         (gen_attr): Take an md_rtx_info rather than an rtx and lineno.
1303         Use *_at rather than *_with_line functions.
1304         (gen_insn): Likewise.
1305         (gen_delay): Likewise.
1306         (gen_insn_reserv): Likewise.
1307         (gen_bypass): Take an md_rtx_info rather than an rtx.
1308         (main): Update after interface changes.  Use a local max_insn_code
1309         variable instead of insn_code_number.
1310         * genautomata.c (gen_cpu_unit): Take an md_rtx_info rather than
1311         an rtx.  Use fatal_at rather than fatal.
1312         (gen_query_cpu_unit, gen_bypass, gen_excl_set)
1313         (gen_presence_absence_set, gen_presence_set, gen_final_presence_set)
1314         (gen_absence_set, gen_final_absence_set, gen_automaton)
1315         (gen_automata_option, gen_reserv, gen_insn_reserv): Likewise.
1316         (main): Update after interface changes.
1317         * gencodes.c (gen_insn): Take an md_rtx_info rather than an rtx
1318         and code number.
1319         (main): Update after interface changes.
1320         * genconditions.c (main): Use new read_md_rtx interface.
1321         * genconfig.c (gen_insn): Take an md_rtx_info rather than an rtx.
1322         (gen_expand, gen_split, gen_peephole, gen_peephole2): Likewise.
1323         (main): Update after interface changes.
1324         * genemit.c (insn_code_number, insn_index_number): Delete.
1325         (gen_insn): Take an md_rtx_info rather than an rtx and lineno.
1326         Use fatal_at rather than fatal.
1327         (gen_expand): Take an md_rtx_info rather than an rtx.  Use fatal_at
1328         rather than fatal.
1329         (gen_split): Likewise.
1330         (main): Update after interface changes.
1331         * genextract.c (line_no): Delete.
1332         (gen_insn): Take an md_rtx_info rather than an rtx and lineno.
1333         Update call to walk_rtx.
1334         (VEC_safe_set_locstr): Add an md_rtx_info argument.  Use message_at
1335         rather than message_with_line.
1336         (walk_rtx): Add an md_rtx_info argument.  Update call to
1337         VEC_safe_set_locstr.
1338         (main): Update after interface changes.
1339         * genflags.c (gen_insn): Take an md_rtx_info rather than an rtx
1340         and lineno.  Use error_at rather than separate message_with_line
1341         calls and have_error assignments.
1342         (main): Update after interface changes.
1343         * genmddump.c (main): Use new read_md_rtx interface.
1344         * genopinit.c (insn): Take an md_rtx_info rather than an rtx.
1345         (main): Update after interface changes.
1346         * genoutput.c (next_code_number): Delete.
1347         (gen_insn): Take an md_rtx_info rather than an rtx and lineno.
1348         (gen_peephole, gen_expand, gen_split): Likewise.
1349         (note_constraint): Likewise.  Use *_at rather than *_with_line
1350         functions.
1351         (main): Update after interface changes.
1352         * genpeep.c (gen_peephole): Take an md_rtx_info rather than an
1353         rtx and lineno.
1354         (main): Update after interface changes.
1355         * genpreds.c (process_define_predicate): Take an md_rtx_info rather
1356         than an rtx and lineno.
1357         (process_define_constraint): Likewise.
1358         (process_define_register_constraint): Likewise.
1359         (main): Update after interface changes.
1360         * genrecog.c (next_insn_code, pattern_lineno): Delete.
1361         (validate_pattern): Replace top-level rtx with an md_rtx_info.
1362         Use *_at rather than *_with_line functions.
1363         (match_pattern_2): Likewise.
1364         (match_pattern_1, match_pattern): Add an md_rtx_info parameter.
1365         (get_peephole2_pattern): Take an md_rtx_info rather than an rtvec.
1366         Use *_at rather than *_with_line functions.
1367         * gentarget-def.c (add_insn): New function.
1368         (main): Use it.  Use new read_md_rtx interface.
1370 2015-07-16  Richard Sandiford  <richard.sandiford@arm.com>
1372         * gensupport.h (compute_test_codes): Take a file_location rather
1373         than a line number.
1374         * gensupport.c (compute_test_codes): Likewise.  Use *_at functions
1375         rather than *_with_line functions.
1376         (process_define_predicate): Update call to compute_test_codes.
1377         * genpreds.c (validate_exp): Take a file_location rather than a
1378         line number.  Use *_at functions rather than *_with_line functions.
1379         (process_define_predicate): Update call to validate_exp.
1380         (constraint_data): Replace lineno field with a file_location.
1381         (add_constraint): Take a file_location rather than a line number.
1382         Use *_at functions rather than *_with_line functions.  Fix error
1383         message for address constraints.  Update after changes to
1384         validate_exp, constraint_data and compute_test_codes.
1385         (process_define_constraint): Update accordingly.
1386         (process_define_register_constraint): Likewise.
1388 2015-07-16  Richard Sandiford  <richard.sandiford@arm.com>
1390         * genoutput.c (data): Use a file_location to record the source
1391         position.
1392         (nothing): Delete.
1393         (idata, idata_end): Remove initialization.
1394         (constraint_data): Replace lineno with a file_location.
1395         (output_insn_data): Update after changes to data.
1396         (gen_insn, gen_peephole, gen_expand, gen_split): Likewise.
1397         (scan_operands): Likewise, using *_at rather than *_with_line
1398         functions.
1399         (process_template): Likewise.
1400         (validate_insn_alternatives): Likewise.
1401         (validate_insn_operands): Likewise.
1402         (validate_optab_operands): Likewise.
1403         (init_insn_for_nothing): Initialize idata and idata_end.
1404         (note_constraint): Update after changes to constraint_data,
1405         using at rather than with_line functions.
1406         (mdep_constraint_len): Take a file_location rather than a
1407         line number.  Use at rather than with_line functions.
1409 2015-07-16  Richard Sandiford  <richard.sandiford@arm.com>
1411         * read-md.h (fatal_at): Declare.
1412         * read-md.c (fatal_at): New function.
1413         * genattrtab.c (insn_def, attr_desc, delay_desc): Use a file_location
1414         to record the source position.
1415         (check_attr_test): Take a file_location instead of a line number.
1416         Use fatal_at instead of fatal.
1417         (check_attr_value): Update after above changes, using "at"
1418         rather than "with_line" reporting functions.
1419         (convert_set_attr_alternative): Likewise.
1420         (gen_attr): Likewise.
1421         (check_defs): Likewise.  Don't assign to read_md_filename.
1422         (gen_insn): Update initialization after above changes.
1423         (gen_delay): Likewise.
1424         (write_insn_cases): Print the filename for a define_peephole.
1425         (gen_insn_reserv): Take a line number as argument and update
1426         the call to check_attr_test.
1427         (main): Pass a line number to gen_insn_reserv.
1429 2015-07-16  Richard Sandiford  <richard.sandiford@arm.com>
1431         * read-md.h (file_location): New structure.
1432         (directive_handler_t): Take a file_location rather than a line number.
1433         (message_at, error_at): Declare.
1434         (read_skip_construct): Delete.
1435         * read-md.c (message_with_line_1): Replace with...
1436         (message_at_1): ...this new function.
1437         (message_at, error_at): New functions.
1438         (message_with_line, error_with_line): Update to use message_at_1.
1439         (handle_enum): Take a file_location rather than a line number
1440         and use error_at for error reporting.
1441         (handle_include): Likewise.
1442         (read_skip_construct): Likewise.  Make static.
1443         (handle_file): Update after above changes.  Pass a file_location
1444         rather than a line number to handle_directive.
1445         * gensupport.c (queue_elem): Replace separate filename and lineno
1446         with a file_location.
1447         (queue_pattern): Replace filename and lineno arguments with a
1448         file_location.  Update after change to queue_elem.
1449         (process_define_predicate): Replace lineno argument with a
1450         file_location and use error_at for error reporting.  Update
1451         after above changes.
1452         (process_rtx): Likewise.
1453         (subst_pattern_match): Likewise.
1454         (get_alternatives_number): Likewise.
1455         (alter_predicate_for_insn): Likewise.
1456         (rtx_handle_directive): Likewise.
1457         (is_predicable): Update after above changes, using error_at rather
1458         than error_with_line.
1459         (has_subst_attribute): Likewise.
1460         (identify_predicable_attribute): Likewise.
1461         (alter_attrs_for_subst_insn): Likewise.
1462         (process_one_cond_exec): Likewise.
1463         (process_substs_on_one_elem): Likewise.
1464         (process_define_subst): Likewise.
1465         (check_define_attr_duplicates): Likewise.
1466         (read_md_rtx): Update after change to queue_elem.
1468 2015-07-16  Richard Sandiford  <richard.sandiford@arm.com>
1470         * genoutput.c (next_index_number): Delete.
1471         (data): Remove index_number.
1472         (gen_insn, gen_peephole, gen_expand, gen_split): Update accordingly.
1473         (main): Remove manipulation of next_index_number.
1475 2015-07-16  Richard Sandiford  <richard.sandiford@arm.com>
1477         * genattrtab.c (check_attr_value): Remove handling of null attrs.
1478         (make_canonical): Likewise.
1480 2015-07-16  Eric Botcazou  <ebotcazou@adacore.com>
1482         * config/sparc/sparc.md (save_stack_nonlocal): Use adjust_address
1483         instead of adjust_address_nv.
1484         (restore_stack_nonlocal): Likewise.
1485         (nonlocal_goto): Likewise.
1487 2015-07-16  Tom de Vries  <tom@codesourcery.com>
1489         * tree-parloops.c (create_parallel_loop): Handle case that exit phi does
1490         not have a corresponding loop header phi.
1492 2015-07-16  Tom de Vries  <tom@codesourcery.com>
1494         * tree-parloops.c (create_loads_for_reductions): Handle case that
1495         reduction is unused.
1497 2015-07-16  Richard Biener  <rguenther@suse.de>
1499         PR tree-optimization/66894
1500         * tree-vrp.c (register_edge_assert_for_2): Fix bad assumption
1501         about deriving NE_EXPR from truncated values.
1503 2015-07-16  Martin Liska  <mliska@suse.cz>
1505         * alloc-pool.h
1506         (object_allocator): Add new class.
1507         (pool_allocator::initialize): Use the underlying class.
1508         (pool_allocator::allocate): Likewise.
1509         (pool_allocator::remove): Likewise.
1510         (operator new): A new generic allocator.
1511         * asan.c (struct asan_mem_ref): Remove unused members.
1512         (asan_mem_ref_new): Replace new operator with
1513         object_allocator::allocate.
1514         (free_mem_ref_resources): Change deallocation.
1515         * cfg.c (initialize_original_copy_tables): Replace pool_allocator
1516         with object_allocator.
1517         * config/sh/sh.c (add_constant): Replace new operator with
1518         object_allocator::allocate.
1519         (sh_reorg): Change call to a release method.
1520         * cselib.c (struct elt_list): Remove unused members.
1521         (new_elt_list): Replace new operator with
1522         object_allocator::allocate.
1523         (new_elt_loc_list): Likewise.
1524         (new_cselib_val): Likewise.
1525         (unchain_one_elt_list): Change delete operator with remove method.
1526         (unchain_one_elt_loc_list): Likewise.
1527         (unchain_one_value): Likewise.
1528         (cselib_finish): Release newly added static allocators.
1529         * cselib.h (struct cselib_val): Remove unused members.
1530         (struct elt_loc_list): Likewise.
1531         * df-problems.c (df_chain_alloc): Replace pool_allocator with
1532         object_allocator.
1533         * df-scan.c (struct df_scan_problem_data): Likewise.
1534         (df_scan_alloc): Likewise.
1535         * df.h (struct dataflow): Likewise.
1536         * dse.c (struct read_info_type): Likewise.
1537         (struct insn_info_type): Likewise.
1538         (struct dse_bb_info_type): Likewise.
1539         (struct group_info): Likewise.
1540         (struct deferred_change): Likewise.
1541         (get_group_info): Likewise.
1542         (delete_dead_store_insn): Likewise.
1543         (free_read_records): Likewise.
1544         (replace_read): Likewise.
1545         (check_mem_read_rtx): Likewise.
1546         (scan_insn): Likewise.
1547         (dse_step1): Likewise.
1548         (dse_step7): Likewise.
1549         * et-forest.c (struct et_occ): Remove unused members.
1550         (et_new_occ): Use allocate instead of new operator.
1551         (et_new_tree): Likewise.
1552         (et_free_tree): Call release method explicitly.
1553         (et_free_tree_force): Likewise.
1554         (et_free_pools): Likewise.
1555         (et_split): Use remove instead of delete operator.
1556         * et-forest.h (struct et_node): Remove unused members.
1557         * ipa-cp.c: Change pool_allocator to object_allocator.
1558         * ipa-inline-analysis.c: Likewise.
1559         * ipa-profile.c: Likewise.
1560         * ipa-prop.c: Likewise.
1561         * ipa-prop.h: Likewise.
1562         * ira-build.c (initiate_cost_vectors): Cast return value.
1563         (ira_allocate_cost_vector): Likewise.
1564         * ira-color.c (struct update_cost_record): Remove unused members.
1565         * lra-int.h (struct lra_live_range): Likewise.
1566         (struct lra_copy): Likewise.
1567         (struct lra_insn_reg): Likewise.
1568         * lra-lives.c (lra_live_ranges_finish): Release new static allocator.
1569         * lra.c (new_insn_reg): Replace new operator with allocate method.
1570         (free_insn_regs): Same for operator delete.
1571         (finish_insn_regs): Release new static allocator.
1572         (finish_insn_recog_data): Likewise.
1573         (lra_free_copies): Replace delete operator with remove method.
1574         (lra_create_copy): Replace operator new with allocate method.
1575         (invalidate_insn_data_regno_info): Same for remove method.
1576         * regcprop.c (struct queued_debug_insn_change): Remove unused members.
1577         (free_debug_insn_changes): Replace delete operator with remove method.
1578         (replace_oldest_value_reg): Replace operator new with allocate method.
1579         (pass_cprop_hardreg::execute): Release new static variable.
1580         * sched-deps.c (sched_deps_init): Change pool_allocator to
1581         object_allocator.
1582         * sel-sched-ir.c: Likewise.
1583         * sel-sched-ir.h: Likewise.
1584         * stmt.c (expand_case): Likewise.
1585         (expand_sjlj_dispatch_table): Likewise.
1586         * tree-sra.c (struct access): Remove unused members.
1587         (struct assign_link): Likewise.
1588         (sra_deinitialize): Release newly added static pools.
1589         (create_access_1):Replace operator new with allocate method.
1590         (build_accesses_from_assign): Likewise.
1591         (create_artificial_child_access): Likewise.
1592         * tree-ssa-math-opts.c (pass_cse_reciprocals::execute): Change
1593         pool_allocator to object_allocator.
1594         * tree-ssa-pre.c: Likewise.
1595         * tree-ssa-reassoc.c: Likewise.
1596         * tree-ssa-sccvn.c (allocate_vn_table): Likewise.
1597         * tree-ssa-strlen.c: Likewise.
1598         * tree-ssa-structalias.c: Likewise.
1599         * var-tracking.c (onepart_pool_allocate): New function.
1600         (unshare_variable): Use the newly added function.
1601         (variable_merge_over_cur): Likewise.
1602         (variable_from_dropped): Likewise.
1603         (variable_was_changed): Likewise.
1604         (set_slot_part): Likewise.
1605         (emit_notes_for_differences_1): Likewise.
1606         (vt_finalize): Release newly added static pools.
1608 2015-07-16  Martin Jambor  <mjambor@suse.cz>
1610         * ipa-prop.h (param_aa_status): Rename to ipa_param_aa_status.  Adjust
1611         all uses.  Fix two typos in its general comment.
1612         (func_body_info): Rename to ipa_func_body_info.  Adjust all uses.
1614 2015-07-16  Ilya Enkovich  <enkovich.gnu@gmail.com>
1616         * config/i386/linux-common.h (LINK_MPX): New.
1617         (MPX_SPEC): Use LINK_MPX instead of %(link_mpx).
1618         * configure.ac: Add HAVE_LD_BNDPLT_SUPPORT macro
1619         indicating '-z bndplt' support by linker.
1620         * configure: Regenerate.
1621         * config.in: Regenerate.
1623 2015-07-16  Richard Biener  <rguenther@suse.de>
1625         * fold-const.c (fold_widened_comparison): Remove.
1626         (fold_sign_changed_comparison): Likewise.
1627         (fold_comparison): Move widened and sign-changed comparison
1628         simplification ...
1629         * match.pd: ... to patterns here.
1630         * generic-match-head.c: Include target.h.
1631         * gimple-match-head.c: Likewise.
1633 2015-07-16  Richard Biener  <rguenther@suse.de>
1635         * tree-ssa-dom.c (dom_valueize): New function.
1636         (record_temporary_equivalences): Also record equivalences
1637         for dominating stmts that have uses of equivalences we are
1638         about to record.
1640 2015-07-16  Bin Cheng  <bin.cheng@arm.com>
1642         * tree-ssa-loop-ivopts.c (add_candidate): Remove call to
1643         add_autoinc_candidates.
1644         (add_iv_candidate_for_biv): Rename to add_iv_candidate_for_biv.
1645         (add_iv_candidate_for_biv): Rename from add_iv_candidate_for_biv.
1646         (add_old_ivs_candidates): Rename to add_iv_candidate_for_bivs.
1647         (add_iv_candidate_for_bivs): Rename from add_old_ivs_candidates.
1648         Call new function.
1649         (add_iv_value_candidates): Rename to add_iv_candidate_for_use.
1650         (add_iv_candidate_for_use): Rename from add_iv_value_candidates.
1651         Remove parameter struct iv*.  Call add_autoinc_candidates here.
1652         (add_derived_ivs_candidates): Rename to add_iv_candidate_for_uses.
1653         (add_iv_candidate_for_uses): Rename from add_derived_ivs_candidates.
1654         Call new function.
1655         (find_iv_candidates): Call new functions.
1657 2015-07-16  Sandra Loosemore  <sandra@codesourcery.com>
1659         * config/nios2/nios2.c (nios2_emit_stack_limit_check): Fix
1660         uninitialized-variable warning.
1662 2015-07-16  Kaz Kojima  <kkojima@gcc.gnu.org>
1664         PR target/65249
1665         * config/sh/sh.md (movdi): Split simple reg move to two movsi
1666         when the destination is R0.
1668 2015-07-16  Uros Bizjak  <ubizjak@gmail.com>
1670         PR target/66866
1671         * config/i386/i386-protos.h (ix86_expand_pextr): New prototype.
1672         * config/i386/i386.c (ix86_expand_pextr): New function.
1673         (ix86_expand_pinsr): Handle V1TI and TI modes.  Call ix86_expand_pextr
1674         for non-lowpart subregs.
1675         * config/i386/i386.md (extzv<mode>): Expand with ix86_expand_pextr.
1676         (insv<mode>): Use SWI248 mode iterator.
1677         (insv<mode>_1): Ditto.
1679 2015-07-15  Aditya Kumar  <aditya.k7@samsung.com>
1680             Sebastian Pop  <s.pop@samsung.com>
1682         * graphite-sese-to-poly.c (rewrite_cross_bb_scalar_deps): Point
1683         iterator to use_stmt.
1685 2015-07-15  Aditya Kumar  <aditya.k7@samsung.com>
1686             Sebastian Pop <s.pop@samsung.com>
1688         * graphite-scop-detection.c (build_scops_1): Discard scops for
1689         which entry==exit.
1691 2015-07-15  Aditya Kumar  <aditya.k7@samsung.com>
1692             Sebastian Pop <s.pop@samsung.com>
1694         * graphite-scop-detection.c (stmt_simple_for_scop_p): Bail out in
1695         case of a return statement in scop.
1697 2015-07-15  Aditya Kumar  <aditya.k7@samsung.com>
1698             Sebastian Pop <s.pop@samsung.com>
1700         * graphite-sese-to-poly.c (parameter_index_in_region): Only handle
1701         INTEGER_TYPE parameters.
1702         (scan_tree_for_params): Handle REAL_CST, COMPLEX_CST, and
1703         VECTOR_CST in scan_tree_for_params.
1704         (add_conditions_to_domain): Only constrain on INTEGER_TYPE.
1706 2015-07-15  Andrew MacLeod  <amacleod@redhat.com>
1708         * gimple-pretty-print.h: Don't include pretty-print.h.
1709         * tree-streamer.h: Don't include lto-streamer.h.
1710         * gimple-streamer.h: Include tree-streamer.h rather than lto-streamer.h.
1711         * gimple-streamer-in.c: Remove redundant includes.
1712         * gimple-streamer-out.c: Likewise.
1713         * ipa-devirt.c: Likewise.
1714         * ipa-icf.c: Likewise.
1715         * ipa-inline-analysis.c: Likewise.
1716         * ipa-polymorphic-call.c: Likewise.
1717         * ipa-profile.c: Likewise.
1718         * ipa-prop.c: Likewise.
1719         * ipa-pure-const.c: Likewise.
1720         * lto-cgraph.c: Likewise.
1721         * lto-streamer-in.c: Likewise.
1722         * lto-streamer-out.c: Likewise.
1723         * lto-streamer.c: Likewise.
1724         * tree-streamer-in.c: Likewise.
1725         * tree-streamer-out.c: Likewise.
1726         * tree-streamer.c: Likewise.
1728 2015-07-15  Andrew MacLeod  <amacleod@redhat.com>
1730         * opth-gen.awk: Check for UNKNOWN_LOCATION rather than GCC_TM_H, don't
1731         include input.h.
1732         * opts.c: Remove multiline #include comment.
1734 2015-07-15  Nathan Sidwell  <nathan@codesourcery.com>
1736         * config/nvptx/mkoffload.c (process): Add C++ protection to
1737         emitted code.
1739 2015-07-14  Michael Meissner  <meissner@linux.vnet.ibm.com>
1741         PR target/66854
1742         * config/rs6000/rs6000.c (rs6000_pass_by_reference): Move test for
1743         null before IEEE 128-bit floating point support patch.
1745 2015-07-15  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
1747         * simplify-rtx.c (simplify_ternary_operation): Add simplification
1748         for (!c) != {0,...,0} ? a : b for vector modes.
1750 2015-07-15  Paolo Bonzini  <bonzini@gnu.org>
1751             Martin Jambor  <mjambor@suse.cz>
1753         * ipa-inline-analysis.c (unmodified_parm_or_parm_agg_item): Accept
1754         struct func_body_info* instead of struct ipa_node_params*, expecting
1755         fbi->info to be filled in.  Replace throughout.  Adjust call to
1756         ipa_load_from_parm_agg.
1757         (set_cond_stmt_execution_predicate): Accept struct func_body_info*
1758         instead of struct ipa_node_params*.  Adjust calls to other functions
1759         so that they pass either fbi or fbi->info.
1760         (set_switch_stmt_execution_predicate): Likewise.
1761         (will_be_nonconstant_predicate): Likewise.
1762         (compute_bb_predicates): Likewise.
1763         (estimate_function_body_sizes): Move asserts earlier.  Fill in
1764         struct func_body_info, replace parms_info with fbi.info.  Adjust
1765         calls to functions that now accept struct func_body_info.
1766         * ipa-prop.c (param_aa_status, struct ipa_bb_info): Move to ipa-prop.h.
1767         (struct func_body_info): Likewise.
1768         (ipa_load_from_parm_agg_1): Rename to ipa_load_from_parm_agg,
1769         remove static.  Adjust callers.
1770         (ipa_load_from_parm_agg): Remove.
1771         * ipa-prop.h (param_aa_status, ipa_bb_info): Move from ipa-prop.c.
1772         (func_body_info): Likewise.
1773         (ipa_load_from_parm_agg): Adjust prototype.
1775 2015-07-12  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
1777         * gensupport.c (rtx_handle_directive): Adjust.
1778         * read-rtl.c (apply_iterators): Take vector to add rtxs to
1779         instead of expr list rtx.
1780         (add_define_attr_for_define_subst): Likewise.
1781         (add_define_subst_attr): Likewise.
1782         (read_subst_mapping): Likewise.
1783         (read_rtx): Likewise.
1784         * rtl.h (read_rtx): Adjust.
1786 2015-07-15  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
1788         * config/aarch64/aarch64.md (*csinc2<mode>_insn): Use cinc mnemonic.
1790 2015-07-15  Uros Bizjak  <ubizjak@gmail.com>
1792         PR target/58066
1793         * config/i386/i386.md (*tls_global_dynamic_64_<mode>): Depend on SP_REG.
1794         (*tls_local_dynamic_base_64_<mode>): Ditto.
1795         (*tls_local_dynamic_base_64_largepic): Ditto.
1796         (tls_global_dynamic_64_<mode>): Update expander pattern.
1797         (tls_local_dynamic_base_64_<mode>): Ditto.
1799 2015-07-15  Richard Biener  <rguenther@suse.de>
1801         * fold-const.c (fold_binary_loc): Move bool_var != 0 -> bool_var
1802         and bool_var == 1 -> bool_var simplifications ...
1803         * match.pd: ... to patterns here.  Factor out negate_expr_p
1804         cases from the A - B -> A + (-B) patterns as negate_expr_p
1805         predicate and add a -(A + B) -> (-B) - A pattern.
1807 2015-07-15  Robert Suchanek  <robert.suchanek@imgtec.com>
1809         * config/mips/mips.c (mips_emit_save_slot_move): Fix typo.
1811 2015-07-15  Matthew Fortune  <matthew.fortune@imgtec.com>
1812             Robert Suchanek  <robert.suchanek@imgtec.com>
1814         * config/mips/mips.c (mips_int_mask): New enum.
1815         (mips_shadow_set): Likewise.
1816         (int_mask): New variable.
1817         (use_shadow_register_set_p): Change type to enum mips_shadow_set.
1818         (machine_function): Add int_mask and use_shadow_register_set.
1819         (mips_attribute_table): Add attribute handlers for interrupt and
1820         use_shadow_register_set.
1821         (mips_interrupt_mask): New static function.
1822         (mips_handle_interrupt_attr): Likewise.
1823         (mips_handle_use_shadow_register_set_attr): Likewise.
1824         (mips_use_shadow_register_set): Change return type to enum
1825         mips_shadow_set.  Add argument handling for use_shadow_register_set
1826         attribute.
1827         (mips_interrupt_extra_called_saved_reg_p): Update the conditional to
1828         compare with mips_shadow_set enum.
1829         (mips_compute_frame_info): Add interrupt mask and
1830         use_shadow_register_set to per-function information structure.
1831         Add a stack slot for EPC unconditionally.
1832         (mips_expand_prologue): Compare use_shadow_register_set value
1833         with mips_shadow_set enum.  Save EPC always in K1, clobber only K1 for
1834         masked interrupt register but in EIC mode use K0 and save Cause in K0.
1835         EPC saved and restored unconditionally.  Use PMODE_INSN macro when
1836         copying the stack pointer from the shadow register set.
1837         * config/mips/mips.h (SR_IM0): New define.
1838         * config/mips/mips.md (mips_rdpgpr): Rename to...
1839         (mips_rdpgpr_<mode>): ...this.  Use the Pmode iterator.
1840         * doc/extend.texi (Declaring Attributes of Functions): Document
1841         optional arguments for interrupt and use_shadow_register_set
1842         attributes.
1844 2015-07-15  Robert Suchanek  <robert.suchanek@imgtec.com>
1846         * config/mips/mips.c (mips_compute_frame_info): Allow -mhard-float in
1847         interrupt attribute.
1848         (mips_expand_prologue): Disable the floating point unit in an ISR.
1849         * config/mips/mips.h (SR_COP1): New define.
1851 2015-07-15  Richard Biener  <rguenther@suse.de>
1853         * genmatch.c (parser::peek, parser::peek_ident): Add argument
1854         to tell how many tokens to peek ahead (default 1).
1855         (parser::eat_token, parser::eat_ident): Return token consumed.
1856         (parser::parse_result): Parse new switch statement.
1857         * match.pd: Use case statements where appropriate.
1859 2015-07-15  Uros Bizjak  <ubizjak@gmail.com>
1861         PR rtl-optimization/58066
1862         * calls.c (expand_call): Precompute register parameters before stack
1863         alignment is performed.
1865 2015-07-15  Uros Bizjak  <ubizjak@gmail.com>
1867         PR rtl-optimization/66838
1868         * postreload.c (reload_cse_move2add): Also process
1869         CALL_INSN_FUNCTION_USAGE when resetting information of
1870         call-clobbered registers.
1872 2015-07-14  Sandra Loosemore  <sandra@codesourcery.com>
1873             Cesar Philippidis  <cesar@codesourcery.com>
1874             Chung-Lin Tang  <cltang@codesourcery.com>
1876         * config/nios2/constraints.md (U, v): New constraints.
1877         * config/nios2/predicates.md (rdprs_dcache_operand): New.
1878         (ldstex_memory_operand): New.
1879         * config/nios2/sync.md: New file.
1880         * config/nios2/nios2.md (unspecv): Add new builtin function
1881         UNSPECV codes.
1882         (rdprs, flushd, flushda, wrpie, eni): New patterns.
1883         (top-level): Include sync.md.
1884         * config/nios2/nios2.c (N2_FTYPES): Add function types for
1885         new builtins.
1886         (N2_BUILTINS): Add arch field setting, add new builtins.
1887         (enum nios2_builtin_code,nios2_builtins): Update N2_BUILTIN_DEF
1888         for arch field.
1889         (nios2_expand_ldst_builtin): Rename from nios2_expand_ldstio_builtin.
1890         Also handle ldex/stex/ldsex/stsex builtins.
1891         (nios2_expand_rdprs_builtin): New function.
1892         (nios2_expand_cache_builtin): New function.
1893         (nios2_expand_wrpie_builtin): New function.
1894         (nios2_expand_eni_builtin): New function.
1895         (nios2_expand_builtin): Add arch field handling and new builtin
1896         cases.
1897         * doc/extend.texi (Altera Nios II Built-in Functions): Document
1898         new builtins.
1899         * doc/md.texi (Machine Constraints): Document U and v constraints.
1901 2015-07-14  Sandra Loosemore  <sandra@codesourcery.com>
1902             Cesar Philippidis  <cesar@codesourcery.com>
1903             Chung-Lin Tang  <cltang@codesourcery.com>
1905         * config/nios2/nios2-protos.h (nios2_expand_return): Declare.
1906         * config/nios2/nios2.c (struct GTY (()) machine_function): Add
1907         callee_save_reg_size and uses_anonymous_args fields.
1908         (nios2_compute_frame_layout): Update for CDX push.n/pop.n usage.
1909         (nios2_create_cfa_notes): New function.
1910         (nios2_adjust_stack): New function for adjusting stack.
1911         (nios2_expand_prologue): Update for CDX push.n/pop.n usage.
1912         Use nios2_adjust_stack.
1913         (nios2_expand_epilogue): Likewise.
1914         (nios2_expand_return): New function.
1915         (nios2_can_use_return_insn): Update for CDX pop.n usage.
1916         (nios2_setup_incoming_varargs): Set uses_anonymous_args flag.
1917         If TARGET_HAS_CDX, defer pushing regs to nios2_expand_prologue.
1918         * config/nios2/nios2.md (return): Use nios2_expand_return.
1920 2015-07-14  Sandra Loosemore  <sandra@codesourcery.com>
1921             Cesar Philippidis  <cesar@codesourcery.com>
1922             Chung-Lin Tang  <cltang@codesourcery.com>
1924         * config/nios2/predicates.md (pop_operation): New.
1925         (ldwm_operation, stwm_operation): New.
1926         (nios2_hard_register_operand): New.
1927         * config/nios2/nios2-protos.h (pop_operation_p): Declare.
1928         (ldstwm_operation_p): Declare.
1929         (gen_ldstwm_peep): Declare.
1930         * config/nios2/nios2.c: (nios2_ldst_parallel): Declare.
1931         (base_reg_adjustment_p): New.
1932         (pop_operation_p): New.
1933         (CDX_LDSTWM_VALID_REGS_0, CDX_LDSTWM_VALID_REGS_1): Define.
1934         (nios2_ldstwm_regset_p): New.
1935         (ldstwm_operation_p): New.
1936         (gen_ldst): New.
1937         (nios2_ldst_parallel): New.
1938         (struct ldswm_operand): Declare.
1939         (compare_ldstwm_operands): New.
1940         (can_use_cdx_ldstw): New.
1941         (gen_ldstwm_peep): New.
1942         * config/nios2/nios2-ldstwm.sml: New.
1943         * config/nios2/nios2.md: Include ldstwm.md.
1944         * config/nios2/ldstwm.md: Generated.
1946 2015-07-14  Sandra Loosemore  <sandra@codesourcery.com>
1947             Cesar Philippidis  <cesar@codesourcery.com>
1948             Chung-Lin Tang  <cltang@codesourcery.com>
1950         * config/nios2/nios2.h (LABEL_ALIGN): Define.
1951         (REG_ALLOC_ORDER): Define.
1952         (ADJUST_REG_ALLOC_ORDER): Define.
1953         (HONOR_REG_ALLOC_ORDER): Define.
1954         (CDX_REG_P): Define.
1955         (ANDCLEAR_INT): Define.
1956         * config/nios2/nios2-protos.h (nios2_add_insn_asm): Declare.
1957         (nios2_label_align): Declare.
1958         (nios2_cdx_narrow_form_p): Declare.
1959         (nios2_adjust_reg_alloc_order): Declare.
1960         * config/nios2/nios2.c (nios2_rtx_costs): Adjust for BMX zero-extract
1961         operation.
1962         (nios2_large_unspec_reloc_p): New function, split from...
1963         (nios2_legitimate_pic_operand_p): ...here.
1964         (nios2_emit_move_sequence): Add *high/*lo_sum constant expand code.
1965         (nios2_print_operand_punct_valid_p): New.
1966         (nios2_print_operand): Add %., %!, %x, %y, %A.  Remove %U.
1967         (split_mem_address): New.
1968         (split_alu_insn): New.
1969         (cdxreg): New.
1970         (cdx_add_immed, cdx_and_immed, cdx_mov_immed, cdx_shift_immed): New.
1971         (enum nios2_add_insn_kind): New.
1972         (nios2_add_insn_names, nios2_add_insn_narrow): New.
1973         (nios2_add_insn_classify): New.
1974         (nios2_add_insn_asm): New.
1975         (nios2_cdx_narrow_form_p): New.
1976         (label_align, min_labelno, max_labelno): New.
1977         (nios2_reorg): New.
1978         (nios2_label_align): New.
1979         (nios2_adjust_reg_alloc_order): New.
1980         (TARGET_PRINT_OPERAND_PUNCT_VALID_P): Define.
1981         (TARGET_MACHINE_DEPENDENT_REORG): Define.
1982         * config/nios2/constraints.md (P): New constraint.
1983         * config/nios2/predicates.md (const_and_operand): New.
1984         (and_operand): New.
1985         (stack_memory_operand): New.
1986         * config/nios2/nios2.md (SP_REGNO): Define stack pointer regno.
1987         (length): Update to use nios2_cdx_narrow_form_p().
1988         (type): Add new insn type values.
1989         (control, alu, st, ld, shift): Update insn reservations with
1990         new insn type values.
1991         (*high, *lo_sum): Define new insn patterns for constant generation.
1992         (movqi_internal, movhi_internal, movsi_internal): Reduce
1993         alternatives, update asm template to handle CDX variants, update
1994         type attributes.
1995         (zero_extendhisi2, zero_extendqi<mode>2): Add CDX variants to asm
1996         template, update type attributes.
1997         (extendhisi2, extendqi<mode>2): Likewise.
1998         (addsi3): Change to use function for asm string.
1999         (subsi3): Add CDX notation to asm template, update type attributes.
2000         (negsi3, one_cmplsi3): Likewise.
2001         (andsi3): New pattern, specialized from logical patterns.
2002         (<code>si3): Remove and case, combine alternatives, update asm
2003         template.
2004         (<shift_op>si3): Add CDX notation, update type attributes.
2005         (rotrsi3): Update type attribute.
2006         (*merge, extzv, insv): New insn patterns.
2007         (return): Change to define_expand.
2008         (simple_return): Add CDX notation, update type attributes.
2009         (indirect_jump): Add CDX notation.
2010         (jump): Update asm cases, update length attribute expression.
2011         (*call, *call_value, *sibcall, *sibcall_value): Add CDX variant.
2012         (nios2_cbranch): Update asm cases and length attribute expression
2013         to handle CDX variants.
2014         (nios2_cmp<code>): Update asm template.
2015         (nop): Add CDX notation, update type attributes.
2016         (trap): Add CDX notation.
2017         (ctrapsi4): Update asm cases and length attribute expression to
2018         handle CDX variant.
2019         * doc/md.texi (Machine Constraints): Document P constraint.
2021 2015-07-14  Sandra Loosemore  <sandra@codesourcery.com>
2022             Cesar Philippidis  <cesar@codesourcery.com>
2023             Chung-Lin Tang  <cltang@codesourcery.com>
2025         * config/nios2/nios2.h (SMALL_INT12): New macro.
2026         * config/nios2/nios2.c (nios2_valid_addr_offset_p): New function.
2027         (nios2_valid_addr_expr_p): Use it.
2028         (nios2_symbol_ref_in_small_data_p): Disallow GP-relative addressing
2029         with implicit "io" instructions on R2.
2030         * config/nios2/constraints.md (w): New constraint.
2031         * config/nios2/predicates.md (ldstio_memory_operand): New.
2032         * config/nios2/nios2.md (ld<bhw_uns>io, ld<bh>io): Update memory
2033         operand predicate and constraint.
2034         (ld<bh>io_signed, st<bhw>io>): Likewise.
2035         * doc/md.texi (Machine Constraints): Document w constraint.
2037 2015-07-14  Sandra Loosemore  <sandra@codesourcery.com>
2038             Cesar Philippidis  <cesar@codesourcery.com>
2039             Chung-Lin Tang  <cltang@codesourcery.com>
2041         * config/nios2/nios2.opt (march, mbmx, mcdx): New options.
2042         * config/nios2/nios2-opts.h (enum nios2_arch_type): New enum for
2043         Nios II architecture level.
2044         * config/nios2/nios2.h (TARGET_ARCH_R2): New define.
2045         (TARGET_CPU_CPP_BUILTINS): Add definition of __nios2_arch__ symbol.
2046         (OPTION_DEFAULT_SPECS): Define.
2047         (ASM_SPEC): Add -march= spec strings.
2048         * config/nios2/nios2.c (nios2_option_override): Check for
2049         conflicts involving new options.
2050         * config.gcc (nios2*-*-*): Support --with-arch=.
2051         * doc/invoke.texi (Option Summary, Nios II Options): Document
2052         -march=, -mbmx, and -mcdx.
2054 2015-07-14  Vladimir Makarov  <vmakarov@redhat.com>
2056         PR rtl-optimization/66626
2057         * lra-constraints.c (lra_constraints): Prevent equivalence
2058         substitution for static chain pseudo in functions with nonlocal
2059         goto.
2061 2015-07-14  Sandra Loosemore  <sandra@codesourcery.com>
2063         * config/nios2/nios2.c (TEMP_REG_NUM): Move define up in file.
2064         (nios2_emit_stack_limit_check): Add size parameter.  Handle
2065         -fstack-limit-symbol as well as -fstack-limit-register.
2066         (nios2_expand_prologue): Emit only a single stack limit check,
2067         even if multiple stack adjustments are required.
2068         (nios2_option_override): Diagnose unsupported combination of -fpic
2069         and -stack-limit-symbol.
2071 2015-07-14  H.J. Lu  <hongjiu.lu@intel.com>
2073         * Makefile.in (top_srcdir): New.
2074         * configure.ac: Use AM_ZLIB.
2075         * configure: Regeneated.
2077 2015-07-14  Matthias Klose  <doko@ubuntu.com>
2079         PR target/66840
2080         * config/rs6000/t-rs6000 (TM_H): Add rs6000-cpus.def.
2082 2015-07-14  Richard Biener  <rguenther@suse.de>
2084         PR tree-optimization/66863
2085         * tree-vrp.c (register_edge_assert_for_2): Properly restrict
2086         what we record for conversion use stmt lhs inequalities.
2088 2015-07-14  Richard Biener  <rguenther@suse.de>
2090         * genmatch.c (dt_node::gen_kids_1): Fix case label indenting.
2091         (decision_tree::gen_gimple): Likewise.
2093 2015-07-14  Tom de Vries  <tom@codesourcery.com>
2095         * gcc.c (greater_than_spec_func): Declare forward.
2096         (LINK_COMMAND_SPEC, GOMP_SELF_SPECS): Use gt to ignore
2097         -ftree-parallelize-loops={0,1}.
2098         (static_spec_functions): Add greater_than_spec_func function with name
2099         "gt".
2100         (greater_than_spec_func): New function.
2102 2015-07-14  Richard Biener  <rguenther@suse.de>
2104         * tree-ssa-dom.c (record_temporary_equivalences): Merge
2105         wideing type conversion case from record_equivalences_from_incoming_edge
2106         and use record_equality to record equivalences.
2107         (record_equivalences_from_incoming_edge): Call
2108         record_temporary_equivalences.
2110 2015-07-14  Richard Biener  <rguenther@suse.de>
2112         * genmatch.c (struct operand): Add OP_IF and OP_WITH op_types.
2113         (struct if_expr): New.
2114         (struct with_expr): Likewise.
2115         (is_a_helper): Add helpers for if_expr and with_expr.
2116         (struct simplify): Add simplify_kind enum and member.  Remove
2117         ifexpr_vec member.
2118         (simplify::simplify): Adjust.
2119         (lower_commutative): Adjust.
2120         (lower_opt_convert): Likewise.
2121         (lower_cond): Likewise.
2122         (replace_id): Handle with_expr and if_expr.
2123         (lower_for): Adjust.
2124         (dt_simplify::gen_1): New recursive worker, split out from ...
2125         (dt_simplify::gen): ... here.  Deal with if and with expansion
2126         recursively.
2127         (capture_info::capture_info): Take context argument
2128         (capture_info::walk_result): Only analyze specific result.
2129         (parser::parse_result): New function.
2130         (parser::parse_simplify): Adjust to parse ifs with then end
2131         else case.
2132         (parser::parse_if): Simplify.
2133         (parser::parse_pattern): Pass down simplify kind.
2134         * match.pd: Convert if structure to new syntax.
2136 2015-07-13  Marek Polacek  <polacek@redhat.com>
2138         * rtl.c (rtx_equal_p_cb): Fix typo.
2140 2015-07-13  Andrew MacLeod  <amacleod@redhat.com>
2142         * omega.h: Don't include config.h, don't include params.h again if
2143         omega.h has already been included.
2144         * graphite-poly.h: Include sese.h.
2145         * graphite.c: Don't include sese.h, remove needless includes and
2146         minimize includes outside #ifdef HAVE_isl block.
2147         * graphite-blocking.c: Don't include sese.h, remove needless includes,
2148         and wrap entire file in #ifdef HAVE_isl
2149         * graphite-dependences.c: Likewise.
2150         * graphite-interchange.c: Likewise.
2151         * graphite-isl-ast-to-gimple.c: Likewise.
2152         * graphite-optimize-isl.c: Likewise.
2153         * graphite-poly.c: Likewise.
2154         * graphite-scop-detection.c: Likewise.
2155         * graphite-sese-to-poly.c: Likewise.
2157 2015-07-13  Tom de Vries  <tom@codesourcery.com>
2159         * omp-low.c (build_receiver_ref): Mark *.omp_data_i as non-trapping.
2161 2015-07-13  Renlin Li  <renlin.li@arm.com>
2163         PR rtl/66556
2164         * simplify-rtx.c (simplify_const_relational_operation): Add
2165         side_effects_p checks.
2167 2015-07-12  Aldy Hernandez  <aldyh@redhat.com>
2169         * bitmap.h: Fix double word typos.
2170         * builtins.c: Same.
2171         * calls.c: Same.
2172         * cfgloopmanip.c: Same.
2173         * cgraph.c: Same.
2174         * cgraph.h: Same.
2175         * cgraphclones.c: Same.
2176         * combine.c: Same.
2177         * config/aarch64/aarch64-protos.h: Same.
2178         * config/aarch64/aarch64.c: Same.
2179         * config/aarch64/aarch64.md: Same.
2180         * config/arm/arm.md: Same.
2181         * config/arm/arm1020e.md: Same.
2182         * config/arm/arm1026ejs.md: Same.
2183         * config/arm/arm926ejs.md: Same.
2184         * config/arm/fa526.md: Same.
2185         * config/arm/fa606te.md: Same.
2186         * config/arm/fa626te.md: Same.
2187         * config/arm/fa726te.md: Same.
2188         * config/arm/fmp626.md: Same.
2189         * config/darwin.c: Same.
2190         * config/epiphany/epiphany.c: Same.
2191         * config/frv/frv.c: Same.
2192         * config/ft32/ft32.c: Same.
2193         * config/gnu-user.h: Same.
2194         * config/h8300/constraints.md: Same.
2195         * config/i386/i386.c: Same.
2196         * config/i386/i386.md: Same.
2197         * config/iq2000/iq2000.md: Same.
2198         * config/mips/mips.c: Same.
2199         * config/mmix/mmix.md: Same.
2200         * config/moxie/moxie.c: Same.
2201         * config/nds32/nds32.md: Same.
2202         * config/pa/pa.h: Same.
2203         * config/rs6000/aix.h: Same.
2204         * config/rs6000/rs6000.h: Same.
2205         * config/sh/sh.c: Same.
2206         * config/tilegx/tilegx.md: Same.
2207         * config/tilepro/gen-mul-tables.cc: Same.
2208         * cse.c: Same.
2209         * dbxout.c: Same.
2210         * doc/invoke.texi: Same.
2211         * dse.c: Same.
2212         * dwarf2out.c: Same.
2213         * final.c: Same.
2214         * gcc.c: Same.
2215         * genmatch.c: Same.
2216         * gimplify.c: Same.
2217         * hash-table.h: Same.
2218         * internal-fn.c: Same.
2219         * ipa-cp.c: Same.
2220         * ipa-devirt.c: Same.
2221         * ipa-icf.c: Same.
2222         * ipa-icf.h: Same.
2223         * ipa-profile.c: Same.
2224         * ipa-prop.c: Same.
2225         * ipa-prop.h: Same.
2226         * ira.c: Same.
2227         * omp-low.c: Same.
2228         * reg-stack.c: Same.
2229         * regcprop.c: Same.
2230         * reorg.c: Same.
2231         * rtl.h: Same.
2232         * sbitmap.h: Same.
2233         * tree-eh.c: Same.
2234         * tree-inline.c: Same.
2235         * tree-sra.c: Same.
2236         * tree-ssa-dom.c: Same.
2237         * tree-ssa-loop-ivopts.c: Same.
2238         * tree-ssa-structalias.c: Same.
2239         * tree-ssa-tail-merge.c: Same.
2240         * tree-ssa-ter.c: Same.
2241         * tree-ssa-threadupdate.c: Same.
2242         * tree-ssa-uninit.c: Same.
2243         * tree-ssanames.c: Same.
2244         * tree-vect-loop-manip.c: Same.
2245         * tree-vrp.c: Same.
2246         * tree.c: Same.
2247         * valtrack.c: Same.
2248         * vec.h: Same.
2250 2015-07-12  Kugan Vivekanandarajah  <kuganv@linaro.org>
2252         PR middle-end/66726
2253         * tree-ssa-phiopt.c(factor_out_conditional_conversion): New function.
2254         tree_ssa_phiopt_worker): Call it.
2256 2015-07-12  Kugan Vivekanandarajah  <kuganv@linaro.org>
2258         * cse.c (cse_insn): Calculate src_eqv for ZERO_EXTRACT.
2259         * emit-rtl.c (set_for_reg_notes): Allow ZERO_EXTRACT to set
2260         REG_EQUAL note.
2262 2015-07-11  Marek Polacek  <polacek@redhat.com>
2264         PR middle-end/66353
2265         * basic-block.h (has_abnormal_call_or_eh_pred_edge_p): New function.
2266         * ira-lives.c (bb_has_abnormal_call_pred): Remove function.
2267         (process_bb_node_lives): Call has_abnormal_call_or_eh_pred_edge_p
2268         rather than bb_has_abnormal_call_pred.
2269         * lra-lives.c (bb_has_abnormal_call_pred): Remove function.
2270         (process_bb_lives): Call has_abnormal_call_or_eh_pred_edge_p
2271         rather than bb_has_abnormal_call_pred.
2273 2015-07-10  Anatoly Sokolov  <aesok@post.ru>
2275         * config/v850/v850.h (REG_OK_FOR_BASE_P, REG_OK_FOR_INDEX_P,
2276         REG_OK_FOR_BASE_P_STRICT, REG_OK_FOR_INDEX_P_STRICT, STRICT,
2277         RTX_OK_FOR_BASE_P, GO_IF_LEGITIMATE_ADDRESS): Remove macros.
2278         * config/v850/v850.c (v850_reg_ok_for_base_, v850_rtx_ok_for_base_p,
2279         v850_legitimate_address_p): New functions.
2280         (TARGET_ADDR_SPACE_LEGITIMATE_ADDRESS_P): Define.
2282 2015-07-10  H.J. Lu  <hongjiu.lu@intel.com>
2284         PR target/66819
2285         * config/i386/i386.c (ix86_function_ok_for_sibcall): Allow
2286         indirect sibcall with register arguments if register available
2287         for argument passing.
2288         (init_cumulative_args): Set cfun->machine->arg_reg_available
2289         to (cum->nregs > 0) or to true if function has a variable
2290         argument list.
2291         (function_arg_advance_32): Set cfun->machine->arg_reg_available
2292         to false if cum->nregs <= 0.
2293         * config/i386/i386.h (machine_function): Add arg_reg_available.
2295 2015-07-10  Uros Bizjak  <ubizjak@gmail.com>
2297         * config/i386/sse.md (movdi_to_sse): Use gen_lowpart
2298         and gen_higpart instead of gen_rtx_SUBREG.
2299         * config/i386/i386.md
2300         (floatdi<X87MODEF:mode>2_i387_with_xmm splitter): Ditto.
2301         (read-modify peephole2): Use gen_lowpart instead of
2302         gen_rtx_SUBREG for operand 5.
2304 2015-07-10  Andrew MacLeod  <amacleod@redhat.com>
2306         * config/tilepro/gen-mul-tables.cc (main): Change include list for
2307         generated files.
2308         * config/tilepro/mul-tables.c: Regenerate.
2309         * config/tilegx/mul-tables.c: Regenerate.
2311 2015-07-10  Richard Biener  <rguenther@suse.de>
2313         * fold-const.c (distribute_bit_expr): Remove.
2314         (fold_binary_loc): Move simplifying (A & C1) + (B & C2)
2315         to (A & C1) | (B & C2), distributing (A & B) | (A & C)
2316         to A & (B | C) and simplifying A << C1 << C2 to ...
2317         * match.pd: ... patterns here.
2319 2015-07-10  Jiong Wang  <jiong.wang@arm.com>
2321         * config/aarch64/aarch64.c (aarch64_load_symref_appropriately):
2322         Mark mem as READONLY and NOTRAP for PIC symbol.
2324 2015-07-10  Andrew MacLeod  <amacleod@redhat.com>
2326         * gimple-predict.h: New file.
2327         (gimple_predict_predictor, gimple_predict_set_predictor,
2328         gimple_predict_outcome, gimple_predict_set_outcome,
2329         gimple_build_predict): Relocate here.
2330         * gimple.h (gimple_predict_predictor, gimple_predict_set_predictor,
2331         gimple_predict_outcome, gimple_predict_set_outcome): Move to
2332         gimple-predict.h.
2333         * gimple.c (gimple_build_predict): Move to gimple-predict.h
2334         * basic-block.h: Don't include cfghooks.h.
2335         * backend.h: Don't include predict.h.
2336         * cfghooks.h: Include predict.h.
2337         * gimple-pretty-print.c: Include gimple-predict.h.
2338         * gimplify.c: Likwise.
2339         * predict.c: Adjust includes.
2340         * tree-inline.c: Likewise.
2341         * asan.c: Likewise.
2342         * auto-inc-dec.c: Likewise.
2343         * auto-profile.c: Likewise.
2344         * bb-reorder.c: Likewise.
2345         * builtins.c: Likewise.
2346         * caller-save.c: Likewise.
2347         * calls.c: Likewise.
2348         * cfganal.c: Likewise.
2349         * cfgbuild.c: Likewise.
2350         * cfg.c: Likewise.
2351         * cfgcleanup.c: Likewise.
2352         * cfgexpand.c: Likewise.
2353         * cfghooks.c: Likewise.
2354         * cfgloopanal.c: Likewise.
2355         * cfgloop.c: Likewise.
2356         * cfgloopmanip.c: Likewise.
2357         * cfgrtl.c: Likewise.
2358         * cgraph.c: Likewise.
2359         * cgraphunit.c: Likewise.
2360         * combine.c: Likewise.
2361         * cprop.c: Likewise.
2362         * cse.c: Likewise.
2363         * dce.c: Likewise.
2364         * dojump.c: Likewise.
2365         * dse.c: Likewise.
2366         * except.c: Likewise.
2367         * expmed.c: Likewise.
2368         * expr.c: Likewise.
2369         * final.c: Likewise.
2370         * fold-const.c: Likewise.
2371         * function.c: Likewise.
2372         * fwprop.c: Likewise.
2373         * gcc-plugin.h: Likewise.
2374         * gcse.c: Likewise.
2375         * genattrtab.c: Likewise.
2376         * genemit.c: Likewise.
2377         * gengtype.c: Likewise.
2378         * genopinit.c: Likewise.
2379         * genoutput.c: Likewise.
2380         * genpreds.c: Likewise.
2381         * genrecog.c: Likewise.
2382         * gimple-fold.c: Likewise.
2383         * gimple-iterator.c: Likewise.
2384         * gimple-ssa-isolate-paths.c: Likewise.
2385         * gimple-ssa-strength-reduction.c: Likewise.
2386         * graph.c: Likewise.
2387         * graphite-blocking.c: Likewise.
2388         * graphite.c: Likewise.
2389         * graphite-dependences.c: Likewise.
2390         * graphite-interchange.c: Likewise.
2391         * graphite-isl-ast-to-gimple.c: Likewise.
2392         * graphite-optimize-isl.c: Likewise.
2393         * graphite-poly.c: Likewise.
2394         * graphite-scop-detection.c: Likewise.
2395         * graphite-sese-to-poly.c: Likewise.
2396         * haifa-sched.c: Likewise.
2397         * ifcvt.c: Likewise.
2398         * internal-fn.c: Likewise.
2399         * ipa-cp.c: Likewise.
2400         * ipa-profile.c: Likewise.
2401         * ipa-split.c: Likewise.
2402         * ipa-utils.c: Likewise.
2403         * ira-build.c: Likewise.
2404         * ira-color.c: Likewise.
2405         * ira-conflicts.c: Likewise.
2406         * ira-costs.c: Likewise.
2407         * ira-emit.c: Likewise.
2408         * ira-lives.c: Likewise.
2409         * jump.c: Likewise.
2410         * loop-doloop.c: Likewise.
2411         * loop-init.c: Likewise.
2412         * loop-invariant.c: Likewise.
2413         * loop-unroll.c: Likewise.
2414         * lower-subreg.c: Likewise.
2415         * lra-assigns.c: Likewise.
2416         * lra.c: Likewise.
2417         * lra-coalesce.c: Likewise.
2418         * lra-constraints.c: Likewise.
2419         * lra-lives.c: Likewise.
2420         * lto-cgraph.c: Likewise.
2421         * lto-streamer-in.c: Likewise.
2422         * mode-switching.c: Likewise.
2423         * modulo-sched.c: Likewise.
2424         * omp-low.c: Likewise.
2425         * optabs.c: Likewise.
2426         * passes.c: Likewise.
2427         * postreload.c: Likewise.
2428         * postreload-gcse.c: Likewise.
2429         * profile.c: Likewise.
2430         * recog.c: Likewise.
2431         * regstat.c: Likewise.
2432         * reload1.c: Likewise.
2433         * reorg.c: Likewise.
2434         * rtlanal.c: Likewise.
2435         * sched-ebb.c: Likewise.
2436         * sel-sched-ir.c: Likewise.
2437         * sese.c: Likewise.
2438         * shrink-wrap.c: Likewise.
2439         * simplify-rtx.c: Likewise.
2440         * stmt.c: Likewise.
2441         * store-motion.c: Likewise.
2442         * tracer.c: Likewise.
2443         * trans-mem.c: Likewise.
2444         * tree-call-cdce.c: Likewise.
2445         * tree-cfg.c: Likewise.
2446         * tree-cfgcleanup.c: Likewise.
2447         * tree-chkp.c: Likewise.
2448         * tree-complex.c: Likewise.
2449         * tree-eh.c: Likewise.
2450         * tree-if-conv.c: Likewise.
2451         * tree-loop-distribution.c: Likewise.
2452         * tree-outof-ssa.c: Likewise.
2453         * tree-parloops.c: Likewise.
2454         * tree-predcom.c: Likewise.
2455         * tree-pretty-print.c: Likewise.
2456         * tree-profile.c: Likewise.
2457         * tree-sra.c: Likewise.
2458         * tree-ssa.c: Likewise.
2459         * tree-ssa-coalesce.c: Likewise.
2460         * tree-ssa-dce.c: Likewise.
2461         * tree-ssa-dom.c: Likewise.
2462         * tree-ssa-forwprop.c: Likewise.
2463         * tree-ssa-ifcombine.c: Likewise.
2464         * tree-ssa-loop-ch.c: Likewise.
2465         * tree-ssa-loop-im.c: Likewise.
2466         * tree-ssa-loop-ivcanon.c: Likewise.
2467         * tree-ssa-loop-ivopts.c: Likewise.
2468         * tree-ssa-loop-manip.c: Likewise.
2469         * tree-ssa-loop-prefetch.c: Likewise.
2470         * tree-ssa-loop-unswitch.c: Likewise.
2471         * tree-ssa-math-opts.c: Likewise.
2472         * tree-ssa-phiopt.c: Likewise.
2473         * tree-ssa-pre.c: Likewise.
2474         * tree-ssa-reassoc.c: Likewise.
2475         * tree-ssa-sink.c: Likewise.
2476         * tree-ssa-tail-merge.c: Likewise.
2477         * tree-ssa-threadedge.c: Likewise.
2478         * tree-ssa-threadupdate.c: Likewise.
2479         * tree-switch-conversion.c: Likewise.
2480         * tree-tailcall.c: Likewise.
2481         * tree-vect-data-refs.c: Likewise.
2482         * tree-vect-loop.c: Likewise.
2483         * tree-vect-loop-manip.c: Likewise.
2484         * tree-vectorizer.c: Likewise.
2485         * tree-vrp.c: Likewise.
2486         * ubsan.c: Likewise.
2487         * value-prof.c: Likewise.
2488         * varasm.c: Likewise.
2489         * var-tracking.c: Likewise.
2490         * config/aarch64/aarch64-builtins.c: Likewise.
2491         * config/aarch64/aarch64.c: Likewise.
2492         * config/aarch64/cortex-a57-fma-steering.c: Likewise.
2493         * config/alpha/alpha.c: Likewise.
2494         * config/arc/arc.c: Likewise.
2495         * config/arm/arm.c: Likewise.
2496         * config/avr/avr.c: Likewise.
2497         * config/bfin/bfin.c: Likewise.
2498         * config/c6x/c6x.c: Likewise.
2499         * config/cr16/cr16.c: Likewise.
2500         * config/cris/cris.c: Likewise.
2501         * config/darwin.c: Likewise.
2502         * config/darwin-c.c: Likewise.
2503         * config/epiphany/epiphany.c: Likewise.
2504         * config/epiphany/mode-switch-use.c: Likewise.
2505         * config/epiphany/resolve-sw-modes.c: Likewise.
2506         * config/fr30/fr30.c: Likewise.
2507         * config/frv/frv.c: Likewise.
2508         * config/ft32/ft32.c: Likewise.
2509         * config/h8300/h8300.c: Likewise.
2510         * config/i386/i386.c: Likewise.
2511         * config/i386/winnt.c: Likewise.
2512         * config/ia64/ia64.c: Likewise.
2513         * config/iq2000/iq2000.c: Likewise.
2514         * config/lm32/lm32.c: Likewise.
2515         * config/m32c/m32c.c: Likewise.
2516         * config/m32r/m32r.c: Likewise.
2517         * config/m68k/m68k.c: Likewise.
2518         * config/mcore/mcore.c: Likewise.
2519         * config/mep/mep.c: Likewise.
2520         * config/microblaze/microblaze.c: Likewise.
2521         * config/mips/mips.c: Likewise.
2522         * config/mmix/mmix.c: Likewise.
2523         * config/mn10300/mn10300.c: Likewise.
2524         * config/moxie/moxie.c: Likewise.
2525         * config/msp430/msp430.c: Likewise.
2526         * config/nds32/nds32.c: Likewise.
2527         * config/nds32/nds32-cost.c: Likewise.
2528         * config/nds32/nds32-fp-as-gp.c: Likewise.
2529         * config/nds32/nds32-intrinsic.c: Likewise.
2530         * config/nds32/nds32-isr.c: Likewise.
2531         * config/nds32/nds32-md-auxiliary.c: Likewise.
2532         * config/nds32/nds32-memory-manipulation.c: Likewise.
2533         * config/nds32/nds32-pipelines-auxiliary.c: Likewise.
2534         * config/nds32/nds32-predicates.c: Likewise.
2535         * config/nios2/nios2.c: Likewise.
2536         * config/nvptx/nvptx.c: Likewise.
2537         * config/pa/pa.c: Likewise.
2538         * config/pdp11/pdp11.c: Likewise.
2539         * config/rl78/rl78.c: Likewise.
2540         * config/rs6000/rs6000.c: Likewise.
2541         * config/rx/rx.c: Likewise.
2542         * config/s390/s390.c: Likewise.
2543         * config/sh/sh.c: Likewise.
2544         * config/sh/sh-mem.cc: Likewise.
2545         * config/sh/sh_optimize_sett_clrt.cc: Likewise.
2546         * config/sh/sh_treg_combine.cc: Likewise.
2547         * config/sparc/sparc.c: Likewise.
2548         * config/spu/spu.c: Likewise.
2549         * config/stormy16/stormy16.c: Likewise.
2550         * config/tilegx/tilegx.c: Likewise.
2551         * config/tilepro/tilepro.c: Likewise.
2552         * config/v850/v850.c: Likewise.
2553         * config/vax/vax.c: Likewise.
2554         * config/visium/visium.c: Likewise.
2555         * config/xtensa/xtensa.c: Likewise.
2557 2015-07-10  Richard Biener  <rguenther@suse.de>
2559         * genmatch.c (dt_node::gen_kids_1): Fix indenting of case labels.
2560         (decision_tree::gen_gimple): Likewise.
2561         (decision_tree::gen_generic): Likewise.
2563 2015-07-10  Uros Bizjak  <ubizjak@gmail.com>
2565         PR target/66813
2566         * config/i386/i386.c (ix86_md_asm_adjust): Emit movstrictqi
2567         sequence for TARGET_ZERO_EXTEND_WITH_AND targets.
2569 2015-07-10  Jakub Jelinek  <jakub@redhat.com>
2571         PR middle-end/66820
2572         * gimplify.c (maybe_fold_stmt): Don't fold in ORT_PARALLEL
2573         or ORT_TASK contexts.
2574         * omp-low.c (lower_omp): Call fold_stmt even if taskreg_nesting_level
2575         is non-zero.
2577 2015-07-10  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
2579         * expr.c (expand_cond_expr_using_cmove): Fix typos in comment
2580         above function.
2582 2015-07-10  Tom de Vries  <tom@codesourcery.com>
2584         * tree-parloops.c (try_transform_to_exit_first_loop_alt): If not found,
2585         insert nit + 1 bound.
2587 2015-07-10  Richard Biener  <rguenther@suse.de>
2589         * tree-if-conv.c (if_convertible_gimple_assign_stmt_p):
2590         Use ifcvt_could_trap_p also when not flag_tree_loop_if_convert_stores.
2591         (if_convertible_loop_p_1): For this always compute bb predicates.
2592         (if_convertible_loop_p): And free them.
2594 2015-07-10  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
2596         * ipa-icf.c (sem_item_optimizer::do_congruence_step): Fix typo
2597         in dump message.
2599 2015-07-10  Richard Biener  <rguenther@suse.de>
2601         PR tree-optimization/66823
2602         * tree-if-conv.c (memrefs_read_or_written_unconditionally): Fix
2603         inverted predicate.
2605 2015-07-09  Steve Ellcey  <sellcey@imgtec.com>
2607         * config/mips/mti-linux.h (MIPS_SYSVERSION_SPEC): Update
2608         to handle mips[32|64]r3 and mips[32|64]r5.
2610 2015-07-09  Jakub Jelinek  <jakub@redhat.com>
2612         PR middle-end/66633
2613         * tree-nested.c (get_static_chain): Or in a flag into
2614         info->static_chain_added.
2615         (get_frame_field, get_nonlocal_debug_decl): Likewise.
2616         (convert_nonlocal_omp_clauses, convert_local_omp_clauses): Revert
2617         2015-07-01 changes.
2618         (convert_tramp_reference_stmt): If a frame_decl or chain_decl
2619         is needed newly inside of GIMPLE_OMP_{PARALLEL,TASK,TARGET} body,
2620         add it to clauses.
2622         PR tree-optimization/66718
2623         * tree-vect-stmts.c (struct simd_call_arg_info): Add simd_lane_linear
2624         field.
2625         (vect_simd_lane_linear): New function.
2626         (vectorizable_simd_clone_call): Support using linear arguments for
2627         addresses of arrays elements indexed by GOMP_SIMD_LANE result.
2629 2015-07-09  H.J. Lu  <hongjiu.lu@intel.com>
2631         PR target/66821
2632         * config/i386/i386.c (iamcu_cost): Adjust variable shift costs.
2634 2015-07-09  Michael Meissner  <meissner@linux.vnet.ibm.com>
2636         * config/rs6000/rs6000-protos.h (rs6000_secondary_reload_memory):
2637         Use machine mode, not enum machine_mode in the prototype.
2639         * config/rs6000/rs6000.h (FLOAT128_IEEE_P): New helper macros to
2640         classify 128-bit floating point support.
2641         (FLOAT128_IBM_P): Likewise.
2642         (FLOAT128_VECTOR_P): Likewise.
2643         (FLOAT128_2REG_P): Likewise.
2644         (SCALAR_FLOAT_MODE_NOT_VECTOR_P): Likewise.
2645         (SLOW_UNALIGNED_ACCESS): Add IEEE 128-bit floating point support.
2646         (HARD_REGNO_CALLER_SAVE_MODE): Likewise.
2647         (HARD_REGNO_CALL_PART_CLOBBERED): Likewise.
2649         * config/rs6000/rs6000.c (rs6000_hard_regno_nregs_internal): Drop
2650         tests against TFmode/TDmode, since those modes do not use VSX
2651         addresses.
2652         (rs6000_hard_regno_mode_ok): Add IEEE 128-bit floating point
2653         support.
2654         (rs6000_init_hard_regno_mode_ok): Use new helper macros instead of
2655         tests against TFmode, etc.
2656         (invalid_e500_subreg): Add tests against IFmode/KFmode.
2657         (reg_offset_addressing_ok_p): Likewise.
2658         (rs6000_legitimate_offset_address_p): Likewise.
2659         (rs6000_legitimize_address): Likewise.
2660         (rs6000_legitimize_reload_address): Likewise.
2661         (rs6000_legitimate_address_p): Clean up tests against TFmode and
2662         TDmode to use the new helper macros, which will include IFmode and
2663         KFmode.
2664         (rs6000_emit_move): Likewise.
2665         (rs6000_darwin64_record_arg_recurse): Likewise.
2666         (print_operand): Likewise.
2667         (rs6000_member_type_forces_blk): Treat IEEE 128-bit floating point
2668         that uses a single vector register as a vector and not as a
2669         floating point register in terms of the calling sequence.
2670         (rs6000_discover_homogeneous_aggregate): Likewise.
2671         (rs6000_return_in_memory): Likewise.
2672         (init_cumulative_args): Likewise.
2673         (rs6000_function_arg_boundary): Likewise.
2674         (rs6000_function_arg_advance_1): Likewise.
2675         (rs6000_function_arg): Likewise.
2676         (rs6000_pass_by_reference): Likewise.
2677         (rs6000_gimplify_va_arg): Likewise.
2678         (rs6000_secondary_reload_memory): Use machine_mode not enum
2679         machine mode.
2680         (rs6000_split_multireg_move): Use new helper macros.
2681         (spe_func_has_64bit_regs_p): Likewise.
2682         (rs6000_output_function_epilogue): Add IFmode/KFmode support.
2683         (output_toc): Use new helper macros.
2684         (rs6000_register_move_cost): Likewise.
2685         (rs6000_function_value): Add IEEE 128-bit floating point calling
2686         sequence support.
2687         (rs6000_libcall_value): Likewise.
2688         (rs6000_scalar_mode_supported_p): Add support for IEEE 128-bit
2689         floating point support.
2690         (rs6000_vector_mode_supported_p): Likewise.
2692 2015-07-09  Vladimir Makarov  <vmakarov@redhat.com>
2694         PR rtl-optimization/66782
2695         * lra-int.h (struct lra_insn_recog_data): Add comment about
2696         clobbered hard regs for arg_hard_regs.
2697         * lra.c (lra_set_insn_recog_data): Add clobbered hard regs.
2698         * lra-lives.c (process_bb_lives): Process clobbered hard regs.
2699         Add condition for processing used hard regs.
2700         * lra-constraints.c (update_ebb_live_info, inherit_in_ebb):
2701         Process clobbered hard regs.
2703 2015-07-09  Michael Matz  <matz@suse.de>
2705         * genmatch.c (fprintf_indent): New function.
2706         (operand::gen_transform): Add indent parameter.
2707         (expr::gen_transform, c_expr::gen_transform,
2708         capture::gen_transform): Ditto and use fprintf_indent.
2709         (dt_node::gen, dt_node::gen_kids, dt_node::gen_kids_1): Ditto.
2710         (dt_operand::gen, dt_operand::gen_predicate,
2711         dt_operand::gen_match_op, dt_operand::gen_gimple_expr,
2712         dt_operand::gen_generic_expr, dt_simplify::gen): Ditto.
2713         (decision_tree::gen_gimple): Adjust calls and indent generated
2714         code.
2715         (decision_tree::gen_generic): Ditto.
2716         (write_predicate): Ditto.
2718 2015-07-08  Uros Bizjak  <ubizjak@gmail.com>
2720         PR target/66814
2721         * config/i386/predicates.md (nonimmediate_gr_operand): New predicate.
2722         * config/i386/i386.md (not peephole2): Use nonimmediate_gr_operand.
2723         (varous peephole2s): Use {GENERAL,SSE,MMX}_REGNO_P instead of
2724         {GENERAL,SSE,MMX}_REG_P where appropriate.
2726 2015-07-09  Andrew MacLeod  <amacleod@redhat.com>
2728         * lto-streamer.h: Don't include target.h and alloc-pool.h.
2729         * builtins.c: Adjust includes.
2730         * gimple.c: Likewise.
2731         * ipa-icf.c: Likewise.
2732         * lto-opts.c: Likewise.
2733         * ipa-reference.c: Likewise.
2734         * lto-section-out.c: Likewise.
2735         * lto-streamer-in.c: Likewise.
2736         * lto-streamer-out.c: Likewise.
2737         * opts-global.c: Likewise.
2738         * symtab.c: Likewise.
2739         * tree-chkp.c: Likewise.
2740         * tree-ssa-live.c: Likewise.
2741         * tree-streamer-in.c: Likewise.
2742         * tree-streamer-out.c: Likewise.
2743         * config/darwin.c: Likewise.
2744         * config/i386/winnt.c: Likewise.
2746 2015-07-09  Richard Biener  <rguenther@suse.de>
2748         * genmatch.c (struct expr): Add force_single_use flag.
2749         (expr::expr): Add copy constructor.
2750         (capture_info::walk_match): Gather force_single_use captures.
2751         (expr::gen_transform): Use possibly NULLified sequence.
2752         (dt_simplify::gen): Apply single-use restrictions by NULLifying
2753         seq if any constrained expr is not single-use.
2754         (parser::parse_expr): Refactor to allow multiple flags.  Handle
2755         's' flag to force an expression have a single-use if the pattern
2756         simplifies to more than one statement.
2757         * match.pd: Convert most single_use conditionals to :s flags.
2759 2015-07-09  H.J. Lu  <hongjiu.lu@intel.com>
2761         * config/i386/iamcu.h (ASM_OUTPUT_ALIGNED_BSS): New.
2762         (ASM_OUTPUT_MAX_SKIP_ALIGN): Likewise.
2763         (ASM_MAYBE_OUTPUT_ENCODED_ADDR_RTX): Likewise.
2765 2015-07-09  Andrew MacLeod  <amacleod@redhat.com>
2767         * flags.h: Don't include flag-types.h or options.h.
2768         * opts-common.c: Adjust includes.
2769         * opts-global.c: Likewise.
2770         * common/config/epiphany/epiphany-common.c: Likewise.
2772 2015-07-09  H.J. Lu  <hongjiu.lu@intel.com>
2774         PR target/66818
2775         * config/i386/i386.h (ATTRIBUTE_ALIGNED_VALUE): Defined to 32
2776         for IA MCU.
2778 2015-07-09  H.J. Lu  <hongjiu.lu@intel.com>
2780         PR target/66817
2781         * config/i386/i386.c (ix86_return_in_memory): Return true
2782         if int_size_in_bytes returns negative for IA MCU.
2784 2015-07-09  Marek Polacek  <polacek@redhat.com>
2786         PR tree-optimization/66718
2787         * Makefile.in (OBJS): Add gimple-laddress.o.
2788         * passes.def: Schedule pass_laddress.
2789         * timevar.def (DEFTIMEVAR): Add TV_GIMPLE_LADDRESS.
2790         * tree-pass.h (make_pass_laddress): Declare.
2791         * gimple-laddress.c: New file.
2793 2015-07-09  Richard Biener  <rguenther@suse.de>
2795         * toplev.c (compile_file): Reset maximum_field_alignment after parsing.
2797 2015-07-09  Richard Biener  <rguenther@suse.de>
2799         PR tree-optimization/66807
2800         * tree-chkp-opt.c (chkp_opt_fini): Free post dominator info.
2802 2015-07-08  Kito Cheng  <kito.cheng@gmail.com>
2804         * function.c (stack_protect_epilogue): Use if rather than switch for
2805         check targetm.have_stack_protect_test.
2807 2015-07-08  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
2809         * defaults.h: Provide default for WORD_REGISTER_OPERATIONS.
2810         * config/alpha/alpha.h: Define WORD_REGISTER_OPERATIONS to 1.
2811         * config/arc/arc.h: Likewise.
2812         * config/arm/arm.h: Likewise.
2813         * config/bfin/bfin.h: Likewise.
2814         * config/epiphany/epiphany.h: Likewise.
2815         * config/frv/frv.h: Likewise.
2816         * config/ia64/ia64.h: Likewise.
2817         * config/iq2000/iq2000.h: Likewise.
2818         * config/lm32/lm32.h: Likewise.
2819         * config/m32r/m32r.h: Likewise.
2820         * config/mcore/mcore.h: Likewise.
2821         * config/mep/mep.h: Likewise.
2822         * config/microblaze/microblaze.h: Likewise.
2823         * config/mips/mips.h: Likewise.
2824         * config/mmix/mmix.h: Likewise.
2825         * config/mn10300/mn10300.h: Likewise.
2826         * config/nds32/nds32.h: Likewise.
2827         * config/nios2/nios2.h: Likewise.
2828         * config/pa/pa.h: Likewise.
2829         * config/rl78/rl78.h: Likewise.
2830         * config/sh/sh.h: Likewise.
2831         * config/sparc/sparc.h: Likewise.
2832         * config/stormy16/stormy16.h: Likewise.
2833         * config/tilegx/tilegx.h: Likewise.
2834         * config/tilepro/tilepro.h: Likewise.
2835         * config/v850/v850.h: Likewise.
2836         * config/xtensa/xtensa.h: Likewise.
2837         * doc/tm.texi: Regenerate.
2838         * doc/tm.texi.in: Adjust.
2839         * combine.c (simplify_set): Likewise.
2840         (simplify_comparison): Likewise.
2841         * expr.c (store_constructor): Likewise.
2842         * internal-fn.c (expand_arith_overflow): Likewise.
2843         * reload.c (push_reload): Likewise.
2844         (find_reloads): Likewise.
2845         (find_reloads_subreg_address): Likewise.
2846         * reload1.c (eliminate_regs_1): Likewise.
2847         * rtlanal.c (nonzero_bits1): Likewise.
2848         (num_sign_bit_copies1): Likewise.
2849         * simplify-rtx.c (simplify_truncation): Likewise.
2851 2015-07-08  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
2853         * auto-inc-dec.c (pass_inc_dec::execute): Don't check the value
2854         of AUTO_INC_DEC with the preprocessor.
2855         * combine.c (combine_instructions): Likewise.
2856         (can_combine_p): Likewise.
2857         (try_combine): Likewise.
2858         * emit-rtl.c (try_split): Likewise.
2859         * loop-invariant.c (calculate_loop_reg_pressure): Likewise.
2860         * lower-subreg.c (resolve_simple_move): Likewise.
2861         * lra.c (update_inc_notes): Likewise.
2862         * recog.c (asm_operand_ok): Likewise.
2863         (constrain_operands): Likewise.
2864         * regrename.c (scan_rtx_address): Likewise.
2865         * reload.c (update_auto_inc_notes): Likewise.
2866         (reg_inc_found_and_valid_p): Likewise.
2867         * reload1.c (reload): Likewise.
2868         (emit_input_reload_insns): Likewise.
2869         (delete_output_reload): Likewise.
2870         * sched-deps.c (init_insn_reg_pressure_info): Likewise.
2871         * valtrack.c (cleanup_auto_inc_dec): Likewise.
2873 2015-07-08  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
2875         * rtl.h: Always define AUTO_INC_DEC.
2876         * auto-inc-dec.c (pass_inc_dec::execute): Adjust.
2877         * combine.c (combine_instructions): Likewise.
2878         (can_combine_p): Likewise.
2879         (try_combine): Likewise.
2880         * emit-rtl.c (try_split): Likewise.
2881         * loop-invariant.c (calculate_loop_reg_pressure): Likewise.
2882         * lower-subreg.c (resolve_simple_move): Likewise.
2883         * lra.c (update_inc_notes): Likewise.
2884         * recog.c (asm_operand_ok): Likewise.
2885         (constrain_operands): Likewise.
2886         * regrename.c (scan_rtx_address): Likewise.
2887         * reload.c (update_auto_inc_notes): Likewise.
2888         (find_equiv_reg): Likewise.
2889         * reload1.c (reload): Likewise.
2890         (reload_as_needed): Likewise.
2891         (choose_reload_regs): Likewise.
2892         (emit_input_reload_insns): Likewise.
2893         (delete_output_reload): Likewise.
2894         * sched-deps.c (init_insn_reg_pressure_info): Likewise.
2895         * valtrack.c (cleanup_auto_inc_dec): Likewise.
2897 2015-07-08  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
2899         * combine.c (can_combine_def_p): Don't check the value of
2900         HARD_FRAME_POINTER_IS_FRAME_POINTER with the preprocessor.
2901         (combinable_i3pat): Likewise.
2902         (mark_used_regs_combine): Likewise.
2903         * regrename.c (rename_chains): Likewise.
2904         * reload.c (find_reloads_address): Likewise.
2905         * sel-sched.c (mark_unavailable_hard_regs): Likewise.
2907 2015-07-08  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
2909         * combine.c (update_rsp_from_reg_equal): Don't check if
2910         SHORT_IMMEDIATES_SIGN_EXTEND is defined.
2911         (reg_nonzero_bits_for_combine): Likewise.
2912         * config/alpha/alpha.h: Define SHORT_IMMEDIATES_SIGN_EXTEND to
2913         1.
2914         * config/frv/frv.h: Likewise.
2915         * config/lm32/lm32.h: Likewise.
2916         * config/mep/mep.h: Likewise.
2917         * config/mips/mips.h: Likewise.
2918         * config/rs6000/rs6000.h: Likewise.
2919         * config/sh/sh.h: Likewise.
2920         * config/tilegx/tilegx.h (enum reg_class): Likewise.
2921         * config/tilepro/tilepro.h: Likewise.
2922         * defaults.h: Add default for SHORT_IMMEDIATES_SIGN_EXTEND.
2923         * doc/tm.texi: Regenerate.
2924         * doc/tm.texi.in: Adjust.
2925         * rtlanal.c (nonzero_bits1): Likewise.
2927 2015-07-08  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
2929         * combine.c (do_SUBST_MODE): Don't check the value of HAVE_cc0
2930         with the preprocessor.
2931         (combine_instructions): Likewise.
2932         (try_combine): Likewise.
2933         (subst): Likewise.
2934         (distribute_notes): Likewise.
2936 2015-07-08  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
2938         * combine.c (try_combine): Don't check if LOAD_EXTEND_OP is
2939         defined.
2940         (simplify_set): Likewise.
2941         * cse.c (cse_insn): Likewise.
2942         * fold-const.c (fold_single_bit_test): Likewise.
2943         (fold_unary_loc): Likewise.
2944         * postreload.c (reload_cse_simplify_set): Likewise.
2945         (reload_cse_simplify_operands): Likewise.
2947 2015-07-08  Jiong Wang  <jiong.wang@arm.com>
2949         * config/aarch64/aarch64.c (aarch64_unspec_may_trap_p): New function.
2950         (TARGET_UNSPEC_MAY_TRAP_P): Define as aarch64_unspec_may_trap_p.
2952 2015-07-08  H.J. Lu  <hongjiu.lu@intel.com>
2954         PR target/66746
2955         * config/i386/x86intrin.h: Include <adxintrin.h> even if
2956         __iamcu__ is defined.
2958 2015-07-08  Uros Bizjak  <ubizjak@gmail.com>
2960         * config/i386/predicates.md (general_reg_operand): Use GENERAL_REGNO_P.
2962 2015-07-08  Iain Sandoe  <iain@codesourcery.com>
2964         PR target/66523
2965         * config/darwin.c (darwin_mark_decl_preserved): Exclude 'L' label
2966         names from preservation.
2968 2015-07-08  H.J. Lu  <hongjiu.lu@intel.com>
2970         PR target/66806
2971         * config/i386/i386.c (type_natural_mode): Don't warn vector ABI
2972         change for IAMCU.
2973         (function_arg_advance_32): Don't pass vectors in registers for
2974         IAMCU.
2975         (function_arg_32): Likewise.
2976         (ix86_return_in_memory): Don't return vectors in registers for
2977         IAMCU.
2979 2015-07-08  Vladimir Makarov  <vmakarov@redhat.com>
2981         PR middle-end/66334
2982         * ira-lives.c (process_bb_node_lives): Make conflicts with PIC
2983         hard regno live at the start of BB with incoming abnormal edges.
2984         * lra-lives.c (process_bb_lives): Ditto.
2986 2015-07-08  Thomas Schwinge  <thomas@codesourcery.com>
2988         PR libgomp/65099
2989         * config/nvptx/mkoffload.c (main): Create an offload image only in
2990         64-bit configurations.
2992 2015-07-08  Martin Liska  <mliska@suse.cz>
2994         PR bootstrap/66744
2995         * tree-sra.c (create_access_1): Call ctor without brackets.
2996         (create_artificial_child_access): Likewise.
2998 2015-07-08  Richard Biener  <rguenther@suse.de>
3000         PR tree-optimization/66793
3001         * gimple-ssa-isolate-paths.c (insert_trap_and_remove_trailing_statemen):
3002         Properly split the block after stmts ending it.
3004 2015-07-08  Richard Biener  <rguenther@suse.de>
3006         PR tree-optimization/66794
3007         * passes.c (execute_function_todo): Assert that post-dominators
3008         are not computed.
3009         * gimple-ssa-isolate-paths.c (gimple_ssa_isolate_erroneous_paths):
3010         Free post-dominators.
3012 2015-07-08  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
3014         * config/s390/s390.c (s390_init_frame_layout): Replace assertion
3015         with early exit.
3017 2015-07-08  Uros Bizjak  <ubizjak@gmail.com>
3019         * config/i386/i386.md (*jcc_bt<mode>): Only allow const_int values
3020         more than or equal 8 and less than 32 when optimizing for size.
3022 2015-07-08  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
3024         * config/arm/arm.c (arm_new_rtx_costs): Initialise cost to
3025         COSTS_N_INSNS (1) and increment it appropriately throughout the
3026         function.
3028 2015-07-08  Richard Biener  <rguenther@suse.de>
3030         * fold-const.c (fold_widened_comparison): Fix inverted comparison.
3032 2015-07-08  Alan Modra  <amodra@gmail.com>
3034         * target.def (rtx_costs): Remove "code" param, add "mode".
3035         * rtl.h (rtx_cost, get_full_rtx_cost): Update prototype.
3036         (set_src_cost, get_full_set_src_cost): Likewise.  Move later in file.
3037         (set_rtx_cost, get_full_set_rtx_cost): Move later in file.
3038         * rtlanal.c (rtx_cost): Add "mode" parameter.  Update targetm.rtx_costs
3039         call.  Track mode when given in rtx.
3040         (get_full_rtx_cost): Add "mode" parameter.  Update rtx_cost calls.
3041         (default_address_cost): Pass Pmode to rtx_cost.
3042         (insn_rtx_cost): Pass dest mode of set to set_src_cost.
3043         * cprop.c (try_replace_reg): Ensure set_rtx_cost is not called
3044         with NULL set.
3045         * cse.c (COST, COST_IN): Add MODE param.  Update all uses.
3046         (notreg_cost): Add mode param.  Use it.
3047         * gcse.c (want_to_gcse_p): Delete forward declaration.  Add
3048         mode param and pass to set_src_cost.  Update all calls.
3049         (hash_scan_set): Formatting.
3050         * hooks.c (hook_bool_rtx_int_int_int_intp_bool_false): Delete.
3051         (hook_bool_rtx_mode_int_int_intp_bool_false): New function.
3052         * hooks.h: Ditto.
3053         * expmed.c (init_expmed_one_conv, init_expmed_one_mode,
3054         init_expmed, expand_mult, mult_by_coeff_cost, expand_smod_pow2,
3055         emit_store_flag): Update set_src_cost and rtx_cost calls.
3056         * auto-inc-dec.c (attempt_change): Likewise.
3057         * calls.c (precompute_register_parameters): Likewise.
3058         * combine.c (expand_compound_operation, make_extraction,
3059         force_to_mode, distribute_and_simplify_rtx): Likewise.
3060         * dojump.c (prefer_and_bit_test): Likewise.
3061         * dse.c (find_shift_sequence): Likewise.
3062         * expr.c (compress_float_constant): Likewise.
3063         * fwprop.c (should_replace_address, try_fwprop_subst): Likewise.
3064         * ifcvt.c (noce_try_sign_mask): Likewise.
3065         * loop-doloop.c (doloop_optimize): Likewise.
3066         * loop-invariant.c (create_new_invariant): Likewise.
3067         * lower-subreg.c (shift_cost, compute_costs): Likewise.
3068         * optabs.c (avoid_expensive_constant, prepare_cmp_insn,
3069         lshift_cheap_p): Likewise.
3070         * postreload.c (reload_cse_simplify_set, reload_cse_simplify_operands,
3071         try_replace_in_use, reload_cse_move2add): Likewise.
3072         * reload1.c (calculate_elim_costs_all_insns, note_reg_elim_costly):
3073         Likewise.
3074         * simplify-rtx.c (simplify_binary_operation_1): Likewise.
3075         * tree-ssa-loop-ivopts.c (computation_cost): Likewise.
3076         * tree-ssa-reassoc.c (optimize_range_tests_to_bit_test): Likewise.
3077         * tree-switch-conversion.c (emit_case_bit_tests): Likewise.
3078         * config/aarch64/aarch64.c (aarch64_rtx_costs): Delete "code" param,
3079         add "mode" param.  Use "mode: in place of GET_MODE (x).  Pass mode
3080         to rtx_cost calls.
3081         * config/alpha/alpha.c (alpha_rtx_costs): Likewise.
3082         * config/arc/arc.c (arc_rtx_costs): Likewise.
3083         * config/arm/arm.c (arm_rtx_costs): Likewise.
3084         * config/avr/avr.c (avr_rtx_costs, avr_rtx_costs_1): Likewise.
3085         * config/bfin/bfin.c (bfin_rtx_costs): Likewise.
3086         * config/c6x/c6x.c (c6x_rtx_costs): Likewise.
3087         * config/cris/cris.c (cris_rtx_costs): Likewise.
3088         * config/epiphany/epiphany.c (epiphany_rtx_costs): Likewise.
3089         * config/frv/frv.c (frv_rtx_costs): Likewise.
3090         * config/h8300/h8300.c (h8300_rtx_costs): Likewise.
3091         * config/i386/i386.c (ix86_rtx_costs): Likewise.
3092         * config/ia64/ia64.c (ia64_rtx_costs): Likewise.
3093         * config/iq2000/iq2000.c (iq2000_rtx_costs): Likewise.
3094         * config/lm32/lm32.c (lm32_rtx_costs): Likewise.
3095         * config/m32c/m32c.c (m32c_rtx_costs): Likewise.
3096         * config/m32r/m32r.c (m32r_rtx_costs): Likewise.
3097         * config/m68k/m68k.c (m68k_rtx_costs): Likewise.
3098         * config/mcore/mcore.c (mcore_rtx_costs): Likewise.
3099         * config/mep/mep.c (mep_rtx_cost): Likewise.
3100         * config/microblaze/microblaze.c (microblaze_rtx_costs): Likewise.
3101         * config/mips/mips.c (mips_rtx_costs): Likewise.
3102         * config/mmix/mmix.c (mmix_rtx_costs): Likewise.
3103         * config/mn10300/mn10300.c (mn10300_rtx_costs): Likewise.
3104         * config/msp430/msp430.c (msp430_rtx_costs): Likewise.
3105         * config/nds32/nds32-cost.c (nds32_rtx_costs_impl): Likewise.
3106         * config/nds32/nds32-protos.h (nds32_rtx_costs_impl): Likewise.
3107         * config/nds32/nds32.c (nds32_rtx_costs): Likewise.
3108         * config/nios2/nios2.c (nios2_rtx_costs): Likewise.
3109         * config/pa/pa.c (hppa_rtx_costs): Likewise.
3110         * config/pdp11/pdp11.c (pdp11_rtx_costs): Likewise.
3111         * config/rl78/rl78.c (rl78_rtx_costs): Likewise.
3112         * config/rs6000/rs6000.c (rs6000_rtx_costs): Likewise.
3113         * config/s390/s390.c (s390_rtx_costs): Likewise.
3114         * config/sh/sh.c (sh_rtx_costs): Likewise.
3115         * config/sparc/sparc.c (sparc_rtx_costs): Likewise.
3116         * config/spu/spu.c (spu_rtx_costs): Likewise.
3117         * config/stormy16/stormy16.c (xstormy16_rtx_costs): Likewise.
3118         * config/tilegx/tilegx.c (tilegx_rtx_costs): Likewise.
3119         * config/tilepro/tilepro.c (tilepro_rtx_costs): Likewise.
3120         * config/v850/v850.c (v850_rtx_costs): Likewise.
3121         * config/vax/vax.c (vax_rtx_costs): Likewise.
3122         * config/visium/visium.c (visium_rtx_costs): Likewise.
3123         * config/xtensa/xtensa.c (xtensa_rtx_costs): Likewise.
3124         * config/aarch64/aarch64.c (aarch64_rtx_mult_cost): Change type of
3125         "code" param, and pass as outer_code to first rtx_cost call.  Pass
3126         mode to rtx_cost calls.
3127         (aarch64_address_cost, aarch64_if_then_else_costs): Update rtx_cost
3128         calls.
3129         (aarch64_rtx_costs_wrapper): Update.
3130         * config/arm/arm.c (arm_rtx_costs_1, arm_size_rtx_costs,
3131         arm_unspec_cost, arm_new_rtx_costs, arm_slowmul_rtx_costs): Update
3132         rtx_cost calls.
3133         * config/avr/avr.c (avr_final_prescan_insn): Update set_src_cost
3134         and rtx_cost calls.
3135         (avr_operand_rtx_cost): Similarly.
3136         (avr_rtx_costs_1): Correct mode passed to avr_operand_rtx_cost
3137         for subexpressions of ZERO_EXTEND, SIGN_EXTEND and COMPARE.
3138         * config/mips/mips.c (mips_stack_address_p): Comment typo.
3139         (mips_binary_cost): Update rtx_cost and set_src_cost calls.
3140         (mips_rtx_costs): Use GET_MODE (x) to detect const_int.
3141         * config/mn10300/mn10300.c (mn10300_address_cost): Pass Pmode to
3142         rtx_cost.
3143         (mn10300_rtx_costs): Correct mode passed to mn10300_address_cost.
3144         * config/rs6000/rs6000.c (rs6000_debug_rtx_costs): Update.
3145         * config/sh/sh.c (and_xor_ior_costs): Update rtx_cost call.
3146         * doc/tm.texi: Regenerate.
3148 2015-07-07  Andrew MacLeod  <amacleod@redhat.com>
3150         * tree-core.h: Include symtab.h.
3151         * rtl.h: Include hard-reg-set.h but not flags.h.
3152         (HARD_CONST): Remove condition compilation involving HARD_CONST since
3153         hard-reg-set.h is always included.
3154         * regs.h: Don't include hard-reg-set.h or rtl.h.
3155         * cfg.h: Include dominance.h.
3156         * gimple.h: Include tree-ssa-alias.h and gimple-expr.h.
3157         * backend.h: New.  Aggregate commonly used backend header files.
3158         * gimple-ssa.h: Don't include tree-hasher.h.
3159         * ssa.h: New.  Aggregate commonly used SSA header files.
3160         * regset.h: Remove bitmap.h and hard-reg-set.h #includes.
3161         * sel-sched-ir.h: Flatten includes.
3162         * lra-int.h: Flatten completely.
3163         * sel-sched-dump.h: Flatten includes.
3164         * ira-int.h: Flatten includes.
3165         * gimple-streamer.h: Remove all includes.
3166         * cfgloop.h: Remove all #includes except cfgloopmanip.h.
3167         * resource.h: Flatten hard-reg-set.h and df.h.
3168         * sched-int.h: Flatten insn-arrt.h and df.h.
3169         * valtrack.h: flatten bitmap.h, df.h, and rtl.h
3170         * df.h: Flatten includes, leaving regset.h, alloc-pool.h and timevar.h.
3171         * genattrtab.c (write_header): Adjust generated includes.
3172         * genautomata.c (main): Likewise.
3173         * genconditions.c (write-header): Likewise.
3174         * genemit.c (main): Likewise.
3175         * gengtype.c (open_base_files): Likewise.
3176         * genopinit.c (main): Likewise.
3177         * genoutput.c (output_prologue): Likewise.
3178         * genpeep.c (main): Likewise.
3179         * genpreds.c (write_insn_preds_c): Likewise.
3180         * genrecog.c (write_header): Likewise.
3181         * alias.c: Adjust includes.
3182         * asan.c: Likewise.
3183         * attribs.c: Likewise.
3184         * auto-inc-dec.c: Likewise.
3185         * auto-profile.c: Likewise.
3186         * bb-reorder.c: Likewise.
3187         * bt-load.c: Likewise.
3188         * builtins.c: Likewise.
3189         * caller-save.c: Likewise.
3190         * calls.c: Likewise.
3191         * ccmp.c: Likewise.
3192         * cfg.c: Likewise.
3193         * cfganal.c: Likewise.
3194         * cfgbuild.c: Likewise.
3195         * cfgcleanup.c: Likewise.
3196         * cfgexpand.c: Likewise.
3197         * cfghooks.c: Likewise.
3198         * cfgloop.c: Likewise.
3199         * cfgloopanal.c: Likewise.
3200         * cfgloopmanip.c: Likewise.
3201         * cfgrtl.c: Likewise.
3202         * cgraph.c: Likewise.
3203         * cgraphbuild.c: Likewise.
3204         * cgraphclones.c: Likewise.
3205         * cgraphunit.c: Likewise.
3206         * cilk-common.c: Likewise.
3207         * combine-stack-adj.c: Likewise.
3208         * combine.c: Likewise.
3209         * compare-elim.c: Likewise.
3210         * convert.c: Likewise.
3211         * coverage.c: Likewise.
3212         * cppbuiltin.c: Likewise.
3213         * cprop.c: Likewise.
3214         * cse.c: Likewise.
3215         * cselib.c: Likewise.
3216         * data-streamer-in.c: Likewise.
3217         * data-streamer-out.c: Likewise.
3218         * data-streamer.c: Likewise.
3219         * dbxout.c: Likewise.
3220         * dce.c: Likewise.
3221         * ddg.c: Likewise.
3222         * debug.c: Likewise.
3223         * df-core.c: Likewise.
3224         * df-problems.c: Likewise.
3225         * df-scan.c: Likewise.
3226         * dfp.c: Likewise.
3227         * dojump.c: Likewise.
3228         * dominance.c: Likewise.
3229         * domwalk.c: Likewise.
3230         * double-int.c: Likewise.
3231         * dse.c: Likewise.
3232         * dumpfile.c: Likewise.
3233         * dwarf2asm.c: Likewise.
3234         * dwarf2cfi.c: Likewise.
3235         * dwarf2out.c: Likewise.
3236         * emit-rtl.c: Likewise.
3237         * et-forest.c: Likewise.
3238         * except.c: Likewise.
3239         * explow.c: Likewise.
3240         * expmed.c: Likewise.
3241         * expr.c: Likewise.
3242         * final.c: Likewise.
3243         * fixed-value.c: Likewise.
3244         * fold-const.c: Likewise.
3245         * function.c: Likewise.
3246         * fwprop.c: Likewise.
3247         * gcc-plugin.h: Likewise.
3248         * gcse-common.c: Likewise.
3249         * gcse.c: Likewise.
3250         * generic-match-head.c: Likewise.
3251         * ggc-page.c: Likewise.
3252         * gimple-builder.c: Likewise.
3253         * gimple-expr.c: Likewise.
3254         * gimple-fold.c: Likewise.
3255         * gimple-iterator.c: Likewise.
3256         * gimple-low.c: Likewise.
3257         * gimple-match-head.c: Likewise.
3258         * gimple-pretty-print.c: Likewise.
3259         * gimple-ssa-isolate-paths.c: Likewise.
3260         * gimple-ssa-strength-reduction.c: Likewise.
3261         * gimple-streamer-in.c: Likewise.
3262         * gimple-streamer-out.c: Likewise.
3263         * gimple-walk.c: Likewise.
3264         * gimple.c: Likewise.
3265         * gimplify-me.c: Likewise.
3266         * gimplify.c: Likewise.
3267         * godump.c: Likewise.
3268         * graph.c: Likewise.
3269         * graphite-blocking.c: Likewise.
3270         * graphite-dependences.c: Likewise.
3271         * graphite-interchange.c: Likewise.
3272         * graphite-isl-ast-to-gimple.c: Likewise.
3273         * graphite-optimize-isl.c: Likewise.
3274         * graphite-poly.c: Likewise.
3275         * graphite-scop-detection.c: Likewise.
3276         * graphite-sese-to-poly.c: Likewise.
3277         * graphite.c: Likewise.
3278         * haifa-sched.c: Likewise.
3279         * hw-doloop.c: Likewise.
3280         * ifcvt.c: Likewise.
3281         * init-regs.c: Likewise.
3282         * internal-fn.c: Likewise.
3283         * ipa-chkp.c: Likewise.
3284         * ipa-comdats.c: Likewise.
3285         * ipa-cp.c: Likewise.
3286         * ipa-devirt.c: Likewise.
3287         * ipa-icf-gimple.c: Likewise.
3288         * ipa-icf.c: Likewise.
3289         * ipa-inline-analysis.c: Likewise.
3290         * ipa-inline-transform.c: Likewise.
3291         * ipa-inline.c: Likewise.
3292         * ipa-polymorphic-call.c: Likewise.
3293         * ipa-profile.c: Likewise.
3294         * ipa-prop.c: Likewise.
3295         * ipa-pure-const.c: Likewise.
3296         * ipa-ref.c: Likewise.
3297         * ipa-reference.c: Likewise.
3298         * ipa-split.c: Likewise.
3299         * ipa-utils.c: Likewise.
3300         * ipa-visibility.c: Likewise.
3301         * ipa.c: Likewise.
3302         * ira-build.c: Likewise.
3303         * ira-color.c: Likewise.
3304         * ira-conflicts.c: Likewise.
3305         * ira-costs.c: Likewise.
3306         * ira-emit.c: Likewise.
3307         * ira-lives.c: Likewise.
3308         * ira.c: Likewise.
3309         * jump.c: Likewise.
3310         * langhooks.c: Likewise.
3311         * lcm.c: Likewise.
3312         * loop-doloop.c: Likewise.
3313         * loop-init.c: Likewise.
3314         * loop-invariant.c: Likewise.
3315         * loop-iv.c: Likewise.
3316         * loop-unroll.c: Likewise.
3317         * lower-subreg.c: Likewise.
3318         * lra-assigns.c: Likewise.
3319         * lra-coalesce.c: Likewise.
3320         * lra-constraints.c: Likewise.
3321         * lra-eliminations.c: Likewise.
3322         * lra-lives.c: Likewise.
3323         * lra-remat.c: Likewise.
3324         * lra-spills.c: Likewise.
3325         * lra.c: Likewise.
3326         * lto-cgraph.c: Likewise.
3327         * lto-compress.c: Likewise.
3328         * lto-opts.c: Likewise.
3329         * lto-section-in.c: Likewise.
3330         * lto-section-out.c: Likewise.
3331         * lto-streamer-in.c: Likewise.
3332         * lto-streamer-out.c: Likewise.
3333         * lto-streamer.c: Likewise.
3334         * mcf.c: Likewise.
3335         * mode-switching.c: Likewise.
3336         * modulo-sched.c: Likewise.
3337         * omega.c: Likewise.
3338         * omp-low.c: Likewise.
3339         * optabs.c: Likewise.
3340         * opts-global.c: Likewise.
3341         * passes.c: Likewise.
3342         * plugin.c: Likewise.
3343         * postreload-gcse.c: Likewise.
3344         * postreload.c: Likewise.
3345         * predict.c: Likewise.
3346         * print-rtl.c: Likewise.
3347         * print-tree.c: Likewise.
3348         * profile.c: Likewise.
3349         * real.c: Likewise.
3350         * realmpfr.c: Likewise.
3351         * recog.c: Likewise.
3352         * ree.c: Likewise.
3353         * reg-stack.c: Likewise.
3354         * regcprop.c: Likewise.
3355         * reginfo.c: Likewise.
3356         * regrename.c: Likewise.
3357         * regstat.c: Likewise.
3358         * reload.c: Likewise.
3359         * reload1.c: Likewise.
3360         * reorg.c: Likewise.
3361         * resource.c: Likewise.
3362         * rtl-chkp.c: Likewise.
3363         * rtlanal.c: Likewise.
3364         * rtlhooks.c: Likewise.
3365         * sanopt.c: Likewise.
3366         * sched-deps.c: Likewise.
3367         * sched-ebb.c: Likewise.
3368         * sched-rgn.c: Likewise.
3369         * sched-vis.c: Likewise.
3370         * sdbout.c: Likewise.
3371         * sel-sched-dump.c: Likewise.
3372         * sel-sched-ir.c: Likewise.
3373         * sel-sched.c: Likewise.
3374         * sese.c: Likewise.
3375         * shrink-wrap.c: Likewise.
3376         * simplify-rtx.c: Likewise.
3377         * stack-ptr-mod.c: Likewise.
3378         * stmt.c: Likewise.
3379         * stor-layout.c: Likewise.
3380         * store-motion.c: Likewise.
3381         * stringpool.c: Likewise.
3382         * symtab.c: Likewise.
3383         * target-globals.c: Likewise.
3384         * targhooks.c: Likewise.
3385         * toplev.c: Likewise.
3386         * tracer.c: Likewise.
3387         * trans-mem.c: Likewise.
3388         * tree-affine.c: Likewise.
3389         * tree-browser.c: Likewise.
3390         * tree-call-cdce.c: Likewise.
3391         * tree-cfg.c: Likewise.
3392         * tree-cfgcleanup.c: Likewise.
3393         * tree-chkp-opt.c: Likewise.
3394         * tree-chkp.c: Likewise.
3395         * tree-chrec.c: Likewise.
3396         * tree-complex.c: Likewise.
3397         * tree-data-ref.c: Likewise.
3398         * tree-dfa.c: Likewise.
3399         * tree-diagnostic.c: Likewise.
3400         * tree-dump.c: Likewise.
3401         * tree-eh.c: Likewise.
3402         * tree-emutls.c: Likewise.
3403         * tree-if-conv.c: Likewise.
3404         * tree-inline.c: Likewise.
3405         * tree-into-ssa.c: Likewise.
3406         * tree-iterator.c: Likewise.
3407         * tree-loop-distribution.c: Likewise.
3408         * tree-nested.c: Likewise.
3409         * tree-nrv.c: Likewise.
3410         * tree-object-size.c: Likewise.
3411         * tree-outof-ssa.c: Likewise.
3412         * tree-parloops.c: Likewise.
3413         * tree-phinodes.c: Likewise.
3414         * tree-predcom.c: Likewise.
3415         * tree-pretty-print.c: Likewise.
3416         * tree-profile.c: Likewise.
3417         * tree-scalar-evolution.c: Likewise.
3418         * tree-sra.c: Likewise.
3419         * tree-ssa-address.c: Likewise.
3420         * tree-ssa-alias.c: Likewise.
3421         * tree-ssa-ccp.c: Likewise.
3422         * tree-ssa-coalesce.c: Likewise.
3423         * tree-ssa-copy.c: Likewise.
3424         * tree-ssa-copyrename.c: Likewise.
3425         * tree-ssa-dce.c: Likewise.
3426         * tree-ssa-dom.c: Likewise.
3427         * tree-ssa-dse.c: Likewise.
3428         * tree-ssa-forwprop.c: Likewise.
3429         * tree-ssa-ifcombine.c: Likewise.
3430         * tree-ssa-live.c: Likewise.
3431         * tree-ssa-loop-ch.c: Likewise.
3432         * tree-ssa-loop-im.c: Likewise.
3433         * tree-ssa-loop-ivcanon.c: Likewise.
3434         * tree-ssa-loop-ivopts.c: Likewise.
3435         * tree-ssa-loop-manip.c: Likewise.
3436         * tree-ssa-loop-niter.c: Likewise.
3437         * tree-ssa-loop-prefetch.c: Likewise.
3438         * tree-ssa-loop-unswitch.c: Likewise.
3439         * tree-ssa-loop.c: Likewise.
3440         * tree-ssa-math-opts.c: Likewise.
3441         * tree-ssa-operands.c: Likewise.
3442         * tree-ssa-phiopt.c: Likewise.
3443         * tree-ssa-phiprop.c: Likewise.
3444         * tree-ssa-pre.c: Likewise.
3445         * tree-ssa-propagate.c: Likewise.
3446         * tree-ssa-reassoc.c: Likewise.
3447         * tree-ssa-sccvn.c: Likewise.
3448         * tree-ssa-scopedtables.c: Likewise.
3449         * tree-ssa-sink.c: Likewise.
3450         * tree-ssa-strlen.c: Likewise.
3451         * tree-ssa-structalias.c: Likewise.
3452         * tree-ssa-tail-merge.c: Likewise.
3453         * tree-ssa-ter.c: Likewise.
3454         * tree-ssa-threadedge.c: Likewise.
3455         * tree-ssa-threadupdate.c: Likewise.
3456         * tree-ssa-uncprop.c: Likewise.
3457         * tree-ssa-uninit.c: Likewise.
3458         * tree-ssa.c: Likewise.
3459         * tree-ssanames.c: Likewise.
3460         * tree-stdarg.c: Likewise.
3461         * tree-streamer-in.c: Likewise.
3462         * tree-streamer-out.c: Likewise.
3463         * tree-streamer.c: Likewise.
3464         * tree-switch-conversion.c: Likewise.
3465         * tree-tailcall.c: Likewise.
3466         * tree-vect-data-refs.c: Likewise.
3467         * tree-vect-generic.c: Likewise.
3468         * tree-vect-loop-manip.c: Likewise.
3469         * tree-vect-loop.c: Likewise.
3470         * tree-vect-patterns.c: Likewise.
3471         * tree-vect-slp.c: Likewise.
3472         * tree-vect-stmts.c: Likewise.
3473         * tree-vectorizer.c: Likewise.
3474         * tree-vrp.c: Likewise.
3475         * tree.c: Likewise.
3476         * tsan.c: Likewise.
3477         * ubsan.c: Likewise.
3478         * valtrack.c: Likewise.
3479         * value-prof.c: Likewise.
3480         * var-tracking.c: Likewise.
3481         * varasm.c: Likewise.
3482         * varpool.c: Likewise.
3483         * vmsdbgout.c: Likewise.
3484         * vtable-verify.c: Likewise.
3485         * web.c: Likewise.
3486         * wide-int.cc: Likewise.
3487         * xcoffout.c: Likewise.
3488         * config/aarch64/aarch64-builtins.c: Likewise.
3489         * config/aarch64/aarch64.c: Likewise.
3490         * config/aarch64/cortex-a57-fma-steering.c: Likewise.
3491         * config/alpha/alpha.c: Likewise.
3492         * config/arc/arc.c: Likewise.
3493         * config/arm/aarch-common.c: Likewise.
3494         * config/arm/arm-builtins.c: Likewise.
3495         * config/arm/arm-c.c: Likewise.
3496         * config/arm/arm.c: Likewise.
3497         * config/avr/avr-c.c: Likewise.
3498         * config/avr/avr-log.c: Likewise.
3499         * config/avr/avr.c: Likewise.
3500         * config/bfin/bfin.c: Likewise.
3501         * config/c6x/c6x.c: Likewise.
3502         * config/cr16/cr16.c: Likewise.
3503         * config/cris/cris.c: Likewise.
3504         * config/darwin-c.c: Likewise.
3505         * config/darwin.c: Likewise.
3506         * config/epiphany/epiphany.c: Likewise.
3507         * config/epiphany/mode-switch-use.c: Likewise.
3508         * config/epiphany/resolve-sw-modes.c: Likewise.
3509         * config/fr30/fr30.c: Likewise.
3510         * config/frv/frv.c: Likewise.
3511         * config/ft32/ft32.c: Likewise.
3512         * config/h8300/h8300.c: Likewise.
3513         * config/i386/i386-c.c: Likewise.
3514         * config/i386/i386.c: Likewise.
3515         * config/i386/msformat-c.c: Likewise.
3516         * config/i386/winnt-cxx.c: Likewise.
3517         * config/i386/winnt-stubs.c: Likewise.
3518         * config/i386/winnt.c: Likewise.
3519         * config/ia64/ia64-c.c: Likewise.
3520         * config/ia64/ia64.c: Likewise.
3521         * config/iq2000/iq2000.c: Likewise.
3522         * config/lm32/lm32.c: Likewise.
3523         * config/m32c/m32c-pragma.c: Likewise.
3524         * config/m32c/m32c.c: Likewise.
3525         * config/m32r/m32r.c: Likewise.
3526         * config/m68k/m68k.c: Likewise.
3527         * config/mcore/mcore.c: Likewise.
3528         * config/mep/mep-pragma.c: Likewise.
3529         * config/mep/mep.c: Likewise.
3530         * config/microblaze/microblaze-c.c: Likewise.
3531         * config/microblaze/microblaze.c: Likewise.
3532         * config/mips/mips.c: Likewise.
3533         * config/mmix/mmix.c: Likewise.
3534         * config/mn10300/mn10300.c: Likewise.
3535         * config/moxie/moxie.c: Likewise.
3536         * config/msp430/msp430-c.c: Likewise.
3537         * config/msp430/msp430.c: Likewise.
3538         * config/nds32/nds32-cost.c: Likewise.
3539         * config/nds32/nds32-fp-as-gp.c: Likewise.
3540         * config/nds32/nds32-intrinsic.c: Likewise.
3541         * config/nds32/nds32-isr.c: Likewise.
3542         * config/nds32/nds32-md-auxiliary.c: Likewise.
3543         * config/nds32/nds32-memory-manipulation.c: Likewise.
3544         * config/nds32/nds32-pipelines-auxiliary.c: Likewise.
3545         * config/nds32/nds32-predicates.c: Likewise.
3546         * config/nds32/nds32.c: Likewise.
3547         * config/nios2/nios2.c: Likewise.
3548         * config/nvptx/nvptx.c: Likewise.
3549         * config/pa/pa.c: Likewise.
3550         * config/pdp11/pdp11.c: Likewise.
3551         * config/rl78/rl78-c.c: Likewise.
3552         * config/rl78/rl78.c: Likewise.
3553         * config/rs6000/rs6000-c.c: Likewise.
3554         * config/rs6000/rs6000.c: Likewise.
3555         * config/rx/rx.c: Likewise.
3556         * config/s390/s390-c.c: Likewise.
3557         * config/s390/s390.c: Likewise.
3558         * config/sh/sh-c.c: Likewise.
3559         * config/sh/sh-mem.cc: Likewise.
3560         * config/sh/sh.c: Likewise.
3561         * config/sh/sh_optimize_sett_clrt.cc: Likewise.
3562         * config/sh/sh_treg_combine.cc: Likewise.
3563         * config/sol2-c.c: Likewise.
3564         * config/sol2-cxx.c: Likewise.
3565         * config/sol2-stubs.c: Likewise.
3566         * config/sol2.c: Likewise.
3567         * config/sparc/sparc-c.c: Likewise.
3568         * config/sparc/sparc.c: Likewise.
3569         * config/spu/spu-c.c: Likewise.
3570         * config/spu/spu.c: Likewise.
3571         * config/stormy16/stormy16.c: Likewise.
3572         * config/tilegx/mul-tables.c: Likewise.
3573         * config/tilegx/tilegx-c.c: Likewise.
3574         * config/tilegx/tilegx.c: Likewise.
3575         * config/tilepro/mul-tables.c: Likewise.
3576         * config/tilepro/tilepro-c.c: Likewise.
3577         * config/tilepro/tilepro.c: Likewise.
3578         * config/v850/v850-c.c: Likewise.
3579         * config/v850/v850.c: Likewise.
3580         * config/vax/vax.c: Likewise.
3581         * config/visium/visium.c: Likewise.
3582         * config/vms/vms-c.c: Likewise.
3583         * config/vms/vms.c: Likewise.
3584         * config/vxworks.c: Likewise.
3585         * config/xtensa/xtensa.c: Likewise.
3587 2015-07-07  Uros Bizjak  <ubizjak@gmail.com>
3589         * config/i386/i386.md (*jcc_bt<mode>): Only split before reload.
3590         Remove operand constraints.  Change operand 2 predicate to
3591         nonmemory operand.  Limit const_int values to mode bitsize.  Only
3592         allow const_int values less than 32 when optimizing for size.
3593         (*jcc_bt<mode>_1, *jcc_bt<mode>_mask): Only split before reload.
3594         Remove operand constraints.
3595         (*bt<mode>): Use SImode for const_int values less than 32.
3596         (regmode): Remove mode attribute.
3598 2015-07-07  Anatoly Sokolov  <aesok@post.ru>
3600         * config/moxie/moxie.h (GO_IF_LEGITIMATE_ADDRESS): Remove macros.
3601         * config/moxie/moxie.c (moxie_reg_ok_for_base_p,
3602           moxie_legitimate_address_p): New functions.
3603           (TARGET_ADDR_SPACE_LEGITIMATE_ADDRESS_P): Define.
3605 2015-07-07  Tom de Vries  <tom@codesourcery.com>
3607         PR tree-optimization/66642
3608         * tree-parloops.c (transform_to_exit_first_loop_alt): Update function
3609         header comment.  Rename split_edge variable to edge_at_split.  Split
3610         exit edge to create new loop exit bb.  Insert loop exit phis in new
3611         loop exit bb.
3613 2015-07-07  Tom de Vries  <tom@codesourcery.com>
3615         * tree-cfg.c (get_virtual_phi): New function.
3616         * tree-cfg.h (get_virtual_phi): Declare.
3617         * tree-ssa-loop-manip.c (replace_uses_in_dominated_bbs)
3618         (rewrite_virtuals_into_loop_closed_ssa): New function.
3619         * tree-ssa-loop-manip.h (rewrite_virtuals_into_loop_closed_ssa):
3620         Declare.
3621         * tree-parloops.c (replace_uses_in_bbs_by): Remove.
3622         (transform_to_exit_first_loop_alt): Use
3623         rewrite_virtuals_into_loop_closed_ssa.
3625 2015-07-07  Richard Biener  <rguenther@suse.de>
3627         * fold-const.c (fold_binary_loc): Move
3628         (X & C2) << C1 -> (X << C1) & (C2 << C1) simplification ...
3629         * match.pd: ... here.
3630         Add (X * C1) % C2 -> 0 simplification pattern derived from
3631         extract_muldiv_1.
3633 2015-07-07  Kaz Kojima  <kkojima@gcc.gnu.org>
3635         PR target/66780
3636         * config/sh/sh.md (symGOT_load): Revert a part of 2015-03-03
3637         change for target/65249.
3639 2015-07-07  Paulo Matos  <pmatos@broadcom.com>
3641         * symtab.c (address_matters_1): Fix typo in comment above.
3642         (can_increase_alignment_p): Likewise.
3644 2015-07-07  Prathamesh Kulkarni  <prathamesh.kulkarni@linaro.org>
3646         * function.c (free_after_compilation): Clear PROP_cfg in
3647         f->curr_properties.
3649 2015-07-07  Richard Biener  <rguenther@suse.de>
3651         * tree-ssa-propagate.c (add_ssa_edge): Dump what edge list we
3652         add which use to.
3653         (add_control_edge): Remove excessive vertical space in dumping.
3654         (process_ssa_edge_worklist): Simulate at most one statement and
3655         return whether we did.  Do not simulate PHIs if they are in a
3656         BB not yet simulated.
3657         (ssa_propagate): Adjust to always drain the BB worklist whenever
3658         a BB is available there, likewise the VARYING edges list before
3659         the interesting edge list.
3661 2015-07-07  Christian Bruel  <christian.bruel@st.com>
3663         PR target/52144
3664         * config/arm/elf.h (TARGET_ASM_FILE_START_APP_OFF): Delete.
3666 2015-07-07  Richard Biener  <rguenther@suse.de>
3668         PR middle-end/66739
3669         * match.pd: Condition A - B ==/!= 0 -> A ==/!= B on single-use
3670         A - B.
3672 2015-07-06  Uros Bizjak  <ubizjak@gmail.com>
3674         * config/i386/i386.md (insv<mode>): Rename from insv.  Use SWI48
3675         modes for operands 0 and 3.  Use SImode for operands 2 and 3.
3676         Copy operand 0 to a temporary if !ext_register_operand.  Remove
3677         ancient extract_bit_field workaround.
3678         (insv<mode>_1): Rename from mov<mode>_insv_1.
3679         (*insvqi): Rename from *movqi_insv_2.
3680         * config/i386/i386.c (emit_i386_cw_initialization): Update calls
3681         for renamed insvsi_1.
3682         (promote_duplicated_reg): Ditto for renamed insv<mode>_1.
3684 2015-07-06  Nathan Sidwell  <nathan@codesourcery.com>
3686         * config/nvptx/nvptx.c (nvptx_reorg): Remove unused vars.  Fix
3687         call to nvptx_reorg_subreg.
3689 2015-07-06  Jim Wilson  <jim.wilson@linaro.org>
3691         * graphite-blocking.c (HAVE_isl): Include <stddef.h>.
3692         * graphite-dependencies.c, graphite-interchange.c,
3693         graphite-isl-ast-to-gimple.c, graphite-optimize-isl.c, graphite-poly.c,
3694         graphite-scop-detection.c, graphite-sese-to-poly.c, graphite.c:
3695         Likewise.
3697 2015-07-06  Marc Glisse  <marc.glisse@inria.fr>
3699         * match.pd: Remove element_mode inside HONOR_*.
3700         (~ (-A) -> A - 1, ~ (A - 1) -> -A): Handle complex types.
3701         (~X | X -> -1, ~X ^ X -> -1): Merge.
3702         * tree.c (build_each_one_cst): New function.
3703         * tree.h (build_each_one_cst): Likewise.
3705 2015-07-06  H.J. Lu  <hongjiu.lu@intel.com>
3707         * config/i386/i386-c.c (ix86_target_macros_internal): Handle
3708         PROCESSOR_IAMCU.
3710 2015-07-06  Steve Ellcey  <sellcey@imgtec.com>
3712         * config.gcc <mips*-*-*>: Add fused-madd.opt.
3713         * config/mips/mips.opt (mfused-madd): Remove.
3714         * config/mips/mips.c (mips_rtx_costs): Update cost calculations.
3715         * config/mips/mips.h (TARGET_MIPS8000): New.
3716         (ISA_HAS_FP_MADD4_MSUB4): Remove.
3717         (ISA_HAS_FP_MADDF_MSUBF): Remove.
3718         (ISA_HAS_FP_MADD3_MSUB3): Remove.
3719         (ISA_HAS_NMADD4_NMSUB4): Remove.
3720         (ISA_HAS_NMADD3_NMSUB3): Remove.
3721         (ISA_HAS_FUSED_MADD4): New.
3722         (ISA_HAS_UNFUSED_MADD4): New.
3723         (ISA_HAS_FUSED_MADDF): New.
3724         (ISA_HAS_FUSED_MADD3): New.
3725         * config/mips/mips.md: (fma<mode>4) Change from insn to expand.
3726         (*fma<mode>4_madd3) New.
3727         (*fma<mode>4_madd4) New.
3728         (*fma<mode>4_maddf) New.
3729         (fms<mode>4) New.
3730         (*fms<mode>4_msub3) New.
3731         (*fms<mode>4_msub4) New.
3732         (fnma<mode>4) New.
3733         (*fnma<mode>4_nmadd3) New.
3734         (*fnma<mode>4_nmadd4) New.
3735         (fnms<mode>4) New.
3736         (*fnms<mode>4_nmsub3) New.
3737         (*fnms<mode>4_nmsub4) New.
3738         (*madd4<mode>) Modify to be unfused only.
3739         (*msub4<mode>) Modify to be unfused only.
3740         (*nmadd4<mode>) Modify to be unfused only.
3741         (*nmsub4<mode>) Modify to be unfused only.
3742         (*madd3<mode>) Remove.
3743         (*msub3<mode>) Remove.
3744         (*nmadd3<mode>) Remove.
3745         (*nmsub3<mode>) Remove.
3746         (*nmadd3<mode>_fastmath) Remove.
3747         (*nmsub3<mode>_fastmath) Remove.
3748         (*nmadd4<mode>_fastmath) Update condition.
3749         (*nmsub4<mode>_fastmath) Update condition.
3751 2015-07-06  Alan Lawrence  <alan.lawrence@arm.com>
3753         PR target/65956
3754         * config/arm/arm.c (arm_needs_doubleword_align): Drop any outer
3755         alignment attribute, exploring one level down for records and arrays.
3757 2015-07-06  Uros Bizjak  <ubizjak@gmail.com>
3759         * config/i386/i386.md (extv<mode>): Rename from extv.  Use SWI24
3760         modes for operands 0 and 1.  Use SImode for operands 2 and 3.
3761         Copy operand 1 to a temporary if !ext_register_operand.  Remove
3762         ancient extract_bit_field workaround.
3763         (*extv<mode>): Rename from *mov<mode>_extv_1.
3764         (*extvqi): Rename from *movqi_extv_1.
3765         (extzv<mode>): Rename from extzv.  Use SWI248 modes for
3766         operands 0 and 1.  Use SImode for operands 2 and 3. Copy operand 1
3767         to a temporary if !ext_register_operand.  Remove ancient
3768         extract_bit_field workaround.
3769         (*extzv<mode>): Rename from *mov<mode>_extzv_1.
3770         (*extzvqi): Rename from *movqi_extzv_2.
3771         (*testqi_ext_3): Remove modes from const_int_operand predicated
3772         operands.  Add "n" constraint.
3773         (*btsq, *btrq, *btcq): Remove mode from const_0_to_63 predicated
3774         operand.  Add "J" constraint.
3775         (*btsq, *btrq, *btcq peephole2s): Remove mode from
3776         const_0_to_63 predicated operand.
3777         (regmode): New insn attribute.
3778         (*bt<mode>): Use SImode for operand 1.  Change operand 1 predicate
3779         to nonmemory_operand.  Use regmode insn attribute.
3780         (*jcc_bt<mode>_1): Convert operand 2 to SImode.
3781         (*jcc_bt<mode>_mask): Remove mode from operand 3.
3782         (*jcc_btsi_1, *jcc_btsi_mask_1): Remove patterns.
3783         (tbm_bextri_<mode>): Remove modes from const_0_to_255 predicated
3784         operands.  Use "N" constraint instead of "n".
3786 2015-07-06  Alan Lawrence  <alan.lawrence@arm.com>
3788         * config/arm/arm.md (movdi): Avoid odd-number ldrd/strd in ARM state.
3790 2015-07-06  H.J. Lu  <hongjiu.lu@intel.com>
3792         PR target/66749
3793         * config/i386/i386.c (iamcu_cost): New.
3794         (m_IAMCU): Likewise.
3795         (initial_ix86_arch_features): Disable X86_ARCH_CMOV for m_IAMCU.
3796         (processor_target_table): Add an entry for "iamcu".
3797         (processor_alias_table): Likewise.
3798         (ix86_issue_rate): Handle PROCESSOR_IAMCU.
3799         (ix86_adjust_cost): Likewise.
3800         (ia32_multipass_dfa_lookahead): Likewise.
3801         * config/i386/i386.h (processor_type): Add PROCESSOR_IAMCU.
3802         * config/i386/x86-tune.def: Updated for m_IAMCU.
3804 2015-07-06  Richard Biener  <rguenther@suse.de>
3806         PR tree-optimization/66772
3807         * tree-ssa-ccp.c (ccp_visit_phi_node): Make sure that copy
3808         values are available in the PHI node BB when there are
3809         still unexecutable edges.
3811 2015-07-06  Richard Biener  <rguenther@suse.de>
3813         PR tree-optimization/66767
3814         * tree-vect-loop-manip.c (vect_create_cond_for_align_checks):
3815         Make sure to build the alignment test on a SSA name without
3816         final alignment info valid only if the alignment test
3817         evaluates to true.
3819 2015-07-06  Bernd Schmidt  <bernds@codesourcery.com>
3821         PR target/66620
3822         * config/bfin/bfin.c (hwloop_optimize): Create new bb between jump and
3823         loop start when inserting LSETUP.
3825 2015-07-06  H.J. Lu  <hongjiu.lu@intel.com>
3827         PR target/53383
3828         * config/i386/i386.c (ix86_option_override_internal): Allow
3829         -mincoming-stack-boundary=3 for 64-bit if SSE is disabled.
3831 2015-07-06  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
3833         * read-md.c (decimal_string): Rename to ...
3834         (md_decimal_string): ... this.
3835         (handle_enum): Reflect this.
3837 2015-07-06  Szabolcs Nagy  <szabolcs.nagy@arm.com>
3839         PR target/66731
3840         * config/aarch64/aarch64.md (fnmul<mode>3): Handle -frounding-math.
3842 2015-07-06  Richard Biener  <rguenther@suse.de>
3844         PR middle-end/66759
3845         * match.pd: Add missing constraint of y to REAL_CST in
3846         REAL_CST - x CMP y to y - CST CMP x simplification.
3848 2015-07-06  Eric Botcazou  <ebotcazou@adacore.com>
3850         PR tree-optimization/66757
3851         * match.pd: Add missing condition to ~X ^ C -> X ^ ~C.
3853 2015-07-05  Chung-Lin Tang  <cltang@codesourcery.com>
3854             Sandra Loosemore <sandra@codesourcery.com>
3856         * config/nios2/nios2-protos.h (nios2_symbol_ref_in_small_data_p):
3857         Delete extern declaration.
3858         (gprel_constant_p): Add extern declaration.
3859         * config/nios2/constraints.md ("S"): Use gprel_constant_p
3860         instead of nios2_symbol_ref_in_small_data_p.
3861         * config/nios2/nios2.c (nios2_legitimate_address_p): Likewise.
3862         (nios2_symbol_ref_in_small_data_p): Make static.
3863         (gprel_constant_p): Make non-static.
3865 2015-07-05  Gerald Pfeifer  <gerald@pfeifer.com>
3867         * doc/fragments.texi (Target Fragment): Convert debian.org
3868         link to use https.
3869         * doc/install.texi (Configuration): Ditto.
3871 2015-07-05  Jakub Jelinek  <jakub@redhat.com>
3873         PR tree-optimization/66718
3874         * tree-vect-stmts.c (vectorizable_call): Replace uses of
3875         GOMP_SIMD_LANE outside of loop with vf - 1 rather than 0.
3877         PR tree-optimization/66718
3878         * tree-vect-stmts.c (vectorizable_assignment, vectorizable_store,
3879         vectorizable_load, vectorizable_condition): Move vectype,
3880         nunits, ncopies computation after checking what kind of statement
3881         stmt is.
3883 2015-07-05  Richard Sandiford  <richard.sandiford@arm.com>
3885         * target-insns.def (extv, extzv, insv): New targetm instruction
3886         patterns.
3887         * optabs.c (get_extraction_insn): Use them instead of HAVE_*/gen_*
3888         interface.
3889         * recog.c (simplify_while_replacing): Likewise.
3891 2015-07-05  Richard Sandiford  <richard.sandiford@arm.com>
3893         * target-insns.def (doloop_begin, doloop_end): New targetm
3894         instruction patterns.
3895         * loop-init.c: Include target.h.
3896         (pass_loop2::gate): Use the new targetm patterns instead of
3897         HAVE_*/gen_* interface.
3898         (pass_rtl_doloop::gate): Likewise.
3899         (pass_rtl_doloop::execute): Remove preprocessor condition.
3900         * hw-doloop.c: Build unconditionally.
3901         * loop-doloop.c: Likewise.
3902         (doloop_optimize): Use the new targetm patterns instead of
3903         HAVE_*/gen_* interface.
3904         (doloop_modify): Likewise. Change type of doloop_seq to rtx_insn *.
3905         * modulo-sched.c (doloop_register_get): Likewise.
3907 2015-07-05  Richard Sandiford  <richard.sandiford@arm.com>
3909         * target-insns.def (clear_cache): New targetm instruction pattern.
3910         * builtins.c (expand_builtin___clear_cache): Use it instead of
3911         HAVE_*/gen_* interface.
3913 2015-07-05  Richard Sandiford  <richard.sandiford@arm.com>
3915         * target-insns.def (allocate_stack, check_stack, probe_stack)
3916         (probe_stack_address, split_stack_prologue, split_stack_space_check):
3917         New targetm instruction patterns.
3918         * explow.c (allocate_dynamic_stack_space): Use them instead of
3919         HAVE_*/gen_* interface.
3920         (emit_stack_probe): Likewise.
3921         (probe_stack_range): Likewise.
3922         * function.c (thread_prologue_and_epilogue_insns): Likewise.
3924 2015-07-05  Richard Sandiford  <richard.sandiford@arm.com>
3926         * target-insns.def (stack_protect_set, stack_protect_test): New
3927         targetm instruction patterns.
3928         * cfgexpand.c (stack_protect_prologue): Use them instead of
3929         HAVE_*/gen_* interface.
3930         * function.c (stack_protect_epilogue): Likewise.
3932 2015-07-05  Richard Sandiford  <richard.sandiford@arm.com>
3934         * expr.h (gen_move_insn_uncast): Delete.
3935         * expr.c (gen_move_insn_uncast): Delete.
3937 2015-07-05  Richard Sandiford  <richard.sandiford@arm.com>
3939         * target-insns.def (restore_stack_block, restore_stack_function)
3940         (restore_stack_nonlocal, save_stack_block, save_stack_function)
3941         (save_stack_nonlocal): New targetm instruction patterns.
3942         * builtins.c (expand_builtin_apply): Use them instead of
3943         HAVE_*/gen_* interface.
3944         * explow.c (emit_stack_save, emit_stack_restore): Likewise.
3946 2015-07-05  Richard Sandiford  <richard.sandiford@arm.com>
3948         * target-insns.def (trap): New targetm instruction pattern.
3949         * builtins.c (expand_builtin_trap): Use it instead of HAVE_*/gen_*
3950         interface.
3951         * explow.c (allocate_dynamic_stack_space): Likewise.
3952         * ifcvt.c (find_if_header): Likewise.
3954 2015-07-05  Richard Sandiford  <richard.sandiford@arm.com>
3956         * target-insns.def (prefetch): New targetm instruction pattern.
3957         * tree-ssa-loop-prefetch.c: Include targeth.
3958         (tree_ssa_prefetch_arrays): Use prefetch targetm pattern instead
3959         of HAVE_*/gen_* interface.
3960         * builtins.c (expand_builtin_prefetch): Likewise.
3961         * toplev.c (process_options): Likewise.
3963 2015-07-05  Richard Sandiford  <richard.sandiford@arm.com>
3965         * target-insns.def (untyped_call, untyped_return): New targetm
3966         instruction patterns.
3967         * builtins.c (expand_builtin_apply): Use them instead of
3968         HAVE_*/gen_* interface.
3969         (result_vector): Define unconditionally.
3971 2015-07-05  Richard Sandiford  <richard.sandiford@arm.com>
3973         * target-insns.def (builtin_longjmp, builtin_setjmp_receiver)
3974         (builtin_setjmp_setup, exception_receiver, nonlocal_goto)
3975         (nonlocal_goto_receiver): New targetm instruction patterns.
3976         * builtins.c (expand_builtin_setjmp_setup): Use them instead
3977         of HAVE_*/gen_* interface.
3978         (expand_builtin_setjmp_receiver): Likewise.
3979         (expand_builtin_longjmp, expand_builtin_nonlocal_goto): Likewise.
3980         * except.c (expand_dw2_landing_pad_for_region): Likewise.
3982 2015-07-05  Richard Sandiford  <richard.sandiford@arm.com>
3984         * target.def: Add code_for_* hooks.
3985         * gentarget-def.c (def_target_insn): Add TARGET_CODE_FOR_* macros.
3986         * defaults.h (HAVE_tablejump, gen_tablejump): Delete.
3987         * target-insns.def (casesi, tablejump): New targetm instruction
3988         patterns.
3989         * expr.c (try_casesi): Use them instead of HAVE_*/gen_* interface.
3990         (do_tablejump): Likewise.
3991         * stmt.c (expand_switch_as_decision_tree_p): Likewise.
3992         (expand_sjlj_dispatch_table): Likewise.
3993         * targhooks.c (default_case_values_threshold): Likewise.
3995 2015-07-04  Sandra Loosemore  <sandra@codesourcery.com>
3997         * config/nios2/nios2.c (save_reg, restore_reg): Use plus_constant.
3998         Use rtx_insn * instead of rtx.
3999         (nios2_emit_add_constant): Use rtx_insn * instead of rtx.
4000         (nios2_expand_prologue, nios2_expand_epilogue): Likewise.
4001         (nios2_call_tls_get_addr): Likewise.
4002         (nios2_emit_expensive_div): Likewise.
4003         (nios2_emit_move_sequence): Change return type to bool.
4004         * config/nios2/nios2-protos.h (nios2_emit_move_sequence):
4005         Change return type to bool.
4007 2015-07-04  Bernd Edlinger  <bernd.edlinger@hotmail.de>
4009         PR target/66747
4010         * config/mips/mips.c (mips_find_gp_ref): Handle instruction sequences.
4012 2015-07-04  John David Anglin  <danglin@gcc.gnu.org>
4014         PR target/66114
4015         * config/pa/pa.md (indirect_jump): Use pmode_register_operand instead
4016         of register_operand.  Remove constraint.
4018 2015-07-04  Marc Glisse  <marc.glisse@inria.fr>
4020         * tree-cfg.c (verify_gimple_assign_ternary) <VEC_COND_EXPR>: Check
4021         the first argument.
4023 2015-07-03  Paolo Carlini  <paolo.carlini@oracle.com>
4025         * attribs.c (decl_attributes): Guard inform with the return value
4026         of the preceding warning.
4028 2015-07-03  James Greenhalgh  <james.greenhalgh@arm.com>
4030         * doc/invoke.texi (moverride): Move to correct section.
4032 2015-07-03  Richard Biener  <rguenther@suse.de>
4034         * genmatch.c (commutative_tree_code, commutative_ternary_tree_code):
4035         Copy from tree.c
4036         (dt_operand::gen_gimple_expr): After valueizing operands
4037         re-canonicalize operand order for commutative tree codes.
4039 2015-07-03  H.J. Lu  <hongjiu.lu@intel.com>
4041         PR target/66746.
4042         * config/i386/ia32intrin.h (__crc32b): Don't define if __iamcu__
4043         is defined.
4044         (__crc32w): Likewise.
4045         (__crc32d): Likewise.
4046         (__rdpmc): Likewise.
4047         (__rdtscp): Likewise.
4048         (_rdpmc): Likewise.
4049         (_rdtscp): Likewise.
4050         * config/i386/x86intrin.h: Only include ia32intrin.h if __iamcu__
4051         is defined.
4053 2015-07-03  Richard Biener  <rguenther@suse.de>
4055         * fold-const.c (fold_mathfn_compare): Remove.
4056         (fold_inf_compare): Likewise.
4057         (fold_comparison): Move floating point comparison simplifications...
4058         * match.pd: ... to patterns here.  Introduce simple_comparisons
4059         operator list and use it for patterns formerly in fold_comparison.
4061 2015-07-03  James Greenhalgh  <james.greenhalgh@arm.com>
4063         PR tree-optimization/66119
4064         * toplev.c (process_options): Don't set up default values for
4065         the sra_max_scalarization_size_{speed,size} parameters.
4066         * tree-sra (analyze_all_variable_accesses): If no values
4067         have been set for the sra_max_scalarization_size_{speed,size}
4068         parameters, call get_move_ratio to get target defaults.
4070 2015-07-03  Richard Biener  <rguenther@suse.de>
4072         * fold-const.c (fold_binary_loc): Move (T)ptr & CST folding...
4073         * match.pd: ... here.
4075 2015-07-03  Gerald Pfeifer  <gerald@pfeifer.com>
4077         PR target/37072
4078         * doc/invoke.texi (i386 and x86-64 Options): -mno-fancy-math-387
4079         is not actually the default on FreeBSD.
4081 2015-07-02  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
4083         * config/rs6000/rs6000-builtin.def (CMPGE_16QI): New built-in
4084         definition.
4085         (CMPGE_8HI): Likewise.
4086         (CMPGE_4SI): Likewise.
4087         (CMPGE_2DI): Likewise.
4088         (CMPGE_U16QI): Likewise.
4089         (CMPGE_U8HI): Likewise.
4090         (CMPGE_U4SI): Likewise.
4091         (CMPGE_U2DI): Likewise.
4092         (CMPLE_16QI): Likewise.
4093         (CMPLE_8HI): Likewise.
4094         (CMPLE_4SI): Likewise.
4095         (CMPLE_2DI): Likewise.
4096         (CMPLE_U16QI): Likewise.
4097         (CMPLE_U8HI): Likewise.
4098         (CMPLE_U4SI): Likewise.
4099         (CMPLE_U2DI): Likewise.
4100         * config/rs6000/rs6000-c.c (altivec_overloaded_builtins): Add
4101         overloads for ALTIVEC_BUILTIN_VEC_CMPGE and
4102         ALTIVEC_BUILTIN_VEC_CMPLE.
4103         * config/rs6000/vector.md (vector_ge<mode>): Restrict to
4104         floating-point vector modes.
4105         (vector_nlt<mode>): New define_expand.
4106         (vector_nltu<mode>): Likewise.
4107         (vector_ngt<mode>): Likewise.
4108         (vector_ngtu<mode>): Likewise.
4110 2015-07-02  Segher Boessenkool  <segher@kernel.crashing.org>
4112         PR rtl-optimization/66706
4113         * combine.c (make_compound_operation): If an AND of SUBREG of
4114         LSHIFTRT does not simplify, see if just the AND of SUBREG does.
4116 2015-07-02  Alan Lawrence  <alan.lawrence@arm.com>
4118         * tree-pass.h (make_pass_ch_vect): New.
4119         * passes.def: Add pass_ch_vect just before pass_if_conversion.
4121         * tree-ssa-loop-ch.c (ch_base, pass_ch_vect, pass_data_ch_vect,
4122         pass_ch::process_loop_p, pass_ch_vect::process_loop_p,
4123         make_pass_ch_vect): New.
4124         (pass_ch): Extend ch_base.
4126         (pass_ch::execute): Move all but loop_optimizer_init/finalize to...
4127         (ch_base::copy_headers): ...here.
4129 2015-07-02  Richard Biener  <rguenther@suse.de>
4131         * builtins.c (get_pointer_alignment_1): Handle POINTER_PLUS_EXPR.
4132         * fold-const.c (get_pointer_modulus_and_residue): Remove.
4133         (fold_binary_loc): Implement (T)ptr & CST in terms of
4134         get_pointer_alignment_1.
4135         * tree-vect-loop-manip.c (vect_gen_niters_for_prolog_loop):
4136         Make sure to build the alignment test on a SSA name without
4137         final alignment info valid only after the prologue.
4139 2015-07-02  Hans-Peter Nilsson  <hp@axis.com>
4141         * config/cris/cris.md ("epilogue"): Remove condition.
4142         ("prologue"): Ditto.
4144 2015-07-02  Richard Biener  <rguenther@suse.de>
4146         * tree-ssa-dom.c (build_and_record_new_cond): Add optional
4147         parameter to record a condition that is false.
4148         (record_conditions): When recording an extra NE_EXPR that is
4149         true also record a EQ_EXPR that is false.
4151 2015-07-02  Bin Cheng  <bin.cheng@arm.com>
4153         * tree-ssa-loop-ivopts.c (struct ivopts_data): New field iv_obstack.
4154         (tree_ssa_iv_optimize_init): Initialize iv_obstack.
4155         (alloc_iv): New parameter.  Allocate struct iv using obstack_alloc.
4156         (set_iv, find_interesting_uses_address, add_candidate_1): New
4157         argument to alloc_iv.
4158         (find_interesting_uses_op, find_interesting_uses_cond): Don't
4159         duplicate struct iv.
4160         (free_loop_data): Don't free struct iv explicitly.
4161         (tree_ssa_iv_optimize_finalize): Free iv_obstack.
4163 2015-07-01  DJ Delorie  <dj@redhat.com>
4165         * config/s390/tpf.h (LIBSTDCXX): Change to CPP1.
4166         (LIB_SPEC): Add.
4167         (SUPPORTS_DISCRIMINATOR): Define.
4169 2015-07-01  Richard Sandiford  <richard.sandiford@arm.com>
4171         PR bootstrap/66685
4172         * rtl.c (classify_insn): Only return JUMP_INSN for parallel returns if
4173         there are no CALLs in the same pattern.
4175 2015-07-01  Bernd Edlinger  <bernd.edlinger@hotmail.de>
4177         PR rtl-optimization/61047
4178         * rtlanal.c (get_initial_register_offset): New function.
4179         (rtx_addr_can_trap_p_1): Check offsets of stack references.
4181 2015-07-01  Richard Biener  <rguenther@suse.de>
4183         * fold-const.c (fold_comparison): Move X - Y CMP 0 -> X CMP Y,
4184         X * C1 CMP 0 -> X CMP 0, X CMP X, ~X CMP ~Y -> Y CMP X and
4185         ~X CMP C -> X CMP' ~C to ...
4186         * match.pd: ... patterns here.
4188 2015-07-01  Nick Clifton  <nickc@redhat.com>
4190         * config/msp430/msp430.md (zero_extendhipsi2): Use MOVX.A to store
4191         a 16-bit value into a 20-bit memory slot.
4193 2015-07-01  Jiong Wang  <jiong.wang@arm.com>
4195         * doc/sourcebuild.texi (AArch64-specific attributes): Document
4196         "aarch64_tiny", "aarch64_small", "aarch64_large",
4197         "aarch64_little_endian", "aarch64_big_endian".
4199 2015-07-01  Jiong Wang  <jiong.wang@arm.com>
4201         * doc/sourcebuild.texi (AArch64-specific attributes): New subsection.
4202         Document "aarch64_small_fpic".
4204 2015-07-01  Jiong Wang  <jiong.wang@arm.com>
4206         * configure.ac: Add check for aarch64 assembler -fpic relocation
4207         modifier support.
4208         * configure: Regenerate.
4209         * config.in: Regenerate.
4210         * config/aarch64/aarch64.c (initialize_aarch64_code_model): Fall back
4211         to -fPIC if not support of -fpic relocation modifier in assembler.
4213 2015-07-01  Richard Sandiford  <richard.sandiford@arm.com>
4215         PR bootstrap/66685
4216         * rtl.c (classify_insn): Handle returns in PARALLELs.
4218 2015-07-01  Eric Botcazou  <ebotcazou@adacore.com>
4220         PR middle-end/66633
4221         * tree-nested.c (convert_nonlocal_omp_clauses): Initialize need_chain
4222         to true if the function is nested and if not optimizing.
4223         (convert_local_omp_clauses): Initialize need_frame to true if the
4224         function contains nested functions and if not optimizing.
4226 2015-07-01  Richard Biener  <rguenther@suse.de>
4228         * fold-const.c (fold_binary_loc): Move ~X ^ X -> -1 and
4229         (X & Y) ^ Y -> ~X & Y transforms to ...
4230         * match.pd: ... here.
4232 2015-07-01  Richard Biener <rguenther@suse.de>
4234         * genmatch.c (expr::gen_transform): Shortcut re-simplifying
4235         of converts to avoid uninteresting noise from the conversion
4236         simplifying patterns.
4238 2015-06-30  Sandra Loosemore <sandra@codesourcery.com>
4240         * config/c6x/c6x.c (try_rename_operands): Do not depend on
4241         gcc_assert evaluating its argument for side-effect.
4243 2015-06-30  Kaz Kojima  <kkojima@gcc.gnu.org>
4245         PR target/64833
4246         * config/sh/sh.md (casesi_worker_1): Set length to 8 when
4247         flag_pic is set.
4249 2015-06-30  Eric Botcazou  <ebotcazou@adacore.com>
4251         * lto-streamer-out.c (class DFS): Adjust hash_scc method.
4252         (DFS::DFS): Pass this_ref_p and ref_p to hash_scc.
4253         (hash_scc): Add this_ref_p and ref_p parameters and pass them
4254         to the inner DFS walk.
4256 2015-06-30  Richard Sandiford  <richard.sandiford@arm.com>
4258         * target-insns.def (jump): New targetm instruction pattern.
4259         * bb-reorder.c (get_uncond_jump_length): Use targetm.gen_jump
4260         instead of gen_jump.
4261         (fix_up_crossing_landing_pad): Likewise.
4262         (add_labels_and_missing_jumps): Likewise.
4263         (fix_crossing_conditional_branches): Likewise.
4264         * cfgrtl.c (try_redirect_by_replacing_jump): Likewise.
4265         (force_nonfallthru_and_redirect): Likewise.
4266         * cse.c (cse_insn): Likewise.
4267         * expmed.c (expand_divmod): Likewise.
4268         * expr.c (store_expr_with_bounds, expand_expr_real_2): Likewise.
4269         * haifa-sched.c (init_before_recovery): Likewise.
4270         (sched_create_recovery_edges): Likewise.
4271         * ifcvt.c (find_cond_trap): Likewise.
4272         * optabs.c (expand_doubleword_shift, expand_doubleword_clz): Likewise.
4273         (expand_float, expand_fix): Likewise.
4274         * stmt.c (emit_jump): Likewise.
4276 2015-06-30  Richard Sandiford  <richard.sandiford@arm.com>
4278         * defaults.h (HAVE_load_multiple, gen_load_multiple)
4279         (HAVE_store_multiple, gen_store_multiple): Delete.
4280         * target-insns.def (load_multiple, store_multiple): New targetm
4281         instruction patterns.
4282         * expr.c (move_block_to_reg, move_block_from_reg): Use them instead
4283         of HAVE_*/gen_* interface.
4285 2015-06-30  Richard Sandiford  <richard.sandiford@arm.com>
4287         * defaults.h (HAVE_mem_thread_fence, gen_mem_thread_fence)
4288         (HAVE_memory_barrier, gen_memory_barrier, HAVE_mem_signal_fence)
4289         (gen_mem_signal_fence): Delete.
4290         * target-insns.def (mem_signal_fence, mem_thread_fence)
4291         (memory_barrier): New targetm instruction patterns.
4292         * optabs.c (expand_mem_thread_fence): Use them instead of HAVE_*/gen_*
4293         interface.
4294         (expand_mem_signal_fence): Likewise.
4296 2015-06-30  Richard Sandiford  <richard.sandiford@arm.com>
4298         * defaults.h (HAVE_epilogue, gen_epilogue): Delete.
4299         * target-insns.def (epilogue, prologue, sibcall_prologue): New
4300         targetm instruction patterns.
4301         * alias.c (init_alias_analysis): Use them instead of HAVE_*/gen_*
4302         interface.
4303         * calls.c (expand_call): Likewise.
4304         * cfgrtl.c (cfg_layout_finalize): Likewise.
4305         * df-scan.c (df_get_entry_block_def_set): Likewise.
4306         (df_get_exit_block_use_set): Likewise.
4307         * dwarf2cfi.c (pass_dwarf2_frame::gate): Likewise.
4308         * final.c (final_start_function): Likewise.
4309         * function.c (thread_prologue_and_epilogue_insns): Likewise.
4310         (reposition_prologue_and_epilogue_notes): Likewise.
4311         * reorg.c (find_end_label): Likewise.
4312         * toplev.c (process_options): Likewise.
4314 2015-06-30  David Malcolm  <dmalcolm@redhat.com>
4316         * typed-splay-tree.h: New file.
4318 2015-06-30  Vladimir Makarov  <vmakarov@redhat.com>
4320         PR debug/66691
4321         * lra-int.h (lra_substitute_pseudo): Add a parameter.
4322         (lra_substitute_pseudo_within_insn): Ditto.
4323         * lra.c (lra_substitute_pseudo): Add a parameter.  Simplify subreg
4324         of constant.
4325         (lra_substitute_pseudo_within_insn): Add a parameter.  Transfer it
4326         to lra_substitute_pseudo.
4327         * lra-lives.c (process_bb_lives): Add an argument to
4328         lra_substitute_pseudo_within_insn call.
4329         * lra-constraints.c (inherit_reload_reg, split_reg): Add an
4330         argument to lra_substitute_pseudo and
4331         lra_substitute_pseudo_within_insn calls.
4332         (remove_inheritance_pseudos, undo_optional_reloads): Ditto.
4334 2015-06-30  H.J. Lu  <hongjiu.lu@intel.com>
4336         * configure: Regenerated.
4338 2015-06-30  H.J. Lu  <hongjiu.lu@intel.com>
4340         * config.gcc: Support i[34567]86-*-elfiamcu target.
4341         * config/i386/iamcu.h: New.
4342         * config/i386/i386.opt: Add -miamcu.
4343         * doc/invoke.texi: Document -miamcu.
4344         * common/config/i386/i386-common.c  (ix86_handle_option): Turn
4345         off x87/MMX/SSE/AVX codegen for -miamcu.
4346         * config/i386/i386-c.c (ix86_target_macros_internal): Define
4347         __iamcu/__iamcu__ for -miamcu.
4348         * config/i386/i386.h (PREFERRED_STACK_BOUNDARY_DEFAULT): Set
4349         to MIN_STACK_BOUNDARY if TARGET_IAMCU is true.
4350         (BIGGEST_ALIGNMENT): Set to 32 if TARGET_IAMCU is true.
4351         * config/i386/i386.c (ix86_option_override_internal): Ignore and
4352         warn -mregparm for Intel MCU.  Turn on -mregparm=3 for Intel
4353         MCU by default.  Default long double to 64-bit for Intel MCU.
4354         Turn on -freg-struct-return for Intel MCU.  Issue an error when
4355         -miamcu is used in 64-bit or x32 mode or if x87, MMX, SSE or
4356         AVX is turned on.
4357         (function_arg_advance_32): Pass value whose size is no larger
4358         than 8 bytes in registers for Intel MCU.
4359         (function_arg_32): Likewise.
4360         (ix86_return_in_memory): Return value whose size is no larger
4361         than 8 bytes in registers for Intel MCU.
4362         (iamcu_alignment): New function.
4363         (ix86_data_alignment): Call iamcu_alignment if TARGET_IAMCU is
4364         true.
4365         (ix86_local_alignment): Don't increase alignment for Intel MCU.
4366         (x86_field_alignment): Return iamcu_alignment if TARGET_IAMCU is
4367         true.
4369 2015-06-30  Marek Polacek  <polacek@redhat.com>
4371         * match.pd (X - (X / Y) * Y): Use convert1 and convert2.  Convert
4372         both operands of the resulting expression.
4374         * match.pd (~x | x): Don't use tree_nop_conversion_p.  Build
4375         the final expression with the operand's type and then convert
4376         it to the type of the expression.
4378 2015-06-30  Richard Biener  <rguenther@suse.de>
4380         * fold-const.c (fold_binary_loc): Move ~x & ~y -> ~(x | y) and
4381         ~x | ~y -> ~(x & y), (x & CST) ^ (x & CST2) -> (x & CST) | (x & CST2),
4382         (X | Y) ^ X -> Y & ~ X, ~X ^ ~Y to X ^ Y and ~X ^ C to X ^ ~C ...
4383         * match.pd: ... to patterns here.
4385 2015-06-30  Richard Biener  <rguenther@suse.de>
4387         PR tree-optimization/66704
4388         * tree-vect-data-refs.c (vect_setup_realignment): Use
4389         make_ssa_name for non-SSA name source.
4391 2015-06-30  Jakub Jelinek  <jakub@redhat.com>
4393         PR middle-end/66702
4394         * omp-low.c (simd_clone_adjust): Handle addressable linear
4395         or uniform parameters or non-gimple type uniform parameters.
4397 2015-06-30  Richard Biener  <rguenther@suse.de>
4399         * fold-const.c (fold_unary_loc): Move abs(abs(x)) -> abs(x),
4400         ~ (-A) to A - 1, ~ (A - 1) or ~ (A + -1) to -A and some cases of
4401         ~(X ^ Y) to ~X ^ Y or X ^ ~Y if ~X or ~Y simplify to ...
4402         * match.pd: ... here.
4403         Add a few cases of A - B -> A + (-B) when B "easily" negates.
4404         Move (x & y) | x -> x and friends before
4405         (x | CST1) & CST2 -> (x & CST2) | (CST1 & CST2).
4407 2015-06-30  Eric Botcazou  <ebotcazou@adacore.com>
4409         * config/sparc/leon.md (leon_load): Enable for all LEON variants if
4410         -mfix-ut699 is not specified.
4411         (leon3_load): Rename into...
4412         (ut699_load): ...this.  Enable for all LEON variants if -mfix-ut699
4413         is specified.
4415 2015-06-30  Marek Polacek  <polacek@redhat.com>
4417         * fold-const.c (fold_binary_loc): Move ~X | X folding ...
4418         * match.pd: ... here.
4420 2015-06-30  Richard Biener  <rguenther@suse.de>
4422         * target-insns.def (canonicalize_funcptr_for_compare): Add.
4423         * fold-const.c (build_range_check): Replace uses of
4424         HAVE_canonicalize_funcptr_for_compare.
4425         (fold_widened_comparison): Likewise.
4426         (fold_sign_changed_comparison): Likewise.
4427         * dojump.c: Include "target.h".
4428         (do_compare_and_jump): Replace uses of
4429         HAVE_canonicalize_funcptr_for_compare and
4430         gen_canonicalize_funcptr_for_compare.
4431         * expr.c (do_store_flag): Likewise.
4433 2015-06-30  Tom de Vries  <tom@codesourcery.com>
4435         PR tree-optimization/66652
4436         * tree-parloops.c (try_transform_to_exit_first_loop_alt): Use
4437         max_loop_iterations to determine if nit + 1 overflows.
4439 2015-06-30  Richard Biener  <rguenther@suse.de>
4441         * tree-vrp.c (register_edge_assert_for_2): Also register
4442         asserts for dominating conversion results.
4444 2015-06-30  Bin Cheng  <bin.cheng@arm.com>
4446         * tree-ssa-loop-ivopts.c (record_sub_use): Don't reset ssa_name
4447         field in struct iv.
4449 2015-06-29  Jack Howarth  <howarth.at.gcc@gmail.com>
4451         PR target/66509
4452         * configure.ac: Fix filds and fildq test for 64-bit.
4453         * configure: Regenerated.
4455 2015-06-29  Nathan Sidwell  <nathan@codesourcery.com>
4457         * config/nvptx/nvptx.md (nvptx_reorg_subreg): New fn, broken out of ...
4458         (nvptx_reorg): Here.  Keep the non-subreg pieces.
4460 2015-06-29  H.J. Lu  <hongjiu.lu@intel.com>
4462         * config/gnu-user.h (GNU_USER_TARGET_ENDFILE_SPEC): Use
4463         PIE_SPEC and NO_PIE_SPEC if HAVE_LD_PIE is defined.
4465 2015-06-29  Uros Bizjak  <ubizjak@gmail.com>
4467         * config/i386/i386.md (*jcc_1): Use %! in asm template.
4468         Set attribute "length_nobnd" instead of "length".
4469         (*jcc_2): Ditto.
4470         (jump): Ditto.
4471         (*jcc_1_bnd, *jcc_2_bnd, jump_bnd): Remove insn patterns.
4473 2015-06-29  Sandra Loosemore  <sandra@codesourcery.com>
4475         * config/nios2/nios2.c (nios2_delegitimize_address): Make
4476         assert less restrictive.
4478 2015-06-29  Manuel López-Ibáñez  <manu@gcc.gnu.org>
4480         PR fortran/66605
4481         * cgraphunit.c (cgraph_node::finalize_function): Do not call
4482         do_warn_unused_parameter.
4483         * function.c (do_warn_unused_parameter): Move from here.
4484         * function.h (do_warn_unused_parameter): Do not declare.
4486 2015-06-29  Matthew Wahab  <matthew.wahab@arm.com>
4488         PR target/65697
4489         * gcc.target/arm/armv-sync-comp-swap.c: New.
4490         * gcc.target/arm/armv-sync-op-acquire.c: New.
4491         * gcc.target/arm/armv-sync-op-full.c: New.
4492         * gcc.target/arm/armv-sync-op-release.c: New.
4494 2015-06-29  Matthew Wahab  <matthew.wahab@arm.com>
4496         PR target/65697
4497         * config/armc/arm.c (arm_split_compare_and_swap): For ARMv8, replace an
4498         initial acquire barrier with final barrier.
4500 2015-06-29  Matthew Wahab  <matthew.wahab@arm.com>
4502         PR target/65697
4503         * config/armc/arm.c (arm_split_atomic_op): For ARMv8, replace an
4504         initial acquire barrier with final barrier.
4506 2015-06-29  Richard Henderson  <rth@redhat.com>
4508         * config/i386/constraints.md (Bf): New constraint.
4509         * config/i386/i386-c.c (ix86_target_macros): Define
4510         __GCC_ASM_FLAG_OUTPUTS__.
4511         * config/i386/i386.c (ix86_md_asm_adjust): Handle =@cc* constraints
4512         as flags outputs.
4513         * doc/extend.texi (FlagOutputOperands): Document them.
4515 2015-06-29  Jiong Wang  <jiong.wang@arm.com>
4517         * config/arch64/aarch64.md (UNSPEC_TLSLE): New enumeration.
4518         * config/arch64/aarch64.md (tlsle_small): Rename to tlsle and use new
4519         unspec name.
4520         (tlsle_small_<mode>): Rename to tlsle_<mode> and use new unspec name.
4521         * config/arch64/aarch64-protos.h (arch64_symbol_type): Rename
4522         SYMBOL_SMALL_TPREL to SYMBOL_TLSLE.
4523         (aarch64_symbol_context): Ditto.
4524         * config/aarch64/aarch64.c (aarch64_load_symref_appropriately): Ditto
4525         and use new pattern name.
4526         (aarch64_expand_mov_immediate): Ditto.
4527         (aarch64_print_operand): Ditto.
4528         (aarch64_classify_tls_symbol): Ditto.
4530 2015-06-29  Marek Polacek  <polacek@redhat.com>
4531             Marc Glisse  <marc.glisse@inria.fr>
4533         * fold-const.c (fold_binary_loc): Move X - (X / Y) * Y -> X % Y to ...
4534         * match.pd: ... pattern here.
4536 2015-06-29  Tom de Vries  <tom@codesourcery.com>
4538         * tree-parloops.c (try_transform_to_exit_first_loop_alt): Simplify
4539         function structure.
4541 2015-06-29  Matthew Wahab  <matthew.wahab@arm.com>
4543         * doc/invoke.texi (Aarch64 Options, -march): Split out arch and
4544         feature description, split out the native option, add a link to
4545         the feature documentation, rearrange and slightly rewrite text.
4546         (Aarch64 options, -mcpu): Likewise.
4547         (Aarch64 options, Feature Modifiers): Add an anchor.  Mention
4548         +rdma implies Adv. SIMD.
4550 2015-06-29  Marek Polacek  <polacek@redhat.com>
4552         PR c/66322
4553         * function.c (stack_protect_epilogue): Remove a cast to int.
4554         * doc/invoke.texi: Update -Wswitch-bool description.
4556 2015-06-29  Richard Biener  <rguenther@suse.de>
4558         * genmatch.c (add_operator): Treat ADDR_EXPR as atom.
4559         * fold-const.c (fold_binary_loc): Move &A - &B simplification
4560         via ptr_difference_const ...
4561         * match.pd: ... here.
4562         When matching (X ^ Y) == Y also match with swapped operands.
4564 2015-06-29  Richard Biener  <rguenther@suse.de>
4566         * lto-streamer.h (LTO_major_version): Bump to 5.
4568 2015-06-29  Richard Biener  <rguenther@suse.de>
4570         PR tree-optimization/66677
4571         * tree-vect-stmts.c (vect_transform_stmt): Make assert about
4572         STMT_VINFO_VEC_STMT clobbering less strict.
4574 2015-06-29  Kugan Vivekanandarajah  <kuganv@linaro.org>
4576         PR middle-end/64130
4577         * tree-vrp.c (extract_range_from_binary_expr_1): For unsigned
4578         division, compute max and min when value ranges for dividend and
4579         divisor are available.
4581 2015-06-28  Chung-Lin Tang <cltang@codesourcery.com>
4582             Sandra Loosemore <sandra@codesourcery.com>
4584         * regrename.h (regrename_do_replace): Change to return bool.
4585         * regrename.c (rename_chains): Check return value of
4586         regname_do_replace.
4587         (regrename_do_replace): Re-validate the modified insns and
4588         return bool status.
4589         * config/aarch64/cortex-a57-fma-steering.c (rename_single_chain):
4590         Update to match rename_chains changes.
4591         * config/c6x/c6x.c (try_rename_operands): Assert that
4592         regrename_do_replace returns true.
4594 2015-06-28  Uros Bizjak  <ubizjak@gmail.com>
4596         * config/i386/i386.md (<mode>_ldx): Do not zero-extend non-Pmode
4597         operand 2 here.  Use copy_addr_to_reg to copy non-index
4598         register operand 2 to a temporary.
4599         (<mode>_stx): Ditto for operand 1.
4600         (*<mode>_ldx, *<mode>_stx): Remove enclosing parallel.
4601         * config/i386/i386.c (ix86_load_bounds): Zero-extend non-Pmode ptr here.
4602         (ix86_store_bounds): Ditto.
4604 2015-06-27  Patrick Palka  <ppalka@gcc.gnu.org>
4606         * print-tree.c (print_node) [TREE_VEC]: Print its length.
4608 2015-06-26  Andrew MacLeod  <amacleod@redhat.com>
4610         * gimple.c (gimple_call_set_fndecl): Remove.
4611         * gimple.h (gimple_call_set_fndecl): Relocate to gimple.h and call
4612         build1_loc directly instead of build_fold_addr_expr_loc.
4614 2015-06-26  Richard Sandiford  <richard.sandiford@arm.com>
4616         * hash-map.h (hash_map::traverse): Use the definition of the
4617         Key typedef rather than the typedef itself.
4619 2015-06-26  Martin Jambor  <mjambor@suse.cz>
4621         PR debug/66301
4622         * tree-ssa-pre.c (before_dom_children): Check that dump_file is not
4623         NULL instead of calling dump_enabled_p.
4625 2015-06-26  James Greenhalgh  <james.greenhalgh@arm.com>
4627         * config/aarch64/aarch64.opt: (override): New.
4628         * doc/invoke.texi (override): Document.
4629         * config/aarch64/aarch64.c (aarch64_flag_desc): New
4630         (aarch64_fusible_pairs): Likewise.
4631         (aarch64_tuning_flags): Likewise.
4632         (aarch64_tuning_override_function): Likewise.
4633         (aarch64_tuning_override_functions): Likewise.
4634         (aarch64_parse_one_option_token): Likewise.
4635         (aarch64_parse_boolean_options): Likewise.
4636         (aarch64_parse_fuse_string): Likewise.
4637         (aarch64_parse_tune_string): Likewise.
4638         (aarch64_parse_one_override_token): Likewise.
4639         (aarch64_parse_override_string): Likewise.
4640         (aarch64_override_options): Parse the -override string if it
4641         is present.
4643 2015-06-26  James Greenhalgh  <james.greenhalgh@arm.com>
4645         * config/aarch64/aarch64-protos.h (tune_params): Remove
4646         const from members.
4647         (aarch64_tune_params): Remove const, change to no longer be
4648         a pointer.
4649         * config/aarch64/aarch64.c (aarch64_tune_params): Remove const,
4650         change to no longer be a pointer, initialize to generic_tunings.
4651         (aarch64_min_divisions_for_recip_mul): Change dereference of
4652         aarch64_tune_params to member access.
4653         (aarch64_reassociation_width): Likewise.
4654         (aarch64_rtx_mult_cost): Likewise.
4655         (aarch64_address_cost): Likewise.
4656         (aarch64_branch_cost): Likewise.
4657         (aarch64_rtx_costs): Likewise.
4658         (aarch64_register_move_cost): Likewise.
4659         (aarch64_memory_move_cost): Likewise.
4660         (aarch64_sched_issue_rate): Likewise.
4661         (aarch64_builtin_vectorization_cost): Likewise.
4662         (aarch64_override_options): Take a copy of the selected tuning
4663         struct in to aarch64_tune_params, rather than just setting
4664         a pointer, change dereferences of aarch64_tune_params to member
4665         accesses.
4666         (aarch64_override_options_after_change): Change dereferences of
4667         aarch64_tune_params to member access.
4668         (aarch64_macro_fusion_p): Likewise.
4669         (aarch_macro_fusion_pair_p): Likewise.
4670         * config/aarch64/cortex-a57-fma-steering.c (gate): Likewise.
4672 2015-06-26  James Greenhalgh  <james.greenhalgh@arm.com>
4674         * config/aarch64/aarch64.h (AARCH64_FL_USE_FMA_STEERING_PASS): Delete.
4675         (aarch64_tune_flags): Likewise.
4676         (AARCH64_TUNE_FMA_STEERING): Likewise.
4677         * config/aarch64/aarch64-cores.def (cortex-a57): Remove reference
4678         to AARCH64_FL_USE_FMA_STEERING_PASS.
4679         (cortex-a57.cortex-a53): Likewise.
4680         (cortex-a72): Use cortexa72_tunings.
4681         (cortex-a72.cortex-a53): Likewise.
4682         (exynos-m1): Likewise.
4683         * config/aarch64/aarch64-protos.h (tune_params): Add
4684         a field: extra_tuning_flags.
4685         * config/aarch64/aarch64-tuning-flags.def: New.
4686         * config/aarch64/aarch64-protos.h (AARCH64_EXTRA_TUNING_OPTION): New.
4687         (aarch64_extra_tuning_flags): Likewise.
4688         (aarch64_tune_params): Declare here.
4689         * config/aarch64/aarch64.c (generic_tunings): Set extra_tuning_flags.
4690         (cortexa53_tunings): Likewise.
4691         (cortexa57_tunings): Likewise.
4692         (thunderx_tunings): Likewise.
4693         (xgene1_tunings): Likewise.
4694         (cortexa72_tunings): New.
4695         * config/aarch64/cortex-a57-fma-steering.c: Include aarch64-protos.h.
4696          (gate): Check against aarch64_tune_params.
4697         * config/aarch64/t-aarch64 (cortex-a57-fma-steering.o): Depend on
4698         aarch64-protos.h.
4700 2015-06-26  James Greenhalgh  <james.greenhalgh@arm.com>
4702         * config/aarch64/aarch64-fusion-pairs.def: New.
4703         * config/aarch64/aarch64-protos.h (aarch64_fusion_pairs): New.
4704         * config/aarch64/aarch64.c (AARCH64_FUSE_NOTHING): Move to
4705         aarch64_fusion_pairs.
4706         (AARCH64_FUSE_MOV_MOVK): Likewise.
4707         (AARCH64_FUSE_ADRP_ADD): Likewise.
4708         (AARCH64_FUSE_MOVK_MOVK): Likewise.
4709         (AARCH64_FUSE_ADRP_LDR): Likewise.
4710         (AARCH64_FUSE_CMP_BRANCH): Likewise.
4712 2015-06-26  Jiong Wang  <jiong.wang@arm.com>
4714         * config/aarch64/aarch64-protos.h (aarch64_symbol_type): New type
4715         SYMBOL_SMALL_GOT_28K.
4716         * config/aarch64/aarch64.md: (ldr_got_small_<mode>): Support new GOT
4717         relocation modifiers.
4718         (unspec): New enum "UNSPEC_GOTMALLPIC28K.
4719         (ldr_got_small_28k_<mode>): New.
4720         (ldr_got_small_28k_sidi): New.
4721         * config/aarch64/iterators.md (got_modifier): New mode iterator.
4722         * config/aarch64/aarch64-otps.h (aarch64_code_model): New model.
4723         * config/aarch64/aarch64.c (aarch64_load_symref_appropriately): Support
4724         SYMBOL_SMALL_GOT_28K.
4725         (aarch64_rtx_costs): Add costs for new instruction sequences.
4726         (initialize_aarch64_code_model): Initialize new model.
4727         (aarch64_classify_symbol): Recognize new model and new symbol classification.
4728         (aarch64_asm_preferred_eh_data_format): Support new model.
4729         (aarch64_load_symref_appropriately): Generate new instruction
4730         sequences for -fpic.
4731         (TARGET_USE_PSEUDO_PIC_REG): New definition.
4732         (aarch64_use_pseudo_pic_reg): New function.
4734 2015-06-26  Jiong Wang  <jiong.wang@arm.com>
4736         * config/aarch64/aarch64-protos.h (aarch64_symbol_type): Rename
4737         SYMBOL_SMALL_GOT to SYMBOL_SMALL_GOT_4G.
4738         * config/aarch64/aarch64.c (aarch64_load_symref_appropriately): Ditto.
4739         (aarch64_expand_mov_immediate): Ditto.
4740         (aarch64_print_operand): Ditto.
4741         (aarch64_classify_symbol): Ditto.
4743 2015-06-26  Nathan Sidwell  <nathan@codesourcery.com>
4745         * config/nvptx/nvptx.md (call_operation): Remove unused variables.
4747 2015-06-26  Bin Cheng  <bin.cheng@arm.com>
4749         PR bootstrap/66638
4750         * tree-ssa-loop-niter.c (loop_exits_before_overflow): Skip if
4751         assertion failed.  Remove assertion itself.
4753 2015-06-26  Richard Biener  <rguenther@suse.de>
4755         * fold-const.c (fold_binary_loc): Remove -A CMP -B -> A CMP B
4756         and -A CMP CST -> A CMP -CST which is redundant with a pattern
4757         in match.pd.
4758         Move (A | C) == D where C & ~D != 0 -> 0, (X ^ Y) ==/!= 0 -> X ==/!= Y,
4759         (X ^ Y) ==/!= {Y,X} -> {X,Y} ==/!= 0 and
4760         (X ^ C1) op C2 -> X op (C1 ^ C2) to ...
4761         * match.pd: ... patterns here.
4763 2015-06-26  Marek Polacek  <polacek@redhat.com>
4765         * match.pd ((x | y) & ~(x & y) -> x ^ y,
4766         (x | y) & (~x ^ y) -> x & y): New patterns.
4768 2015-06-26  Richard Sandiford  <richard.sandiford@arm.com>
4770         * rtl.h (emit): Add an optional boolean parameter to control
4771         whether barriers are emitted.
4772         * emit-rtl.c (emit): Likewise.
4773         * gensupport.c (get_emit_function): Return null rather than "emit".
4774         * genemit.c (gen_emit_seq): Handle the null return value.
4775         Don't emit barriers after the final instruction in the sequence.
4776         * gentarget-def.c (main): Don't emit barriers after the instruction.
4778 2015-06-26  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
4780         * config/arm/arm.c (arm_output_multireg_pop): Fix use of
4781         TARGET_UNIFIED_ASM.
4783 2015-06-26  Richard Biener  <rguenther@suse.de>
4785         * match.pd: Allow associating FLOAT_TYPE_P when flag_associative_math.
4787 2015-06-26  Richard Biener  <rguenther@suse.de>
4789         * match.pd: Allow (p +p off1) +p off2 to (p +p (off1 + off2))
4790         irrespective on whether the inner operation has a single use
4791         of both off are constant.
4793 2015-06-26  Uros Bizjak  <ubizjak@gmail.com>
4794             Segher Boessenkool  <segher@kernel.crashing.org>
4796         PR target/66412
4797         * config/i386/i386.md (various splitters): Use shallow_copy_rtx
4798         before doing PUT_MODE or PUT_CODE on operands to avoid
4799         in-place RTX modification.
4801 2015-06-25  H.J. Lu  <hongjiu.lu@intel.com>
4803         * gentarget-def.c (def_target_insn): Cast return of strtol to
4804         unsigned int.
4806 2015-06-25  Andrew MacLeod  <amacleod@redhat.com>
4808         * gimple.h (gimple_call_set_fn): Move inline function.
4809         * gimple.c (gimple_call_set_fn): Relocate here.
4811 2015-06-25  Oleg Endo  <olegendo@gcc.gnu.org>
4813         PR target/65979
4814         PR target/66611
4815         * config/sh/sh.md (tstsi_t peephole2): Use insn_invalid_p to check if
4816         the replacement insn will work.
4818 2015-06-25  H.J. Lu  <hongjiu.lu@intel.com>
4820         * gcc.c (driver_handle_option): Validate -pie if PIE is enabled
4821         by default.
4823 2015-06-25  Andrew MacLeod  <amacleod@redhat.com>
4825         * function.h (ipa_opt_pass, ipa_opt_pass_d): Move forward declarations.
4826         * cgraph.h: Include ipa-ref.h and plugin-api.h.
4827         (ipa_opt_pass, ipa_opt_pass_d)): Relocate forward declarations here.
4828         (symtab_node::address_can_be_compared_p): Move function.
4829         * cgraph.c (symtab_node::address_can_be_compared_p): Relocate function
4830         definition here.
4831         * asan.c: Remove ipa-ref.h and plugin-api.h from include list.
4832         * auto-profile.c: Likewise.
4833         * bb-reorder.c: Likewise.
4834         * builtins.c: Likewise.
4835         * calls.c: Likewise.
4836         * cfgexpand.c: Likewise.
4837         * cgraphbuild.c: Likewise.
4838         * cgraphclones.c: Likewise.
4839         * cgraphunit.c: Likewise.
4840         * combine.c: Likewise.
4841         * coverage.c: Likewise.
4842         * data-streamer-in.c: Likewise.
4843         * data-streamer-out.c: Likewise.
4844         * data-streamer.c: Likewise.
4845         * dbxout.c: Likewise.
4846         * dwarf2out.c: Likewise.
4847         * except.c: Likewise.
4848         * expr.c: Likewise.
4849         * final.c: Likewise.
4850         * fold-const.c: Likewise.
4851         * ggc-page.c: Likewise.
4852         * gimple-fold.c: Likewise.
4853         * gimple-iterator.c: Likewise.
4854         * gimple-pretty-print.c: Likewise.
4855         * gimple-streamer-in.c: Likewise.
4856         * gimple-streamer-out.c: Likewise.
4857         * gimple.c: Likewise.
4858         * gimplify.c: Likewise.
4859         * ipa-chkp.c: Likewise.
4860         * ipa-comdats.c: Likewise.
4861         * ipa-cp.c: Likewise.
4862         * ipa-devirt.c: Likewise.
4863         * ipa-icf-gimple.c: Likewise.
4864         * ipa-icf.c: Likewise.
4865         * ipa-inline-analysis.c: Likewise.
4866         * ipa-inline-transform.c: Likewise.
4867         * ipa-inline.c: Likewise.
4868         * ipa-polymorphic-call.c: Likewise.
4869         * ipa-profile.c: Likewise.
4870         * ipa-prop.c: Likewise.
4871         * ipa-pure-const.c: Likewise.
4872         * ipa-ref.c: Likewise.
4873         * ipa-reference.c: Likewise.
4874         * ipa-split.c: Likewise.
4875         * ipa-utils.c: Likewise.
4876         * ipa-visibility.c: Likewise.
4877         * ipa.c: Likewise.
4878         * langhooks.c: Likewise.
4879         * lto-cgraph.c: Likewise.
4880         * lto-compress.c: Likewise.
4881         * lto-opts.c: Likewise.
4882         * lto-section-in.c: Likewise.
4883         * lto-section-out.c: Likewise.
4884         * lto-streamer-in.c: Likewise.
4885         * lto-streamer-out.c: Likewise.
4886         * lto-streamer.c: Likewise.
4887         * omp-low.c: Likewise.
4888         * opts-global.c: Likewise.
4889         * passes.c: Likewise.
4890         * predict.c: Likewise.
4891         * print-tree.c: Likewise.
4892         * profile.c: Likewise.
4893         * ree.c: Likewise.
4894         * sanopt.c: Likewise.
4895         * stor-layout.c: Likewise.
4896         * symtab.c: Likewise.
4897         * toplev.c: Likewise.
4898         * trans-mem.c: Likewise.
4899         * tree-cfg.c: Likewise.
4900         * tree-chkp.c: Likewise.
4901         * tree-eh.c: Likewise.
4902         * tree-emutls.c: Likewise.
4903         * tree-inline.c: Likewise.
4904         * tree-nested.c: Likewise.
4905         * tree-parloops.c: Likewise.
4906         * tree-pretty-print.c: Likewise.
4907         * tree-profile.c: Likewise.
4908         * tree-sra.c: Likewise.
4909         * tree-ssa-alias.c: Likewise.
4910         * tree-ssa-live.c: Likewise.
4911         * tree-ssa-loop-ivcanon.c: Likewise.
4912         * tree-ssa-loop-ivopts.c: Likewise.
4913         * tree-ssa-pre.c: Likewise.
4914         * tree-ssa-sccvn.c: Likewise.
4915         * tree-ssa-strlen.c: Likewise.
4916         * tree-ssa-structalias.c: Likewise.
4917         * tree-streamer-in.c: Likewise.
4918         * tree-streamer-out.c: Likewise.
4919         * tree-streamer.c: Likewise.
4920         * tree-switch-conversion.c: Likewise.
4921         * tree-tailcall.c: Likewise.
4922         * tree-vect-data-refs.c: Likewise.
4923         * tree-vect-stmts.c: Likewise.
4924         * tree-vectorizer.c: Likewise.
4925         * tree.c: Likewise.
4926         * tsan.c: Likewise.
4927         * ubsan.c: Likewise.
4928         * value-prof.c: Likewise.
4929         * varasm.c: Likewise.
4930         * varpool.c: Likewise.
4931         * config/arm/arm.c: Likewise.
4932         * config/bfin/bfin.c: Likewise.
4933         * config/c6x/c6x.c: Likewise.
4934         * config/cris/cris.c: Likewise.
4935         * config/darwin-c.c: Likewise.
4936         * config/darwin.c: Likewise.
4937         * config/i386/i386.c: Likewise.
4938         * config/i386/winnt.c: Likewise.
4939         * config/microblaze/microblaze.c: Likewise.
4940         * config/mips/mips.c: Likewise.
4941         * config/rs6000/rs6000.c: Likewise.
4942         * config/rx/rx.c: Likewise.
4943         * config/s390/s390.c: Likewise.
4944         * config/tilegx/mul-tables.c: Likewise.
4946 2015-06-25  Richard Sandiford  <richard.sandiford@arm.com>
4948         * config/aarch64/aarch64.c, config/alpha/alpha.c,
4949         config/arm/arm.c, config/avr/avr.c, config/bfin/bfin.c,
4950         config/c6x/c6x.c, config/cr16/cr16.c, config/cris/cris.c,
4951         config/fr30/fr30.c, config/frv/frv.c, config/h8300/h8300.c,
4952         config/i386/i386.c, config/ia64/ia64.c, config/iq2000/iq2000.c,
4953         config/lm32/lm32.c, config/m32c/m32c.c, config/m32r/m32r.c,
4954         config/m68k/m68k.c, config/mcore/mcore.c, config/mep/mep.c,
4955         config/microblaze/microblaze.c, config/mips/mips.c,
4956         config/mmix/mmix.c, config/mn10300/mn10300.c,
4957         config/moxie/moxie.c, config/msp430/msp430.c,
4958         config/nds32/nds32.c, config/nios2/nios2.c, config/nvptx/nvptx.c,
4959         config/pa/pa.c, config/pdp11/pdp11.c, config/rl78/rl78.c,
4960         config/rs6000/rs6000.c, config/rx/rx.c, config/s390/s390.c,
4961         config/sh/sh.c, config/sparc/sparc.c, config/spu/spu.c,
4962         config/stormy16/stormy16.c, config/tilegx/tilegx.c,
4963         config/tilepro/tilepro.c, config/v850/v850.c, config/vax/vax.c,
4964         config/visium/visium.c, config/xtensa/xtensa.c: Add comment above
4965         target-def.h include.
4966         * config/ft32/ft32.c: Likewise.  Fix misapplied hunk.
4968 2015-06-25  Richard Sandiford  <richard.sandiford@arm.com>
4970         * Makefile.in (TARGET_DEF): Add target-insns.def.
4971         (.PRECIOUS, simple_rtl_generated_h): Add insn-target-def.h.
4972         (build/gentarget-def.o): New rule.
4973         (genprogrtl): Add target-def.
4974         * target-insns.def, gentarget-def.c: New files.
4975         * target.def: Add targetm.have_* and targetm.gen_* hooks,
4976         based on the contents of target-insns.def.
4977         * defaults.h (HAVE_simple_return, gen_simple_return): Delete.
4978         (HAVE_return, gen_return): Delete.
4979         * target-def.h: Include insn-target-def.h.
4980         * cfgrtl.c (force_nonfallthru_and_redirect): Use targetm interface
4981         instead of direct calls.  Rely on them to do the appropriate assertions.
4982         * function.c (gen_return_pattern): Likewise.  Return an rtx_insn *.
4983         (convert_jumps_to_returns): Use targetm interface instead of
4984         direct calls.
4985         (thread_prologue_and_epilogue_insns): Likewise.
4986         * reorg.c (find_end_label, dbr_schedule): Likewise.
4987         * shrink-wrap.h (SHRINK_WRAPPING_ENABLED): Likewise.
4988         * shrink-wrap.c (convert_to_simple_return): Likewise.
4989         (try_shrink_wrapping): Use SHRINK_WRAPPING_ENABLED.
4991 2015-06-25  Richard Sandiford  <richard.sandiford@arm.com>
4993         * config/aarch64/aarch64.c, config/alpha/alpha.c, config/arm/arm.c,
4994         config/avr/avr.c, config/bfin/bfin.c, config/c6x/c6x.c,
4995         config/cr16/cr16.c, config/cris/cris.c, config/fr30/fr30.c,
4996         config/frv/frv.c, config/ft32/ft32.c, config/h8300/h8300.c,
4997         config/i386/i386.c, config/ia64/ia64.c, config/iq2000/iq2000.c,
4998         config/lm32/lm32.c, config/m32c/m32c.c, config/m32r/m32r.c,
4999         config/m68k/m68k.c, config/mcore/mcore.c, config/mep/mep.c,
5000         config/microblaze/microblaze.c, config/mips/mips.c, config/mmix/mmix.c,
5001         config/mn10300/mn10300.c, config/moxie/moxie.c, config/msp430/msp430.c,
5002         config/nds32/nds32.c, config/nios2/nios2.c, config/nvptx/nvptx.c,
5003         config/pa/pa.c, config/pdp11/pdp11.c, config/rl78/rl78.c,
5004         config/rs6000/rs6000.c, config/rx/rx.c, config/s390/s390.c,
5005         config/sh/sh.c, config/sparc/sparc.c, config/spu/spu.c,
5006         config/stormy16/stormy16.c, config/tilegx/tilegx.c,
5007         config/tilepro/tilepro.c, config/v850/v850.c, config/vax/vax.c,
5008         config/visium/visium.c, config/xtensa/xtensa.c: Move target-def.h
5009         includes to end.
5011 2015-06-25  Richard Sandiford  <richard.sandiford@arm.com>
5013         * hash-map-traits.h (simple_hashmap_traits::key_type): New typedef.
5014         (unbounded_int_hashmap_traits::key_type): Likewise.
5015         * hash-map.h (hash_map): Get the key type from the traits.
5016         * hash-traits.h (default_hash_traits): By default, inherit from the
5017         template parameter.
5018         * alias.c (alias_set_traits): Delete.
5019         (alias_set_entry_d::children): Use alias_set_hash as the first
5020         template parameter.
5021         (record_alias_subset): Update accordingly.
5022         * except.c (tree_hash_traits): Delete.
5023         (type_to_runtime_map): Use tree_hash as the first template parameter.
5024         (init_eh): Update accordingly.
5025         * genmatch.c (capture_id_map_hasher): Delete.
5026         (cid_map_t): Use nofree_string_hash as first template parameter.
5027         * ipa-icf.h (symbol_compare_hashmap_traits): Delete.
5028         * ipa-icf.c (sem_item_optimizer::subdivide_classes_by_sensitive_refs):
5029         Use symbol_compare_hash as the first template parameter in
5030         subdivide_hash_map.
5031         * mem-stats.h (mem_usage_pair::mem_alloc_hashmap_traits): Delete.
5032         (mem_usage_pair::mem_map_t): Use mem_location_hash as the first
5033         template parameter.
5034         * passes.c (pass_registry_hasher): Delete.
5035         (name_to_pass_map): Use nofree_string_hash as the first template
5036         parameter.
5037         (register_pass_name): Update accordingly.
5038         * sanopt.c (sanopt_tree_map_traits): Delete.
5039         (sanopt_tree_triplet_map_traits): Delete.
5040         (sanopt_ctx::asan_check_map): Use tree_operand_hash as the first
5041         template parameter.
5042         (sanopt_ctx::vptr_check_map): Use sanopt_tree_triplet_hash as
5043         the first template parameter.
5044         * sese.c (rename_map_hasher): Delete.
5045         (rename_map_type): Use tree_ssa_name_hash as the first template
5046         parameter.
5047         * symbol-summary.h (function_summary::summary_hashmap_traits): Delete.
5048         (function_summary::m_map): Use map_hash as the first template
5049         parameter.
5050         (function_summary::release): Update accordingly.
5051         * tree-if-conv.c (phi_args_hash_traits): Delete.
5052         (predicate_scalar_phi): Use tree_operand_hash as the first template
5053         parameter to phi_arg_map.
5054         * tree-inline.h (dependence_hasher): Delete.
5055         (copy_body_data::dependence_map): Use dependence_hash as the first
5056         template parameter.
5057         * tree-inline.c (remap_dependence_clique): Update accordingly.
5058         * tree-ssa-strlen.c (stridxlist_hash_traits): Delete.
5059         (decl_to_stridxlist_htab): Use tree_decl_hash as the first template
5060         parameter.
5061         (addr_stridxptr): Update accordingly.
5062         * value-prof.c (profile_id_traits): Delete.
5063         (cgraph_node_map): Use profile_id_hash as the first template
5064         parameter.
5065         (init_node_map): Update accordingly.
5066         * config/alpha/alpha.c (string_traits): Delete.
5067         (machine_function::links): Use nofree_string_hash as the first
5068         template parameter.
5069         (alpha_use_linkage, alpha_write_linkage): Update accordingly.
5070         * config/m32c/m32c.c (pragma_traits): Delete.
5071         (pragma_htab): Use nofree_string_hash as the first template parameter.
5072         (m32c_note_pragma_address): Update accordingly.
5073         * config/mep/mep.c (pragma_traits): Delete.
5074         (pragma_htab): Use nofree_string_hash as the first template parameter.
5075         (mep_note_pragma_flag): Update accordingly.
5076         * config/mips/mips.c (mips16_flip_traits): Delete.
5077         (mflip_mips16_htab): Use nofree_string_hash as the first template
5078         parameter.
5079         (mflip_mips16_use_mips16_p): Update accordingly.
5080         (local_alias_traits): Delete.
5081         (mips16_local_aliases): Use nofree_string_hash as the first template
5082         parameter.
5083         (mips16_local_alias): Update accordingly.
5085 2015-06-25  Richard Sandiford  <richard.sandiford@arm.com>
5087         * hash-map-traits.h (default_hashmap_traits): Delete.
5089 2015-06-25  Richard Sandiford  <richard.sandiford@arm.com>
5091         * hash-map-traits.h (unbounded_hashmap_traits): New class.
5092         (unbounded_int_hashmap_traits): Likewise.
5093         * cfgexpand.c (part_traits): Use unbounded_int_hashmap_traits.
5095 2015-06-25  Richard Sandiford  <richard.sandiford@arm.com>
5097         * ipa-icf.h (symbol_compare_hash): New class.
5098         (symbol_compare_hashmap_traits): Use it.
5099         * mem-stats.h (mem_alloc_description::mem_location_hash): New class.
5100         (mem_alloc_description::mem_alloc_hashmap_traits): Use it.
5101         (mem_alloc_description::reverse_mem_map_t): Remove redundant
5102         default_hashmap_traits.
5103         * sanopt.c (sanopt_tree_triplet_hash): New class.
5104         (sanopt_tree_triplet_map_traits): Use it.
5106 2015-06-25  Richard Sandiford  <richard.sandiford@arm.com>
5108         * gengtype-parse.c (require_template_declaration): Allow '+' in
5109         template parameters.  Consolidate cases.
5110         * hash-traits.h (int_hash): New class.
5111         * alias.c (alias_set_hash): New structure.
5112         (alias_set_traits): Use it.
5113         * symbol-summary.h (function_summary::map_hash): New class.
5114         (function_summary::summary_hashmap_traits): Use it.
5115         * tree-inline.h (dependence_hash): New class.
5116         (dependence_hasher): Use it.
5117         * tree-ssa-reassoc.c (oecount_hasher): Use int_hash.
5118         * value-prof.c (profile_id_hash): New class.
5119         (profile_id_traits): Use it.
5121 2015-06-25  Richard Sandiford  <richard.sandiford@arm.com>
5123         * config/mips/mips.c (mips16_flip_traits): Use it.
5124         (local_alias_traits, mips16_local_aliases): Convert from a map of
5125         rtxes to a map of symbol names.
5126         (mips16_local_alias): Update accordingly.
5128 2015-06-25  Richard Sandiford  <richard.sandiford@arm.com>
5130         * hash-traits.h (string_hash, nofree_string_hash): New classes.
5131         * genmatch.c (capture_id_map_hasher): Use nofree_string_hash.
5132         * passes.c (pass_registry_hasher): Likewise.
5133         * config/alpha/alpha.c (string_traits): Likewise.
5134         * config/i386/winnt.c (i386_find_on_wrapper_list): Likewise.
5135         * config/m32c/m32c.c (pragma_traits): Likewise.
5136         * config/mep/mep.c (pragma_traits): Likewise.
5138 2015-06-25  Richard Sandiford  <richard.sandiford@arm.com>
5140         * tree-hash-traits.h (tree_hash): New class.
5141         * except.c: Include tree-hash-traits.h.
5142         (tree_hash_traits): Use tree_hash.
5144 2015-06-25  Richard Sandiford  <richard.sandiford@arm.com>
5146         * tree-hash-traits.h (tree_ssa_name_hasher): New class.
5147         * sese.c: Include tree-hash-traits.h.
5148         (rename_map_hasher): Use tree_ssa_name_hasher.
5150 2015-06-25  Richard Sandiford  <richard.sandiford@arm.com>
5152         * tree-hash-traits.h (tree_decl_hash): New class.
5153         * tree-ssa-strlen.c: Include tree-hash-traits.h.
5154         (stridxlist_hash_traits): Use tree_decl_hash.
5156 2015-06-25  Richard Sandiford  <richard.sandiford@arm.com>
5158         * tree-hash-traits.h: New file.
5159         (tree_operand_hash): New class.
5160         * sanopt.c: Include tree-hash-traits.h.
5161         (sanopt_tree_map_traits): Use tree_operand_hash.
5162         * tree-if-conv.c: Include tree-hash-traits.h.
5163         (phi_args_hash_traits): Use tree_operand_hash.
5164         * tree-ssa-uncprop.c: Include tree-hash-traits.h.
5165         (val_ssa_equiv_hash_traits): Use tree_operand_hash.
5167 2015-06-25  Richard Sandiford  <richard.sandiford@arm.com>
5169         * hash-map-traits.h: Include hash-traits.h.
5170         (simple_hashmap_traits): New class.
5171         * mem-stats.h (hash_map): Change the default traits to
5172         simple_hashmap_traits<default_hash_traits<Key> >.
5174 2015-06-25  Richard Sandiford  <richard.sandiford@arm.com>
5176         * hash-table.h: Update comments.
5178 2015-06-25  Richard Sandiford  <richard.sandiford@arm.com>
5180         * hash-traits.h (default_hash_traits): New structure.
5181         * hash-set.h (default_hashset_traits): Delete.
5182         (hash_set): Use default_hash_traits<Key> instead of
5183         default_hashset_traits.  Delete hash_entry type and use Key directly.
5184         * ipa-devirt.c (pair_traits): Delete.
5185         (default_hash_traits <type_pair>): Override.
5186         (odr_subtypes_equivalent_p): Remove pair_types template parameter.
5187         (odr_types_equivalent_p, add_type_duplicate): Likewise.
5189 2015-06-25  Richard Sandiford  <richard.sandiford@arm.com>
5191         * hash-traits.h (typed_noop_remove): Don't require a pointer type.
5193 2015-06-25  Richard Sandiford  <richard.sandiford@arm.com>
5195         * hash-table.h (has_is_deleted, is_deleted_helper): Delete.
5196         (has_is_empty, is_empty_helper): Delete.
5197         (has_mark_deleted, mark_deleted_helper): Delete.
5198         (has_mark_empty, mark_empty_helper): Delete.
5199         (hash_table::is_deleted): Call the Descriptor unconditionally.
5200         (hash_table::is_empty): Likewise.
5201         (hash_table::mark_deleted): Likewise.
5202         (hash_table::mark_empty): Likewise.
5204 2015-06-25  Richard Sandiford  <richard.sandiford@arm.com>
5206         * cgraph.h (asmname_hasher): Inherit from ggc_ptr_hash.  Remove
5207         redundant typedefs and members.
5208         * coverage.c (counts_entry): Inherit from pointer_hash.  Remove
5209         redundant typedefs.
5210         * dwarf2out.c (cu_hash_table_entry_hasher): Likewise.
5211         * ipa-devirt.c (odr_name_hasher): Likewise.
5212         (polymorphic_call_target_hasher): Likewise.
5213         * ira-costs.c (cost_classes_hasher): Likewise.
5214         * statistics.c (stats_counter_hasher): Likewise.
5215         * trans-mem.c (log_entry_hasher): Likewise.
5216         * tree-ssa-dom.c (expr_elt_hasher): Likewise.
5217         * tree-ssa-sccvn.c (vn_phi_hasher, vn_reference_hasher): Likewise.
5218         * tree-ssa-tail-merge.c (same_succ_def): Likewise.
5219         * var-tracking.c (variable_hasher): Likewise.
5220         * valtrack.h (dead_debug_hash_descr): Inherit from free_ptr_hash.
5221         Remove redundant typedefs and members.
5223 2015-06-25  Richard Sandiford  <richard.sandiford@arm.com>
5225         * hash-traits.h (ggc_cache_hasher): Rename to...
5226         (ggc_cache_remove): ...this and remove typedefs.
5227         (ggc_cache_ptr_hash): New class.
5228         * hash-table.h: Update commentary.
5229         * emit-rtl.c (const_int_hasher): Inherit from ggc_cache_ptr_hash
5230         rather than ggc_cache_hasher.
5231         (const_wide_int_hasher, reg_attr_hasher): Likewise.
5232         (const_double_hasher, const_fixed_hasher): Likewise.
5233         * function.c (insn_cache_hasher): Likewise.
5234         * trans-mem.c (tm_wrapper_hasher): Likewise.
5235         * tree.h (tree_decl_map_cache_hasher): Likewise.
5236         * tree.c (type_cache_hasher, int_cst_hasher): Likewise.
5237         (cl_option_hasher, tree_vec_map_cache_hasher): Likewise.
5238         * ubsan.c (tree_type_map_cache_hasher): Likewise.
5239         * varasm.c (tm_clone_hasher): Likewise.
5240         * config/i386/i386.c (dllimport_hasher): Likewise.
5241         * config/nvptx/nvptx.c (declared_libfunc_hasher): Likewise.
5242         (tree_hasher): Likewise.
5244 2015-06-25  Richard Sandiford  <richard.sandiford@arm.com>
5246         * hash-traits.h (ggc_hasher): Rename to...
5247         (ggc_remover): ...this and remove typedefs.
5248         (ggc_cache_hasher): Update accordingly.  Add typedefs.
5249         (ggc_ptr_hash): New class.
5250         * hash-table.h: Update comment.
5251         * cfgloop.h (loop_exit_hasher): Inherit from ggc_ptr_hash rather than
5252         ggc_hasher.
5253         * cgraph.h (section_name_hasher, cgraph_edge_hasher): Likewise.
5254         (tree_descriptor_hasher): Likewise.
5255         * cgraph.c (function_version_hasher): Likewise.
5256         * dwarf2out.c (indirect_string_hasher, dwarf_file_hasher): Likewise.
5257         (decl_die_hasher, block_die_hasher, decl_loc_hasher): Likewise.
5258         (dw_loc_list_hasher, addr_hasher): Likewise.
5259         * function.h (used_type_hasher): Likewise.
5260         * function.c (temp_address_hasher): Likewise.
5261         * gimple-ssa.h (tm_restart_hasher, ssa_name_hasher): Likewise.
5262         * libfuncs.h (libfunc_hasher): Likewise.
5263         * lto-streamer.h (decl_state_hasher): Likewise.
5264         * optabs.c (libfunc_decl_hasher): Likewise.
5265         * tree-scalar-evolution.c (scev_info_hasher): Likewise.
5266         * varasm.c (section_hasher, object_block_hasher): Likewise.
5267         (const_rtx_desc_hasher): Likewise.
5268         * config/darwin.c (indirection_hasher, cfstring_hasher): Likewise.
5269         * config/rs6000/rs6000.c (toc_hasher, builtin_hasher): Likewise.
5271 2015-06-25  Richard Sandiford  <richard.sandiford@arm.com>
5273         * hash-traits.h (free_ptr_hash): New class.
5274         * dwarf2out.c (decl_table_entry_hasher): Inherit from free_ptr_hash
5275         rather than typed_free_remove.  Remove redudant typedefs.
5276         (external_ref_hasher): Likewise.
5277         * except.c (action_record_hasher, ttypes_filter_hasher): Likewise.
5278         (ehspec_hasher): Likewise.
5279         * ggc-common.c (saving_hasher): Likewise.
5280         * gimplify.c (gimplify_hasher): Likewise.
5281         * haifa-sched.c (delay_i2_hasher): Likewise.
5282         * loop-invariant.c (invariant_expr_hasher): Likewise.
5283         * loop-iv.c (biv_entry_hasher): Likewise.
5284         * loop-unroll.c (iv_split_hasher, var_expand_hasher): Likewise.
5285         * trans-mem.c (tm_mem_map_hasher, tm_memop_hasher): Likewise.
5286         * tree-cfg.c (locus_discrim_hasher): Likewise.
5287         * tree-eh.c (finally_tree_hasher): Likewise.
5288         * tree-into-ssa.c (var_info_hasher): Likewise.
5289         * tree-parloops.c (reduction_hasher, name_to_copy_hasher): Likewise.
5290         * tree-ssa-loop-ivopts.c (iv_inv_expr_hasher): Likewise.
5291         * tree-ssa-phiopt.c (ssa_names_hasher): Likewise.
5292         * tree-ssa-pre.c (expr_pred_trans_d): Likewise.
5293         * tree-ssa-sccvn.c (vn_constant_hasher): Likewise.
5294         * tree-ssa-structalias.c (equiv_class_hasher): Likewise.
5295         (shared_bitmap_hasher): Likewise.
5296         * tree-ssa-threadupdate.c (redirection_data): Likewise.
5297         * tree-vectorizer.h (peel_info_hasher): Likewise.
5298         * tree-vectorizer.c (simduid_to_vf, simd_array_to_simduid): Likewise.
5299         * config/mips/mips.c (mips_lo_sum_offset_hasher): Likewise.
5301 2015-06-25  Richard Sandiford  <richard.sandiford@arm.com>
5303         * hash-table.h: Update comments.
5304         * hash-traits.h (pointer_hash): Don't inherit from typed_noop_remove.
5305         (nofree_ptr_hash): New class.
5306         * asan.c (asan_mem_ref_hasher): Inherit from nofree_ptr_hash rather
5307         than typed_noop_remove.  Remove redudant typedefs.
5308         * attribs.c (attribute_hasher): Likewise.
5309         * cfg.c (bb_copy_hasher): Likewise.
5310         * cselib.c (cselib_hasher): Likewise.
5311         * dse.c (invariant_group_base_hasher): Likewise.
5312         * dwarf2cfi.c (trace_info_hasher): Likewise.
5313         * dwarf2out.c (macinfo_entry_hasher): Likewise.
5314         (comdat_type_hasher, loc_list_hasher): Likewise.
5315         * gcse.c (pre_ldst_expr_hasher): Likewise.
5316         * genmatch.c (id_base): Likewise.
5317         * genrecog.c (test_pattern_hasher): Likewise.
5318         * gimple-ssa-strength-reduction.c (cand_chain_hasher): Likewise.
5319         * haifa-sched.c (delay_i1_hasher): Likewise.
5320         * hard-reg-set.h (simplifiable_subregs_hasher): Likewise.
5321         * ipa-icf.h (congruence_class_group_hash): Likewise.
5322         * ipa-profile.c (histogram_hash): Likewise.
5323         * ira-color.c (allocno_hard_regs_hasher): Likewise.
5324         * lto-streamer.h (string_slot_hasher): Likewise.
5325         * lto-streamer.c (tree_entry_hasher): Likewise.
5326         * plugin.c (event_hasher): Likewise.
5327         * postreload-gcse.c (expr_hasher): Likewise.
5328         * store-motion.c (st_expr_hasher): Likewise.
5329         * tree-sra.c (uid_decl_hasher): Likewise.
5330         * tree-ssa-coalesce.c (coalesce_pair_hasher): Likewise.
5331         (ssa_name_var_hash): Likewise.
5332         * tree-ssa-live.c (tree_int_map_hasher): Likewise.
5333         * tree-ssa-loop-im.c (mem_ref_hasher): Likewise.
5334         * tree-ssa-pre.c (pre_expr_d): Likewise.
5335         * tree-ssa-sccvn.c (vn_nary_op_hasher): Likewise.
5336         * vtable-verify.h (registration_hasher): Likewise.
5337         * vtable-verify.c (vtbl_map_hasher): Likewise.
5338         * config/arm/arm.c (libcall_hasher): Likewise.
5339         * config/i386/winnt.c (wrapped_symbol_hasher): Likewise.
5340         * config/ia64/ia64.c (bundle_state_hasher): Likewise.
5341         * config/sol2.c (comdat_entry_hasher): Likewise.
5342         * fold-const.c (fold): Use nofree_ptr_hash instead of pointer_hash.
5343         (print_fold_checksum, fold_checksum_tree): Likewise.
5344         (debug_fold_checksum, fold_build1_stat_loc): Likewise.
5345         (fold_build2_stat_loc, fold_build3_stat_loc): Likewise.
5346         (fold_build_call_array_loc): Likewise.
5347         * tree-ssa-ccp.c (gimple_htab): Likewise.
5348         * tree-browser.c (tree_upper_hasher): Inherit from nofree_ptr_hash
5349         rather than pointer_type.
5351 2015-06-25  Richard Sandiford  <richard.sandiford@arm.com>
5353         * hash-traits.h (pointer_hash::mark_deleted, pointer_hash::mark_empty)
5354         (pointer_hash::is_deleted, pointer_hash::is_empty): New functions.
5356 2015-06-25  Richard Sandiford  <richard.sandiford@arm.com>
5358         * hash-traits.h (ggc_hasher::remove): Take a reference parameter.
5359         (ggc_hasher::ggc_mx): Likewise.
5360         (ggc_cache_hasher): Inherit from ggc_hasher.  Remove definitions
5361         that duplicate ggc_hasher ones.
5363 2015-06-25  Richard Sandiford  <richard.sandiford@arm.com>
5365         * hash-table.h (hash_table): Add gt_cleare_cache as a friend.
5366         (gt_cleare_cache): Check here for deleted and empty entries.
5367         Replace handle_cache_entry with a call to keep_cache_entry.
5368         * hash-traits.h (ggc_cache_hasher::handle_cache_entry): Delete.
5369         (ggc_cache_hasher::keep_cache_entry): New function.
5370         * trans-mem.c (tm_wrapper_hasher::handle_cache_entry): Delete.
5371         (tm_wrapper_hasher::keep_cache_entry): New function.
5372         * tree.h (tree_decl_map_cache_hasher::handle_cache_entry): Delete.
5373         (tree_vec_map_cache_hasher::keep_cache_entry): New function.
5374         * tree.c (type_cache_hasher::handle_cache_entry): Delete.
5375         (type_cache_hasher::keep_cache_entry): New function.
5376         (tree_vec_map_cache_hasher::handle_cache_entry): Delete.
5377         (tree_vec_map_cache_hasher::keep_cache_entry): New function.
5378         * ubsan.c (tree_type_map_cache_hasher::handle_cache_entry): Delete.
5379         (tree_type_map_cache_hasher::keep_cache_entry): New function.
5380         * varasm.c (tm_clone_hasher::handle_cache_entry): Delete.
5381         (tm_clone_hasher::keep_cache_entry): New function.
5382         * config/i386/i386.c (dllimport_hasher::handle_cache_entry): Delete.
5383         (dllimport_hasher::keep_cache_entry): New function.
5385 2015-06-25  Richard Sandiford  <richard.sandiford@arm.com>
5387         * hash-table.h: Include hash-traits.h.
5388         (typed_free_remove, typed_noop_remove, pointer_hash, ggc_hasher)
5389         (ggc_cache_hasher): Move to...
5390         * hash-traits.h: ...this new file.
5392 2015-06-25  Andrew MacLeod  <amacleod@redhat.com>
5394         * tree-core.h (struct tree_optimization_option): Make opts a pointer to
5395         struct cl_optimization.
5396         * tree.h (TREE_OPTIMIZATION): Return the pointer, not the address of it.
5397         * tree.c (make_node_stat): Allocate cl_optimization struct.
5398         (copy_node_stat): Allocate and copy cl_optimization struct.
5400 2015-06-25  Andrew MacLeod  <amacleod@redhat.com>
5402         * function.h (struct incoming_args): Move struct.
5403         (pass_by_reference, reference_callee_copied): Remove prototypes.
5404         * emit-rtl.h (struct incoming_args): Relocate struct here.
5405         * calls.h (pass_by_reference, reference_callee_copied): Relocate
5406         prototypes here.
5407         * function.c (pass_by_reference, reference_callee_copied): Move.
5408         * calls.c (pass_by_reference, reference_callee_copied): Relocate here.
5409         * cfgloop.h: Don't include tm.h or hard-reg-set.h.
5410         * ipa-chkp.c: Include calls.h.
5412 2015-06-25  Andrew Macleod  <amacleod@redhat.com>
5414         * alias.h (alias_set_type): Move typedef.
5415         * coretypes.h (alias_set_type): Relocate typedef here.
5416         * rtl.h: Don't include alias.h.
5418 2015-06-25  Andrew MacLeod  <amacleod@redhat.com>
5420         * cgraph.h (cgraph_rtl_info): Move to rtl.h
5421         (cgraph_node): Maintain pointer to struct cgraph_rtl_info instead of
5422         and instance.
5423         * rtl.h (struct cgraph_rtl_info): Define when HARD_REG_SET available.
5424         * cgraph.c (cgraph_node::rtl_info): Allocate cgraph_rtl_info if one
5425         doesn't exist.
5426         * calls.c: Include hard-reg-set.h before rtl.h.
5427         * ira.c: Likewise.
5429 2015-06-25  Zhouyi Zhou  <yizhouzhou@ict.ac.cn>
5430             Vladimir Makarov  <vmakarov@redhat.com>
5432         * ira-color.c (assign_hard_reg): Remove unecessary bitmap check.
5433         Add assert.
5435 2015-06-25  Richard Biener  <rguenther@suse.de>
5437         * fold-const.c (fold_binary_loc): Move simplification of
5438         (X <<>> C1) & C2 ...
5439         * match.pd: ... here.
5441 2015-06-25  Eric Botcazou  <ebotcazou@adacore.com>
5443         * lto-streamer-out.c (DFS::hash_scc): Fix typos & formatting glitches.
5445 2015-06-25  Richard Sandiford  <richard.sandiford@arm.com>
5447         * match.pd: Add patterns for vec_conds between 1 and 0.
5449 2015-06-25  Richard Biener  <rguenther@suse.de>
5451         * tree-vect-stmts.c (vectorizable_conversion): Do not set
5452         STMT_VINFO_VEC_STMT for SLP.
5453         (vectorizable_store): Likewise.
5454         (vectorizable_load): Likewise.
5455         (vect_transform_stmt): Catch SLP vectorization clobbering
5456         STMT_VINFO_VEC_STMT.
5458 2015-06-25  Richard Biener  <rguenther@suse.de>
5460         * tree-vect-slp.c (vect_detect_hybrid_slp_stmts): Improve debug
5461         dumping.
5462         (vect_create_mask_and_perm): Do not set STMT_VINFO_VEC_STMT and
5463         cleanup resulting dead code and parameters.
5464         (vect_transform_slp_perm_load): Adjust.
5466 2015-06-25  Nick Clifton  <nickc@redhat.com>
5468         * config/bfin/bfin.c (bfin_expand_prologue): Set
5469         current_function_static_stack_size if flag_stack_usage_info is set.
5470         * config/ft32/ft32.c (ft32_expand_prologue): Likewise.
5471         * config/h8300/h8300.c (h8300_expand_prologue): Likewise.
5472         * config/iq2000/iq2000.c (iq2000_expand_prologue): Likewise.
5473         * config/m32c/m32c.c (m32c_emit_prologue): Likewise.
5475 2015-06-25  Tom de Vries  <tom@codesourcery.com>
5477         * tree-ssa-loop-manip.c (canonicalize_loop_ivs): Don't claim in header
5478         comment that the generated IV is unsigned.
5480 2015-06-25  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
5482         PR target/29693
5483         * config/arm/arm.c (arm_dbx_register_number): Return
5484         DWARF_FRAME_REGISTERS by default.
5486 2015-06-25  Tom de Vries  <tom@codesourcery.com>
5488         * dominance.c (calculate_dominance_info): Fix verify_dominators call
5489         argument.  Call verify_dominator when reusing dominator info.
5491 2015-06-24  Kaz Kojima  <kkojima@gcc.gnu.org>
5493         PR target/66563
5494         * config/sh/sh.md (GOTaddr2picreg): Add a new operand for
5495         an additional element of the unspec vector.  Modify indices
5496         of operands.
5497         (builtin_setjmp_receiver): Pass const0_rtx to gen_GOTaddr2picreg.
5498         * config/sh/sh.c (prepare_move_operands): Pass incremented
5499         const_int to gen_GOTaddr2picreg.
5500         (sh_expand_prologue): Pass const0_rtx to gen_GOTaddr2picreg.
5502 2015-06-24  Alan Lawrence  <alan.lawrence@arm.com>
5504         * config/aarch64/aarch64.md (<optab><fcvt_target><GPF:mode>2):
5505         Condition on TARGET_FLOAT.
5507 2015-06-24  Alan Lawrence  <alan.lawrence@arm.com>
5509         * doc/invoke.texi: Clarify AArch64 feature modifiers (no)fp, (no)simd
5510         and (no)crypto.
5512 2015-06-24  Alan Lawrence  <alan.lawrence@arm.com>
5514         * config/aarch64/aarch64-protos.h (aarch64_err_no_fpadvsimd): New.
5516         * config/aarch64/aarch64.md (mov<mode>/GPF, movtf): Use
5517         aarch64_err_no_fpadvsimd.
5519         * config/aarch64/aarch64.c (aarch64_err_no_fpadvsimd): New.
5520         (aarch64_layout_arg, aarch64_init_cumulative_args): Use
5521         aarch64_err_no_fpadvsimd if !TARGET_FLOAT and we need FP regs.
5522         (aarch64_expand_builtin_va_start, aarch64_setup_incoming_varargs):
5523         Turn error into assert, test TARGET_FLOAT.
5524         (aarch64_gimplify_va_arg_expr): Use aarch64_err_no_fpadvsimd, test
5525         TARGET_FLOAT.
5527 2015-06-24  Aldy Hernandez  <aldyh@redhat.com>
5529         PR debug/66482
5530         * dwarf2out.c (gen_formal_parameter_die): Remove assert.
5532 2015-06-24  Ilya Enkovich  <enkovich.gnu@gmail.com>
5534         * tree-vect-slp.c (vect_build_slp_tree_1): Init vectype.
5536 2015-06-24 Renlin Li <renlin.li@arm.com>
5538         * config/aarch64/aarch64.h(TARGET_CPU_CPP_BUILTINS): Add
5539         __ARM_ALIGN_MAX_PWR, __ARM_ALIGN_MAX_STACK_PWR.
5541 2015-06-24  Richard Biener  <rguenther@suse.de>
5543         * genmatch.c (enum tree_code): Add VIEW_CONVERT[012].
5544         (main): Likewise.
5545         (lower_opt_convert): Support lowering of conditional view_convert.
5546         (parser::parse_operation): Likewise.
5547         (parser::parse_for): Likewise.
5549 2015-06-24  Renlin Li  <renlin.li@arm.com>
5551         * varasm.c (emit_local): Use unsigned int for align variable.
5553 2015-06-24  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
5555         PR target/63408
5556         * config/arm/arm.c (vfp3_const_double_for_fract_bits): Disable
5557         for negative numbers.
5559 2015-06-24  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
5561         PR rtl-optimization/66306
5562         * reload.c (find_reloads): Swap the match_dup info for
5563         commutative operands.
5565 2015-06-24  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
5567         * config/s390/vx-builtins.md
5568         ("vec_scatter_element<mode>_<non_vec_int>")
5569         ("vec_scatter_element<V_HW_64:mode>_SI"): Replace gf mode
5570         attribute with bhfgq.
5572 2015-06-24  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
5574         * config/s390/s390-builtins.def: Fix vpopct instruction comments.
5576 2015-06-24  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
5578         * config/s390/s390-builtin-types.def: Add flag to indicate the
5579         options under which the function type is needed.
5580         * config/s390/s390-builtins.def: Add flag to indicate the options
5581         under which the builtin is enabled.
5582         * config/s390/s390-builtins.h: Add flags parameter to macro
5583         definitions.
5584         (bflags_for_builtin): New function.
5585         (flags_for_builtin): Renamed to ...
5586         (opflags_for_builtin): ... this.
5587         * config/s390/s390-c.c (s390_resolve_overloaded_builtin): Rename
5588         flags_for_builtin to bflags_for_builtin and
5589         flags_overloaded_builtin_var to opflags_overloaded_builtin_var.
5590         * config/s390/s390.c: Add initialization of bflags_builtin and
5591         opflags_builtin arrays.
5592         Remove code for flags_builtin.
5593         (s390_init_builtins): Only create builtin function types if one of
5594         their flags is active.
5595         Only create builtins if all of their flags are active.
5596         (s390_expand_builtin): Rename flags_for_builtin to
5597         opflags_for_builtin.
5599 2015-06-24  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
5601         * config/s390/vecintrin.h: Remove internal builtins.
5603 2015-06-24  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
5605         * config/s390/s390.c (s390_secondary_reload): Fix check for
5606         GENERAL_REGS register class.
5608 2015-06-24  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
5610         * config/s390/s390.c (s390_support_vector_misalignment): Call
5611         default implementation for !TARGET_VX.
5613 2015-06-24  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
5615         * config/s390/s390.c (s390_legitimate_constant_p): Add
5616         TARGET_VX check.
5618 2015-06-24  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
5620         * config/s390/s390.c (s390_vector_abi): New variable definition.
5621         (s390_check_type_for_vector_abi): New function.
5622         (TARGET_ASM_FILE_END): New macro definition.
5623         (s390_asm_file_end): New function.
5624         (s390_function_arg): Call s390_check_type_for_vector_abi.
5625         (s390_gimplify_va_arg): Likewise.
5626         * configure: Regenerate.
5627         * configure.ac: Check for .gnu_attribute Binutils feature.
5629 2015-06-23  Chen Gang  <gang.chen.5i5j@gmail.com>
5631         PR target/65803
5632         * config/bfin/bfin.c (hwloop_optimize): Initialize
5633         JUMP_LABEL for newly created jump.
5635 2015-06-23  Tristan Gingold  <gingold@adacore.com>
5637         * collect-utils.c (collect_wait): Unlink the response file here
5638         instead of...
5639         (do_wait): ...here.
5640         (utils_cleanup): ...and here.
5642 2015-06-23  Richard Sandiford  <richard.sandiford@arm.com>
5644         * df-scan.c: Don't include target-def.h.
5645         * targhooks.c: Likewise.
5646         * config/arm/arm-c.c: Likewise.
5647         * config/i386/i386-c.c: Likewise.
5648         * config/nds32/nds32-cost.c: Likewise.
5649         * config/nds32/nds32-fp-as-gp.c: Likewise.
5650         * config/nds32/nds32-intrinsic.c: Likewise.
5651         * config/nds32/nds32-isr.c: Likewise.
5652         * config/nds32/nds32-md-auxiliary.c: Likewise.
5653         * config/nds32/nds32-memory-manipulation.c: Likewise.
5654         * config/nds32/nds32-pipelines-auxiliary.c: Likewise.
5655         * config/nds32/nds32-predicates.c: Likewise.
5657 2015-06-23  Richard Biener  <rguenther@suse.de>
5659         PR tree-optimization/66636
5660         * tree-vect-stmts.c (vectorizable_store): Properly compute the
5661         def type for further defs for strided stores.
5663 2015-06-23  Nathan Sidwell  <nathan@codesourcery.com>
5665         * config/nvptx/nvptx.md (sel_true<mode>, sel_false<mode>): New
5666         conditional selects.
5667         (setcc_int<mode>, setcc_float<mode>): Reformat.
5669 2015-06-23  Marek Polacek  <polacek@redhat.com>
5671         * match.pd ((x + y) - (x | y) -> x & y,
5672         (x + y) - (x & y) -> x | y): New patterns.
5674 2015-06-23  Ludovic Courtès  <ludo@gnu.org>
5676         PR 65711
5677         * config/arm/linux-elf.h (LINUX_TARGET_LINK_SPEC): Move
5678         '-dynamic-linker' within %{!shared: ...}.
5680 2015-06-23  Uros Bizjak  <ubizjak@gmail.com>
5682         PR target/66560
5683         * config/i386/predicates.md (addsub_vm_operator): New predicate.
5684         (addsub_vs_operator): Ditto.
5685         (addsub_vs_parallel): Ditto.
5686         * config/i386/sse.md (ssedoublemode): Add V4SF and V2DF modes.
5687         (avx_addsubv4df3, avx_addsubv8sf3, sse3_addsubv2df3, sse3_addsubv4sf3):
5688         Put minus RTX before plus and adjust vec_merge selector.
5689         (*avx_addsubv4df3_1, *avx_addsubv4df3_1s, *sse3_addsubv2df3_1)
5690         (*sse_addsubv2df3_1s, *avx_addsubv8sf3_1, *avx_addsubv8sf3_1s)
5691         (*sse3_addsubv4sf3_1, *sse_addsubv4sf3_1s): Remove insn patterns.
5692         (addsub vec_merge splitters): New combiner splitters.
5693         (addsub vec_select/vec_concat splitters): Ditto.
5695 2015-06-23  Bin Cheng  <bin.cheng@arm.com>
5697         PR tree-optimization/66449
5698         * tree-ssa-loop-niter.c (loop_exits_before_overflow): Use
5699         POINTER_PLUS_EXPR for pointers.
5701 2015-06-23  Alan Modra  <amodra@gmail.com>
5703         * rtlanal.c (commutative_operand_precedence): Correct comments.
5704         * simplify-rtx.c (simplify_plus_minus_op_data_cmp): Delete forward
5705         declaration.  Return an int.  Distinguish REG,REG return from
5706         others.
5707         (struct simplify_plus_minus_op_data): Make local to function.
5708         (simplify_plus_minus): Don't set canonicalized if merely sorting
5709         registers.  Avoid packing ops if nothing changes.  White space fixes.
5711 2015-06-22  Pierre-Marie de Rodat  <derodat@adacore.com>
5713         * gcc.c (default_compilers): Pass "-o %g.s" to cc1 for headers even if
5714         -fdump-ada-spec is passed but not if -fsyntax-only is.
5716 2015-06-22  Vladimir Makarov  <vmakarov@redhat.com>
5718         PR bootstrap/63740
5719         * lra-lives.c (process_bb_lives): Check insn copying the same
5720         reload pseudo and don't create a copy for it.
5722 2015-06-22  Tom de Vries  <tom@codesourcery.com>
5724         * tree-parloops.c (transform_to_exit_first_loop_alt): Add update_stmt
5725         for cond_stmt.
5727 2015-06-22  Tom de Vries  <tom@codesourcery.com>
5729         * builtins.def (DEF_GOMP_BUILTIN): Test
5730         'flag_tree_parallelize_loops > 1' instead of
5731         'flag_tree_parallelize_loops'.  Test flag_cilkplus.
5733 2015-06-22  Tom de Vries  <tom@codesourcery.com>
5735         * dominance.c (calculate_dominance_info): Verify dominators if
5736         early-out.
5738 2015-06-22  Marek Polacek  <polacek@redhat.com>
5740         * match.pd ((x ^ y) ^ (x | y) -> x & y,
5741         (x & y) + (x ^ y) -> x | y, (x & y) | (x ^ y) -> x | y,
5742         (x & y) ^ (x ^ y) -> x | y, (x & y) + (x | y) -> x + y,
5743         (x | y) - (x ^ y) -> x & y, (x | y) - (x & y) -> x ^ y): New patterns.
5745 2015-06-22  Uros Bizjak  <ubizjak@gmail.com>
5747         PR target/65871
5748         * config/i386/i386.c (ix86_rtx_costs) <case COMPARE>: Ignore the
5749         cost of embedded comparison.
5751 2015-06-22  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
5753         PR target/65914
5754         * config/rs6000/predicates.md (altivec_register_operand): Permit
5755         virtual stack registers.
5756         (vsx_register_operand): Likewise.
5757         (vfloat_operand): Likewise.
5758         (vint_operand): Likewise.
5759         (vlogical_operand): Likewise.
5761 2015-06-22  Richard Biener  <rguenther@suse.de>
5763         * tree-vectorizer.h (_loop_vec_info): Add scalar_cost_vec
5764         and single_scalar_iteration_cost members.
5765         (LOOP_VINFO_SCALAR_ITERATION_COST): New.
5766         (LOOP_VINFO_SINGLE_SCALAR_ITERATION_COST): Likewise.
5767         (vect_get_single_scalar_iteration_cost): Remove.
5768         * tree-vect-data-refs.c (vect_peeling_hash_get_lowest_cost):
5769         Use LOOP_VINFO_SCALAR_ITERATION_COST.
5770         * tree-vect-loop.c (destroy_loop_vec_info): Free
5771         scalar_cost_vec.
5772         (vect_get_single_scalar_iteration_cost): Compute result into
5773         LOOP_VINFO_SINGLE_SCALAR_ITERATION_COST and
5774         LOOP_VINFO_SCALAR_ITERATION_COST.  Make static.
5775         (vect_analyze_loop_2): Call vect_get_single_scalar_iteration_cost.
5776         (vect_estimate_min_profitable_iters): Use them.
5778 2015-06-22  Christian Bruel  <christian.bruel@st.com>
5780         PR target/52144
5781         * config/arm/arm.c (add_attribute, arm_insert_attributes): New functions
5782         (TARGET_INSERT_ATTRIBUTES): Define.
5783         (thumb_flipper): New var.
5784         * config/arm/arm.opt (-mflip-thumb): New switch.
5786 2015-06-22  Jan Hubicka  <hubicka@ucw.cz>
5787             Martin Liska  <mliska@suse.cz>
5789         PR ipa/65908
5790         * ipa-icf.c (sem_item::target_supports_symbol_aliases): Remove
5791         construction of arg_types.
5792         (sem_function::sem_function): Likewise.
5793         (sem_function::~sem_function): Remove destruction of arg_types.
5794         (sem_function::compatible_parm_types_p): New function.
5795         (sem_function::equals_wpa): Reorg matching of return values
5796         and parameter types.
5797         (sem_function::equals_private): Reorg mathcing of argument types.
5798         (sem_function::parse_tree_args): Remove.
5799         * ipa-icf.h (init_wpa): Do not call it.
5800         (parse_tree_args): Remove.
5801         (compatible_parm_types_p): Declare.
5802         (result_type): Remove.
5803         (arg_types): Remove.
5805 2015-06-22  Jan Hubicka  <hubicka@ucw.cz>
5807         PR ipa/66351
5808         * ipa-polymorphic-call.c
5809         (ipa_polymorphic_call_context::get_dynamic_type): Fix thinko when
5810         initializing alias oracle; fix formating; set base_alias_set if it
5811         is known.
5813 2015-06-22  Mikhail Maltsev  <maltsevm@gmail.com>
5815         * auto-inc-dec.c (reverse_mem, reverse_inc): Remove.
5816         (parse_add_or_inc): Use std::swap instead of reverse_{mem,inc}.
5817         (find_inc): Likewise.
5818         * combine.c (combine_simplify_rtx): Use std::swap instead of manually
5819         swapping.
5820         * df-core.c (df_worklist_dataflow_doublequeue): Likewise.
5821         * df-scan.c (df_swap_refs): Remove.
5822         (df_sort_and_compress_refs): Use std::swap instead of df_swap_refs.
5823         * dominance.c (link_roots): Use std::swap instead of manually swapping.
5824         * expr.c (expand_expr_real_2, do_store_flag): Likewise.
5825         * fold-const.c (fold_relational_const): Likewise.
5826         * genattrtab.c (simplify_test_exp): Likewise.
5827         * gimple-match-head.c (gimple_resimplify2, gimple_resimplify3,
5828         gimple_simplify): Likewise.
5829         * ifcvt.c (noce_try_abs, find_if_header): Likewise.
5830         * internal-fn.c (expand_addsub_overflow, expand_mul_overflow): Likewise.
5831         * ipa-devirt.c (add_type_duplicate): Likewise.
5832         * loop-iv.c (get_biv_step_1, iv_number_of_iterations): Likewise.
5833         * lra-lives.c (lra_setup_reload_pseudo_preferenced_hard_reg): Likewise.
5834         * lra.c (lra_create_copy): Likewise.
5835         * lto-streamer-out.c (DFS::DFS): Likewise.
5836         * modulo-sched.c (get_sched_window): Likewise.
5837         * omega.c (omega_pretty_print_problem): Likewise.
5838         * optabs.c (prepare_float_lib_cmp, expand_mult_highpart): Likewise.
5839         * reload1.c (reloads_unique_chain_p): Likewise.
5840         * sel-sched-ir.c (exchange_lv_sets, exchange_av_sets): Remove.
5841         (exchange_data_sets): Move logic from exchange_{av,lv}_sets here and
5842         use std::swap.
5843         * simplify-rtx.c (simplify_unary_operation_1): Use std::swap instead of
5844         manually swapping.
5845         * tree-if-conv.c (is_cond_scalar_reduction, predicate_scalar_phi,
5846         predicate_mem_writes): Likewise.
5847         * tree-loop-distribution.c (pg_add_dependence_edges): Likewise.
5848         * tree-predcom.c (combine_chains): Likewise.
5849         * tree-ssa-alias.c (nonoverlapping_component_refs_p,
5850         refs_may_alias_p_1): Likewise.
5851         * tree-ssa-ifcombine.c (recognize_if_then_else): Likewise.
5852         * tree-ssa-loop-ivopts.c (extract_cond_operands): Likewise.
5853         * tree-ssa-loop-niter.c (refine_bounds_using_guard,
5854         number_of_iterations_cond): Likewise.
5855         * tree-ssa-phiopt.c (tree_ssa_phiopt_worker): Likewise.
5856         * tree-ssa-sccvn.c (vn_nary_op_compute_hash): Likewise.
5857         * tree-vect-slp.c (vect_build_slp_tree): Likewise.
5858         * tree-vect-stmts.c (supportable_widening_operation): Likewise.
5859         * tree-vrp.c (extract_range_from_binary_expr_1,
5860         extract_range_from_unary_expr_1): Likewise.
5862 2015-06-20  Marek Polacek  <polacek@redhat.com>
5864         * common.opt (fsanitize-undefined-trap-on-error): Add Driver.
5866 2015-06-19  Kaz Kojima  <kkojima@gcc.gnu.org>
5868         PR target/66591
5869         * config/sh/sh.c (prepare_move_operands): Replace subreg
5870         index term with R0 for base and index addressing.
5872 2015-06-19  Jim Wilson  <jim.wilson@linaro.org>
5874         * config/aarch64/aarch64.md (mov<mode>:GPF): Don't call force_reg if
5875         op1 is an fp zero.
5876         (movsf_aarch64): Change condition from register_operand to
5877         aarch64_reg_or_fp_zero for op1.  Change type for alternative 6 to
5878         load1.  Change type for alternative 7 to store1.
5879         (movdf_aarch64): Likewise.
5881 2015-06-19  James Greenhalgh  <james.greenhalgh@arm.com>
5883         * config/vax/vax.md: Adjust sign/zero extend patterns to
5884         handle SUBREGs in operands[1].
5886 2015-06-19  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
5888         * config/i386/i386.c (ix86_function_versions): Use std::swap instead
5889         of manually swapping.
5890         (expand_vec_perm_interleave2): Likewise.
5892 2015-06-19  Ilya Enkovich  <enkovich.gnu@gmail.com>
5894         * tree-chkp.c (chkp_compute_bounds_for_assignment): Don't
5895         reuse bounds created for abnormal ssa names.
5897 2015-06-19  Jakub Jelinek  <jakub@redhat.com>
5899         * config/nvptx/nvptx.md (allocate_stack): Rename to...
5900         (allocate_stack_<mode>): ... this, and add :P on both
5901         match_operand and unspec.
5902         (allocate_stack): New expander.
5904 2015-06-19  Christian Bruel  <christian.bruel@st.com>
5906         PR target/66541
5907         PR target/52144
5908         * config/arm/arm.c (arm_set_current_function): Handle
5909         explicit default options.
5911 2015-06-18  Uros Bizjak  <ubizjak@gmail.com>
5913         * config/i386/i386.md (*movsicc_noc_zext): New insn.
5914         (zero-extended cmove with mem peephole2): New pattern.
5915         (cmove with mem peephole2): Merge patterns.
5917 2015-06-18  Segher Boessenkool  <segher@kernel.crashing.org>
5919         * config/rs6000/rs6000.h (WORD_REGISTER_OPERATIONS): Delete.
5921 2015-06-18  Steve Ellcey  <sellcey@imgtec.com>
5923         * config/mips/mips.c (mips_rtx_costs): Remove HONOR_NAN check.
5924         * config/mips/mips.md (*madd4<mode>): Ditto.
5925         (*nmadd3<mode>) Ditto.
5926         (*nmadd4<mode>_fastmath): Ditto.
5927         (*nmadd3<mode>_fastmath): Ditto.
5928         (*nmsub4<mode>): Ditto.
5929         (*nmsub3<mode>): Ditto.
5930         (*nmsub4<mode>_fastmath): Ditto.
5931         (*nmsub3<mode>_fastmath): Ditto.
5933 2015-06-18  Michael Matz  <matz@suse.de>
5935         PR middle-end/66253
5936         * tree-vect-stmts.c (vectorizable_store): Implement non-SLP
5937         grouped strided stores.
5938         (vectorizable_load): Don't use the DR from first_stmt in
5939         the non-SLP grouped strided case.
5941 2015-06-18  Ilya Enkovich  <enkovich.gnu@gmail.com>
5943         PR target/66569
5944         * function.c (assign_bounds): Add arguments assign_regs,
5945         assign_special, assign_bt.
5946         (assign_parms): For vararg functions handle bounds in BT
5947         and special slots after incoming vararg bounds.
5949 2015-06-18  Ilya Enkovich  <enkovich.gnu@gmail.com>
5951         PR middle-end/66568
5952         * cfgexpand.c (expand_return): Handle missing bounds.
5953         (expand_gimple_stmt_1): Likewise.
5954         * tree-chkp.c (chkp_expand_zero_bounds): New.
5955         * tree-chkp.h (chkp_expand_zero_bounds): New.
5957 2015-06-18  Ilya Enkovich  <enkovich.gnu@gmail.com>
5959         PR middle-end/66567
5960         * ipa-chkp.c (chkp_maybe_create_clone): Require
5961         functions to be instrumentable.
5962         * tree-chkp.c (chkp_replace_function_pointer): Use
5963         chkp_instrumentable_p instead of attribute check.
5965 2015-06-18  Richard Biener  <rguenther@suse.de>
5967         PR tree-optimization/66510
5968         * tree-vect-stmts.c (vectorizable_load): Properly compute the
5969         number of vector loads for SLP permuted loads.
5970         * tree-vect-data-refs.c (vect_compute_data_ref_alignment): Also
5971         check the stride for loop vectorization.
5972         (vect_enhance_data_refs_alignment): Deal with SLP adjusted
5973         vectorization factor.
5974         (vect_analyze_group_access): If the group size is not a power
5975         of two require a epilogue loop.
5976         * tree-vect-loop.c (vect_analyze_loop_2): Move alignment
5977         compute and optimizing and alias test pruning after final
5978         vectorization factor computation.
5979         * tree-vect-slp.c (vect_build_slp_tree_1): Remove check on
5980         vector alignment.
5981         (vect_transform_slp_perm_load): Properly compute the original
5982         number of vector load stmts.
5984 2015-06-18  Uros Bizjak  <ubizjak@gmail.com>
5986         * doc/invoke.texi (-fsanitize-sections): Split @var to avoid
5987         "unlikely character , in @var" warning.
5989 2015-06-17  Uros Bizjak  <ubizjak@gmail.com>
5991         * config/i386/i386.c (ix86_function_arg): Nest TARGET_64BIT code.
5992         (ix86_function_arg_advance): Ditto.
5993         (ix86_pass_by_reference): Ditto.  Rewrite MS_ABI part.
5995 2015-06-17  Andrew MacLeod  <amacleod@redhat.com>
5997         * function.h (struct rtl_data): Remove struct and accessor macros.
5998         * emit-rtl.h (struct rtl_data): Relocate to here.
5999         * Makefile.in (GTFILES): Add emit-rtl.h.
6000         * df-core.c: Include emit-rtl.h.
6001         * genattrtab.c: Likewise.
6002         * genconditions.c: Likewise.
6003         * genpreds.c: Likewise.
6004         * genrecog.c: Likewise.
6005         * regcprop.c: Likewise.
6006         * resource.c: Likewise.
6007         * sched-rgn.c: Likewise.
6008         * config/aarch64/cortex-a57-fma-steering.c: Likewise.
6009         * config/i386/winnt.c: Likewise.
6011 2015-06-17  Jakub Jelinek  <jakub@redhat.com>
6013         PR middle-end/66429
6014         * omp-low.c (expand_omp_taskreg, expand_omp_target): Use child_cfun
6015         instead of DECL_STRUCT_FUNCTION (child_fn).  Or in has_simduid_loops
6016         and has_force_vectorize_loops flags from cfun into
6017         child_cfun.
6018         (expand_omp_simd): For broken loop, set cfun->has_simduid_loops
6019         if simduid is non-NULL.
6020         * tree-pass.h (make_pass_simduid_cleanup): New prototype.
6021         * passes.def (pass_simduid_cleanup): Add new pass after loop
6022         passes.
6023         * tree-vectorizer.c (adjust_simduid_builtins): Remove one unnecessary
6024         indirection from htab argument's type.
6025         (shrink_simd_arrays): New function.
6026         (vectorize_loops): Use it.  Adjust adjust_simduid_builtins caller.
6027         Don't call adjust_simduid_builtins if there are no loops.
6028         (pass_data_simduid_cleanup, pass_simduid_cleanup): New variables.
6029         (pass_simduid_cleanup::execute): New method.
6030         (make_pass_simduid_cleanup): New function.
6032 2017-06-17  Andrew MacLeod  <amacleod@redhat.com>
6034         * tree-core.h (tree_target_option): Make opts field a pointer to a
6035         cl_target_option instead of an instance of the struct.
6036         * tree.h (TREE_TARGET_OPTION): Return the pointer, not an address of
6037         the structure.
6038         * tree.c (make_node_stat ): Allocate a cl_target_option struct for
6039         TARGET_OPTION_NODE.
6040         (copy_node_stat): Allocate and copy struct cl_target_option.
6042 2015-06-17  Andrew MacLeod  <amacleod@redhat.com>
6044         * tree.h (merge_dllimport_decl_attributes, handle_dll_attribute):
6045         Remove conditional exposure of prototypes.
6046         (ANON_AGGRNAME_FORMAT, ANON_AGGRNAME_P): Delete.
6047         * tree.c (anon_aggrname_format, anon_aggrname_p): New.  Replace macro
6048         definitions in tree.h with functions.
6049         * lto-streamer-out.c (DFS_write_tree_body, hash_tree): Use
6050         anon_aggrname_p.
6051         * tree-streamer-out.c (write_ts_decl_minimal_tree_pointers): Likewise.
6053 2015-06-17  Segher Boessenkool  <segher@kernel.crashing.org>
6055         * config/rs6000/rs6000.md (*cmp<mode>_internal1): Rename to...
6056         (*cmp<mode>_signed): ... this.
6057         (*cmpsi_internal2, *cmpdi_internal2): Merge, rename to...
6058         (*cmp<mode>_unsigned): ... this.  Remove %b.
6060 2015-06-17  Andrew MacLeod  <amacleod@redhat.com>
6062         * coretypes.h: Include input.h and as-a.h.
6063         * rtl.h: Include input.h and as-a.h for generator files.
6064         * hwint.c: Include coretypes.h, don't include diagnostic-core.h.
6065         * vec.c: Don't include diagnostic-core.h.
6066         * alias.c: Do not include input.h, line-map.h or is-a.h.
6067         * asan.c: Likewise.
6068         * attribs.c: Likewise.
6069         * auto-inc-dec.c: Likewise.
6070         * auto-profile.c: Likewise.
6071         * bb-reorder.c: Likewise.
6072         * bt-load.c: Likewise.
6073         * builtins.c: Likewise.
6074         * caller-save.c: Likewise.
6075         * calls.c: Likewise.
6076         * ccmp.c: Likewise.
6077         * cfg.c: Likewise.
6078         * cfganal.c: Likewise.
6079         * cfgbuild.c: Likewise.
6080         * cfgcleanup.c: Likewise.
6081         * cfgexpand.c: Likewise.
6082         * cfghooks.c: Likewise.
6083         * cfgloop.c: Likewise.
6084         * cfgloop.h: Likewise.
6085         * cfgloopanal.c: Likewise.
6086         * cfgloopmanip.c: Likewise.
6087         * cfgrtl.c: Likewise.
6088         * cgraph.c: Likewise.
6089         * cgraphbuild.c: Likewise.
6090         * cgraphclones.c: Likewise.
6091         * cgraphunit.c: Likewise.
6092         * cilk-common.c: Likewise.
6093         * combine-stack-adj.c: Likewise.
6094         * combine.c: Likewise.
6095         * compare-elim.c: Likewise.
6096         * convert.c: Likewise.
6097         * coverage.c: Likewise.
6098         * cppbuiltin.c: Likewise.
6099         * cprop.c: Likewise.
6100         * cse.c: Likewise.
6101         * cselib.c: Likewise.
6102         * data-streamer-in.c: Likewise.
6103         * data-streamer-out.c: Likewise.
6104         * data-streamer.c: Likewise.
6105         * dbxout.c: Likewise.
6106         * dce.c: Likewise.
6107         * ddg.c: Likewise.
6108         * debug.c: Likewise.
6109         * df-core.c: Likewise.
6110         * df-problems.c: Likewise.
6111         * df-scan.c: Likewise.
6112         * df.h: Likewise.
6113         * dfp.c: Likewise.
6114         * diagnostic-core.h: Likewise.
6115         * diagnostic.c: Likewise.
6116         * dojump.c: Likewise.
6117         * dominance.c: Likewise.
6118         * domwalk.c: Likewise.
6119         * double-int.c: Likewise.
6120         * dse.c: Likewise.
6121         * dumpfile.c: Likewise.
6122         * dumpfile.h: Likewise.
6123         * dwarf2asm.c: Likewise.
6124         * dwarf2cfi.c: Likewise.
6125         * dwarf2out.c: Likewise.
6126         * emit-rtl.c: Likewise.
6127         * et-forest.c: Likewise.
6128         * except.c: Likewise.
6129         * explow.c: Likewise.
6130         * expmed.c: Likewise.
6131         * expr.c: Likewise.
6132         * final.c: Likewise.
6133         * fixed-value.c: Likewise.
6134         * fold-const.c: Likewise.
6135         * function.c: Likewise.
6136         * fwprop.c: Likewise.
6137         * gcc-plugin.h: Likewise.
6138         * gcse.c: Likewise.
6139         * generic-match-head.c: Likewise.
6140         * ggc-page.c: Likewise.
6141         * gimple-builder.c: Likewise.
6142         * gimple-expr.c: Likewise.
6143         * gimple-fold.c: Likewise.
6144         * gimple-iterator.c: Likewise.
6145         * gimple-low.c: Likewise.
6146         * gimple-match-head.c: Likewise.
6147         * gimple-pretty-print.c: Likewise.
6148         * gimple-ssa-isolate-paths.c: Likewise.
6149         * gimple-ssa-strength-reduction.c: Likewise.
6150         * gimple-streamer-in.c: Likewise.
6151         * gimple-streamer-out.c: Likewise.
6152         * gimple-streamer.h: Likewise.
6153         * gimple-walk.c: Likewise.
6154         * gimple.c: Likewise.
6155         * gimplify-me.c: Likewise.
6156         * gimplify.c: Likewise.
6157         * godump.c: Likewise.
6158         * graph.c: Likewise.
6159         * graphite-blocking.c: Likewise.
6160         * graphite-dependences.c: Likewise.
6161         * graphite-interchange.c: Likewise.
6162         * graphite-isl-ast-to-gimple.c: Likewise.
6163         * graphite-optimize-isl.c: Likewise.
6164         * graphite-poly.c: Likewise.
6165         * graphite-scop-detection.c: Likewise.
6166         * graphite-sese-to-poly.c: Likewise.
6167         * graphite.c: Likewise.
6168         * haifa-sched.c: Likewise.
6169         * hw-doloop.c: Likewise.
6170         * ifcvt.c: Likewise.
6171         * init-regs.c: Likewise.
6172         * input.c: Likewise.
6173         * internal-fn.c: Likewise.
6174         * ipa-chkp.c: Likewise.
6175         * ipa-comdats.c: Likewise.
6176         * ipa-cp.c: Likewise.
6177         * ipa-devirt.c: Likewise.
6178         * ipa-icf-gimple.c: Likewise.
6179         * ipa-icf.c: Likewise.
6180         * ipa-inline-analysis.c: Likewise.
6181         * ipa-inline-transform.c: Likewise.
6182         * ipa-inline.c: Likewise.
6183         * ipa-polymorphic-call.c: Likewise.
6184         * ipa-profile.c: Likewise.
6185         * ipa-prop.c: Likewise.
6186         * ipa-pure-const.c: Likewise.
6187         * ipa-ref.c: Likewise.
6188         * ipa-reference.c: Likewise.
6189         * ipa-split.c: Likewise.
6190         * ipa-utils.c: Likewise.
6191         * ipa-visibility.c: Likewise.
6192         * ipa.c: Likewise.
6193         * ira-build.c: Likewise.
6194         * ira-color.c: Likewise.
6195         * ira-conflicts.c: Likewise.
6196         * ira-costs.c: Likewise.
6197         * ira-emit.c: Likewise.
6198         * ira-lives.c: Likewise.
6199         * ira.c: Likewise.
6200         * jump.c: Likewise.
6201         * langhooks.c: Likewise.
6202         * lcm.c: Likewise.
6203         * loop-doloop.c: Likewise.
6204         * loop-init.c: Likewise.
6205         * loop-invariant.c: Likewise.
6206         * loop-iv.c: Likewise.
6207         * loop-unroll.c: Likewise.
6208         * lower-subreg.c: Likewise.
6209         * lra-assigns.c: Likewise.
6210         * lra-coalesce.c: Likewise.
6211         * lra-constraints.c: Likewise.
6212         * lra-eliminations.c: Likewise.
6213         * lra-lives.c: Likewise.
6214         * lra-remat.c: Likewise.
6215         * lra-spills.c: Likewise.
6216         * lra.c: Likewise.
6217         * lto-cgraph.c: Likewise.
6218         * lto-compress.c: Likewise.
6219         * lto-opts.c: Likewise.
6220         * lto-section-in.c: Likewise.
6221         * lto-section-out.c: Likewise.
6222         * lto-streamer-in.c: Likewise.
6223         * lto-streamer-out.c: Likewise.
6224         * lto-streamer.c: Likewise.
6225         * mcf.c: Likewise.
6226         * mode-switching.c: Likewise.
6227         * modulo-sched.c: Likewise.
6228         * omega.c: Likewise.
6229         * omp-low.c: Likewise.
6230         * optabs.c: Likewise.
6231         * opts-global.c: Likewise.
6232         * opts.h: Likewise.
6233         * passes.c: Likewise.
6234         * plugin.c: Likewise.
6235         * postreload-gcse.c: Likewise.
6236         * postreload.c: Likewise.
6237         * predict.c: Likewise.
6238         * pretty-print.h: Likewise.
6239         * print-rtl.c: Likewise.
6240         * print-tree.c: Likewise.
6241         * profile.c: Likewise.
6242         * real.c: Likewise.
6243         * realmpfr.c: Likewise.
6244         * recog.c: Likewise.
6245         * ree.c: Likewise.
6246         * reg-stack.c: Likewise.
6247         * regcprop.c: Likewise.
6248         * reginfo.c: Likewise.
6249         * regrename.c: Likewise.
6250         * regstat.c: Likewise.
6251         * reload.c: Likewise.
6252         * reload1.c: Likewise.
6253         * reorg.c: Likewise.
6254         * resource.c: Likewise.
6255         * rtl-chkp.c: Likewise.
6256         * rtl-error.c: Likewise.
6257         * rtlanal.c: Likewise.
6258         * rtlhooks.c: Likewise.
6259         * sanopt.c: Likewise.
6260         * sched-deps.c: Likewise.
6261         * sched-ebb.c: Likewise.
6262         * sched-rgn.c: Likewise.
6263         * sched-vis.c: Likewise.
6264         * sdbout.c: Likewise.
6265         * sel-sched-dump.c: Likewise.
6266         * sel-sched-ir.c: Likewise.
6267         * sel-sched.c: Likewise.
6268         * sese.c: Likewise.
6269         * shrink-wrap.c: Likewise.
6270         * simplify-rtx.c: Likewise.
6271         * stack-ptr-mod.c: Likewise.
6272         * statistics.c: Likewise.
6273         * stmt.c: Likewise.
6274         * stor-layout.c: Likewise.
6275         * store-motion.c: Likewise.
6276         * streamer-hooks.c: Likewise.
6277         * stringpool.c: Likewise.
6278         * symtab.c: Likewise.
6279         * target-globals.c: Likewise.
6280         * targhooks.c: Likewise.
6281         * toplev.c: Likewise.
6282         * tracer.c: Likewise.
6283         * trans-mem.c: Likewise.
6284         * tree-affine.c: Likewise.
6285         * tree-browser.c: Likewise.
6286         * tree-call-cdce.c: Likewise.
6287         * tree-cfg.c: Likewise.
6288         * tree-cfgcleanup.c: Likewise.
6289         * tree-chkp-opt.c: Likewise.
6290         * tree-chkp.c: Likewise.
6291         * tree-chrec.c: Likewise.
6292         * tree-complex.c: Likewise.
6293         * tree-data-ref.c: Likewise.
6294         * tree-dfa.c: Likewise.
6295         * tree-diagnostic.c: Likewise.
6296         * tree-dump.c: Likewise.
6297         * tree-eh.c: Likewise.
6298         * tree-emutls.c: Likewise.
6299         * tree-if-conv.c: Likewise.
6300         * tree-inline.c: Likewise.
6301         * tree-into-ssa.c: Likewise.
6302         * tree-iterator.c: Likewise.
6303         * tree-loop-distribution.c: Likewise.
6304         * tree-nested.c: Likewise.
6305         * tree-nrv.c: Likewise.
6306         * tree-object-size.c: Likewise.
6307         * tree-outof-ssa.c: Likewise.
6308         * tree-parloops.c: Likewise.
6309         * tree-phinodes.c: Likewise.
6310         * tree-predcom.c: Likewise.
6311         * tree-pretty-print.c: Likewise.
6312         * tree-profile.c: Likewise.
6313         * tree-scalar-evolution.c: Likewise.
6314         * tree-sra.c: Likewise.
6315         * tree-ssa-address.c: Likewise.
6316         * tree-ssa-alias.c: Likewise.
6317         * tree-ssa-ccp.c: Likewise.
6318         * tree-ssa-coalesce.c: Likewise.
6319         * tree-ssa-copy.c: Likewise.
6320         * tree-ssa-copyrename.c: Likewise.
6321         * tree-ssa-dce.c: Likewise.
6322         * tree-ssa-dom.c: Likewise.
6323         * tree-ssa-dse.c: Likewise.
6324         * tree-ssa-forwprop.c: Likewise.
6325         * tree-ssa-ifcombine.c: Likewise.
6326         * tree-ssa-live.c: Likewise.
6327         * tree-ssa-loop-ch.c: Likewise.
6328         * tree-ssa-loop-im.c: Likewise.
6329         * tree-ssa-loop-ivcanon.c: Likewise.
6330         * tree-ssa-loop-ivopts.c: Likewise.
6331         * tree-ssa-loop-manip.c: Likewise.
6332         * tree-ssa-loop-niter.c: Likewise.
6333         * tree-ssa-loop-prefetch.c: Likewise.
6334         * tree-ssa-loop-unswitch.c: Likewise.
6335         * tree-ssa-loop.c: Likewise.
6336         * tree-ssa-math-opts.c: Likewise.
6337         * tree-ssa-operands.c: Likewise.
6338         * tree-ssa-phiopt.c: Likewise.
6339         * tree-ssa-phiprop.c: Likewise.
6340         * tree-ssa-pre.c: Likewise.
6341         * tree-ssa-propagate.c: Likewise.
6342         * tree-ssa-reassoc.c: Likewise.
6343         * tree-ssa-sccvn.c: Likewise.
6344         * tree-ssa-scopedtables.c: Likewise.
6345         * tree-ssa-sink.c: Likewise.
6346         * tree-ssa-strlen.c: Likewise.
6347         * tree-ssa-structalias.c: Likewise.
6348         * tree-ssa-tail-merge.c: Likewise.
6349         * tree-ssa-ter.c: Likewise.
6350         * tree-ssa-threadedge.c: Likewise.
6351         * tree-ssa-threadupdate.c: Likewise.
6352         * tree-ssa-uncprop.c: Likewise.
6353         * tree-ssa-uninit.c: Likewise.
6354         * tree-ssa.c: Likewise.
6355         * tree-ssanames.c: Likewise.
6356         * tree-stdarg.c: Likewise.
6357         * tree-streamer-in.c: Likewise.
6358         * tree-streamer-out.c: Likewise.
6359         * tree-streamer.c: Likewise.
6360         * tree-switch-conversion.c: Likewise.
6361         * tree-tailcall.c: Likewise.
6362         * tree-vect-data-refs.c: Likewise.
6363         * tree-vect-generic.c: Likewise.
6364         * tree-vect-loop-manip.c: Likewise.
6365         * tree-vect-loop.c: Likewise.
6366         * tree-vect-patterns.c: Likewise.
6367         * tree-vect-slp.c: Likewise.
6368         * tree-vect-stmts.c: Likewise.
6369         * tree-vectorizer.c: Likewise.
6370         * tree-vrp.c: Likewise.
6371         * tree.c: Likewise.
6372         * tsan.c: Likewise.
6373         * ubsan.c: Likewise.
6374         * valtrack.c: Likewise.
6375         * value-prof.c: Likewise.
6376         * var-tracking.c: Likewise.
6377         * varasm.c: Likewise.
6378         * varpool.c: Likewise.
6379         * vmsdbgout.c: Likewise.
6380         * vtable-verify.c: Likewise.
6381         * web.c: Likewise.
6382         * wide-int.cc: Likewise.
6383         * xcoffout.c: Likewise.
6384         * common/common-target.h: Do not include input.h, line-map.h or is-a.h.
6385         * common/common-targhooks.c: Likewise.
6386         * config/aarch64/aarch64-builtins.c: Likewise.
6387         * config/aarch64/aarch64.c: Likewise.
6388         * config/alpha/alpha.c: Likewise.
6389         * config/arc/arc.c: Likewise.
6390         * config/arm/aarch-common.c: Likewise.
6391         * config/arm/arm-builtins.c: Likewise.
6392         * config/arm/arm-c.c: Likewise.
6393         * config/arm/arm.c: Likewise.
6394         * config/avr/avr-c.c: Likewise.
6395         * config/avr/avr-log.c: Likewise.
6396         * config/avr/avr.c: Likewise.
6397         * config/bfin/bfin.c: Likewise.
6398         * config/c6x/c6x.c: Likewise.
6399         * config/cr16/cr16.c: Likewise.
6400         * config/cris/cris.c: Likewise.
6401         * config/darwin-c.c: Likewise.
6402         * config/darwin.c: Likewise.
6403         * config/default-c.c: Likewise.
6404         * config/epiphany/epiphany.c: Likewise.
6405         * config/epiphany/mode-switch-use.c: Likewise.
6406         * config/epiphany/resolve-sw-modes.c: Likewise.
6407         * config/fr30/fr30.c: Likewise.
6408         * config/frv/frv.c: Likewise.
6409         * config/ft32/ft32.c: Likewise.
6410         * config/glibc-c.c: Likewise.
6411         * config/h8300/h8300.c: Likewise.
6412         * config/i386/i386-c.c: Likewise.
6413         * config/i386/i386.c: Likewise.
6414         * config/i386/msformat-c.c: Likewise.
6415         * config/i386/winnt-cxx.c: Likewise.
6416         * config/i386/winnt-stubs.c: Likewise.
6417         * config/i386/winnt.c: Likewise.
6418         * config/ia64/ia64-c.c: Likewise.
6419         * config/ia64/ia64.c: Likewise.
6420         * config/iq2000/iq2000.c: Likewise.
6421         * config/lm32/lm32.c: Likewise.
6422         * config/m32c/m32c-pragma.c: Likewise.
6423         * config/m32c/m32c.c: Likewise.
6424         * config/m32r/m32r.c: Likewise.
6425         * config/m68k/m68k.c: Likewise.
6426         * config/mcore/mcore.c: Likewise.
6427         * config/mep/mep-pragma.c: Likewise.
6428         * config/mep/mep.c: Likewise.
6429         * config/microblaze/microblaze-c.c: Likewise.
6430         * config/microblaze/microblaze.c: Likewise.
6431         * config/mips/mips.c: Likewise.
6432         * config/mmix/mmix.c: Likewise.
6433         * config/mn10300/mn10300.c: Likewise.
6434         * config/moxie/moxie.c: Likewise.
6435         * config/msp430/msp430-c.c: Likewise.
6436         * config/msp430/msp430.c: Likewise.
6437         * config/nds32/nds32-cost.c: Likewise.
6438         * config/nds32/nds32-fp-as-gp.c: Likewise.
6439         * config/nds32/nds32-intrinsic.c: Likewise.
6440         * config/nds32/nds32-isr.c: Likewise.
6441         * config/nds32/nds32-md-auxiliary.c: Likewise.
6442         * config/nds32/nds32-memory-manipulation.c: Likewise.
6443         * config/nds32/nds32-pipelines-auxiliary.c: Likewise.
6444         * config/nds32/nds32-predicates.c: Likewise.
6445         * config/nds32/nds32.c: Likewise.
6446         * config/nios2/nios2.c: Likewise.
6447         * config/nvptx/nvptx.c: Likewise.
6448         * config/pa/pa.c: Likewise.
6449         * config/pdp11/pdp11.c: Likewise.
6450         * config/rl78/rl78-c.c: Likewise.
6451         * config/rl78/rl78.c: Likewise.
6452         * config/rs6000/rs6000-c.c: Likewise.
6453         * config/rs6000/rs6000.c: Likewise.
6454         * config/rx/rx.c: Likewise.
6455         * config/s390/s390-c.c: Likewise.
6456         * config/s390/s390.c: Likewise.
6457         * config/sh/sh-c.c: Likewise.
6458         * config/sh/sh-mem.cc: Likewise.
6459         * config/sh/sh.c: Likewise.
6460         * config/sh/sh_optimize_sett_clrt.cc: Likewise.
6461         * config/sh/sh_treg_combine.cc: Likewise.
6462         * config/sol2-c.c: Likewise.
6463         * config/sol2-cxx.c: Likewise.
6464         * config/sol2-stubs.c: Likewise.
6465         * config/sol2.c: Likewise.
6466         * config/sparc/sparc-c.c: Likewise.
6467         * config/sparc/sparc.c: Likewise.
6468         * config/spu/spu-c.c: Likewise.
6469         * config/spu/spu.c: Likewise.
6470         * config/stormy16/stormy16.c: Likewise.
6471         * config/tilegx/mul-tables.c: Likewise.
6472         * config/tilegx/tilegx-c.c: Likewise.
6473         * config/tilegx/tilegx.c: Likewise.
6474         * config/tilepro/mul-tables.c: Likewise.
6475         * config/tilepro/tilepro-c.c: Likewise.
6476         * config/tilepro/tilepro.c: Likewise.
6477         * config/v850/v850-c.c: Likewise.
6478         * config/v850/v850.c: Likewise.
6479         * config/vax/vax.c: Likewise.
6480         * config/visium/visium.c: Likewise.
6481         * config/vms/vms-c.c: Likewise.
6482         * config/vms/vms.c: Likewise.
6483         * config/vxworks.c: Likewise.
6484         * config/winnt-c.c: Likewise.
6485         * config/xtensa/xtensa.c: Likewise.
6487 2015-06-17  Robert Suchanek  <robert.suchanek@imgtec.com>
6489         * config/mips/mips.c (mips_ira_change_pseudo_allocno_class): New
6490         function.
6491         (TARGET_IRA_CHANGE_PSEUDO_ALLOCNO_CLASS): Define macro.
6493 2015-06-17  Richard Biener  <rguenther@suse.de>
6495         PR tree-optimization/66251
6496         * tree-vect-stmts.c (vectorizable_store): Fix gathering of vectorized
6497         stmts for SLP strided stores.
6499         Revert
6500         2015-05-22  Richard Biener  <rguenther@suse.de>
6502         PR tree-optimization/66251
6503         * tree-vect-stmts.c (vectorizable_conversion): Properly
6504         set STMT_VINFO_VEC_STMT even for the SLP case.
6506         2015-05-26  Michael Matz  <matz@suse.de>
6508         PR middle-end/66251
6509         * tree-vect-stmts.c (vect_create_vectorized_demotion_stmts): Always set
6510         STMT_VINFO_VEC_STMT, also with SLP.
6512 2015-06-16  Uros Bizjak  <ubizjak@gmail.com>
6514         PR target/56766
6515         * config/i386/sse.md (*avx_addsubv4df3_1): New insn pattern.
6516         (*avx_addsubv4df3_1s): Ditto.
6517         (*sse3_addsubv2df3_1): Ditto.
6518         (*sse3_addsubv2df3_1s): Ditto.
6519         (*avx_addsubv8sf3_1): Ditto.
6520         (*avx_addsubv8sf3_1s): Ditto.
6521         (*sse3_addsubv4sf3_1): Ditto.
6522         (*sse3_addsubv4sf3_1s): Ditto.
6524 2015-06-16  Steve Ellcey  <sellcey@imgtec.com>
6526         * config/mips/mti-linux.h (MIPS_SYSVERSION_SPEC): New.
6527         (SYSROOT_SUFFIX_SPEC): Update.
6528         (SYSROOT_HEADERS_SUFFIX_SPEC): New.
6529         (STARTFILE_PREFIX_SPEC): Update.
6530         * config/mips/t-mti-linux (MULTILIB_EXCEPTIONS): Remove.
6531         (MULTILIB_REQUIRED): New.
6532         (MULTILIB_OSDIRNAMES): New.
6533         * config/mips/t-img-linux (MULTILIB_EXCEPTIONS): Remove.
6534         (MULTILIB_REQUIRED): New.
6535         (MULTILIB_OSDIRNAMES): New.
6537 2015-06-16  Matthew Wahab  <matthew.wahab@arm.com>
6539         * config/aarch64/aarch64-arches.def: Add "armv8.1-a".
6540         * config/aarch64/aarch64-options-extensions.def: Update "fP",
6541         "simd" and "crypto".  Add "lse", "pan", "lor" and "rdma".
6542         * gcc/config/aarch64/aarch64.h (AARCH64_FL_LSE): New.
6543         (AARCH64_FL_PAN): New.
6544         (AARCH64_FL_LOR): New.
6545         (AARCH64_FL_RDMA): New.
6546         (AARCH64_FL_FOR_ARCH8_1): New.
6547         * doc/invoke.texi (AArch64 Options): Add "armv8.1-a" to
6548         -march. Add "lse", "pan", "lor", "rdma" to feature modifiers.
6550 2015-06-16  Martin Liska  <mliska@suse.cz>
6552         * bitmap.c (dump_bitmap_statistics): Fix GNU coding style.
6553         * hash-table.c (void dump_hash_table_loc_statistics): Add missing
6554         guard.
6556 2015-06-16  Richard Biener  <rguenther@suse.de>
6558         * tree-vect-stmts.c (vectorizable_store): Adjust.
6559         (vectorizable_load): Likewise.
6560         * tree-vect-data-refs.c (vect_create_addr_base_for_vector_ref):
6561         Simplify.
6562         (vect_create_data_ref_ptr): Likewise.
6563         (bump_vector_ptr): Adjust.
6565 2015-06-16  Richard Biener  <rguenther@suse.de>
6567         * tree-vect-stmts.c (vectorizable_load): Properly start loads
6568         with the first element if this is grouped loads.
6570 2015-06-16  James Greenhalgh  <james.greenhalgh@arm.com>
6572         * config/arm/arm-protos.h (struct tune_params): Rename
6573         log_op_non_sc to log_op_non_short_circuit, and rename enum
6574         values to expand SC to SHORT_CIRCUIT.
6575         * config/arm/arm.c (arm_slowmul_tune): Expand LOG_OP_NON_SC
6576         to LOG_OP_NON_SHORT_CIRCUIT.
6577         (arm_fastmul_tune):Likewise
6578         (arm_strongarm_tune): Likewise.
6579         (arm_xscale_tune): Likewise.
6580         (arm_9e_tune): Likewise.
6581         (arm_marvell_pj4_tune): Likewise.
6582         (arm_v6t2_tune): Likewise.
6583         (arm_cortex_tune): Likewise.
6584         (arm_cortex_a8_tune): Likewise.
6585         (arm_cortex_a7_tune): Likewise.
6586         (arm_cortex_a15_tune): Likewise.
6587         (arm_cortex_a53_tune): Likewise.
6588         (arm_cortex_a57_tune): Likewise.
6589         (arm_xgene1_tune): Likewise.
6590         (arm_cortex_a5_tune): Likewise.
6591         (arm_cortex_a9_tune): Likewise.
6592         (arm_cortex_a12_tune): Likewise.
6593         (arm_v7m_tune): Likewise.
6594         (arm_cortex_m7_tune): Likewise.
6595         (arm_v6m_tune): Likewise.
6596         (arm_fa726te_tune): Likewise.
6598 2015-06-15  David Edelsohn  <dje.gcc@gmail.com>
6600         * altivec.md: Delete UNSPEC_VMLADDUHM.
6601         (mulv4si3_p8): New pattern.
6602         (mulv4si3): Use it for POWER8.
6603         (mulv8hi3): Use vmladduhm with zero addend.
6604         (altivec_vmladduhm): Descriptive RTL.
6606 2015-06-15  Jim Wilson  <jim.wilson@linaro.org>
6608         * config/aarch64/aarch64.md (mov<mode>_aarch64): Change alternative 2
6609         to use neon_move instead of mov_imm.
6610         (movdi_aarch64): Change alternative 14 to use neon_move not fmov.
6611         (movtf_aarch64): Change alternative 4 to use neon_move_q not fconstd.
6613         * config/aarch64/aarch64.c (aarch64_valid_floating_const): Move
6614         aarch64_float_const_zero_rtx_p check before TFmode check.
6615         * config/aarch64/aarch64.md (movtf): Don't call force_reg if op1 is
6616         an fp zero.
6617         (movtf_aarch64): Separate ?rY alternative into two.  Adjust assembly
6618         code and attributes to match.  Change condition from register_operand
6619         to aarch64_reg_or_fp_zero for op1.  Change type for ldp from
6620         neon_load1_2reg to load2.  Change type for stp from neon_store1_2reg
6621         to store2.
6623 2015-06-15  Aldy Hernandez  <aldyh@redhat.com>
6625         PR debug/66535
6626         * dwarf2out.c (gen_subprogram_die): Do not check a parent's tag if
6627         there is no parent.
6629 2015-06-14  Shiva Chen  <shiva0217@gmail.com>
6631         * aarch64.c (aarch64_simd_lane_bounds): Change %ld to %wd for
6632         HOST_WIDE_INT parameter.
6634 2015-06-14  Jan Hubicka  <hubicka@ucw.cz>
6636         PR ipa/66181
6637         * lto-streamer-out.c (hash_tree): Do not hash TYPE_NO_FORCE_BLK.
6638         * tree-streamer-out.c (pack_ts_type_common_value_fields): Do not stream
6639         TYPE_NO_FORCE_BLK.
6640         * tree-streamer-in.c (unpack_ts_type_common_value_fields): Likewise.
6642 2015-06-14  Richard Sandiford  <richard.sandiford@arm.com>
6644         * rtl.h (classify_insn): Declare.
6645         * emit-rtl.c (classify_insn): Move to...
6646         * rtl.c: ...here and add generator support.
6647         * gensupport.h (get_emit_function, needs_barrier_p): Declare.
6648         * gensupport.c (get_emit_function, needs_barrier_p): New functions.
6649         * genemit.c (gen_emit_seq): New function.
6650         (gen_expand, gen_split): Use it.
6652 2015-06-13  Patrick Palka  <ppalka@gcc.gnu.org>
6654         * tree.c (make_vector_stat): Fix comment to state that the
6655         function returns a VECTOR_CST.
6657 2015-06-13  Richard Sandiford  <richard.sandiford@arm.com>
6659         * gensupport.h (add_implicit_parallel): Declare.
6660         * genrecog.c (add_implicit_parallel): Move to...
6661         * gensupport.c (add_implicit_parallel): ...here.
6662         (process_one_cond_exec): Use it.
6663         * genemit.c (gen_insn): Likewise.
6665 2015-06-13  Iain Sandoe  <iain@codesourcery.com>
6667         PR bootstrap/66448
6668         * passes.c (rest_of_decl_compilation): Do not register globals for
6669         early debug if they are declared in built-ins.
6671 2015-06-12  Aldy Hernandez  <aldyh@redhat.com>
6673         * dwarf2out.c (check_die): Protect with ENABLE_CHECKING.
6675 2015-06-12  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
6677         * ifcvt.c (noce_try_store_flag_constants): Use std::swap instead of
6678         manually swapping.
6679         (noce_try_cmove_arith): Likewise.
6680         (noce_get_alt_condition): Likewise.
6682 2015-06-12  Venkataramanan Kumar  <venkataramanan.kumar@amd.com>
6684         * common/config/i386/i386-common.c
6685         (OPTION_MASK_ISA_MWAITX_SET): New.
6686         (ix86_handle_option): Handle mwaitx.
6687         * config.gcc (i[34567]86-*-*): Add mwaitxintrin.h,
6688         (x86_64-*-*): Likewise.
6689         * config/i386/mwaitxintrin.h: New header.
6690         * config/i386/cpuid.h (bit_MWAITX):  Define.
6691         * config/i386/driver-i386.c (host_detect_local_cpu): Detect
6692         MWAITX support.
6693         * config/i386/i386.opt (mwaitx): New.
6694         * config/i386/i386-builtin-types.def
6695         (VOID_FTYPE_UNSIGNED_ UNSIGNED_UNSIGNED): New function type.
6696         * config/i386/i386-c.c: Define __MWAITX__ if needed.
6697         * config/i386/i386.c (ix86_target_string): Define -mmwaitx option.
6698         (PTA_MWAITX): New.
6699         (ix86_option_override_internal): Handle new option.
6700         (processor_alias_table): Added PTA_MWAITX.
6701         (ix86_valid_target_attribute_inner_p): Add OPT_mmwaitx.
6702         (ix86_builtins): Add IX86_BUILTIN_MWAITX, IX86_BUILTIN_MONITORX.
6703         (ix86_expand_builtin): Handle IX86_BUILTIN_MWAITX and
6704         IX86_BUILTIN_MONITORX  built-ins.
6705         * config/i386/i386.h (TARGET_MWAITX): New.
6706         * config/i386/i386.md (unspecv): Add UNSPEC_MWAITX and
6707         UNSPEC_MONITORX.
6708         (mwaitx):  New pattern.
6709         (monitorx_<mode>): New pattern.
6710         * config/i386/x86intrin.h: Include mwaitxintrin.h.
6711         * doc/extend.texi: Document monitorx and mwaitx builtins.
6712         * doc/invoke.texi: Document -mmwaitx option.
6714 2015-06-12  Uros Bizjak  <ubizjak@gmail.com>
6716         * emit-rtl.c (need_atomic_barrier_p): Mask model with
6717         MEMMODEL_BASE_MASK.  Remove MEMMODEL_SYNC_* cases.
6719 2015-06-11  David Edelsohn  <dje.gcc@gmail.com>
6721         * dbxout.c (xcoff_debug_hooks): Provide a function for
6722         register_main_translation_unit hook.
6724 2015-06-11  David Edelsohn  <dje.gcc@gmail.com>
6726         * config/rs6000/rs6000.c (rs6000_pre_atomic_barrier): Remove SYNC
6727         variants cases from switch.
6728         (rs6000_post_atomic_barrier): Same.
6729         (rs6000_expand_atomic_compare_and_swap): Use memmodel_base.
6730         (rs6000_expand_atomic_exchange): Same.
6731         (rs6000_expand_atomic_op): Same.
6732         * config/rs6000/sync.md (mem_thread_fence): Use memodel_base. Remove
6733         SYNC variants cases from switch.
6734         (atomic_load): Same.
6735         (atomic_store): Same.
6737 2015-06-11  John David Anglin  <danglin@gcc.gnu.org>
6739         * config/pa/pa.c (pa_output_global_address): Handle LABEL_REF plus
6740         CONST_INT for goto.
6742 2015-06-11  Aldy Hernandez  <aldyh@redhat.com>
6744         PR bootstrap/66448
6745         * dwarf2out.c (check_die): Check for common duplicate attributes.
6746         (add_location_or_const_value_attribute): Do not add duplicate
6747         attributes.
6748         (gen_formal_parameter_die): Do not add DW_AT_artificial the second
6749         time around.
6750         (gen_struct_or_union_type_die): Bail early if TREE_ASM_WRITTEN.
6751         (gen_type_die_with_usage): Call check_die.
6752         (dwarf2out_decl): Only call check_die() when ENABLE_CHECKING.
6754 2015-06-11  Jason Merrill  <jason@redhat.com>
6756         * dwarf2out.c (prune_unused_types): Handle unused top-level limbo
6757         dies.
6759 2015-06-11  Marek Polacek  <polacek@redhat.com>
6761         * match.pd ((x & y) ^ (x | y)): Don't check for single_use.
6763 2015-06-11  Eric Botcazou  <ebotcazou@adacore.com>
6765         PR bootstrap/66252
6766         * config/sparc/sparc.c (hard_regno_mode_classes): Add ??? comment.
6767         * config/sparc/sparc.md (zero_extendsidi2_insn_sp32): Use single order.
6768         (*addx_extend_sp32): Fix pasto.
6769         (*subx_extend): Rename into...
6770         (*subx_extend_sp32): ...this.
6771         (*adddi3_extend_sp32): Add earlyclobber.
6772         (*subdi3_insn_sp32): Likewise.
6773         (*subdi3_extend_sp32): Likewise.
6774         (*and_not_di_sp32): Likewise.
6775         (*or_not_di_sp32): Likewise.
6776         (*xor_not_di_sp32): Likewise.
6777         (*negdi2_sp32): Likewise.
6778         (*one_cmpldi2_sp32): Likewise.
6780 2015-06-11  Pierre-Marie de Rodat  <derodat@adacore.com>
6782         * debug.h (struct gcc_debug_hooks): Add a
6783         register_main_translation_unit hook.
6784         * debug.c (do_nothing_debug_hooks): Provide a function for this
6785         new hook.
6786         * dbxout.c (dbx_debug_hooks): Likewise.
6787         * sdbout.c (sdb_debug_hooks): Likewise.
6788         * vmsdbgout.c (vmsdbg_debug_hooks): Likewise.
6789         * dwarf2out.c (main_translation_unit): New global variable.
6790         (dwarf2out_register_main_translation_unit): New function
6791         implementing the new hook.
6792         (dwarf2_debug_hooks): Assign
6793         dwarf2out_register_main_translation_unit to this new hook.
6794         (dwarf2out_init): Associate any main translation unit to
6795         comp_unit_die ().
6797 2015-06-11  Marek Polacek  <polacek@redhat.com>
6799         * match.pd ((x & y) ^ (x | y) -> x ^ y): New pattern.
6801 2015-06-11  Marek Polacek  <polacek@redhat.com>
6803         * match.pd: Use single_use throughout.
6805 2015-06-11  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
6807         * config/arm/arm.c (arm_option_params_internal): When optimising
6808         for speed set max_insns_skipped when arm_restrict_it.
6810 2015-06-11  Christian Bruel  <christian.bruel@st.com>
6812         PR target/52144
6813         * config/arm/arm-c.c (arm_cpu_cpp_builtins): Conditionally define
6814          macros in ...
6815         (arm_cpu_builtins): New function.
6816         (arm_pragma_target_parse): Call arm_cpu_builtins.
6817         * config/arm/arm-protos.h (arm_cpu_builtins): Declare.
6818         (arm_register_target_pragmas): Likewise.
6819         * config/arm/arm.h (REGISTER_TARGET_PRAGMAS):
6820          Call arm_register_target_pragmas.
6821         * config/arm/arm-c.c (arm_register_target_pragmas): New function.
6822         (arm_pragma_target_parse): Likewise.
6824 2015-06-10  Kaz Kojima  <kkojima@gcc.gnu.org>
6826         * config/sh/sh.md (tstsi_t): Add '?' modifier to 'r' alternative
6827         of the second operand.
6829 2015-06-10  Uros Bizjak  <ubizjak@gmail.com>
6831         PR target/66473
6832         * config/i386/i386.c (ix86_expand_vector_set): Use gen_int_mode
6833         to prepare mask operand for AVX512 modes.
6835 2015-06-10  Michael Meissner  <meissner@linux.vnet.ibm.com>
6837         PR target/66474
6838         * doc/md.texi (Machine Constraints): Document that on the PowerPC
6839         if you use a constraint that targets a VSX register, you must use
6840         %x<n> in the template.
6842 2015-06-10  Max Filippov  <jcmvbkbc@gmail.com>
6844         * config/xtensa/xtensa.h (TARGET_DEBUG): New definition.
6845         * config/xtensa/xtensa.md (define_attr "type"): New type "trap".
6846         (define_insn "trap"): New definition.
6848 2015-06-10  Richard Biener  <rguenther@suse.de>
6850         * tree-vect-slp.c (vect_attempt_slp_rearrange_stmts): Split
6851         out from ...
6852         (vect_supported_load_permutation_p): ... here.  Handle
6853         supportable permutations in reductions.
6854         * tree-vect-stmts.c (vectorizable_load): Handle SLP permutations
6855         for vectorizing strided group loads.
6857 2015-06-10  Jakub Jelinek  <jakub@redhat.com>
6859         PR target/66470
6860         * config/i386/i386.c (ix86_split_long_move): For collisions
6861         involving direct tls segment refs, move the UNSPEC_TP possibly
6862         wrapped in ZERO_EXTEND out of the address for lea, to each of
6863         the memory loads.
6865 2015-06-10  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
6867         * config/arm/sync.md (*memory_barrier): Use dmb ish instead of
6868         dmb sy. Adjust tabs.
6870 2015-06-10  Tom de Vries  <tom@codesourcery.com>
6872         * omp-low.c (expand_omp_target): Remove duplicate declaration of node.
6874 2015-06-10  Martin Liska  <mliska@suse.cz>
6876         PR bootstrap/66471
6877         * mem-stats-traits.h (enum mem_alloc_origin): Add _ORIGIN suffix for
6878         all enum values in mem_alloc_origin.
6879         * alloc-pool.c (dump_alloc_pool_statistics): Use newly changed enum
6880         name.
6881         * alloc-pool.h (pool_allocator::pool_allocator): Likewise.
6882         * bitmap.c (bitmap_register): Likewise.
6883         (dump_bitmap_statistics): Likewise.
6884         * ggc-common.c (dump_ggc_loc_statistics): Likewise.
6885         (ggc_record_overhead): Likewise.
6886         * hash-map.h: Likewise.
6887         * hash-set.h: Likewise.
6888         * hash-table.c (void dump_hash_table_loc_statistics): Likewise.
6889         * hash-table.h: Likewise.
6890         * vec.c (vec_prefix::register_overhead): Likewise.
6891         (vec_prefix::release_overhead): Likewise.
6892         (dump_vec_loc_statistics): Likewise.
6894 2015-06-09  Christian Bruel  <christian.bruel@st.com>
6896         PR target/52144
6897         * config/arm/arm.opt (THUMB, arm_restrict_it, inline_asm_unified): Save.
6898         * config/arm/arm-protos.h (arm_valid_target_attribute_tree): Declare.
6899         (arm_reset_previous_fndecl, arm_change_mode_p): Likewise.
6900         * config/arm/arm.h (SWITCHABLE_TARGET): Define.
6901         * config/arm/arm.c (arm_reset_previous_fndecl): New functions.
6902         (arm_valid_target_attribute_tree, arm_change_mode_p): Likewise.
6903         (arm_valid_target_attribute_p): Likewise.
6904         (arm_set_current_function, arm_can_inline_p): Likewise.
6905         (arm_valid_target_attribute_rec): Likewise.
6906         (arm_previous_fndecl): New variable.
6907         (TARGET_SET_CURRENT_FUNCTION, TARGET_OPTION_VALID_ATTRIBUTE_P): Define.
6908         (TARGET_CAN_INLINE_P): Define.
6909         (arm_asm_trampoline_template): Emit mode.
6910         (arm_file_start): Don't set unified syntax.
6911         (arm_declare_function_name): Set unified syntax and mode.
6912         (arm_option_override): Init target_option_default_node.
6913         and target_option_current_node.
6914         * config/arm/arm.md (*call_value_symbol): Set mode when possible.
6915         (*call_symbol): Likewise.
6916         * doc/extend.texi: Document ARM/Thumb target attribute.
6917         * doc/invoke.texi: Likewise.
6919 2015-06-09  Alexandre Oliva <aoliva@redhat.com>
6921         Revert:
6922         2015-06-09  Alexandre Oliva <aoliva@redhat.com>
6923         PR rtl-optimization/64164
6924         * Makefile.in (OBJS): Drop tree-ssa-copyrename.o.
6925         * tree-ssa-copyrename.c: Removed.
6926         * opts.c (default_options_table): Drop -ftree-copyrename.  Add
6927         -ftree-coalesce-vars.
6928         * passes.def: Drop all occurrences of pass_rename_ssa_copies.
6929         * common.opt (ftree-copyrename): Ignore.
6930         (ftree-coalesce-inlined-vars): Likewise.
6931         * doc/invoke.texi: Remove the ignored options above.
6932         * gimple-expr.h (gimple_can_coalesce_p): Move declaration
6933         * tree-ssa-coalesce.h: ... here.
6934         * tree-ssa-uncprop.c: Include tree-ssa-coalesce.h and other
6935         headers required by it.
6936         * gimple-expr.c (gimple_can_coalesce_p): Allow coalescing
6937         across variables when flag_tree_coalesce_vars.  Check register
6938         use and promoted modes to allow coalescing.  Moved to
6939         tree-ssa-coalesce.c.
6940         * tree-ssa-live.c (struct tree_int_map_hasher): Move along
6941         with its member functions to tree-ssa-coalesce.c.
6942         (var_map_base_init): Likewise.  Renamed to
6943         compute_samebase_partition_bases.
6944         (partition_view_normal): Drop want_bases parameter.
6945         (partition_view_bitmap): Likewise.
6946         * tree-ssa-live.h: Adjust declarations.
6947         * tree-ssa-coalesce.c: Include explow.h.
6948         (build_ssa_conflict_graph): Process PARM_ and RESULT_DECLs's
6949         default defs at the entry point.
6950         (dump_part_var_map): New.
6951         (compute_optimized_partition_bases): New, called by...
6952         (coalesce_ssa_name): ... when flag_tree_coalesce_vars, instead
6953         of compute_samebase_partition_bases.  Adjust.
6954         * alias.c (nonoverlapping_memrefs_p): Disregard gimple-regs.
6955         * cfgexpand.c (leader_merge): New.
6956         (get_rtl_for_parm_ssa_default_def): New.
6957         (set_rtl): Merge exprs and attrs, even for MEMs and non-SSA
6958         vars.  Update DECL_RTL for PARM_DECLs and RESULT_DECLs too.
6959         (expand_one_stack_var_at): Handle anonymous SSA_NAMEs.  Drop
6960         redundant MEM attr setting.
6961         (expand_one_stack_var_1): Handle anonymous SSA_NAMEs.  Renamed
6962         from...
6963         (expand_one_stack_var): ... this.  New wrapper to check and
6964         skip already expanded SSA partitions.
6965         (record_alignment_for_reg_var): New, factored out of...
6966         (expand_one_var): ... this.
6967         (expand_one_ssa_partition): New.
6968         (adjust_one_expanded_partition_var): New.
6969         (expand_one_register_var): Check and skip already expanded SSA
6970         partitions.
6971         (expand_used_vars): Don't create DECLs for anonymous SSA
6972         names.  Expand all SSA partitions, then adjust all SSA names.
6973         (pass::execute): Replace the loops that set
6974         SA.partition_to_pseudo from partition leaders and cleared
6975         DECL_RTL for multi-location variables, and that which used to
6976         rename vars and set attrs, with one that clears DECL_RTL and
6977         checks that PARMs and RESULTs default_defs match DECL_RTL.
6978         * cfgexpand.h (get_rtl_for_parm_ssa_default_def): Declare.
6979         * emit-rtl.c (set_reg_attrs_for_parm): Handle NULL decl.
6980         * explow.c (promote_ssa_mode): New.
6981         * explow.h (promote_ssa_mode): Declare.
6982         * expr.c (expand_expr_real_1): Handle anonymous SSA_NAMEs.
6983         * function.c: Include cfgexpand.h.
6984         (use_register_for_decl): Handle SSA_NAMEs, anonymous or not.
6985         (use_register_for_parm_decl): Wrapper for the above to
6986         special-case the result_ptr.
6987         (rtl_for_parm): Ditto for get_rtl_for_parm_ssa_default_def.
6988         (maybe_reset_rtl_for_parm): Reset DECL_RTL of parms with
6989         multiple locations.
6990         (assign_parm_adjust_stack_rtl): Add all and parm arguments,
6991         for rtl_for_parm.  For SSA-assigned parms, zero stack_parm.
6992         (assign_parm_setup_block): Prefer SSA-assigned location.
6993         (assign_parm_setup_reg): Likewise.  Use entry_parm for equiv
6994         if stack_parm is NULL.
6995         (assign_parm_setup_stack): Prefer SSA-assigned location.
6996         (assign_parms): Maybe reset DECL_RTL of params.  Adjust stack
6997         rtl before testing for pointer bounds.  Special-case result_ptr.
6998         (expand_function_start): Maybe reset DECL_RTL of result.
6999         Prefer SSA-assigned location for result and static chain.
7000         Factor out DECL_RESULT and SET_DECL_RTL.
7001         * tree-outof-ssa.c (insert_value_copy_on_edge): Handle
7002         anonymous SSA names.  Use promote_ssa_mode.
7003         (get_temp_reg): Likewise.
7004         (remove_ssa_form): Adjust.
7005         * var-tracking.c (dataflow_set_clear_at_call): Take call_insn
7006         and get its reg_usage for reg invalidation.
7007         (compute_bb_dataflow): Pass it insn.
7008         (emit_notes_in_bb): Likewise.
7009         * tree-ssa-loop-niter.c (loop_exits_before_overflow): Don't
7010         fail assert on conversion between unsigned types.
7012 2015-06-09  Tom de Vries  <tom@codesourcery.com>
7014         PR tree-optimization/65460
7015         * omp-low.c (expand_omp_target): Set parallelized_function on
7016         cgraph_node for child_fn.
7018 2015-06-09  Tom de Vries  <tom@codesourcery.com>
7020         * omp-low.c (finalize_task_copyfn, expand_omp_taskreg): Mark function
7021         parallelized_function before add_new_function.
7023 2015-06-09  Andrew MacLeod  <amacleod@redhat.com>
7025         * gcc-plugin.h: Move decls to plugin.h and include it.
7026         * plugin.h: Relocate decls from gcc-plugin.h
7027         * ggc-page.c: Include required header files.
7028         * passes.c: Likewise.
7029         * cgraphunit.c: Likewise.
7031 2015-06-09  Tom de Vries  <tom@codesourcery.com>
7033         * tree-stdarg.c (expand_ifn_va_arg_1): Handle location.
7035 2015-06-09  Jason Merrill  <jason@redhat.com>
7037         PR bootstrap/66448
7038         * toplev.c (check_global_declaration): Don't warn about a clone.
7040 2015-06-09  Marek Polacek  <polacek@redhat.com>
7042         PR tree-optimization/66299
7043         * match.pd ((CST1 << A) == CST2 -> A == ctz (CST2) - ctz (CST1)
7044         ((CST1 << A) != CST2 -> A != ctz (CST2) - ctz (CST1)): New
7045         patterns.
7047 2015-06-09  Richard Biener  <rguenther@suse.de>
7049         * tree-vect-slp.c (vect_build_slp_tree_1): Remove bailout on gaps.
7050         (vect_analyze_slp_instance): Instead do not falsely drop
7051         load permutations.
7053 2015-06-09  Richard Biener  <rguenther@suse.de>
7055         PR middle-end/66423
7056         * match.pd: Handle A % (unsigned)(1 << B).
7058 2015-06-09  Aldy Hernandez  <aldyh@redhat.com>
7060         * varasm.c (output_object_block_htab): Remove.
7061         (output_object_block_compare): New.
7062         (output_object_blocks): Sort named object_blocks before outputting
7063         them.
7065 2015-06-09  Richard Biener  <rguenther@suse.de>
7067         PR tree-optimization/66419
7068         * tree-vect-slp.c (vect_supported_load_permutation_p): Properly
7069         consider GROUP_GAP when detecting a perfect subchain.
7071 2015-06-09  Nick Clifton  <nickc@redhat.com>
7073         * config/rl78/rl78.c (rl78_select_section): When -mes0 is active
7074         place read only data in the .frodata section.
7076 2015-06-09  Shiva Chen  <shiva0217@gmail.com>
7078         * sync.md (atomic_load<mode>): Add conditional code for lda/ldr
7079         (atomic_store<mode>): Likewise.
7081 2015-06-09  Richard Biener  <rguenther@suse.de>
7083         * cfgloop.c (get_loop_body_in_bfs_order): Fix assert.
7085 2015-06-09  Richard Biener  <rguenther@suse.de>
7087         PR middle-end/66413
7088         * tree-inline.c (insert_init_debug_bind): Unshare value.
7090 2015-06-09  Richard Biener  <rguenther@suse.de>
7092         PR tree-optimization/66396
7093         * graphite-isl-ast-to-gimple.c (graphite_regenerate_ast_isl):
7094         Rename virtual operands.
7096 2015-06-09  Tom de Vries  <tom@codesourcery.com>
7098         * gimple-iterator.h (gimple_seq_nondebug_singleton_p): Don't
7099         always return false.
7101 2015-06-09  Alexandre Oliva <aoliva@redhat.com>
7103         PR rtl-optimization/64164
7104         * Makefile.in (OBJS): Drop tree-ssa-copyrename.o.
7105         * tree-ssa-copyrename.c: Removed.
7106         * opts.c (default_options_table): Drop -ftree-copyrename.  Add
7107         -ftree-coalesce-vars.
7108         * passes.def: Drop all occurrences of pass_rename_ssa_copies.
7109         * common.opt (ftree-copyrename): Ignore.
7110         (ftree-coalesce-inlined-vars): Likewise.
7111         * doc/invoke.texi: Remove the ignored options above.
7112         * gimple-expr.h (gimple_can_coalesce_p): Move declaration
7113         * tree-ssa-coalesce.h: ... here.
7114         * tree-ssa-uncprop.c: Include tree-ssa-coalesce.h and other
7115         headers required by it.
7116         * gimple-expr.c (gimple_can_coalesce_p): Allow coalescing
7117         across variables when flag_tree_coalesce_vars.  Check register
7118         use and promoted modes to allow coalescing.  Moved to
7119         tree-ssa-coalesce.c.
7120         * tree-ssa-live.c (struct tree_int_map_hasher): Move along
7121         with its member functions to tree-ssa-coalesce.c.
7122         (var_map_base_init): Likewise.  Renamed to
7123         compute_samebase_partition_bases.
7124         (partition_view_normal): Drop want_bases parameter.
7125         (partition_view_bitmap): Likewise.
7126         * tree-ssa-live.h: Adjust declarations.
7127         * tree-ssa-coalesce.c: Include explow.h.
7128         (build_ssa_conflict_graph): Process PARM_ and RESULT_DECLs's
7129         default defs at the entry point.
7130         (dump_part_var_map): New.
7131         (compute_optimized_partition_bases): New, called by...
7132         (coalesce_ssa_name): ... when flag_tree_coalesce_vars, instead
7133         of compute_samebase_partition_bases.  Adjust.
7134         * alias.c (nonoverlapping_memrefs_p): Disregard gimple-regs.
7135         * cfgexpand.c (leader_merge): New.
7136         (get_rtl_for_parm_ssa_default_def): New.
7137         (set_rtl): Merge exprs and attrs, even for MEMs and non-SSA
7138         vars.  Update DECL_RTL for PARM_DECLs and RESULT_DECLs too.
7139         (expand_one_stack_var_at): Handle anonymous SSA_NAMEs.  Drop
7140         redundant MEM attr setting.
7141         (expand_one_stack_var_1): Handle anonymous SSA_NAMEs.  Renamed
7142         from...
7143         (expand_one_stack_var): ... this.  New wrapper to check and
7144         skip already expanded SSA partitions.
7145         (record_alignment_for_reg_var): New, factored out of...
7146         (expand_one_var): ... this.
7147         (expand_one_ssa_partition): New.
7148         (adjust_one_expanded_partition_var): New.
7149         (expand_one_register_var): Check and skip already expanded SSA
7150         partitions.
7151         (expand_used_vars): Don't create DECLs for anonymous SSA
7152         names.  Expand all SSA partitions, then adjust all SSA names.
7153         (pass::execute): Replace the loops that set
7154         SA.partition_to_pseudo from partition leaders and cleared
7155         DECL_RTL for multi-location variables, and that which used to
7156         rename vars and set attrs, with one that clears DECL_RTL and
7157         checks that PARMs and RESULTs default_defs match DECL_RTL.
7158         * cfgexpand.h (get_rtl_for_parm_ssa_default_def): Declare.
7159         * emit-rtl.c (set_reg_attrs_for_parm): Handle NULL decl.
7160         * explow.c (promote_ssa_mode): New.
7161         * explow.h (promote_ssa_mode): Declare.
7162         * expr.c (expand_expr_real_1): Handle anonymous SSA_NAMEs.
7163         * function.c: Include cfgexpand.h.
7164         (use_register_for_decl): Handle SSA_NAMEs, anonymous or not.
7165         (use_register_for_parm_decl): Wrapper for the above to
7166         special-case the result_ptr.
7167         (rtl_for_parm): Ditto for get_rtl_for_parm_ssa_default_def.
7168         (maybe_reset_rtl_for_parm): Reset DECL_RTL of parms with
7169         multiple locations.
7170         (assign_parm_adjust_stack_rtl): Add all and parm arguments,
7171         for rtl_for_parm.  For SSA-assigned parms, zero stack_parm.
7172         (assign_parm_setup_block): Prefer SSA-assigned location.
7173         (assign_parm_setup_reg): Likewise.  Use entry_parm for equiv
7174         if stack_parm is NULL.
7175         (assign_parm_setup_stack): Prefer SSA-assigned location.
7176         (assign_parms): Maybe reset DECL_RTL of params.  Adjust stack
7177         rtl before testing for pointer bounds.  Special-case result_ptr.
7178         (expand_function_start): Maybe reset DECL_RTL of result.
7179         Prefer SSA-assigned location for result and static chain.
7180         Factor out DECL_RESULT and SET_DECL_RTL.
7181         * tree-outof-ssa.c (insert_value_copy_on_edge): Handle
7182         anonymous SSA names.  Use promote_ssa_mode.
7183         (get_temp_reg): Likewise.
7184         (remove_ssa_form): Adjust.
7185         * var-tracking.c (dataflow_set_clear_at_call): Take call_insn
7186         and get its reg_usage for reg invalidation.
7187         (compute_bb_dataflow): Pass it insn.
7188         (emit_notes_in_bb): Likewise.
7189         * tree-ssa-loop-niter.c (loop_exits_before_overflow): Don't
7190         fail assert on conversion between unsigned types.
7192 2015-06-09  Alexandre Oliva <aoliva@redhat.com>
7194         PR debug/58315
7195         * tree-inline.c (reset_debug_binding): New.
7196         (reset_debug_bindings): Likewise.
7197         (expand_call_inline): Call it.
7199 2015-06-08  Jan Hubicka  <hubicka@ucw.cz>
7201         * tree.c (gimple_canonical_types_compatible_p): Drop comparsion of
7202         TYPE_STRING_FLAG.
7204 2015-06-08  Jan Hubicka  <hubicka@ucw.cz>
7206         * lto-streamer-out.c (lto_output_location): Stream
7207         reserved locations correctly.
7208         * lto-streamer-in.c (lto_output_location): Likewise.
7210 2015-06-08  Andrew MacLeod  <amacleod@redhat.com>
7212         * coretypes.h: Include hash-table.h and hash-set.h for host files.
7213         * ggc.h: Don't include statistics.h>
7214         * hash-map.h: Remove all includes.
7215         * hash-set.h: Likewise.
7216         * hash-table.h: Add statistics.h, inchash.h and hash-map-traits.h to
7217         the include list. Remove <new>.
7218         * inchash.h: Remove all includes.
7219         * mem-stats.h: Likewise.
7220         * vec.h: No special processing for generators or ggc.
7221         * alias.c : Adjust include files.
7222         * alloc-pool.c : Likewise.
7223         * alloc-pool.h : Likewise.
7224         * asan.c : Likewise.
7225         * attribs.c : Likewise.
7226         * auto-inc-dec.c : Likewise.
7227         * auto-profile.c : Likewise.
7228         * bb-reorder.c : Likewise.
7229         * bitmap.c : Likewise.
7230         * bitmap.h : Likewise.
7231         * bt-load.c : Likewise.
7232         * builtins.c : Likewise.
7233         * caller-save.c : Likewise.
7234         * calls.c : Likewise.
7235         * ccmp.c : Likewise.
7236         * cfg.c : Likewise.
7237         * cfganal.c : Likewise.
7238         * cfgbuild.c : Likewise.
7239         * cfgcleanup.c : Likewise.
7240         * cfgexpand.c : Likewise.
7241         * cfghooks.c : Likewise.
7242         * cfgloop.c : Likewise.
7243         * cfgloop.h : Likewise.
7244         * cfgloopanal.c : Likewise.
7245         * cfgloopmanip.c : Likewise.
7246         * cfgrtl.c : Likewise.
7247         * cgraph.c : Likewise.
7248         * cgraphbuild.c : Likewise.
7249         * cgraphclones.c : Likewise.
7250         * cgraphunit.c : Likewise.
7251         * cilk-common.c : Likewise.
7252         * combine-stack-adj.c : Likewise.
7253         * combine.c : Likewise.
7254         * compare-elim.c : Likewise.
7255         * context.c : Likewise.
7256         * convert.c : Likewise.
7257         * coverage.c : Likewise.
7258         * cppbuiltin.c : Likewise.
7259         * cprop.c : Likewise.
7260         * cse.c : Likewise.
7261         * cselib.c : Likewise.
7262         * data-streamer-in.c : Likewise.
7263         * data-streamer-out.c : Likewise.
7264         * data-streamer.c : Likewise.
7265         * data-streamer.h : Likewise.
7266         * dbxout.c : Likewise.
7267         * dce.c : Likewise.
7268         * ddg.c : Likewise.
7269         * debug.c : Likewise.
7270         * df-core.c : Likewise.
7271         * df-problems.c : Likewise.
7272         * df-scan.c : Likewise.
7273         * df.h : Likewise.
7274         * dfp.c : Likewise.
7275         * dojump.c : Likewise.
7276         * dominance.c : Likewise.
7277         * domwalk.c : Likewise.
7278         * double-int.c : Likewise.
7279         * dse.c : Likewise.
7280         * dumpfile.c : Likewise.
7281         * dwarf2asm.c : Likewise.
7282         * dwarf2cfi.c : Likewise.
7283         * dwarf2out.c : Likewise.
7284         * emit-rtl.c : Likewise.
7285         * et-forest.c : Likewise.
7286         * except.c : Likewise.
7287         * except.h : Likewise.
7288         * explow.c : Likewise.
7289         * expmed.c : Likewise.
7290         * expr.c : Likewise.
7291         * final.c : Likewise.
7292         * fixed-value.c : Likewise.
7293         * fold-const.c : Likewise.
7294         * function.c : Likewise.
7295         * fwprop.c : Likewise.
7296         * gcc-plugin.h : Likewise.
7297         * gcc.c : Likewise.
7298         * gcse-common.c : Likewise.
7299         * gcse.c : Likewise.
7300         * genattrtab.c : Likewise.
7301         * genautomata.c : Likewise.
7302         * genconditions.c : Likewise.
7303         * genemit.c : Likewise.
7304         * generic-match-head.c : Likewise.
7305         * genextract.c : Likewise.
7306         * gengtype-state.c : Likewise.
7307         * gengtype.c : Likewise.
7308         * genhooks.c : Likewise.
7309         * genmatch.c : Likewise.
7310         * genmodes.c : Likewise.
7311         * genrecog.c : Likewise.
7312         * gensupport.c : Likewise.
7313         * ggc-common.c : Likewise.
7314         * ggc-internal.h : Likewise.
7315         * ggc-none.c : Likewise.
7316         * ggc-page.c : Likewise.
7317         * gimple-builder.c : Likewise.
7318         * gimple-expr.c : Likewise.
7319         * gimple-fold.c : Likewise.
7320         * gimple-iterator.c : Likewise.
7321         * gimple-low.c : Likewise.
7322         * gimple-match-head.c : Likewise.
7323         * gimple-pretty-print.c : Likewise.
7324         * gimple-ssa-isolate-paths.c : Likewise.
7325         * gimple-ssa-strength-reduction.c : Likewise.
7326         * gimple-ssa.h : Likewise.
7327         * gimple-streamer-in.c : Likewise.
7328         * gimple-streamer-out.c : Likewise.
7329         * gimple-streamer.h : Likewise.
7330         * gimple-walk.c : Likewise.
7331         * gimple.c : Likewise.
7332         * gimplify-me.c : Likewise.
7333         * gimplify.c : Likewise.
7334         * godump.c : Likewise.
7335         * graph.c : Likewise.
7336         * graphds.c : Likewise.
7337         * graphite-blocking.c : Likewise.
7338         * graphite-dependences.c : Likewise.
7339         * graphite-interchange.c : Likewise.
7340         * graphite-isl-ast-to-gimple.c : Likewise.
7341         * graphite-optimize-isl.c : Likewise.
7342         * graphite-poly.c : Likewise.
7343         * graphite-scop-detection.c : Likewise.
7344         * graphite-sese-to-poly.c : Likewise.
7345         * graphite.c : Likewise.
7346         * haifa-sched.c : Likewise.
7347         * hard-reg-set.h : Likewise.
7348         * hw-doloop.c : Likewise.
7349         * ifcvt.c : Likewise.
7350         * inchash.c : Likewise.
7351         * incpath.c : Likewise.
7352         * init-regs.c : Likewise.
7353         * input.c : Likewise.
7354         * internal-fn.c : Likewise.
7355         * ipa-chkp.c : Likewise.
7356         * ipa-comdats.c : Likewise.
7357         * ipa-cp.c : Likewise.
7358         * ipa-devirt.c : Likewise.
7359         * ipa-icf-gimple.c : Likewise.
7360         * ipa-icf.c : Likewise.
7361         * ipa-inline-analysis.c : Likewise.
7362         * ipa-inline-transform.c : Likewise.
7363         * ipa-inline.c : Likewise.
7364         * ipa-polymorphic-call.c : Likewise.
7365         * ipa-profile.c : Likewise.
7366         * ipa-prop.c : Likewise.
7367         * ipa-pure-const.c : Likewise.
7368         * ipa-ref.c : Likewise.
7369         * ipa-reference.c : Likewise.
7370         * ipa-split.c : Likewise.
7371         * ipa-utils.c : Likewise.
7372         * ipa-visibility.c : Likewise.
7373         * ipa.c : Likewise.
7374         * ira-build.c : Likewise.
7375         * ira-color.c : Likewise.
7376         * ira-conflicts.c : Likewise.
7377         * ira-costs.c : Likewise.
7378         * ira-emit.c : Likewise.
7379         * ira-lives.c : Likewise.
7380         * ira.c : Likewise.
7381         * jump.c : Likewise.
7382         * langhooks.c : Likewise.
7383         * lcm.c : Likewise.
7384         * libfuncs.h : Likewise.
7385         * lists.c : Likewise.
7386         * loop-doloop.c : Likewise.
7387         * loop-init.c : Likewise.
7388         * loop-invariant.c : Likewise.
7389         * loop-iv.c : Likewise.
7390         * loop-unroll.c : Likewise.
7391         * lower-subreg.c : Likewise.
7392         * lra-assigns.c : Likewise.
7393         * lra-coalesce.c : Likewise.
7394         * lra-constraints.c : Likewise.
7395         * lra-eliminations.c : Likewise.
7396         * lra-lives.c : Likewise.
7397         * lra-remat.c : Likewise.
7398         * lra-spills.c : Likewise.
7399         * lra.c : Likewise.
7400         * lto-cgraph.c : Likewise.
7401         * lto-compress.c : Likewise.
7402         * lto-opts.c : Likewise.
7403         * lto-section-in.c : Likewise.
7404         * lto-section-out.c : Likewise.
7405         * lto-streamer-in.c : Likewise.
7406         * lto-streamer-out.c : Likewise.
7407         * lto-streamer.c : Likewise.
7408         * lto-streamer.h : Likewise.
7409         * mcf.c : Likewise.
7410         * mode-switching.c : Likewise.
7411         * modulo-sched.c : Likewise.
7412         * omega.c : Likewise.
7413         * omp-low.c : Likewise.
7414         * optabs.c : Likewise.
7415         * opts-global.c : Likewise.
7416         * opts.h : Likewise.
7417         * passes.c : Likewise.
7418         * plugin.c : Likewise.
7419         * postreload-gcse.c : Likewise.
7420         * postreload.c : Likewise.
7421         * predict.c : Likewise.
7422         * print-rtl.c : Likewise.
7423         * print-tree.c : Likewise.
7424         * profile.c : Likewise.
7425         * read-md.c : Likewise.
7426         * read-md.h : Likewise.
7427         * read-rtl.c : Likewise.
7428         * real.c : Likewise.
7429         * realmpfr.c : Likewise.
7430         * recog.c : Likewise.
7431         * ree.c : Likewise.
7432         * reg-stack.c : Likewise.
7433         * regcprop.c : Likewise.
7434         * reginfo.c : Likewise.
7435         * regrename.c : Likewise.
7436         * regstat.c : Likewise.
7437         * reload.c : Likewise.
7438         * reload1.c : Likewise.
7439         * reorg.c : Likewise.
7440         * resource.c : Likewise.
7441         * rtl-chkp.c : Likewise.
7442         * rtl.c : Likewise.
7443         * rtl.h : Likewise.
7444         * rtlanal.c : Likewise.
7445         * rtlhash.c : Likewise.
7446         * rtlhash.h : Likewise.
7447         * rtlhooks.c : Likewise.
7448         * sanopt.c : Likewise.
7449         * sched-deps.c : Likewise.
7450         * sched-ebb.c : Likewise.
7451         * sched-rgn.c : Likewise.
7452         * sched-vis.c : Likewise.
7453         * sdbout.c : Likewise.
7454         * sel-sched-dump.c : Likewise.
7455         * sel-sched-ir.c : Likewise.
7456         * sel-sched-ir.h : Likewise.
7457         * sel-sched.c : Likewise.
7458         * sese.c : Likewise.
7459         * shrink-wrap.c : Likewise.
7460         * shrink-wrap.h : Likewise.
7461         * simplify-rtx.c : Likewise.
7462         * stack-ptr-mod.c : Likewise.
7463         * statistics.c : Likewise.
7464         * stmt.c : Likewise.
7465         * stor-layout.c : Likewise.
7466         * store-motion.c : Likewise.
7467         * stringpool.c : Likewise.
7468         * symtab.c : Likewise.
7469         * target-globals.c : Likewise.
7470         * targhooks.c : Likewise.
7471         * tlink.c : Likewise.
7472         * toplev.c : Likewise.
7473         * tracer.c : Likewise.
7474         * trans-mem.c : Likewise.
7475         * tree-affine.c : Likewise.
7476         * tree-affine.h : Likewise.
7477         * tree-browser.c : Likewise.
7478         * tree-call-cdce.c : Likewise.
7479         * tree-cfg.c : Likewise.
7480         * tree-cfgcleanup.c : Likewise.
7481         * tree-chkp-opt.c : Likewise.
7482         * tree-chkp.c : Likewise.
7483         * tree-chrec.c : Likewise.
7484         * tree-complex.c : Likewise.
7485         * tree-data-ref.c : Likewise.
7486         * tree-dfa.c : Likewise.
7487         * tree-diagnostic.c : Likewise.
7488         * tree-dump.c : Likewise.
7489         * tree-eh.c : Likewise.
7490         * tree-eh.h : Likewise.
7491         * tree-emutls.c : Likewise.
7492         * tree-hasher.h : Likewise.
7493         * tree-if-conv.c : Likewise.
7494         * tree-inline.c : Likewise.
7495         * tree-inline.h : Likewise.
7496         * tree-into-ssa.c : Likewise.
7497         * tree-iterator.c : Likewise.
7498         * tree-loop-distribution.c : Likewise.
7499         * tree-nested.c : Likewise.
7500         * tree-nrv.c : Likewise.
7501         * tree-object-size.c : Likewise.
7502         * tree-outof-ssa.c : Likewise.
7503         * tree-parloops.c : Likewise.
7504         * tree-phinodes.c : Likewise.
7505         * tree-predcom.c : Likewise.
7506         * tree-pretty-print.c : Likewise.
7507         * tree-profile.c : Likewise.
7508         * tree-scalar-evolution.c : Likewise.
7509         * tree-sra.c : Likewise.
7510         * tree-ssa-address.c : Likewise.
7511         * tree-ssa-alias.c : Likewise.
7512         * tree-ssa-ccp.c : Likewise.
7513         * tree-ssa-coalesce.c : Likewise.
7514         * tree-ssa-copy.c : Likewise.
7515         * tree-ssa-copyrename.c : Likewise.
7516         * tree-ssa-dce.c : Likewise.
7517         * tree-ssa-dom.c : Likewise.
7518         * tree-ssa-dse.c : Likewise.
7519         * tree-ssa-forwprop.c : Likewise.
7520         * tree-ssa-ifcombine.c : Likewise.
7521         * tree-ssa-live.c : Likewise.
7522         * tree-ssa-loop-ch.c : Likewise.
7523         * tree-ssa-loop-im.c : Likewise.
7524         * tree-ssa-loop-ivcanon.c : Likewise.
7525         * tree-ssa-loop-ivopts.c : Likewise.
7526         * tree-ssa-loop-manip.c : Likewise.
7527         * tree-ssa-loop-niter.c : Likewise.
7528         * tree-ssa-loop-prefetch.c : Likewise.
7529         * tree-ssa-loop-unswitch.c : Likewise.
7530         * tree-ssa-loop.c : Likewise.
7531         * tree-ssa-math-opts.c : Likewise.
7532         * tree-ssa-operands.c : Likewise.
7533         * tree-ssa-phiopt.c : Likewise.
7534         * tree-ssa-phiprop.c : Likewise.
7535         * tree-ssa-pre.c : Likewise.
7536         * tree-ssa-propagate.c : Likewise.
7537         * tree-ssa-reassoc.c : Likewise.
7538         * tree-ssa-sccvn.c : Likewise.
7539         * tree-ssa-scopedtables.c : Likewise.
7540         * tree-ssa-sink.c : Likewise.
7541         * tree-ssa-strlen.c : Likewise.
7542         * tree-ssa-structalias.c : Likewise.
7543         * tree-ssa-tail-merge.c : Likewise.
7544         * tree-ssa-ter.c : Likewise.
7545         * tree-ssa-threadedge.c : Likewise.
7546         * tree-ssa-threadupdate.c : Likewise.
7547         * tree-ssa-uncprop.c : Likewise.
7548         * tree-ssa-uninit.c : Likewise.
7549         * tree-ssa.c : Likewise.
7550         * tree-ssanames.c : Likewise.
7551         * tree-stdarg.c : Likewise.
7552         * tree-streamer-in.c : Likewise.
7553         * tree-streamer-out.c : Likewise.
7554         * tree-streamer.c : Likewise.
7555         * tree-streamer.h : Likewise.
7556         * tree-switch-conversion.c : Likewise.
7557         * tree-tailcall.c : Likewise.
7558         * tree-vect-data-refs.c : Likewise.
7559         * tree-vect-generic.c : Likewise.
7560         * tree-vect-loop-manip.c : Likewise.
7561         * tree-vect-loop.c : Likewise.
7562         * tree-vect-patterns.c : Likewise.
7563         * tree-vect-slp.c : Likewise.
7564         * tree-vect-stmts.c : Likewise.
7565         * tree-vectorizer.c : Likewise.
7566         * tree-vectorizer.h : Likewise.
7567         * tree-vrp.c : Likewise.
7568         * tree.c : Likewise.
7569         * tsan.c : Likewise.
7570         * ubsan.c : Likewise.
7571         * valtrack.c : Likewise.
7572         * valtrack.h : Likewise.
7573         * value-prof.c : Likewise.
7574         * var-tracking.c : Likewise.
7575         * varasm.c : Likewise.
7576         * varpool.c : Likewise.
7577         * vec.c: Likewise.
7578         * vmsdbgout.c : Likewise.
7579         * vtable-verify.c : Likewise.
7580         * vtable-verify.h : Likewise.
7581         * web.c : Likewise.
7582         * wide-int.cc : Likewise.
7583         * xcoffout.c : Likewise.
7584         * config/aarch64/aarch64-builtins.c : Likewise.
7585         * config/aarch64/aarch64.c : Likewise.
7586         * config/aarch64/cortex-a57-fma-steering.c : Likewise.
7587         * config/alpha/alpha.c : Likewise.
7588         * config/arc/arc.c : Likewise.
7589         * config/arm/aarch-common.c : Likewise.
7590         * config/arm/arm-builtins.c : Likewise.
7591         * config/arm/arm-c.c : Likewise.
7592         * config/arm/arm.c : Likewise.
7593         * config/avr/avr-c.c : Likewise.
7594         * config/avr/avr-log.c : Likewise.
7595         * config/avr/avr.c : Likewise.
7596         * config/bfin/bfin.c : Likewise.
7597         * config/c6x/c6x.c : Likewise.
7598         * config/cr16/cr16.c : Likewise.
7599         * config/cris/cris.c : Likewise.
7600         * config/darwin-c.c : Likewise.
7601         * config/darwin.c : Likewise.
7602         * config/default-c.c : Likewise.
7603         * config/epiphany/epiphany.c : Likewise.
7604         * config/epiphany/mode-switch-use.c : Likewise.
7605         * config/epiphany/resolve-sw-modes.c : Likewise.
7606         * config/fr30/fr30.c : Likewise.
7607         * config/frv/frv.c : Likewise.
7608         * config/ft32/ft32.c : Likewise.
7609         * config/glibc-c.c : Likewise.
7610         * config/h8300/h8300.c : Likewise.
7611         * config/i386/i386-c.c : Likewise.
7612         * config/i386/i386.c : Likewise.
7613         * config/i386/msformat-c.c : Likewise.
7614         * config/i386/winnt-cxx.c : Likewise.
7615         * config/i386/winnt-stubs.c : Likewise.
7616         * config/i386/winnt.c : Likewise.
7617         * config/ia64/ia64-c.c : Likewise.
7618         * config/ia64/ia64.c : Likewise.
7619         * config/iq2000/iq2000.c : Likewise.
7620         * config/lm32/lm32.c : Likewise.
7621         * config/m32c/m32c-pragma.c : Likewise.
7622         * config/m32c/m32c.c : Likewise.
7623         * config/m32r/m32r.c : Likewise.
7624         * config/m68k/m68k.c : Likewise.
7625         * config/mcore/mcore.c : Likewise.
7626         * config/mep/mep-pragma.c : Likewise.
7627         * config/mep/mep.c : Likewise.
7628         * config/microblaze/microblaze-c.c : Likewise.
7629         * config/microblaze/microblaze.c : Likewise.
7630         * config/mips/mips.c : Likewise.
7631         * config/mmix/mmix.c : Likewise.
7632         * config/mn10300/mn10300.c : Likewise.
7633         * config/moxie/moxie.c : Likewise.
7634         * config/msp430/msp430-c.c : Likewise.
7635         * config/msp430/msp430.c : Likewise.
7636         * config/nds32/nds32-cost.c : Likewise.
7637         * config/nds32/nds32-fp-as-gp.c : Likewise.
7638         * config/nds32/nds32-intrinsic.c : Likewise.
7639         * config/nds32/nds32-isr.c : Likewise.
7640         * config/nds32/nds32-md-auxiliary.c : Likewise.
7641         * config/nds32/nds32-memory-manipulation.c : Likewise.
7642         * config/nds32/nds32-pipelines-auxiliary.c : Likewise.
7643         * config/nds32/nds32-predicates.c : Likewise.
7644         * config/nds32/nds32.c : Likewise.
7645         * config/nios2/nios2.c : Likewise.
7646         * config/nvptx/nvptx.c : Likewise.
7647         * config/pa/pa.c : Likewise.
7648         * config/pdp11/pdp11.c : Likewise.
7649         * config/rl78/rl78-c.c : Likewise.
7650         * config/rl78/rl78.c : Likewise.
7651         * config/rs6000/rs6000-c.c : Likewise.
7652         * config/rs6000/rs6000.c : Likewise.
7653         * config/rx/rx.c : Likewise.
7654         * config/s390/s390-c.c : Likewise.
7655         * config/s390/s390.c : Likewise.
7656         * config/sh/sh-c.c : Likewise.
7657         * config/sh/sh-mem.cc : Likewise.
7658         * config/sh/sh.c : Likewise.
7659         * config/sh/sh_optimize_sett_clrt.cc : Likewise.
7660         * config/sh/sh_treg_combine.cc : Likewise.
7661         * config/sol2-c.c : Likewise.
7662         * config/sol2-cxx.c : Likewise.
7663         * config/sol2-stubs.c : Likewise.
7664         * config/sol2.c : Likewise.
7665         * config/sparc/sparc-c.c : Likewise.
7666         * config/sparc/sparc.c : Likewise.
7667         * config/spu/spu-c.c : Likewise.
7668         * config/spu/spu.c : Likewise.
7669         * config/stormy16/stormy16.c : Likewise.
7670         * config/tilegx/mul-tables.c : Likewise.
7671         * config/tilegx/tilegx-c.c : Likewise.
7672         * config/tilegx/tilegx.c : Likewise.
7673         * config/tilepro/mul-tables.c : Likewise.
7674         * config/tilepro/tilepro-c.c : Likewise.
7675         * config/tilepro/tilepro.c : Likewise.
7676         * config/v850/v850-c.c : Likewise.
7677         * config/v850/v850.c : Likewise.
7678         * config/vax/vax.c : Likewise.
7679         * config/visium/visium.c : Likewise.
7680         * config/vms/vms-c.c : Likewise.
7681         * config/vms/vms.c : Likewise.
7682         * config/vxworks.c : Likewise.
7683         * config/winnt-c.c : Likewise.
7684         * config/xtensa/xtensa.c : Likewise.
7686 2015-06-08  Jan Hubicka  <hubicka@ucw.cz>
7688         PR lto/65378
7689         * ipa-utils.h (warn_types_mismatch): Update prototype.
7690         * ipa-devirt.c (odr_types_equivalent_p): Add loc1/loc2
7691         parameters.
7692         (type_mismatch_p): New function.
7693         (warn_types_mismatch): Reorg to work better on non-C++ types.
7694         (odr_types_equivalent_p): Add loc1/loc2 parameters.
7695         (add_type_duplicate): Update.
7697 2015-06-08  Tom de Vries  <tom@codesourcery.com>
7699         PR rtl-optimization/66444
7700         * postreload.c (reload_combine): Use get_call_reg_set_usage instead of
7701         call_used_regs.
7703 2015-06-08  Richard Biener  <rguenther@suse.de>
7705         PR tree-optimization/66422
7706         * tree-ssa-loop-ivcanon.c (remove_exits_and_undefined_stmts): Split
7707         block after inserted gcc_unreachable.
7709 2015-06-08  Nick Clifton  <nickc@redhat.com>
7711         * config/rx/rx.c (rx_function_value): Do not promote vector types.
7712         (rx_promote_function_mode): Likewise.
7713         * config/rx/rx.h (LIBCALL_VALUE): Likewise.
7715 2015-06-08  Jakub Jelinek  <jakub@redhat.com>
7717         * genattrtab.c (insn_alternatives): Change type from int *
7718         to uint64_t *.
7719         (check_attr_test): Shift ((uint64_t) 1) instead of 1 up.
7720         (get_attr_value): Change type of num_alt to uint64_t.
7721         (compute_alternative_mask): Change return type from
7722         int to uint64_t, shift ((uint64_t) 1) instead of 1 up.
7723         (make_alternative_compare, mk_attr_alt): Change argument type
7724         from int to uint64_t.
7725         (simplify_test_exp): Change type of i from int to uint64_t.
7726         Shift ((uint64_t) 1) instead of 1 up.
7727         (main): Adjust oballocvec first argument from int to uint64_t.
7728         Shift ((uint64_t) 1) instead of 1 up.
7730 2015-06-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
7732         PR other/65366
7733         * gdbhooks.py: Import sys.
7734         (intptr): New function.  Replace int(...) by intptr(...).
7736 2015-06-08  Richard Biener  <rguenther@suse.de>
7738         * tree-vect-stmts.c (vectorizable_load): Compute the pointer
7739         adjustment for gaps at the end of a SLP load group properly.
7740         * tree-vect-slp.c (vect_supported_load_permutation_p): Allow
7741         all permutations we can generate.
7742         (vect_transform_slp_perm_load): Use the correct group-size.
7744 2015-06-08  Marc Glisse  <marc.glisse@inria.fr>
7746         * genmatch.c (expr::gen_transform): For conditions, guess the type
7747         from the second operand.
7749 2015-06-08  Tom de Vries  <tom@codesourcery.com>
7751         PR tree-optimization/66442
7752         * gimple-iterator.h (gimple_seq_nondebug_singleton_p): Add function.
7753         * tree-parloops.c (try_transform_to_exit_first_loop_alt): Return false
7754         if the loop latch is not a singleton.  Use
7755         gimple_seq_nondebug_singleton_p instead of gimple_seq_singleton_p.
7757 2015-06-08  Marek Polacek  <polacek@redhat.com>
7759         PR sanitizer/66452
7760         * toplev.c (check_global_declaration): Don't warn about artificial
7761         decls.
7763 2015-06-08  Tom de Vries  <tom@codesourcery.com>
7765         PR tree-optimization/66436
7766         * cgraphunit.c (cgraph_node::analyze): Don't dump function to gimple
7767         dump file.
7768         * gimplify.c: Add tree-dump.h include.
7769         (gimplify_function_tree): Dump function to gimple dump file.
7770         * stor-layout.c (finalize_size_functions): Don't dump function to gimple
7771         dump file.
7773 2015-06-08  Tom de Vries  <tom@codesourcery.com>
7775         PR tree-optimization/66435
7776         * cgraphunit.c (cgraph_node::add_new_function): Dump message on new
7777         function.
7779 2015-06-06  Jan Hubicka  <hubicka@ucw.cz>
7781         * alias.c (get_alias_set): Be ready for TYPE_CANONICAL
7782         of ptr_type_node to not be ptr_to_node.
7783         * tree.c (gimple_types_compatible_p): Do not match TREE_CODE of
7784         TREE_TYPE of pointers.
7785         * gimple-expr.c (useless_type_conversion): Reorder the check for
7786         function pointers and TYPE_CANONICAL.
7788 2015-06-06  John David Anglin  <danglin@gcc.gnu.org>
7790         PR bootstrap/66319
7791         * config/pa/pa-hpux10.h (TARGET_OS_CPP_BUILTINS): Rearrange builtin
7792         defines.  Define _LARGEFILE_SOURCE and _LARGEFILE64_SOURCE for c++.
7793         Define _XOPEN_UNIX and _XOPEN_SOURCE_EXTENDED for c++ if unix95 or
7794         later.
7795         * config/pa/pa-hpux11.h (TARGET_OS_CPP_BUILTINS): Likewise.
7796         Define _INCLUDE_STDC_SOURCE_PRE_199901, _INCLUDE_STDC_SOURCE_199901,
7797         _INCLUDE_XOPEN_SOURCE_PRE_500, _INCLUDE_XOPEN_SOURCE_520,
7798         _INCLUDE_XOPEN_SOURCE_PRE_600 and _INCLUDE_XOPEN_SOURCE_600 for c++
7799         and non iso if unix2003.
7801 2015-06-06  Aldy Hernandez  <aldyh@redhat.com>
7803         * dwarf2out.c (gen_lexical_block_die): Initialize stmt_die.
7805 2015-06-06  Richard Sandiford  <richard.sandiford@arm.com>
7807         * emit-rtl.c, expr.c, gcse.c, optabs.c, optabs.h, print-rtl.c,
7808         rtl.h, bb-reorder.c, builtins.c, calls.c, cfgbuild.c, cfgexpand.c,
7809         cfgrtl.c, cilk-common.c, config/i386/i386.md, cse.c, dwarf2cfi.c,
7810         except.c, final.c, function.c, gcse-common.c, genemit.c,
7811         haifa-sched.c, ifcvt.c, jump.c, loop-invariant.c, loop-iv.c,
7812         lra-constraints.c, lra.c, reload1.c, resource.c, rtlanal.c,
7813         sched-deps.c, sched-ebb.c, sel-sched-ir.c, sel-sched.c,
7814         shrink-wrap.c, stmt.c, store-motion.c: Replace rtx base types with
7815         more derived ones.
7817 2015-06-06  Mikhail Maltsev  <maltsevm@gmail.com>
7819         * combine.c (combine_split_insns): Remove cast.
7820         * config/bfin/bfin.c (hwloop_fail): Add cast in try_split call.
7821         * config/sh/sh.c (sh_try_split_insn_simple): Remove cast.
7822         * config/sh/sh_treg_combine.cc (sh_treg_combine::execute): Add cast.
7823         * emit-rtl.c (try_split): Promote type of trial argument to rtx_insn.
7824         * genemit.c (gen_split): Change return type of generated functions to
7825         rtx_insn.
7826         * genrecog.c (get_failure_return): Use NULL instead of NULL_RTX.
7827         (print_subroutine_start): Promote rtx to rtx_insn in gen_split_* and
7828         gen_peephole2_* functions.
7829         (print_subroutine, main): Likewise.
7830         * recog.c (peephole2_optimize): Remove cast.
7831         (peep2_next_insn): Promote return type to rtx_insn.
7832         * recog.h (peep2_next_insn): Fix prototype.
7833         * rtl.h (try_split, split_insns): Likewise.
7835 2015-06-06  DJ Delorie  <dj@redhat.com>
7837         * config/msp430/msp430.c (msp430_asm_integer): Support addition
7838         and subtraction too.
7840 2015-06-05  Kaz Kojima  <kkojima@gcc.gnu.org>
7842         PR target/66410
7843         * config/sh/constraints.md (Sid, Ssd): New memory constraints.
7844         * config/sh/sh.md (*mov<mode>): Use Sid and Ssd alternatives
7845         instead of Snd.  Disparage Sid/z alternative with '^'.
7847 2015-06-05  Aldy Hernandez  <aldyh@redhat.com>
7849         * dwarf2out.c: Remove deferred_locations*.
7850         (dwarf2_debug_hooks): Add early_finish hook.
7851         Remove global_decl hook.
7852         Add early_global_decl and late_global_decl hook.
7853         New global early_dwarf.
7854         New structure set_early_dwarf.
7855         (output_die): Indicate whether a DIE was generated early
7856         when generating assembly with -dA.
7857         (struct limbo_die_struct): Document created_for field.
7858         Remove file_table_last_lookup.
7859         (remove_AT): Return TRUE if successful.
7860         (remove_child_TAG): Clear die_parent.
7861         (reparent_child): New function abstracted from...
7862         (splice_child_die): ...here.
7863         (new_die): ICE if a DIE ends up in limbo too late.
7864         (check_die): New.
7865         (defer_location): Remove.
7866         (add_subscript_info): Reuse DW_TAG_subrange_type if available.
7867         (fill_variable_array_bounds): New.
7868         (decl_start_label): Call fill_variable_array_bounds.
7869         (gen_formal_parameter_die): Rewrite to reuse previously generated
7870         DIEs.
7871         (gen_subprogram_die): Same.
7872         (gen_variable_die): Same.
7873         (gen_const_die): Same.
7874         (gen_label_die): Same.
7875         (gen_lexical_block_die): Same.
7876         (decl_will_get_specification_p): New.
7877         (local_function_static): New.
7878         (gen_struct_or_union_type_die): Fill in variable-length fields.
7879         (gen_typedef_die): Fill in variable-length typedefs.
7880         (gen_tagged_type_die): Gracefully return on error_mark_node.
7881         Handle re-entrancy.
7882         (gen_type_die_with_usage): Handle variable-length types.
7883         Remove duplicate code for ARRAY_TYPE case.
7884         (process_scope_var): Only process imported modules during early
7885         dwarf.
7886         (dwarf2out_early_global_decl): New.
7887         (dwarf2out_late_global_decl): Rename from dwarf2out_global_decl.
7888         (dwarf2out_type_decl): Set early_dwarf while calling
7889         dwarf2out_decl.
7890         (dwarf2out_decl): Verify that we did not recreate a previously
7891         generated DIE.
7892         Do not return on DECL_EXTERNALs in VAR_DECLs.
7893         Abstract some code to local_function_static.
7894         (lookup_filename): Remove use of file_table_last_lookup.
7895         Gracefully exit on missing file_name.
7896         (dwarf2out_finish): Verify limbo list.
7897         Remove deferred_locations_list use.
7898         Move deferred_asm_name and limbo flushing to...
7899         (dwarf2out_early_finish): ...here.  New.
7900         (dwarf2out_c_finalize): Remove set of deferred_location_list,
7901         deferred_asm_name, and file_table_last_lookup.
7902         * cgraph.h (referred_to_p): Add default argument.
7903         * cgraphunit.c (referred_to_p): Add and handle include_self
7904         argument.
7905         (analyze_functions): Add first_time argument.
7906         Call check_global_declaration for all symbols.
7907         Call late_global_decl for nodes for moribund nodes.
7908         (finalize_compilation_unit): Add new argument to
7909         analyze_functions.
7910         Call early_global_decl for functions.
7911         Call early_finish debug hook.
7912         * dbxout.c (dbxout_early_global_decl): New.
7913         (dbxout_late_global_decl): New.  Adapted from dbxout_global_decl.
7914         (dbx_debug_hooks): Add new hooks.
7915         (xcoff_debug_hooks): Same.
7916         * debug.c (do_nothing_debug_hooks): Add early_finish field.
7917         Add early and late debug hooks.
7918         Remove global_decl hook.
7919         * debug.h (struct gcc_debug_hooks): Add early_finish,
7920         early_global_decl, and late_global_decl fields.
7921         Remove global_decl field.
7922         Document gcc_debug_hooks.
7923         * gengtype.c (output_typename): Remove.
7924         * godump.c (go_early_global_decl): New.
7925         (go_late_global_decl): New.
7926         (go_global_decl): Remove.
7927         (dump_go_spec_init): Remove global_decl.  Add
7928         {early,late}_global_decl.
7929         * langhooks-def.h (LANG_HOOKS_WRITE_GLOBALS): Remove.
7930         (LANG_HOOKS_POST_COMPILATION_PARSING_CLEANUPS): New.
7931         * langhooks.c (lhd_warn_unused_global_decl): Adjust comment.
7932         (write_global_declarations): Remove.
7933         (global_decl_processing): New.
7934         * langhooks.h (struct lang_hooks_for_decls): Remove
7935         final_write_globals field.
7936         Add post_compilation_parsing_cleanups field.
7937         * passes.c (rest_of_decl_compilation): Call early_global_decl.
7938         * sdbout.c: Add early and late_global_decl hooks.  Remove
7939         sdbout_global_decl hook.
7940         Add early_finish field for sdb_debug_hooks.
7941         (sdbout_global_decl): Remove.
7942         (sdbout_early_global_decl): New.
7943         (sdbout_late_global_decl): New.
7944         * timevar.def (TV_PHASE_LATE_PARSING_CLEANUPS): New.
7945         * toplev.c (check_global_declaration): Rename from
7946         check_global_declaration_1.
7947         Adapt to use symtab infrastructure.
7948         (check_global_declarations): Remove.
7949         (emit_debug_global_declarations): Remove.
7950         (compile_file): Remove call to final_write_globals langhook.
7951         Run the actual compilation process.
7952         Perform any post compilation parser cleanups.
7953         Generate late debug info.
7954         * toplev.h (check_global_declaration): New.
7955         (check_global_declaration_1): Remove.
7956         (check_global_declarations): Remove.
7957         (write_global_declarations): Remove.
7958         (emit_debug_global_declarations): Remove.
7959         (global_decl_processing): New.
7960         * tree-core.h (struct tree_block): Add DIE field.
7961         * tree.h (BLOCK_DIE): New.
7962         * vmsdbgout.c (vmsdbgout_global_decl): Remove function and its use
7963         throughout.
7964         (vmsdbgout_early_global_decl): New.
7965         (vmsdbgout_late_global_decl): New.
7966         Add early_finish debug hook field to vmsdbg_debug_hooks.
7967         Remove vmsdbgout_decl to vmsdbgout_function_decl.
7968         Add early and late_global_decl debug hooks.
7970 2015-06-05  Julian Brown  <julian@codesourcery.com>
7971             Sandra Loosemore  <sandra@codesourcery.com>
7973         * config/print-sysroot-suffix.sh: Handle MULTILIB_REUSE settings.
7974         * config/t-sysroot-suffix (sysroot-suffix.h): Pass MULTILIB_REUSE
7975         to print-sysroot-suffix.sh script.
7977 2015-06-05  Tom de Vries  <tom@codesourcery.com>
7979         merge from gomp4 branch:
7980         2015-05-28  Tom de Vries  <tom@codesourcery.com>
7982         PR tree-optimization/65443
7983         * tree-parloops.c (replace_imm_uses, replace_uses_in_bb_by)
7984         (replace_uses_in_bbs_by, transform_to_exit_first_loop_alt)
7985         (try_transform_to_exit_first_loop_alt): New function.
7986         (transform_to_exit_first_loop): Use
7987         try_transform_to_exit_first_loop_alt.
7989 2015-06-05  James Greenhalgh  <james.greenhalgh@arm.com>
7991         * builtins.c (expand_builtin_atomic_compare_exchange): Call
7992         emit_cmp_and_jump_insns with the mode of target.
7994 2015-06-05  Venkataramanan Kumar  <venkataramanan.kumar@amd.com>
7996         * config/i386/sse.md (sse3_mwait): Swap the operand constriants.
7998 2015-06-04  DJ Delorie  <dj@redhat.com>
8000         * config/msp430/msp430.md (movsi_s): New.  Special case for
8001         storing a 20-bit symbol into a 32-bit register.
8002         * config/msp430/msp430.c (msp430_subreg): Add support for it.
8003         * config/msp430/predicates.md (msp430_symbol_operand): New.
8005 2015-06-04  Sriraman Tallam  <tmsriram@google.com>
8007         * c-family/c-common.c (noplt): New attribute.
8008         (handle_noplt_attribute): New handler.
8009         * calls.c (prepare_call_address): Check for noplt
8010         attribute.
8011         * config/i386/i386.c (ix86_expand_call): Check
8012         for noplt attribute.
8013         (ix86_nopic_noplt_attribute_p): New function.
8014         (ix86_output_call_insn): Output indirect call for non-pic
8015         no plt calls.
8016         * doc/extend.texi (noplt): Document new attribute.
8017         * doc/invoke.texi: Document new attribute.
8019 2015-06-04  Andrew MacLeod  <amacleod@redhat.com>
8021         * coretypes.h: Include machmode.h, signop.h, wide-int.h, double-int.h,
8022         real.h, and fixed-value.h when included in host source files.
8023         * double-int.h: Remove redundant #includes listed above.
8024         * fixed-value.h: Likewise.
8025         * real.h: Likewise.
8026         * wide-int.h: Likewise.
8027         * inchash.h: Likewise.
8028         * rtl.h: Add some include files When included from a generator file.
8029         * target.h: Remove wide-int.h and insn-modes.h from the include list.
8030         * internal-fn.h: Don't include coretypes.h.
8031         * alias.c: Adjust includes for restructured coretypes.h.
8032         * asan.c: Likewise.
8033         * attribs.c: Likewise.
8034         * auto-inc-dec.c: Likewise.
8035         * auto-profile.c: Likewise.
8036         * bb-reorder.c: Likewise.
8037         * bt-load.c: Likewise.
8038         * builtins.c: Likewise.
8039         * caller-save.c: Likewise.
8040         * calls.c: Likewise.
8041         * ccmp.c: Likewise.
8042         * cfg.c: Likewise.
8043         * cfganal.c: Likewise.
8044         * cfgbuild.c: Likewise.
8045         * cfgcleanup.c: Likewise.
8046         * cfgexpand.c: Likewise.
8047         * cfghooks.c: Likewise.
8048         * cfgloop.c: Likewise.
8049         * cfgloop.h: Likewise.
8050         * cfgloopanal.c: Likewise.
8051         * cfgloopmanip.c: Likewise.
8052         * cfgrtl.c: Likewise.
8053         * cgraph.c: Likewise.
8054         * cgraphbuild.c: Likewise.
8055         * cgraphclones.c: Likewise.
8056         * cgraphunit.c: Likewise.
8057         * cilk-common.c: Likewise.
8058         * combine-stack-adj.c: Likewise.
8059         * combine.c: Likewise.
8060         * compare-elim.c: Likewise.
8061         * convert.c: Likewise.
8062         * coverage.c: Likewise.
8063         * cppbuiltin.c: Likewise.
8064         * cprop.c: Likewise.
8065         * cse.c: Likewise.
8066         * cselib.c: Likewise.
8067         * data-streamer-in.c: Likewise.
8068         * data-streamer-out.c: Likewise.
8069         * data-streamer.c: Likewise.
8070         * dbxout.c: Likewise.
8071         * dce.c: Likewise.
8072         * ddg.c: Likewise.
8073         * debug.c: Likewise.
8074         * df-core.c: Likewise.
8075         * df-problems.c: Likewise.
8076         * df-scan.c: Likewise.
8077         * df.h: Likewise.
8078         * dfp.c: Likewise.
8079         * dojump.c: Likewise.
8080         * dominance.c: Likewise.
8081         * domwalk.c: Likewise.
8082         * double-int.c: Likewise.
8083         * dse.c: Likewise.
8084         * dumpfile.c: Likewise.
8085         * dwarf2asm.c: Likewise.
8086         * dwarf2cfi.c: Likewise.
8087         * dwarf2out.c: Likewise.
8088         * dwarf2out.h: Likewise.
8089         * emit-rtl.c: Likewise.
8090         * et-forest.c: Likewise.
8091         * except.c: Likewise.
8092         * explow.c: Likewise.
8093         * expmed.c: Likewise.
8094         * expr.c: Likewise.
8095         * final.c: Likewise.
8096         * fixed-value.c: Likewise.
8097         * fold-const.c: Likewise.
8098         * function.c: Likewise.
8099         * fwprop.c: Likewise.
8100         * gcc-plugin.h: Likewise.
8101         * gcse.c: Likewise.
8102         * generic-match-head.c: Likewise.
8103         * ggc-page.c: Likewise.
8104         * gimple-builder.c: Likewise.
8105         * gimple-expr.c: Likewise.
8106         * gimple-fold.c: Likewise.
8107         * gimple-iterator.c: Likewise.
8108         * gimple-low.c: Likewise.
8109         * gimple-match-head.c: Likewise.
8110         * gimple-pretty-print.c: Likewise.
8111         * gimple-ssa-isolate-paths.c: Likewise.
8112         * gimple-ssa-strength-reduction.c: Likewise.
8113         * gimple-streamer-in.c: Likewise.
8114         * gimple-streamer-out.c: Likewise.
8115         * gimple-streamer.h: Likewise.
8116         * gimple-walk.c: Likewise.
8117         * gimple.c: Likewise.
8118         * gimplify-me.c: Likewise.
8119         * gimplify.c: Likewise.
8120         * godump.c: Likewise.
8121         * graph.c: Likewise.
8122         * graphite-blocking.c: Likewise.
8123         * graphite-dependences.c: Likewise.
8124         * graphite-interchange.c: Likewise.
8125         * graphite-isl-ast-to-gimple.c: Likewise.
8126         * graphite-optimize-isl.c: Likewise.
8127         * graphite-poly.c: Likewise.
8128         * graphite-scop-detection.c: Likewise.
8129         * graphite-sese-to-poly.c: Likewise.
8130         * graphite.c: Likewise.
8131         * haifa-sched.c: Likewise.
8132         * hooks.h: Likewise.
8133         * hw-doloop.c: Likewise.
8134         * ifcvt.c: Likewise.
8135         * incpath.c: Likewise.
8136         * init-regs.c: Likewise.
8137         * internal-fn.c: Likewise.
8138         * ipa-chkp.c: Likewise.
8139         * ipa-comdats.c: Likewise.
8140         * ipa-cp.c: Likewise.
8141         * ipa-devirt.c: Likewise.
8142         * ipa-icf-gimple.c: Likewise.
8143         * ipa-icf.c: Likewise.
8144         * ipa-inline-analysis.c: Likewise.
8145         * ipa-inline-transform.c: Likewise.
8146         * ipa-inline.c: Likewise.
8147         * ipa-polymorphic-call.c: Likewise.
8148         * ipa-profile.c: Likewise.
8149         * ipa-prop.c: Likewise.
8150         * ipa-pure-const.c: Likewise.
8151         * ipa-ref.c: Likewise.
8152         * ipa-reference.c: Likewise.
8153         * ipa-split.c: Likewise.
8154         * ipa-utils.c: Likewise.
8155         * ipa-visibility.c: Likewise.
8156         * ipa.c: Likewise.
8157         * ira-build.c: Likewise.
8158         * ira-color.c: Likewise.
8159         * ira-conflicts.c: Likewise.
8160         * ira-costs.c: Likewise.
8161         * ira-emit.c: Likewise.
8162         * ira-lives.c: Likewise.
8163         * ira.c: Likewise.
8164         * jump.c: Likewise.
8165         * langhooks.c: Likewise.
8166         * lcm.c: Likewise.
8167         * loop-doloop.c: Likewise.
8168         * loop-init.c: Likewise.
8169         * loop-invariant.c: Likewise.
8170         * loop-iv.c: Likewise.
8171         * loop-unroll.c: Likewise.
8172         * lower-subreg.c: Likewise.
8173         * lra-assigns.c: Likewise.
8174         * lra-coalesce.c: Likewise.
8175         * lra-constraints.c: Likewise.
8176         * lra-eliminations.c: Likewise.
8177         * lra-lives.c: Likewise.
8178         * lra-remat.c: Likewise.
8179         * lra-spills.c: Likewise.
8180         * lra.c: Likewise.
8181         * lto-cgraph.c: Likewise.
8182         * lto-compress.c: Likewise.
8183         * lto-opts.c: Likewise.
8184         * lto-section-in.c: Likewise.
8185         * lto-section-out.c: Likewise.
8186         * lto-streamer-in.c: Likewise.
8187         * lto-streamer-out.c: Likewise.
8188         * lto-streamer.c: Likewise.
8189         * mcf.c: Likewise.
8190         * mode-switching.c: Likewise.
8191         * modulo-sched.c: Likewise.
8192         * omega.c: Likewise.
8193         * omp-low.c: Likewise.
8194         * optabs.c: Likewise.
8195         * opts-global.c: Likewise.
8196         * passes.c: Likewise.
8197         * plugin.c: Likewise.
8198         * postreload-gcse.c: Likewise.
8199         * postreload.c: Likewise.
8200         * predict.c: Likewise.
8201         * print-rtl.c: Likewise.
8202         * print-tree.c: Likewise.
8203         * profile.c: Likewise.
8204         * real.c: Likewise.
8205         * realmpfr.c: Likewise.
8206         * realmpfr.h: Likewise.
8207         * recog.c: Likewise.
8208         * ree.c: Likewise.
8209         * reg-stack.c: Likewise.
8210         * regcprop.c: Likewise.
8211         * reginfo.c: Likewise.
8212         * regrename.c: Likewise.
8213         * regs.h: Likewise.
8214         * regstat.c: Likewise.
8215         * reload.c: Likewise.
8216         * reload1.c: Likewise.
8217         * reorg.c: Likewise.
8218         * resource.c: Likewise.
8219         * rtl-chkp.c: Likewise.
8220         * rtlanal.c: Likewise.
8221         * rtlhooks.c: Likewise.
8222         * sanopt.c: Likewise.
8223         * sched-deps.c: Likewise.
8224         * sched-ebb.c: Likewise.
8225         * sched-rgn.c: Likewise.
8226         * sched-vis.c: Likewise.
8227         * sdbout.c: Likewise.
8228         * sel-sched-dump.c: Likewise.
8229         * sel-sched-ir.c: Likewise.
8230         * sel-sched.c: Likewise.
8231         * sese.c: Likewise.
8232         * shrink-wrap.c: Likewise.
8233         * shrink-wrap.h: Likewise.
8234         * simplify-rtx.c: Likewise.
8235         * stack-ptr-mod.c: Likewise.
8236         * statistics.c: Likewise.
8237         * stmt.c: Likewise.
8238         * stor-layout.c: Likewise.
8239         * store-motion.c: Likewise.
8240         * stringpool.c: Likewise.
8241         * symtab.c: Likewise.
8242         * target-globals.c: Likewise.
8243         * targhooks.c: Likewise.
8244         * toplev.c: Likewise.
8245         * tracer.c: Likewise.
8246         * trans-mem.c: Likewise.
8247         * tree-affine.c: Likewise.
8248         * tree-affine.h: Likewise.
8249         * tree-browser.c: Likewise.
8250         * tree-call-cdce.c: Likewise.
8251         * tree-cfg.c: Likewise.
8252         * tree-cfgcleanup.c: Likewise.
8253         * tree-chkp-opt.c: Likewise.
8254         * tree-chkp.c: Likewise.
8255         * tree-chrec.c: Likewise.
8256         * tree-complex.c: Likewise.
8257         * tree-data-ref.c: Likewise.
8258         * tree-dfa.c: Likewise.
8259         * tree-diagnostic.c: Likewise.
8260         * tree-dump.c: Likewise.
8261         * tree-eh.c: Likewise.
8262         * tree-emutls.c: Likewise.
8263         * tree-if-conv.c: Likewise.
8264         * tree-inline.c: Likewise.
8265         * tree-into-ssa.c: Likewise.
8266         * tree-iterator.c: Likewise.
8267         * tree-loop-distribution.c: Likewise.
8268         * tree-nested.c: Likewise.
8269         * tree-nrv.c: Likewise.
8270         * tree-object-size.c: Likewise.
8271         * tree-outof-ssa.c: Likewise.
8272         * tree-parloops.c: Likewise.
8273         * tree-phinodes.c: Likewise.
8274         * tree-predcom.c: Likewise.
8275         * tree-pretty-print.c: Likewise.
8276         * tree-pretty-print.h: Likewise.
8277         * tree-profile.c: Likewise.
8278         * tree-scalar-evolution.c: Likewise.
8279         * tree-sra.c: Likewise.
8280         * tree-ssa-address.c: Likewise.
8281         * tree-ssa-alias.c: Likewise.
8282         * tree-ssa-ccp.c: Likewise.
8283         * tree-ssa-coalesce.c: Likewise.
8284         * tree-ssa-copy.c: Likewise.
8285         * tree-ssa-copyrename.c: Likewise.
8286         * tree-ssa-dce.c: Likewise.
8287         * tree-ssa-dom.c: Likewise.
8288         * tree-ssa-dse.c: Likewise.
8289         * tree-ssa-forwprop.c: Likewise.
8290         * tree-ssa-ifcombine.c: Likewise.
8291         * tree-ssa-live.c: Likewise.
8292         * tree-ssa-loop-ch.c: Likewise.
8293         * tree-ssa-loop-im.c: Likewise.
8294         * tree-ssa-loop-ivcanon.c: Likewise.
8295         * tree-ssa-loop-ivopts.c: Likewise.
8296         * tree-ssa-loop-manip.c: Likewise.
8297         * tree-ssa-loop-niter.c: Likewise.
8298         * tree-ssa-loop-prefetch.c: Likewise.
8299         * tree-ssa-loop-unswitch.c: Likewise.
8300         * tree-ssa-loop.c: Likewise.
8301         * tree-ssa-loop.h: Likewise.
8302         * tree-ssa-math-opts.c: Likewise.
8303         * tree-ssa-operands.c: Likewise.
8304         * tree-ssa-phiopt.c: Likewise.
8305         * tree-ssa-phiprop.c: Likewise.
8306         * tree-ssa-pre.c: Likewise.
8307         * tree-ssa-propagate.c: Likewise.
8308         * tree-ssa-reassoc.c: Likewise.
8309         * tree-ssa-sccvn.c: Likewise.
8310         * tree-ssa-scopedtables.c: Likewise.
8311         * tree-ssa-sink.c: Likewise.
8312         * tree-ssa-strlen.c: Likewise.
8313         * tree-ssa-structalias.c: Likewise.
8314         * tree-ssa-tail-merge.c: Likewise.
8315         * tree-ssa-ter.c: Likewise.
8316         * tree-ssa-threadedge.c: Likewise.
8317         * tree-ssa-threadupdate.c: Likewise.
8318         * tree-ssa-uncprop.c: Likewise.
8319         * tree-ssa-uninit.c: Likewise.
8320         * tree-ssa.c: Likewise.
8321         * tree-ssanames.c: Likewise.
8322         * tree-stdarg.c: Likewise.
8323         * tree-streamer-in.c: Likewise.
8324         * tree-streamer-out.c: Likewise.
8325         * tree-streamer.c: Likewise.
8326         * tree-switch-conversion.c: Likewise.
8327         * tree-tailcall.c: Likewise.
8328         * tree-vect-data-refs.c: Likewise.
8329         * tree-vect-generic.c: Likewise.
8330         * tree-vect-loop-manip.c: Likewise.
8331         * tree-vect-loop.c: Likewise.
8332         * tree-vect-patterns.c: Likewise.
8333         * tree-vect-slp.c: Likewise.
8334         * tree-vect-stmts.c: Likewise.
8335         * tree-vectorizer.c: Likewise.
8336         * tree-vrp.c: Likewise.
8337         * tree.c: Likewise.
8338         * tsan.c: Likewise.
8339         * ubsan.c: Likewise.
8340         * valtrack.c: Likewise.
8341         * value-prof.c: Likewise.
8342         * var-tracking.c: Likewise.
8343         * varasm.c: Likewise.
8344         * varpool.c: Likewise.
8345         * vmsdbgout.c: Likewise.
8346         * vtable-verify.c: Likewise.
8347         * web.c: Likewise.
8348         * wide-int-print.cc: Likewise.
8349         * wide-int-print.h: Likewise.
8350         * wide-int.cc: Likewise.
8351         * xcoffout.c: Likewise.
8352         * config/aarch64/aarch64-builtins.c: Likewise.
8353         * config/aarch64/aarch64.c: Likewise.
8354         * config/aarch64/cortex-a57-fma-steering.c: Likewise.
8355         * config/alpha/alpha.c: Likewise.
8356         * config/arc/arc.c: Likewise.
8357         * config/arm/aarch-common.c: Likewise.
8358         * config/arm/arm-builtins.c: Likewise.
8359         * config/arm/arm-c.c: Likewise.
8360         * config/arm/arm.c: Likewise.
8361         * config/avr/avr-c.c: Likewise.
8362         * config/avr/avr-log.c: Likewise.
8363         * config/avr/avr.c: Likewise.
8364         * config/bfin/bfin.c: Likewise.
8365         * config/c6x/c6x.c: Likewise.
8366         * config/cr16/cr16.c: Likewise.
8367         * config/cris/cris.c: Likewise.
8368         * config/darwin-c.c: Likewise.
8369         * config/darwin.c: Likewise.
8370         * config/default-c.c: Likewise.
8371         * config/epiphany/epiphany.c: Likewise.
8372         * config/epiphany/mode-switch-use.c: Likewise.
8373         * config/epiphany/resolve-sw-modes.c: Likewise.
8374         * config/fr30/fr30.c: Likewise.
8375         * config/frv/frv.c: Likewise.
8376         * config/ft32/ft32.c: Likewise.
8377         * config/glibc-c.c: Likewise.
8378         * config/h8300/h8300.c: Likewise.
8379         * config/i386/i386-c.c: Likewise.
8380         * config/i386/i386.c: Likewise.
8381         * config/i386/msformat-c.c: Likewise.
8382         * config/i386/winnt-cxx.c: Likewise.
8383         * config/i386/winnt-stubs.c: Likewise.
8384         * config/i386/winnt.c: Likewise.
8385         * config/ia64/ia64-c.c: Likewise.
8386         * config/ia64/ia64.c: Likewise.
8387         * config/iq2000/iq2000.c: Likewise.
8388         * config/lm32/lm32.c: Likewise.
8389         * config/m32c/m32c-pragma.c: Likewise.
8390         * config/m32c/m32c.c: Likewise.
8391         * config/m32r/m32r.c: Likewise.
8392         * config/m68k/m68k.c: Likewise.
8393         * config/mcore/mcore.c: Likewise.
8394         * config/mep/mep-pragma.c: Likewise.
8395         * config/mep/mep.c: Likewise.
8396         * config/microblaze/microblaze-c.c: Likewise.
8397         * config/microblaze/microblaze.c: Likewise.
8398         * config/mips/mips.c: Likewise.
8399         * config/mmix/mmix.c: Likewise.
8400         * config/mn10300/mn10300.c: Likewise.
8401         * config/moxie/moxie.c: Likewise.
8402         * config/msp430/msp430-c.c: Likewise.
8403         * config/msp430/msp430.c: Likewise.
8404         * config/nds32/nds32-cost.c: Likewise.
8405         * config/nds32/nds32-fp-as-gp.c: Likewise.
8406         * config/nds32/nds32-intrinsic.c: Likewise.
8407         * config/nds32/nds32-isr.c: Likewise.
8408         * config/nds32/nds32-md-auxiliary.c: Likewise.
8409         * config/nds32/nds32-memory-manipulation.c: Likewise.
8410         * config/nds32/nds32-pipelines-auxiliary.c: Likewise.
8411         * config/nds32/nds32-predicates.c: Likewise.
8412         * config/nds32/nds32.c: Likewise.
8413         * config/nios2/nios2.c: Likewise.
8414         * config/nvptx/nvptx.c: Likewise.
8415         * config/pa/pa.c: Likewise.
8416         * config/pdp11/pdp11.c: Likewise.
8417         * config/rl78/rl78-c.c: Likewise.
8418         * config/rl78/rl78.c: Likewise.
8419         * config/rs6000/rs6000-c.c: Likewise.
8420         * config/rs6000/rs6000.c: Likewise.
8421         * config/rx/rx.c: Likewise.
8422         * config/s390/s390-c.c: Likewise.
8423         * config/s390/s390.c: Likewise.
8424         * config/sh/sh-c.c: Likewise.
8425         * config/sh/sh-mem.cc: Likewise.
8426         * config/sh/sh.c: Likewise.
8427         * config/sh/sh_optimize_sett_clrt.cc: Likewise.
8428         * config/sh/sh_treg_combine.cc: Likewise.
8429         * config/sol2-c.c: Likewise.
8430         * config/sol2-cxx.c: Likewise.
8431         * config/sol2-stubs.c: Likewise.
8432         * config/sol2.c: Likewise.
8433         * config/sparc/sparc-c.c: Likewise.
8434         * config/sparc/sparc.c: Likewise.
8435         * config/spu/spu-c.c: Likewise.
8436         * config/spu/spu.c: Likewise.
8437         * config/stormy16/stormy16.c: Likewise.
8438         * config/tilegx/mul-tables.c: Likewise.
8439         * config/tilegx/tilegx-c.c: Likewise.
8440         * config/tilegx/tilegx.c: Likewise.
8441         * config/tilepro/mul-tables.c: Likewise.
8442         * config/tilepro/tilepro-c.c: Likewise.
8443         * config/tilepro/tilepro.c: Likewise.
8444         * config/v850/v850-c.c: Likewise.
8445         * config/v850/v850.c: Likewise.
8446         * config/vax/vax.c: Likewise.
8447         * config/visium/visium.c: Likewise.
8448         * config/vms/vms-c.c: Likewise.
8449         * config/vms/vms.c: Likewise.
8450         * config/vxworks.c: Likewise.
8451         * config/winnt-c.c: Likewise.
8452         * config/xtensa/xtensa.c: Likewise.
8453         * common/config/bfin/bfin-common.c: Likewise.
8455 2015-06-04  Jan Hubicka  <hubicka@ucw.cz>
8457         * tree.h (tree_code_for_canonical_type_merging): New function.
8458         * tree.c (gimple_canonical_types_compatible_p): Use
8459         tree_code_for_canonical_type_merging..
8461 2015-06-04  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
8463         PR c++/66192
8464         PR target/66200
8465         * doc/tm.texi: Regenerate.
8466         * doc/tm.texi.in (TARGET_RELAXED_ORDERING): Delete.
8467         * target.def (TARGET_RELAXED_ORDERING): Likewise.
8468         * config/alpha/alpha.c (TARGET_RELAXED_ORDERING): Likewise.
8469         * config/ia64/ia64.c (TARGET_RELAXED_ORDERING): Likewise.
8470         * config/rs6000/rs6000.c (TARGET_RELAXED_ORDERING): Likewise.
8471         * config/sparc/linux.h (SPARC_RELAXED_ORDERING): Likewise.
8472         * config/sparc/linux64.h (SPARC_RELAXED_ORDERING): Likewise.
8473         * config/sparc/sparc.c (TARGET_RELAXED_ORDERING): Likewise.
8474         * config/sparc/sparc.h (SPARC_RELAXED_ORDERING): Likewise.
8476 2015-06-04  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
8478         * config/aarch64/aarch64.c (aarch64_override_options): Unconditionally
8479         register fma steering pass.
8480         * config/aarch64/cortex-a57-fma-steering.c (gate): Add gating on
8481         AARCH64_TUNE_FMA_STEERING.
8483 2015-06-03  Jan Hubicka  <hubicka@ucw.cz>
8485         * tree.c (verify_type_variant): Verify that type and variant is
8486         compatible.
8487         (gimple_canonical_types_compatible_p): Look for main variants.
8489 2015-06-03  Michael Meissner  <meissner@linux.vnet.ibm.com>
8491         * config.gcc (powerpc*-*-*): Add support for a new configure
8492         option --with-advance-toolchain=<xxx> which overrides using the
8493         default header files, libraries and dynamic linker.
8495         * config/rs6000/linux64.h (SUBSUBTARGET_EXTRA_SPECS): Add new
8496         specs to support the configure --with-advance-toolchain=<xxx>
8497         option.
8498         (INCLUDE_EXTRA_SPEC): Likewise.
8499         (LINK_OS_EXTRA_SPEC32): Likewise.
8500         (LINK_OK_EXTRA_SPEC64): Likewise.
8501         (LINK_OS_NEW_DTAGS_SPEC): Likewise.
8502         (DYNAMIC_LINKER_PREFIX): Likewise.
8503         (CPP_OS_DEFAULT_SPEC): Use the new specs for providing advance
8504         toolchain support.
8505         (GLIBC_DYNAMIC_LINKER32): Likewise.
8506         (GLIBC_DYNAMIC_LINKER64): Likewise.
8507         (LINK_OS_LINUX_SPEC32): Likewise.
8508         (LINK_OS_LINUX_SPEC64): Likewise.
8510         * doc/install.texi (--enable-advance-toolchain=<xx>): Document new
8511         configuration option.
8513 2015-06-03  Uros Bizjak  <ubizjak@gmail.com>
8515         PR target/66275
8516         * config/i386/i386.c (ix86_function_arg_regno): Use ix86_cfun_abi
8517         to determine current function ABI.
8518         (ix86_function_value_regno_p): Ditto.
8520 2015-06-03  Martin Liska  <mliska@suse.cz>
8522         * alloc-pool.h (struct pool_usage): Correct GNU coding style.
8523         * bitmap.h (struct bitmap_usage): Likewise.
8524         * ggc-common.c (struct ggc_usage): Likewise.
8525         * mem-stats.h (struct mem_location): Likewise.
8526         (struct mem_usage): Likewise.
8527         * vec.c (struct vec_usage): Likewise.
8529 2015-06-03  Benigno B. Junior  <bbj@gentoo.org>
8531         * config/netbsd-elf.h (NETBSD_LINK_SPEC_ELF): Turn -symbolic into
8532         -Bsymbolic.
8534 2015-06-02  Andres Tiraboschi  <andres.tiraboschi@tallertechnologies.com>
8536         * doc/plugins.texi (enum plugin_event): New event.
8537         * plugin.c (register_callback): Handle PLUGIN_START_PARSE_FUNCTION
8538         and PLUGIN_FINISH_FUNCTION.
8539         * plugin.def (PLUGIN_START_PARSE_FUNCTION): Add plugin event
8540         (PLUGIN_FINISH_PARSE_FUNCTION): Likewise.
8542 2015-06-03  Richard Biener  <rguenther@suse.de>
8544         * tree-vect-data-refs.c (vect_analyze_group_access): Properly
8545         compute GROUP_GAP for the first element.
8546         * tree-vect-slp.c (vect_build_slp_tree_1): Remove restriction
8547         on in-group gaps.
8549 2015-06-03  Nick Clifton  <nickc@redhat.com>
8551         * config/rl78/rl78-real.md: Add peepholes to avoid a register
8552         copy when calling a function.
8553         * config/rl78/rl78.c (need_to_save): Do not push the frame
8554         pointer in an interrupt handler prologue if it is never used.
8556 2015-06-03  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
8558         * ifcvt (end_ifcvt_sequence): Fix typo in comment above.
8560 2015-06-03  Ilya Enkovich  <ilya.enkovich@intel.com>
8562         * ipa-chkp.c (chkp_maybe_create_clone): Create alias
8563         reference when cloning alias node.
8565 2015-06-03  Martin Liska  <mliska@suse.cz>
8567         * alloc-pool.h (struct pool_usage): Correct space padding.
8568         * ggc-page.c (ggc_print_statistics): Align columns in a report.
8569         * mem-stats.h (struct mem_usage): Add argument to print_dash_line.
8570         * tree.c (dump_tree_statistics): Align columns in a report.
8572 2015-06-03  Martin Liska  <mliska@suse.cz>
8574         * alloc-pool.c (allocate_pool_descriptor): Remove.
8575         (struct pool_output_info): Likewise.
8576         (print_alloc_pool_statistics): Likewise.
8577         (dump_alloc_pool_statistics): Likewise.
8578         * alloc-pool.h (struct pool_usage): New struct.
8579         (pool_allocator::initialize): Change usage of memory statistics
8580         to a new interface.
8581         (pool_allocator::release): Likewise.
8582         (pool_allocator::allocate): Likewise.
8583         (pool_allocator::remove): Likewise.
8584         * mem-stats-traits.h (enum mem_alloc_origin): Add new enum value
8585         for a pool allocator.
8586         * mem-stats.h (struct mem_location): Add new ctor.
8587         (struct mem_usage): Add counter for number of
8588         instances.
8589         (mem_alloc_description::register_descriptor): New overload of
8590         * mem-stats.h (mem_location::to_string): New function.
8591         * bitmap.h (struct bitmap_usage): Use this new function.
8592         * ggc-common.c (struct ggc_usage): Likewise.
8593         the function.
8595 2015-06-03  Richard Sandiford  <richard.sandiford@arm.com>
8597         * defaults.h (SWITCHABLE_TARGET, TARGET_SUPPORTS_WIDE_INT): Move out
8598         of GCC_INSN_FLAGS_H block.
8600 2015-06-03  Andrew Bennett  <andrew.bennett@imgtec.com>
8602         * explow.c (plus_constant): Update check after force_const_mem call
8603         to see if the value returned is not a NULL_RTX.
8605 2015-06-03  Ilya Enkovich  <ilya.enkovich@intel.com>
8607         * ipa.c (symbol_table::remove_unreachable_nodes): Don't
8608         remove instumentation thunks calling reachable functions.
8609         * lto-cgraph.c (output_refs): Always output IPA_REF_CHKP.
8610         * lto/lto-partition.c (privatize_symbol_name_1): New.
8611         (privatize_symbol_name): Privatize both decl and orig_decl
8612         names for instrumented functions.
8613         * cgraph.c (cgraph_node::verify_node): Add transparent
8614         alias chain check for instrumented node.
8616 2015-06-03  Marek Polacek  <polacek@redhat.com>
8618         PR c/64223
8619         PR c/29358
8620         * tree.c (attribute_value_equal): Handle attribute format.
8621         (cmp_attrib_identifiers): Factor out of lookup_ident_attribute.
8623 2015-06-03  Richard Biener  <rguenther@suse.de>
8625         PR tree-optimization/63916
8626         * tree-ssa-sccvn.c (vn_reference_maybe_forwprop_address):
8627         Forward-propagate non-invariant addresses by splicing their
8628         reference ops if the result isn't going to be used by PRE.
8629         (vn_reference_lookup_3): Remove pointless assert.
8631 2015-06-03  Richard Biener  <rguenther@suse.de>
8633         PR tree-optimization/66375
8634         * tree-scalar-evolution.c (follow_ssa_edge_binary): First
8635         add to the evolution before following SSA edges.
8637 2015-06-03  Bin Cheng  <bin.cheng@arm.com>
8639         * tree-ssa-loop-ivopts.c (dump_iv): New parameter.
8640         (dump_use, dump_cand, find_induction_variables): Pass new argument
8641         to dump_iv.
8642         (record_use): Preserve the ssa name information in IV.
8644 2015-06-03  Richard Sandiford  <richard.sandiford@arm.com>
8646         * genpreds.c (mark_mode_tests): Mark all MATCH_CODEs as
8647         NO_MODE_TEST.
8648         (add_mode_tests): Don't add mode tests if the predicate only
8649         accepts scalar constant integers.  Otherwise, allow the mode
8650         of "op" to be VOIDmode if the predicate does accept such integers.
8652 2015-06-02  Jim Wilson  <jim.wilson@linaro.org>
8654         PR target/66258
8655         * config/aarch64/aarch64.c (aarch64_function_value_regno_p): Change
8656         !TARGET_GENERAL_REGS_ONLY to TARGET_FLOAT.
8657         (aarch64_secondary_reload): Likewise
8658         (aarch64_expand_builtin_va_start): Change TARGET_GENERAL_REGS_ONLY
8659         to !TARGET_FLOAT.
8660         (aarch64_gimplify_va_arg_expr, aarch64_setup_incoming_varargs):
8661         Likewise.
8663 2015-06-03  Kugan Vivekanandarajah  <kuganv@linaro.org>
8664             Zhenqiang Chen  <zhenqiang.chen@linaro.org>
8666         PR target/65768
8667         * cprop.c (try_replace_reg): Check cost of constants before propagating.
8669 2015-06-02  Michael Meissner  <meissner@linux.vnet.ibm.com>
8671         * config/rs6000/rs6000-modes.def (IFmode): Define IFmode to
8672         provide access to the IBM extended double floating point mode if
8673         long double is IEEE 128-bit floating point.
8674         (KFmode): Define KFmode to provide access to IEEE 128-bit floating
8675         point if long double is the IBM extended double type.
8677         * config/rs6000/rs6000.opt (-mfloat128-none): New switches to
8678         enable adding IEEE 128-bit floating point support.
8679         (-mfloat128-software): Likewise.
8680         (-mfloat128-sw): Likewise.
8682         * config/rs6000/rs6000.c (rs6000_hard_regno_mode_ok): Do not allow
8683         128-bit floating point types to occupy any register if
8684         -mlong-double-64.  Do not allow use of IFmode/KFmode unless
8685         -mfloat128-software is enabled.
8686         (rs6000_debug_reg_global): Add IEEE 128-bit floating point debug
8687         support.
8688         (rs6000_option_override_internal): Add -mfloat128-* support.
8689         (rs6000_init_builtins): Setup __ibm128 and __float128 type modes.
8691         * config/rs6000/rs6000.h (rs6000_builtin_type_index): Add ibm128
8692         and float128 type nodes.
8693         (ieee128_float_type_node): Likewise.
8694         (ibm128_float_type_node): Likewise.
8696 2015-06-02  Szabolcs Nagy  <szabolcs.nagy@arm.com>
8698         PR target/66136
8699         * config/aarch64/geniterators.sh: Rewrite in awk.
8701 2015-06-02  Martin Liska  <mliska@suse.cz>
8703         * alloc-pool.h (pool_allocator::pool_allocator): Set implicit
8704         values to avoid -Wmaybe-uninitialized errors.
8706 2015-06-02  Richard Biener  <rguenther@suse.de>
8708         PR debug/65549
8709         * dwarf2out.c (lookup_context_die): New function.
8710         (resolve_addr): Avoid forcing a full DIE for the
8711         target of a DW_TAG_GNU_call_site during late compilation.
8712         Instead create a stub DIE without a type if we have a
8713         context DIE present.
8715 2015-06-02  Uros Bizjak  <ubizjak@gmail.com>
8717         * df-scan.c (df_scan_start_dump): Add space between regno and regname.
8719 2015-06-02  Bin Cheng  <bin.cheng@arm.com>
8721         PR tree-optimization/48052
8722         * cfgloop.h (struct control_iv): New.
8723         (struct loop): New field control_ivs.
8724         * tree-ssa-loop-niter.c : Include "stor-layout.h".
8725         (number_of_iterations_lt): Set no_overflow information.
8726         (number_of_iterations_exit): Init control iv in niter struct.
8727         (record_control_iv): New.
8728         (estimate_numbers_of_iterations_loop): Call record_control_iv.
8729         (loop_exits_before_overflow): New.  Interface factored out of
8730         scev_probably_wraps_p.
8731         (scev_probably_wraps_p): Factor loop niter related code into
8732         loop_exits_before_overflow.
8733         (free_numbers_of_iterations_estimates_loop): Free control ivs.
8734         * tree-ssa-loop-niter.h (free_loop_control_ivs): New.
8736 2015-06-02  Eric Botcazou  <ebotcazou@adacore.com>
8738         * gimplify.c (gimplify_modify_expr): Do not create a DECL_DEBUG_EXPR if
8739         the target doesn't belong to the current function.
8741 2015-06-02  Marek Polacek  <polacek@redhat.com>
8743         PR middle-end/66345
8744         * gimple-fold.c (gimple_fold_builtin_snprintf): Return false if
8745         get_maxval_strlen does not produce an INTEGER_CST.
8747 2015-06-02  Richard Sandiford  <richard.sandiford@arm.com>
8749         * config/arc/constraints.md: Use lower-case names in match_code.
8750         * config/mmix/constraints.md: Likewise.
8752 2015-06-02  Richard Biener  <rguenther@suse.de>
8754         PR tree-optimization/65961
8755         * tree-vect-slp.c (vect_get_and_check_slp_defs): Remove bogus
8756         check and clarify dump message.
8757         (vect_build_slp_tree): If all children are built up from scalars
8758         build up the parent from scalars instead.
8759         * tree-vect-stmts.c (vect_is_simple_use): Cleanup.
8761 2015-06-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
8763         PR other/65366
8764         * gdbhooks.py: Use int(...) instead of long(...).  Use print(...)
8765         instead of print ... .
8767 2015-06-02  Alan Modra  <amodra@gmail.com>
8769         * config/rs6000/vsx.md (vsx_extract_v4sf): Revert accidental
8770         2014-08-11 change.
8772 2015-06-02  Bin Cheng  <bin.cheng@arm.com>
8774         PR tree-optimization/52563
8775         PR tree-optimization/62173
8776         * tree-ssa-loop-ivopts.c (struct iv): New field.  Reorder fields.
8777         (alloc_iv, set_iv): New parameter.
8778         (determine_biv_step): Delete.
8779         (find_bivs): Inline original determine_biv_step.  Pass new
8780         argument to set_iv.
8781         (idx_find_step): Use no_overflow information for conversion.
8782         * tree-scalar-evolution.c (analyze_scalar_evolution_in_loop): Let
8783         resolve_mixers handle folded_casts.
8784         (instantiate_scev_name): Change bool parameter to bool pointer.
8785         (instantiate_scev_poly, instantiate_scev_binary): Ditto.
8786         (instantiate_array_ref, instantiate_scev_not): Ditto.
8787         (instantiate_scev_3, instantiate_scev_2): Ditto.
8788         (instantiate_scev_1, instantiate_scev_r): Ditto.
8789         (instantiate_scev_convert, ): Change parameter.  Pass argument
8790         to chrec_convert_aggressive.
8791         (instantiate_scev): Change argument.
8792         (resolve_mixers): New parameter and set it.
8793         (scev_const_prop): New argument.
8794         * tree-scalar-evolution.h (resolve_mixers): New parameter.
8795         * tree-chrec.c (convert_affine_scev): Call chrec_convert instead
8796         of chrec_conert_1.
8797         (chrec_convert): New parameter.  Move definition below.
8798         (chrec_convert_aggressive): New parameter and set it.  Call
8799         convert_affine_scev.
8800         * tree-chrec.h (chrec_convert): New parameter.
8801         (chrec_convert_aggressive): Ditto.
8803 2015-06-01  Eric Botcazou  <ebotcazou@adacore.com>
8805         * gimplify.c (gimplify_modify_expr_rhs): Use simple test on the size.
8806         * cgraph.c (cgraph_redirect_edge_call_stmt_to_callee): Do not remove
8807         the LHS of a no-return call if its type has variable size.
8808         * tree-cfgcleanup.c (fixup_noreturn_call): Likewise.
8809         * tree-cfg.c (verify_gimple_call): Accept these no-return calls.
8811 2015-06-01  Andreas Tobler  <andreast@gcc.gnu.org>
8813         * read-rtl.c: Adapt to use HAVE_DECL_ATOLL instead of HAVE_ATOLL.
8814         * config.in: Regenerate.
8816 2015-06-01  Yuri Rumyantsev  <ysrumyan@gmail.com>
8818         * tree-vect-data-refs.c (vect_analyze_data_ref_access): Allow
8819         consecutive accesses within outer-loop with force_vectorize
8820         for references with zero step in inner-loop.
8822 2015-06-01  Vidya Praveen  <vidyapraveen@arm.com>
8824         * Makefile.in: Pick up gcov-dump dependencies from gcc/ directory
8825         rather than from gcc/build directory.
8827 2015-06-01  Matthew Wahab  <matthew.wahab@arm.com>
8829         PR target/65697
8830         * config/aarch64/aarch64.c (aarch64_split_compare_and_swap): Check
8831         for __sync memory models, emit initial loads and final barriers as
8832         appropriate.
8834 2015-06-01  Matthew Wahab  <matthew.wahab@arm.com>
8836         PR target/65697
8837         * config/aarch64/aarch64.c (aarch64_emit_post_barrier):New.
8838         (aarch64_split_atomic_op): Check for __sync memory models, emit
8839         appropriate initial loads and final barriers.
8841 2015-06-01  Vidya Praveen  <vidyapraveen@arm.com>
8843         * Makefile.in: Fix gcov dependencies that should
8844         not point to a build folder.
8846 2015-06-01  Richard Biener  <rguenther@suse.de>
8848         Revert
8849         2015-05-29  Richard Biener  <rguenther@suse.de>
8851         PR tree-optimization/66314
8852         * tree-ssa-threadupdate.c (create_block_for_threading): Add
8853         parameter that says which loop the new block belongs to.
8854         (ssa_create_duplicates): Blocks duplicated for the threaded
8855         path belong to the loop of the thread destination.
8857 2015-06-01  Martin Liska  <mliska@suse.cz>
8859         * sched-deps.c: Include pool-alloc.h before
8860         cselib.h header file is included.
8862 2015-06-01  Richard Biener  <rguenther@suse.de>
8864         * tree-ssa-structalias.c (ipa_pta_execute): Handle address-taken
8865         functions.
8867 2015-06-01  Martin Liska  <mliska@suse.cz>
8869         * alloc-pool.h: Add ATTRIBUTE_UNUSED for
8870         a function local variable.
8872 2015-06-01  Martin Liska  <mliska@suse.cz>
8874         * alloc-pool.c (create_alloc_pool): Remove.
8875         (empty_alloc_pool): Likewise.
8876         (free_alloc_pool): Likewise.
8877         (free_alloc_pool_if_empty): Likewise.
8878         (pool_alloc): Likewise.
8879         (pool_free): Likewise.
8880         * alloc-pool.h: Remove old declarations.
8882 2015-06-01  Martin Liska  <mliska@suse.cz>
8884         * ira-build.c (initiate_allocnos): Use new type-based pool allocator.
8885         (ira_create_object): Likewise.
8886         (ira_create_allocno): Likewise.
8887         (ira_create_live_range): Likewise.
8888         (copy_live_range): Likewise.
8889         (ira_finish_live_range): Likewise.
8890         (ira_free_allocno_costs): Likewise.
8891         (finish_allocno): Likewise.
8892         (finish_allocnos): Likewise.
8893         (initiate_prefs): Likewise.
8894         (ira_create_pref): Likewise.
8895         (finish_pref): Likewise.
8896         (finish_prefs): Likewise.
8897         (initiate_copies): Likewise.
8898         (ira_create_copy): Likewise.
8899         (finish_copy): Likewise.
8900         (finish_copies): Likewise.
8901         (finish_prefs): Likewise.
8903 2015-06-01  Martin Liska  <mliska@suse.cz>
8905         * ipa-cp.c (ipcp_value::add_source): Use new type-based pool allocator.
8906         (allocate_and_init_ipcp_value): Likewise.
8907         (ipcp_lattice::add_value): Likewise.
8908         (merge_agg_lats_step): Likewise.
8909         (ipcp_driver): Likewise.
8910         * ipa-prop.c (ipa_free_all_structures_after_ipa_cp): Likewise.
8911         (ipa_free_all_structures_after_iinln): Likewise.
8912         * ipa-prop.h: Likewise.
8914 2015-06-01  Martin Liska  <mliska@suse.cz>
8916         * ipa-inline-analysis.c (edge_set_predicate): Use new type-based
8917         pool allocator.
8918         (set_hint_predicate): Likewise.
8919         (inline_summary_alloc): Likewise.
8920         (reset_inline_edge_summary): Likewise.
8921         (reset_inline_summary): Likewise.
8922         (set_cond_stmt_execution_predicate): Likewise.
8923         (set_switch_stmt_execution_predicate): Likewise.
8924         (compute_bb_predicates): Likewise.
8925         (estimate_function_body_sizes): Likewise.
8926         (inline_free_summary): Likewise.
8928 2015-06-01  Martin Liska  <mliska@suse.cz>
8930         * ipa-prop.c (ipa_set_jf_constant): Use new type-based pool allocator.
8931         (ipa_edge_duplication_hook): Likewise.
8932         (ipa_free_all_structures_after_ipa_cp): Likewise.
8933         (ipa_free_all_structures_after_iinln): Likewise.
8935 2015-06-01  Martin Liska  <mliska@suse.cz>
8937         * ipa-profile.c (account_time_size): Use new type-based pool allocator.
8938         (ipa_profile_generate_summary): Likewise.
8939         (ipa_profile_read_summary): Likewise.
8940         (ipa_profile): Likewise.
8942 2015-06-01  Martin Liska  <mliska@suse.cz>
8944         * tree-ssa-structalias.c (new_var_info): Use new type-based
8945         pool allocator.
8946         (new_constraint): Likewise.
8947         (init_alias_vars): Likewise.
8948         (delete_points_to_sets): Likewise.
8950 2015-06-01  Martin Liska  <mliska@suse.cz>
8952         * tree-ssa-strlen.c (new_strinfo): Use new type-based pool allocator.
8953         (free_strinfo): Likewise.
8954         (pass_strlen::execute): Likewise.
8956 2015-06-01  Martin Liska  <mliska@suse.cz>
8958         * tree-ssa-sccvn.c (vn_reference_insert): Use new type-based
8959         pool allocator.
8960         (vn_reference_insert_pieces): Likewise.
8961         (vn_phi_insert): Likewise.
8962         (visit_reference_op_call): Likewise.
8963         (copy_phi): Likewise.
8964         (copy_reference): Likewise.
8965         (process_scc): Likewise.
8966         (allocate_vn_table): Likewise.
8967         (free_vn_table): Likewise.
8969 2015-06-01  Martin Liska  <mliska@suse.cz>
8971         * tree-ssa-reassoc.c (add_to_ops_vec): Use new type-based
8972         pool allocator.
8973         (add_repeat_to_ops_vec): Likewise.
8974         (get_ops): Likewise.
8975         (maybe_optimize_range_tests): Likewise.
8976         (init_reassoc): Likewise.
8977         (fini_reassoc): Likewise.
8979 2015-06-01  Martin Liska  <mliska@suse.cz>
8981         * tree-ssa-pre.c (get_or_alloc_expr_for_name): Use new type-based
8982         pool allocator.
8983         (bitmap_set_new): Likewise.
8984         (get_or_alloc_expr_for_constant): Likewise.
8985         (get_or_alloc_expr_for): Likewise.
8986         (phi_translate_1): Likewise.
8987         (compute_avail): Likewise.
8988         (init_pre): Likewise.
8989         (fini_pre): Likewise.
8991 2015-06-01  Martin Liska  <mliska@suse.cz>
8993         * sched-deps.c (create_dep_node): Use new type-based pool allocator.
8994         (delete_dep_node): Likewise.
8995         (create_deps_list): Likewise.
8996         (free_deps_list): Likewise.
8997         (sched_deps_init): Likewise.
8998         (sched_deps_finish): Likewise.
9000 2015-06-01  Martin Liska  <mliska@suse.cz>
9002         * regcprop.c (free_debug_insn_changes): Use new type-based
9003         pool allocator.
9004         (replace_oldest_value_reg): Likewise.
9005         (pass_cprop_hardreg::execute): Likewise.
9007 2015-06-01  Martin Liska  <mliska@suse.cz>
9009         * ira-build.c (initiate_cost_vectors): Use new type-based
9010         pool allocator.
9011         (ira_allocate_cost_vector): Likewise.
9012         (ira_free_cost_vector): Likewise.
9013         (finish_cost_vectors): Likewise.
9015 2015-06-01  Martin Liska  <mliska@suse.cz>
9017         * sel-sched-ir.c (alloc_sched_pools): Use new type-based
9018         pool allocator.
9019         (free_sched_pools): Likewise.
9020         * sel-sched-ir.h (_list_alloc): Likewise.
9021         (_list_remove): Likewise.
9023 2015-06-01  Martin Liska  <mliska@suse.cz>
9025         * stmt.c (add_case_node): Use new type-based pool allocator.
9026         (expand_case): Likewise.
9027         (expand_sjlj_dispatch_table): Likewise.
9029 2015-06-01  Martin Liska  <mliska@suse.cz>
9031         * tree-ssa-math-opts.c (occ_new): Use new type-based pool allocator.
9032         (free_bb): Likewise.
9033         (pass_cse_reciprocals::execute): Likewise.
9035 2015-06-01  Martin Liska  <mliska@suse.cz>
9037         * tree-sra.c (sra_initialize): Use new type-based pool allocator.
9038         (sra_deinitialize) Likewise.
9039         (create_access_1) Likewise.
9040         (build_accesses_from_assign) Likewise.
9041         (create_artificial_child_access) Likewise.
9043 2015-06-01  Martin Liska  <mliska@suse.cz>
9045         * dse.c (get_group_info):Use new type-based pool allocator.
9046         (dse_step0) Likewise.
9047         (free_store_info) Likewise.
9048         (delete_dead_store_insn) Likewise.
9049         (free_read_records) Likewise.
9050         (record_store) Likewise.
9051         (replace_read) Likewise.
9052         (check_mem_read_rtx) Likewise.
9053         (scan_insn) Likewise.
9054         (dse_step1) Likewise.
9055         (dse_step7) Likewise.
9057 2015-06-01  Martin Liska  <mliska@suse.cz>
9059         * df-scan.c (struct df_scan_problem_data):Use new type-based
9060         pool allocator.
9061         (df_scan_free_internal) Likewise.
9062         (df_scan_alloc) Likewise.
9063         (df_grow_reg_info) Likewise.
9064         (df_free_ref) Likewise.
9065         (df_insn_create_insn_record) Likewise.
9066         (df_mw_hardreg_chain_delete) Likewise.
9067         (df_insn_info_delete) Likewise.
9068         (df_free_collection_rec) Likewise.
9069         (df_mw_hardreg_chain_delete_eq_uses) Likewise.
9070         (df_sort_and_compress_mws) Likewise.
9071         (df_ref_create_structure) Likewise.
9072         (df_ref_record) Likewise.
9074 2015-06-01  Martin Liska  <mliska@suse.cz>
9076         * df-problems.c (df_chain_create):Use new type-based pool allocator.
9077         (df_chain_unlink_1) Likewise.
9078         (df_chain_unlink) Likewise.
9079         (df_chain_remove_problem) Likewise.
9080         (df_chain_alloc) Likewise.
9081         (df_chain_free) Likewise.
9082         * df.h (struct dataflow) Likewise.
9084 2015-06-01  Martin Liska  <mliska@suse.cz>
9086         * cselib.c (new_elt_list):Use new type-based pool allocator.
9087         (new_elt_loc_list) Likewise.
9088         (unchain_one_elt_list) Likewise.
9089         (unchain_one_elt_loc_list) Likewise.
9090         (unchain_one_value) Likewise.
9091         (new_cselib_val) Likewise.
9092         (cselib_init) Likewise.
9093         (cselib_finish) Likewise.
9095 2015-06-01  Martin Liska  <mliska@suse.cz>
9097         * config/sh/sh.c (add_constant):Use new type-based pool allocator.
9098         (sh_reorg) Likewise.
9100 2015-06-01  Martin Liska  <mliska@suse.cz>
9102         * cfg.c (initialize_original_copy_tables):Use new type-based
9103         pool allocator.
9104         (free_original_copy_tables) Likewise.
9105         (copy_original_table_clear) Likewise.
9106         (copy_original_table_set) Likewise.
9108 2015-06-01  Martin Liska  <mliska@suse.cz>
9110         * asan.c (asan_mem_ref_get_alloc_pool):Use new type-based
9111         pool allocator.
9112         (asan_mem_ref_new) Likewise.
9113         (free_mem_ref_resources) Likewise.
9115 2015-06-01  Martin Liska  <mliska@suse.cz>
9117         * var-tracking.c (variable_htab_free):Use new type-based
9118         pool allocator.
9119         (attrs_list_clear) Likewise.
9120         (attrs_list_insert) Likewise.
9121         (attrs_list_copy) Likewise.
9122         (shared_hash_unshare) Likewise.
9123         (shared_hash_destroy) Likewise.
9124         (unshare_variable) Likewise.
9125         (var_reg_delete_and_set) Likewise.
9126         (var_reg_delete) Likewise.
9127         (var_regno_delete) Likewise.
9128         (drop_overlapping_mem_locs) Likewise.
9129         (variable_union) Likewise.
9130         (insert_into_intersection) Likewise.
9131         (canonicalize_values_star) Likewise.
9132         (variable_merge_over_cur) Likewise.
9133         (dataflow_set_merge) Likewise.
9134         (remove_duplicate_values) Likewise.
9135         (variable_post_merge_new_vals) Likewise.
9136         (dataflow_set_preserve_mem_locs) Likewise.
9137         (dataflow_set_remove_mem_locs) Likewise.
9138         (variable_from_dropped) Likewise.
9139         (variable_was_changed) Likewise.
9140         (set_slot_part) Likewise.
9141         (clobber_slot_part) Likewise.
9142         (delete_slot_part) Likewise.
9143         (loc_exp_insert_dep) Likewise.
9144         (notify_dependents_of_changed_value) Likewise.
9145         (emit_notes_for_differences_1) Likewise.
9146         (vt_emit_notes) Likewise.
9147         (vt_initialize) Likewise.
9148         (vt_finalize) Likewise.
9150 2015-06-01  Martin Liska  <mliska@suse.cz>
9152         * ira-color.c (init_update_cost_records):Use new type-based
9153         pool allocator.
9154         (get_update_cost_record) Likewise.
9155         (free_update_cost_record_list) Likewise.
9156         (finish_update_cost_records) Likewise.
9157         (initiate_cost_update) Likewise.
9159 2015-06-01  Martin Liska  <mliska@suse.cz>
9161         * lra.c (init_insn_regs): Use new type-based pool allocator.
9162         (new_insn_reg) Likewise.
9163         (free_insn_reg) Likewise.
9164         (free_insn_regs) Likewise.
9165         (finish_insn_regs) Likewise.
9166         (init_insn_recog_data) Likewise.
9167         (init_reg_info) Likewise.
9168         (finish_reg_info) Likewise.
9169         (lra_free_copies) Likewise.
9170         (lra_create_copy) Likewise.
9171         (invalidate_insn_data_regno_info) Likewise.
9173 2015-06-01  Martin Liska  <mliska@suse.cz>
9175         * lra-lives.c (free_live_range): Use new type-based pool allocator.
9176         (free_live_range_list) Likewise.
9177         (create_live_range) Likewise.
9178         (copy_live_range) Likewise.
9179         (lra_merge_live_ranges) Likewise.
9180         (remove_some_program_points_and_update_live_ranges) Likewise.
9181         (lra_live_ranges_init) Likewise.
9182         (lra_live_ranges_finish) Likewise.
9184 2015-06-01  Martin Liska  <mliska@suse.cz>
9186         * et-forest.c (et_new_occ): Use new type-based pool allocator.
9187         (et_new_tree): Likewise.
9188         (et_free_tree): Likewise.
9189         (et_free_tree_force): Likewise.
9190         (et_free_pools): Likewise.
9191         (et_split): Likewise.
9193 2015-06-01  Martin Liska  <mliska@suse.cz>
9195         * alloc-pool.c (struct alloc_pool_descriptor): Move definition
9196         to header file.
9197         * alloc-pool.h (pool_allocator::pool_allocator): New function.
9198         (pool_allocator::release): Likewise.
9199         (inline pool_allocator::release_if_empty): Likewise.
9200         (inline pool_allocator::~pool_allocator): Likewise.
9201         (pool_allocator::allocate): Likewise.
9202         (pool_allocator::remove): Likewise.
9204 2015-06-01  James Greenhalgh  <james.greenhalgh@arm.com>
9206         * sched-deps.c (sched_analyze_2): Replace fuseable with fusible
9207         in comment.
9209 2015-06-01  James Greenhalgh  <james.greenhalgh@arm.com>
9211         * gcc/config/arm/arm-protos.h (tune_params): Rename fuseable_ops
9212         to fusible_ops.
9213         * gcc/config/arm/arm.c (arm_print_tune_info): Likewise.
9214         (arm_macro_fusion_p): Likewise.
9215         (arm_macro_fusion_pair_p): Likewise.
9217 2015-06-01  James Greenhalgh  <james.greenhalgh@arm.com>
9219         * config/aarch64/aarch64-protos.h (tune_params): Rename
9220         fuseable_ops to fusible_ops.
9221         * config/aarch64/aarch64.c (generic_tunings): Rename
9222         fuseable_ops to fusible_ops.
9223         (cortexa53_tunings): Likewise.
9224         (cortexa57_tunings): Likewise.
9225         (thunderx_tunings): Likewise.
9226         (xgene1_tunings): Likewise.
9227         (aarch64_macro_fusion_p): Likewise.
9228         (aarch64_macro_fusion_pair_p): Likewise.
9230 2015-06-01  Dominik Vogt  <vogt@linux.vnet.ibm.com>
9232         * config/s390/driver-native.c: New file.
9233         * config/s390/x-native: New file.
9234         * config.host: Add new files for s390.
9235         * config/s390/s390.h (DRIVER_SELF_SPECS): Add support for -mtune=native
9236         and -march=native
9237         * config.gcc: Likewise.
9238         * config/s390/s390.opt (march): Likewise; add PROCESSOR_NATIVE
9239         * config/s390/s390-opts.h (enum processor_type): Ditto.
9240         * config/s390/s390.c (s390_option_override): Catch unhandled
9241         PROCESSOR_NATIVE
9243 2015-06-01  Ilya Enkovich  <ilya.enkovich@intel.com>
9245         PR target/65527
9246         * cgraph.c (cgraph_edge::redirect_call_stmt_to_callee): Add
9247         redirection for instrumented calls.
9248         * lto-wrapper.c (merge_and_complain): Merge -fcheck-pointer-bounds.
9249         (append_compiler_options): Append -fcheck-pointer-bounds.
9250         * tree-chkp.h (chkp_copy_call_skip_bounds): New.
9251         (chkp_redirect_edge): New.
9252         * tree-chkp.c (chkp_copy_call_skip_bounds): New.
9253         (chkp_redirect_edge): New.
9255 2015-06-01  Richard Biener  <rguenther@suse.de>
9257         PR tree-optimization/66280
9258         * tree-vect-slp.c (vect_detect_hybrid_slp_stmts): Fix pattern
9259         def-use walking.
9261 2015-06-01  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
9263         * config/aarch64/aarch64.md
9264         (*<LOGICAL:optab>_one_cmpl_<SHIFT:optab><mode>3): Change type to
9265         logic_shift_imm.
9267 2015-06-01  Eric Botcazou  <ebotcazou@adacore.com>
9269         * config/i386/winnt.c (i386_pe_encode_section_info) <FUNCTION_DECL>:
9270         Remove obsolete kludge.
9272 2015-06-01  Richard Biener  <rguenther@suse.de>
9274         * tree-ssa-reassoc.c (get_rank): Simplify.
9276 2015-05-31  H.J. Lu  <hongjiu.lu@intel.com>
9278         * configure.ac (NO_PIE_CFLAGS): Check CXXFLAGS instead of CFLAGS.
9279         * configure: Regenerated.
9281 2015-05-31  Mikhail Maltsev  <maltsevm@gmail.com>
9283         * config/cris/cris.h (CRIS_ARCH_CPP_DEFAULT): Fix C++11 compatibility
9284         issue (add space between string literal and macro).
9285         * config/i386/mingw32.h (REAL_LIBGCC_SPEC): Likewise.
9287 2015-05-30  Andreas Schwab  <schwab@linux-m68k.org>
9289         * config/m68k/m68k.h (ASM_PCREL_SPEC): Pass --pcrel also for
9290         implict or explicit -fPIE or -fpie.
9292 2015-05-30  Mike Frysinger  <vapier@gentoo.org>
9294         * gcc/config/alpha/elf.h (ASM_SPEC): Add %{mcpu=*:-m%*}.
9296 2015-05-28  DJ Delorie  <dj@redhat.com>
9298         * expmed.c (extract_bit_field_1): Avoid clobbering a
9299         yet-to-be-used base/index register.
9301 2015-05-30  Jan Hubicka  <hubicka@ucw.cz>
9303         * alias.c (alias_set_entry_d): Add is_pointer and has_pointer.
9304         (alias_stats): Add num_universal.
9305         (alias_set_subset_of): Special case pointers; be ready for NULL
9306         children.
9307         (alias_sets_conflict_p): Special case pointers; be ready for NULL
9308         children.
9309         (init_alias_set_entry): Break out from ...
9310         (record_alias_subset): ... here; propagate new fields;
9311         allocate children only when really needed.
9312         (get_alias_set): Do less generous pointer globbing.
9313         (dump_alias_stats_in_alias_c): Update statistics.
9315 2015-05-30  Alan Modra  <amodra@gmail.com>
9317         * config/rs6000/rs6000.c (split_stack_arg_pointer_used_p): Scan
9318         correct block for use of r12.
9319         (rs6000_expand_split_stack_prologue): Error on r29 asm global reg.
9321 2015-05-29  Dominik Vogt  <vogt@linux.vnet.ibm.com>
9323         PR target/66215
9324         * config/s390/s390.c (s390_reorg): Fix placement of post-label NOPs
9325         with -mhotpatch=.
9327 2015-05-29  Jakub Jelinek  <jakub@redhat.com>
9329         PR tree-optimization/66142
9330         * tree-if-conv.c (if_convertible_phi_p): Don't give up on
9331         virtual phis that feed themselves.
9333 2015-05-29  Richard Biener  <rguenther@suse.de>
9335         PR tree-optimization/66314
9336         * tree-ssa-threadupdate.c (create_block_for_threading): Add
9337         parameter that says which loop the new block belongs to.
9338         (ssa_create_duplicates): Blocks duplicated for the threaded
9339         path belong to the loop of the thread destination.
9341 2015-05-29  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
9343         * config/arm/neon-testgen.ml (emit_epilogue): Remove manual call
9344         to cleanup-saved-temps.
9345         * doc/sourcebuild.texi (Clean up generated test files): Expand
9346         introduction.
9347         (dg-keep-saved-temps): Document new proc.
9348         (cleanup-ipa-dump, cleanup-rtl-dump, cleanup-tree-dump,
9349         cleanup-saved-temps): Remove.
9351 2015-05-28  Andreas Tobler  <andreast@gcc.gnu.org>
9353         * configure.ac: Move the atoll check from AC_CHECK_FUNCS to
9354         gcc_AC_CHECK_DECLS.
9355         * configure: Regenerate.
9357 2015-05-28  Mike Frysinger  <vapier@gentoo.org>
9359         * config/nios2/linux.h (CPP_SPEC): Define.
9361 2015-05-28  Mike Frysinger  <vapier@gentoo.org>
9363         * config/microblaze/linux.h (CPP_SPEC): Define.
9365 2015-05-28  Mike Frysinger  <vapier@gentoo.org>
9367         * config/pa/pa-linux.h (CPP_SPEC): Change so -D_REENTRANT is used when
9368         -pthread is specified.
9370 2015-05-28  Richard Biener  <rguenther@suse.de>
9372         * tree-vect-loop.c (vect_fixup_reduc_chain): New function.
9373         (vect_fixup_scalar_cycles_with_patterns): Likewise.
9374         (vect_analyze_loop_2): Call vect_fixup_scalar_cycles_with_patterns
9375         after pattern recog.
9376         (vect_create_epilog_for_reduction): Properly handle reductions
9377         with patterns.
9378         (vectorizable_reduction): Likewise.
9379         * tree-vect-slp.c (vect_analyze_slp_instance): Properly mark
9380         reduction chains.
9381         (vect_get_constant_vectors): Create the correct number of
9382         initial values for reductions.
9383         (vect_schedule_slp_instance): Handle reduction chains that are
9384         type changing properly.
9385         * tree-vect-stmts.c (vect_analyze_stmt): Adjust.
9387 2015-05-28  Richard Biener  <rguenther@suse.de>
9389         PR tree-optimization/66142
9390         * tree-ssa-sccvn.c (vn_reference_lookup_3): Handle non-GIMPLE
9391         values better in memcpy destination handling.  Handle non-aliasing
9392         we discover here.
9394 2015-05-28  Lawrence Velázquez  <vq@larryv.me>
9396         PR target/63810
9397         * config/darwin-c.c (version_components): New global enum.
9398         (parse_version, version_as_legacy_macro)
9399         (version_as_modern_macro, macosx_version_as_macro): New functions.
9400         (version_as_macro): Remove.
9401         (darwin_cpp_builtins): Use new function.
9403 2015-05-28  H.J. Lu  <hongjiu.lu@intel.com>
9405         * builtins.c (expand_builtin_acc_on_device): Mark parameters
9406         with ATTRIBUTE_UNUSED.
9408 2015-05-28  Julian Brown  <julian@codesourcery.com>
9410         PR libgomp/65742
9412         * builtins.c (expand_builtin_acc_on_device): Don't use open-coded
9413         sequence for !ACCEL_COMPILER.
9415 2015-05-28  Nick Clifton  <nickc@redhat.com>
9417         * config/rx/rx.c (push_regs): New function.  Extracts code from...
9418         (rx_expand_prologue): ... here.  Use push_regs to push even small
9419         spans of registers.
9420         (pop_regs): New function.
9421         (rx_expand_epilogue):  Use pop_regs to pop even small spans of
9422         registers.
9424 2015-05-28  Richard Biener  <rguenther@suse.de>
9426         * tree-vectorizer.h (struct _slp_instance): Remove body_cost_vec
9427         member.
9428         (SLP_INSTANCE_BODY_COST_VEC): Remove.
9429         (vect_update_slp_costs_according_to_vf): Likewise.
9430         (vect_slp_analyze_operations): Update prototype.
9431         * tree-vect-loop.c (vect_analyze_loop_2): Remove call to
9432         vect_update_slp_costs_according_to_vf, adjust.
9433         * tree-vect-slp.c (vect_free_slp_instance): Adjust.
9434         (vect_analyze_slp_cost_1): Likewise.
9435         (vect_analyze_slp_cost): Likewise.  Properly deal with
9436         widening reduction ops.  Commit body costs.
9437         (vect_analyze_slp_instance): Adjust.  Do not analyze SLP
9438         cost for loops from here.
9439         (vect_slp_analyze_operations): But do it from here when
9440         the vectorization factor is known and stmts are analyzed.
9441         (vect_bb_vectorization_profitable_p): Simplify.
9442         (vect_slp_analyze_bb_1): Do not compute SLP cost here.
9443         (vect_update_slp_costs_according_to_vf): Remove.
9445 2015-05-27  Magnus Granberg  <zorry@gentoo.org>
9446             H.J. Lu  <hongjiu.lu@intel.com>
9448         * Makefile.in (COMPILER): Add @NO_PIE_CFLAGS@.
9449         (BUILD_CFLAGS): Likewise.
9450         (BUILD_CXXFLAGS): Likewise.
9451         (LINKER): Add @NO_PIE_FLAG@.
9452         (BUILD_LDFLAGS): Likewise.
9453         (libgcc.mvars): Set NO_PIE_CFLAGS to -fno-PIE for
9454         --enable-default-pie.
9455         * common.opt (fPIE): Initialize to -1.
9456         (fpie): Likewise.
9457         (no-pie): New option.
9458         (pie): Replace "Negative(shared)" with "Negative(no-pie)".
9459         * configure.ac: Add --enable-default-pie.
9460         (NO_PIE_CFLAGS): New.  Check if -fno-PIE works.  AC_SUBST.
9461         (NO_PIE_FLAG): New.  Check if -no-pie works.  AC_SUBST.
9462         * defaults.h (DEFAULT_FLAG_PIE): New.  Default PIE to -fPIE.
9463         * gcc.c (NO_PIE_SPEC): New.
9464         (PIE_SPEC): Likewise.
9465         (NO_FPIE1_SPEC): Likewise.
9466         (FPIE1_SPEC): Likewise.
9467         (NO_FPIE2_SPEC): Likewise.
9468         (FPIE2_SPEC): Likewise.
9469         (NO_FPIE2_SPEC): Likewise.
9470         (FPIE_SPEC): Likewise.
9471         (NO_FPIE_SPEC): Likewise.
9472         (NO_FPIC1_SPEC): Likewise.
9473         (FPIC1_SPEC): Likewise.
9474         (NO_FPIC2_SPEC): Likewise.
9475         (FPIC2_SPEC): Likewise.
9476         (NO_FPIC2_SPEC): Likewise.
9477         (FPIC_SPEC): Likewise.
9478         (NO_FPIC_SPEC): Likewise.
9479         (NO_FPIE1_AND_FPIC1_SPEC): Likewise.
9480         (FPIE1_OR_FPIC1_SPEC): Likewise.
9481         (NO_FPIE2_AND_FPIC2_SPEC): Likewise.
9482         (FPIE2_OR_FPIC2_SPEC): Likewise.
9483         (NO_FPIE_AND_FPIC_SPEC): Likewise.
9484         (FPIE_OR_FPIC_SPEC): Likewise.
9485         (LD_PIE_SPEC): Likewise.
9486         (LINK_PIE_SPEC): Handle -no-pie.  Use PIE_SPEC and LD_PIE_SPEC.
9487         * opts.c (finish_options): Update opts->x_flag_pie if it is -1.
9488         * config/darwin.h (PIE_SPEC): Renamed to ...
9489         (DARWIN_PIE_SPEC): This.
9490         (LINK_SPEC): Replace PIE_SPEC with DARWIN_PIE_SPEC.
9491         * config/darwin9.h (PIE_SPEC): Renamed to ...
9492         (DARWIN_PIE_SPEC): This.
9493         * config/gnu-user.h (GNU_USER_TARGET_STARTFILE_SPEC): Use
9494         PIE_SPEC and NO_PIE_SPEC if HAVE_LD_PIE is defined.
9495         * config/openbsd.h (ASM_SPEC): Use FPIE1_OR_FPIC1_SPEC and
9496         FPIE2_OR_FPIC2_SPEC.
9497         * config/m68k/netbsd-elf.h (ASM_SPEC): Likewise.
9498         * config/m68k/openbsd.h (ASM_SPEC): Likewise.
9499         * gcc/config/sol2.h (ASM_PIC_SPEC): Likewise.
9500         * config/arm/freebsd.h (SUBTARGET_EXTRA_ASM_SPEC): Likewise.
9501         * config/arm/netbsd-elf.h (SUBTARGET_EXTRA_ASM_SPEC): Likewise.
9502         * config/arm/semi.h (SUBTARGET_EXTRA_ASM_SPEC): Likewise.
9503         * config/cris/linux.h (CRIS_ASM_SUBTARGET_SPEC): Likewise.
9504         * config/m32r/m32r.h (ASM_SPEC): Likewise.
9505         * config/m68k/uclinux.h (DRIVER_SELF_SPECS): Likewise.
9506         * config/rs6000/linux64.h (ASM_SPEC32): Likewise.
9507         * config/rs6000/sysv4.h (ASM_SPEC): Likewise.
9508         * config/sparc/freebsd.h (ASM_SPEC): Likewise.
9509         * config/sparc/linux.h (ASM_SPEC): Likewise.
9510         * config/sparc/linux64.h (ASM_SPEC): Likewise.
9511         * config/sparc/netbsd-elf.h (ASM_SPEC): Likewise.
9512         * config/sparc/openbsd64.h (ASM_SPEC): Likewise.
9513         * config/sparc/sp-elf.h (ASM_SPEC): Likewise.
9514         * config/sparc/sp64-elf.h (ASM_SPEC): Likewise.
9515         * config/sparc/sparc.h (ASM_SPEC): Likewise.
9516         * config/sparc/sysv4.h (ASM_SPEC): Likewise.
9517         * config/sparc/vxworks.h (ASM_SPEC): Likewise.
9518         * config/c6x/elf-common.h (ASM_SPEC): Use NO_FPIC2_SPEC,
9519         FPIC2_SPEC, FPIC1_SPEC and FPIC2_SPEC.
9520         * config/c6x/uclinux-elf.h (LINK_SPEC): Use FPIE_SPEC.
9521         * config/frv/frv.h (DRIVER_SELF_SPECS): Use FPIC_SPEC,
9522         NO_FPIC_SPEC and NO_FPIE1_AND_FPIC1_SPEC.
9523         (ASM_SPEC): Use FPIE1_OR_FPIC1_SPEC and FPIE2_OR_FPIC2_SPEC.
9524         * config/m68k/m68k.h (ASM_PCREL_SPEC): Use FPIC_SPEC and NO_FPIC_SPEC.
9525         * config/mips/gnu-user.h (NO_SHARED_SPECS): Use NO_FPIE_AND_FPIC_SPEC.
9526         * config/mips/vxworks.h (SUBTARGET_ASM_SPEC): Use FPIC_SPEC.
9527         * config/rs6000/freebsd64.h (ASM_SPEC32): Likewise.
9528         * config/rs6000/vxworks.h (ASM_SPEC): Likewise.
9529         * config/vax/linux.h (ASM_SPEC): Likewise.
9530         * doc/install.texi: Document --enable-default-pie.
9531         * doc/invoke.texi: Document -no-pie.
9532         * config.in: Regenerated.
9533         * configure: Likewise.
9535 2015-05-28  Thomas Preud'homme  <thomas.preudhomme@arm.com>
9537         PR rtl-optimization/66168
9538         * loop-invariant.c (move_invariant_reg): Pass dest rather than reg to
9539         can_move_invariant_reg.
9541 2015-05-27  John David Anglin  <danglin@gcc.gnu.org>
9543         PR target/66148
9544         * config/pa/pa.c (pa_emit_move_sequence): Correct placement of
9545         REG_EQUAL note when doing insert.
9547         * config/pa/pa.c (pa_print_operand): Use HOST_WIDE_INT_PRINT_DEC
9548         instead of "%d" for 'o' operand.
9550 2015-05-27  Nathan Sidwell  <nathan@acm.org>
9552         PR c++/66270
9553         * tree.c (build_pointer_type_for_mode): Canonical type does not
9554         inherit can_alias_all.
9555         (build_reference_type_for_mode): Likewise.
9557 2015-05-27  Eric Botcazou  <ebotcazou@adacore.com>
9559         * expr.h (array_at_struct_end_p): Move to...
9560         (array_ref_element_size): Likewise.
9561         (component_ref_field_offset): Likewise.
9562         * tree.h (array_ref_element_size): ...here.
9563         (array_at_struct_end_p): Likewise.
9564         (component_ref_field_offset): Likewise.
9565         * expr.c (array_ref_element_size): Move to...
9566         (array_ref_low_bound): Likewise.
9567         (array_at_struct_end_p): Likewise.
9568         (array_ref_up_bound): Likewise.
9569         (component_ref_field_offset): Likewise.
9570         * tree.c (array_ref_element_size): ...here.
9571         (array_ref_low_bound): Likewise.
9572         (array_ref_up_bound): Likewise.
9573         (array_at_struct_end_p): Likewise.
9574         (component_ref_field_offset): Likewise.
9576 2015-05-27  Gregor Richards  <gregor.richards@uwaterloo.ca>
9577             Szabolcs Nagy  <szabolcs.nagy@arm.com>
9579         * config/aarch64/aarch64-linux.h (MUSL_DYNAMIC_LINKER): Define.
9581 2015-05-27  Jason Merrill  <jason@redhat.com>
9583         PR bootstrap/66304
9584         * configure.ac: Use ACX_PROG_CXX_WARNING_OPTS,
9585         ACX_PROG_CXX_WARNING_ALMOST_PEDANTIC, and
9586         ACX_PROG_CXX_WARNINGS_ARE_ERRORS.
9588 2015-05-22  Aditya Kumar  <hiraditya@msn.com>
9590         * auto-profile.c (afdo_calculate_branch_prob): Break once has_sample
9591         is true.
9593         * statistics.c (statistics_fini_pass): Print pass name.
9595 2015-05-27  Richard Biener  <rguenther@suse.de>
9597         PR tree-optimization/66272
9598         Revert parts of
9599         2014-08-15  Richard Biener  <rguenther@suse.de>
9601         PR tree-optimization/62031
9602         * tree-data-ref.c (dr_analyze_indices): Do not set
9603         DR_UNCONSTRAINED_BASE.
9604         (dr_may_alias_p): All indirect accesses have to go the
9605         formerly DR_UNCONSTRAINED_BASE path.
9606         * tree-data-ref.h (struct indices): Remove
9607         unconstrained_base member.
9608         (DR_UNCONSTRAINED_BASE): Remove.
9610 2015-05-27  Aldy Hernandez  <aldyh@redhat.com>
9612         * dwarf2out.c: Remove block_map.
9613         (gen_call_site_die): Replace block_map use with BLOCK_DIE.
9614         (gen_lexical_block_die): Same.
9615         (dwarf2out_function_decl): Remove block_map use.
9616         (dwarf2out_c_finalize): Same.
9617         * tree-core.h (struct tree_block): Add die field.
9618         * tree.h (BLOCK_DIE): New.
9620 2015-05-27  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
9622         PR target/65358
9623         * expr.c (memory_load_overlap): New function.
9624         (emit_push_insn): When pushing partial args to the stack would
9625         clobber the register part load the overlapping part into a pseudo
9626         and put it into the hard reg after pushing.  Change return type
9627         to bool.  Add bool argument.
9628         * expr.h (emit_push_insn): Change return type to bool.
9629         Add bool argument.
9630         * calls.c (expand_call): Cancel sibcall optimization when encountering
9631         partial argument on targets with ARGS_GROW_DOWNWARD and
9632         !STACK_GROWS_DOWNWARD.
9633         (emit_library_call_value_1): Update callsite of emit_push_insn.
9634         (store_one_arg): Likewise.
9636 2015-05-27  Gregor Richards  <gregor.richards@uwaterloo.ca>
9638         * config/arm/linux-eabi.h (MUSL_DYNAMIC_LINKER): Define.
9640 2015-05-27  Martin Liska  <mliska@suse.cz>
9642         * Makefile.in: Add additional dependencies related to memory report
9643         enhancement.
9644         * alloc-pool.c (allocate_pool_descriptor): Use new ctor.
9645         * bitmap.c (struct bitmap_descriptor_d): Remove.
9646         (struct loc): Likewise.
9647         (struct bitmap_desc_hasher): Likewise.
9648         (bitmap_desc_hasher::hash): Likewise.
9649         (bitmap_desc_hasher::equal): Likewise.
9650         (get_bitmap_descriptor): Likewise.
9651         (bitmap_register): User new memory descriptor API.
9652         (register_overhead): Likewise.
9653         (bitmap_find_bit): Register nsearches and search_iter statistics.
9654         (struct bitmap_output_info): Remove.
9655         (print_statistics): Likewise.
9656         (dump_bitmap_statistics): Use new memory descriptor.
9657         * bitmap.h (struct bitmap_usage): New class.
9658         * genmatch.c: Extend header file inclusion.
9659         * genpreds.c: Likewise.
9660         * ggc-common.c (struct ggc_usage): New class.
9661         (struct ggc_loc_desc_hasher): Remove.
9662         (ggc_loc_desc_hasher::hash): Likewise.
9663         (ggc_loc_desc_hasher::equal): Likewise.
9664         (struct ggc_ptr_hash_entry): Likewise.
9665         (struct ptr_hash_hasher): Likewise.
9666         (ptr_hash_hasher::hash): Likewise.
9667         (ptr_hash_hasher::equal): Likewise.
9668         (make_loc_descriptor): Likewise.
9669         (ggc_prune_ptr): Likewise.
9670         (dump_ggc_loc_statistics): Use new memory descriptor.
9671         (ggc_record_overhead): Likewise.
9672         (ggc_free_overhead): Likewise.
9673         (final_cmp_statistic): Remove.
9674         (cmp_statistic): Likewise.
9675         (ggc_add_statistics): Liekwise.
9676         (ggc_prune_overhead_list): Likewise.
9677         * hash-map-traits.h: New file.
9678         * hash-map.h (struct default_hashmap_traits): Move the traits to a
9679         separate header file.
9680         * hash-set.h: Pass memory statistics info to ctor.
9681         * hash-table.c (void dump_hash_table_loc_statistics): New function.
9682         * hash-table.h (hash_table::hash_table): Add new ctor arguments.
9683         (hash_table::~hash_table): Register memory release operation.
9684         (hash_table::alloc_entries): Handle memory allocation operation.
9685         (hash_table::expand): Likewise.
9686         * inchash.c (iterative_hash_hashval_t): Move implementation to header
9687         file.
9688         (iterative_hash_host_wide_int): Likewise.
9689         * inchash.h (class hash): Likewise.
9690         * mem-stats-traits.h: New file.
9691         * mem-stats.h: New file.
9692         (mem_location): Add new class.
9693         (mem_usage): Likewise.
9694         (mem_alloc_description): Likewise.
9695         * sese.c: Add new header file inclusision.
9696         * toplev.c (dump_memory_report): Add report for hash_table, hash_map
9697         and hash_set.
9698         * tree-sra.c: Add new header file inclusision.
9699         * vec.c (struct vec_descriptor): Remove.
9700         (hash_descriptor): Likewise.
9701         (struct vec_usage): Likewise.
9702         (struct ptr_hash_entry): Likewise.
9703         (hash_ptr): Likewise.
9704         (eq_ptr): Likewise.
9705         (vec_prefix::register_overhead): Use new memory descriptor API.
9706         (vec_prefix::release_overhead): Likewise.
9707         (add_statistics): Remove.
9708         (dump_vec_loc_statistics): Use new memory descriptor API.
9709         * vec.h (struct vec_prefix): Likewise.
9710         (va_heap::reserve): Likewise.
9711         (va_heap::release): Likewise.
9712         * emit-rtl.c (gen_raw_REG): Fix passing MEM_STAT.
9714 2015-05-27  Richard Biener  <rguenther@suse.de>
9716         * tree-vect-stmts.c (vectorizable_load): Initialize slp_perm
9717         earlier and remove ??? comment.
9718         (vect_analyze_stmt): If we are analyzing a pure SLP stmt
9719         and got called from loop analysis bail out.  Always pass the SLP
9720         node to the vectorizable_* functions.
9721         * tree-vect-loop.c (vect_analyze_loop_operations): Remove
9722         the premature SLP check here.
9723         * tree-vect-slp.c (vect_detect_hybrid_slp_stmts): Dump hybrid
9724         detected SLP stmts.
9725         (vect_detect_hybrid_slp_1): Likewise.
9727 2015-05-26  Jeff Law  <law@redhat.com>
9729         * combine.c (find_split_point): Verify that the shift count is a
9730         constant when choosing (plus (ashift ...)) as a split point.
9732         * tree-ssa-threadupdate.c: Replace 8 space sequences with tabs.
9733         No functional changes.
9735 2015-05-26  Jan Hubicka  <hubicka@ucw.cz>
9737         * ipa-polymorphic-call.c
9738         (ipa_polymorphic_call_context::get_dynamic_type): Short circuit the
9739         case when call target is already known.
9741 2015-05-26  Oleg Endo  <olegendo@gcc.gnu.org>
9743         PR target/65979
9744         * config/sh/sh.md (tstsi_t peephole2): Use gen_rtx_SET and
9745         take into account the case that operands[1] and operands[2]
9746         are the same register.
9748 2015-05-26  Michael Matz  <matz@suse.de>
9750         PR middle-end/66251
9752         * tree-vect-stmts.c (vect_model_store_cost): Handled strided group
9753         stores.
9754         (vect_create_vectorized_demotion_stmts): Always set
9755         STMT_VINFO_VEC_STMT, also with SLP.
9756         (vectorizable_store): Handle strided group stores.
9758 2015-05-26  Venkataramanan Kumar  <venkataramanan.kumar@amd.com>
9760         PR target/66049
9761         * config/aarch64/aarch64.md
9762         (*adds_shift_imm_<mode>):  New pattern.
9763         (*subs_shift_imm_<mode>):  Likewise.
9764         (*adds_<optab><ALLX:mode>_shift_<GPI:mode>):  Likewise.
9765         (*subs_<optab><ALLX:mode>_shift_<GPI:mode>): Likewise.
9766         (*add_uxt<mode>_shift2): Likewise.
9767         (*add_uxtsi_shift2_uxtw): Likewise.
9768         (*sub_uxt<mode>_shift2): Likewise.
9769         (*sub_uxtsi_shift2_uxtw): Likewise.
9771 2015-05-26  David Edelsohn  <dje.gcc@gmail.com>
9773         * config/rs6000/constraints.md (Y, U): Use match_test.
9775 2015-05-26  Christian Bruel  <christian.bruel@st.com>
9777         PR target/52144
9778         * config/arm/arm.c (arm_option_check_internal)
9779         (arm_option_params_internal): Check opts->target_flags to set macros.
9780         (TREE_TARGET_ARM, TREE_TARGET_THUMB)
9781         (TREE_TARGET_THUMB1, TREE_TARGET_THUMB2) Replace with...
9782         (TARGET_ARM_P, TARGET_THUMB_P, TARGET_THUMB1_P, TARGET_THUMB2_P)
9783         (builtin_define): Replaced with def_or_undef_macro.
9784         * config/arm/arm.h (TREE_TARGET_ARM, TREE_TARGET_THUMB)
9785         TREE_TARGET_THUMB1, TREE_TARGET_THUMB2) Redefine with...
9786         (TARGET_ARM_P, TARGET_THUMB_P, TARGET_THUMB1_P, TARGET_THUMB2_P)
9787         (TARGET_32BIT_P, TARGET_ARM_QBIT_P, TARGET_ARM_SAT_P, TARGET_IDIV_P)
9788         (TARGET_HAVE_LDREX_P, TARGET_HAVE_LDREXBH_P, TARGET_HAVE_LDREXD_P)
9789         (TARGET_ARM_FEATURE_LDREX_P)
9790         (TARGET_DSP_MULTIPLY_P, TARGET_INT_SIMD_P): New macros.
9791         * config/arm/arm-c.c (def_or_undef_macro): New function.
9792         (arm_cpu_cpp_builtins): Use def_or_undef_macro for macros definition.
9794 2015-05-26  Christian Bruel  <christian.bruel@st.com>
9796         * c-common.h (builtin_define_with_int_value)
9797         (builtin_define_type_sizeof): Declare.
9798         * c-cppbuiltin.c (builtin_define_with_int_value)
9799         (builtin_define_type_sizeof): Externalize.
9800         (builtin_define_std): Cleanup declaration.
9801         * config/arm/arm-protos.h (arm_cpu_cpp_builtins): Declare.
9802         * config/arm/arm.h (TARGET_CPU_CPP_BUILTINS): Move macro defines into...
9803         * config/arm/arm-c.c (arm_cpu_cpp_builtins): New function.
9804         (builtin_define, builtin_assert): New macros.
9806 2015-05-26  Richard Biener  <rguenther@suse.de>
9808         PR tree-optimization/66142
9809         * tree-ssa-sccvn.c (vn_reference_lookup_3): Manually compare
9810         MEM_REFs for the same base address.
9812 2015-05-26  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
9814         PR ipa/66181
9815         * tree.c (verify_type_variant): Do not check TYPE_NO_FORCE_BLK.
9817 2015-05-26  Jason Merrill  <jason@redhat.com>
9819         * configure.ac: Set CXXFLAGS for ISL test.
9820         * configure: Regenerate.
9822         * configure.ac: Use C++ for all tests.  Use AC_CHECK_DECLS for
9823         strstr and basename.
9824         * configure: Regenerate.
9826 2015-05-26  Richard Biener  <rguenther@suse.de>
9828         * fold-const.c (fold_binary_loc): Move X % -Y -> X % Y and
9829         X % C -> X & (C - 1) for C being a power-of two to ...
9830         * match.pd: ... patterns.
9832 2015-05-26  Marc Glisse  <marc.glisse@inria.fr>
9834         * match.pd (swapped_tcc_comparison): New operator list.
9835         (-A CMP -B): New simplification.
9836         * fold-const.c (fold_comparison): Remove corresponding code.
9838 2015-05-26  Richard Sandiford  <richard.sandiford@arm.com>
9840         * caller-save.c (init_caller_save): Base temporary register numbers
9841         on LAST_VIRTUAL_REGISTER + 1 rather than FIRST_PSEUDO_REGISTER.
9842         * cfgloopanal.c (init_set_costs): Likewise.
9843         * dojump.c (prefer_and_bit_test): Likewise.
9844         * expr.c (init_expr_target): Likewise.
9845         * ira.c (setup_prohibited_mode_move_regs): Likewise.
9846         * lower-subreg.c (init_lower_subreg): Likewise.
9847         * postreload.c (reload_cse_regs_1): Likewise.
9849 2015-05-26  Richard Sandiford  <richard.sandiford@arm.com>
9851         * gensupport.h (compute_test_codes): Declare.
9852         * gensupport.c (compute_predicate_codes): Rename to...
9853         (compute_test_codes): ...this.  Generalize error message.
9854         (process_define_predicate): Update accordingly.
9855         * genpreds.c (compute_maybe_allows): Delete.
9856         (add_constraint): Use compute_test_codes to determine whether
9857         something can accept a SUBREG, REG or MEM.
9859 2015-05-26  Torvald Riegel  <triegel@redhat.com>
9861         * doc/extend.texi (__atomic Builtins): Use 'memory order' instead of
9862         'memory model' to align with C++11; fix description of memory orders;
9863         fix a few typos.
9865 2015-05-26  Richard Biener  <rguenther@suse.de>
9867         * tree-vect-loop.c (vect_update_vf_for_slp): Split out from ...
9868         (vect_analyze_loop_operations): ... here.  Remove slp parameter,
9869         detect whether we apply SLP.  Remove call to
9870         vect_update_slp_costs_according_to_vf.
9871         (vect_analyze_loop_2): Call vect_update_vf_for_slp and
9872         vect_update_slp_costs_according_to_vf from here.  Dispatch
9873         to vect_slp_analyze_operations to analyze SLP stmts.
9874         * tree-vect-slp.c (vect_slp_analyze_node_operations): Drop
9875         unused bb_vec_info parameter, adjust assert.
9876         (vect_slp_analyze_operations): Pass in the slp instance tree
9877         instead of bb_vec_info.
9878         (vect_slp_analyze_bb_1): Adjust call to vect_slp_analyze_operations.
9879         * tree-vectorizer.h (vect_slp_analyze_operations): Declare.
9881 2015-05-25  Alexander Monakov  <amonakov@ispras.ru>
9883         * config/i386/i386.h (enum reg_class): Move CLOBBERED_REGS prior to
9884         Q_REGS.  Expand comment.
9885         (REG_CLASS_NAMES): Ditto.
9886         (REG_CLASS_CONTENTS): Ditto.
9888 2015-05-25  Uros Bizjak  <ubizjak@gmail.com>
9890         PR target/66274
9891         * config/i386/i386.c (print_reg): Only print "r" for TARGET_64BIT
9892         when LEGACY_INT_REGNO_P is processed.
9894 2015-05-25  Alexander Monakov  <amonakov@ispras.ru>
9896         * config/i386/i386.c (ix86_function_ok_for_sibcall): Check flag_plt.
9898 2015-05-25  Pitchumani Sivanupandi  <pitchumani.s@atmel.com>
9900         * config/avr/avr.c (avr_out_load_psi_reg_no_disp_tiny): Restore base
9901         register if not marked dead/unused, before return.
9903 2015-05-24  Jan Hubicka  <hubicka@ucw.cz>
9905         PR lto/66180
9906         * ipa-devirt.c (type_with_linkage): Check that TYPE_STUB_DECL
9907         is set; check for assembler name at LTO time.
9908         (type_in_anonymous_namespace): Remove hacks, check that all
9909         anonymous types are called "<anon>"
9910         (odr_type_p): Simplify; add check for "<anon>"
9911         (odr_subtypes_equivalent): Add odr_type_p check.
9912         * tree.c (need_assembler_name_p): Even anonymous namespace needs
9913         assembler name.
9915 2015-05-24  Jan Hubicka  <hubicka@ucw.cz>
9917         * ipa-utils.h (method_class_type): Remove.
9918         * cgraphunit.c (walk_polymorphic_call_targets): Use
9919         TYPE_METHOD_BASETYPE.
9920         * ipa-devirt.c (type_in_anonymous_namespace_p): Check that it is called
9921         on main variants only.
9922         (method_class_type): Remove.
9923         (update_type_inheritance_graph): Use TYPE_METHOD_BASETYPE.
9924         (build_type_inheritance_graph): Likewise.
9925         * ipa-icf.c (sem_function::equals_wpa): Likewise.
9926         * pa-polymorphic-call.c (decl_maybe_in_construction_p,
9927         check_stmt_for_type_change): Use TYPE_METHOD_BASETYPE.
9929 2015-05-24  Jan Hubicka  <hubicka@ucw.cz>
9931         * tree.c (prototype_p, virtual_method_call_p, obj_type_ref_class,
9932         is_typedef_decl, typedef_variant_p): Constify.
9933         * tree.h (prototype_p, virtual_method_call_p, obj_type_ref_class,
9934         is_typedef_decl, typedef_variant_p): Constify.
9936 2015-05-23  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
9938         * defaults.h (gen_tablejump): New function.
9939         (HAVE_tablejump): Add default value.
9940         * expr.c: Adjust.
9941         * stmt.c: Likewise.
9943 2015-05-23  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
9945         * defaults.h (gen_store_multiple): New function.
9946         (HAVE_store_multiple): Add default value.
9947         * expr.c (move_block_from_reg): Adjust.
9949 2015-05-23  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
9951         * defaults.h (gen_load_multiple): New function.
9952         (HAVE_load_multiple): Add default value.
9953         * expr.c (move_block_to_reg): Adjust.
9955 2015-05-23  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
9957         * defaults.h (gen_mem_signal_fence): New function.
9958         (HAVE_mem_signal_fence): Add default value.
9959         * optabs.c: Adjust.
9961 2015-05-23  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
9963         * defaults.h (gen_memory_barrier): New function.
9964         (HAVE_memory_barrier): Add default value.
9965         * optabs.c: Adjust.
9967 2015-05-23  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
9969         * defaults.h (gen_mem_thread_fence): New function.
9970         (HAVE_mem_thread_fence): Add default definition.
9971         * optabs.c: Adjust.
9973 2015-05-23  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
9975         * combine.c (find_split_point): Check the value of HAVE_lo_sum
9976         instead of if it is defined.
9977         (combine_simplify_rtx): Likewise.
9978         * lra-constraints.c (process_address_1): Likewise.
9979         * config/darwin.c: Adjust.
9980         * genconfig.c (main): Always define HAVE_lo_sum.
9982 2015-05-23  Prathamesh Kulkarni  <prathamesh.kulkarni@linaro.org>
9984         * genmatch.c (parser::parse_operation): Reject expanding
9985         operator-list inside 'for'.
9987 2015-05-23  Prathamesh Kulkarni  <prathamesh.kulkarni@linaro.org>
9989         * genmatch.c (parser::parse_for): Reject iterator if used as
9990         operator-list.
9992 2015-05-23  Prathamesh Kulkarni  <prathamesh.kulkarni@linaro.org>
9994         * genmatch.c (parser::parse_operator_list): Check for CPP_CLOSE_PAREN
9995         after end of id-list.
9997 2015-05-22  Jan Hubicka  <hubicka@ucw.cz>
9999         * tree.c (gimple_canonical_types_compatible_p): Sanity check that
10000         we do not try to compute canonical type for type that does not need
10001         alias set.
10002         (verify_type): Drop FIXME for METHOD_TYPE, update FIXME for
10003         FUNCITON_TYPE.
10004         * tree.h (type_with_alias_set_p): New.
10006 2015-05-22  Jan Hubicka  <hubicka@ucw.cz>
10008         * tree.c (gimple_canonical_types_compatible_p):  Do not compare
10009         function attributes.
10010         (verify_type): Remove METHOD_TYPE FIXME; update FUNCTION_TYPE.
10012 2015-05-22  Jim Wilson  <jim.wilson@linaro.org>
10014         * Makefile.in (check_gcc_parallelize): Delete.
10015         (lang_checks_parallelized): Update comment.
10017 2015-05-22  Mikhail Maltsev  <maltsevm@gmail.com>
10019         PR rtl-optimization/66237
10020         * bb-reorder.c (fix_crossing_conditional_branches): Fix wrong
10021         location of an "as_a" cast.
10023 2015-05-22  Jeff Law  <law@redhat.com>
10025         * config/pa/pa.md (non-canonical shift-add insns): Remove.
10026         (peepholes with non-canonical RTL sources): Remove.
10027         (peepholes for indexed stores of FP regs in integer modes): Match and
10028         generate canonical RTL.
10030 2015-05-22  Marc Glisse  <marc.glisse@inria.fr>
10032         PR tree-optimization/63387
10033         * match.pd ((X /[ex] A) * A -> X): Remove unnecessary condition.
10034         ((x ord x) & (y ord y) -> (x ord y),
10035         (x ord x) & (x ord y) -> (x ord y)): New simplifications.
10036         * fold-const.c (tree_unary_nonnegative_warnv_p) <ABS_EXPR>: Handle
10037         vectors like scalars.
10039 2015-05-22  Marc Glisse  <marc.glisse@inria.fr>
10041         * convert.c (convert_to_integer, convert_to_vector): Include the
10042         types in the error message.
10044 2015-05-22  Marc Glisse  <marc.glisse@inria.fr>
10046         * match.pd ((x | y) & ~x -> y & ~x, (x & y) | ~x -> y | ~x): New
10047         simplifications.
10049 2015-05-22  Jeff Law  <law@redhat.com>
10051         * config/pa/pa.md (integer_indexed_store splitters): Use
10052         mem_shadd_operand.  Use ASHIFT rather than MULT in the resulting
10053         insns -- adjusting the constant 2nd operand accordingly.
10055         * combine.c (try_combine): Canonicalize (plus (mult X pow2) Y) into
10056         (plus (ashift X log2) Y) if it is a split point.
10058         * config/pa/pa.c (mem_shadd_or_shadd_rtx_p): New function factoredx
10059         out of hppa_legitimize_address to handle both forms of a multiply
10060         by 2, 4 or 8.
10061         (hppa_legitimize_address): Use mem_shadd_or_shadd_rtx_p.
10062         Always generate the ASHIFT variant as the result is not directly
10063         used in a MEM.  Update comments and refactor slightly to improve
10064         readability.
10066 2015-05-22  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
10068         PR target/65491
10069         * config/aarch64/aarch64.c (aarch64_short_vector_p): Move above
10070         aarch64_composite_type_p.  Remove check for aarch64_composite_type_p.
10071         (aarch64_composite_type_p): Return false if given type and mode are
10072         for a short vector.
10074 2015-05-22  Richard Biener  <rguenther@suse.de>
10076         * tree-vectorizer.h (struct _slp_oprnd_info): Add second_pattern
10077         member.
10078         * tree-vect-loop.c (vect_analyze_loop_operations): Look at
10079         patterns when determining whether SLP is pure.
10080         (vect_is_slp_reduction): Remove check for pattern stmts.
10081         (vect_is_simple_reduction_1): Remove dead code.
10082         * tree-vect-slp.c (vect_create_oprnd_info): Initialize second_pattern.
10083         (vect_get_and_check_slp_defs): Pass in the stmt number.
10084         Allow the first def in a reduction to be not a pattern stmt when
10085         the rest of the stmts def are patterns.
10086         (vect_build_slp_tree_1): Allow tcc_expression codes like
10087         SAD_EXPR and DOT_PROD_EXPR.
10088         (vect_build_slp_tree): Adjust.
10089         (vect_analyze_slp): Refactor and move BB vect error message ...
10090         (vect_slp_analyze_bb_1): ... here.
10092 2015-05-22  Aldy Hernandez  <aldyh@redhat.com>
10094         * tree-switch-conversion.c (build_one_array): Set DECL_IGNORED_P
10095         for CSWTCH temporary.
10097 2015-05-22  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
10099         * config/arm/arm.c (arm_new_rtx_costs): Handle UNSPEC_VOLATILE.
10100         (arm_unspec_cost): Allow UNSPEC_VOLATILE.  Do not recurse inside
10101         unknown unspecs.
10103 2015-05-22  Richard Biener  <rguenther@suse.de>
10105         PR tree-optimization/66251
10106         * tree-vect-stmts.c (vectorizable_conversion): Properly
10107         set STMT_VINFO_VEC_STMT even for the SLP case.
10109 2015-05-22  Marek Polacek  <polacek@redhat.com>
10111         * doc/extend.texi: Use @pxref instead of @xref.
10113 2015-05-22  hiraditya  <hiraditya@msn.com>
10115         * gimple.h (gimple_expr_type): Refactor to make it concise. Remove
10116         redundant if.
10118 2015-05-22  Richard Biener  <rguenther@suse.de>
10120         PR tree-optimization/65701
10121         * tree-vect-data-refs.c (vect_enhance_data_refs_alignment):
10122         Move peeling cost models into one place.  Peel for alignment
10123         for single loads only if an aligned load is cheaper than
10124         an unaligned load.
10126 2015-05-22  Marek Polacek  <polacek@redhat.com>
10128         PR c/47043
10129         * doc/extend.texi (Enumerator Attributes): New section.
10130         Document syntax of enumerator attributes.
10132 2015-05-22  Richard Biener  <rguenther@suse.de>
10134         * tree-vect-loop.c (get_reduction_op): New function.
10135         (vect_model_reduction_cost): Use it, add reduc_index parameter.
10136         Make ready for BB reductions.
10137         (vect_create_epilog_for_reduction): Use get_reduction_op.
10138         (vectorizable_reduction): Init reduc_index to a valid value.
10139         Adjust vect_model_reduction_cost call.
10140         * tree-vect-slp.c (vect_get_constant_vectors): Use the proper
10141         operand for reduction defaults.  Add SAD_EXPR support.
10142         Assert we have a neutral op for SLP reductions.
10143         * tree-vect-stmts.c (vect_mark_stmts_to_be_vectorized): When
10144         walking pattern stmt ops only recurse to SSA names.
10146 2015-05-22  Richard Biener  <rguenther@suse.de>
10148         * tree-vect-patterns.c (vect_recog_dot_prod_pattern): Replace
10149         assert with guard, remove check on detected reduction.
10150         (vect_recog_sad_pattern): Likewise.
10151         (vect_recog_widen_sum_pattern): Likewise.
10153 2015-05-22  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
10155         * config/aarch64/arm_neon.h (vaeseq_u8): Add __extension__ and
10156         __always_inline__ attribute.
10157         (vaesdq_u8): Likewise.
10158         (vaesmcq_u8): Likewise.
10159         (vaesimcq_u8): Likewise.
10160         (vsha1cq_u32): Likewise.
10161         (vsha1mq_u32): Likewise.
10162         (vsha1pq_u32): Likewise.
10163         (vsha1h_u32): Likewise.
10164         (vsha1su0q_u32): Likewise.
10165         (vsha1su1q_u32): Likewise.
10166         (vsha256hq_u32): Likewise.
10167         (vsha256h2q_u32): Likewise.
10168         (vsha256su0q_u32): Likewise.
10169         (vsha256su1q_u32): Likewise.
10170         (vmull_p64): Likewise.
10171         (vmull_high_p64): Likewise.
10173 2015-05-21  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
10175         * final.c (final_scan_insn): Don't check HAVE_peephole with the
10176         preprocessor.
10177         * output.h: Likewise.
10178         * genconfig.c (main): Alwways define HAVE_peephole.
10179         * genpeep.c: Don't emit checks of HAVE_peephole.
10181 2015-05-21  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
10183         * combine.c, expmed.c, expr.c, optabs.c optabs.h, toplev.c: DOn't
10184         check HAVE_conditional_move with the preprocessor.
10186 2015-05-21  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
10188         * genconfig.c (main): Always define HAVE_conditional_move.
10189         * combine.c, expmed.c, expr.c, ifcvt.c, optabs.c, optabs.h,
10190         toplev.c, tree-ssa-phiopt.c: Don't check if HAVE_conditional_move
10191         is defined.
10193 2015-05-21  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
10195         * combine.c, df-problems.c, df-scan.c, emit-rtl.c, reginfo.c,
10196         reload.c, rtlanal.c: Remove comparison of ARG_FRAME_POINTER_REGNUM
10197         and FRAME_POINTER_REGNUM with the preprocessor.
10199 2015-05-21  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
10201         * defaults.h: Add default for STACK_PUSH_CODE.
10202         * expr.c: Don't redefine STACK_PUSH_CODE.
10203         * recog.c: Likewise.
10205 2015-05-21  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
10207         * builtins.c, dwarf2cfi.c, explow.c, expr.c, recog.c,
10208         sched-deps.c: Use if instead of preprocessor checks with
10209         STACK_GROWS_DOWNWARD.
10211 2015-05-21  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
10213         * *.c: Check the value of STACK_GROWS_DOWNWARD rather than if it
10214         is defined.
10215         * config/**/*.h: Define STACK_GROWS_DOWNWARD to an integer.
10216         * defaults.h: Provide default for STACK_GROWS_DOWNWARD.
10217         * doc/tm.texi.in: Update references to STACK_GROWS_DOWNWARD.
10218         * doc/tm.texi: Regenerate.
10220 2015-05-21  H.J. Lu  <hongjiu.lu@intel.com>
10222         PR target/66232
10223         * config/i386/constraints.md (Bg): New constraint for GOT memory
10224         operand.
10225         * config/i386/i386.md (*call_got_x32): New pattern.
10226         (*call_value_got_x32): Likewise.
10227         * config/i386/predicates.md (GOT_memory_operand): New predicate.
10229 2015-05-21  Jakub Jelinek  <jakub@redhat.com>
10231         PR tree-optimization/66233
10232         * match.pd (ocvt (icvt@1 @0)): Don't handle vector types.
10233         Simplify.
10235 2015-05-21  Jeff Law  <law@redhat.com>
10237         * config/pa/pa.md (add-with-constant splitter): Use ASHIFT rather
10238         than MULT for shadd sequences.
10240 2015-05-08  Jan Hubicka  <hubicka@ucw.cz>
10242         * alias.c (alias_stats): New static var.
10243         (alias_sets_conflict_p, alias_sets_must_conflict_p): Update stats.
10244         (dump_alias_stats_in_alias_c): New function.
10245         * alias.h (dump_alias_stats_in_alias_c): Declare.
10246         * tree-ssa-alias.c (dump_alias_stats): Call it.
10248 2015-05-08  Michael Matz  <matz@suse.de>
10250         * tree-vectorizer.h (struct _stmt_vec_info): Rename stride_load_p
10251         to strided_p.
10252         (STMT_VINFO_STRIDE_LOAD_P): Rename to ...
10253         (STMT_VINFO_STRIDED_P): ... this.
10254         * tree-vect-data-refs.c (vect_compute_data_ref_alignment): Adjust.
10255         (vect_verify_datarefs_alignment): Likewise.
10256         (vect_enhance_data_refs_alignment): Likewise.
10257         (vect_analyze_data_ref_access): Likewise.
10258         (vect_analyze_data_refs): Accept strided stores.
10259         * tree-vect-stmts.c (vect_model_store_cost): Count strided stores.
10260         (vect_model_load_cost): Adjust for macro rename.
10261         (vectorizable_mask_load_store): Likewise.
10262         (vectorizable_load): Likewise.
10263         (vectorizable_store): Open code strided stores.
10265 2015-05-21  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
10267         * doc/sourcebuild.texi (7.2.3.9 Other hardware attributes):
10268         Document sqrt_insn.
10270 2015-05-21  Richard Biener  <rguenther@suse.de>
10272         PR c++/66211
10273         * match.pd: Guard pattern optimzing (int)(float)int
10274         conversions to apply only on GIMPLE.
10276 2015-05-21  Jeff Law  <law@redhat.com>
10278         * combine.c (find_split_point): Handle ASHIFT like MULT to encourage
10279         multiply-accumulate/shift-add insn generation.
10281 2015-05-21  Oleg Endo  <olegendo@gcc.gnu.org>
10283         PR target/54236
10284         * config/sh/sh.md (*round_int_even): Reject pattern if operands[0] and
10285         operands[1] are the same.
10287 2015-05-21  Ilya Enkovich  <enkovich.gnu@gmail.com>
10289         PR middle-end/66221
10290         * ipa-chkp.c (chkp_copy_function_type_adding_bounds): Use
10291         build_distinct_type_copy to copy bounds.
10293 2015-05-21  Thomas Schwinge  <thomas@codesourcery.com>
10295         * genrecog.c (MAX_DEPTH, MIN_NUM_STATEMENTS, MAX_NUM_STATEMENTS):
10296         Change to unsigned int.
10298 2015-05-20  Jeff Law  <law@redhat.com>
10300         * config/pa/pa.c (pa_print_operand): New 'o' output modifier.
10301         (pa_mem_shadd_constant_p): Renamed from pa_shadd_constant_p.
10302         (pa_shadd_constant_p): Allow constants for shadd insns rather
10303         than valid scaling constants for memory addresses.
10304         * config/pa/pa-protos.h (pa_mem_shadd_constant_p): Add prototype.
10305         * config/pa/predicates.md (mem_shadd_operand): New predicate.
10306         * config/pa/pa.md (shift-add insns using MULT): Use mem_shadd_operand.
10307         (shift-add insns using ASHIFT): New patterns.
10309 2015-05-20  Mikhail Maltsev  <maltsevm@gmail.com>
10311         * bb-reorder.c (set_edge_can_fallthru_flag): Use rtx_jump_insn where
10312         feasible.
10313         (fix_up_fall_thru_edges): Likewise.
10314         (fix_crossing_conditional_branches): Likewise. Promote jump targets
10315         from to rtx_insn to rtx_code_label where feasible.
10316         * bt-load.c (move_btr_def): Remove as-a cast of the value returned by
10317         gen_move_insn (returned type changed to rtx_insn).
10318         * builtins.c (expand_errno_check): Fix arguments of
10319         do_compare_rtx_and_jump (now expects rtx_code_label).
10320         (expand_builtin_acc_on_device): Likewise.
10321         * cfgcleanup.c (try_simplify_condjump): Add cast when calling
10322         invert_jump (now exprects rtx_jump_insn).
10323         * cfgexpand.c (label_rtx_for_bb): Promote return type to rtx_code_label.
10324         (construct_init_block): Use rtx_code_label.
10325         * cfgrtl.c (block_label): Promote return type to rtx_code_label.
10326         (try_redirect_by_replacing_jump): Use cast to rtx_jump_insn when
10327         calling redirect_jump.
10328         (patch_jump_insn): Likewise.
10329         (redirect_branch_edge): Likewise.
10330         (force_nonfallthru_and_redirect): Likewise.
10331         (fixup_reorder_chain): Explicitly use rtx_jump_insn instead of rtx_insn
10332         when suitable.
10333         (rtl_lv_add_condition_to_bb): Update call of do_compare_rtx_and_jump.
10334         * cfgrtl.h: Promote return type of block_label to rtx_code_label.
10335         * config/bfin/bfin.c (hwloop_optimize): Fix call of emit_label_before.
10336         * config/i386/i386.c (ix86_emit_cmove): Explicitly use rtx_code_label
10337         to store the value retured by gen_label_rtx.
10338         * config/mips/mips.c (mips16_split_long_branches): Promote rtx_insn to
10339         rtx_jump_insn.
10340         * config/sh/sh.c (gen_far_branch): Likewise. Fix call of invert_jump.
10341         (split_branches): Fix calls of redirect_jump.
10342         * dojump.c (jumpifnot): Promote argument type from rtx to
10343         rtx_code_label.
10344         (jumpifnot_1): Likewise.
10345         (jumpif): Likewise.
10346         (jumpif_1): Likewise.
10347         (do_jump_1): Likewise.
10348         (do_jump): Likewise. Use rtx_code_label when feasible.
10349         (do_jump_by_parts_greater_rtx): Likewise.
10350         (do_jump_by_parts_zero_rtx): Likewise.
10351         (do_jump_by_parts_equality_rtx): Likewise.
10352         (do_compare_rtx_and_jump): Likewise.
10353         * dojump.h: Update function prototypes.
10354         * dse.c (emit_inc_dec_insn_before): Remove case (gen_move_insn now
10355         returns rtx_insn).
10356         * emit-rtl.c (emit_jump_insn_before_noloc): Promote return type to
10357         rtx_jump_insn.
10358         (emit_label_before): Likewise.
10359         (emit_jump_insn_after_noloc): Likewise.
10360         (emit_jump_insn_after_setloc): Likewise.
10361         (emit_jump_insn_after): Likewise
10362         (emit_jump_insn_before_setloc): Likewise.
10363         (emit_jump_insn_before): Likewise.
10364         (emit_label_before): Promote return type to rtx_code_label.
10365         (emit_label): Likewise.
10366         * except.c (sjlj_emit_dispatch_table): Use jump_target_rtx.
10367         * explow.c (emit_stack_save): Use gen_move_insn_uncast instead of
10368         gen_move_insn.
10369         (emit_stack_restore): Likewise.
10370         * expmed.c (emit_store_flag_force): Fix calls of do_compare_rtx_and_jump.
10371         (do_cmp_and_jump): Likewise.
10372         * expr.c (expand_expr_real_2): Likewise. Promote some local variables
10373         from rtx to rtx_code_label.
10374         (gen_move_insn_uncast): New function.
10375         * expr.h: Update return type of gen_move_insn (promote to rtx_insn).
10376         * function.c (convert_jumps_to_returns): Fix call of redirect_jump.
10377         * gcse.c (pre_insert_copy_insn): Use rtx_insn instead of rtx.
10378         * ifcvt.c (dead_or_predicable): Use rtx_jump_insn when calling
10379         invert_jump_1 and redirect_jump_1.
10380         * internal-fn.c (expand_arith_overflow_result_store): Fix call of
10381         do_compare_rtx_and_jump.
10382         (expand_addsub_overflow): Likewise.
10383         (expand_neg_overflow): Likewise.
10384         (expand_mul_overflow): Likewise.
10385         * ira.c (split_live_ranges_for_shrink_wrap): Use rtx_insn for
10386         return value of gen_move_insn.
10387         * jump.c (redirect_jump): Promote argument from rtx to rtx_jump_insn.
10388         * loop-doloop.c (add_test): Use rtx_code_label.
10389         (doloop_modify): Likewise.
10390         (doloop_optimize): Likewise.
10391         * loop-unroll.c (compare_and_jump_seq): Promote rtx to rtx_code_label.
10392         * lra-constraints.c (emit_spill_move): Remove cast of value returned
10393         by gen_move_insn.
10394         (inherit_reload_reg): Add cast when calling dump_insn_slim.
10395         (split_reg): Likewise.
10396         * modulo-sched.c (schedule_reg_moves): Remove cast of value returned by
10397         gen_move_insn.
10398         * optabs.c (expand_binop_directly): Remove casts of values returned by
10399         maybe_gen_insn.
10400         (expand_unop_direct): Likewise.
10401         (expand_abs): Likewise.
10402         (maybe_emit_unop_insn): Likewise.
10403         (maybe_gen_insn): Promote return type to rtx_insn.
10404         * optabs.h: Update prototype of maybe_gen_insn.
10405         * postreload-gcse.c (eliminate_partially_redundant_load): Remove
10406         redundant cast.
10407         * recog.c (struct peep2_insn_data): Promote type of insn field to
10408         rtx_insn.
10409         (peep2_reinit_state): Use NULL instead of NULL_RTX.
10410         (peep2_attempt): Remove casts of insn in peep2_insn_data.
10411         (peep2_fill_buffer): Promote argument from rtx to rtx_insn
10412         * recog.h (struct insn_gen_fn): Promote return types of function
10413         pointers and operator ().from rtx to rtx_insn.
10414         * reorg.c (fill_simple_delay_slots): Promote rtx_insn to rtx_jump_insn.
10415         (fill_eager_delay_slots): Likewise.
10416         (relax_delay_slots): Likewise.
10417         (make_return_insns): Likewise.
10418         (dbr_schedule): Likewise.
10419         (optimize_skips): Likewise.
10420         (reorg_redirect_jump): Likewise.
10421         (fill_slots_from_thread): Likewise.
10422         * reorg.h: Update prototypes.
10423         * resource.c (find_dead_or_set_registers): Use dyn_cast to
10424         rtx_jump_insn instead of check.  Use it's jump_target method.
10425         * rtl.h (rtx_jump_insn::jump_label): Define new method.
10426         (rtx_jump_insn::jump_target): Define new method.
10427         (rtx_jump_insn::set_jump_target): Define new method.
10428         * rtlanal.c (tablejump_p): Promote type of one local variable.
10429         * sched-deps.c (sched_analyze_2): Promote rtx to rtx_insn_list.
10430         (sched_analyze_insn): Likewise.
10431         * sched-vis.c (print_insn_with_notes): Promote rtx to rtx_insn.
10432         (print_insn): Likewise.
10433         * stmt.c (label_rtx): Promote return type to rtx_insn.
10434         (force_label_rtx): Likewise.
10435         (jump_target_rtx): Define new function.
10436         (expand_label): Use it, get rid of one cast.
10437         (expand_naked_return): Promote rtx to rtx_code_label.
10438         (do_jump_if_equal): Fix do_compare_rtx_and_jump call.
10439         (expand_case): Use rtx_code_label instread of rtx where feasible.
10440         (expand_sjlj_dispatch_table): Likewise.
10441         (emit_case_nodes): Likewise.
10442         * stmt.h: Declare jump_target_rtx.  Update prototypes.  Fix comments.
10443         * store-motion.c (insert_store): Make use of new return type of
10444         gen_move_insn and remove a cast.
10445         (replace_store_insn): Likewise.
10447 2015-05-20  Max Filippov  <jcmvbkbc@gmail.com>
10449         * config/xtensa/xtensa.c (init_alignment_context): Replace MULT
10450         by BITS_PER_UNIT with ASHIFT by exact_log2 (BITS_PER_UNIT).
10452 2015-05-20  Jeff Law  <law@redhat.com>
10454         * tree-ssa-threadupdate.c (mark_threaded_blocks): Properly
10455         dispose of the jump thread path when the jump threading
10456         opportunity is cancelled.
10458 2015-05-20  Manuel López-Ibáñez  <manu@gcc.gnu.org>
10460         * diagnostic.c (diagnostic_print_caret_line): Fix off-by-one error
10461         when printing the caret character.
10463 2015-05-20  Marek Polacek  <polacek@redhat.com>
10465         * cfgexpand.c (expand_debug_expr): Use UNARY_CLASS_P.
10467 2015-05-20  Marek Polacek  <polacek@redhat.com>
10469         * expr.c (expand_cond_expr_using_cmove): Use COMPARISON_CLASS_P.
10470         * gimple-expr.c (gimple_cond_get_ops_from_tree): Likewise.
10471         * gimple-fold.c (canonicalize_bool): Likewise.
10472         (same_bool_result_p): Likewise.
10473         * tree-if-conv.c (parse_predicate): Likewise.
10475 2015-05-20  Marek Polacek  <polacek@redhat.com>
10477         * gimple-fold.c (fold_const_aggregate_ref_1): Use DECL_P.
10478         * gimplify.c (gimplify_modify_expr_rhs): Likewise.
10480 2015-05-20  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
10482         * config/aarch64/aarch64.c (aarch64_class_max_nregs):
10483         Use UNITS_PER_VREG and UNITS_PER_WORD instead of their direct
10484         values.
10486 2015-05-20  Robert Suchanek  <robert.suchanek@imgtec.com>
10488         * config/mips/mips.h (micromips_globals): Declare.
10490 2015-05-20  David Malcolm  <dmalcolm@redhat.com>
10492         * timevar.def (TV_INITIALIZE_RTL): New.
10493         * toplev.c (initialize_rtl): Use an auto_timevar to account this
10494         function's time to TV_INITIALIZE_RTL.
10496 2015-05-20  Ilya Enkovich  <enkovich.gnu@gmail.com>
10498         * tree-chkp.c (chkp_maybe_copy_and_register_bounds): Remove useless
10499         gimple_build_nop calls.
10500         (chkp_find_bounds_for_elem): Likewise.
10501         (chkp_get_zero_bounds): Likewise.
10502         (chkp_get_none_bounds): Likewise.
10503         (chkp_get_bounds_by_definition): Likewise.
10504         (chkp_generate_extern_var_bounds): Likewise.
10505         (chkp_get_bounds_for_decl_addr): Likewise.
10506         (chkp_get_bounds_for_string_cst): Likewise.
10508 2015-05-20  Bin Cheng  <bin.cheng@arm.com>
10510         PR tree-optimization/65447
10511         * tree-ssa-loop-ivopts.c (struct iv_use): New fields.
10512         (dump_use, dump_uses): Support to dump sub use.
10513         (record_use): New parameters to support sub use.  Remove call to
10514         dump_use.
10515         (record_sub_use, record_group_use): New functions.
10516         (compute_max_addr_offset, split_all_small_groups): New functions.
10517         (group_address_uses, rewrite_use_address): New functions.
10518         (strip_offset): New declaration.
10519         (find_interesting_uses_address): Call record_group_use.
10520         (add_candidate): New assertion.
10521         (infinite_cost_p): Move definition forward.
10522         (add_costs): Check INFTY cost and return immediately.
10523         (get_computation_cost_at): Clear setup cost and dependent bitmap
10524         for sub uses.
10525         (determine_use_iv_cost_address): Compute cost for sub uses.
10526         (rewrite_use_address_1): Rename from old rewrite_use_address.
10527         (free_loop_data): Free sub uses.
10528         (tree_ssa_iv_optimize_loop): Call group_address_uses.
10530 2015-05-20  Kugan Vivekanandarajah  <kuganv@linaro.org>
10531             Jim Wilson  <jim.wilson@linaro.org>
10533         * config/arm/aarch-common-protos.h (struct mem_cost_table): Added
10534         new  fields loadv and storev.
10535         * config/aarch64/aarch64-cost-tables.h (thunderx_extra_costs):
10536         Initialize loadv and storev.
10537         * config/arm/aarch-cost-tables.h (generic_extra_costs): Likewise.
10538         (cortexa53_extra_costs): Likewise.
10539         (cortexa57_extra_costs): Likewise.
10540         (xgene1_extra_costs): Likewise.
10541         * config/aarch64/aarch64.c (aarch64_rtx_costs): Update vector
10542         rtx_costs.
10544 2015-05-20  Kugan Vivekanandarajah  <kuganv@linaro.org>
10546         * config/arm/arm.c (cortexa9_extra_costs): Initialize loadv and
10547          storev.
10548         (cortexa8_extra_costs): Likewise.
10549         (cortexa5_extra_costs): Likewise.
10550         (cortexa7_extra_costs): Likewise.
10551         (cortexa12_extra_costs): Likewise.
10552         (cortexa15_extra_costs): Likewise.
10553         (v7m_extra_costs): Likewise.
10555 2015-05-20  Jeff Law  <law@redhat.com>
10557         * tree-ssa-threadupdate.c (thread_single_edge): Use delete_jump_thread
10558         instead of open-coded version.  Also delete the jump thread created
10559         within this function.
10561 2015-05-20  Alan Modra  <amodra@gmail.com>
10563         * config/rs6000/rs6000.c (rs6000_emit_allocate_stack): Return
10564         stack adjusting insn.  Formatting.
10565         (rs6000_emit_prologue): Track stack adjusting insn, and use of
10566         r12.  If possible, emit first -fsplit-stack arg pointer insn
10567         before stack adjust.  Don't use r12 to save cr if split-stack.
10569 2015-05-20  Alan Modra  <amodra@gmail.com>
10571         * common/config/rs6000/rs6000-common.c (TARGET_SUPPORTS_SPLIT_STACK):
10572         Define.
10573         (rs6000_supports_split_stack): New function.
10574         * gcc/config/rs6000/rs6000.c (machine_function): Add
10575         split_stack_arg_pointer.
10576         (TARGET_EXTRA_LIVE_ON_ENTRY, TARGET_INTERNAL_ARG_POINTER): Define.
10577         (setup_incoming_varargs): Use crtl->args.internal_arg_pointer
10578         rather than virtual_incoming_args_rtx.
10579         (rs6000_va_start): Likewise.
10580         (split_stack_arg_pointer_used_p): New function.
10581         (rs6000_emit_prologue): Set up arg pointer for -fsplit-stack.
10582         (morestack_ref): New var.
10583         (gen_add3_const, rs6000_expand_split_stack_prologue,
10584         rs6000_internal_arg_pointer, rs6000_live_on_entry,
10585         rs6000_split_stack_space_check): New functions.
10586         (rs6000_elf_file_end): Call file_end_indicate_split_stack.
10587         * gcc/config/rs6000/rs6000.md (UNSPEC_STACK_CHECK): Define.
10588         (UNSPECV_SPLIT_STACK_RETURN): Define.
10589         (split_stack_prologue, load_split_stack_limit,
10590         load_split_stack_limit_di, load_split_stack_limit_si,
10591         split_stack_return, split_stack_space_check): New expands and insns.
10592         * gcc/config/rs6000/rs6000-protos.h
10593         (rs6000_expand_split_stack_prologue): Declare.
10594         (rs6000_split_stack_space_check): Declare.
10596 2015-05-20  Alan Modra  <amodra@gmail.com>
10598         * config/rs6000/rs6000.c (struct rs6000_stack): Correct comments.
10599         (direct_return): Test vrsave_size rather than vrsave_mask.
10600         (rs6000_emit_prologue): Likewise.  Remove redundant altivec tests.
10601         (rs6000_emit_epilogue): Likewise.
10603 2015-05-20  Alan Modra  <amodra@gmail.com>
10605         * config/rs6000/rs6000.c (rs6000_stack_info): Don't zero offsets
10606         when not saving registers.
10607         (debug_stack_info): Adjust to omit printing unused offsets,
10608         as before.
10609         (rs6000_emit_epilogue): Adjust use_backchain_to_restore_sp
10610         expression.
10612 2015-05-19  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
10614         PR c++/65835
10615         * config/i386/winnt.c (struct wrapped_symbol_hasher): Change
10616         value_type to const char *.
10618 2015-05-19  Sandra Loosemore  <sandra@codesourcery.com>
10620         * config.gcc [powerpc*-*-linux*]: Allow --enable-targets=all
10621         to build a biarch toolchain again.
10623 2015-05-19  Jan Hubicka  <hubicka@ucw.cz>
10625         * ipa-devirt.c (type_in_anonymous_namespace_p): Return true
10626         or implicit declarations.
10627         (odr_type_p): Check that TYPE_NAME is TYPE_DECL before looking
10628         into it.
10629         (get_odr_type): Check type has linkage before adding bases.
10630         (register_odr_type): Check that type has linkage before adding it.
10631         (type_known_to_have_no_deriavations_p): Rename to ..
10632         (type_known_to_have_no_derivations_p): This one.
10633         * ipa-utils.h (type_known_to_have_no_deriavations_p): Rename to ..
10634         (type_known_to_have_no_derivations_p): This one.
10635         * ipa-polymorphic-call.c
10636         (ipa_polymorphic_call_context::restrict_to_inner_type): Check that
10637         type has linkage.
10639 2015-05-19  Eric Botcazou  <ebotcazou@adacore.com>
10641         * stor-layout.c (finalize_type_size): Use AGGREGATE_TYPE_P.
10642         (layout_type): Use RECORD_OR_UNION_TYPE_P.
10644 2015-05-19  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
10646         * config/s390/s390.c (s390_vector_bool_type_p): New function.
10647         (s390_invalid_binary_op): New function.
10648         (TARGET_INVALID_BINARY_OP): Define macro.
10650 2015-05-19  David Sherwood  <david.sherwood@arm.com>
10652         * loop-invariant.c (create_new_invariant): Don't calculate address cost
10653         if mode is not a scalar integer.
10654         (get_inv_cost): Increase computational cost for unused invariants.
10656 2015-05-19  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
10658         * config.gcc: Add vecintrin.h to extra_headers.  Add s390-c.o to
10659         c_target_objs and cxx_target_objs.  Add t-s390 to tmake_file.
10660         * config/s390/s390-builtin-types.def: New file.
10661         * config/s390/s390-builtins.def: New file.
10662         * config/s390/s390-builtins.h: New file.
10663         * config/s390/s390-c.c: New file.
10664         * config/s390/s390-modes.def: Add modes CCVEQANY, CCVH,
10665         CCVHANY, CCVHU, CCVHUANY, CCVFHANY, CCVFHEANY.
10666         * config/s390/s390-protos.h (s390_expand_vec_compare_cc)
10667         (s390_cpu_cpp_builtins, s390_register_target_pragmas): Add
10668         prototypes.
10669         * config/s390/s390.c (s390-builtins.h, s390-builtins.def):
10670         Include.
10671         (flags_builtin, flags_overloaded_builtin_var, s390_builtin_types)
10672         (s390_builtin_fn_types, s390_builtin_decls, code_for_builtin): New
10673         variable definitions.
10674         (s390_const_operand_ok): New function.
10675         (s390_expand_builtin): Rewrite.
10676         (s390_init_builtins): New function.
10677         (s390_handle_vectorbool_attribute): New function.
10678         (s390_attribute_table): Add s390_vector_bool attribute.
10679         (s390_match_ccmode_set): Handle new cc modes CCVH, CCVHU.
10680         (s390_branch_condition_mask): Generate masks for new modes.
10681         (s390_expand_vec_compare_cc): New function.
10682         (s390_mangle_type): Add mangling for vector bool types.
10683         (enum s390_builtin): Remove.
10684         (s390_atomic_assign_expand_fenv): Rename constants for sfpc and
10685         efpc builtins.
10686         * config/s390/s390.h (TARGET_CPU_CPP_BUILTINS): Call
10687         s390_cpu_cpp_builtins.
10688         (REGISTER_TARGET_PRAGMAS): New macro.
10689         * config/s390/s390.md: Define more UNSPEC_VEC_* constants.
10690         (insn_cmp mode attribute): Add new CC modes.
10691         (s390_sfpc, s390_efpc): Rename patterns to sfpc and efpc.
10692         (lcbb): New pattern definition.
10693         * config/s390/s390intrin.h: Include vecintrin.h.
10694         * config/s390/t-s390: New file.
10695         * config/s390/vecintrin.h: New file.
10696         * config/s390/vector.md: Include vx-builtins.md.
10697         * config/s390/vx-builtins.md: New file.S/390 zvector builtin
10698         support.
10700 2015-05-19  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
10702         * config/s390/s390-modes.def: Add new modes CCVEQ, CCVFH, and
10703         CCVFHE.
10704         * config/s390/s390.c (s390_match_ccmode_set): Handle new modes.
10705         (s390_select_ccmode): Likewise.
10706         (s390_canonicalize_comparison): Swap operands if necessary.
10707         (s390_expand_vec_compare_scalar): Expand DFmode compare using
10708         single element vector instructions.
10709         (s390_emit_compare): Call s390_expand_vec_compare_scalar.
10710         (s390_branch_condition_mask): Generate CC masks for the new modes.
10711         * config/s390/s390.md (v0, vf, vd): New mode attributes.
10712         (VFCMP, asm_fcmp, insn_cmp): New mode iterator and attributes.
10713         (*vec_cmp<insn_cmp>df_cconly, *fixuns_truncdfdi2_z13)
10714         (*fix_trunc<BFP:mode><GPR:mode>2_bfp, *floatunsdidf2_z13)
10715         (*floatuns<GPR:mode><FP:mode>2, *extendsfdf2_z13)
10716         (*extend<DSF:mode><BFP:mode>2): New insn definition.
10717         (fix_trunc<BFP:mode><GPR:mode>2_bfp, loatuns<GPR:mode><FP:mode>2)
10718         (extend<DSF:mode><BFP:mode>2): Turn into expander.
10719         (floatdi<mode>2, truncdfsf2, add<mode>3, sub<mode>3, mul<mode>3)
10720         (div<mode>3, *neg<mode>2, *abs<mode>2, *negabs<mode>2)
10721         (sqrt<mode>2): Add vector instruction.
10723 2015-05-19  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
10725         * config/s390/constraints.md (j00, jm1, jxx, jyy, v): New
10726         constraints.
10727         * config/s390/predicates.md (const0_operand, constm1_operand)
10728         (constable_operand): Accept vector operands.
10729         * config/s390/s390-modes.def: Add supported vector modes.
10730         * config/s390/s390-protos.h (s390_cannot_change_mode_class)
10731         (s390_function_arg_vector, s390_contiguous_bitmask_vector_p)
10732         (s390_bytemask_vector_p, s390_expand_vec_strlen)
10733         (s390_expand_vec_compare, s390_expand_vcond)
10734         (s390_expand_vec_init): Add prototypes.
10735         * config/s390/s390.c (VEC_ARG_NUM_REG): New macro.
10736         (s390_vector_mode_supported_p): New function.
10737         (s390_contiguous_bitmask_p): Mask out the irrelevant bits.
10738         (s390_contiguous_bitmask_vector_p): New function.
10739         (s390_bytemask_vector_p): New function.
10740         (s390_split_ok_p): Vector regs don't work either.
10741         (regclass_map): Add VEC_REGS.
10742         (s390_legitimate_constant_p): Handle vector constants.
10743         (s390_cannot_force_const_mem): Handle CONST_VECTOR.
10744         (legitimate_reload_vector_constant_p): New function.
10745         (s390_preferred_reload_class): Handle CONST_VECTOR.
10746         (s390_reload_symref_address):  Likewise.
10747         (s390_secondary_reload): Vector memory instructions only support
10748         short displacements.  Rename reload*_nonoffmem* to reload*_la*.
10749         (s390_emit_ccraw_jump): New function.
10750         (s390_expand_vec_strlen): New function.
10751         (s390_expand_vec_compare): New function.
10752         (s390_expand_vcond): New function.
10753         (s390_expand_vec_init): New function.
10754         (s390_dwarf_frame_reg_mode): New function.
10755         (print_operand): Handle addresses with 'O' and 'R' constraints.
10756         (NR_C_MODES, constant_modes): Add vector modes.
10757         (s390_output_pool_entry): Handle vector constants.
10758         (s390_hard_regno_mode_ok): Handle vector registers.
10759         (s390_class_max_nregs): Likewise.
10760         (s390_cannot_change_mode_class): New function.
10761         (s390_invalid_arg_for_unprototyped_fn): New function.
10762         (s390_function_arg_vector): New function.
10763         (s390_function_arg_float): Remove size variable.
10764         (s390_pass_by_reference): Handle vector arguments.
10765         (s390_function_arg_advance): Likewise.
10766         (s390_function_arg): Likewise.
10767         (s390_return_in_memory): Vector values are returned in a VR if
10768         possible.
10769         (s390_function_and_libcall_value): Handle vector arguments.
10770         (s390_gimplify_va_arg): Likewise.
10771         (s390_call_saved_register_used): Consider the arguments named.
10772         (s390_conditional_register_usage): Disable v16-v31 for non-vec
10773         targets.
10774         (s390_preferred_simd_mode): New function.
10775         (s390_support_vector_misalignment): New function.
10776         (s390_vector_alignment): New function.
10777         (TARGET_STRICT_ARGUMENT_NAMING, TARGET_DWARF_FRAME_REG_MODE)
10778         (TARGET_VECTOR_MODE_SUPPORTED_P)
10779         (TARGET_INVALID_ARG_FOR_UNPROTOTYPED_FN)
10780         (TARGET_VECTORIZE_PREFERRED_SIMD_MODE)
10781         (TARGET_VECTORIZE_SUPPORT_VECTOR_MISALIGNMENT)
10782         (TARGET_VECTOR_ALIGNMENT): Define target macro.
10783         * config/s390/s390.h (FUNCTION_ARG_PADDING): Define macro.
10784         (FIRST_PSEUDO_REGISTER): Increase value.
10785         (VECTOR_NOFP_REGNO_P, VECTOR_REGNO_P, VECTOR_NOFP_REG_P)
10786         (VECTOR_REG_P): Define macros.
10787         (FIXED_REGISTERS, CALL_USED_REGISTERS)
10788         (CALL_REALLY_USED_REGISTERS, REG_ALLOC_ORDER)
10789         (HARD_REGNO_CALL_PART_CLOBBERED, REG_CLASS_NAMES)
10790         (FUNCTION_ARG_REGNO_P, FUNCTION_VALUE_REGNO_P, REGISTER_NAMES):
10791         Add vector registers.
10792         (CANNOT_CHANGE_MODE_CLASS): Call C function.
10793         (enum reg_class): Add VEC_REGS, ADDR_VEC_REGS, GENERAL_VEC_REGS.
10794         (SECONDARY_MEMORY_NEEDED): Allow SF<->SI mode moves without
10795         memory.
10796         (DBX_REGISTER_NUMBER, FIRST_VEC_ARG_REGNO, LAST_VEC_ARG_REGNO)
10797         (SHORT_DISP_IN_RANGE, VECTOR_STORE_FLAG_VALUE): Define macro.
10798         * config/s390/s390.md (UNSPEC_VEC_*): New constants.
10799         (VR*_REGNUM): New constants.
10800         (ALL): New mode iterator.
10801         (INTALL): Remove mode iterator.
10802         Include vector.md.
10803         (movti): Implement TImode moves for VRs.
10804         Disable TImode splitter for VR targets.
10805         Implement splitting TImode GPR<->VR moves.
10806         (reload*_tomem_z10, reload*_toreg_z10): Replace INTALL with ALL.
10807         (reload<mode>_nonoffmem_in, reload<mode>_nonoffmem_out): Rename to
10808         reload<mode>_la_in, reload<mode>_la_out.
10809         (*movdi_64, *movsi_zarch, *movhi, *movqi, *mov<mode>_64dfp)
10810         (*mov<mode>_64, *mov<mode>_31): Add vector instructions.
10811         (TD/TF mode splitter): Enable for GPRs only (formerly !FP).
10812         (mov<mode> SF SD): Prefer lder, lde for loading.
10813         Add lrl and strl instructions.
10814         Add vector instructions.
10815         (strlen<mode>): Rename old strlen<mode> to strlen_srst<mode>.
10816         Call s390_expand_vec_strlen on z13.
10817         (*cc_to_int): Change predicate to nonimmediate_operand.
10818         (addti3): Rename to *addti3.  New expander.
10819         (subti3): Rename to *subti3.  New expander.
10820         * config/s390/vector.md: New file.
10822 2015-05-19  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
10824         * common/config/s390/s390-common.c (processor_flags_table): Add
10825         z13.
10826         * config.gcc: Add z13.
10827         * config/s390/s390-opts.h (enum processor_type): Add
10828         PROCESSOR_2964_Z13.
10829         * config/s390/s390.c (s390_adjust_priority): Check for
10830         PROCESSOR_2964_Z13.
10831         (s390_reorg): Likewise.
10832         (s390_sched_reorder): Likewise.
10833         (s390_sched_variable_issue): Likewise.
10834         (s390_loop_unroll_adjust): Likewise.
10835         (s390_option_override): Likewise. Default to -mvx when available.
10836         * config/s390/s390.h (enum processor_flags): Add PF_Z13 and PF_VX.
10837         (TARGET_CPU_Z13, TARGET_CPU_VX, TARGET_Z13, TARGET_VX)
10838         (TARGET_VX_ABI): Define macros.
10839         macros.
10840         (TARGET_DEFAULT): Add MASK_OPT_VX.
10841         * config/s390/s390.md ("cpu" attribute): Add z13.
10842         ("cpu_facility" attribute): Add vec.
10843         * config/s390/s390.opt (processor_type): Add z13.
10844         (mvx): New options.
10845         * doc/invoke.texi: Add z13 option for -march.
10847 2015-05-19  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
10849         * config/s390/predicates.md (shift_count_or_setmem_operand): Add
10850         mode check to make sure that only scalar integer values are
10851         accepted.
10853 2015-05-19  Jan Hubicka  <hubicka@ucw.cz>
10855         * tree.c (verify_type_variant): Fix #undef.
10856         (gimple_canonical_types_compatible_p): Move here from lto.c
10857         (verify_type): Verify TYPE_CANONICAL compatibility.
10858         * tree.h (gimple_canonical_types_compatible_p): Declare.
10860 2015-05-19  Jakub Jelinek  <jakub@redhat.com>
10862         PR middle-end/66199
10863         * tree.h (OMP_TEAMS_COMBINED): Define.
10864         * gimplify.c (enum gimplify_omp_var_data): Add
10865         GOVD_LINEAR_LASTPRIVATE_NO_OUTER.
10866         (enum omp_region_type): Add ORT_COMBINED_TEAMS.
10867         (omp_notice_variable): Accept both ORT_TEAMS
10868         and ORT_COMBINED_TEAMS.  Don't recurse if
10869         GOVD_LINEAR_LASTPRIVATE_NO_OUTER is set and either
10870         GOVD_LINEAR is set, or GOVD_LASTPRIVATE without
10871         GOVD_FIRSTPRIVATE.
10872         (omp_no_lastprivate): New function.
10873         (gimplify_scan_omp_clauses): For OMP_CLAUSE_LASTPRIVATE
10874         and OMP_CLAUSE_LINEAR, if omp_no_lastprivate, don't
10875         notice_outer and set appropriate bits, otherwise make
10876         sure default(none) combined constructs won't complain.
10877         (gimplify_adjust_omp_clauses): Remove OMP_CLAUSE_LINEAR
10878         outer special casing, for OMP_CLAUSE_LASTPRIVATE if
10879         omp_no_lastprivate either remove the clause or turn it
10880         into OMP_CLAUSE_PRIVATE.
10881         (gimplify_omp_for): Fix up handling of implicit
10882         lastprivate or linear iterators.
10883         (gimplify_omp_workshare): For OMP_TEAMS_COMBINED use
10884         ORT_COMBINED_TEAMS.
10885         * omp-low.c (lower_omp_for_lastprivate): For combined
10886         for simd use fd.loop.n2 from the for rather than simd.
10888 2015-05-19  Richard Sandiford  <richard.sandiford@arm.com>
10890         * config/cris/cris.c (cris_expand_prologue): Use gen_raw_REG
10891         instead of gen_rtx_raw_REG.
10892         (cris_expand_epilogue): Likewise.
10893         * config/microblaze/microblaze.c (microblaze_classify_address):
10894         Likewise.
10895         * config/sparc/sparc.md: Likewise.
10897 2015-05-19  Uros Bizjak  <ubizjak@gmail.com>
10899         * config/alpha/alpha.c (alpha_legitimize_reload_address)
10900         (alpha_preferred_reload_class, alpha_legitimate_constant_p): Use
10901         CONST_INT_P, CONST_SCALAR_INT_P and CONST_DOUBLE_P predicates.
10902         (alpha_split_reload_pair) <case CONST_INT, case CONST_WIDE_INT>:
10903         Use CASE_CONST_SCALAR_INT.
10904         (print_operand) <case 'M'>: Use mode_width_operand to check the
10905         value of the constant.
10906         * config/alpha/alpha.md (movti): Use CONST_SCALAR_INT_P predicate.
10907         * config/alpha/predicates.md (input_operand): Use general_operand
10908         instead of match_code as operand check.
10909         (symbolic_operand): Use match_code with subexpression digits.
10910         * config/alpha/constraints.md (Q): Ditto.
10912 2015-05-19  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
10914         * optabs.c (expand_vec_perm): Don't re-use SEL as target operand.
10916 2015-05-19  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
10918         * config/s390/s390.c (s390_secondary_reload): Fix check for
10919         load/store relative.
10921 2015-05-19  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
10923         * recog.h: Increase MAX_RECOG_ALTERNATIVES.  Change type of
10924         alternative_mask to uint64_t.
10926 2015-05-19  Jakub Jelinek  <jakub@redhat.com>
10928         PR tree-optimization/66187
10929         * match.pd ((bit_and (plus/minus (convert @0) (convert @1)) mask)):
10930         Pass TYPE_SIGN to tree_int_cst_min_precision.  If
10931         !TYPE_OVERFLOW_WRAPS, ensure @4 is non-negative.
10933 2015-05-19  David Malcolm  <dmalcolm@redhat.com>
10935         * diagnostic.c (diagnostic_report_current_module): Strengthen
10936         local "new_map" from const line_map * to
10937         const line_map_ordinary *.
10938         * genmatch.c (error_cb): Likewise for local "map".
10939         (output_line_directive): Likewise for local "map".
10940         * input.c (expand_location_1): Likewise for local "map".
10941         Pass NULL rather than &map to
10942         linemap_unwind_to_first_non_reserved_loc, since the value is never
10943         read from there, and the value written back not read from here.
10944         (is_location_from_builtin_token): Strengthen local "map" from
10945         const line_map * to const line_map_ordinary *.
10946         (dump_location_info): Strengthen locals "map" from
10947         line_map *, one to const line_map_ordinary *, the other
10948         to const line_map_macro *.
10949         * tree-diagnostic.c (loc_map_pair): Strengthen field "map" from
10950         const line_map * to const line_map_macro *.
10951         (maybe_unwind_expanded_macro_loc): Add a call to
10952         linemap_check_macro when writing to the "map" field of the
10953         loc_map_pair.
10954         Introduce local const line_map_ordinary * "ord_map", using it in
10955         place of "map" in the part of the function where we know we have
10956         an ordinary map.  Strengthen local "m" from const line_map * to
10957         const line_map_ordinary *.
10959 2015-05-19  Nick Clifton  <nickc@redhat.com>
10961         PR target/66156
10962         * config/msp430/msp430.md (zero_extendhisi2): Add support for
10963         separate source and destination registers.
10965 2015-05-19  Richard Biener  <rguenther@suse.de>
10967         PR tree-optimization/66165
10968         * tree-vect-slp.c (vect_supported_load_permutation_p): Add guard
10969         for no load permutation.
10971         PR tree-optimization/66185
10972         * tree-vect-slp.c (vect_build_slp_tree): Properly roll back
10973         when building the SLP node from scalars.
10975 2015-05-19  Eric Botcazou  <ebotcazou@adacore.com>
10976             Tristan Gingold  <gingold@adacore.com>
10978         * insn-notes.def (UPDATE_SJLJ_CONTEXT): New note.
10979         * builtins.c (expand_builtin_update_setjmp_buf): Make global.
10980         (expand_stack_restore): Call record_new_stack_level.
10981         (expand_stack_save): Do not call do_pending_stack_adjust.
10982         * builtins.h (expand_builtin_update_setjmp_buf): Declare.
10983         * calls.c (expand_call): Call record_new_stack_level for alloca.
10984         * except.c (sjlj_mark_call_sites): Expand builtin_update_setjmp_buf
10985         wherever a NOTE_INSN_UPDATE_SJLJ_CONTEXT note is present.
10986         (update_sjlj_context): New global function.
10987         * except.h (update_sjlj_context): Declare.
10988         * explow.c (record_new_stack_level): New global function.
10989         (allocate_dynamic_stack_space): Call record_new_stack_level.
10990         * explow.h (record_new_stack_level): Declare.
10991         * final.c (final_scan_insn): Deal with NOTE_INSN_UPDATE_SJLJ_CONTEXT.
10992         * cfgrtl.c (duplicate_insn_chain): Likewise.
10994 2015-05-19  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
10996         * calls.c: Always define STACK_GROWS_DOWNWARD as 0 or 1.
10997         (mem_overlaps_already_clobbered_arg_p): Rewrite ifdef
10998         STACK_GROWS_DOWNWARD as normal if.
10999         (expand_call): Likewise.
11001 2015-05-19  Oleg Endo  <olegendo@gcc.gnu.org>
11003         PR target/54236
11004         * config/sh/sh.md (*round_int_even): New insn_and_split and
11005         accompanying new unnamed split.
11007 2015-05-19  Richard Sandiford  <richard.sandiford@arm.com>
11009         * bitmap.c (bitmap_set_range): Handle count==1 specially.
11010         (bitmap_clear_range): Likewise.
11011         * cfgcleanup.c (mark_effect): Use bitmap_clear_range and
11012         bitmap_set_range unconditionally.
11013         * df-problems.c (df_simulate_one_insn_forwards): Likewise.
11014         * df-scan.c (df_mark_reg): Likewise.
11015         * haifa-sched.c (setup_ref_regs): Likewise.
11016         * sched-rgn.c (update_live_1): Likewise.
11018 2015-05-19  Richard Sandiford  <richard.sandiford@arm.com>
11020         * regs.h (END_HARD_REGNO): Delete.
11021         (END_REGNO): Move to...
11022         * rtl.h: ...here.
11023         * bt-load.c (note_btr_set): Use END_REGNO instead of END_HARD_REGNO.
11024         * caller-save.c (mark_set_regs): Likewise.
11025         * combine.c (move_deaths, distribute_notes): Likewise.
11026         * cse.c (invalidate, invalidate_for_call): Likewise.
11027         * df-scan.c (df_ref_record): Likewise.
11028         * postreload-gcse.c (reg_changed_after_insn_p): Likewise.
11029         (record_last_reg_set_info): Likewise.
11030         * reg-stack.c (convert_regs_exit): Likewise.
11031         * reload.c (reg_overlap_mentioned_for_reload_p): Likewise.
11032         * resource.c (update_live_status): Likewise.
11033         * rtlanal.c (find_reg_fusage, find_regno_fusage): Likewise.
11035 2015-05-19  Richard Sandiford  <richard.sandiford@arm.com>
11037         * rtl.h (reg_info): Add an nregs field.
11038         (REG_NREGS): Use it.
11039         (SET_REGNO_RAW): Delete.
11040         (set_regno_raw): New function.
11041         * regs.h (END_HARD_REGNO): Make equivalent to END_REGNO.
11042         (END_REGNO): Redefine in terms of REG_NREGS.
11043         * read-rtl.c (read_rtx_code): Call set_regno_raw instead of
11044         SET_REGNO_RAW.
11045         * emit-rtl.c (set_mode_and_regno): Likewise.
11046         * df-scan.c (df_ref_change_reg_with_loc): Use set_mode_and_regno
11047         instead of SET_REGNO_RAW.
11049 2015-05-19  Richard Sandiford  <richard.sandiford@arm.com>
11051         * rtl.h (PUT_MODE_RAW): New macro.
11052         (PUT_REG_NOTE_KIND): Use it.
11053         (set_mode_and_regno): Declare.
11054         (gen_raw_REG): Change regno to "unsigned int".
11055         (gen_rtx_REG): Change "unsigned" to "unsigned int".
11056         (PUT_MODE): Forward to PUT_MODE_RAW for generators, otherwise
11057         use set_mode_and_regno to change the mode of registers.
11058         * gengenrtl.c (gendef): Use PUT_MODE_RAW.
11059         * emit-rtl.c (set_mode_and_regno): New function.
11060         (gen_raw_REG): Change regno to unsigned int.  Use set_mode_and_regno.
11061         * caller-save.c (reg_save_code): Use set_mode_and_regno.
11062         * expr.c (init_expr_target): Likewise.
11063         * ira.c (setup_prohibited_mode_move_regs): Likewise.
11064         * postreload.c (reload_cse_simplify_operands): Likewise.
11066 2015-05-19  Richard Sandiford  <richard.sandiford@arm.com>
11068         * caller-save.c (init_caller_save): Use word_mode and
11069         FIRST_PSEUDO_REGISTER when creating temporary rtxes.
11070         * expr.c (init_expr_target): Likewise.
11071         * ira.c (setup_prohibited_mode_move_regs): Likewise.
11072         * postreload.c (reload_cse_regs_1): Likewise.
11074 2015-05-19  Richard Sandiford  <richard.sandiford@arm.com>
11076         * rtl.def (REG): Change format to "r".
11077         * rtl.h (rtunion): Remove rt_reg.
11078         (reg_info): New structure.
11079         (rtx_def): Add reg field to main union.
11080         (X0REGATTR): Delete.
11081         (REG_CHECK): New macro.
11082         (SET_REGNO_RAW, rhs_regno, REG_ATTRS): Use it.
11083         * rtl.c (rtx_format): Document "r".
11084         (rtx_code_size): Handle REG specially.
11085         * gengenrtl.c (special_format): Return true for formats
11086         that include 'r'.
11087         * gengtype.c (adjust_field_rtx_def): Handle 'r' fields.
11088         Deal with REG_ATTRS after the field loop.
11089         * emit-rtl.c (gen_raw_REG): Call rtx_alloc_stat directly.
11090         * expmed.c (init_expmed): Call gen_raw_REG instead of
11091         gen_rtx_raw_REG.
11092         * expr.c (init_expr_target): Likewise.
11093         * regcprop.c (maybe_mode_change): Likewise.
11094         * varasm.c (make_decl_rtl): Likewise.
11095         * final.c (leaf_renumber_regs_insn): Return early after
11096         handling REGs.
11097         * genemit.c (gen_exp): Handle 'r' fields.
11098         * genpeep.c (match_rtx): Likewise.
11099         * gensupport.c (subst_pattern_match): Likewise.
11100         (get_alternatives_number, collect_insn_data, alter_predicate_for_insn)
11101         (alter_constraints, subst_dup): Likewise.
11102         * read-rtl.c (read_rtx_code): Likewise.
11103         * print-rtl.c (print_rtx): Likewise.
11104         * genrecog.c (find_operand, find_matching_operand): Likewise.
11105         (validate_pattern, match_pattern_2): Likewise.
11106         (parameter::UINT, rtx_test::REGNO_FIELD): New enum values.
11107         (rtx_test::regno_field): New function.
11108         (operator ==, safe_to_hoist_p, transition_parameter_type)
11109         (parameter_type_string, print_parameter_value)
11110         (print_nonbool_test, print_test): Handle new enum values.
11111         * cselib.c (rtx_equal_for_cselib_1): Handle REG specially.
11112         * lra-constraints.c (operands_match_p): Likewise.
11114 2015-05-19  Richard Sandiford  <richard.sandiford@arm.com>
11116         * df.h (df_ref_change_reg_with_loc): Remove old_regno parameter.
11117         Change type of new_regno to unsigned int.
11118         * df-scan.c (df_ref_change_reg_with_loc_1): Change type of
11119         new_regno to unsigned int.
11120         (df_ref_change_reg_with_loc): Remove old_regno parameter.
11121         Change type of new_regno to unsigned int.  Use SET_REGNO_RAW.
11122         * rtl.h (SET_REGNO): Update call to df_ref_change_reg_with_loc.
11123         (SET_REGNO_RAW): Add space after ",".
11125 2015-05-19  Richard Sandiford  <richard.sandiford@arm.com>
11127         * rtl.h (REG_NREGS): New macro
11128         * alias.c (record_set): Use it.
11129         * cfgcleanup.c (mark_effect): Likewise.
11130         * combine.c (likely_spilled_retval_1): Likewise.
11131         (likely_spilled_retval_p, can_change_dest_mode): Likewise.
11132         (move_deaths, distribute_notes): Likewise.
11133         * cselib.c (cselib_record_set): Likewise.
11134         * df-problems.c (df_simulate_one_insn_forwards): Likewise.
11135         * df-scan.c (df_mark_reg): Likewise.
11136         * dse.c (look_for_hardregs): Likewise.
11137         * dwarf2out.c (reg_loc_descriptor): Likewise.
11138         (multiple_reg_loc_descriptor): Likewise.
11139         * expr.c (write_complex_part, read_complex_part): Likewise.
11140         (emit_move_complex): Likewise.
11141         * haifa-sched.c (setup_ref_regs): Likewise.
11142         * ira-lives.c (mark_hard_reg_live): Likewise.
11143         * lra.c (lra_set_insn_recog_data): Likewise.
11144         * mode-switching.c (create_pre_exit): Likewise.
11145         * postreload.c (reload_combine_recognize_const_pattern): Likewise.
11146         (reload_combine_recognize_pattern): Likewise.
11147         (reload_combine_note_use, move2add_record_mode): Likewise.
11148         (reload_cse_move2add): Likewise.
11149         * reg-stack.c (subst_stack_regs_pat): Likewise.
11150         * regcprop.c (kill_value, copy_value): Likewise.
11151         (copyprop_hardreg_forward_1): Likewise.
11152         * regrename.c (verify_reg_in_set, scan_rtx_reg): Likewise.
11153         (build_def_use): Likewise.
11154         * sched-deps.c (mark_insn_reg_birth, mark_reg_death): Likewise.
11155         (deps_analyze_insn): Likewise.
11156         * sched-rgn.c (check_live_1, update_live_1): Likewise.
11157         * sel-sched.c (count_occurrences_equiv): Likewise.
11158         * valtrack.c (dead_debug_insert_temp): Likewise.
11160 2015-05-19  Richard Sandiford  <richard.sandiford@arm.com>
11162         * cfgcleanup.c (mentions_nonequal_regs): Use END_REGNO.
11163         * dse.c (note_add_store): Likewise.
11164         * ira-lives.c (mark_hard_reg_dead): Likewise.
11165         * loop-invariant.c (mark_reg_store): Likewise.
11166         (mark_reg_death): Likewise.
11167         * postreload.c (reload_combine): Likewise.
11168         (reload_combine_note_store): Likewise.
11169         (reload_combine_note_use): Likewise.
11170         * recog.c (peep2_reg_dead_p): Likewise.
11172 2015-05-19  Alan Modra  <amodra@gmail.com>
11174         * config/rs6000/predicates.md (gpc_reg_operand): Don't allow all
11175         hard registers numbered greater or equal to ARG_POINTER_REGNUM.
11176         (reg_or_neg_short_operand, fix_trunc_dest_operand): Delete
11177         unused predicates.
11178         * config/rs6000/altivec.md (save_vregs_*, restore_vregs_*):
11179         Use altivec_register_operand.  Make insn predicate TARGET_ALTIVEC.
11180         * config/rs6000/rs6000.md (extzvdi_internal2): Use cc_reg_operand.
11181         * config/rs6000/vsx.md (vsx_float<VSi><mode>2): Expand comment.
11183 2015-05-19  Sameera Deshpande  <Sameera.Deshpande@imgtec.com>
11185         * config/mips/mips.md (JOIN_MODE): New mode iterator.
11186         (join2_load_Store<JOIN_MODE:mode>): New pattern.
11187         (join2_loadhi): Likewise.
11188         (define_peehole2): Add peephole2 patterns to join 2 HI/SI/SF/DF-mode
11189         load-load and store-stores.
11190         * config/mips/mips.opt (mload-store-pairs): New option.
11191         (TARGET_LOAD_STORE_PAIRS): New macro.
11192         * config/mips/mips.h (ENABLE_LD_ST_PAIRS): Likewise.
11193         * config/mips/mips-protos.h (mips_load_store_bonding_p): New prototype.
11194         * config/mips/mips.c (mips_load_store_bonding_p): New function.
11196 2015-05-19  Mikhail Maltsev  <maltsevm@gmail.com>
11198         * bb-reorder.c (fix_up_fall_thru_edges): Use std::swap instead of
11199         explicit swaps.
11200         * dojump.c (do_compare_rtx_and_jump): Likewise.
11201         * expmed.c (emit_store_flag_1): Likewise.
11202         * fibonacci_heap.h (fibonacci_heap::union_with): Likewise.
11203         * final.c (sprint_ul): Use std::reverse for reversing a string.
11204         * fold-const.c (extract_muldiv_1): Use std::swap.
11205         * genmodes.c (emit_mode_int_n): Likewise.
11206         * ifcvt.c (dead_or_predicable): Likewise.
11207         * ira-build.c (ira_merge_live_ranges): Likewise.
11208         (swap_allocno_copy_ends_if_necessary): Likewise.
11209         * ira.c (ira_setup_alts): Likewise.
11210         * loop-iv.c (iv_analyze_expr): Likewise.
11211         (implies_p): Likewise.
11212         (canon_condition): Likewise.
11213         * lra-constraints.c (swap_operands): Likewise.
11214         * lra-lives.c (lra_merge_live_ranges): Likewise.
11215         * omega.c (swap): Remove.
11216         (bswap): Remove.
11217         (omega_unprotect_1): Use std::swap.
11218         (omega_solve_geq): Likewise.
11219         * optabs.c (expand_binop_directly): Likewise.
11220         (expand_binop): Likewise.
11221         (emit_conditional_move): Likewise.
11222         (emit_conditional_add): Likewise.
11223         * postreload.c (reload_cse_simplify_operands): Likewise.
11224         * reg-stack.c (emit_swap_insn): Likewise.
11225         (swap_to_top): Likewise.
11226         (compare_for_stack_reg): Likewise.
11227         (subst_asm_stack_regs): Likewise.
11228         * reload.c (find_reloads): Likewise.
11229         * reload1.c (gen_reload_chain_without_interm_reg_p): Likewise.
11230         * sel-sched.c (invoke_reorder_hooks): Likewise.
11231         (create_block_for_bookkeeping): Likewise.
11232         * tree-data-ref.c (lambda_matrix_row_exchange): Remove.
11233         (lambda_matrix_right_hermite): Use std::swap.
11234         * tree-ssa-coalesce.c (sort_coalesce_list): Likewise.
11235         * tree-ssa-ifcombine.c (ifcombine_ifandif): Likewise.
11236         * tree-ssa-loop-ivopts.c (iv_ca_delta_reverse): Likewise.
11237         * tree-ssa-math-opts.c (is_widening_mult_p): Likewise.
11238         * tree-ssa-phiopt.c (hoist_adjacent_loads): Likewise.
11239         * tree-ssa-reassoc.c (linearize_expr_tree): Likewise.
11240         * tree-ssa-threadedge.c (simplify_control_stmt_condition): Likewise.
11241         * tree-vrp.c (compare_ranges): Likewise.
11242         * var-tracking.c (add_with_sets): Likewise.
11243         (vt_find_locations): Likewise.
11245 2015-05-18  Andreas Tobler  <andreast@gcc.gnu.org>
11247         * config/freebsd-spec.h (FBSD_STARTFILE_SPEC): Add the bits to build
11248         pie executables.
11249         (FBSD_ENDFILE_SPEC): Likewise.
11250         * config/i386/freebsd.h (STARTFILE_SPEC): Remove and use the one from
11251         config/freebsd-spec.h.
11252         (ENDFILE_SPEC): Likewise.
11254 2015-05-18  Uros Bizjak  <ubizjak@gmail.com>
11255             Richard Henderson  <rth@redhat.com>
11257         PR target/57032
11258         * config/alpha/constraints.md (Q): Rewrite as define_memory_constraint.
11259         Check for a memory location that is not a reference (using an AND)
11260         to an unaligned location here.
11261         * config/alpha/predicates.md (normal_memory_operand): Remove.
11263 2015-05-18  Alex Velenko  <Alex.Velenko@arm.com>
11265         * config/arm/arm.md (andsi_not_shiftsi_si_scc): New pattern.
11266         (andsi_not_shiftsi_si_scc_no_reuse): New pattern.
11268 2015-05-18  Robert Suchanek  <robert.suchanek@imgtec.com>
11270         * config/mips/mips.c (micromips_globals): New variable.
11271         (mips_set_compression_mode): Save and reinitialize target-dependent
11272         state for microMIPS.
11274 2015-05-18  Martin Liska  <mliska@suse.cz>
11276         * dbgcnt.def: Add new counter.
11277         * ipa-icf.c (sem_item_optimizer::merge_classes): Use the counter.
11279 2015-05-18  Martin Liska  <mliska@suse.cz>
11281         * dbgcnt.def: Sort counters.
11282         * opts.c (common_handle_option): Do not compile if
11283         -fdbg-cnt-list is enabled.
11285 2015-05-18  Tom de Vries  <tom@codesourcery.com>
11287         * gimplify.c (gimplify_modify_expr): Remove do_deref handling.
11288         (gimplify_va_arg_expr): Remove do_deref handling.  Remove adding of
11289         address operator to va_list operand.
11290         * tree-stdarg.c (expand_ifn_va_arg_1): Do deref of va_list operand
11291         unconditionally.
11292         * config/i386/i386.c (ix86_gimplify_va_arg): Remove deref on va_list
11293         operand.
11294         * config/rs6000/rs6000.c (rs6000_gimplify_va_arg): Same.
11295         * config/s390/s390.c (s390_gimplify_va_arg): Same.
11296         * config/spu/spu.c (spu_gimplify_va_arg_expr): Same.
11298 2015-05-18  Tom de Vries  <tom@codesourcery.com>
11300         * tree-ssa-tail-merge.c: Fix whitespace.
11302 2015-05-17  Jim Wilson  <jim.wilson@linaro.org>
11304         * doc/invoke.texi (ARM Options, mtune): Add generic-armv7-a,
11305         cortex-a17, and cortex-a17.cortex-a7.
11307 2015-05-17  Oleg Endo  <olegendo@gcc.gnu.org>
11309         PR target/54236
11310         * config/sh/sh.md (*addc_2r_t): Use ashift instead of mult.
11312 2015-05-17  Uros Bizjak  <ubizjak@gmail.com>
11314         PR target/66174
11315         * config/i386/i386.c (expand_vec_perm_blend): Enable HImode and
11316         QImode inner modes for TARGET_AVX512BW.  Force mask operand
11317         to a register for AVX512F modes.
11319 2015-05-16  Jan Hubicka  <hubicka@ucw.cz>
11321         * toplev.c (emit_debug_global_declarations): Do not output debug info
11322         when doing slim LTO objects.
11324 2015-05-16  Jan Hubicka  <hubicka@ucw.cz>
11326         * ipa-utils.h (warn_types_mismatch, odr_or_derived_type_p,
11327         odr_types_equivalent_p): Declare.
11328         (odr_type_p): Use gcc_checking_assert.
11329         (type_in_anonymous_namespace_p) Declare.
11330         (type_with_linkage_p): Declare.
11331         * common.opt (Wlto-type-mismatch): New warning.
11332         * ipa-devirt.c (compound_type_base): New function.
11333         (odr_or_derived_type_p): New function.
11334         (odr_types_equivalent_p): New function.
11335         (add_type_duplicate): Simplify.
11336         (type_with_linkage_p): Add hack to prevent false positives on C types
11337         (type_in_anonymous_namespace_p): Likewise.
11338         * tree.c (need_assembler_name_p): Use type_with_linkage.
11339         * tree.h (type_in_anonymous_namespace_p): Remove.
11340         * doc/invoke.texi (-Wlto-type-mismatch): Document
11342 2015-05-16  Jan Hubicka  <hubicka@ucw.cz>
11344         * tree.c (verify_type_variant): Verify tree_base and type_common flags.
11345         (verify_type): Verify STRING_FLAG.
11347 2015-05-16  Manuel López-Ibáñez  <manu@gcc.gnu.org>
11349         PR fortran/44054
11350         * tree-pretty-print.c (percent_K_format): Replace locus pointer
11351         with accessor function.
11352         * tree-diagnostic.c (diagnostic_report_current_function): Use
11353         diagnostic_location function.
11354         (maybe_unwind_expanded_macro_loc): Likewise.
11355         (virt_loc_aware_diagnostic_finalizer): Likewise.
11356         (default_tree_printer): Replace locus pointer with accessor function.
11357         * diagnostic.c (diagnostic_initialize): Initialize caret_chars array.
11358         (diagnostic_set_info_translated): Initialize second location.
11359         (diagnostic_build_prefix): Use CARET_LINE_MARGIN.
11360         (diagnostic_show_locus): Handle two locations. Call
11361         diagnostic_print_caret_line.
11362         (diagnostic_print_caret_line): New.
11363         (default_diagnostic_starter): Use diagnostic_location function.
11364         (diagnostic_report_diagnostic): Use diagnostic_location function.
11365         (verbatim): Do not set text.locus.
11366         * diagnostic.h (struct diagnostic_info): Remove location field.
11367         (struct diagnostic_context): Make caret_chars an array of two.
11368         (diagnostic_location): New inline.
11369         (diagnostic_expand_location): Handle two locations.
11370         (diagnostic_same_line): New inline.
11371         (diagnostic_print_caret_line): Declare.
11372         (CARET_LINE_MARGIN): New constant.
11373         * pretty-print.c (pp_printf): Do not set text.locus.
11374         (pp_verbatim): Do not set text.locus.
11375         * pretty-print.h (MAX_LOCATIONS_PER_MESSAGE): New constant.
11376         (struct text_info): Replace locus pointer with locations
11377         array. Add accessor functions.
11379 2015-05-16  Kugan Vivekanandarajah  <kuganv@linaro.org>
11380             Zhenqiang Chen  <zhenqiang.chen@linaro.org>
11382         PR target/65768
11383         * config/arm/arm.h (DONT_EARLY_SPLIT_CONSTANT): New macro.
11384         * config/arm/arm.md (subsi3, andsi3, iorsi3, xorsi3, movsi): Keep some
11385          large constants in register instead of splitting them.
11387 2015-05-16  Uros Bizjak  <ubizjak@gmail.com>
11389         PR target/66140
11390         * config/alpha/alpha.c (get_aligned_mem): Also look for reload
11391         replacements in memory addresses.
11392         (get_unaligned_address): Ditto.
11394 2015-05-16  James Bowman  <james.bowman@ftdichip.com>
11396         * config/ft32/*: New files for FT32 port.
11397         * doc/install.texi: Add FT32 information.
11398         * doc/invoke.texi: Add FT32 information.
11399         * doc/md.texi: Add FT32 information.
11400         * doc/contrib.texi: Self added.
11402 2015-05-15  Marc Glisse  <marc.glisse@inria.fr>
11404         PR tree-optimization/64454
11405         * match.pd ((X % Y) % Y, (X % Y) < Y): New patterns.
11406         (-1 - A -> ~A): Remove unnecessary condition.
11408 2015-05-15  Gregor Richards  <gregor.richards@uwaterloo.ca>
11410         * config/i386/linux.h (MUSL_DYNAMIC_LINKER): Define.
11411         * config/i386/linux64.h (MUSL_DYNAMIC_LINKER32): Define.
11412         (MUSL_DYNAMIC_LINKER64, MUSL_DYNAMIC_LINKERX32): Define.
11414 2015-05-15  Ilya Enkovich  <ilya.enkovich@intel.com>
11416         * ipa-chkp.h (chkp_wrap_function): New.
11417         * ipa-chkp.c (chkp_wrap_function): Remove 'static'.
11418         (chkp_wrap_function_name): New.
11419         (chkp_build_instrumented_fndecl): Use chkp_wrap_function_name
11420         to get wrapper name.
11421         * lto-cgraph.c: Include ipa-chkp.h.
11422         (input_cgraph_1): Avoid alias chain for wrappers.
11424 2015-05-15  Ilya Enkovich  <enkovich.gnu@gmail.com>
11426         PR middle-end/66134
11427         * tree-chkp.c (chkp_get_orginal_bounds_for_abnormal_copy): New.
11428         (chkp_maybe_copy_and_register_bounds): Don't copy abnormal copy.
11430 2015-05-15  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
11432         * config/aarch64/aarch64.h (AARCH64_TUNE_SLOWMUL): Delete.
11433         (AARCH64_FL_SLOWMUL): Delete.
11434         (AARCH64_FL_CRC): Redefine to 1<<3.
11435         (AARCH64_FL_USE_FMA_STEERING_PASS): Redefine to 1<<4.
11437 2015-05-15  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
11439         * config/arm/arm.h (LOGICAL_OP_NON_SHORT_CIRCUIT): Add appropriate
11440         casting.
11442 2015-05-15  Uros Bizjak  <ubizjak@gmail.com>
11444         * config/alpha/alpha.md (extendqidi2): Use general_operand
11445         instead of some_operand for operand[1] predicate.
11446         (extendhidi2): Ditto.
11447         (cbranchdi4): Use general_operand instead of some_operand
11448         for operand[1] and operands[2] predicates.
11449         (cstoredi4): Ditto.
11450         * config/alpha/predicates.md (some_operand): Remove unused predicate.
11451         (some_ni_operand): Ditto.
11453 2015-05-15  Uros Bizjak  <ubizjak@gmail.com>
11455         * config/alpha/alpha.c (alpha_extract_integer): Do not handle
11456         CONST_WIDE_INT and CONST_DOUBLE.  Assert CONST_INT_P (x).
11457         (alpha_legitimate_constant_p) <case CONST_WIDE_INT>: Check high and
11458         low part of the constant using alpha_emit_set_const_1.
11459         (alpha_expand_mov): Do not handle CONST_WIDE_INT and CONST_DOUBLE.
11461 2015-05-14  Rohit Arul Raj  <rohitrulraj@freescale.com>
11463         * varasm.c (output_constant_pool_1): Pass down alignment from
11464         constant pool entry's descriptor to output_constant_pool_2.
11465         (output_object_block): Add comment prior to call to
11466         output_constant_pool_1.
11468 2015-05-14  Vladimir Makarov  <vmakarov@redhat.com>
11470         PR rtl-optimization/65862
11471         * target.def (ira_change_pseudo_allocno_class): New hook.
11472         * targhooks.c (default_ira_change_pseudo_allocno_class): Default
11473         value of the hook.
11474         * targhooks.h (default_ira_change_pseudo_allocno_class): New extern.
11475         * doc/tm.texi.in (TARGET_IRA_CHANGE_PSEUDO_ALLOCNO_CLASS): Add the
11476         hook.
11477         * ira-costs.c (find_costs_and_classes): Call the hook and change
11478         classes when it is necessary.
11479         * doc/tm.texi: Update.
11481 2015-05-14  Alexander Monakov  <amonakov@ispras.ru>
11483         * config/i386/i386.md (sibcall_memory): Check that register with
11484         callee address is not also used as one of the arguments, instead
11485         of checking that it is not live after the sibcall.
11486         (sibcall_pop_memory): Ditto.
11487         (sibcall_value_memory): Ditto.
11488         (sibcall_value_pop_memory): Ditto.
11490 2015-05-14  Marc Glisse  <marc.glisse@inria.fr>
11492         * generic-match-head.c (types_match): Handle non-types.
11493         * gimple-match-head.c (types_match): Likewise.
11494         * match.pd: Remove unnecessary TREE_TYPE for types_match.
11496 2015-05-14  Wilco Dijkstra  <wdijkstr@arm.com>
11498         * config/aarch64/aarch64.md (absdi2): Optimize abs expansion.
11499         (csneg3<mode>_insn): Enable expansion of pattern.
11501 2015-05-14  Nick Clifton  <nickc@redhat.com>
11503         * config/rl78/rl78.c (rl78_select_section): Select the correct
11504         default section based upon the category of the decl.
11506 2015-05-13  Segher Boessenkool  <segher@kernel.crashing.org>
11508         PR rtl-optimization/30967
11509         * config/rs6000/rs6000.c (rs6000_rtx_costs): Don't consider
11510         destination mode for the cost of scc patterns.
11512 2015-05-13  Uros Bizjak  <ubizjak@gmail.com>
11514         * config/i386/i386.md (*mul<mode>3_1): Merge with *mulhi3_1
11515         using SWIM248 mode iterator.
11516         (*mulv<mode>4): Use x86_64_sext_operand for operand[2] constraint.
11517         (*mulvhi4): mark operand[1] as commutative.  Use nonimmediate_operand
11518         for operand[2] constraint.
11519         (*mulv<mode>4_1): Merge with *mulvhi4_1 using SWI248 mode iterator.
11521 2015-05-13  Jakub Jelinek  <jakub@redhat.com>
11523         PR middle-end/66133
11524         * omp-low.c (expand_omp_taskreg): For GIMPLE_OMP_TASK expansion,
11525         make sure it is never noreturn, even when the task body does not
11526         return.
11527         (lower_omp_taskreg): For GIMPLE_OMP_TASK, emit GIMPLE_OMP_CONTINUE
11528         right before GIMPLE_OMP_RETURN.
11529         (make_gimple_omp_edges): Accept GIMPLE_OMP_CONTINUE as ->cont
11530         for GIMPLE_OMP_TASK.  For GIMPLE_OMP_RETURN corresponding to
11531         GIMPLE_OMP_TASK add an EDGE_ABNORMAL edge from entry to exit.
11533 2015-05-13  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
11535         * params.def (PARAM_MAX_POW_SQRT_DEPTH): New param.
11536         * tree-ssa-math-opts.c: Include params.h
11537         (pow_synth_sqrt_info): New struct.
11538         (representable_as_half_series_p): New function.
11539         (get_fn_chain): Likewise.
11540         (print_nested_fn): Likewise.
11541         (dump_fractional_sqrt_sequence): Likewise.
11542         (dump_integer_part): Likewise.
11543         (expand_pow_as_sqrts): Likewise.
11544         (gimple_expand_builtin_pow): Use above to attempt to expand
11545         pow as series of square roots.  Removed now unused variables.
11547 2015-05-13  Uros Bizjak  <ubizjak@gmail.com>
11549         * config/alpha/alpha.c (alpha_emit_set_long_const): Remove c1 argument.
11550         (alpha_extract_integer): Redeclare as static HOST_WIDE_INT.
11551         Remove *p0 and *p1 arguments.  Rewrite function.
11552         (alpha_legitimate_constant_p): Update call to alpha_extract_integer.
11553         (alpha_split_const_mov): Update calls to alpha_extract_integer and
11554         alpha_emit_set_long_const.
11555         (alpha_expand_epilogue): Update calls to alpha_emit_set_long_const.
11556         (alpha_output_mi_thunk_osf): Ditto.
11557         * config/alpha/alpha.md (movti): Do not check operands[1]
11558         for CONST_DOUBLE.
11560 2015-05-13  Richard Biener  <rguenther@suse.de>
11562         PR tree-optimization/66129
11563         * tree-vect-slp.c (vect_build_slp_tree): Make sure all ops are
11564         commutative.
11565         (vect_schedule_slp_instance): Fix typo.
11567 2015-05-13  David Malcolm  <dmalcolm@redhat.com>
11569         * common.opt (fdump-internal-locations): New option.
11570         * input.c: Include diagnostic-core.h.
11571         (get_end_location): New function.
11572         (write_digit): New function.
11573         (write_digit_row): New function.
11574         (dump_location_range): New function.
11575         (dump_labelled_location_range): New function.
11576         (dump_location_info): New function.
11577         * input.h (dump_location_info): New prototype.
11578         * toplev.c (compile_file): Handle flag_dump_locations.
11580 2015-05-13  Eric Botcazou  <ebotcazou@adacore.com>
11582         * gimple-expr.h (is_gimple_constant): Reorder.
11583         * tree-ssa-propagate.c (before_dom_children): Use inline accessor.
11585 2015-05-13  Segher Boessenkool  <segher@kernel.crashing.org>
11587         * combine.c (simplify_set): When generating a CC set, if the
11588         source already is in the correct mode, do not wrap it in a
11589         compare.  Simplify the rest of that code.
11591 2015-05-13  Richard Biener  <rguenther@suse.de>
11593         PR tree-optimization/66123
11594         * tree-ssa-dom.c (propagate_rhs_into_lhs): Check if we found
11595         a taken edge.
11597 2015-05-13  Richard Biener  <rguenther@suse.de>
11599         PR middle-end/66110
11600         * alias.c (alias_sets_conflict_p): Do not treat has_zero_child
11601         specially.
11602         * Makefile.in (dfp.o-warn): Add -Wno-strict-aliasing.
11604 2015-05-13  Michael Haubenwallner  <michael.haubenwallner@ssi-schaefer.com>
11606         * doc/install.texi: Bump latest automake 1.11 version to 1.11.6.
11607         * aclocal.m4: Regenerated with automake-1.11.6.
11609 2015-05-13  Tom de Vries  <tom@codesourcery.com>
11611         PR tree-optimization/66010
11612         * gimplify.h (gimplify_va_arg_internal): Remove declaration.
11613         * gimplify.c (gimplify_va_arg_internal): Remove and inline into ...
11614         * tree-stdarg.c (expand_ifn_va_arg_1): ... here.  Choose between lval
11615         and rval based on do_deref.
11617 2015-05-13  Ilya Enkovich  <ilya.enkovich@intel.com>
11619         PR target/65103
11620         * config/i386/i386.c (ix86_rtx_costs): We want to propagate
11621         link time constants into adress expressions and therefore set
11622         their cost to 0.
11624 2015-05-13  Jakub Jelinek  <jakub@redhat.com>
11626         PR target/66112
11627         * config/i386/i386.md (mulv<mode>4, umulv<mode>4, *umulv<mode>4):
11628         Use SWI248 iterator instead of SWI.
11629         (*mulv<mode>4_1): Use SWI48 instead of SWI.  Simplify output template.
11630         Use eq_attr "alternative" "0" instead of match_test in
11631         length_immediate attribute computation.
11632         (*mulvhi4, *mulvhi4_1): New define_insns.
11634         PR target/66112
11635         * internal-fn.c (get_min_precision): Use UNSIGNED instead of
11636         SIGNED to get precision of non-negative value.
11638 2015-05-13  Ilya Enkovich  <ilya.enkovich@intel.com>
11640         PR target/66048
11641         * function.c (diddle_return_value_1): Process bounds first.
11642         * config/i38/i386.c (ix86_function_value_regno_p): Add bnd1
11643         register.
11645 2015-05-13  Thomas Preud'homme  <thomas.preudhomme@arm.com>
11647         PR rtl-optimization/64616
11648         * loop-invariant.c (can_move_invariant_reg): New.
11649         (move_invariant_reg): Call above new function to decide whether
11650         instruction can just be moved, skipping creation of temporary
11651         register.
11653 2015-05-12  Jan Hubicka  <hubicka@ucw.cz>
11655         PR target/pr66047.c
11656         * i386.c (ix86_function_sseregparm): Only return -1 if local function
11657         with implied regparm is called from -mno-sse function.
11658         (init_cumulative_args): Output error if ix86_function_sseregparm
11659         return -1 and SSE register would be needed.
11660         (function_arg_advance_32): Likewise.
11661         (function_arg_32): Likewise.
11662         * i386.h (ix86_args): Add decl field.
11664 2015-05-12  Jan Hubicka  <hubicka@ucw.cz>
11666         PR ipa/65873
11667         * ipa-inline.c (can_inline_edge_p): Allow early inlining of always
11668         inlines across optimization boundary.
11670 2015-05-12  Jason Merrill  <jason@redhat.com>
11672         * config/mmix/mmix.c, config/msp430/msp430.c: Add space between
11673         string literal and macro name.
11675 2015-05-12  Steve Ellcey  <sellcey@imgtec.com>
11677         * config/mips/mips.c (mips_print_operand): Remove 'y' operand code.
11678         * config/mips/mips.md (<GPR:d>lsa): Rewrite with shift operator.
11679         * config/mips/predicates.md (const_immlsa_operand): Remove log call.
11681 2015-05-12  David Malcolm  <dmalcolm@redhat.com>
11683         * doc/invoke.texi (Warning Options): Add -Wmisleading-indentation.
11684         (-Wmisleading-indentation): New option.
11685         * Makefile.in (C_COMMON_OBJS): Add c-family/c-indentation.o.
11687 2015-05-12  Uros Bizjak  <ubizjak@gmail.com>
11689         * config/alpha/alpha.h (TARGET_SUPPORTS_WIDE_INT): New define.
11690         * config/alpha/alpha.c (alpha_rtx_costs): Handle CONST_WIDE_INT.
11691         (alpha_extract_integer): Ditto.
11692         (alpha_legitimate_constant_p): Ditto.
11693         (alpha_split_tmode_pair): Ditto.
11694         (alpha_preferred_reload_class): Add CONST_WIDE_INT.
11695         (alpha_expand_mov): Ditto.
11696         (print_operand): Remove handling of 'H' modifier.
11697         <case 'm'>: Remove CONST_DOUBLE handling.
11698         (summarize_insn): Handle CONST_WIDE_INT.
11699         * config/alpha/alpha.md (*andsi_internal): Remove H constraint.
11700         (anddi3): Ditto.
11701         (movti): Handle CONST_WIDE_INT.
11702         * config/alpha/constraints.md ('H'): Remove constraint definition.
11703         ('G'): Do not match MODE_FLOAT class.
11704         * config/alpha/predicates.md (const0_operand): Also match
11705         const_wide_int.
11706         (non_add_const_operand): Ditto.
11707         (non_zero_const_operand): Ditto.
11708         (some_operand): Ditto.
11709         (input_operand): Ditto.  Handle CONST_WIDE_INT.
11710         (and_operand): Do not match const_double.
11711         * config/alpha/sync.md (fetchop_constr): Remove H constraint.
11713 2015-05-12  Andrew MacLeod  <amacleod@redhat.com>
11715         PR target/65697
11716         * coretypes.h (MEMMODEL_SYNC, MEMMODEL_BASE_MASK): New macros.
11717         (enum memmodel): Add SYNC_{ACQUIRE,RELEASE,SEQ_CST}.
11718         * tree.h (memmodel_from_int, memmodel_base, is_mm_relaxed,
11719         is_mm_consume,is_mm_acquire, is_mm_release, is_mm_acq_rel,
11720         is_mm_seq_cst, is_mm_sync): New accessor functions.
11721         * builtins.c (expand_builtin_sync_operation,
11722         expand_builtin_compare_and_swap): Use MEMMODEL_SYNC_SEQ_CST.
11723         (expand_builtin_sync_lock_release): Use MEMMODEL_SYNC_RELEASE.
11724         (get_memmodel,  expand_builtin_atomic_compare_exchange,
11725         expand_builtin_atomic_load, expand_builtin_atomic_store,
11726         expand_builtin_atomic_clear): Use new accessor routines.
11727         (expand_builtin_sync_synchronize): Use MEMMODEL_SYNC_SEQ_CST.
11728         * optabs.c (expand_compare_and_swap_loop): Use MEMMODEL_SYNC_SEQ_CST.
11729         (maybe_emit_sync_lock_test_and_set): Use new accessors and
11730         MEMMODEL_SYNC_ACQUIRE.
11731         (expand_sync_lock_test_and_set): Use MEMMODEL_SYNC_ACQUIRE.
11732         (expand_mem_thread_fence, expand_mem_signal_fence, expand_atomic_load,
11733         expand_atomic_store): Use new accessors.
11734         * emit-rtl.c (need_atomic_barrier_p): Add additional enum cases.
11735         * tsan.c (instrument_builtin_call): Update check for memory model beyond
11736         final enum to use MEMMODEL_LAST.
11737         * c-family/c-common.c: Use new accessor for memmodel_base.
11738         * config/aarch64/aarch64.c (aarch64_expand_compare_and_swap): Use new
11739         accessors.
11740         * config/aarch64/atomics.md (atomic_load<mode>,atomic_store<mode>,
11741         arch64_load_exclusive<mode>, aarch64_store_exclusive<mode>,
11742         mem_thread_fence, *dmb): Likewise.
11743         * config/alpha/alpha.c (alpha_split_compare_and_swap,
11744         alpha_split_compare_and_swap_12): Likewise.
11745         * config/arm/arm.c (arm_expand_compare_and_swap,
11746         arm_split_compare_and_swap, arm_split_atomic_op): Likewise.
11747         * config/arm/sync.md (atomic_load<mode>, atomic_store<mode>,
11748         atomic_loaddi): Likewise.
11749         * config/i386/i386.c (ix86_destroy_cost_data, ix86_memmodel_check):
11750         Likewise.
11751         * config/i386/sync.md (mem_thread_fence, atomic_store<mode>): Likewise.
11752         * config/ia64/ia64.c (ia64_expand_atomic_op): Add new memmodel cases and
11753         use new accessors.
11754         * config/ia64/sync.md (mem_thread_fence, atomic_load<mode>,
11755         atomic_store<mode>, atomic_compare_and_swap<mode>,
11756         atomic_exchange<mode>): Use new accessors.
11757         * config/mips/mips.c (mips_process_sync_loop): Likewise.
11758         * config/pa/pa.md (atomic_loaddi, atomic_storedi): Likewise.
11759         * config/rs6000/rs6000.c (rs6000_pre_atomic_barrier,
11760         rs6000_post_atomic_barrier): Add new cases.
11761         (rs6000_expand_atomic_compare_and_swap): Use new accessors.
11762         * config/rs6000/sync.md (mem_thread_fence): Add new cases.
11763         (atomic_load<mode>): Add new cases and use new accessors.
11764         (store_quadpti): Add new cases.
11765         * config/s390/s390.md (mem_thread_fence, atomic_store<mode>): Use new
11766         accessors.
11767         * config/sparc/sparc.c (sparc_emit_membar_for_model): Use new accessors.
11768         * doc/extend.texi: Update docs to indicate 16 bits are used for memory
11769         model, not 8.
11771 2015-05-12  Jan Hubicka  <hubicka@ucw.cz>
11773         * ipa-devirt.c (type_with_linkage_p): New function.
11774         (type_in_anonymous_namespace_p): Move here from tree.c; assert that
11775         type has linkage.
11776         (odr_type_p): Move here from ipa-utils.h; use type_with_linkage_p.
11777         (can_be_name_hashed_p): Simplify.
11778         (hash_odr_name): Check that type has linkage before checking if it is
11779         anonymous.
11780         (types_same_for_odr): Likewise.
11781         (odr_name_hasher::equal): Likewise.
11782         (odr_subtypes_equivalent_p): Likewise.
11783         (warn_types_mismatch): Likewise.
11784         (get_odr_type): Likewise.
11785         (odr_types_equivalent_p): Fix checking of TYPE_MAIN_VARIANT.
11786         * ipa-utils.h (odr_type_p): Move offline.
11787         * tree.c (need_assembler_name_p): Fix handling of types
11788         without linkages.
11789         (type_in_anonymous_namespace_p): Move to ipa-devirt.c
11791 2015-05-12  David Malcolm  <dmalcolm@redhat.com>
11793         * timevar.c (timevar_enable): Delete in favor of...
11794         (g_timer): New global.
11795         (struct timevar_def): Move to timevar.h inside class timer.
11796         (struct timevar_stack_def): Likewise.
11797         (timevars): Delete global in favor of field "m_timevars" within
11798         class timer in timevar.h
11799         (stack): Likewise, in favor of field "m_stack".
11800         (unused_stack_instances): Likewise, in favor of field
11801         "m_unused_stack_instances".
11802         (start_time): Likewise, in favor of field "m_start_time".
11803         (get_time): Eliminate check for timevar_enable.
11804         (timer::timer): New function, built from part of timevar_init.
11805         (timevar_init): Rewrite idempotency test from using
11806         "timevar_enable" bool to using dynamic allocation of "g_timer".
11807         Move rest of implementation into timer's constructor.
11808         (timevar_push_1): Rename to...
11809         (timer::push): ...this, adding "m_" prefixes to variables that
11810         are now fields of timer.
11811         (timevar_pop_1): Likewise, rename to...
11812         (timer::pop): ...this, and add "m_" prefixes.
11813         (timevar_start): Replace test for "timevar_enable" with one for
11814         "g_timer", and move bulk of implementation to...
11815         (timer::start): ...here, adding "m_" prefixes.
11816         (timevar_stop): Likewise, from here...
11817         (timer::stop): ...to here.
11818         (timevar_cond_start): Likewise, from here...
11819         (timer::cond_start): ...to here.
11820         (timevar_cond_stop): Likewise, from here...
11821         (timer::cond_stop): ...to here.
11822         (validate_phases): Rename to...
11823         (timer::validate_phases): ...this, and add "m_" prefixes.  Make
11824         locals "total" and "tv" const.
11825         (timevar_print): Rename to...
11826         (timer::print): ...this, and add "m_" prefixes.  Make locals
11827         "total" and "tv" const.  Eliminate test for timevar_enable.
11828         * timevar.h (timevar_enable): Eliminate.
11829         (g_timer): New declaration.
11830         (timevar_push_1): Eliminate.
11831         (timevar_pop_1): Eliminate.
11832         (timevar_print): Eliminate.
11833         (class timer): New class.
11834         (timevar_push): Rewrite to use g_timer.
11835         (timevar_pop): Likewise.
11836         * toplev.c (toplev::~toplev): Likewise.
11838 2015-05-12  Richard Earnshaw  <rearnsha@arm.com>
11840         * arm-protos.h (arm_sched_autopref): Delete.
11841         (tune_params): Re-organize, use enums for flag values.
11842         (FUSE_OPS): New macro.
11843         * arm.c (ARM_PREFETCH_NOT_BENEFICIAL): Update.
11844         (ARM_PREFETCH_BENEFICIAL): Likewise.
11845         (ARM_FUSE_NOTHING, ARM_FUSE_MOVW_MOVT): Delete.
11846         (arm_slowmul_tune, arm_fastmul_tune, arm_strongarm_tune)
11847         (arm_xscale_tune, arm_9e_tune, arm_marvell_pj4_tune)
11848         (arm_v6t2_tune, arm_cortex_tune, arm_cortex_a8_tune)
11849         (arm_cortex_a7_tune, arm_cortex_a15_tune, arm_cortex_a53_tune)
11850         (arm_cortex_a57_tune,  arm_xgene1_tune, arm_cortex_a5_tune)
11851         (arm_cortex_a9_tune, arm_cortex_a12_tune, arm_v7m_tune)
11852         (arm_cortex_m7_tune, arm_v6m_tune, arm_fa726te_tune): Use new
11853         format.
11854         (arm_option_override, thumb2_reorg, arm_print_tune_info)
11855         (aarch_macro_fusion_pair_p): Update uses of current_tune.
11856         * arm.h (LOGICAL_OP_NON_SHORT_CIRCUIT): Likewise.
11858 2015-05-12  Sandra Loosemore  <sandra@codesourcery.com>
11860         * config/nios2/nios2.md (trap, ctrapsi4): Use "trap" instead of
11861         "break".
11863 2015-05-12  Chung-Lin Tang  <cltang@codesourcery.com>
11864             Sandra Loosemore <sandra@codesourcery.com>
11866         * config/nios2/nios2.h (enum reg_class): Add IJMP_REGS enum
11867         value.
11868         (REG_CLASS_NAMES): Add "IJMP_REGS".
11869         (REG_CLASS_CONTENTS): Add new entry for IJMP_REGS.
11870         * config/nios2/nios2.md (indirect_jump,*tablejump): Adjust to
11871         use new "c" register constraint.
11872         * config/nios2/constraint.md (c): New register constraint
11873         corresponding to IJMP_REGS.
11875 2015-05-12  Segher Boessenkool  <segher@kernel.crashing.org>
11877         * config/rs6000/rs6000.md (*rotlsi3_internal4, *rotlsi3_internal5,
11878         *rotlsi3_internal6, rlwinm, 5 unnamed define_insns, and 6
11879         define_splits): Delete, revamp, transmogrify into ...
11880         (*rotlsi3_mask, *rotlsi3_mask_dot, *rotlsi3_mask_dot2,
11881         *ashlsi3_imm_mask, *ashlsi3_imm_mask_dot, *ashlsi3_imm_mask_dot2,
11882         *lshrsi3_imm_mask, *lshrsi3_imm_mask_dot, *lshrsi3_imm_mask_dot2):
11883         New.
11885 2015-05-12  Segher Boessenkool  <segher@kernel.crashing.org>
11887         * config/rs6000/rs6000.md (rs6000_adjust_atomic_subword): Use
11888         gen_ashlsi3 and gen_andsi3 instead of gen_rlwinm.
11890 2015-05-12  Segher Boessenkool  <segher@kernel.crashing.org>
11892         * config/rs6000/rs6000.md (extzv): FAIL for SImode.
11893         (extzvsi_internal, *extzvsi_internal1, *extzvsi_internal2,
11894         *rotlsi3_internal7le, *rotlsi3_internal7be, *rotlsi3_internal8le,
11895         *rotlsi3_internal8be, *rotlsi3_internal9le, *rotlsi3_internal9be,
11896         *rotlsi3_internal10le, *rotlsi3_internal10be, *rotlsi3_internal11le,
11897         *rotlsi3_internal11be, *rotlsi3_internal12le, *rotlsi3_internal12be,
11898         *lshiftrt_internal1le, *lshiftrt_internal1be, *lshiftrt_internal2le,
11899         *lshiftrt_internal2be, *lshiftrt_internal3le, *lshiftrt_internal3be,
11900         *lshiftrt_internal4le, *lshiftrt_internal4be, *lshiftrt_internal5le,
11901         *lshiftrt_internal5be, *lshiftrt_internal5le, *lshiftrt_internal5be,
11902         *rotldi3_internal7le, *rotldi3_internal7be, *rotldi3_internal8le,
11903         *rotldi3_internal8be, *rotldi3_internal9le, *rotldi3_internal9be,
11904         *rotldi3_internal10le, *rotldi3_internal10be, *rotldi3_internal11le,
11905         *rotldi3_internal11be, *rotldi3_internal12le, *rotldi3_internal12be,
11906         *rotldi3_internal13le, *rotldi3_internal13be, *rotldi3_internal14le,
11907         *rotldi3_internal14be, *rotldi3_internal15le, *rotldi3_internal15be,
11908         and 30 corresponding splitters): Delete.
11910 2015-05-12  Segher Boessenkool  <segher@kernel.crashing.org>
11912         * config/rs6000/rs6000.md (define_split for bswaphi): Don't use
11913         zero_extract.
11915 2015-05-12  Segher Boessenkool  <segher@kernel.crashing.org>
11917         * combine.c (recog_for_combine_1): New function, factored out
11918         from recog_for_combine.
11919         (change_zero_ext): New function.
11920         (recog_for_combine): If recog fails, try again with the pattern
11921         modified by change_zero_ext; if that still fails, restore the
11922         pattern.
11924 2015-05-12  Segher Boessenkool  <segher@kernel.crashing.org>
11926         * combine.c (get_undo_marker): New function.
11927         (undo_to_marker): New function, largely factored out from ...
11928         (undo_all): ... this.  Adjust.
11930 2015-05-12  Richard Biener  <rguenther@suse.de>
11932         PR tree-optimization/66101
11933         * tree-ssa-dce.c (remove_dead_stmt): Properly mark loops for
11934         fixup if we turn a loop exit edge to a fallthru edge.
11936 2015-05-12  Richard Biener  <rguenther@suse.de>
11938         PR tree-optimization/37021
11939         * tree-vectorizer.h (struct _slp_tree): Add two_operators flag.
11940         (SLP_TREE_TWO_OPERATORS): New define.
11941         * tree-vect-slp.c (vect_create_new_slp_node): Initialize
11942         SLP_TREE_TWO_OPERATORS.
11943         (vect_build_slp_tree_1): Allow two mixing plus/minus in an
11944         SLP node.
11945         (vect_build_slp_tree): Adjust.
11946         (vect_analyze_slp_cost_1): Likewise.
11947         (vect_schedule_slp_instance): Vectorize mixing plus/minus by
11948         emitting two vector stmts and mixing the results.
11950 2015-05-12  Dominik Vogt  <vogt@linux.vnet.ibm.com>
11952         * call.c (print_z_candidates): Remove dead code.
11954 2015-05-12  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
11956         * config/s390/2827.md: Split zEC12_simple into zEC12_simple_int
11957         and zEC12_simple_fp.
11958         * config/s390/s390.c (s390_issue_rate): Set issue rate for zEC12
11959         to 1.
11961 2015-05-12  Tom de Vries  <tom@codesourcery.com>
11963         PR tree-optimization/66010
11964         * gimplify.c (gimplify_modify_expr): Handle new do_deref argument of
11965         ifn_va_arg.
11966         * gimplify.h (gimplify_va_arg_internal): Remove loc parameter.
11967         (gimplify_va_arg_internal): Remove loc parameter.  Assert no array-typed
11968         va_lists are passed, and remove corresponding handling.
11969         (gimplify_va_arg_expr): Only take address of ap if necessary.  Add
11970         do_deref argument to ifn_va_arg.
11971         * tree-stdarg.c (expand_ifn_va_arg_1): Handle new do_deref argument of
11972         ifn_va_arg.
11974 2015-05-12  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
11976         PR target/65955
11977         * config/arm/arm.md (movcond_addsi): Check that operands[2] is a
11978         REG before taking its REGNO.
11980 2015-05-12  Thomas Preud'homme  <thomas.preudhomme@arm.com>
11982         * combine.c i(set_nonzero_bits_and_sign_copies): Split code updating
11983         rsp->sign_bit_copies and rsp->nonzero_bits into ...
11984         (update_rsp_from_reg_equal): This.  Also use REG_EQUAL note on src if
11985         present to get more accurate information about the number of sign bit
11986         copies and non zero bits.
11988 2015-05-12  Richard Biener  <rguenther@suse.de>
11990         * tree-vect-slp.c (vect_build_slp_tree_1): For BB vectorization
11991         do not allow unrolling.
11993 2015-05-11  Richard Henderson  <rth@redhat.com>
11995         * config/i386/i386-modes.def (CCP): New.
11996         * config/i386/i386.c (put_condition_code): Handle it.
11997         (ix86_match_ccmode, ix86_cc_modes_compatible): Likewise.
11999 2015-05-11  Richard Henderson  <rth@redhat.com>
12001         * target.def (md_asm_clobbers): Replace with...
12002         (md_asm_adjust): this.
12003         * tm.texi.in (TARGET_MD_ASM_CLOBBERS): Remove.
12004         (TARGET_MD_ASM_ADJUST): New.
12005         * tm.texi: Rebuild.
12006         * hooks.c (hook_tree_tree_tree_tree_3rd_identity): Remove.
12007         * hooks.h (hook_tree_tree_tree_tree_3rd_identity): Remove.
12008         * system.h (TARGET_MD_ASM_CLOBBERS): Poison.
12010         * cfgexpand.c (check_operand_nalternatives): Accept vector of
12011         constraints instead of lists of outputs and inputs.
12012         (expand_asm_stmt): Save and restore input_location around the
12013         body of the function.  Move asm data into vectors instead of
12014         building tree lists.  Generate cleanup sequences as needed,
12015         rather than waiting til the end.  Use new md_asm_adjust hook.
12017         * config/vxworks.c: Include vec.h before target.h.
12018         * gimple.c: Likewise.
12019         * incpath.c: Likewise.
12020         * mode-switching.c: Likewise.
12022         * config/cris/cris.c (cris_md_asm_clobbers): Convert to...
12023         (cris_md_asm_adjust): this.
12024         (TARGET_MD_ASM_CLOBBERS): Remove.
12025         (TARGET_MD_ASM_ADJUST): New.
12026         * config/i386/i386.c (ix86_md_asm_clobbers): Convert to...
12027         (ix86_md_asm_adjust): this.
12028         (TARGET_MD_ASM_CLOBBERS): Remove.
12029         (TARGET_MD_ASM_ADJUST): New.
12030         * config/mn10300/mn10300.c (mn10300_md_asm_clobbers): Convert to...
12031         (mn10300_md_asm_adjust): this.
12032         (TARGET_MD_ASM_CLOBBERS): Remove.
12033         (TARGET_MD_ASM_ADJUST): New.
12034         * config/rs6000/rs6000.c (rs6000_md_asm_clobbers): Convert to...
12035         (rs6000_md_asm_adjust): this.
12036         (TARGET_MD_ASM_CLOBBERS): Remove.
12037         (TARGET_MD_ASM_ADJUST): New.
12038         * config/visium/visium.c (visium_md_asm_clobbers): Convert to...
12039         (visium_md_asm_adjust): this.
12040         (TARGET_MD_ASM_CLOBBERS): Remove.
12041         (TARGET_MD_ASM_ADJUST): New.
12043 2015-05-11  Richard Henderson  <rth@redhat.com>
12045         * gimplify.c (gimplify_asm_expr): Set gimple_asm_volatile_p
12046         if noutputs is zero.
12047         * cfgexpand.c (expand_asm_stmt): Use gimple_asm_volatile_p unchanged.
12049         * cfgexpand.c (expand_asm_operands): Merge into...
12050         (expand_asm_stmt): ... here.
12052         * cfgexpand.c (expand_asm_operands): Don't call
12053         resolve_asm_operand_names.
12054         * stmt.c (resolve_asm_operand_names): Clarify block comment.
12056 2015-05-11  Jan Hubicka  <hubicka@ucw.cz>
12058         * dwarf2out.c (gen_member_die): Sanity check that we access
12059         TYPE_MAIN_VARIANT for TYPE_METHODS.
12060         * function.c (use_register_for_decl): Look for TYPE_MAIN_VARIANT when
12061         checking TYPE_METHODS.
12062         * tree.c (free_lang_data_in_type): See TYPE_METHODS to error_mark_node
12063         if non-null.
12064         (build_distinct_type_copy): Clear TYPE_METHODS.
12065         (verify_type_variant): Verify that TYPE_METHODS is NULL for variants.
12066         (verify_type): Allow TYPE_METHODS to be error_mark_node.
12067         * tree.def: Update docs of TYPE_STUB_DECL and TYPE_METHODS.
12069 2015-05-11  Eric Botcazou  <ebotcazou@adacore.com>
12071         * emit-rtl.c (emit_pattern_after_setloc): Add missing guard.
12072         (emit_pattern_before_setloc): Likewise.
12074 2015-05-11  Richard Sandiford  <richard.sandiford@arm.com>
12076         * genrecog.c (match_pattern_1): Expect the pattern to be a SEQUENCE
12077         for define_peephole2s.
12078         (get_peephole2_pattern): New function.
12079         (main): Use it.  Call validate_pattern.
12081 2015-05-11  Pitchumani Sivanupandi  <pitchumani.s@atmel.com>
12083         * config/avr/avr.c (avr_hard_regno_call_part_clobbered): Use
12084         LAST_CALLEE_SAVED_REG instead of hard-coded register number.
12085         (Last callee saved reg is different for AVR_TINY architecture)
12087 2015-05-11  Uros Bizjak  <ubizjak@gmail.com>
12089         * config/i386/i386.c (ix86_loop_unroll_adjust): Use PATTERN (insn)
12090         when looking for memory references.
12092 2015-05-11  Alexander Monakov  <amonakov@ispras.ru>
12094         PR target/65753
12095         * config/i386/i386.c (ix86_function_ok_for_sibcall): Allow PIC sibcalls
12096         via function pointers.
12098 2015-05-11  Alexander Monakov  <amonakov@ispras.ru>
12100         * calls.c (prepare_call_address): Transform PLT call to GOT lookup and
12101         indirect call by forcing address into a pseudo with -fno-plt.
12102         * common.opt (flag_plt): New option.
12103         * doc/invoke.texi (Code Generation Options): Add -fno-plt.
12104         ([-fno-plt]): Document.
12106 2015-05-11  Markus Trippelsdorf  <markus@trippelsdorf.de>
12108         PR bootstrap/66105
12109         * config/rs6000/option-defaults.h: Add space between string literal
12110         and macro name.
12112 2015-05-11  Thomas Preud'homme  <thomas.preudhomme@arm.com>
12114         * gcc.target/arm/pr64616.c: Test dump rather than assembly to work
12115         accross ARM targets.
12117 2015-05-11  Christian Bruel  <christian.bruel@st.com>
12119         * config/arm/arm-protos.h (thumb_code, thumb1_code): Remove.
12120         * config/arm/vxworks.h (thumb_code): Replace with TARGET_THUMB.
12122 2015-05-11  Richard Sandiford  <richard.sandiford@arm.com>
12124         PR rtl-optimization/66076
12125         * rtlanal.c (generic_subrtx_iterator <T>::add_single_to_queue):
12126         Don't grow the heap array if it is already big enough from a
12127         previous iteration.
12129 2015-05-11  Christian Bruel  <christian.bruel@st.com>
12131         * config/arm/arm-protos.h (arm_declare_function_name): Declare.
12132         (is_called_in_ARM_mode): Remove.
12133         * config/arm/arm.c (is_called_in_ARM_mode): Declare static bool.
12134         (arm_declare_function_name): Moved from from ARM_DECLARE_FUNCTION_NAME.
12135         * config/arm/arm.h (ARM_DECLARE_FUNCTION_NAME): Call
12136          arm_declare_function_name.
12138 2015-05-11  Christian Bruel  <christian.bruel@st.com>
12140         * config/arm/arm.c (arm_option_override): Reoganized and split into :
12141         (arm_option_params_internal); New function.
12142         (arm_option_check_internal): New function.
12143         (arm_option_override_internal): New function.
12144         (thumb_code, thumb1_code): Remove.
12145         * config/arm/arm.h (TREE_TARGET_THUMB, TREE_TARGET_THUMB1): New macros.
12146         (TREE_TARGET_THUM2, TREE_TARGET_ARM): Likewise.
12147         (thumb_code, thumb1_code): Remove.
12148         * config/arm/arm.md (is_thumb, is_thumb1): Check TARGET flag.
12150 2015-05-11  Uros Bizjak  <ubizjak@gmail.com>
12152         * config/alpha/alpha.c (alpha_emit_set_const_1)
12153         (alpha_emit_set_long_const, alpha_extract_integer)
12154         (alpha_legitimate_constant_p, alpha_split_const_mov)
12155         (alpha_expand_block_clear, alpha_expand_zap_mask, print_operand):
12156         [HOST_BITS_PER_WIDE_INT < 64]: Remove dead code.
12157         (alpha_emit_set_const_1): Change "(HOST_WIDE_INT) 1" to
12158         HOST_WIDE_INT_1U.
12159         * config/alpha/predicates.md (mode_mask_operand): Do not match
12160         const_double RTX.
12161         [HOST_BITS_PER_WIDE_INT < 64]: Remove dead code.
12162         * config/alpha/alpha.md (abstf, *abstf_internal, UNSPEC_ZAP splitter):
12163         Change "(HOST_WIDE_INT) 1" to HOST_WIDE_INT_1U.
12164         [HOST_BITS_PER_WIDE_INT < 64]: Remove dead code.
12165         (*negtf_internal): Use gen_int_mode instead of immed_double_const.
12167 2015-05-11  Jakub Jelinek  <jakub@redhat.com>
12169         PR target/65780
12170         * config/s390/linux.h (TARGET_BINDS_LOCAL_P): Define to
12171         default_binds_local_p_2.
12172         * config/arm/linux-elf.h (TARGET_BINDS_LOCAL_P): Likewise.
12173         * config/aarch64/aarch64-linux.h (TARGET_BINDS_LOCAL_P): Likewise.
12175 2015-05-09  Jan Hubicka  <hubicka@ucw.cz>
12177         * tree.c (verify_type_variant): Check TYPE_VALUES_RAW and TYPE_PRECISION
12179 2015-05-09  Jan Hubicka  <hubicka@ucw.cz>
12181         Patch by Richard Biener
12182         * coverage.c (coverage_obj_init): Delay building of type variant
12183         until the type is finished.
12185 2015-05-09  Jan Hubicka  <hubicka@ucw.cz>
12187         * ipa-devirt.c (warn_types_mismatch): Do not ICE when warning about
12188         mismatch between C and C++ type; compoare correctly ARG_TYPES
12189         for non-prototypes and output correctly parameter index for METHOD_TYPE.
12190         (odr_types_equivalent_p): Fix wording of warning about attributes;
12191         it is OK to match prototype and non-prototype.
12193 2015-05-09  Jan Hubicka  <hubicka@ucw.cz>
12195         * tree.c (free_lang_data_in_type): Free TREE_PURPOSE of
12196         TYPE_ARG_TYPES list.
12197         (verify_type): Permit non-NULL TREE_PURPOSE in non-LTO builds.
12198         * tree.def (FUNCTION_TYPE): Document TREE_PURPOSE in TYPE_ARG_TYPES
12200 2015-05-09  Jan Hubicka  <hubicka@ucw.cz>
12202         * tree.c (verify_type): Verify TYPE_BINFO and TYPE_VALUES_RAW.
12203         * tree.h (is_lang_specific): Constify.
12205 2015-05-09  Marc Glisse  <marc.glisse@inria.fr>
12207         PR tree-optimization/64454
12208         * tree-vrp.c (extract_range_from_binary_expr_1) <TRUNC_MOD_EXPR>:
12209         Rewrite.
12211 2015-05-08  Jason Merrill  <jason@redhat.com>
12213         * bitmap.c, c/c-aux-info.c, cfg.c, cfghooks.c, cgraph.c,
12214         config/aarch64/aarch64.md config/alpha/vms.h, config/darwin.c,
12215         config/darwin.h, config/darwin9.h, config/elfos.h,
12216         config/i386/bsd.h, config/ia64/ia64.c, config/lm32/lm32.h,
12217         config/microblaze/microblaze.h, config/mips/mips.h,
12218         config/mmix/mmix.c, config/msp430/msp430.c, config/nios2/nios2.h,
12219         config/nvptx/nvptx.c, config/nvptx/nvptx.h, config/pa/pa.c,
12220         config/pa/pa.h, config/rs6000/rs6000.c, config/rs6000/sysv4.h,
12221         config/rs6000/xcoff.h, config/rx/rx.h, config/s390/s390.h,
12222         config/sparc/sol2.h, config/sparc/sparc.h, config/visium/visium.h,
12223         cppbuiltin.c, defaults.h, doc/invoke.texi, dwarf2cfi.c,
12224         dwarf2out.c, final.c, gcc.c, gcov-dump.c, gcov.c, ipa-cp.c,
12225         ipa-inline.c, ipa-polymorphic-call.c, ipa-profile.c, ipa-prop.c,
12226         ira-color.c, ira.c, loop-doloop.c, loop-iv.c, mcf.c,
12227         modulo-sched.c, predict.c, profile.c, stor-layout.c, toplev.c,
12228         tree-ssa-reassoc.c, value-prof.c, wide-int-print.cc: Add space
12229         between string literal and macro name.
12231 2015-05-08  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
12233         * jump.c: Change argument types to rtx_insn *.
12234         * rtl.h: Adjust.
12236 2015-05-08  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
12238         * lra-constraints.c: Change argument type to rtx_insn *.
12240 2015-05-08  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
12242         * df-problems.c: Change argument type to rtx_insn *.
12244 2015-05-08  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
12246         * combine.c: Change argument type to rtx_insn *.
12248 2015-05-08  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
12250         * rtl.h: Adjust.
12251         * rtlanal.c: Change argument type to rtx_insn *.
12253 2015-05-08  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
12255         * sched-deps.c: Change argument types to rtx_insn *.
12256         * sched-int.h: Adjust.
12258 2015-05-08  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
12260         * dwarf2cfi.c: Change argument type to rtx_insn *.
12262 2015-05-08  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
12264         * ira.c (decrease_live_ranges_number): Changetype of local
12265         variable to rtx_insn *.
12266         * recog.c: Change argument types to rtx_insn *.
12267         * recog.h: Adjust.
12269 2015-05-08  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
12271         * reorg.c: Change argument types to rtx_insn *.
12273 2015-05-08  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
12275         * ira-color.c: Change argument types to rtx_insn *.
12276         * lra-eliminations.c: Likewise.
12277         * ira.h: Adjust.
12279 2015-05-08  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
12281         * gcse.c: Change argument types to rtx_insn *.
12283 2015-05-08  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
12285         * cse.c (cse_change_cc0_mode): Change argument type to rtx_insn *.
12287 2015-05-08  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
12289         * emit-rtl.c (emit_debug_insn_before): Change argument type to
12290         rtx_insn *.
12291         * rtl.h: Adjust.
12293 2015-05-08  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
12295         * emit-rtl.c (emit_note_before): Change argument type to rtx_insn *.
12296         * rtl.h: Adjust.
12298 2015-05-08  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
12300         * emit-rtl.c (emit_note_after): Change argument type to rtx_insn *.
12301         * rtl.h: Adjust.
12303 2015-05-08  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
12305         * emit-rtl.c (prev_cc0_setter): Change argument type to rtx_insn *.
12306         * rtl.h: Adjust.
12308 2015-05-08  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
12310         * rtlanal.c (noop_move_p): Change argument type to rtx_insn *.
12311         * rtl.h: Adjust.
12313 2015-05-08  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
12315         * rtlanal.c (add_shallow_copy_of_reg_note): Change argument type
12316         to rtx_insn *.
12317         * rtl.h: Adjust.
12319 2015-05-08  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
12321         * rtlanal.c (remove_reg_equal_equiv_notes): Change argument type
12322         to rtx_insn *.
12323         * rtl.h: Likewise.
12325 2015-05-08  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
12327         * except.c (can_nonlocal_goto): Change type of argument to
12328         rtx_insn *.
12329         * rtl.h: Adjust.
12331 2015-05-08  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
12333         * rtlanal.c (computed_jump_p): Cange argument type to rtx_insn *.
12334         * rtl.h: Adjust.
12336 2015-05-08  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
12338         * rtlanal.c (in_insn_list_p): Renamed from in_expr_list_p.
12339         * cfgrtl.c (can_delete_label_p): Adjust.
12340         * rtl.h: likewise.
12342 2015-05-08  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
12344         * reorg.c (stop_search_p): Change argument to rtx_insn *.
12346 2015-05-08  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
12348         * except.c (make_reg_eh_region_note): Change argument to
12349         rtx_insn *.
12350         (make_reg_eh_region_note_nothrow_nononlocal): Likewise.
12351         * except.h: Adjust.
12353 2015-05-08  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
12355         * mode-switching.c (commit_mode_sets): Change type of local
12356         variable from rtx to rtx_insn *.
12358 2015-05-08  Jim Wilson  <jim.wilson@linaro.org>
12360         * doc/install.texi (--enable-languages): Add missing jit and lto info.
12361         Add ^ to grep command.
12362         * doc/match-and-simplify.texi (GIMPLE API): Add missing fourth tree
12363         arg to last gimple_simplify declaration.  Add missing gimple_build
12364         declaration for built-in function case with four tree args.
12366 2015-05-08  Gregor Richards  <gregor.richards@uwaterloo.ca>
12367             Szabolcs Nagy  <szabolcs.nagy@arm.com>
12369         * config/mips/linux.h (MUSL_DYNAMIC_LINKER32): Define.
12370         (MUSL_DYNAMIC_LINKER64, MUSL_DYNAMIC_LINKERN32): Define.
12371         (GNU_USER_DYNAMIC_LINKERN32): Update.
12373 2015-05-08  Richard Biener  <rguenther@suse.de>
12375         PR tree-optimization/66036
12376         * tree-vect-data-refs.c (vect_compute_data_ref_alignment):
12377         Handle strided group loads.
12378         (vect_verify_datarefs_alignment): Likewise.
12379         (vect_enhance_data_refs_alignment): Likewise.
12380         (vect_analyze_group_access): Likewise.
12381         (vect_analyze_data_ref_access): Likewise.
12382         (vect_analyze_data_ref_accesses): Likewise.
12383         * tree-vect-stmts.c (vect_model_load_cost): Likewise.
12384         (vectorizable_load): Likewise.
12386 2015-05-08  Segher Boessenkool  <segher@kernel.crashing.org>
12388         * config/rs6000/rs6000.md: Require operand inequality in one
12389         of the peepholes.
12391 2015-05-08  Richard Sandiford  <richard.sandiford@arm.com>
12392             Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
12394         * config/i386/i386.md (<mode>_ldx, *<mode>_ldx): Remove mode
12395         from (set ...).
12396         * config/rx/rx.md (movdi, movdf): Likewise.
12397         Likewise for define_peephole2s.
12399 2015-05-08  Alan Lawrence  <alan.lawrence@arm.com>
12401         * config/aarch64/arm_neon.h (vceq_s64, vceq_u64, vceqz_s64, vceqz_u64,
12402         vcge_s64, vcge_u64, vcgez_s64, vcgt_s64, vcgt_u64, vcgtz_s64, vcle_s64,
12403         vcle_u64, vclez_s64, vclt_s64, vclt_u64, vcltz_s64, vtst_s64,
12404         vtst_u64): Rewrite using gcc vector extensions.
12406 2015-05-08  Alan Lawrence  <alan.lawrence@arm.com>
12408         * config/aarch64/aarch64-simd.md (aarch64_vcond_internal<mode><mode>,
12409         vcond<mode><mode>, vcondu<mode><mode>): Add DImode variant.
12411 2015-05-08  Alan Lawrence  <alan.lawrence@arm.com>
12413         * optabs.c (vector_compare_rtx): Handle RTL operands having VOIDmode.
12415 2015-05-08  Szabolcs Nagy  <szabolcs.nagy@arm.com>
12417         * config/glibc-stdint.h (OPTION_MUSL): Define.
12418         (INT_FAST16_TYPE, INT_FAST32_TYPE, UINT_FAST16_TYPE, UINT_FAST32_TYPE):
12419         Change the definition based on OPTION_MUSL for 64 bit targets.
12420         * config/linux.h (OPTION_MUSL): Redefine.
12421         * config/alpha/linux.h (OPTION_MUSL): Redefine.
12422         * config/rs6000/linux.h (OPTION_MUSL): Redefine.
12423         * config/rs6000/linux64.h (OPTION_MUSL): Redefine.
12425 2015-05-08  Gregor Richards  <gregor.richards@uwaterloo.ca>
12426             Szabolcs Nagy  <szabolcs.nagy@arm.com>
12428         * config.gcc (LIBC_MUSL): New tm_defines macro.
12429         * config/linux.h (OPTION_MUSL): Define.
12430         (MUSL_DYNAMIC_LINKER, MUSL_DYNAMIC_LINKER32,)
12431         (MUSL_DYNAMIC_LINKER64, MUSL_DYNAMIC_LINKERX32,)
12432         (INCLUDE_DEFAULTS_MUSL_GPP, INCLUDE_DEFAULTS_MUSL_LOCAL,)
12433         (INCLUDE_DEFAULTS_MUSL_PREFIX, INCLUDE_DEFAULTS_MUSL_CROSS,)
12434         (INCLUDE_DEFAULTS_MUSL_TOOL, INCLUDE_DEFAULTS_MUSL_NATIVE): Define.
12435         * config/linux.opt (mmusl): New option.
12436         * doc/invoke.texi (GNU/Linux Options): Document -mmusl.
12437         * configure.ac (gcc_cv_libc_provides_ssp): Add *-*-musl*.
12438         (gcc_cv_target_dl_iterate_phdr): Add *-linux-musl*.
12439         * configure: Regenerate.
12441 2015-05-08  H.J. Lu  <hongjiu.lu@intel.com>
12442             Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
12444         PR target/48904
12445         * config.gcc (x86_64-*-knetbsd*-gnu): Add i386/knetbsd-gnu64.h.
12446         * config/i386/knetbsd-gnu64.h: New file.
12448 2015-05-08  Marek Polacek  <polacek@redhat.com>
12450         PR c/64918
12451         * doc/invoke.texi: Document -Woverride-init-side-effects.
12453 2015-05-07  Marek Polacek  <polacek@redhat.com>
12455         PR c/65179
12456         * doc/invoke.texi: Document -Wshift-negative-value.
12458 2015-05-06  Aditya Kumar  <hiraditya@msn.com>
12460         * gcov-tool.c (do_merge): Refactore to remove int ret.
12461         * ipa-icf.c (sem_item::hash_referenced_symbol_properties): Change
12462         !type == FUNC to type != FUNC.
12463         * reload.h (struct target_reload): Changee to type of
12464         x_spill_indirect_levels from bool to unsigned char.
12466 2015-05-07  Richard Sandiford  <richard.sandiford@arm.com>
12468         * rtl.h (always_void_p): New function.
12469         * gengenrtl.c (always_void_p): Likewise.
12470         (genmacro): Don't add a mode parameter to gen_rtx_foo if rtxes
12471         with code foo are always VOIDmode.
12472         * genemit.c (gen_exp): Update gen_rtx_foo calls accordingly.
12473         * builtins.c, caller-save.c, calls.c, cfgexpand.c, combine.c,
12474         compare-elim.c, config/aarch64/aarch64.c,
12475         config/aarch64/aarch64.md, config/alpha/alpha.c,
12476         config/alpha/alpha.md, config/arc/arc.c, config/arc/arc.md,
12477         config/arm/arm-fixed.md, config/arm/arm.c, config/arm/arm.md,
12478         config/arm/ldrdstrd.md, config/arm/thumb2.md, config/arm/vfp.md,
12479         config/avr/avr.c, config/bfin/bfin.c, config/c6x/c6x.c,
12480         config/c6x/c6x.md, config/cr16/cr16.c, config/cris/cris.c,
12481         config/cris/cris.md, config/darwin.c, config/epiphany/epiphany.c,
12482         config/epiphany/epiphany.md, config/fr30/fr30.c, config/frv/frv.c,
12483         config/frv/frv.md, config/h8300/h8300.c, config/i386/i386.c,
12484         config/i386/i386.md, config/i386/sse.md, config/ia64/ia64.c,
12485         config/ia64/vect.md, config/iq2000/iq2000.c,
12486         config/iq2000/iq2000.md, config/lm32/lm32.c, config/lm32/lm32.md,
12487         config/m32c/m32c.c, config/m32r/m32r.c, config/m68k/m68k.c,
12488         config/m68k/m68k.md, config/mcore/mcore.c, config/mcore/mcore.md,
12489         config/mep/mep.c, config/microblaze/microblaze.c,
12490         config/mips/mips.c, config/mips/mips.md, config/mmix/mmix.c,
12491         config/mn10300/mn10300.c, config/msp430/msp430.c,
12492         config/nds32/nds32-memory-manipulation.c, config/nds32/nds32.c,
12493         config/nds32/nds32.md, config/nios2/nios2.c, config/nvptx/nvptx.c,
12494         config/pa/pa.c, config/pa/pa.md, config/rl78/rl78.c,
12495         config/rs6000/altivec.md, config/rs6000/rs6000.c,
12496         config/rs6000/rs6000.md, config/rs6000/vector.md,
12497         config/rs6000/vsx.md, config/rx/rx.c, config/rx/rx.md,
12498         config/s390/s390.c, config/s390/s390.md, config/sh/sh.c,
12499         config/sh/sh.md, config/sh/sh_treg_combine.cc,
12500         config/sparc/sparc.c, config/sparc/sparc.md, config/spu/spu.c,
12501         config/spu/spu.md, config/stormy16/stormy16.c,
12502         config/tilegx/tilegx.c, config/tilegx/tilegx.md,
12503         config/tilepro/tilepro.c, config/tilepro/tilepro.md,
12504         config/v850/v850.c, config/v850/v850.md, config/vax/vax.c,
12505         config/visium/visium.c, config/xtensa/xtensa.c, cprop.c, dse.c,
12506         expr.c, gcse.c, ifcvt.c, ira.c, jump.c, lower-subreg.c,
12507         lra-constraints.c, lra-eliminations.c, lra.c, postreload.c, ree.c,
12508         reg-stack.c, reload.c, reload1.c, reorg.c, sel-sched.c,
12509         var-tracking.c: Update calls accordingly.
12511 2015-05-07  Segher Boessenkool  <segher@kernel.crashing.org>
12513         PR middle-end/192
12514         PR middle-end/54303
12515         * varasm.c (function_mergeable_rodata_prefix): New function.
12516         (mergeable_string_section): Use it.
12517         (mergeable_constant_section): Use it.
12519 2015-05-07  Jeff Law  <law@redhat.com>
12521         PR target/39726
12522         * match.pd (bit_and (plus/minus (convert @0) (convert @1) mask): New
12523         simplifier to narrow arithmetic.
12524         * generic-match-head.c: (types_match, single_use): New functions.
12525         * gimple-match-head.c: (types_match, single_use): New functions.
12527 2015-05-07  Venkataramanan Kumar  <venkataramanan.kumar@amd.com>
12529         * combine.c (make_compound_operation): Remove checks for PLUS/MINUS
12530         rtx type.
12532 2015-05-07  Richard Biener  <rguenther@suse.de>
12534         PR tree-optimization/66002
12535         * passes.def: Schedule another pass_merge_phi after ifcombine, right
12536         before phiopt.
12538 2015-05-07  Marek Polacek  <polacek@redhat.com>
12539             Martin Uecker  <uecker@eecs.berkeley.edu>
12541         * doc/invoke.texi: Document -fsanitize=bounds-strict.
12542         * flag-types.h (enum sanitize_code): Add SANITIZE_BOUNDS_STRICT, or it
12543         into SANITIZE_NONDEFAULT.
12544         * opts.c (common_handle_option): Handle -fsanitize=bounds-strict.
12546 2015-05-07  Uros Bizjak  <ubizjak@gmail.com>
12548         PR target/66015
12549         * config/alpha/alpha.c (alpha_override_options_after_change): New.
12550         (TARGET_OVERRIDE_OPTIONS_AFTER_CHANGE): New.
12551         (alpha_override_options): Move align_loops, align_jumps and
12552         align_functions handling into alpha_override_options_after_change.
12554 2015-05-06  Sandra Loosemore  <sandra@codesourcery.com>
12555             Chris Jones  <chrisj@nvidia.com>
12556             Joshua Conner  <jconner@nvidia.com>
12558         * config/arm/unknown-elf.h (STARTFILE_SPEC): Add conditional
12559         linking of crtfastmath.o.
12560         * config/arm/linux-eabi.h (STARTFILE_SPEC): Likewise.
12562 2015-05-06  Segher Boessenkool  <segher@kernel.crashing.org>
12564         * config/rs6000/rs6000.md (cstore<mode>4_signed_imm): New expander.
12565         (cstore<mode>4_unsigned_imm): New expander.
12566         (cstore<mode>4): Remove empty constraint strings.  Use the new
12567         expanders.
12569 2015-05-06  Yvan Roux  <yvan.roux@linaro.org>
12571         PR target/64208
12572         * config/arm/iwmmxt.md ("*iwmmxt_arm_movdi"): Cleanup redundant
12573         alternatives.
12575 2015-05-06  Szabolcs Nagy  <szabolcs.nagy@arm.com>
12577         * config/aarch64/geniterators.sh: Use standard BRE in sed.
12579 2015-05-06  Alan Modra  <amodra@gmail.com>
12581         PR target/66033
12582         * config/rs6000/rs6000.md (nop): Use an unspec pattern.
12583         (UNSPEC_NOP): Define.
12584         (reload_vsx_from_gpr<mode>): Add missing DONE.
12585         (reload_gpr_from_vsx<mode>): Likewise.
12586         * config/rs6000/vsx.md (vsx_mul_v2di): Likewise.
12587         (vsx_div_v2di, vsx_udiv_v2di): Likewise.
12589 2015-05-06  Christian Bruel  <christian.bruel@st.com>
12591         PR target/66015
12592         * config/aarch64/aarch64.c (aarch64_override_options): Move align_loops,
12593         align_jumps, align_functions into aarch64_override_options_after_change.
12595 2015-05-06  Richard Biener  <rguenther@suse.de>
12597         * tree-vect-slp.c (vect_supported_load_permutation_p): Use
12598         vect_transform_slp_perm_load to check if we support a permutation
12599         for basic-block vectorization.
12601 2015-05-06  Nick Clifton  <nickc@redhat.com>
12603         * config/rl78/rl78.c (need_to_save): Save register 22 if it is
12604         used, even if it is not being used as a frame pointer.
12606 2015-05-05  Jason Merrill  <jason@redhat.com>
12608         * dwarf2out.c (gen_member_die): Don't emit anything for an
12609         anonymous class constructor.
12611 2015-05-05  David Malcolm  <dmalcolm@redhat.com>
12613         * auto-profile.c (afdo_find_equiv_class): Fix indentation so
12614         that it reflects the block structure.
12615         (afdo_propagate_edge): Likewise.
12616         (afdo_calculate_branch_prob): Likewise.
12617         (afdo_annotate_cfg): Likewise.
12618         * cfgcleanup.c (equal_different_set_p): Likewise.
12619         (try_crossjump_to_edge): Likewise.
12620         * cgraph.c (cgraph_node::verify_node): Likewise.
12621         * cgraphunit.c (expand_all_functions): Likewise.
12622         * config/i386/i386.c (ix86_expand_copysign): Likewise.
12623         (exact_dependency_1): Likewise.
12624         * dwarf2asm.c (dw2_output_indirect_constants): Likewise.
12625         * dwarf2out.c (tree_add_const_value_attribute_for_decl): Likewise.
12626         * gensupport.c (process_define_subst): Likewise.
12627         * lto-wrapper.c (merge_and_complain): Likewise.
12628         * tree-if-conv.c (if_convertible_bb_p): Likewise.
12629         * tree-ssa-loop-prefetch.c (find_or_create_group): Likewise.
12630         * tree-ssa-tail-merge.c (gsi_advance_fw_nondebug_nonlocal): Likewise.
12631         * tree-vect-data-refs.c (vect_grouped_load_supported): Likewise.
12632         * tree-vect-loop.c (vectorizable_reduction): Likewise.
12633         * tree-vect-slp.c (vect_transform_slp_perm_load): Likewise.
12634         * tree-vect-stmts.c (vectorizable_shift): Likewise.
12635         * tree-vrp.c (vrp_finalize): Likewise.
12636         * tree.c (variably_modified_type_p): Likewise.
12638 2015-05-05  Jack Howarth  <howarth.at.gcc@gmail.com>
12640         * config.gcc: Use darwin9.h, darwin10.h and darwin12.h
12641         on darwin12 and later.
12642         * config/darwin12.h (LINK_GCC_C_SEQUENCE_SPEC): Add
12643         file to pass -rdynamic on darwin12 and later.
12644         * config/darwin.opt (rdynamic): Add.
12646 2015-05-05  Uros Bizjak  <ubizjak@gmail.com>
12648         * doc/extend.texi (C Extensions): Update menu for moved Variable
12649         Attributes and Type Attributes sections.
12651 2015-05-05  Uros Bizjak  <ubizjak@gmail.com>
12653         PR target/65990
12654         * config/i386/i386.c (ix86_parse_stringop_strategy_string): Error out
12655         if rep_8byte stringop strategy was specified for 32-bit target.
12657 2015-05-05  Ilya Tocar  <ilya.tocar@intel.com>
12659         PR target/65915
12660         * config/i386/i386.md (vector convert to float spltiter): Check for
12661         xmm16+, when splitting scalar float conversion.
12662         * config/i386/sse.md (sse2_cvtsi2sd): Support EVEX version.
12664 2015-05-05  Nick Clifton  <nickc@redhat.com>
12666         * config/msp430/msp430-opts.h (enum msp430_regions): New.
12667         * config/msp430/msp430.c (msp430_override_options): Complain if
12668         -mcode-region or -mdata-region is used on a non MSP430X.
12669         (msp430_section_attr): New function.  Checks lower, upper and
12670         either attributes.
12671         (msp430_attribute_table): Add lower, upper and either.
12672         (gen_prefix): New function.  Generates a prefix for a section
12673         name.
12674         (msp430_select_section): New function - handles the choice of
12675         section for an object.  Takes into account memory region
12676         attributes and options.
12677         (msp430_function_section): Use gen_prefix.
12678         (TARGET_SECTION_TYPE_FLAGS): Define.
12679         (msp430_section_type_flags): New function.
12680         (TARGET_ASM_UNIQUE_SECTION): Define.
12681         (msp430_unique_section): New function.
12682         (msp430_output_aligned_decl_common): New function.
12683         (msp430_do_not_relax_short_jumps): New function.
12684         * config/msp430/msp430.h (USE_SELECT_SECTION_FOR_FUNCTIONS):
12685         Define.
12686         (ASM_OUTPUT_ALIGNED_DECL_COMMON): Define.
12687         * config/msp430/msp430-protos.h
12688         (msp430_do_not_relax_short_jumps): New prototype.
12689         (msp430_output_aligned_decl_common): New prototype.
12690         * config/msp430/msp430.md (length): New attribute.
12691         (cbranchhi4_real): If msp430_do_not_relax_short_jumps is true
12692         then use a long code sequence for short jumps.
12693         * config/msp430/msp430.opt (mcode-region): New.
12694         (mdata-region): New.
12695         * doc/invoke.texi: Document new options.
12696         * doc/extend.texi: Document new attributes.
12698 2015-05-05  Matthew Wahab  <matthew.wahab@arm.com>
12700         * gcc/config/aarch64-protos.h (struct cpu_branch_cost): New.
12701         (tune_params): Add field branch_costs.
12702         (aarch64_branch_cost): Declare.
12703         * gcc/config/aarch64.c (generic_branch_cost): New.
12704         (generic_tunings): Set field cpu_branch_cost to generic_branch_cost.
12705         (cortexa53_tunings): Likewise.
12706         (cortexa57_tunings): Likewise.
12707         (thunderx_tunings): Likewise.
12708         (xgene1_tunings): Likewise.
12709         (aarch64_branch_cost): Define.
12710         * gcc/config/aarch64/aarch64.h (BRANCH_COST): Redefine.
12712 2015-05-05  Uros Bizjak  <ubizjak@gmail.com>
12714         * config/i386/i386.c: Use HOST_WIDE_INT_1 instead of (HOST_WIDE_INT) 1
12715         and HOST_WIDE_INT_1U instead of (unsigned HOST_WIDE_INT) 1.
12716         * config/i386/i386.md: Ditto.
12717         * config/i386/winnt.c: Ditto.
12719 2015-05-05  Matthew Wahab  <matthew.wahab@arm.com>
12721         * doc/extend.texi (__atomic Builtins): Move implementation details
12722         to the end of the description, rewrite opening paragraphs, state
12723         difference with __sync builtins, state C11/C++11 assumptions,
12724         weaken itemized descriptions, add explanation of memory model
12725         behaviour, expand description of compare-exchange, simplify text.
12727 2015-05-05  Renlin Li  <renlin.li@arm.com>
12729         * config/aarch64/aarch64.md (add<mode>3): Use mov when allowed.
12731 2015-05-05  Yvan Roux  <yvan.roux@linaro.org>
12733         * config/aarch64/aarch64-elf-raw.h (CA53_ERR_843419_SPEC): Define.
12734         (LINK_SPEC): Include CA53_ERR_843419_SPEC.
12735         * config/aarch64/aarch64-linux.h (CA53_ERR_843419_SPEC): Define.
12736         (LINK_SPEC): Include CA53_ERR_843419_SPEC.
12737         * config/aarch64/aarch64.opt (mfix-cortex-a53-843419): New option.
12738         * configure: Regenerate.
12739         * configure.ac: Add --enable-fix-cortex-a53-843419 option.
12740         * doc/install.texi (aarch64*-*-*): Document new
12741         --enable-fix-cortex-a53-843419 option.
12742         * doc/invoke.texi (AArch64 Options): Document -mfix-cortex-a53-843419
12743         and -mno-fix-cortex-a53-843419 options.
12745 2015-05-05  Uros Bizjak  <ubizjak@gmail.com>
12747         PR target/65871
12748         * config/i386/i386.md (*bmi_andn_<mode>_ccno): New pattern.
12750 2015-05-04  Jan Hubicka  <hubicka@ucw.cz>
12752         * tree.c (verify_type): Check various uses of TYPE_MAXVAL;
12753         fix overactive TYPE_MIN_VALUE check and add FIXME for type
12754         compatibility problems.
12756 2015-05-04  Ajit Agarwal  <ajitkum@xilinx.com>
12758         * config/microblaze/microblaze.md (cbranchsi4): Added immediate
12759         constraints.
12760         (cbranchsi4_reg): New.
12761         * config/microblaze/microblaze.c
12762         (microblaze_expand_conditional_branch_reg): New.
12763         * config/microblaze/microblaze-protos.h
12764         (microblaze_expand_conditional_branch_reg): New prototype.
12766 2015-05-04  Ajit Agarwal  <ajitkum@xilinx.com>
12768         * config/microblaze/microblaze.md (peephole2): New.
12770 2015-05-04  Jeff Law  <law@redhat.com>
12772         Revert:
12773         2015-05-04  Jeff Law  <law@redhat.com>
12775         * match.pd (bit_and (plus/minus (convert @0) (convert @1) mask): New
12776         simplifier to narrow arithmetic.
12777         * generic-match-head.c: (types_match, single_use): New functions.
12778         * gimple-match-head.c: (types_match, single_use): New functions.
12780 2015-05-04  Kaz Kojima  <kkojima@gcc.gnu.org>
12782         PR target/65987
12783         * config/sh/sh.c (output_far_jump): Take into account crossing jumps.
12784         (split_branches): Likewise.
12786 2015-05-04  Sandra Loosemore  <sandra@codesourcery.com>
12788         * common.opt (fdelete-null-pointer-checks): Init to -1.
12789         * config/nios2/elf.h (SUBTARGET_OVERRIDE_OPTIONS): Define to
12790         override flag_delete_null_pointer_checks default.
12791         * doc/invoke.texi (-fdelete-null-pointer-checks): Clarify
12792         behavior re address zero.  Better document target-specific behavior.
12793         (-fisolate-errneous-paths-dereference): Mention relationship to
12794         -fdelete-null-pointer-checks.
12796 2015-05-04  Jakub Jelinek  <jakub@redhat.com>
12798         PR tree-optimization/65984
12799         * ubsan.c: Include tree-cfg.h.
12800         (instrument_bool_enum_load): Use stmt_ends_bb_p instead of
12801         stmt_could_throw_p test, rename can_throw variable to ends_bb.
12803 2015-05-04  Uros Bizjak  <ubizjak@gmail.com>
12805         * config/i386/i386.c: Change GET_CODE (...) == CONST_DOUBLE check
12806         to CONST_DOUBLE_P predicate.
12807         (standard_sse_constant_p): Return 0 for !TARGET_SSE.
12808         (ix86_legitimate_constant_p) <case CONST_WIDE_INT>: For 32bit targets,
12809         allow only operands that satisfy standard_sse_constant_p predicate.
12810         * config/i386/i386.md: Change GET_CODE (...) == CONST_DOUBLE check
12811         to CONST_DOUBLE_P predicate.
12813 2015-05-04  Jeff Law  <law@redhat.com>
12815         * match.pd (bit_and (plus/minus (convert @0) (convert @1) mask): New
12816         simplifier to narrow arithmetic.
12817         * generic-match-head.c: (types_match, single_use): New functions.
12818         * gimple-match-head.c: (types_match, single_use): New functions.
12820 2015-05-04  Andreas Tobler  <andreast@gcc.gnu.org>
12822         * config/arm/arm.c: Restore bootstrap.
12824 2015-05-04  Uros Bizjak  <ubizjak@gmail.com>
12826         * config/i386/i386.h (TARGET_SUPPORTS_WIDE_INT): New define.
12827         * config/i386/i386.c (ix86_legitimate_constant_p): Handle TImode
12828         as CONST_WIDE_INT, not CONST_DOUBLE.
12829         (ix86_cannot_force_const_mem): Handle CONST_WIDE_INT.
12830         (output_pic_addr_const): Do not handle VOIDmode CONST_DOUBLEs.
12831         (ix86_find_base_term): Do not check for CONST_DOUBLE.
12832         (ix86_print_operand): Do not handle non-FPmode CONST_DOUBLEs.
12833         (ix86_build_signbit_mask): Rewrite using wide ints.
12834         (ix86_split_to_parts) [HOST_BITS_PER_WIDE_INT < 64]: Remove.
12835         (ix86_rtx_costs): Handle CONST_WIDE_INT.
12836         (find_constant): Ditto.
12837         * config/i386/i386.md (bts, btr, btc peepholes): Rewrite
12838         using gen_int_mode.
12839         * config/i386/predicates.md (x86_64_immediate_operand)
12840         <case CONST_INT>: Remove HOST_BITS_PER_WIDE_INT == 32 code.
12841         (x86_64_zext_immediate_operand): Remove CONST_DOUBLE handling.
12842         <case CONST_INT>: Remove HOST_BITS_PER_WIDE_INT == 32 code.
12843         (const0_operand): Also match const_wide_int.
12844         (constm1_operand): Ditto.
12845         (const1_operand): Ditto.
12847 2015-05-04  Richard Biener  <rguenther@suse.de>
12849         PR tree-optimization/65965
12850         * tree-vect-data-refs.c (vect_analyze_data_ref_accesses): Split
12851         store groups at gaps.
12853 2015-05-04  Richard Biener  <rguenther@suse.de>
12855         PR tree-optimization/65935
12856         * tree-vect-slp.c (vect_build_slp_tree): If we swapped operands
12857         then make sure to apply that swapping to the IL.
12859 2015-05-04  Jakub Jelinek  <jakub@redhat.com>
12861         * Makefile.in (PATCHLEVEL_c): New variable.
12862         (DATESTAMP_s, REVISION_s): If PATCHLEVEL_c is not 0,
12863         expand the same way as if DEVPHASE_c was non-empty.
12865 2015-05-04  Kai Tietz  <ktietz@redhat.com>
12867         PR target/65559
12868         * lto-wrapper.c (run_gcc): Open filename
12869         in binary-mode.
12871 2015-05-03  Sandra Loosemore  <sandra@codesourcery.com>
12873         * doc/extend.texi (Variable Attributes, Type Attributes):  Move
12874         sections up in file, to immediately after the Function Attributes
12875         section.
12877 2015-05-02  Jan Hubicka  <hubicka@ucw.cz>
12879         * tree.c (verify_type): Check various uses of TYPE_MINVAL.
12881 2015-05-02  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
12883         * tree-outof-ssa.c (emit_partition_copy): Return rtx_insn *.
12884         (insert_partition_copy_on_edge): Adjust.
12885         (insert_rtx_to_part_on_edge): Likewise.
12886         (insert_part_to_rtx_on_edge): Likewise.
12888 2015-05-02  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
12890         * function.c (set_return_jump_label): Change type of argument to
12891         rtx_insn *.
12892         * function.h (set_return_jump_label): Adjust.
12894 2015-05-02  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
12896         * reload.h (struct reg_equivs_t): Change type of init to
12897         rtx_insn *.
12898         * ira.c (fix_reg_equiv_init): Adjust.
12899         * reload1.c (eliminate_regs_1): Likewise.
12900         (init_eliminable_invariants): Likewise.
12902 2015-05-02  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
12904         * cselib.c (fp_setter_insn): Take a rtx_insn *.
12905         * cselib.h (fp_setter_insn): Adjust.
12907 2015-05-02  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
12909         * recog.c (struct validate_replace_src_data): Change type of
12910         insn field to rtx_insn *.
12911         (validate_replace_src_group): Change type of argument to rtx_insn *.
12912         * recog.h (validate_replace_src_group): Adjust.
12914 2015-05-02  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
12916         * haifa-sched.c: Change the type of some variables to rtx_insn *.
12917         * sched-deps.c: Likewise.
12918         * sched-int.h: Likewise.
12919         * sched-rgn.c: Likewise.
12920         * sel-sched.c: Likewise.
12922 2015-05-02  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
12924         to rtx_insn *.
12925         * config/i386/i386.c: Change the type of some arguments to
12926         rtx_insn *.
12927         * config/arm/arm.c: Likewise.
12929 2015-05-02  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
12931         * lra-constraints.c: Change type of some arguments to rtx_insn *.
12933 2015-05-02  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
12935         * regcprop.c (kill_autoinc_value): Change type of argument to
12936         rtx_insn *.
12938 2015-05-02  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
12940         * genrecog.c (print_subroutine): Adjust.
12941         * recog.c (get_bool_attr_mask_uncached): Likewise.
12942         * recog.h (struct recog_data_d): Change the type of insn to
12943         rtx_insn *.
12945 2015-05-02  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
12947         * dwarf2cfi.c (add_cfi_insn): Change type to rtx_insn *.
12949 2015-05-02  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
12951         * df-problems.c (df_set_note): Change type of argument to
12952         rtx_insn *.
12954 2015-05-02  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
12956         * builtins.c (expand_builtin_trap): Change type of local
12957         variable to rtx_insn *.
12958         (add_sched_insns_for_speculation): Likewise.
12959         (ix86_emit_save_regs): Likewise.
12960         (get_scratch_register_on_entry): Likewise.
12961         (ix86_emit_restore_reg_using_pop): Likewise.
12962         (ix86_emit_leave): Likewise.
12963         (ix86_emit_restore_regs_using_mov): Likewise.
12964         (ix86_expand_epilogue): Likewise.
12965         Likewise.
12966         (rl78_alloc_physical_registers_umul): Likewise.
12967         * cselib.c (discard_useless_locs): Likewise.
12968         (cselib_invalidate_regno): Likewise.
12969         (cselib_invalidate_mem): Likewise.
12970         * function.c (expand_function_start): Likewise.
12971         (emit_use_return_register_into_block): Likewise.
12972         * gcse.c: Likewise.
12973         * haifa-sched.c (ok_for_early_queue_removal): Likewise.
12974         * ifcvt.c (noce_get_alt_condition): Likewise.
12975         * loop-doloop.c (doloop_condition_get): Likewise.
12976         * lra-constraints.c (inherit_in_ebb): Likewise.
12977         * modulo-sched.c (sms_schedule_by_order): Likewise.
12978         * recog.c (next_insn_tests_no_inequality): Likewise.
12979         * reorg.c (emit_delay_sequence): Likewise.
12980         (update_reg_dead_notes): Likewise.
12981         (fix_reg_dead_note): Likewise.
12982         (fill_slots_from_thread): Likewise.
12983         (delete_computation): Likewise.
12985 2015-05-01  Sandra Loosemore  <sandra@codesourcery.com>
12987         * doc/extend.texi (Variable Attributes): Add menu and proper
12988         @nodes to subsections.  Move Microsoft Windows attributes to
12989         their own subsection.
12990         (Type Attributes): Reorganize introduction to remove duplicate
12991         list of attributes.  Add menu and proper @nodes to subsections.
12992         Alphabetize the main table of common attributes.
12994 2015-05-01  Rasmus Villemoes  <rv@rasmusvillemoes.dk>
12996         * match.pd: New simplification patterns.
12997         (x + (x & 1))  -> ((x + 1) & ~1)
12998         (x & ~(x & y)) -> ((x & ~y))
12999         (x | ~(x | y)) -> ((x | ~y))
13001 2015-05-01  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
13003         * target.def (attribute_table): Mention that struct attribute_spec
13004         is defined in tree-core.h rather than tree.h
13005         * doc/tm.texi: Regenerate.
13007 2015-05-01  Richard Sandiford  <richard.sandiford@arm.com>
13009         * genrecog.c (test): Rename to rtx_test.  Update rest of file
13010         accordingly.
13012 2015-05-01  Andreas Schwab  <schwab@linux-m68k.org>
13014         PR translation/65959
13015         * params.h (DEFPARAM): Rename msgid to nocmsgid.
13017 2015-05-01  Wilco Dijkstra  <wdijkstr@arm.com>
13019         * gcc/config/aarch64/aarch64-protos.h (tune_params):
13020         Add min_div_recip_mul_sf and min_div_recip_mul_df fields.
13021         * gcc/config/aarch64/aarch64.c (aarch64_min_divisions_for_recip_mul):
13022         Return value depending on target.
13023         (generic_tunings): Initialize new target settings.
13024         (cortexa53_tunings): Likewise.
13025         (cortexa57_tunings): Likewise.
13026         (thunderx_tunings): Likewise.
13027         (xgene1_tunings): Likewise.
13029 2015-05-01  Wilco Dijkstra  <wdijkstr@arm.com>
13031         * gcc/config/arm/aarch-cost-tables.h (cortexa53_extra_costs):
13032         Make Cortex-A53 shift costs more accurate.
13034 2015-05-01  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
13036         * config/aarch64/aarch64.c (aarch64_rtx_costs): Handle FLOAT and
13037         UNSIGNED_FLOAT.
13039 2015-05-01  Wilco Dijkstra  <wdijkstr@arm.com>
13041         * gcc/config/aarch64/aarch64.c (aarch64_rtx_costs):
13042         Calculate cost of op0 and op1 in PLUS and MINUS cases.
13044 2015-05-01  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
13046         * config/aarch64/aarch64.c (aarch64_rtx_costs, COMPARE case):
13047         Add cost of op0 in the compare-with-fpzero case.
13049 2015-04-30  David Malcolm  <dmalcolm@redhat.com>
13051         * builtins.c (fold_builtin_1): Remove spurious second
13052         semicolon.
13053         * cgraph.h (symtab_node::get_availability): Likewise.
13054         * opts.c (common_handle_option): Remove spurious second semicolon.
13055         * tree-ssa-loop-ivopts.c (extract_cond_operands): Likewise.
13056         * tree-ssa-loop-niter.c (derive_constant_upper_bound_ops): Likewise.
13058 2015-04-30  Caroline Tice  <cmtice@google.com>
13060         PR gcov-profile/65929
13061         * config/elfos.h (ASM_DECLARE_COLD_FUNCTION_NAME): New macro definition.
13062         (ASM_DECLARE_COLD_FUNCTION_SIZE): New macro definition.
13063         * doc/tm.texi.in (ASM_DECLARE_COLD_FUNCTION_NAME): Document new macro.
13064         (ASM_DECLARE_COLD_FUNCTION_SIZE): Document new macro.
13065         * doc/tm.texi: Regenerate.
13066         * final.c (final_scan_insn):  Use ASM_DECLARE_COLD_FUNCTION_NAME
13067         instead of ASM_DECLARE_FUNCTION_NAME for cold partition name.
13068         * varasm.c (assemble_end_function):  Use ASM_DECLARE_COLD_FUNCTION_SIZE
13069         instead of ASM_DECLARE_FUNCTION_SIZE for cold partition size.
13071 2015-04-30  Marek Polacek  <polacek@redhat.com>
13073         * varasm.c (handle_cache_entry): Fix logic.
13075 2015-04-30  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
13077         * config/aarch64/aarch64.md (*extr<mode>5_insn_alt): New pattern.
13078         (*extrsi5_insn_uxtw_alt): Likewise.
13079         * config/aarch64/aarch64.c (aarch64_extr_rtx_p): New function.
13080         (aarch64_rtx_costs, IOR case): Use above to properly cost extr
13081         operations.
13083 2015-04-30  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
13085         * config/aarch64/aarch64.c (aarch64_rtx_costs): Handle pattern for
13086         fabd in ABS case.
13088 2015-04-30  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
13090         * config/aarch64/aarch64.md
13091         (*eor_one_cmpl_<SHIFT:optab><mode>3_alt): New pattern.
13092         (*eor_one_cmpl_<SHIFT:optab>sidi3_alt_ze): Likewise.
13093         * config/aarch64/aarch64.c (aarch64_rtx_costs): Handle MVN-shift
13094         appropriately.  Handle alternative EON form.
13096 2015-04-30  Renlin Li  <renlin.li@arm.com>
13098         * config/aarch64/aarch64-simd.md (vec_shr): Defined as an unspec.
13099         * config/aarch64/iterators.md (unspec): Add UNSPEC_VEC_SHR.
13101 2015-04-30  Jan Hubicka  <hubicka@ucw.cz>
13103         PR ipa/65873
13104         * ipa-inline.c (can_inline_edge_p): It is safe to inline across
13105         -fstrict-aliasing boundaries.
13107 2015-04-30  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
13109         * config/aarch64/aarch64.c (aarch64_rtx_mult_cost): Handle MNEG
13110         and [SU]MNEGL patterns.
13112 2015-04-30  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
13114         * config/aarch64/aarch64.c (aarch64_shift_p): New function.
13115         (aarch64_rtx_mult_cost): Update comment to reflect that it also handles
13116         combined arithmetic-shift ops.  Properly handle all shift and extend
13117         operations that can occur in combination with PLUS/MINUS.
13118         Rename maybe_fma to compound_p.
13119         (aarch64_rtx_costs): Use aarch64_shift_p when costing compound
13120         arithmetic and shift operations.
13122 2015-04-30  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
13124         * config/aarch64/aarch64.c (aarch64_rtx_costs): Use extend_arith
13125         rather than arith_shift cost when costing ADD/MINUS of an
13126         extended value.
13128 2015-04-30  Jan Hubicka  <hubicka@ucw.cz>
13130         PR lto/65948
13131         * ipa-devirt.c (odr_types_equivalent_p): NULLPTR_TYPE is equivalent
13132         to itself.
13134 2015-04-30  Richard Sandiford  <richard.sandiford@arm.com>
13136         * genrecog.c (simplify_tests): Check that CONST_INT and XWINT tests
13137         are for the same position.
13139 2015-04-29  Aditya Kumar  <hiraditya@hotmail.com>
13141         * tree-vectorizer.c (set_uid_loop_bbs): New.  Factored out of
13142         vectorize_loops.
13143         (vectorize_loops): Use it.
13145 2015-04-29  Jan Hubicka  <hubicka@ucw.cz>
13147         * ipa-devirt.c (odr_subtypes_equivalent_p): Compare TYPE_NAME only
13148         for aggregate types.
13149         (register_odr_type): Be ready for MAIN_VARIANT of ODR type
13150         type to be non_ODR.
13151         * tree.c (need_assembler_name_p): Compute mangled name for
13152         non-fundamental types and integer types.
13154 2015-04-29  Mikhail Maltsev  <maltsevm@gmail.com>
13156         * dojump.c (do_compare_rtx_and_jump): Use std::swap instead of
13157         manual swaps.
13158         * expr.c (expand_expr_real_2): Likewise.
13160 2015-04-29  Jan Hubicka  <hubicka@ucw.cz>
13162         * tree.c (build_common_builtin_nodes): Do not build
13163         __builtin_alloca_with_align as equivalent of library alloca.
13165 2015-04-29  Jan Hubicka  <hubicka@ucw.cz>
13167         * dwarf2out.c (gen_type_die_with_usage): Call verify_type.
13168         * ipa-chkp.c (chkp_copy_function_type_adding_bounds): Do not produce
13169         bugus variants.
13170         * tree.c: Include print-tree.h and ipa-utils.h
13171         (free_lang_data_in_type): Clear TYPE_VFIELD leaked by C FE.
13172         (free_lang_data_in_cgraph): Call verify_type.
13173         (verify_type_variant): New function.
13174         (verify_type): New function.
13175         * tree.h (verify_type): Declare.
13177 2015-04-29  Steve Ellcey  <sellcey@imgtec.com>
13179         * config/mips/mips-cpus.def: (mips4): Change default processor
13180         from PROCESSOR_R8000 to PROCESSOR_R10000.
13182 2015-04-29  Petar Jovanovic  <petar.jovanovic@rt-rk.com>
13184         * config/mips/mips.h (CRT_CALL_STATIC_FUNCTION): Fix the macro to use
13185         la/jalr instead of jal.
13187 2015-04-29  Uros Bizjak  <ubizjak@gmail.com>
13189         PR target/65871
13190         * config/i386/i386.md (*bmi_bextr_<mode>_ccz): New pattern.
13191         (*bmi2_bzhi_<mode>3_1_ccz): Ditto.
13192         (setcc+movzbl peephole2): Check also clobbered reg.
13193         (setcc+andl peephole2): Ditto.
13195 2015-04-29  Thomas Schwinge  <thomas@codesourcery.com>
13197         PR libgomp/65099
13198         * config/nvptx/mkoffload.c (target_ilp32): New variable.
13199         (main): Set it depending on "-foffload-abi=[...]".
13200         (compile_native, main): Use it to pass "-m32" or "-m64" to the
13201         compiler.
13203 2015-04-29  Alan Lawrence  <alan.lawrence@arm.com>
13205         PR target/65770
13206         * config/aarch64/aarch64-simd.md (vec_store_lanesoi_lane<mode>,
13207         vec_store_lanesci_lane<mode>, vec_store_lanesxi_lane<mode>):
13208         Flip lane index back at assembly time for bigendian.
13210 2015-04-29  Thomas Schwinge  <thomas@codesourcery.com>
13212         * tree.h (OMP_STANDALONE_CLAUSES): New macro.
13213         * gimplify.c (gimplify_omp_workshare): Use it.
13215 2015-04-29  Richard Sandiford  <richard.sandiford@arm.com>
13217         * Makefile.in (build/genrecog.o): Depend on inchash.h.
13218         (build/genrecog$(build_exeext): Depend on build/hash-table.o and
13219         build/inchash.o
13220         * genrecog.c: Rewrite most of the code except for the third page.
13222 2015-04-29  Richard Sandiford  <richard.sandiford@arm.com>
13224         * inchash.h, inchash.c: Include bconfig.h for build objects.
13225         * Makefile.in (build/inchash.o): New rule.
13227 2015-04-29  Yvan Roux  <yvan.roux@linaro.org>
13229         PR target/65924
13230         * config/arm/thumb2.md (*thumb2_addsi3_compare0_scratch): Fix operand
13231         number in type attribute expression.
13233 2015-04-29  Richard Sandiford  <richard.sandiford@arm.com>
13235         * loop-iv.c (canon_condition): Generalize to all types of integer
13236         constant.
13238 2015-04-29  Bernhard Reuther-Fischer  <aldot@gcc.gnu.org>
13240         * gimple-walk.c: Prune duplicate or unneeded includes.
13241         (walk_gimple_asm): Only call parse_input_constraint or
13242         parse_output_constraint if their findings are used.
13243         Honour parse_input_constraint and parse_output_constraint
13244         result.
13246 2015-04-29  Alan Lawrence  <alan.lawrence@arm.com>
13248         * config/arm/neon.md (vec_shl<mode>, vec_shr<mode>): Remove.
13250 2015-04-29  Tom de Vries  <tom@codesourcery.com>
13252         PR tree-optimization/65893
13253         * passes.def (pass_all_optimizations): Move pass_stdarg to after
13254         pass_dce.
13256 2015-04-29  Richard Biener  <rguenther@suse.de>
13258         * tree-vect-data-refs.c (vect_analyze_group_access): Properly
13259         compute GROUP_SIZE for basic-block SLP.
13260         * tree-vect-slp.c (vect_get_place_in_interleaving_chain): Properly
13261         take into account gaps.
13262         (vect_get_mask_element): Properly reject references to previous
13263         vectors.
13264         (vect_transform_slp_perm_load): Likewise.
13266 2015-04-29  Christian Bruel  <christian.bruel@st.com>
13268         PR target/64835
13269         * config/i386/i386.c (ix86_default_align): New function.
13270         (ix86_override_options_after_change): Call ix86_default_align.
13271         (TARGET_OVERRIDE_OPTIONS_AFTER_CHANGE): New hook.
13272         (ix86_override_options_after_change): New function.
13274 2015-04-28  Jeff Law  <law@redhat.com>
13276         * tree-ssa-dom.c (record_equality); Fix comment typos.
13278 2015-04-28  Tom de Vries  <tom@codesourcery.com>
13280         PR tree-optimization/65887
13281         * gimplify.c (gimplify_modify_expr): Remove ifn_va_arg ap fixup.
13283 2015-04-28  Sandra Loosemore  <sandra@codesourcery.com>
13285         * doc/extend.texi (Declaring Attributes of Functions): Split into
13286         subsections by target.  Alphabetize the table of common attributes.
13287         Rewrite some of the introductory text to reflect the new structure.
13288         Update some cross-references to point to the new subsections.
13289         (Attribute Syntax): Put paragraph about "__" naming here.  Remove
13290         duplicate copies in the discussion of function, label, and type
13291         attributes.
13293 2015-04-28  Dominique d'Humieres  <dominiq@lps.ens.fr>
13295         PR bootstrap/65910
13296         * varasm.c (assemble_end_function): Guard ASM_DECLARE_FUNCTION_SIZE.
13298 2015-04-28  Jason Merrill  <jason@redhat.com>
13300         PR c++/65734
13301         * stor-layout.c (layout_type): Layout the TYPE_MAIN_VARIANT.
13302         (finalize_type_size): Respect TYPE_USER_ALIGN.
13303         (layout_type) [ARRAY_TYPE]: Likewise.
13305 2015-04-28  Yvan Roux  <yvan.roux@linaro.org>
13307         * config/arm/arm.md (*arm_movt): Fix type attribute.
13308         (*cmpsi_shiftsi): Likewise.
13309         (*cmpsi_shiftsi_swp): Likewise.
13310         (*movsicc_insn): Likewise.
13311         (*cond_move): Likewise.
13312         (*if_plus_move): Likewise.
13313         (*if_move_plus): Likewise.
13314         (*if_arith_move): Likewise.
13315         (*if_move_arith): Likewise.
13316         (*if_shift_move): Likewise.
13317         (*if_move_shift): Likewise.
13318         (*arm_movtas_ze): Likewise.
13319         * config/arm/thumb2.md (*thumb2_movsicc_insn): Fix alternative
13320         redundancy and type attribute.
13321         (*thumb2_movsi_insn): Fix type attribute.
13322         (*thumb2_addsi_short): Likewise.
13323         (thumb2_addsi3_compare0): Likewise.
13324         (*thumb2_addsi3_compare0_scratch): Merge alternatives and fix
13325         attributes accordingly.
13327 2015-04-28  Markus Trippelsdorf  <markus@trippelsdorf.de>
13329         PR other/65911
13330         * function.c (pad_to_arg_alignment): Add parentheses.
13332 2015-04-28  Uros Bizjak  <ubizjak@gmail.com>
13334         * config/frv/frv.h (CRT_GET_RFIB_DATA): Move definition to
13335         libgcc/config/frv/elf-lib.h.
13337 2015-04-28  Tom de Vries  <tom@codesourcery.com>
13339         * tree-call-cdce.c: Fix example in header comment.
13341 2015-04-28  Richard Biener  <rguenther@suse.de>
13343         PR tree-optimization/62283
13344         * tree-vect-slp.c (vect_build_slp_tree): When the SLP build
13345         fails fatally and we are vectorizing a basic-block simply
13346         cause the child to be constructed piecewise.
13347         (vect_analyze_slp_cost_1): Adjust.
13348         (vect_detect_hybrid_slp_stmts): Likewise.
13349         (vect_bb_slp_scalar_cost): Likewise.
13350         (vect_get_constant_vectors): For piecewise constructed
13351         constants place them after the last def.
13352         (vect_get_slp_defs): Adjust.
13353         * tree-vect-stmts.c (vect_is_simple_use): Detect in-BB
13354         externals for basic-block vectorization.
13356 2015-04-28  Thomas Preud'homme  <thomas.preudhomme@arm.com>
13358         PR target/63503
13359         * config.gcc: Add cortex-a57-fma-steering.o to extra_objs for
13360         aarch64-*-*.
13361         * config/aarch64/t-aarch64: Add a rule for cortex-a57-fma-steering.o.
13362         * config/aarch64/aarch64.h (AARCH64_FL_USE_FMA_STEERING_PASS): Define.
13363         (AARCH64_TUNE_FMA_STEERING): Likewise.
13364         * config/aarch64/aarch64-cores.def: Set
13365         AARCH64_FL_USE_FMA_STEERING_PASS for cores with dynamic steering of
13366         FMUL/FMADD instructions.
13367         * config/aarch64/aarch64.c (aarch64_register_fma_steering): Declare.
13368         (aarch64_override_options): Include cortex-a57-fma-steering.h.  Call
13369         aarch64_register_fma_steering () if AARCH64_TUNE_FMA_STEERING is true.
13370         * config/aarch64/cortex-a57-fma-steering.h: New file.
13371         * config/aarch64/cortex-a57-fma-steering.c: Likewise.
13373 2015-04-28  Richard Sandiford  <richard.sandiford@arm.com>
13375         * gensupport.c (std_preds): Add missing codes to address_operand entry.
13377 2015-04-28  Richard Biener  <rguenther@suse.de>
13379         PR tree-optimization/65851
13380         * tree-ssa-ccp.c (set_lattice_value): Perform a meet when
13381         changing CONSTANT to CONSTANT non-copy.  Get new_val by reference.
13382         (ccp_lattice_meet): Remove stray argument.  Use operand_equal_p
13383         rather than simple_cst_equal as the latter doesn't handle COMPLEX_CST.
13384         (ccp_visit_phi_node): Adjust.
13385         (evaluate_stmt): For simplifications to SSA names return its
13386         lattice value if that isn't VARYING.  Return immediately when
13387         simplified to a constant.
13388         (visit_assignment): Adjust.
13389         (ccp_visit_stmt): Likewise.
13391 2015-04-28  Tom de Vries  <tom@codesourcery.com>
13393         PR tree-optimization/65818
13394         * tree-stdarg.c (expand_ifn_va_arg_1): Ensure that side-effects are
13395         evaluated.
13397 2015-04-27  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
13399         * calls.c (save_fixed_argument_area): Don't check
13400         ARGS_GROW_DOWNWARD with the preprocessor.
13401         (restore_fixed_argument_area): Likewise.
13402         (mem_overlaps_already_clobbered_arg_p): Likewise.
13403         (check_sibcall_argument_overlap): Likewise.
13404         (expand_call): Likewise.
13405         (emit_library_call_value_1): Likewise.
13406         (store_one_arg): Likewise.
13407         * function.c (assign_parms): Likewise.
13408         (locate_and_pad_parm): Likewise.
13409         (pad_to_arg_alignment): Likewise.
13410         * targhooks.c (std_gimplify_va_arg_expr): Likewise.
13412 2015-04-27  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
13414         * config/pa/pa.h (ARGS_GROW_DOWNWARD): Define to 1.
13415         * defaults.h (ARGS_GROW_DOWNWARD): Define it to 0 by default.
13416         * calls.c (save_fixed_argument_area): Don't chekc if
13417         ARGS_GROW_DOWNWARD is defined.
13418         (restore_fixed_argument_area): Likewise.
13419         (mem_overlaps_already_clobbered_arg_p): Likewise.
13420         (check_sibcall_argument_overlap): Likewise.
13421         (expand_call): Likewise.
13422         (emit_library_call_value_1): Likewise.
13423         (store_one_arg): Likewise.
13424         * function.c (assign_parms): Likewise.
13425         (locate_and_pad_parm): Likewise.
13426         (pad_to_arg_alignment): Likewise.
13427         * targhooks.c (std_gimplify_va_arg_expr): Likewise.
13429 2015-04-27  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
13431         * defaults.h (gen_epilogue): New function.
13432         * alias.c (init_alias_analysis): don't check if HAVE_epilogue is
13433         defined.
13434         * cfgrtl.c (cfg_layout_finalize): Likewise.
13435         * df-scan.c: Likewise.
13436         * function.c (thread_prologue_and_epilogue_insns): Likewise.
13437         (reposition_prologue_and_epilogue_notes): Likewise.
13438         * reorg.c (find_end_label): Likewise.
13439         * toplev.c: Likewise.
13441 2015-04-27  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
13443         * bb-reorder.c (HAVE_return): Don't check if its undefined.
13444         * defaults.h (gen_simple_return): New function.
13445         (gen_simple_return): Likewise.
13446         (HAVE_return): Add default definition to false.
13447         (HAVE_simple_return): Likewise.
13448         * cfgrtl.c (force_nonfallthru_and_redirect): Remove checks if
13449         HAVE_return and HAVE_simple_return are defined.
13450         * function.c (gen_return_pattern): Likewise.
13451         (convert_jumps_to_returns): Likewise.
13452         (thread_prologue_and_epilogue_insns): Likewise.
13453         * reorg.c (find_end_label): Likewise.
13454         (dbr_schedule): Likewise.
13455         * shrink-wrap.c: Likewise.
13456         * shrink-wrap.h: Likewise.
13458 2015-04-27  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
13460         * defaults.h (EPILOGUE_USES): Add default definition of false.
13461         * df-scan.c (EPILOGUE_USES): Remove check if its undefined.
13462         * resource.c (init_resource_info): Likewise.
13464 2015-04-27  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
13466         * defaults.h (PCC_BITFIELD_TYPE_MATTERS): Add default definition
13467         to false.
13468         * dwarf2out.c (field_byte_offset): REmove check if
13469         PCC_BITFIELD_TYPE_MATTERS is defined.
13470         * stor-layout.c (layout_decl): Likewise.
13471         (update_alignment_for_field): Likewise.
13472         (place_field): Likewise.
13474 2015-04-27  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
13476         * defaults.h (HARD_REGNO_RENAME_OK): Add default definition to
13477         true.
13478         * regrename.c (check_new_reg_p): Remove check if
13479         HARD_REGNO_RENAME_OK is defined.
13480         * sel-sched.c (sel_hard_regno_rename_ok): Likewise.
13482 2015-04-27  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
13484         * calls.c (prepare_call_address): Remove ifdef NO_FUNCTION_CSE.
13485         * cse.c (fold_rtx): Likewise.
13486         * config/alpha/alpha.h (NO_FUNCTION_CSE): Define to 1.
13487         * config/arc/arc.h (NO_FUNCTION_CSE): Likewise.
13488         * config/avr/avr.h (NO_FUNCTION_CSE): Likewise.
13489         * config/cr16/cr16.h (NO_FUNCTION_CSE): Likewise.
13490         * config/epiphany/epiphany.h (NO_FUNCTION_CSE): Likewise.
13491         * config/frv/frv.h (NO_FUNCTION_CSE): Likewise.
13492         * config/h8300/h8300.h (NO_FUNCTION_CSE): Likewise.
13493         * config/i386/i386.h (NO_FUNCTION_CSE): Likewise.
13494         * config/ia64/ia64.h (NO_FUNCTION_CSE): Likewise.
13495         * config/lm32/lm32.h (enum reg_class) (NO_FUNCTION_CSE):
13496         * Likewise.
13497         * config/m32r/m32r.h (NO_FUNCTION_CSE): Likewise.
13498         * config/mep/mep.h (NO_FUNCTION_CSE): Likewise.
13499         * config/mn10300/mn10300.h (NO_FUNCTION_CSE): Likewise.
13500         * config/nds32/nds32.h (NO_FUNCTION_CSE): Likewise.
13501         * config/nios2/nios2.h (NO_FUNCTION_CSE): Likewise.
13502         * config/pa/pa.h (NO_FUNCTION_CSE): Likewise.
13503         * config/rs6000/rs6000.h (NO_FUNCTION_CSE): Likewise.
13504         * config/s390/s390.h (NO_FUNCTION_CSE): Likewise.
13505         * config/sparc/sparc.h (NO_FUNCTION_CSE): Likewise.
13506         * config/spu/spu.h (NO_FUNCTION_CSE): Likewise.
13507         * config/stormy16/stormy16.h (NO_FUNCTION_CSE): Likewise.
13508         * config/v850/v850.h (NO_FUNCTION_CSE): Likewise.
13509         * defaults.h (NO_FUNCTION_CSE): Provide default definition to 0.
13510         * doc/tm.texi: Regenerate.
13511         * doc/tm.texi.in: Document NO_FUNCTION_CSE is always defined to
13512         either true or false.
13514 2015-04-27  Jeff Law  <law@redhat.com>
13516         PR tree-optimization/65217
13517         * tree-ssa-dom.c (record_equality): Given two SSA_NAMEs, if just one
13518         of them has a single use, make sure it is the LHS of the implied
13519         copy.
13521 2015-04-28  Alan Modra  <amodra@gmail.com>
13523         PR target/65810
13524         * config/rs6000/rs6000.c (POWERPC64_TOC_POINTER_ALIGNMENT): Define.
13525         (offsettable_ok_by_alignment): Use minimum of decl and toc
13526         pointer alignment.  Replace dead code with assertion.
13527         (use_toc_relative_ref): Add mode arg.  Return false in -mcmodel=medium
13528         case if size exceeds toc pointer alignment.
13529         (rs6000_legitimize_reload_address): Update use_toc_relative_ref call.
13530         (rs6000_emit_move): Likewise.
13531         * configure.ac: Add linker toc pointer alignment check.
13532         * configure: Regenerate.
13533         * config.in: Regenerate.
13535 2015-04-27  Yoshinori Sato <ysato@users.sourceforge.jp>
13537         * config.gcc: Add h8300-*-linux.
13538         * config/h8300/linux.h: New.
13539         * config/h8300/t-linux: New.
13540         * config/h8300/h8300.c (h8300_option_override): Normal mode
13541         is not supported for h8300-*-linux.
13542         (h8300_file_start): Target priority change.
13543         (get_shift_alg): Likewise.
13544         (h8300_shift_need_scratch_p): Likewise.
13545         * config/h8300/h8300.h (TARGET_CPU_CPP_BUILTINS): Likewise.
13546         * config/h8300/h8300.md (define_peephole2): Remove duplicate condition.
13548 2015-04-27  Caroline Tice  <cmtice@google.com>
13550         * final.c (final_scan_insn):  Output cold_function_name as function
13551         type.
13552         * varasm.c (cold_function_name):  Make global.
13553         (assemble_start_function):  Re-set cold_function_name.
13554         (assemble_end_function): Output cold partition size.
13555         * varasm.h (cold_function_name):  Declare global.
13557 2015-04-27  Ilya Tocar  <ilya.tocar@intel.com>
13559         * config/i386/i386.h (EXT_REX_SSE_REG_P): New.
13560         * config/i386/i386.md (*cmpi<FPCMP:unord><MODEF:mode>_mixed): Use "v"
13561         constraint.
13562         (*movxi_internal_avx512f): Ditto.
13563         (define_split): Check for xmm16+, when splitting scalar float_extend.
13564         (*extendsfdf2_mixed): Use "v" constraint.
13565         (define_split): Check for xmm16+, when splitting scalar float_truncate.
13566         (*truncdfsf_fast_sse): Use "v" constraint.
13567         (fix_trunc<MODEF:mode><SWI48:mode>_sse): Ditto.
13568         (*float<SWI48:mode><MODEF:mode>2_sse): Ditto.
13569         (define_peephole2): Check for xmm16+, when converting scalar
13570         float_truncate.
13571         (define_peephole2): Check for xmm16+, when converting scalar
13572         float_extend.
13573         (*fop_<mode>_comm_mixed): Use "v" constraint.
13574         (*fop_<mode>_comm_sse): Ditto.
13575         (*fop_<mode>_1_mixed): Ditto.
13576         (*sqrt<mode>2_sse): Ditto.
13577         (*ieee_s<ieee_maxmin><mode>3): Ditto.
13579 2015-04-27  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
13581         * combine.c (simplify_if_then_else): Use std::swap instead
13582         of manually swapping.
13583         (known_cond): Likewise.
13584         (simplify_comparison): Likewise.
13586 2015-04-27  Peter Bergner  <bergner@vnet.ibm.com>
13588         PR target/64579
13589         * config/rs6000/htm.md: Remove all define_expands.
13590         (UNSPECV_HTM_TABORTDC, UNSPECV_HTM_TABORTDCI, UNSPECV_HTM_TABORTWC,
13591         UNSPECV_HTM_TABORTWCI): Remove.
13592         (UNSPECV_HTM_TABORTXC, UNSPECV_HTM_TABORTXCI, UNSPECV_HTM_TTEST): New.
13593         (tabort_internal, tbegin_internal, tcheck_internal, tend_internal,
13594         trechkpt_internal, treclaim_internal, tsr_internal): Rename from this...
13595         (tabort, tbegin, tcheck, tend, trechkpt, treclaim, tsr): ...to this.
13596         (tabortdc_internal, tabortdci_internal, tabortwc_internal,
13597         tabortwci_internal): Remove define_insns.
13598         (tabort<wd>c, tabort<wd>ci): New define_insns.
13599         (tabort): Use gpc_reg_operand.
13600         (tcheck): Remove operand.
13601         (htm_mfspr_<mode>, htm_mtspr_<mode>): Use GPR mode macro.
13602         * config/rs6000/htmxlintrin.h (__TM_end): Use _HTM_TRANSACTIONAL as
13603         expected value.
13604         * config/rs6000/rs6000-builtin.def (BU_HTM_SPR0): Remove.
13605         (BU_HTM_SPR1): Rename to BU_HTM_V1.  Remove use of RS6000_BTC_SPR.
13606         (tabort, tabortdc, tabortdci, tabortwc, tabortwci, tbegin,
13607         tcheck, tend, tendall, trechkpt, treclaim, tresume, tsuspend,
13608         tsr, ttest): Pass in the RS6000_BTC_CR attribute.
13609         (get_tfhar, set_tfhar, get_tfiar, set_tfiar, get_texasr, set_texasr,
13610         get_texasru, set_texasru): Pass in the RS6000_BTC_SPR attribute.
13611         (tcheck): Remove builtin argument.
13612         * config/rs6000/rs6000.c (rs6000_htm_spr_icode): Use TARGET_POWERPC64
13613         not TARGET_64BIT.
13614         (htm_expand_builtin): Fix usage of expandedp.  Disallow usage of the
13615         tabortdc and tabortdci builtins when not in 64-bit mode.
13616         Modify code to handle the loss of the HTM define_expands.
13617         Emit code to copy the CR register to TARGET.
13618         (htm_init_builtins): Modify code to handle the loss of the HTM
13619         define_expands.
13620         * config/rs6000/rs6000.h (RS6000_BTC_32BIT): Delete.
13621         (RS6000_BTC_64BIT): Likewise.
13622         (RS6000_BTC_CR): New macro.
13623         * doc/extend.texi: Update documentation for htm builtins.
13625 2015-04-27  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
13627         * simplify-rtx.c (simplify_gen_binary): Use std::swap instead
13628         of manually swapping.
13629         (simplify_associative_operation): Likewise.
13630         (simplify_binary_operation): Likewise.
13631         (simplify_plus_minus): Likewise.
13632         (simplify_relational_operation): Likewise.
13633         (simplify_ternary_operation): Likewise.
13635 2015-04-27  Richard Sandiford  <richard.sandiford@arm.com>
13637         * config/stormy16/predicates.md (xs_hi_general_operand): Delete.
13638         (xs_hi_nonmemory_operand): Remove error.
13639         * config/stormy16/stormy16.md (movhi, movhi_internal): Use
13640         general_operand rather than xs_hi_general_operand.
13642 2015-04-27  Richard Biener  <rguenther@suse.de>
13644         * tree-ssa-dom.c (record_equivalences_from_phis): Valueize PHI arg.
13645         (record_equivalences_from_stmt): Valueize rhs.
13646         (record_equality): Canonicalize x and y order via
13647         tree_swap_operands_p.  Do not swap operands for same loop depth.
13649 2015-04-27  Georg-Johann Lay  <avr@gjlay.de>
13651         PR target/65296
13652         PR target/65895
13653         * config/avr/gen-avr-mmcu-specs.c (print_mcu): Close file.
13654         Add hint how to use own spec file.
13656 2015-04-27  Jakub Jelinek  <jakub@redhat.com>
13658         PR tree-optimization/65875
13659         * tree-vrp.c (update_value_range): If in is_new case setting
13660         old_vr to VR_VARYING, also set new_vr to it.  Remove
13661         old_vr->type == VR_VARYING test.
13662         (vrp_visit_phi_node): Return SSA_PROP_VARYING instead of
13663         SSA_PROP_INTERESTING if update_value_range returned true,
13664         but new range is VR_VARYING.
13666 2015-04-27  Thomas Preud'homme  <thomas.preudhomme@arm.com>
13668         * combine.c (sign_extend_short_imm): New.
13669         (set_nonzero_bits_and_sign_copies): Use above new function for sign
13670         extension of src short immediate.
13671         (reg_nonzero_bits_for_combine): Likewise for tem.
13673 2015-04-27  Eric Botcazou  <ebotcazou@adacore.com>
13675         * stor-layout.c (self_referential_component_ref_p): New predicate.
13676         (copy_self_referential_tree_r): Use it.
13677         (self_referential_size): Punt for simple operations directly involving
13678         self-referential component references.
13679         * tree-cfg.c (dump_function_to_file): Add missing final curly bracket.
13681 2015-04-27  Eric Botcazou  <ebotcazou@adacore.com>
13683         * ipa-icf.c (icf_handled_component_p): Remove redundant tests.
13685 2015-04-27  Richard Sandiford  <richard.sandiford@arm.com>
13687         * vec.h (vec): Make splice arguments const.  Update definitions
13688         accordingly.
13690 2015-04-27  Yvan Roux  <yvan.roux@linaro.org>
13692         * config/arm/arm.md (*arm_subsi3_insn): Fixed redundant
13693         alternatives.
13695 2015-04-26  Tom de Vries  <tom@codesourcery.com>
13697         PR tree-optimization/65826
13698         * internal-fn.def: Mark VA_ARG with ECF_LEAF.
13700 2015-04-24  Steve Ellcey  <sellcey@imgtec.com>
13702         * config/mips/mips.md: (*madd4<mode>) Remove accum_in attribute.
13703         (*madd3<mode>): Ditto.
13704         (*msub4<mode>): Ditto.
13705         (*msub3<mode>): Ditto.
13706         (*nmadd4<mode>): Ditto.
13707         (*nmadd3<mode>): Ditto.
13708         (*nmadd4<mode>_fastmath): Ditto.
13709         (*nmadd3<mode>_fastmath): Ditto.
13710         (*nmsub4<mode>): Ditto.
13711         (*nmsub3<mode>): Ditto.
13712         (*nmsub4<mode>_fastmath): Ditto.
13713         (*nmsub3<mode>_fastmath): Ditto.
13715 2015-04-24  Jason Merrill  <jason@redhat.com>
13717         PR c++/50800
13718         * tree.c (build_reference_type_for_mode): Don't pass can_alias_all
13719         down when building TYPE_CANONICAL.
13720         (build_pointer_type_for_mode): Likewise.
13722 2015-04-24  Chen Gang  <gang.chen.5i5j@gmail.com>
13724         * genrecog.c (validate_pattern): Check matching constraint refers
13725         to a lower numbered operand.
13727 2015-04-24  Michael Meissner  <meissner@linux.vnet.ibm.com>
13729         PR target/65849
13730         * config/rs6000/rs6000.opt (-mvsx-align-128): Make options that
13731         save to independent variables use the Save attribute.  This will
13732         allow these options to be modified with the #pragma/attribute
13733         target support.
13734         (-mallow-movmisalign): Likewise.
13735         (-mallow-df-permute): Likewise.
13736         (-msched-groups): Likewise.
13737         (-malways-hint): Likewise.
13738         (-malign-branch-targets): Likewise.
13739         (-mvectorize-builtins): Likewise.
13740         (-msave-toc-indirect): Likewise.
13742         * config/rs6000/rs6000.c (rs6000_opt_masks): Add more options that
13743         can be set via the #pragma/attribute target support.
13744         (rs6000_opt_vars): Likewise.
13745         (rs6000_inner_target_options): If VSX was set, also set
13746         -mno-avoid-indexed-addresses.
13748 2015-04-24  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
13750         * config/arm/iterators.md (shiftable_ops): Rename to...
13751         (SHIFTABLE_OPS): ... This.  Update use in comments.
13752         (ior_xor): Rename to...
13753         (IOR_XOR): ... This.
13754         (vqh_ops): Rename to...
13755         (VQH_OPS): ... This.
13756         (vqhs_ops): Rename to...
13757         (VQHS_OPS): ... This.
13758         (rshifts): Rename to...
13759         (RSHIFTS): ... This.
13760         (returns): Rename to...
13761         (RETURNS): ... This.
13762         * config/arm/arm.md: Update uses of the above.
13763         * config/arm/neon.md: Likewise.
13765 2014-04-24  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
13767         * config.host (case ${host}): Add aarch64*-*-linux case.
13768         * config/aarch64/aarch64-cores.def: Add IMPLEMENTER_ID and PART_NUMBER
13769         fields to all the cores.
13770         * config/aarch64/aarch64-elf.h (DRIVER_SELF_SPECS):
13771         Add MCPU_MTUNE_NATIVE_SPECS.
13772         * config/aarch64/aarch64-option-extensions.def: Add FEATURE_STRING
13773         field to all extensions.
13774         * config/aarch64/aarch64-opts.h: Adjust definition of AARCH64_CORE.
13775         * config/aarch64/aarch64.c: Adjust definition of AARCH64_CORE.
13776         Adjust definition of AARCH64_OPT_EXTENSION.
13777         * config/aarch64/aarch64.h: Adjust definition of AARCH64_CORE.
13778         (MCPU_MTUNE_NATIVE_SPECS): Define.
13779         * config/aarch64/driver-aarch64.c: New file.
13780         * config/aarch64/x-arch64: New file.
13781         * doc/invoke.texi (AArch64 Options): Document native value for -mcpu,
13782         -mtune and -march.
13784 2015-04-24  Uros Bizjak  <ubizjak@gmail.com>
13785             Wei Mi  <wmi@google.com>
13787         * config/i386/i386-protos.h (ix86_operands_ok_for_move_multiple): New.
13788         * config/i386/i386.c (extract_base_offset_in_addr): New function.
13789         (ix86_operands_ok_for_move_multiple): Ditto.
13790         * config/i386/sse.md (movsd/movhpd to movupd peephole2): New pattern.
13791         (movlpd/movhpd to movupd peephole2): Ditto.
13793 2015-04-24  Marek Polacek  <polacek@redhat.com>
13795         PR c/61534
13796         * input.h (from_macro_expansion_at): Define.
13798         PR c/63357
13799         * doc/invoke.texi: Update description of -Wlogical-op.
13801 2015-04-24  Thomas Preud'homme  <thomas.preudhomme@arm.com>
13803         * config/arm/unknown-elf.h (ASM_OUTPUT_ALIGNED_DECL_LOCAL): fix
13804         ternary operator in fprintf and harmonize spacing.
13806 2015-04-24  Uros Bizjak  <ubizjak@gmail.com>
13808         * config/i386/sse.md (*vec_widen_smult_even_v8si<mask_name>):
13809         Mark operand1 commutative.
13811 2015-04-24  Uros Bizjak  <ubizjak@gmail.com>
13813         * config/i386/sse.md (*vec_concatv2sf_sse4_1): Do not allow both
13814         input operands in memory.
13815         (*vec_concatv2si_sse4_1): Ditto.
13816         (*vec_concatv2df): Ditto, except for SSE3 and equal input operands.
13817         (vec_extract_lo_<mode><mask_name>): Change operand 1 predicate to
13818         register_operand.
13819         (vec_extract_hi_v32hi): Ditto.
13820         (vec_extract_hi_v64hi): Ditto.
13821         (<mask_codefor>avx512f_unpckhpd512<mask_name>): Ditto.
13823 2015-04-24  Thomas Preud'homme  <thomas.preudhomme@arm.com>
13824             Steven Bosscher <steven@gcc.gnu.org>
13826         PR rtl-optimization/34503
13827         * cprop.c (cprop_reg_p): New.
13828         (hash_scan_set): Use above function to check if register can be
13829         propagated.
13830         (find_avail_set): Return up to two sets, one whose source is a
13831         register and one whose source is a constant.  Sets are returned in an
13832         array passed as parameter rather than as a return value.
13833         (cprop_insn): Use a do while loop rather than a goto.  Try each of the
13834         sets returned by find_avail_set, starting with the one whose source is
13835         a constant. Use cprop_reg_p to check if register can be propagated.
13836         (do_local_cprop): Use cprop_reg_p to check if register can be
13837         propagated.
13838         (implicit_set_cond_p): Likewise.
13840 2015-04-23  Jan Hubicka  <hubicka@ucw.cz>
13842         * ipa-icf.c (sem_function::equals_wpa): Compare thunk info.
13843         (sem_function::equals): IGNORED_NODES parameter is now unused;
13844         update call of equals_private.
13845         (sem_function::equals_private): Do not call equals_wpa; skip
13846         gimple body matching if there is no body.
13847         (sem_function::init): Add logic to hash tthunk info.
13848         (sem_function::parse): Also parse thunks.
13849         * ipa-icf.h (equals_private): Update declaration.
13851 2015-04-23  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
13853         * config/rs6000/altivec.md (*altivec_lvx_<mode>_internal): Remove
13854         asterisk from name so this can be generated directly.
13855         (*altivec_stvx_<mode>_internal): Likewise.
13856         * config/rs6000/rs6000.c (rs6000_emit_le_vsx_store): Add assert
13857         that this is never called during or after reload/lra.
13858         (rs6000_frame_related): Remove split_reg
13859         argument and logic that references it.
13860         (emit_frame_save): Remove last parameter from call to
13861         rs6000_frame_related.
13862         (rs6000_emit_prologue): Remove last parameter from eight calls to
13863         rs6000_frame_related.  Force generation of stvx instruction for
13864         Altivec register saves.  Remove split_reg handling, which is no
13865         longer needed.
13866         (rs6000_emit_epilogue):  Force generation of lvx instruction for
13867         Altivec register restores.
13869 2015-04-23  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
13871         * config/rs6000/rs6000.opt (mcrypto): Change option description to
13872         match category changes in ISA 2.07B.
13874 2015-04-23  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
13876         * config/arm/iterators.md (GTGE, GTUGEU, COMPARISONS): New code
13877         iterators.
13878         (cmp_op, cmp_type): New code attributes.
13879         (NEON_VCMP, NEON_VACMP): New int iterators.
13880         (cmp_op_unsp): New int attribute.
13881         * config/arm/neon.md (neon_vc<cmp_op><mode>): New define_expand.
13882         (neon_vceq<mode>): Delete.
13883         (neon_vc<cmp_op><mode>_insn): New pattern.
13884         (neon_vc<cmp_op_unsp><mode>_insn_unspec): Likewise.
13885         (neon_vcgeu<mode>): Delete.
13886         (neon_vcle<mode>): Likewise.
13887         (neon_vclt<mode>: Likewise.
13888         (neon_vcage<mode>): Likewise.
13889         (neon_vcagt<mode>): Likewise.
13890         (neon_vca<cmp_op><mode>): New define_expand.
13891         (neon_vca<cmp_op><mode>_insn): New pattern.
13892         (neon_vca<cmp_op_unsp><mode>_insn_unspec): Likewise.
13894 2015-04-23  Jan Hubicka  <hubicka@ucw.cz>
13896         * tree.h (attribute_value_equal): Declare.
13897         * tree.c (attribute_value_equal): Export.
13899 2015-04-23  Jan Hubicka  <hubicka@ucw.cz>
13901         * ipa-icf.c (sem_item::compare_attributes): New function.
13902         (sem_item::compare_referenced_symbol_properties): Compare variable
13903         attributes.
13904         (sem_item::hash_referenced_symbol_properties): Record DECL_ALIGN.
13905         (sem_function::param_used_p): New function.
13906         (sem_function::equals_wpa): Fix attribute comparsion; match
13907         parameter type codes; do not compare paremter flags when
13908         they are not used; compare edge flags; compare indirect calls.
13909         (sem_item::update_hash_by_addr_refs): Hash reference type.
13910         (sem_function::equals_private): Do not match DECL_ATTRIBUTES.
13911         (sem_variable::equals_wpa): Do not match DECL_ALIGN; match
13912         reference use type.
13913         (sem_item_optimizer::update_hash_by_addr_refs): Use param_used_p.
13914         * ipa-icf.h (compare_attributes, param_used_p): Declare.
13916 2015-04-23  Jan Hubicka  <hubicka@ucw.cz>
13918         * ipa-icf.c (symbol_compare_collection::symbol_compare_collection):
13919         cleanup.
13920         (sem_function::get_hash): Do not hash DECL_DISREGARD_INLINE_LIMITS,
13921         DECL_DECLARED_INLINE_P and DECL_IS_OPERATOR_NEW.
13922         (sem_item::compare_referenced_symbol_properties): New.
13923         (sem_item::hash_referenced_symbol_properties): New.
13924         (sem_item::compare_cgraph_references): Rename to ...
13925         (sem_item::compare_symbol_references): ... this one; use
13926         compare_referenced_symbol_properties.
13927         (sem_function::equals_wpa): Do not compare
13928         DECL_DISREGARD_INLINE_LIMITS, DECL_DECLARED_INLINE_P,
13929         DECL_IS_OPERATOR_NEW; compare pointer sizes.
13930         (sem_item::update_hash_by_addr_refs): Call
13931         hash_referenced_symbol_properties.
13932         (sem_item::update_hash_by_local_refs): Cleanup.
13933         (sem_function::merge): Do not mix up symbol properties.
13934         (sem_variable::equals_wpa): Use compare_symbol_references.
13935         * ipa-icf.h (sem_item::compare_referenced_symbol_properties): New.
13936         (sem_item::hash_referenced_symbol_properties): New.
13937         (sem_item::compare_symbol_references): New.
13938         (sem_item::compare_cgraph_references): Remove.
13940 2015-04-23  Kwok Cheung Yeung  <kcy@codesourcery.com>
13942         PR target/26702
13943         * config/arm/unknown-elf.h (ASM_OUTPUT_ALIGNED_DECL_LOCAL):
13944         Emit size of local.
13946 2015-04-23  Nick Clifton  <nickc@redhat.com>
13948         * config/rl78/rl78.c (rl78_preferred_reload_class): Add
13949         ATTRIBUTE_UNUSED to x parameter.
13950         * config/rl78/rl78-opts.h (enum rl78_mul_types): Remove unused MUL_RL78.
13952 2015-04-23  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
13954         * config/rs6000/crypto.md (crypto_vpmsum<CR_char>): Change
13955         TARGET_CRYPTO to TARGET_P8_VECTOR>
13956         (crypto_vpermxor_<mode>): Likewise.
13957         * config/rs6000/rs6000-builtin.def (BU_CRYPTO_2A): New #define.
13958         (BU_CRYPTO_3A): Likewise.
13959         (BU_CRYPTO_OVERLOAD_2A): Rename from BU_CRYPTO_OVERLOAD_2.
13960         (BU_CRYPTO_OVERLOAD_3A): New #define.
13961         (VPMSUMB): Change from BU_CRYPTO_2 to BU_CRYPTO_2A.
13962         (VPMSUMH): Likewise.
13963         (VPMSUMW): Likewise.
13964         (VPMSUMD): Likewise.
13965         (VPERMXOR_V2DI): Change from BU_CRYPTO_3 to BU_CRYPTO_3A.
13966         (VPERMXOR_V4SI): Likewise.
13967         (VPERMXOR_V8HI): Likewise.
13968         (VPERMXOR_V16QI): Likewise.
13969         (VPMSUM): Change from BU_CRYPTO_OVERLOAD_2 to
13970         BU_CRYPTO_OVERLOAD_2A.
13971         (VPERMXOR): Change from BU_CRYPTO_OVERLOAD3 to
13972         BU_CRYPTO_OVERLOAD_3A.
13973         * config/rs6000/rs6000.opt (mcrypto): Change description of
13974         option.
13976 2015-04-23  Richard Biener  <rguenther@suse.de>
13978         * passes.def: Remove copy propagation passes run directly after CCP.
13979         * tree-ssa-ccp.c (get_value_for_expr): Fall back to a COPY for
13980         SSA names.
13981         (ccp_visit_phi_node): Rework to handle first executable edge
13982         specially.
13984 2015-04-23  Matthew Wahab  <matthew.wahab@arm.com>
13986         * config/arm/arm.h (LEGITIMIZE_RELOAD_ADDRESS): Remove.
13987         (ARM_LEGITIMIZE_RELOAD_ADDRESS): Remove.
13988         (THUMB_LEGITIMIZE_RELOAD_ADDRESS): Remove.
13989         * config/arm/arm.c (arm_legimitimize_reload_address): Remove.
13990         (thumb_legimitimize_reload_address): Remove.
13991         * config/arm/arm-protos.h (arm_legimitimize_reload_address):
13992         Remove.
13993         (thumb_legimitimize_reload_address): Remove.
13995 2015-04-23  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
13997         * conditions.h (CC_STATUS_INIT): Gate on #ifndef CC_STATUS_INIT.
13999 2015-04-23  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
14001         * config/arm/arm.md (load_multiple): Reject operand 2 greater than
14002         MAX_LDM_STM_OPS.
14003         (store_multiple): Likewise.
14005 2015-04-23  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
14007         * config/arm/arm-protos.h (struct tune_params): Add issue_rate field.
14008         * config/arm/arm.c (arm_slowmul_tune, arm_fastmul_tune,
14009         arm_strongarm_tune, arm_xscale_tune, arm_9e_tune, arm_v6t2_tune,
14010         arm_cortex_tune, arm_cortex_a8_tune, arm_cortex_a7_tune,
14011         arm_cortex_a15_tune, arm_cortex_a53_tune, arm_cortex_a57_tune,
14012         arm_cortex_a9_tune, arm_cortex_a12_tune, arm_v7m_tune, arm_v6m_tune,
14013         arm_fa726te_tune arm_cortex_a5_tune, arm_xgene1_tune):
14014         Specify issue_rate value.
14015         (arm_issue_rate): Look up issue rate from tuning structs. Remove
14016         large switch statement.
14017         (arm_marvell_pj4_tune): New struct.
14018         * config/arm/arm-cores.def (marvell-pj4): Use arm_marvell_pj4_tune
14019         struct.
14021 2015-04-23  Richard Biener  <rguenther@suse.de>
14023         * tree-vect-slp.c (vect_find_first_load_in_slp_instance): Remove.
14024         (vect_find_last_store_in_slp_instance): Rename to ...
14025         (vect_find_last_scalar_stmt_in_slp): ... this and generalize.
14026         (vect_analyze_slp_cost_1): Use vector_load for constant defs
14027         and vec_construct for external defs when estimating prologue cost.
14028         (vect_analyze_slp_instance): Do not init SLP_INSTANCE_FIRST_LOAD_STMT.
14029         Compute costs here only when vectorizing loops.
14030         (vect_slp_analyze_bb_1): Compute SLP cost here, after vector types
14031         have been determined.
14032         (vect_schedule_slp_instance): Simplify vectorized code placement
14033         and prepare for in-BB external defs.
14034         * tree-vectorizer.h (struct _slp_instance): Remove first_load member.
14035         (SLP_INSTANCE_FIRST_LOAD_STMT): Remove.
14036         * tree-vect-stmts.c (vect_model_store_cost): Remove PURE_SLP_STMT
14037         guard.
14038         (vect_model_load_cost): Likewise.
14039         (vectorizable_store): Instead add it here.
14040         (vectorizable_load): Likewise.
14041         (vect_is_simple_use): Dump def type textually.
14043 2015-04-23  Richard Biener  <rguenther@suse.de>
14045         * cfgexpand.c (expand_gimple_stmt_1): Use ops.code.
14046         * cfgloop.c (verify_loop_structure): Verify the root loop node.
14047         * except.c (duplicate_eh_regions): Call get_eh_region_from_lp_number_fn
14048         instead of get_eh_region_from_lp_number.
14049         * loop-init.c (fix_loop_structure): If we removed a loop, reset
14050         the SCEV cache.
14052 2015-04-23  Anton Blanchard  <anton@samba.org>
14054         * config/rs6000/rs6000.c (rs6000_output_function_prologue): No
14055         need for -mprofile-kernel to save LR to stack.
14057 2015-04-22  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
14059         * config/rs6000/rs6000.c (rtx_is_swappable_p): Commentary
14060         adjustments.
14061         (insn_is_swappable_p): Return 1 for a convert from double to
14062         single precision when all of its uses are splats of BE element
14063         zero.
14065 2015-04-23  Kugan Vivekanandarajah  <kuganv@linaro.org>
14067         * ira-costs.c (record_operand_costs): Fix typo (remove redundant code).
14069 2015-04-22  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
14071         PR target/65456
14072         * config/rs6000/rs6000.c (rs6000_option_override_internal):  For
14073         VSX + POWER8, enable TARGET_ALLOW_MOVMISALIGN and
14074         TARGET_EFFICIENT_UNALIGNED_VSX if not selected by command line
14075         option.
14076         (rs6000_builtin_mask_for_load): Return 0 for targets with
14077         efficient unaligned VSX accesses so that the vectorizer will use
14078         direct unaligned loads.
14079         (rs6000_builtin_support_vector_misalignment): Always return true
14080         for targets with efficient unaligned VSX accesses.
14081         (rs6000_builtin_vectorization_cost): Cost of unaligned loads and
14082         stores on targets with efficient unaligned VSX accesses is almost
14083         always the same as the cost of an aligned load or store, so model
14084         it that way.
14085         * config/rs6000/rs6000.h (SLOW_UNALIGNED_ACCESS): Return 0 for
14086         unaligned vectors if we have efficient unaligned VSX accesses.
14087         * config/rs6000/rs6000.opt (mefficient-unaligned-vector): New
14088         undocumented option.
14090 2015-04-22  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
14092         Revert:
14093         2015-04-22  Gregor Richards  <gregor.richards@uwaterloo.ca>
14095         * config.gcc (LIBC_MUSL): New tm_defines macro.
14096         * config/linux.h (OPTION_MUSL): Define.
14097         (INCLUDE_DEFAULTS_MUSL_GPP, INCLUDE_DEFAULTS_MUSL_LOCAL,)
14098         (INCLUDE_DEFAULTS_MUSL_PREFIX, INCLUDE_DEFAULTS_MUSL_CROSS,)
14099         (INCLUDE_DEFAULTS_MUSL_TOOL, INCLUDE_DEFAULTS_MUSL_NATIVE): Define.
14101         * config/linux.opt (mmusl): New option.
14102         * configure.ac (gcc_cv_libc_provides_ssp): Add *-*-musl*.
14103         (gcc_cv_target_dl_iterate_phdr): Add *-linux-musl*.
14105         * configure: Regenerate.
14107 2015-04-22  Gregor Richards  <gregor.richards@uwaterloo.ca>
14109         * config.gcc (LIBC_MUSL): New tm_defines macro.
14110         * config/linux.h (OPTION_MUSL): Define.
14111         (INCLUDE_DEFAULTS_MUSL_GPP, INCLUDE_DEFAULTS_MUSL_LOCAL,)
14112         (INCLUDE_DEFAULTS_MUSL_PREFIX, INCLUDE_DEFAULTS_MUSL_CROSS,)
14113         (INCLUDE_DEFAULTS_MUSL_TOOL, INCLUDE_DEFAULTS_MUSL_NATIVE): Define.
14115         * config/linux.opt (mmusl): New option.
14116         * configure.ac (gcc_cv_libc_provides_ssp): Add *-*-musl*.
14117         (gcc_cv_target_dl_iterate_phdr): Add *-linux-musl*.
14119         * configure: Regenerate.
14121 2015-04-22  Yury Gribov  <y.gribov@samsung.com>
14123         * doc/invoke.texi (-fsanitize-sections): Update description.
14124         * asan.c (set_sanitized_sections): Parse incoming arg.
14125         (section_sanitized_p): Support wildcards.
14127 2015-04-22  Tom de Vries  <tom@codesourcery.com>
14129         PR tree-optimization/65823
14130         * gimplify.c (gimplify_modify_expr): Use operand_equal_p to test for
14131         equality between ap_copy and ap.
14133 2015-04-22  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
14135         PR target/47098
14136         * config/openbsd-oldgas.h (OBSD_LIB_SPEC): Add.
14138 2015-04-22  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
14140         PR target/47122
14141         * config.gcc (vax-*-openbsd*): Fix name of pthread spec header.
14143 2015-04-22  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
14145         PR target/55144
14146         * config.gcc (bfin*-linux-uclibc*): Prepend tmake_file and
14147         remove already contained t-files.
14149 2015-04-22  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
14151         * tree-tailcall.c (suitable_for_tail_opt_p, find_tail_calls):
14152         Remove unneeded forward declarations.
14153         (suitable_for_tail_call_opt_p): Commentary typo fix.
14155 2015-04-22  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
14157         * varasm.c (emit_bss): Remove redundant guard.
14159 2015-04-22  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
14161         * config/c6x/c6x.h (TARGET_CPU_CPP_BUILTINS): Add unk_isa.
14163 2015-04-22  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
14165         * config/bfin/bfin.h (TARGET_CPU_CPP_BUILTINS): Add BFIN_CPU_UNKNOWN.
14167 2015-04-22  Hale Wang  <hale.wang@arm.com>
14168             Terry Guo  <terry.guo@arm.com>
14170         PR rtl-optimization/64818
14171         * combine.c (can_combine_p): Don't combine user-specified
14172         register if it is in an asm input.
14174 2015-04-21  Jan Hubicka  <hubicka@ucw.cz>
14176         PR ipa/65076
14177         * passes.def (early_optimizations): Add pass_dse.
14179 2015-04-21  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
14181         * defaults.h (INSN_REFERENCES_ARE_DELAYED): New definition.
14182         * reorg.c (redundant_insn): Remove ifdef
14183         INSN_REFERENCES_ARE_DELAYED.
14184         * resource.c (mark_referenced_resources): Likewise.
14186 2015-04-21  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
14188         * defaults.h (INSN_SETS_ARE_DELAYED): New definition.
14189         * reorg.c (redundant_insn): Remove ifdef INSN_SETS_ARE_DELAYED.
14190         * resource.c (mark_set_resources): Likewise.
14192 2015-04-21  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
14194         * caller-save.c (insert_one_insn): Remove ifdef HAVE_cc0.
14195         * cfgcleanup.c (flow_find_cross_jump): Likewise.
14196         (flow_find_head_matching_sequence): Likewise.
14197         (try_head_merge_bb): Likewise.
14198         * combine.c (can_combine_p): Likewise.
14199         (try_combine): Likewise.
14200         (distribute_notes): Likewise.
14201         * df-problems.c (can_move_insns_across): Likewise.
14202         * final.c (final): Likewise.
14203         * gcse.c (insert_insn_end_basic_block): Likewise.
14204         * ira.c (find_moveable_pseudos): Likewise.
14205         * reorg.c (try_merge_delay_insns): Likewise.
14206         (fill_simple_delay_slots): Likewise.
14207         (fill_slots_from_thread): Likewise.
14208         * sched-deps.c (sched_analyze_2): Likewise.
14210 2015-04-21  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
14212         * df-scan.c (df_get_entry_block_def_set): Remove #ifdef
14213         PIC_OFFSET_TABLE_REGNUM.
14215 2015-04-21  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
14217         * alias.c (init_alias_target): Remove ifdef
14218         * HARD_FRAME_POINTER_IS_FRAME_POINTER.
14219         * df-scan.c (df_insn_refs_collect): Likewise.
14220         (df_get_regular_block_artificial_uses): Likewise.
14221         (df_get_eh_block_artificial_uses): Likewise.
14222         (df_get_entry_block_def_set): Likewise.
14223         (df_get_exit_block_use_set): Likewise.
14224         * emit-rtl.c (gen_rtx_REG): Likewise.
14225         * ira.c (ira_setup_eliminable_regset): Likewise.
14226         * reginfo.c (init_reg_sets_1): Likewise.
14227         * regrename.c (rename_chains): Likewise.
14228         * reload1.c (reload): Likewise.
14229         (eliminate_regs_in_insn): Likewise.
14230         * resource.c (mark_referenced_resources): Likewise.
14231         (init_resource_info): Likewise.
14233 2015-04-21  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
14235         * defaults.h (MASK_RETURN_ADDR): New definition.
14236         * except.c (expand_builtin_extract_return_addr): Remove ifdef
14237         MASK_RETURN_ADDR.
14239 2015-04-21  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
14241         * defaults.h (RETURN_ADDR_OFFSET): New definition.
14242         * except.c (expand_builtin_extract_return_addr): Remove ifdef
14243         RETURN_ADDR_OFFSET.
14244         (expand_builtin_frob_return_addr): Likewise.
14246 2015-04-21  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
14248         * cfgrtl.c (rtl_merge_blocks): Change #if HAVE_cc0 to if (HAVE_cc0)
14249         (try_redirect_by_replacing_jump): Likewise.
14250         (rtl_tidy_fallthru_edge): Likewise.
14251         * combine.c (insn_a_feeds_b): Likewise.
14252         (find_split_point): Likewise.
14253         (simplify_set): Likewise.
14254         * cprop.c (cprop_jump): Likewise.
14255         * cse.c (cse_extended_basic_block): Likewise.
14256         * df-problems.c (can_move_insns_across): Likewise.
14257         * function.c (emit_use_return_register_into_block): Likewise.
14258         * haifa-sched.c (sched_init): Likewise.
14259         * ira.c (find_moveable_pseudos): Likewise.
14260         * loop-invariant.c (find_invariant_insn): Likewise.
14261         * lra-constraints.c (curr_insn_transform): Likewise.
14262         * postreload.c (reload_combine_recognize_const_pattern):
14263         * Likewise.
14264         * reload.c (find_reloads): Likewise.
14265         * reorg.c (delete_scheduled_jump): Likewise.
14266         (steal_delay_list_from_target): Likewise.
14267         (steal_delay_list_from_fallthrough): Likewise.
14268         (redundant_insn): Likewise.
14269         (fill_simple_delay_slots): Likewise.
14270         (fill_slots_from_thread): Likewise.
14271         (delete_computation): Likewise.
14272         * sched-rgn.c (add_branch_dependences): Likewise.
14274 2015-04-21  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
14276         * genconfig.c (main): Always define HAVE_cc0.
14277         * caller-save.c (insert_one_insn): Change ifdef HAVE_cc0 to #if
14278         HAVE_cc0.
14279         * cfgcleanup.c (flow_find_cross_jump): Likewise.
14280         (flow_find_head_matching_sequence): Likewise.
14281         (try_head_merge_bb): Likewise.
14282         * cfgrtl.c (rtl_merge_blocks): Likewise.
14283         (try_redirect_by_replacing_jump): Likewise.
14284         (rtl_tidy_fallthru_edge): Likewise.
14285         * combine.c (do_SUBST_MODE): Likewise.
14286         (insn_a_feeds_b): Likewise.
14287         (combine_instructions): Likewise.
14288         (can_combine_p): Likewise.
14289         (try_combine): Likewise.
14290         (find_split_point): Likewise.
14291         (subst): Likewise.
14292         (simplify_set): Likewise.
14293         (distribute_notes): Likewise.
14294         * cprop.c (cprop_jump): Likewise.
14295         * cse.c (cse_extended_basic_block): Likewise.
14296         * df-problems.c (can_move_insns_across): Likewise.
14297         * final.c (final): Likewise.
14298         (final_scan_insn): Likewise.
14299         * function.c (emit_use_return_register_into_block): Likewise.
14300         * gcse.c (insert_insn_end_basic_block): Likewise.
14301         * haifa-sched.c (sched_init): Likewise.
14302         * ira.c (find_moveable_pseudos): Likewise.
14303         * loop-invariant.c (find_invariant_insn): Likewise.
14304         * lra-constraints.c (curr_insn_transform): Likewise.
14305         * optabs.c (prepare_cmp_insn): Likewise.
14306         * postreload.c (reload_combine_recognize_const_pattern):
14307         * Likewise.
14308         * reload.c (find_reloads): Likewise.
14309         (find_reloads_address_1): Likewise.
14310         * reorg.c (delete_scheduled_jump): Likewise.
14311         (steal_delay_list_from_target): Likewise.
14312         (steal_delay_list_from_fallthrough): Likewise.
14313         (try_merge_delay_insns): Likewise.
14314         (redundant_insn): Likewise.
14315         (fill_simple_delay_slots): Likewise.
14316         (fill_slots_from_thread): Likewise.
14317         (delete_computation): Likewise.
14318         (relax_delay_slots): Likewise.
14319         * sched-deps.c (sched_analyze_2): Likewise.
14320         * sched-rgn.c (add_branch_dependences): Likewise.
14322 2015-04-21  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
14324         * combine.c (find_single_use): Remove HAVE_cc0 ifdef for code
14325         that is trivially ded on non cc0 targets.
14326         (simplify_set): Likewise.
14327         (mark_used_regs_combine): Likewise.
14328         * cse.c (new_basic_block): Likewise.
14329         (fold_rtx): Likewise.
14330         (cse_insn): Likewise.
14331         (cse_extended_basic_block): Likewise.
14332         (set_live_p): Likewise.
14333         * rtlanal.c (canonicalize_condition): Likewise.
14334         * simplify-rtx.c (simplify_binary_operation_1): Likewise.
14336 2015-04-21  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
14338         * conditions.h: Define macros even if HAVE_cc0 is undefined.
14339         * emit-rtl.c: Define functions even if HAVE_cc0 is undefined.
14340         * final.c: Likewise.
14341         * jump.c: Likewise.
14342         * recog.c: Likewise.
14343         * recog.h: Declare functions even when HAVE_cc0 is undefined.
14344         * sched-deps.c (sched_analyze_2): Always compile case for cc0.
14346 2015-04-21  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
14348         * defaults.h: New definition of EH_RETURN_DATA_REGNO.
14349         * except.c: Remove definition of EH_RETURN_DATA_REGNO.
14350         * builtins.c (expand_builtin): Remove check if
14351         EH_RETURN_DATA_REGNO is defined.
14352         * df-scan.c (df_bb_refs_collect): Likewise.
14353         (df_get_exit_block_use_set): Likewise.
14354         * haifa-sched.c (initiate_bb_reg_pressure_info): Likewise.
14355         * ira-lives.c (process_bb_node_lives): Likewise.
14356         * lra-lives.c (process_bb_lives): Likewise.
14358 2015-04-21  Uros Bizjak  <ubizjak@gmail.com>
14360         * config/i386/i386.md (ARGP_REG, FRAME_REG, BND2_REG, BND3_REG,
14361         FIRST_PSEUDO_REG): New.
14362         * config/i386/i386.h (STACK_POINTER_REGNUM): Define to SP_REG.
14363         (ARG_POINTER_REGNUM): Define to ARGP_REG.
14364         (FRAME_POINTER_REGNUM): Define to FRAME_REG.
14365         (HARD_FRAME_POINTER_REGNUM): Define to BP_REG.
14366         (FIRST_PSEUDO_REGISTER): Define to FIRST_PSEUDO_REG.
14367         (FIRST_INT_REG): New.
14368         (LAST_INT_REG): New.
14369         (FIRST_*_REG): Define using *_REG.
14370         (LAST_*_REG): Ditto.
14371         (QI_REGNO_P): Define using FIRST_QU_REG and LAST_QI_REG.
14372         (LEGACY_INT_REGNO_P): Define using FIRST_INT_REG and LAST_INT_REG.
14373         (FIRST_FLOAT_REG): Define to FIRST_STACK_REG.
14375 2015-04-21  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
14377         * expmed.c: (synth_mult): Only assume overlapping
14378         shift with previous steps in alg_sub_t_m2 case.
14380 2015-04-21  Richard Biener  <rguenther@suse.de>
14382         PR tree-optimization/65650
14383         * tree-ssa-ccp.c (valid_lattice_transition): Allow lattice
14384         transitions involving copies.
14385         (set_lattice_value): Adjust for copy lattice state.
14386         (ccp_lattice_meet): Do not merge UNDEFINED and a copy to the copy
14387         if that doesn't dominate the merge point.
14388         (bit_value_unop): Adjust what we treat as varying mask.
14389         (bit_value_binop): Likewise.
14390         (bit_value_assume_aligned): Likewise.
14391         (evaluate_stmt): When we simplified to a SSA name record a copy
14392         instead of dropping to varying.
14393         (visit_assignment): Simplify.
14395         * gimple-match.h (gimple_simplify): Add another callback.
14396         * gimple-fold.c (fold_stmt_1): Adjust caller.
14397         (gimple_fold_stmt_to_constant_1): Likewise - pass valueize
14398         for the 2nd callback.
14399         * gimple-match-head.c (gimple_simplify): Add a callback that is
14400         used to valueize the stmt operands and use it that way.
14402 2015-04-21  Richard Biener  <rguenther@suse.de>
14404         PR tree-optimization/65788
14405         * tree-ssa-ccp.c (evaluate_stmt): Evaluate to UNDEFINED early.
14407 2015-04-21  Richard Biener  <rguenther@suse.de>
14409         * config/i386/i386.c (ix86_builtin_vectorization_cost): Scale
14410         vec_construct cost by vec_stmt_cost.
14412 2015-04-21  Richard Biener  <rguenther@suse.de>
14414         * cfghooks.h (create_basic_block): Replace with two overloads
14415         for RTL and GIMPLE.
14416         (split_block): Likewise.
14417         * cfghooks.c (split_block): Rename to ...
14418         (split_block_1): ... this.
14419         (split_block): Add two type-safe overloads for RTL and GIMPLE.
14420         (split_block_after_labels): Call split_block_1.
14421         (create_basic_block): Rename to ...
14422         (create_basic_block_1): ... this.
14423         (create_basic_block): Add two type-safe overloads for RTL and GIMPLE.
14424         (create_empty_bb): Call create_basic_block_1.
14425         * cfgrtl.c (fixup_fallthru_exit_predecessor): Use
14426         split_block_after_labels.
14427         * omp-low.c (expand_parallel_call): Likewise.
14428         (expand_omp_target): Likewise.
14429         (simd_clone_adjust): Likewise.
14430         * tree-chkp.c (chkp_get_entry_block): Likewise.
14431         * cgraphunit.c (init_lowered_empty_function): Use the GIMPLE
14432         create_basic_block overload.
14433         (cgraph_node::expand_thunk): Likewise.
14434         * tree-cfg.c (make_blocks): Likewise.
14435         (handle_abnormal_edges): Likewise.
14436         * tree-inline.c (copy_bb): Likewise.
14438 2015-04-21  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
14440         * config/aarch64/aarch64.md (*<NLOGICAL:optab>_one_cmplsidi3_ze):
14441         New pattern.
14442         (*xor_one_cmplsidi3_ze): Likewise.
14444 2015-04-21  Thomas Preud'homme  <thomas.preudhomme@arm.com>
14446         * df-core.c (df_finish_pass): Iterate over df->problems_by_index[] and
14447         use df_remove_problem rather than manually removing problems, leaving
14448         holes in df->problems_in_order[].
14450 2015-04-21  Tom de Vries  <tom@codesourcery.com>
14452         PR tree-optimization/65802
14453         * internal-fn.def (VA_ARG): Add ECF_NOTROW to flags.
14455 2015-04-21  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
14457         * common/config/aarch64/aarch64-common.c (AARCH64_CPU_NAME_LENGTH):
14458         Increase to 128.
14459         (aarch64_rewrite_selected_cpu): Do not chop off extensions starting
14460         at '.'.  Assert that there's enough space for everything.
14462 2015-04-21  Uros Bizjak  <ubizjak@gmail.com>
14464         PR tree-optimization/64950
14465         Revert:
14466         2010-08-02  Uros Bizjak  <ubizjak@gmail.com>
14468         PR target/41089
14469         * config/alpha/alpha.c (alpha_build_builtin_va_list): Mark __offset
14470         as volatile.
14472 2015-04-20  Shiva Chen  <shiva0217@gmail.com>
14474         PR rtl-optimization/64916
14475         * cfgcleanup.c (values_equal_p): New function.
14476         (can_replace_by): Use it.
14478 2015-04-20  Paolo Carlini  <paolo.carlini@oracle.com>
14480         PR c++/65801
14481         * doc/invoke.texi ([-Wnarrowing]): Update.
14483 2015-04-20  Jeff Law  <law@redhat.com>
14485         PR tree-optimization/65658
14486         * tree-ssa-threadupdate.c (redirection_block_p): Remove
14487         redundant test for GIMPLE_ASSIGN in last change.
14489 2015-04-20  Uros Bizjak  <ubizjak@gmail.com>
14491         * config/i386/i386.c (set_pic_reg_ever_live): Remove.
14492         (legitimize_pic_address): Do not call set_pic_reg_ever_live.
14493         (legitimize_tls_address): Ditto.
14494         (ix86_expand_move): Ditto.
14495         (ix86_expand_binary_operator): Remove reload_in_progress checks.
14496         (ix86_expand_unary_operator): Ditto.
14497         * config/i386/predicates.md (index_register_operand): Ditto.
14499 2015-04-20  Selim Belbachir  <selim.belbachir@fr.thalesgroup.com>
14501         * reorg.c (try_merge_delay_insns): Improve correctness checking
14502         for targets with multiple delay slots.
14504 2015-04-20  Jeff Law  <law@redhat.com>
14506         PR tree-optimization/65658
14507         * tree-ssa-threadupdate.c (redirection_block_p): Ignore clobber
14508         statements too.
14510 2015-04-20  Alan Lawrence  <alan.lawrence@arm.com>
14512         * config/aarch64/aarch64.c (aarch64_simd_emit_pair_result_insn): Delete.
14513         * config/aarch64/aarch64-protos.h (aarch64_simd_emit_pair_result_insn):
14514         Delete.
14516 2015-04-20  Jakub Jelinek  <jakub@redhat.com>
14518         PR debug/65807
14519         * dwarf2out.c (add_AT_wide): Clear attr.dw_attr_val.val_entry.
14521 2015-04-20  Richard Biener  <rguenther@suse.de>
14523         * gimple-fold.h (gimple_build): Remove optional valueize arguments.
14524         * gimple-fold.c (gimple_build_valueize): New function.
14525         (gimple_build): Always use gimple_build_valueize as valueize hook.
14527 2015-04-20  Alan Lawrence  <alan.lawrence@arm.com>
14529         PR target/64134
14530         * config/aarch64/aarch64.c (aarch64_expand_vector_init): Load constant
14531         and overwrite variable parts if <= 1/2 the elements are variable.
14533 2015-04-19  Vladimir Makarov  <vmakarov@redhat.com>
14535         PR rtl-optimization/65805
14536         * lra-eliminations.c (lra_eliminate_regs_1): Add new assert.
14537         Don't use difference of offset and previous offset if
14538         update_sp_offset is non-zero.
14539         (eliminate_regs_in_insn): Ditto.
14540         * lra-spills.c (remove_pseudos): Exchange 4th and 6th args in
14541         lra_eliminate_regs_1 call.
14542         * lra-constraints.c (get_equiv_with_elimination): Ditto.
14544 2015-04-18  Trevor Saunders  <tsaunders@mozilla.com>
14546         * hash-table.h: Remove version of hash_table that stored value_type *.
14547         * asan.c, attribs.c, bitmap.c, cfg.c, cgraph.h, config/arm/arm.c,
14548         config/i386/winnt.c, config/ia64/ia64.c, config/mips/mips.c,
14549         config/sol2.c, coverage.c, cselib.c, dse.c, dwarf2cfi.c,
14550         dwarf2out.c, except.c, gcse.c, genmatch.c, ggc-common.c,
14551         gimple-ssa-strength-reduction.c, gimplify.c, haifa-sched.c,
14552         hard-reg-set.h, hash-map.h, hash-set.h, ipa-devirt.c, ipa-icf.h,
14553         ipa-profile.c, ira-color.c, ira-costs.c, loop-invariant.c,
14554         loop-iv.c, loop-unroll.c, lto-streamer.h, plugin.c, postreload-gcse.c,
14555         reginfo.c, statistics.c, store-motion.c, trans-mem.c, tree-cfg.c,
14556         tree-eh.c, tree-hasher.h, tree-into-ssa.c, tree-parloops.c,
14557         tree-sra.c, tree-ssa-coalesce.c, tree-ssa-dom.c, tree-ssa-live.c,
14558         tree-ssa-loop-im.c, tree-ssa-loop-ivopts.c, tree-ssa-phiopt.c,
14559         tree-ssa-pre.c, tree-ssa-reassoc.c, tree-ssa-sccvn.c,
14560         tree-ssa-structalias.c, tree-ssa-tail-merge.c,
14561         tree-ssa-threadupdate.c, tree-vectorizer.c, tree-vectorizer.h,
14562         valtrack.h, var-tracking.c, vtable-verify.c, vtable-verify.h: Adjust.
14564 2015-04-17  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
14565             Jakub Jelinek  <jakub@redhat.com>
14567         PR target/65787
14568         * config/rs6000/rs6000.c (rtx_is_swappable_p): Ensure that a
14569         subsequent SH_NONE operand does not overwrite an existing *special
14570         value.
14571         (adjust_extract): Handle case where a vec_extract operation is
14572         wrapped in a PARALLEL.
14574 2015-04-17  H.J. Lu  <hongjiu.lu@intel.com>
14576         PR target/65780
14577         * config/i386/i386.c (ix86_binds_local_p): Define only if
14578         TARGET_MACHO and TARGET_DLLIMPORT_DECL_ATTRIBUTES are false.
14580 2015-04-17  Jeff Law  <law@redhat.com>
14582         PR tree-optimization/47679
14583         * Makefile.in (OBJS); Add tree-ssa-scopedtables.o.
14584         * tree-ssa-scopedtables.c: New file.
14585         * tree-ssa-scopedtables.h: New file.
14586         * tree-ssa-dom.c: Include tree-ssa-scopedtables.h.
14587         (const_and_copies): Change name/type.
14588         (record_const_or_copy): Move into tree-ssa-scopedtables.c
14589         (record_const_or_copy_1): Similarly.
14590         (restore_vars_to_original_value): Similarly.
14591         (pass_dominator::execute): Create and destroy const_and_copies table.
14592         (thread_across_edge): Update passing of const_and_copies.
14593         (record_temporary_equivalence): Use method calls rather than
14594         manipulating const_and_copies directly.
14595         (record_equality, cprop_into_successor_phis): Similarly.
14596         (dom_opt_dom_walker::before_dom_children): Similarly.
14597         (dom_opt_dom_walker::after_dom_children): Similarly.
14598         (eliminate_redundant_computations): Similarly.
14599         * tree-ssa-threadedge.c (remove_temporary_equivalences): Delete.
14600         (record_temporary_equivalence): Likewise.
14601         (invalidate_equivalences): Likewise.
14602         (record_temporary_equivalences_from_phis): Update due to type
14603         change of const_and_copies.  Use method calls rather than
14604         manipulating the stack directly.
14605         (record_temporary_equivalences_from_stmts_at_dest): Likewise.
14606         (thread_through_normal_block, thread_across_edge): Likewise.
14607         (thread_across_edge): Likewise.
14608         * tree-ssa-threadedge.h (thread_across_edge): Update prototype.
14609         * tree-vrp.c: Include tree-ssa-scopedtables.h.  Change type
14610         of equiv_stack.
14611         (identify_jump_threads): Update due to type change of equiv_stack.
14612         (finalize_jump_threads): Delete the equiv_stack when complete.
14614 2015-04-17  Uros Bizjak  <ubizjak@gmail.com>
14616         * config/i386/i386.h (LEGITIMIZE_RELOAD_ADDRESS): Remove.
14617         * config/i386/i386.c (ix86_legitimize_reload_address): Ditto.
14618         * config/i386/i386-protos.h (ix86_legitimize_reload_address): Ditto.
14620 2015-04-17  Andreas Tobler  <andreast@gcc.gnu.org>
14622         PR target/65535
14623         * config.gcc: Exit with a comment when we do not have a major version
14624         number for the FreeBSD target.
14626 2015-04-17  Jakub Jelinek  <jakub@redhat.com>
14628         PR target/65689
14629         * genpreds.c (struct constraint_data): Add maybe_allows_reg and
14630         maybe_allows_mem bitfields.
14631         (maybe_allows_none_start, maybe_allows_none_end,
14632         maybe_allows_reg_start, maybe_allows_reg_end, maybe_allows_mem_start,
14633         maybe_allows_mem_end): New variables.
14634         (compute_maybe_allows): New function.
14635         (add_constraint): Use it to initialize maybe_allows_reg and
14636         maybe_allows_mem fields.
14637         (choose_enum_order): Sort the non-is_register/is_const_int/is_memory/
14638         is_address constraints such that those that allow neither mem nor
14639         reg come first, then those that only allow reg but not mem, then
14640         those that only allow mem but not reg, then the rest.
14641         (write_allows_reg_mem_function): New function.
14642         (write_tm_preds_h): Call it.
14643         * stmt.c (parse_output_constraint, parse_input_constraint): Use
14644         the generated insn_extra_constraint_allows_reg_mem function
14645         instead of always setting *allows_reg = true; *allows_mem = true;
14646         for unknown extra constraints.
14648 2015-04-17  H.J. Lu  <hongjiu.lu@intel.com>
14650         PR target/65780
14651         * output.h (default_binds_local_p_3): New.
14652         * varasm.c (default_binds_local_p_3): Make it public.  Take an
14653         argument to indicate if common symbol may be local.  If common
14654         symbol may be local, treat non-external variable as defined
14655         locally.
14656         (default_binds_local_p_2): Pass !flag_pic to default_binds_local_p_3.
14657         (default_binds_local_p_1): Pass false to default_binds_local_p_3.
14658         * config/i386/i386.c (ix86_binds_local_p): New.
14659         (TARGET_BINDS_LOCAL_P): Replace default_binds_local_p_2 with
14660         ix86_binds_local_p.
14662 2015-04-17  Jakub Jelinek  <jakub@redhat.com>
14664         PR debug/65771
14665         * dwarf2out.c (mem_loc_descriptor): For CONST, fallback to
14666         trying mem_loc_descriptor on XEXP (rtl, 0).
14668 2015-04-17  Martin Liska  <mliska@suse.cz>
14670         * ipa-icf.c (sem_item_optimizer::subdivide_classes_by_sensitive_refs):
14671         Release symbol_compare_collection.
14672         * ipa-reference.c: Add TODO that a vector should be released.
14674 2015-04-17  Sivanupandi Pitchumani <Pitchumani.Sivanupandi@atmel.com>
14676         PR target/65296
14677         * config/avr/gen-avr-mmcu-specs.c (*avrlibc_startfile): Adjust
14678         to new AVR-LibC file layout (bug #44574).
14679         (*avrlibc_devicelib): Same.
14680         * config/avr/avr-mcus.def: Adjust comments.
14681         * config/avr/avr.opt (nodevicelib): Adjust help.
14683 2015-04-17  Alan Lawrence  <alan.lawrence@arm.com>
14685         * config/aarch64/arm_neon.h (vdup_n_f32): Remove forward declaration.
14687 2015-04-17  Patrick Palka  <ppalka@gcc.gnu.org>
14689         PR c++/64527
14690         * gimplify.c (gimplify_init_constructor): Always emit a
14691         side-effecting constructor.
14693 2015-04-17  Tom de Vries  <tom@codesourcery.com>
14695         PR tree-optimization/64950
14696         * gimplify.c (gimplify_function_tree): Tentatively set PROP_gimple_lva
14697         in cfun->curr_properties.
14698         (gimplify_va_arg_expr): Clear PROP_gimple_lva in cfun->curr_properties
14699         if we generate an IFN_VA_ARG.
14700         * tree-inline.c (expand_call_inline): Reset PROP_gimple_lva in dest
14701         function if PROP_gimple_lva is not set in src function.
14703 2015-04-17  Tom de Vries  <tom@codesourcery.com>
14704             Michael Matz  <matz@suse.de>
14706         PR tree-optimization/64950
14707         * gimple-iterator.c (update_modified_stmts): Remove static.
14708         * gimple-iterator.h (update_modified_stmts): Declare.
14709         * gimplify.c (gimplify_modify_expr): Handle IFN_VA_ARG.
14710         (gimplify_va_arg_internal): New function.
14711         (gimplify_va_arg_expr): Use IFN_VA_ARG.
14712         * gimplify.h (gimplify_va_arg_internal): Declare.
14713         * internal-fn.c (expand_VA_ARG): New unreachable function.
14714         * internal-fn.def (VA_ARG): New DEF_INTERNAL_FN.
14715         * tree-stdarg.c (gimple_call_ifn_va_arg_p, expand_ifn_va_arg_1)
14716         (expand_ifn_va_arg): New function.
14717         (pass_data_stdarg): Add PROP_gimple_lva to properties_provided field.
14718         (pass_stdarg::execute): Call expand_ifn_va_arg.
14719         (pass_data_lower_vaarg): New pass_data.
14720         (pass_lower_vaarg): New gimple_opt_pass.
14721         (pass_lower_vaarg::gate, pass_lower_vaarg::execute)
14722         (make_pass_lower_vaarg): New function.
14723         * cfgexpand.c (pass_data_expand): Add PROP_gimple_lva to
14724         properties_required field.
14725         * passes.def (all_passes): Add pass_lower_vaarg.
14726         * tree-pass.h (PROP_gimple_lva): Add define.
14727         (make_pass_lower_vaarg): Declare.
14729 2015-04-17  Tom de Vries  <tom@codesourcery.com>
14731         * fold-const.c (operand_equal_p): Handle INTERNAL_FNs.
14732         * calls.c (call_expr_flags): Same.
14734 2015-04-17  Tom de Vries  <tom@codesourcery.com>
14736         * tree-stdarg.c (optimize_va_list_gpr_fpr_size): Factor out of ...
14737         (pass_stdarg::execute): ... here.
14739 2015-04-17  Tom de Vries  <tom@codesourcery.com>
14740             Michael Matz  <matz@suse.de>
14742         * tree-cfg.c (make_blocks_1): Factor out of ...
14743         (make_blocks): ... here.
14744         (make_edges_bb): Factor out of ...
14745         (make_edges): ... here.
14746         (gimple_find_sub_bbs): New function.
14747         * tree-cfg.h (gimple_find_sub_bbs): Declare.
14749 2015-04-17  Tom de Vries  <tom@codesourcery.com>
14751         * tree.c (free_lang_data): Disable lang_hooks.gimplify_expr.
14753 2015-04-17  Yury Gribov  <y.gribov@samsung.com>
14755         * asan.c (set_sanitized_sections): New function.
14756         (section_sanitized_p): Ditto.
14757         (asan_protect_global): Optionally sanitize user-defined
14758         sections.
14759         * asan.h (set_sanitized_sections): Declare new function.
14760         * common.opt (fsanitize-sections): New option.
14761         * doc/invoke.texi (-fsanitize-sections): Document new option.
14762         * opts-global.c (handle_common_deferred_options): Handle new
14763         option.
14765 2015-04-17  Jakub Jelinek  <jakub@redhat.com>
14767         PR debug/65771
14768         * dwarf2out.c (loc_list_from_tree): Return NULL
14769         for DEBUG_EXPR_DECL.
14771 2015-04-17  Christian Bruel  <christian.bruel@st.com>
14773         * ipa-inline.c (can_inline_edge_p): Allow inlining of functions with
14774         same attributes.
14776 2015-04-16  Zhouyi Zhou  <yizhouzhou@ict.ac.cn>
14778         * ira-color.c (setup_left_conflict_sizes_p): Do not process
14779         node itself when computing left conflict subnode size.
14781 2015-04-16  Uros Bizjak  <ubizjak@gmail.com>
14783         * config/i386/predicates.md (register_mixssei387nonimm_operand): New.
14784         * config/i386/i386.md (*fop_<mode>_1_mixed): Merge with
14785         *fop_<mode>_1_sse using enabled attribute.  Use
14786         register_mixssei387nonimm_operand operand 1 predicate. Change
14787         alternative 3 constraints from "x" to "v".
14789 2015-04-16  Richard Biener  <rguenther@suse.de>
14791         PR tree-optimization/65774
14792         * tree-ssa-ccp.c (evaluate_stmt): Constrain types we invoke
14793         bit-value tracking on.
14795 2015-04-16  Richard Biener  <rguenther@suse.de>
14797         PR tree-optimization/64277
14798         * tree-vrp.c (check_array_ref): Fix anti-range handling,
14799         simplify upper bound handling.
14800         (search_for_addr_array): Simplify.
14801         (check_array_bounds): Handle ADDR_EXPRs here.
14802         (check_all_array_refs): Simplify.
14804 2015-04-16  Uros Bizjak  <ubizjak@gmail.com>
14806         * config/i386/i386.c (print_reg): Rewrite function.
14808 2015-04-16  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
14810         * config/s390/s390.h (IRA_HARD_REGNO_ADD_COST_MULTIPLIER):
14811         Invert the condition.
14813 2015-04-16  Renlin Li  <renlin.li@arm.com>
14815         * simplify-rtx.c (simplify_unary_operation_1): Fix a typo. Enable two
14816         simplifications for UNSIGNED_FLOAT.
14818 2015-04-16  Nick Clifton  <nickc@redhat.com>
14820         * config/rl78/rl78-opts.h (enum rl78_mul_types): Add MUL_G14 and
14821         MUL_UNINIT.
14822         (enum rl78_cpu_type): New.
14823         * config/rl78/rl78-virt.md (attr valloc): Add divhi and divsi.
14824         (umulhi3_shift_virt): Remove m constraint from operand 1.
14825         (umulqihi3_virt): Likewise.
14826         * config/rl78/rl78.c (rl78_option_override): Add code to process
14827         -mcpu and -mmul options.
14828         (rl78_alloc_physical_registers): Add code to handle divhi and
14829         divsi valloc attributes.
14830         (set_origin): Likewise.
14831         * config/rl78/rl78.h (RL78_MUL_G14): Define.
14832         (TARGET_G10, TARGET_G13, TARGET_G14): Define.
14833         (TARGET_CPU_CPP_BUILTINS): Define __RL78_MUL_xxx__ and
14834         __RL78_Gxx__.
14835         (ASM_SPEC): Pass -mcpu on to assembler.
14836         * config/rl78/rl78.md (mulqi3): Add a clobber of AX.
14837         (mulqi3_rl78): Likewise.
14838         (mulhi3_g13): Likewise.
14839         (mulhi3): Generate the G13 or G14 versions of the insn directly.
14840         (mulsi3): Likewise.
14841         (mulhi3_g14): Add clobbers of AX and BC.
14842         (mulsi3_g14): Likewise.
14843         (mulsi3_g13): Likewise.
14844         (udivmodhi4, udivmodhi4_g14, udivmodsi4): New patterns.
14845         (udivmodsi4_g14, udivmodsi4_g13): New patterns.
14846         * config/rl78/rl78.opt (mmul): Initialise value to
14847         RL78_MUL_UNINIT.
14848         (mcpu): New option.
14849         (m13, m14, mrl78): New option aliases.
14850         * config/rl78/t-rl78 (MULTILIB_OPTIONS): Add mg13 and mg14.
14851         (MULTILIB_DIRNAMES): Add g13 and g14.
14852         * doc/invoke.texi: Document -mcpu and -mmul options.
14854 2015-04-16  Richard Biener  <rguenther@suse.de>
14856         * tree-ssa-ccp.c (likely_value): See if we have operands that
14857         are marked as never simulate again and return CONSTANT in this
14858         case.
14859         * tree-ssa-propagate.c (simulate_stmt): Mark stmts that do
14860         not have any operands that will be simulated again as
14861         not being simulated again.
14863 2015-04-15  Uros Bizjak  <ubizjak@gmail.com>
14865         * config/i386/i386.md (*cmpi<FPCMP:unord><MODEF:mode>_mixed):
14866         Merge with *cmpi<FPCMP:unord><MODEF:mode>_sse using enabled attribute.
14867         (*extendsfdf2_mixed): Merge with *extendsfdf2_sse using enabled
14868         attribute.
14869         (*truncdfsf_fast_mixed): Merge with *truncdfsf_fast_sse using
14870         enabled attribute.
14871         (*float<SWI48:mode><MODEF:mode>2_mixed): Rename from
14872         *float<SWI48:mode><MODEF:mode>2_sse.
14873         (*absneg<mode>2_mixed): Merge with *absneg<mode>2_sse using
14874         enabled attribute.
14875         (*fop_<mode>_comm_mixed): Merge with *fop_<mode>_comm_sse using
14876         enabled attribute.
14878 2015-04-15  Tom de Vries  <tom@codesourcery.com>
14880         PR other/65487
14881         * function.c (push_dummy_function): New function.
14882         (init_dummy_function_start): Use push_dummy_function.
14883         (pop_dummy_function): New function.  Factored out of ...
14884         (expand_dummy_function_end): ... here.
14885         * function.h (push_dummy_function, pop_dummy_function): Declare.
14886         * passes.c (pass_manager::dump_passes): Use push_dummy_function and
14887         pop_dummy_function.
14888         * tree-chkp.c (chkp_gate): Handle cgraph_node::get (cfun->decl) == NULL.
14890 2015-04-15  Jeff Law  <law@redhat.com>
14892         PR tree-optimization/47679
14893         * tree-ssa-dom.c (build_and_record_new_cond): Moved to avoid
14894         need for forward declaration in upcoming changes.
14895         (record_conditions, record_edge_info): Likewise.
14897         PR rtl-optimization/42522
14898         * cse.c (fold_rtx): Try to simplify a ZERO_EXTRACT or
14899         SIGN_EXTRACT as a whole object rather than simplifying
14900         its operand.
14902 2015-04-15  Jakub Jelinek  <jakub@redhat.com>
14904         PR ipa/65765
14905         * ipa-icf-gimple.c (func_checker::compare_bb): For GIMPLE_NOP
14906         and GIMPLE_PREDICT use break instead of return true. For
14907         GIMPLE_EH_DISPATCH, compare dispatch region.
14909 2015-04-14  Matthew Wahab  <matthew.wahab@arm.com>
14911         * doc/extend.texi (__sync Builtins): Simplify some text.  Update
14912         details about the implementation.  Make clear preference for
14913         __atomic builtins.  Reduce possibility of future change.
14915 2015-04-15  Nick Clifton  <nickc@redhat.com>
14917         * config/rx/rx.opt (mallow-string-insns): New option.
14918         * config/rx/rx.c (RX_BUILTIN_RMPA): Disable the use of this
14919         builtin if string instructions are denied.
14920         * config/rx/rx.h (TARGET_CPU_CPP_BUILTINS): Define
14921         __RX_ALLOW_STRING_INSNS__ or __RX_DISALLOW_STRING_INSNS__, as
14922         appropriate.
14923         (ASM_SPEC): Pass -mno-allow-string-insns on to the assembler.
14924         * config/rx/rx.md (movstr): Enable pattern only if string
14925         instructions are allowed.
14926         (rx_movstr, rx_strend, movmemsi, rx_movmem): Likewise.
14927         (cmpstrnsi, cmpstrsi, rx_cmpstrn, rmpa): Likewise.
14928         * config/rx/t-rx (MULTILIB_OPTIONS): Add mno-allow-string-insns.
14929         (MULTILIB_DIRNAMES): Add no-strings.
14930         * doc/invoke.texi: Document -mno-allow-string-insns.
14932 2015-04-15  Alan Modra  <amodra@gmail.com>
14934         PR target/65408
14935         PR target/58744
14936         PR middle-end/36043
14937         * calls.c (load_register_parameters): Don't load past end of
14938         mem unless suitably aligned.
14940 2015-04-15  Nick Clifton  <nickc@redhat.com>
14942         * config/rl78/rl78.c (rl78_expand_prologue): Mark large stack
14943         decrement instruction as being frame related.
14944         (rl78_print_operand_1): Handle 'p' modifier to add +0 to HL
14945         based addresses.
14946         If zero extending a function address enclose the operation in
14947         %code(...).
14948         (rl78_preferred_reload_class): New function.
14949         (TARGET_PREFERRED_RELOAD_CLASS): Define.
14950         * config/rl78/rl78.md: Remove useless constraints in expanders.
14951         (mulqi3_rl78): Remove + qualifier on input-only operand 1.
14952         (mulhi3_rl78): Likewise.
14953         (mulhi3_g13): Likewise.
14954         (mulsi3_rl78): Likewise.
14955         (es_addr): Move to before the multiply patterns.
14957 2015-04-15  Alan Modra  <amodra@gmail.com>
14959         * function.h (struct emit_status): Delete x_first_insn, x_last_insn
14960         and sequence_stack.  Add seq.
14961         (seq_stack): Delete.
14962         * function.c (prepare_function_start): Don't access x_last_insn.
14963         * emit-rtl.h (get_current_sequence, get_topmost_sequence): New.
14964         (get_insns, set_first_insn, get_last_insn, set_last_insn): Use them.
14965         * emit_rtl.c (start_sequence, push_topmost_sequence,
14966         pop_topmost_sequence, end_sequence, in_sequence_p, init_emit): Use
14967         sequence accessors.
14968         (get_last_insn_anywhere, add_insn_after_nobb, add_insn_before_nobb,
14969         remove_insn): Likewise.  Simplify.
14970         * config/m32c/m32c.c (m32c_leaf_function_p): Use push_topmost_sequence
14971         and pop_topmost_sequence.
14972         (m32c_function_needs_enter): Use get_topmost_sequence.  Ignore
14973         debug insns.
14974         * config/rs6000/rs6000.c (rs6000_call_aix): Use get_current_sequence.
14976 2015-04-14  Yvan Roux  <yvan.roux@linaro.org>
14978         PR target/65729
14979         * lra-constraints.c (prohibited_class_reg_set_mode_p): Restore and fix
14980         the assertiion.
14982 2015-04-14  Uros Bizjak  <ubizjak@gmail.com>
14984         * config/i386/i386.h (LEGACY_INT_REG_P): New define.
14985         (LEGACY_INT_REGNO_P): Ditto.
14986         (GENERAL_REGNO_P): Use LEGACY_INT_REGNO_P.
14987         (ANY_MASK_REG_P): Remove.
14988         (BND_REG_P): Rename from ANY_BND_REG_P.
14989         * config/i386/i386.c (print_reg): Use LEGACY_INT_REG_P to print
14990         legacy integer registers.  Do not handle MMX_REG_P in a special way.
14991         Merge 64byte and 32byte SSE handling.
14993 2015-04-14  Nick Clifton  <nickc@redhat.com>
14995         * expr.c (expand_assignment): Force an address offset computation
14996         into a register before changing its mode.
14997         (expand_expr_real_1): Likewise.
14999 2015-04-14  Alan Lawrence  <alan.lawrence@arm.com>
15001         * config/aarch64/arm_neon.h (vst1_lane_f32, vst1_lane_f64,
15002         vst1_lane_p8, vst1_lane_p16, vst1_lane_s8, vst1_lane_s16,
15003         vst1_lane_s32, vst1_lane_s64, vst1_lane_u8, vst1_lane_u16,
15004         vst1_lane_u32, vst1_lane_u64, vst1q_lane_f32, vst1q_lane_f64,
15005         vst1q_lane_p8, vst1q_lane_p16, vst1q_lane_s8, vst1q_lane_s16,
15006         vst1q_lane_s32, vst1q_lane_s64, vst1q_lane_u8, vst1q_lane_u16,
15007         vst1q_lane_u32, vst1q_lane_u64): Reimplement with pointer dereference
15008         and __aarch64_vget_lane_any.
15010 2015-04-14  Jakub Jelinek  <jakub@redhat.com>
15012         PR rtl-optimization/65761
15013         * cfgrtl.c (rtl_split_edge): For EDGE_CROSSING split, use
15014         get_last_bb_insn (after) instead of NEXT_INSN (BB_END (after)).
15016 2015-04-14  Richard Biener  <rguenther@suse.de>
15018         * graphite-scop-detection.c: Do not include cp/cp-tree.h.
15019         (graphite_can_represent_scev): Use POINTER_TYPE_P.
15021 2015-04-14  Richard Biener  <rguenther@suse.de>
15023         PR tree-optimization/65758
15024         * tree-ssa-ccp.c (get_value_from_alignment): Adjust mask test
15025         against -1.
15026         (ccp_lattice_meet): Likewise.
15027         (bit_value_unop): Likewise.
15028         (bit_value_binop): Likewise.
15029         (bit_value_assume_aligned): Likewise.
15031 2015-04-14  Christian Bruel  <christian.bruel@st.com>
15033         * execute_dwarf2_frame (dw_frame_pointer_regnum): Reinitialize for each
15034         function.
15036 2015-04-14  Marc Glisse  <marc.glisse@inria.fr>
15038         PR tree-optimization/63387
15039         * match.pd ((x unord x) | (y unord y) -> (x unord y),
15040         (x unord x) | (x unord y) -> (x unord y)): New simplifications.
15042 2015-04-14  Uros Bizjak  <ubizjak@gmail.com>
15044         * config/i386/predicates.md (any_QIreg_operand): Rename from
15045         q_regs_operand.  Do not process subregs.
15046         (QIreg_operand): Use QI_REGNO_P predicate.
15047         (ext_QIreg_operand): Ditto.
15048         (ext_register_operand): Ditto.
15049         * config/i386/i386.md (TEST splitters): Use QIreg_operand predicate.
15050         (AND splitters): Ditto.
15051         (AND with -65536 splitter): Add SWI48 mode for operand 0.
15052         (AND with -256 splitter): Use any_QIreg_operand predicate and
15053         SWI248 mode for operand 0.
15054         (AND with -65281 splitter): Use QIreg_operand predicate and SWI248
15055         mode for operand 0.
15056         (SETCC + MOVZBL peepholes): Update for renamed any_QIreg_operand.
15058 2015-04-13  Gerald Pfeifer  <gerald@pfeifer.com>
15060         * doc/plugins.texi: Rewrite first introductory paragraph.
15062 2015-04-12  Jan Hubicka  <hubicka@ucw.cz>
15064         * tree-vrp.c (nonnull_arg_p): THIS pointers and references are non-zero.
15065         (gimple_stmt_nonzero_warnv_p): Reference return values are non-zero.
15067 2015-04-12  Jan Hubicka  <hubicka@ucw.cz>
15069         * ipa-profie.c (ipa_profile): Check number of parameters
15070         and possible polymorphic call targets before
15071         devirtualizing.
15073 2015-04-13  Uros Bizjak  <ubizjak@gmail.com>
15075         * config/i386/i386.md (*bmi2_umul<mode><dwi>3_1): Merge from
15076         *bmi2_umulsidi3_1 and *bmi2_umulditi3_1 using DWIH mode iterator.
15078 2015-04-13  Richard Biener  <rguenther@suse.de>
15080         PR tree-optimization/65204
15081         * tree-ssa-ccp.c (evaluate_stmt): Always evaluate address
15082         takens for bit-CCP.
15084 2015-04-13  Richard Biener  <rguenther@suse.de>
15086         PR target/65660
15087         * config/i386/i386.c (bdver1_cost): Double cond_taken_branch_cost
15088         and cond_not_taken_branch_cost to 4 and 2.
15089         (bdver2_cost): Likewise.
15090         (bdver3_cost): Likewise.
15091         (bdver4_cost): Likewise.
15093 2015-04-12  Jan Hubicka  <hubicka@ucw.cz>
15095         * hash-table.h (hash_table constructor): Add mem stats.
15096         (alloc_entries): Likewise.
15098 2015-04-12  Jan Hubicka  <hubicka@ucw.cz>
15100         * ipa-cp.c (ipcp_driver): Relase prev_edge.
15101         * passes.c (execute_one_pass): Only add transform if pass has one.
15103 2015-04-12  Joseph Myers  <joseph@codesourcery.com>
15105         * config/i386/i386.c (ix86_option_override_internal): Don't set
15106         -fprefetch-loop-arrays if optimizing for size.
15108 2015-04-12  Jan Hubicka  <hubicka@ucw.cz>
15109             Gerald Pfeifer  <gerald@pfeifer.com>
15111         * doc/contrib.texi (Contributors): Add Martin Jambor and
15112         Michael Matz.
15114 2015-04-12  Jakub Jelinek  <jakub@redhat.com>
15116         * BASE-VER: Set to 6.0.0.
15118         PR tree-optimization/65747
15119         * ipa-icf-gimple.c (func_checker::compare_operand): Use compare_operand
15120         rather than compare_ssa_name for OBJ_TYPE_REF_OBJECT.
15122 2015-04-12  Gerald Pfeifer  <gerald@pfeifer.com>
15124         * doc/invoke.texi (-Wmemset-transposed-args): Break a long
15125         sentence.  Improve grammar.
15127 2015-04-12  Gerald Pfeifer  <gerald@pfeifer.com>
15129         * doc/contrib.texi (Contributors): Add Maxim Kuvyrkov.
15131 2015-04-11  Jan Hubicka  <hubicka@ucw.cz>
15133         PR ipa/65743
15134         * ipa-inline-transform.c (speculation_removed): Remove static var.
15135         (check_speculations): New function.
15136         (clone_inlined_nodes): Do not check spculations.
15137         (inline_call): Call check_speculations.
15138         * ipa-prop.c (ipa_make_edge_direct_to_target): Do not
15139         consider non-invariants.
15141 2015-04-11  Jan Hubicka  <hubicka@ucw.cz>
15142             Martin Liska  <mliska@suse.cz>
15144         PR ipa/65722
15145         * ipa-icf.c (sem_item::compare_cgraph_references): function and
15146         variable can not match.
15147         (sem_item::update_hash_by_addr_refs): Fix handling of virtual tables.
15148         (sem_variable::equals_wpa): Fix checking of DECL_FINAL_P patch.
15150 2015-04-11  Jakub Jelinek  <jakub@redhat.com>
15152         PR tree-optimization/65735
15153         * tree-ssa-threadedge.c (fsm_find_control_statement_thread_paths):
15154         Remove visited_phis argument, add visited_bbs, avoid recursing into the
15155         same bb rather than just into the same phi node.
15156         (thread_through_normal_block): Adjust caller.
15158 2015-04-11  Gerald Pfeifer  <gerald@pfeifer.com>
15160         * doc/contrib.texi (Contributors): Add Ira Rosen.
15162 2015-04-11  Benno Schulenberg  <bensberg@justemail.net>
15164         * gcov.c (find_source): Fix miswording in error message.
15165         * config/i386/i386.c (ix86_handle_cconv_attribute): Likewise.
15166         (ix86_expand_sse_comi_round): Fix typo in error message.
15168 2015-04-11  Gerald Pfeifer  <gerald@pfeifer.com>
15170         * doc/contrib.texi (Contributors): Add Laurynas Biveinis.
15172 2015-04-10  Gerald Pfeifer  <gerald@pfeifer.com>
15174         * doc/contrib.texi (Contributors): Update Joe Buck's entry.
15176 2015-04-10  Vladimir Makarov  <vmakarov@redhat.com>
15178         PR target/65710
15179         * lra-assigns.c (spill_for): Update smallest_bad_spills_num.
15180         Print bad_spills_num and insn_pseudos_num.
15182 2015-04-10  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
15184         PR target/65694
15185         * config/arm/arm.c (arm_canonicalize_comparison): Use ARM_SIGN_EXTEND
15186         when creating +1 values for SImode.
15188 2015-04-10  Vladimir Makarov  <vmakarov@redhat.com>
15190         PR target/65729
15191         * lra-constraints.c (prohibited_class_reg_set_mode_p): Comment the
15192         assert.
15194 2015-04-10  Jakub Jelinek  <jakub@redhat.com>
15195             Iain Sandoe  <iain@codesourcery.com>
15197         PR target/65351
15198         * configure: Regenerate.
15200 2015-04-09  Kirill Yukhin  <kirill.yukhin@intel.com>
15202         PR target/65671
15203         * config/i386/sse.md: Generate vextract32x4 if AVX-512DQ is disabled.
15205 2015-04-09  Gerald Pfeifer  <gerald@pfeifer.com>
15207         * doc/contrib.texi (Contributors): Add John Marino.
15209 2015-04-09  Jakub Jelinek  <jakub@redhat.com>
15211         PR tree-optimization/65709
15212         * ubsan.c (instrument_mem_ref): Use TREE_TYPE (base) instead of
15213         TREE_TYPE (TREE_TYPE (t)).
15215 2015-04-09  Vladimir Makarov  <vmakarov@redhat.com>
15217         PR target/65710
15218         * lra-int.h (lra_bad_spill_regno_start): New.
15219         * lra.c (lra_bad_spill_regno_start): New.
15220         (lra): Set up lra_bad_spill_regno_start.  Set up
15221         lra_constraint_new_regno_start unconditionally.
15222         * lra-assigns.c (spill_for): Use lra_bad_spill_regno_start for
15223         spill preferences.
15225 2015-04-09  Marek Polacek  <polacek@redhat.com>
15226             Jakub Jelinek  <jakub@redhat.com>
15228         PR middle-end/65554
15229         * gimple-fold.c (gimple_fold_builtin_memory_op): Update comment.
15230         (fold_ctor_reference): Use STRIP_USELESS_TYPE_CONVERSION instead
15231         of STRIP_NOPS.
15233 2015-04-09  Segher Boessenkool  <segher@kernel.crashing.org>
15235         PR rtl-optimization/65693
15236         * combine.c (is_parallel_of_n_reg_sets): Move outside of
15237         #ifndef HAVE_cc0.
15239 2015-04-09  Georg-Johann Lay  <avr@gjlay.de>
15241         PR target/65296
15242         * config/avr/driver-avr.c (avr_devicespecs_file): Don't specify a
15243         device specs file if "device-specs%s" didn't resolve to a path.
15245 2015-04-09  Kirill Yukhin  <kirill.yukhin@intel.com>
15247         PR target/65676
15248         * config/i386/i386.c (fixup_modeless_constant): New.
15249         (ix86_expand_args_builtin): Fixup modeless constant operand.
15250         (ix86_expand_round_builtin): Ditto.
15251         (ix86_expand_special_args_builtin): Ditto.
15252         (ix86_expand_builtin): Ditto.
15254 2015-04-09  Jakub Jelinek  <jakub@redhat.com>
15256         PR target/65693
15257         * config/i386/i386.md (*udivmod<mode>4_pow2): Allow
15258         any pow2 integer in between 2 and 0x80000000U inclusive.
15260 2015-04-08  Segher Boessenkool  <segher@kernel.crashing.org>
15262         PR rtl-optimization/65693
15263         * combine.c (is_parallel_of_n_reg_sets): Change first argument
15264         from an rtx_insn * to an rtx.
15265         (try_combine): Adjust both callers.  Use it once more.
15267 2015-04-08  Ilya Enkovich  <ilya.enkovich@intel.com>
15269         * tree-chkp.c (chkp_find_const_bounds_var): Remove.
15270         (chkp_make_static_const_bounds): Search existing
15271         symbol by assembler name.  Use make_decl_one_only.
15272         (chkp_get_zero_bounds_var): Remove node search which
15273         is now performed in chkp_make_static_const_bounds.
15274         (chkp_get_none_bounds_var): Likewise.
15276 2015-04-08  Michael Witten  <mfwitten@gmail.com>
15278         * doc/extend.texi (Attribute Syntax): Add a trailing semicolon
15279         to an example.
15281 2015-04-08  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
15283         * tree.h (CONVERT_EXPR_P): Commentary typo fix.
15285 2015-04-08  Gerald Pfeifer  <gerald@pfeifer.com>
15287         * doc/extend.texi (__sync Builtins): Fix grammar.
15289 2015-04-08  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
15291         * doc/cfg.texi (GIMPLE statement iterators): Fix typo.
15293 2015-04-08  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
15295         * varasm.c (emit_local): Move definition of align.
15297 2015-04-08  Julian Brown  <julian@codesourcery.com>
15299         * config/nvptx/mkoffload.c (process): Support variable mapping.
15301 2015-03-27  Trevor Saunders  <tbsaunde@tbsaunde.org>
15303         * config/alpha/alpha.c (alpha_use_linkage): Change type of slot to
15304         alpha_links **.
15305         (alpha_write_one_linkage): Correct typo.
15307 2015-04-08  Ilya Enkovich  <ilya.enkovich@intel.com>
15309         * ipa-comdats.c (propagate_comdat_group): Walk through thunks.
15311 2015-04-08  Gerald Pfeifer  <gerald@pfeifer.com>
15313         * doc/install.texi (bootstrap-lto-noplugin): Rewrite.
15315 2015-04-08  Ilya Enkovich  <ilya.enkovich@intel.com>
15317         * tree-chkp.h (chkp_insert_retbnd_call): New.
15318         * tree-chkp.c (chkp_insert_retbnd_call): New.
15319         * ipa-split.c (insert_bndret_call_after): Remove.
15320         (split_function): Use chkp_insert_retbnd_call.
15321         * cgraphunit.c (cgraph_node::expand_thunk): Build returned
15322         bounds for instrumented functions.
15324 2015-04-07  Jan Hubicka  <hubicka@ucw.cz>
15326         PR ipa/65540
15327         * calls.c (initialize_argument_information): When producing tail
15328         call also turn SSA_NAMES passed by references to original PARM_DECLs
15330 2015-04-07  Vladimir Makarov  <vmakarov@redhat.com>
15332         PR target/65648
15333         * lra-remat.c (do_remat): Process input and non-input insn
15334         registers separately.
15336 2015-04-07  Jakub Jelinek  <jakub@redhat.com>
15338         PR debug/65678
15339         * valtrack.c (debug_lowpart_subreg): New function.
15340         (dead_debug_insert_temp): Use it.
15342         PR middle-end/65680
15343         * expr.c (get_inner_reference): Handle bit_offset that doesn't fit
15344         into signed HOST_WIDE_INT the same as negative bit_offset.
15346 2015-04-07  Ilya Enkovich  <ilya.enkovich@intel.com>
15348         * ipa-comdats.c (ipa_comdats): Visit all thunks
15349         to set proper comdat group.
15351 2015-04-07  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
15353         PR target/65489
15354         * config/arm/arm.c (arm_legitimate_constant_p_1): Remove restriction
15355         on constants for NEON VSTRUCT modes.
15357 2015-04-07  Jakub Jelinek  <jakub@redhat.com>
15358             Iain Sandoe  <iain@codesourcery.com>
15360         PR target/65351
15361         * configure: Regenerate.
15363 2015-04-06  Michael Meissner  <meissner@linux.vnet.ibm.com>
15365         PR target/65614
15366         * config/rs6000/rs6000.c (struct processor_costs): Add cost field
15367         for SF->DF conversions to make FLOAT_EXTEND more expensive, so
15368         that LFD is used to load double constants instead of LFS.  Add
15369         defaults for all costs structures.  Add comments for missing
15370         initialization fields.
15371         (size32_cost): Likewise.
15372         (size64_cost): Likewise.
15373         (rs64a_cost): Likewise.
15374         (mpccore_cost): Likewise.
15375         (ppc403_cost): Likewise.
15376         (ppc405_cost): Likewise.
15377         (ppc440_cost): Likewise.
15378         (ppc476_cost): Likewise.
15379         (ppc601_cost): Likewise.
15380         (ppc603_cost): Likewise.
15381         (ppc604_cost): Likewise.
15382         (ppc604e_cost): Likewise.
15383         (ppc620_cost): Likewise.
15384         (ppc630_cost): Likewise.
15385         (ppccell_cost): Likewise.
15386         (ppc750_cost): Likewise.
15387         (ppc7450_cost): Likewise.
15388         (ppc8540_cost): Likewise.
15389         (ppce300c2c3_cost): Likewise.
15390         (ppce500mc_cost): Likewise.
15391         (ppce500mc64_cost): Likewise.
15392         (ppce5500_cost): Likewise.
15393         (ppce6500_cost): Likewise.
15394         (titan_cost): Likewise.
15395         (power4_cost): Likewise.
15396         (power6_cost): Likewise.
15397         (power7_cost): Likewise.
15398         (power8_cost): Likewise.
15399         (ppca2_cost): Likewise.
15400         (rs6000_rtx_costs): Make FLOAT_EXTEND use SFDF_convert field.
15402         * config/rs6000/rs6000.md (extendsfdf2_fpr): Generate XSCPSGNDP
15403         instead of XXLOR to copy SFmode to clear out dirty bits created
15404         when SFmode denormals are generated.
15405         (mov<mode>_hardfloat, FMOVE32 case): Likewise.
15406         (truncdfsf2_fpr): Add support for ISA 2.07 XSRSP instruction.
15408 2015-04-06  Evandro Menezes  <e.menezes@samsung.com>
15410         * doc/invoke.texi (AARCH64/mtune): Add exynos-m1 as an option.
15411         * config/aarch64/aarch64-cores.def (exynos-m1): New core.
15412         * config/aarch64/aarch64-tune.md: Regenerate.
15414 2015-04-06  Evandro Menezes  <e.menezes@samsung.com>
15416         * doc/invoke.texi (ARM/mtune): Add "exynos-m1" as an option.
15417         * config/arm/arm.c (arm_issue_rate): Specify "3" for "exynosm1".
15418         * config/arm/arm-cores.def (exynos-m1): New core.
15419         * config/arm/arm-tune.md: Regenerate.
15420         * config/arm/arm-tables.opt: Add entry for "exynos-m1".
15421         * config/arm/bpabi.h: Likewise.
15423 2015-04-06  Ilya Enkovich  <ilya.enkovich@intel.com>
15425         * ipa-cp (set_single_call_flag): Remove too
15426         restrictive assert.
15428 2015-04-06  Ilya Verbin  <ilya.verbin@intel.com>
15430         * config/i386/intelmic-mkoffload.c (generate_host_descr_file): Call
15431         GOMP_offload_unregister from the destructor.
15433 2015-04-06  Ilya Enkovich  <ilya.enkovich@intel.com>
15435         * ipa-chkp.c (chkp_maybe_create_clone): Reset cdtor
15436         flags for instrumentation thunk.
15437         (chkp_produce_thunks): Likewise.
15439 2015-04-05  Martin Liska  <mliska@suse.cz>
15441         PR ipa/65665
15442         * ipa-icf.c (sem_function::equals_wpa): Verify that IPA CP
15443         has computed data structure.
15444         (sem_item_optimizer::update_hash_by_addr_refs): Likewise.
15446 2015-04-04  Jan Hubicka  <hubicka@ucw.cz>
15448         * invoke.texi (inline-unit-growth): Increase growth to 20%
15449         * params.def (PARAM_INLINE_UNIT_GROWTH): Likewise.
15451 2015-04-04  Vladimir Makarov  <vmakarov@redhat.com>
15453         PR target/65647
15454         * lra-int.h (LRA_MAX_REMATERIALIZATION_PASSES): New.  Add its
15455         value checking.
15456         (lra_rematerialization_iter): New.
15457         * lra.c (lra): Initialize lra_rematerialization_iter.
15458         Stop updating lra_constraint_new_regno_start after switching of
15459         inheritance and rematerialization.
15460         * lra-remat.c (lra_rematerialization_iter): New.
15461         (lra_remat): Add printing pass iteration.  Do rematerialization
15462         only first LRA_MAX_REMATERIALIZATION_PASSES iterations.
15464 2015-04-04  Richard Biener  <rguenther@suse.de>
15466         PR tree-optimization/64909
15467         PR tree-optimization/65660
15468         * tree-vectorizer.h (vect_get_known_peeling_cost): Adjust
15469         to take a cost vector for scalar iteration cost.
15470         (vect_get_single_scalar_iteration_cost): Likewise.
15471         * tree-vect-loop.c (vect_get_single_scalar_iteration_cost):
15472         Compute the scalar iteration cost into a cost vector.
15473         (vect_get_known_peeling_cost): Use the scalar cost vector to
15474         account for the cost of the peeled iterations.
15475         (vect_estimate_min_profitable_iters): Likewise.
15476         * tree-vect-data-refs.c (vect_peeling_hash_get_lowest_cost):
15477         Likewise.
15479 2015-04-04  Alan Modra  <amodra@gmail.com>
15481         PR target/65576
15482         PR target/65240
15483         * config/rs6000/predicates.md (zero_reg_mem_operand): Exclude
15484         0.0 constant unless TARGET_VSX.
15485         * config/rs6000/rs6000.md (extenddftf2_internal): Remove last
15486         alternative.
15488 2015-04-03  Jan Hubicka  <hubicka@ucw.cz>
15490         PR ipa/65654
15491         * ipa-inline-transform.c (inline_call): Skip sanity check to work
15492         around the ICE
15494 2015-04-03  Jan Hubicka  <hubicka@ucw.cz>
15496         PR ipa/65655
15497         * ipa-inline-analysis.c (edge_set_predicate): Do not redirect
15498         speculative indirect edges to avoid ordering issue.
15500 2015-04-03  Jan Hubicka  <hubicka@ucw.cz>
15502         PR ipa/65076
15503         * ipa-inline.c (edge_badness): Add combined size to the denominator.
15505 2015-04-03  Jakub Jelinek  <jakub@redhat.com>
15507         * omp-low.c (scan_omp_parallel, scan_omp_task, scan_omp_target): Set
15508         TYPE_ARTIFICIAL on the .omp_data* types.
15510 2015-04-02  Ilya Enkovich  <ilya.enkovich@intel.com>
15512         * cgraphunit.c (cgraph_node::expand_thunk): Don't expand
15513         instrumentation thunks.
15515 2015-04-02  Ilya Enkovich  <ilya.enkovich@intel.com>
15517         * config/i386/i386.c (ix86_expand_call): Avoid nested
15518         PARALLEL in returned call value.
15520 2015-04-02  Ilya Enkovich  <ilya.enkovich@intel.com>
15522         * lto-cgraph.c (input_cgraph_1): Always link instrumented
15523         assembler name with original one.
15525 2015-04-02  Uros Bizjak  <ubizjak@gmail.com>
15527         * config/i386/i386.c (ix86_register_priority): Use AX_REG.
15529 2015-04-02  Uros Bizjak  <ubizjak@gmail.com>
15531         Revert parts of r216820.
15532         * config/i386/i386.md (movqi_internal): Correct type calculation
15533         for alternatives 3 and 5.
15535 2015-04-02  Jakub Jelinek  <jakub@redhat.com>
15537         PR preprocessor/61977
15538         * config/rs6000/rs6000-c.c (rs6000_cpu_cpp_builtins): Don't
15539         predefine __vector/__bool/__pixel macros nor context sensitive
15540         macros for CLK_ASM.
15541         * config/spu/spu-c.c (spu_cpu_cpp_builtins): Similarly.
15543 2015-04-02  John David Anglin  <danglin@gcc.gnu.org>
15545         * config/pa/pa.c (pa_output_move_double): Directly handle register
15546         indexed memory operand.  Simplify handling of scaled register indexed
15547         memory operands.
15549 2015-04-02  Ilya Enkovich  <ilya.enkovich@intel.com>
15551         PR driver/65444
15552         * config/i386/linux-common.h (MPX_SPEC): New.
15553         (CHKP_SPEC): Add MPX_SPEC.
15554         * doc/invoke.texi (-fcheck-pointer-boudns): Document
15555         possible issues with '-z bndplt' support in linker.
15557 2015-04-02  Uros Bizjak  <ubizjak@gmail.com>
15559         * config/i386/sync.md (UNSPEC_FILD_ATOMIC, UNSPEC_FIST_ATOMIC): New.
15560         (loaddi_via_fpu): Use UNSPEC_FILD_ATOMIC.
15561         (storedi_via_fpu): Use UNSPEC_FIST_ATOMIC.
15562         * reg-stack.c (get_true_reg): Change UNSPEC_LDA to UNSPEC_FILD_ATOMIC.
15563         (subst_stack_regs_pat): Change UNSPEC_STA to UNSPEC_FIST_ATOMIC.
15565 2015-04-01  Uros Bizjak  <ubizjak@gmail.com>
15567         * config/i386/sync.md (UNSPEC_MOVA): Remove.
15568         (atomic_load<mode>): Change operand 0 predicate to
15569         nonimmediate_operand and fix up the destination when needed.
15570         Use UNSPEC_LDA.
15571         (atomic_loaddi_fpu): Use UNSPEC_LDA.
15572         (atomic_store<mode>): Change operand 1 predicate to
15573         nonimmendate_operand and move the source to register when needed.
15574         Use UNSPEC_STA.
15575         (atomic_store<mode>_1): Use UNSPEC_STA.
15576         (atomic_storedi_fpu): Change operand 1 to nonimmediate_operand.
15577         Fix moves from memory operand.  Use UNSPEC_STA.
15579 2015-04-01  Bernd Edlinger  <bernd.edlinger@hotmail.de>
15581         * expmed.c (strict_volatile_bitfield_p): Check that the access will
15582         not cross a MODESIZE boundary.
15583         (store_bit_field, extract_bit_field): Added assertions in the
15584         strict volatile bitfields code path.
15586 2015-04-01  Max Ostapenko  <m.ostapenko@partner.samsung.com>
15588         PR target/65624
15589         * config/aarch64/aarch64-builtins.c (aarch64_simd_expand_builtin):
15590         Increase args array size by one to avoid buffer overflow.
15592 2015-03-31  Jan Hubicka  <hubicka@ucw.cz>
15594         * lto-cgraph.c (lto_output_node, input_overwrite_node): Stream
15595         split_part.
15596         * ipa-inline.c (edge_badness): Add wrapper penalty.
15597         (sum_callers): Move up.
15598         (inline_small_functions): Set single_caller.
15599         * ipa-inline.h (inline_summary): Add single_caller.
15600         * ipa-split.c (split_function): Set split_part.
15601         (cgraph_node::create_clone): Do not shadow decl; copy split_part.
15602         * cgraph.h (cgraph_node): Add split_part.
15604 2015-03-31  Uros Bizjak  <ubizjak@gmail.com>
15606         PR target/58945
15607         * config/i386/sync.md (atomic_compare_and_swap<dwi>_doubleword):
15608         Do not split operands 0 and operands 2 to halfmode.
15609         (atomic_compare_and_swap<mode>): Update for
15610         atomic_compare_and_swap<dwi>_doubleword changes.
15612 2015-03-31  Jan Hubicka  <hubicka@ucw.cz>
15614         * tree.c (need_assembler_name_p): Artificial types have no ODR names.
15615         * ipa-devirt.c (warn_odr): Do not try to apply ODR cache when
15616         no caching is done.
15618 2015-03-31  Martin Liska  <mliska@suse.cz>
15620         PR ipa/65557
15621         * ipa-icf.c (sem_function::equals_wpa): Check if IPA CP
15622         has already filled up function summary.
15623         (sem_item_optimizer::update_hash_by_addr_refs): Likewise.
15625 2015-03-31  Richard Biener  <rguenther@suse.de>
15627         * tree-sra.c (create_access_replacement): Drop under-/over-alignment
15628         of types.
15630 2015-03-31  Dominik Vogt  <vogt@linux.vnet.ibm.com>
15632         * config/s390/s390.c (s390_function_num_hotpatch_hw): Allow hotpatching
15633         nested functions.
15634         (s390_reorg): Adapt to new signature of s390_function_num_hotpatch_hw.
15635         (s390_asm_output_function_label): Adapt to new signature of
15636         s390_function_num_hotpatch_hw
15637         Optimise the code generating assembler output.
15638         Add comments to assembler file.
15640 2015-03-31  Richard Biener  <rguenther@suse.de>
15642         PR middle-end/65626
15643         * tree-cfgcleanup.c (fixup_noreturn_call): Only split the block
15644         of the noreturn call so it is last and cleanup_control_flow_bb
15645         can do the CFG part.
15647 2015-03-31  Ilya Enkovich  <ilya.enkovich@intel.com>
15649         PR target/65531
15650         * ipa-chkp.c (chkp_maybe_create_clone): Don't set
15651         same_comdat_group for external symbols.
15652         * symtab.c (symtab_node::verify_symtab_nodes): Avoid
15653         infinite same_comdat_group traversal loop.
15655 2015-03-31  Jakub Jelinek  <jakub@redhat.com>
15657         PR plugins/61176
15658         * Makefile.in (install-plugin): Add all gcc/*.{h,def} files
15659         automatically to $headers.
15661 2015-03-30  Jakub Jelinek  <jakub@redhat.com>
15663         PR ipa/65610
15664         * ipa-utils.h (inlined_polymorphic_ctor_dtor_block_p): Declare.
15665         * ipa-polymorphic-call.c (inlined_polymorphic_ctor_dtor_block_p): New
15666         function.
15667         (decl_maybe_in_construction_p, noncall_stmt_may_be_vtbl_ptr_store):
15668         Use it.
15669         * ipa-prop.c (param_type_may_change_p): Likewise.
15670         * tree-ssa-live.c: Include ipa-utils.h and its dependencies.
15671         (remove_unused_scope_block_p): Add in_ctor_dtor_block
15672         argument.  Before inlining, preserve
15673         inlined_polymorphic_ctor_dtor_block_p blocks and the outermost block
15674         with FUNCTION_DECL BLOCK_ABSTRACT_ORIGIN inside of them.  Adjust
15675         recursive calls.
15676         (remove_unused_locals): Adjust remove_unused_scope_block_p caller.
15678 2015-03-27  Jan Hubicka  <hubicka@ucw.cz>
15680         PR ipa/65076
15681         * ipa-inline.c (edge_badness): Base denominator on callee's
15682         grwoth squared.
15684 2015-03-27  Martin Jambor  <mjambor@suse.cz>
15686         PR ipa/65478
15687         * params.def (PARAM_IPA_CP_RECURSION_PENALTY) : New.
15688         (PARAM_IPA_CP_SINGLE_CALL_PENALTY): Likewise.
15689         * ipa-prop.h (ipa_node_params): New flags node_within_scc and
15690         node_calling_single_call.
15691         * ipa-cp.c (count_callers): New function.
15692         (set_single_call_flag): Likewise.
15693         (initialize_node_lattices): Count callers and set single_flag_call if
15694         necessary.
15695         (incorporate_penalties): New function.
15696         (good_cloning_opportunity_p): Use it, dump new flags.
15697         (propagate_constants_topo): Set node_within_scc flag if appropriate.
15698         * doc/invoke.texi (ipa-cp-recursion-penalty,
15699         ipa-cp-single-call-pentalty): Document.
15701 2015-03-27  Jan Hubicka  <hubicka@ucw.cz>
15703         PR ipa/65588
15704         * symtab.c (symtab_node::get_partitioning_class): Register vars
15705         are duplicated.
15706         * varpool.c (symbol_table::output_variables) Do not assemble unefined
15707         decls for non-symbols.
15709 2015-03-27  H.J. Lu  <hongjiu.lu@intel.com>
15711         PR target/65248
15712         * output.h (default_binds_local_p_2): New.
15713         * varasm.c (default_binds_local_p_2): Renamed to ...
15714         (default_binds_local_p_3): This.  Don't return true on protected
15715         data symbol if protected data may be external.
15716         (default_binds_local_p): Use default_binds_local_p_3.
15717         (default_binds_local_p_1): Likewise.
15718         (default_binds_local_p_2): New.
15719         * config/i386/i386.c (TARGET_BINDS_LOCAL_P): Set to
15720         default_binds_local_p_2 if TARGET_MACHO is undefined.
15722 2015-03-27  Jakub Jelinek  <jakub@redhat.com>
15724         PR target/65593
15725         * config/i386/i386.c (legitimize_pic_address): If base
15726         is SYMBOL_REF or LABEL_REF using %rip addressing, force
15727         it to reg to avoid PLUS of SYMBOL_REF/LABEL_REF and register.
15729 2015-03-27  Jan Hubicka  <hubicka@ucw.cz>
15731         PR target/65531
15732         * symtab.c (symtab_node::verify_symtab_nodes): Fix verification of
15733         comdat groups.
15735 2015-03-27  Jan Hubicka  <hubicka@ucw.cz>
15737         PR ipa/65600
15738         * cgraph.c (cgraph_update_edges_for_call_stmt_node): Fix the case
15739         of optimized out indirect call.
15740         (redirect_to_unreachable): Always build symbol table node for
15741         BUILT_IN_UNREACHABLE
15743 2015-03-27  Vladimir Makarov  <vmakarov@redhat.com>
15745         PR target/65407
15746         * ira-costs.c (record_reg_classes): Process all constraint string
15747         containing 0-9.
15749 2015-03-27  Bernd Schmidt  <bernds@codesourcery.com>
15751         * config/c6x/c6x.md (movmisalign<mode>): Use MEM_P, not
15752         memory_operand.
15754         PR target/65052
15755         * config/c6x/constraints.md (S3): New constraint.
15756         * config/c6x/c6x.md (real_jump): Use it.
15758 2015-03-26  Jan Hubicka  <hubicka@ucw.cz>
15760         PR middle-end/65595
15761         * cgraph.c (cgraph_update_edges_for_call_stmt_node): Only
15762         do redirection if the call is not optimized out.
15764 2015-03-27  Ilya Enkovich  <ilya.enkovich@intel.com>
15766         PR target/65495
15767         * c-family/c.opt (fcheck-pointer-bounds): List supported languages.
15768         (fchkp-check-incomplete-type): Add LTO.
15769         (fchkp-zero-input-bounds-for-main): Likewise.
15770         (fchkp-first-field-has-own-bounds): Likewise.
15771         (fchkp-narrow-bounds): Likewise.
15772         (fchkp-narrow-to-innermost-array): Likewise.
15773         (fchkp-use-static-bounds): Likewise.
15774         (fchkp-use-static-const-bounds): Likewise.
15775         (fchkp-treat-zero-dynamic-size-as-infinite): Likewise.
15777 2015-03-27  Marek Polacek  <polacek@redhat.com>
15779         * gimple-iterator.h (gsi_prev_nondebug): Fix typo.
15781 2015-03-27  Marek Polacek  <polacek@redhat.com>
15783         PR sanitizer/65583
15784         * ubsan.c (ubsan_create_edge): New function.
15785         (instrument_bool_enum_load): Call it.
15786         (instrument_nonnull_arg): Likewise.
15787         (instrument_nonnull_return): Likewise.
15788         (instrument_object_size): Likewise.
15790 2015-03-26  Jan Hubicka  <hubicka@ucw.cz>
15792         * lto-streamer.h (class lto_location_cache): Turn loc_cache into
15793         auto_vec.
15795 2015-03-26  Jan Hubicka  <hubicka@ucw.cz>
15797         PR lto/65536
15798         * lto-streamer.h (class lto_location_cache): New.
15799         (struct data_in): Add location_cache.
15800         (lto_input_location): Update prototype.
15801         (stream_input_location_now): New.
15802         * streamer-hooks.h (struct streamer_hooks): Make input_location to take
15803         pointer to location.
15804         (stream_input_location): Update.
15805         * ipa-devirt.c: Include streamer-hooks.h and lto-streamer.h
15806         (warn_odr): Apply location cache before warning.
15807         (lto_input_location): Update prototype.
15808         * gimple-streamer-in.c (input_phi, input_gimple_stmt):
15809         Use stream_input_location_now.
15810         * lto-streamer-in.c (lto_location_cache::current_cache): New static
15811         variable.
15812         (lto_location_cache::cmp_loc): New function.
15813         (lto_location_cache::apply_location_cache): New function.
15814         (lto_location_cache::accept_location_cache): New function.
15815         (lto_location_cache::revert_location_cache): New function.
15816         (lto_location_cache::input_location): New function.
15817         (lto_input_location): Do location caching.
15818         (stream_input_location_now): New function.
15819         (input_eh_region, input_struct_function_base): Use
15820         stream_input_location_now.
15821         (lto_data_in_create): use new.
15822         (lto_data_in_delete): Use delete.
15823         * tree-streamer-in.c (unpack_ts_block_value_fields,
15824         unpack_ts_omp_clause_value_fields, streamer_read_tree_bitfields,
15825         lto_input_ts_exp_tree_pointers): Update for cached location api.
15827 2015-03-26  Jan Hubicka  <hubicka@ucw.cz>
15829         PR ipa/65076
15830         * passes.def: Add pass_nothrow.
15831         * ipa-pure-const.c: (pass_data_nothrow): New.
15832         (pass_nothrow): New.
15833         (pass_nothrow::execute): New.
15834         (make_pass_nothrow): New.
15835         * tree-pass.h (make_pass_nothrow): Declare.
15837 2015-03-26  Jan Hubicka  <hubicka@ucw.cz>
15839         * ipa-inline-analysis.c (redirect_to_unreachable): Be prepared for
15840         edge to change by speculation resolution or redirection.
15841         (edge_set_predicate): Likewise.
15842         (inline_summary_t::duplicate): Likewise.
15843         (remap_edge_summaries): Likewise.
15845 2015-03-26  Jan Hubicka  <hubicka@ucw.cz>
15847         * ipa-inline.c (check_maybe_up, check_maybe_down, check_match):
15848         New macros.
15849         (can_inline_edge_p): Relax option matching for always inline functions.
15851 2015-03-26  Uros Bizjak  <ubizjak@gmail.com>
15853         PR target/65561
15854         * config/i386/sse.md (avx512dq_vextract<shuffletype>64x2_1_maskm):
15855         Check operand 4 and operand 0 for equality.
15856         (avx512f_vextract<shuffletype>32x4_1_maskm):
15857         Check operand 6 and operand 0 for equality.
15858         (vec_extract_lo_<mode>_maskm): Check operand 2 and operand 0
15859         for equality.
15860         (vec_extract_hi_<mode>_maskm): Ditto.
15862 2015-03-26  Jan Hubicka  <hubicka@ucw.cz>
15864         * cgraph.c (cgraph_update_edges_for_call_stmt_node): Do not bring
15865         dead calls back to live.
15866         (cgraph_edge::verify_count_and_frequency): Move cgraph/cfg frequency
15867         cross check to ...
15868         (cgraph_node::verify_node): ... here; verify only callee edges,
15869         not caller.
15870         * cif-code.def (CILK_SPAWN): New code.
15872 2015-03-26  Jan Hubicka  <hubicka@ucw.cz>
15874         * ipa-inline-analysis.c (redirect_to_unreachable): New function.
15875         (edge_set_predicate): Use it to mark unreachable edges.
15876         (inline_summary_t::duplicate): Remove unnecesary code.
15877         (remap_edge_summaries): Likewise.
15878         (dump_inline_summary): Report contains_cilk_spawn.
15879         (compute_inline_parameters): Compute contains_cilk_spawn.
15880         (inline_read_section, inline_write_summary): Stream
15881         contains_cilk_spawn.
15882         * ipa-inline.c (can_inline_edge_p): Do not touch
15883         DECL_STRUCT_FUNCTION that may not be available;
15884         use CIF_CILK_SPAWN for cilk; fix optimization attribute checks;
15885         remove check for callee_fun->can_throw_non_call_exceptions and
15886         replace it by optimization attribute check; check for flag_exceptions.
15887         * ipa-inline-transform.c (inline_call): Maintain
15888         DECL_FUNCTION_PERSONALITY
15889         * ipa-inline.h (inline_summary): Add contains_cilk_spawn.
15891 2015-03-26  Jakub Jelinek  <jakub@redhat.com>
15893         PR tree-optimization/65551
15894         * tree-ssa-sccvn.c (fully_constant_vn_reference_p): Use
15895         TYPE_PRECISION only for INTEGRAL_TYPE_P types.
15897 2015-03-26  Richard Biener  <rguenther@suse.de>
15899         PR middle-end/65555
15900         * tree-cfg.c (verify_gimple_call): Do not require a call to
15901         have no LHS if it wasn't recognized as control altering yet.
15903 2015-03-26  Jakub Jelinek  <jakub@redhat.com>
15905         PR tree-optimization/64715
15906         * passes.def: Add another instance of pass_object_sizes before ccp1.
15907         * tree-object-size.c (pass_object_sizes::execute): In
15908         first_pass_instance, only handle __bos (, 1) and __bos (, 3)
15909         calls, and keep the call in the IL, as {MIN,MAX}_EXPR of the
15910         __bos result and the computed constant.  Remove redundant
15911         checks, obsoleted by gimple_call_builtin_p test.
15913         * var-tracking.c (variable_tracking_main_1): Don't track
15914         variables for targetm.no_register_allocation targets.
15916 2015-03-26  Oleg Endo  <olegendo@gcc.gnu.org>
15918         * config/sh/t-linux (DEFAULT_ENDIAN, MULTILIB_EXCEPTIONS): Remove.
15919         * config/sh/t-sh (MULTILIB_EXCEPTIONS): Handle default endian.
15921 2015-03-25  Michael Meissner  <meissner@linux.vnet.ibm.com>
15923         PR target/65569
15924         * config/rs6000/rs6000.md (extenddftf2_fprs): On VSX systems use
15925         XXLXOR to create 0.0.  On pre-VSX systems make sure the constant
15926         0.0 is correctly setup.
15927         (extenddftf2_internal): Likewise.
15929 2015-03-25  Sebastian Pop  <s.pop@samsung.com>
15931         PR tree-optimization/65177
15932         * tree-ssa-threadupdate.c (verify_seme): Renamed verify_jump_thread.
15933         (bb_in_bbs): New.
15934         (duplicate_seme_region): Renamed duplicate_thread_path.  Redirect all
15935         edges not adjacent on the path to the original code.
15937 2015-03-25  Uros Bizjak  <ubizjak@gmail.com>
15939         PR bootstrap/65537
15940         * doc/install.texi (Building a native compiler): Document new
15941         bootstrap-lto-noplugin configuration.  Mention that bootstrap-lto
15942         configuration assumes that the host supports the linker plugin.
15944 2015-03-25  Ilya Enkovich  <ilya.enkovich@intel.com>
15946         PR target/65508
15947         * tree-chkp.c (chkp_add_bounds_to_call_stmt): Set static
15948         chain for generated call.
15950 2015-03-25  Richard Biener  <rguenther@suse.de>
15952         * passes.c (pass_manager::execute_early_local_passes): Guard
15953         execution of pass_chkp_instrumentation_passes with
15954         flag_check_pointer_bounds.
15955         (pass_chkp_instrumentation_passes::gate): Likewise.
15957 2015-03-25  Martin Liska  <mliska@suse.cz>
15959         PR tree-optimization/65538
15960         * symbol-summary.h (function_summary::~function_summary):
15961         Relese memory for allocated summaries.
15962         (function_summary::release): New function.
15964 2015-03-25  Jakub Jelinek  <jakub@redhat.com>
15966         PR lto/65515
15967         * lto-streamer-out.c (DFS::worklist): New struct.
15968         (DFS::worklist_vec): New data member.
15969         (DFS::next_dfs_num): Remove.
15970         (DFS::DFS): Rewritten using worklist instead of recursion,
15971         using most of code from DFS::DFS_write_tree.
15972         (DFS::DFS_write_tree_body): Remove SINGLE_P argument, don't
15973         pass it to DFS_write_tree calls.
15974         (DFS::DFS_write_tree): Remove SINGLE_P argument, after
15975         quick initial checks push it into worklist_vec and return.
15977 2015-03-25  Richard Biener  <rguenther@suse.de>
15979         PR middle-end/65519
15980         * genmatch.c (expr::gen_transform): Re-write to avoid
15981         using gimple_build.
15983 2015-03-25  Bin Cheng  <bin.cheng@arm.com>
15985         * doc/sourcebuild.texi (arm_tune_string_ops_prefer_neon): New.
15987 2015-03-25  Bin Cheng  <bin.cheng@arm.com>
15989         * config/arm/arm.opt (print_tune_info): New option.
15990         * config/arm/arm.c (arm_print_tune_info): New function.
15991         (arm_file_start): Call arm_print_tune_info.
15992         * config/arm/arm-protos.h (struct tune_params): Add comment.
15993         * doc/invoke.texi (@item -mprint-tune-info): New item.
15994         (-mtune): mention it in ARM Option Summary.
15996 2015-03-25  DJ Delorie  <dj@redhat.com>
15998         * config/rl78/rl78.c (rl78_print_operand_1): Move 'p' test to
15999         correct clause.
16001 2015-03-24  Jan Hubicka  <hubicka@ucw.cz>
16002             Martin Liska  <mliska@suse.cz>
16004         * ipa-icf-gimple.h (return_with_result): Add missing colon to dump.
16005         * ipa-icf.c (sem_function::get_hash): Hash new declaration properties.
16006         (sem_item::add_type): New function.
16007         (sem_function::hash_stmt): Add TREE_TYPE of gimple_op.
16008         (sem_function::compare_polymorphic_p): Do not consider indirect calls.
16009         (sem_item_optimizer::update_hash_by_addr_refs): Add ODR type to hash.
16010         (sem_function::equals_wpa): Fix typo.
16011         * ipa-icf.h (sem_item::add_type): New function.
16012         (symbol_compare_hashmap_traits): Replace hashing of pointer with symbol
16013         order.
16015 2015-03-24  Jakub Jelinek  <jakub@redhat.com>
16017         PR tree-optimization/65533
16018         * tree-vect-slp.c (vect_build_slp_tree): Before re-trying
16019         with swapped operands, call vect_free_slp_tree on
16020         SLP_TREE_CHILDREN of child and truncate the SLP_TREE_CHILDREN
16021         vector.
16023 2015-03-24  Richard Biener  <rguenther@suse.de>
16025         PR middle-end/65517
16026         * tree-cfg.c (remove_edge_and_dominated_blocks): Mark loops
16027         for fixup if necessary.
16029 2015-03-23  Sandra Loosemore  <sandra@codesourcery.com>
16031         * doc/extend.texi (Function Attributes): Add @cindex entries
16032         for all attributes and regularize their format.  Delete text
16033         about long-obsolete 68HC11 and 68HC12 targets.  Move misplaced
16034         information about "eightbit_data", "tiny_data", and "model"
16035         variable attributes to the Variable Attributes section.  Fix
16036         some obvious typos and copy-editing issues.
16037         (Variable Attributes, Type Attributes): Likewise add/fix
16038         @cindex entries for all attributes.
16040 2015-03-23  Jakub Jelinek  <jakub@redhat.com>
16042         PR target/65523
16043         * tree-chkp.c (chkp_build_returned_bound): Ignore
16044         ERF_RETURNS_ARG calls if they have fewer than needed arguments.
16046 2015-03-23  Oleg Endo  <olegendo@gcc.gnu.org>
16048         PR target/65505
16049         * config/sh/predicates.md (simple_mem_operand,
16050         displacement_mem_operand): Add test for reg.
16051         (short_displacement_mem_operand): Test for displacement_mem_operand
16052         before invoking sh_disp_addr_displacement.
16053         * config/sh/constraints.md (Sdd, Sra): Simplify.
16054         * config/sh/sync.md (atomic_mem_operand_0, atomic_mem_operand_1):
16055         Remove redundant displacement_mem_operand tests.
16057 2015-03-23  Georg-Johann Lay  <avr@gjlay.de>
16059         PR target/65296
16060         * config/avr/driver-avr.c (avr_devicespecs_file): Allow to specify
16061         the same -mmcu=MCU more than once.
16063 2015-03-23  Jakub Jelinek  <jakub@redhat.com>
16065         PR bootstrap/65522
16066         * ipa-devirt.c: Remove duplicate demangle.h include.
16068         PR target/65504
16069         * config/i386/i386.c (ix86_copy_addr_to_reg): Set REG_POINTER
16070         on the pseudo.
16071         (expand_set_or_movmem_prologue_epilogue_by_misaligned_moves): Set
16072         REG_POINTER on *destptr after adjusting it for prologue size.
16074         PR ipa/65521
16075         * ipa-icf.c (sem_item::update_hash_by_addr_refs): Hash
16076         ultimate_alias_target ()->order ints instead of
16077         ultimate_alias_target () pointers.
16079 2015-03-23  Richard Biener  <rguenther@suse.de>
16081         PR tree-optimization/65518
16082         * tree-vect-stmts.c (vectorizable_load): Reject single-element
16083         interleaving cases we generate absymal code for.
16085 2015-03-23  Richard Biener  <rguenther@suse.de>
16087         PR tree-optimization/65494
16088         * tree-vect-slp.c (vect_build_slp_tree): Do not (re-)allocate
16089         matches here.
16090         (vect_analyze_slp_instance): But do that here, always and once.
16092 2015-03-23  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
16094         * expmed.c (synth_mult): Fix comment about multiplying by T-1 and
16095         adding T or multiplying by T+1 and subracting T.
16097 2015-03-22  Jeff Law  <law@redhat.com>
16099         PR rtl-optimization/64317
16100         * Makefile.in (OBJS): Add gcse-common.c
16101         * gcse.c: Include gcse-common.h
16102         (struct modify_pair_s): Move structure definition to gcse-common.h
16103         (compute_transp): Move function to gcse-common.c.
16104         (canon_list_insert): Similarly.
16105         (record_last_mem_set_info): Break out some code and put it into
16106         gcse-common.c.  Call into the new common code.
16107         (compute_local_properties): Pass additional arguments to compute_transp.
16108         * postreload-gcse.c: Include gcse-common.h and df.h
16109         (modify_mem_list_set, blocks_with_calls): New variables.
16110         (modify_mem_list, canon_modify_mem_list, transp): Likewise.
16111         (get_bb_avail_insn): Pass in the expression index too.
16112         (alloc_mem): Allocate memory for the new bitmaps and lists.
16113         (free_mem): Free memory for the new bitmaps and lists.
16114         (insert_expr_in_table): Record a bitmap index for each entry we
16115         add to the table.
16116         (record_last_mem_set_info): Call into common code in gcse-common.c.
16117         (get_bb_avail_insn): If no available insn was found in the requested
16118         BB.  If BB has a single predecessor, see if the expression is
16119         transparent in BB and available in that single predecessor.
16120         (compute_expr_transp): New wrapper for compute_transp.
16121         (eliminate_partially_redundant_load): Pass expression's bitmap_index
16122         to get_bb_avail_insn.  Compute next_pred_bb_end a bit later.
16123         (gcse_after_reload_main): If there are elements in the hash table,
16124         then compute transparency for all the elements in the hash table.
16125         * gcse-common.h: New file.
16126         * gcse-common.c: New file.
16128 2015-03-22  Sandra Loosemore  <sandra@codesourcery.com>
16130         * doc/cpp.texi (Search Path): Hyphenate "command-line" when used
16131         as an adjective.
16132         (System Headers): Likewise.
16133         (Ifdef): Likewise.
16134         (Traditional macros): Likewise.
16135         (Invocation): Likewise.
16136         (Option Index): Likewise.
16137         * doc/cppopts.texi (-M): Likewise.
16138         (-finput-charset): Likewise.
16139         (--help): Likewise.
16140         * doc.invoke.texi (AVR Options): Likewise.
16141         (V850 Options): Likewise.
16143 2015-03-22  Jan Hubicka  <hubicka@ucw.cz>
16145         PR ipa/65475
16146         * ipa-devirt.c: Include demangle.h
16147         (odr_type_d): Add field rtti_broken.
16148         (odr_subtypes_equivalent_p): Do not require name to match.
16149         (compare_virtual_tables): Fix typo; if type already has ODR violation,
16150         bypass the tests; be ready for function referneces in vtables that are
16151         not DECL_VIRTUAL; make warnings to be OPT_Wodr.
16152         (warn_odr): Give up for nameless types.
16153         (warn_types_mismatch): Report mismatch in mangled names;
16154         report mismatch in anonymous namespaces; look into component types to
16155         give useful error; report when mismatch is dragged in from other ODR
16156         type.
16157         (odr_types_equivalent_p): Match types for being polymorphic; avoid
16158         duplicated diagnostics.
16159         (add_type_duplicate): Reorder checks so more informative ones come
16160         first; fix typo; do not output "the extra base is defined here" when
16161         we did not warn.
16162         (BINFO_N_BASE_BINFOS): Relax sanity check.
16164 2015-03-22  Martin Liska  <mliska@suse.cz>
16165             Jakub Jelinek  <jakub@redhat.com>
16167         * config/i386/i386.c (def_builtin): Set deferred_isa_values for
16168         masks that can potentially include a builtin.
16169         (ix86_add_new_builtins): Introduce fast filter for isa values
16170         that cannot trigger builtin inclusion.
16172 2015-03-22  Martin Liska  <mliska@suse.cz>
16174         * ipa-icf.c (sem_item::update_hash_by_addr_refs): New function.
16175         (sem_item::update_hash_by_local_refs): Likewise.
16176         (sem_variable::get_hash): Empty line is fixed.
16177         (sem_item_optimizer::execute): Include adding of hash references.
16178         (sem_item_optimizer::update_hash_by_addr_refs): New function.
16179         (sem_item_optimizer::build_hash_based_classes): Use local hash.
16180         * ipa-icf.h (sem_item::update_hash_by_addr_refs): New function.
16181         (sem_item::update_hash_by_local_refs): Likewise.
16183 2015-03-20  Jan Hubicka  <hubicka@ucw.cz>
16185         PR ipa/65502
16186         * ipa-comdats.c (enqueue_references): Walk through thunks.
16187         (ipa_comdats): Likewise.
16188         (set_comdat_group_1): New function.
16190 2015-03-20  Jan Hubicka  <hubicka@ucw.cz>
16192         PR ipa/65475
16193         * ipa-devirt.c (add_type_duplicate): Prevail polymorphic type over
16194         non-polymorphic
16196 2015-03-22  Dave Korn  <dave.korn.cygwin@gmail.com>
16197             Gerald Pfeifer  <gerald@pfeifer.com>
16199         * doc/contrib.texi (Contributors): Update entry for Danny Smith.
16201 2015-03-21  Chung-Lin Tang  <cltang@codesourcery.com>
16202             Sandra Loosemore  <sandra@codesourcery.com>
16204         * config/nios2/nios2-protos.h (nios2_adjust_call_address): Adjust
16205         function parameter declaration.
16206         * config/nios2/nios2.md (call,call_value,sibcall,sibcall_value):
16207         Update arguments to nios2_adjust_call_address().
16208         (sibcall_internal): Rename from *sibcall.
16209         (sibcall_value_internal): Rename from *sibcall_value.
16210         * config/nios2/nios2.c (nios2_emit_add_constant): New function.
16211         (nios2_large_got_address): Add target temp reg parameter.
16212         (nios2_got_address): Adjust call to nios2_large_got_address, add
16213         force_reg around it.
16214         (nios2_load_pic_address): Add target temp reg parameter, replace call
16215         to nios2_got_address with corresponding code.
16216         (nios2_legitimize_constant_address): Update call to
16217         nios2_load_pic_address.
16218         (nios2_adjust_call_address): Add temp reg parameter, update PIC case
16219         to use temp reg for PIC loading purposes.
16220         (nios2_asm_output_mi_thunk): Implement TARGET_ASM_OUTPUT_MI_THUNK.
16221         (TARGET_ASM_CAN_OUTPUT_MI_THUNK): Define.
16222         (TARGET_ASM_OUTPUT_MI_THUNK): Likewise.
16224 2015-03-21  Sandra Loosemore  <sandra@codesourcery.com>
16226         * doc/invoke.texi (-fno-diagnostics-show-caret): Fix
16227         usage of "the @option{...}".
16228         (-Wopenmp-simd): Likewise.
16229         (-fsanitize-recover): Likewise.
16230         (-fsanitize-undefined-trap-on-error): Likewise.
16231         (-flto): Likewise.
16232         (tracer-dynamic-coverage-feedback): Likewise.
16233         (reorder-block-duplicate-feedback): Likewise.
16234         (loop-unroll-jam-size): Likewise.
16235         (-B): Likewise.
16236         (-I-): Likewise.
16237         (-mabs=legacy): Likewise.
16238         (-mupper-regs-df): Likewise.
16239         (-mupper-regs-sf): Likewise.
16240         (-mpointers-to-nested-functions): Likewise.
16242 2015-03-21  Sandra Loosemore  <sandra@codesourcery.com>
16244         * doc/extend.texi (Cilk Plus Builtins): Add markup.
16246 2015-03-21  Sandra Loosemore  <sandra@codesourcery.com>
16248         * doc/invoke.texi (-fcheck-pointer-bounds): Copy-edit, add
16249         additional index entries and cross-references.
16250         (-fchkp-check-incomplete-type): Likewise.
16251         (-fchkp-first-field-has-own-bounds): Likewise.
16252         (-fchkp-narrow-to-innermost-array): Likewise.
16253         (-fchkp-use-fast-string-functions): Likewise.
16254         (-fchkp-use-nochk-string-functions): Likewise.
16255         (-fchkp-use-static-const-bounds): Likewise.
16256         (-fchkp-treat-zero-dynamic-size-as-infinite): Likewise.
16257         (-fchkp-instrument-marked-only): Likewise.
16258         (-fchkp-use-wrappers): Likewise.
16259         (-static-libmpx): Likewise.
16260         (-static-libmpxwrappers): Likewise.
16261         * doc/extend.texi (bnd_legacy): Likewise.
16262         (bnd_instrument): Likewise.
16263         (bnd_variable_size): Likewise.
16264         (Pointer Bounds Checker builtins): Likewise.
16266 2015-03-21  Tom de Vries  <tom@codesourcery.com>
16268         PR tree-optimization/65458
16269         * cgraph.c (cgraph_node::dump): Handle parallelized_function field.
16270         * cgraph.h (cgraph_node): Add parallelized_function field.
16271         * lto-cgraph.c (lto_output_node): Write parallelized_function field.
16272         (input_overwrite_node): Read parallelized_function field.
16273         * omp-low.c (expand_omp_taskreg, finalize_task_copyfn): Set
16274         parallelized_function on cgraph_node for child_fn.
16275         * tree-parloops.c: Add include of plugin-api.h, ipa-ref.h and cgraph.h.
16276         Remove include of gt-tree-parloops.h.
16277         (parallelized_functions): Remove static variable.
16278         (parallelized_function_p): Rewrite using parallelized_function field of
16279         cgraph_node.
16280         (create_loop_fn): Remove adding to parallelized_functions.
16281         * Makefile.in (GTFILES): Remove tree-parloops.c
16283 2015-03-20  Vladimir Makarov  <vmakarov@redhat.com>
16285         PR rtl-optimization/64366
16286         * lra.c (lra_update_insn_regno_info): Consider regs in
16287         CALL_INSN_FUNCTION_USAGE memory.
16289 2015-03-20  Richard Biener  <rguenther@suse.de>
16291         PR middle-end/64715
16292         * tree-chrec.c (chrec_fold_poly_cst): Use useless_type_conversion_p
16293         for type comparison and gcc_checking_assert.
16294         (chrec_fold_plus_poly_poly): Likewise.
16295         (chrec_fold_multiply_poly_poly): Likewise.
16296         (chrec_convert_1): Likewise.
16297         * gimplify.c (gimplify_expr): Remove premature folding of
16298         &X + CST to &MEM[&X, CST].
16300 2015-03-20  Jan Hubicka  <hubicka@ucw.cz>
16302         * ipa-inline.c (can_inline_edge_p): Short circuit if inline_failed
16303         already is final.
16304         (ipa_inline): Recompute inline_failed codes.
16305         * cif-code.def (FUNCTION_NOT_OPTIMIZED, REDEFINED_EXTERN_INLINE,
16306         USES_COMDAT_LOCAL, ATTRIBUTE_MISMATCH, UNREACHABLE): Declare as
16307         CIF_FINAL_ERROR.
16309 2015-03-20  Uros Bizjak  <ubizjak@gmail.com>
16311         PR rtl-optimization/60851
16312         * recog.c (constrain_operands): Accept a pseudo register before reload
16313         for LRA enabled targets.
16315 2015-03-19  Michael Meissner  <meissner@linux.vnet.ibm.com>
16317         PR target/65240
16318         * config/rs6000/predicates.md (easy_fp_constant): Remove special
16319         -ffast-math handling that kept non-0 constants live in the RTL
16320         until reload.  Remove logic testing the number of instructions it
16321         took to create a constant in a GPR that was never used, due to a
16322         test for soft-float earlier.
16323         (memory_fp_constant): Delete, no longer used.
16325         * config/rs6000/rs6000.md (mov<MODE>_hardfloat): Remove
16326         alternatives for loading non-0 constants into GPRs for hard
16327         floating point that is no longer needed due to changes in
16328         easy_fp_constant.  Add support for loading 0.0 into GPRs.
16329         (mov<mode>_hardfloat32): Likewise.
16330         (mov<mode>_hardfloat64): Likewise.
16331         (mov<mode>_64bit_dm): Likewise.
16332         (movtd_64bit_nodm): Likewise.
16333         (pre-reload move FP constant define_split): Delete define_split,
16334         since it is no longer used.
16335         (extenddftf2_internal): Remove GHF constraints that are not valid
16336         for extenddftf2.
16338 2015-03-19  Vladimir Makarov  <vmakarov@redhat.com>
16340         PR rtl-optimization/63491
16341         * lra-constraints.c (check_and_process_move): Use src instead of
16342         sreg.  Remove some dead code.
16344 2015-03-19  Jan Hubicka  <hubicka@ucw.cz>
16346         PR ipa/65380
16347         * ipa-icf.c (sem_function::merge): Do not merge DECL_EXTERNAL symbols.
16348         (sem_variable::merge): Likewise.
16350 2015-03-19  Martin Liska  <mliska@suse.cz>
16352         PR ipa/65465
16353         * cgraphunit.c (cgraph_node::create_wrapper): Correctly reset
16354         all fields of cgraph_thunk_info.
16356 2015-03-19  Ilya Enkovich  <ilya.enkovich@intel.com>
16358         * ipa-chkp.c (chkp_maybe_create_clone): Don't try to
16359         clone instrumented thunks.
16361 2015-03-19  Richard Biener  <rguenther@suse.de>
16363         Revert
16364         2015-03-10  Richard Biener  <rguenther@suse.de>
16366         PR middle-end/63155
16367         * tree-ssa-coalesce.h (verify_ssa_coalescing): Declare.
16368         * tree-ssa-coalesce.c: Include timevar.h.
16369         (attempt_coalesce): Handle graph being NULL.
16370         (coalesce_partitions): Call verify_ssa_coalescing if ENABLE_CHECKING.
16371         Split out abnormal coalescing to ...
16372         (perform_abnormal_coalescing): ... this function.
16373         (coalesce_ssa_name): Perform abnormal coalescing without computing
16374         live/conflict.
16375         (verify_ssa_coalescing_worker): New function.
16376         (verify_ssa_coalescing): Likewise.
16378 2015-03-19  Bernd Edlinger  <bernd.edlinger@hotmail.de>
16379             Jakub Jelinek  <jakub@redhat.com>
16381         PR sanitizer/65400
16382         * tsan.c (instrument_gimple): Clear tail call flag on
16383         calls.
16385 2015-03-19  Jakub Jelinek  <jakub@redhat.com>
16387         PR sanitizer/65400
16388         * ipa-split.c (find_return_bb): Allow TSAN_FUNC_EXIT internal
16389         call in the return bb.
16390         (find_split_points): Add RETURN_BB argument, don't call
16391         find_return_bb.
16392         (split_function): Likewise.  Add ADD_TSAN_FUNC_EXIT argument,
16393         if true append TSAN_FUNC_EXIT internal call after the call to
16394         the split off function.
16395         (execute_split_functions): Call find_return_bb here.
16396         Don't optimize if TSAN_FUNC_EXIT is found in unexpected places.
16397         Adjust find_split_points and split_function calls.
16399 2015-03-18  DJ Delorie  <dj@redhat.com>
16401         * config/rl78/rl78-virt.md (andqi3_virt): Allow far operands.
16402         (iorqi3_virt): Likewise.
16404 2015-03-18  Tom de Vries  <tom@codesourcery.com>
16406         * tree-parloops.c (parallelize_loops): Make static.
16407         * tree-parloops.h (parallelize_loops): Remove extern declaration.
16409 2015-03-18  Andrew Stubbs  <ams@codesourcery.com>
16411         PR middle-end/64491
16412         Revert:
16413         2014-11-20  Andrew Stubbs  <ams@codesourcery.com>
16415         * tree-ssa-loop-niter.c (maybe_lower_iteration_bound): Warn if a loop
16416         condition would be removed due to undefined behaviour.
16418 2015-03-18  Martin Liska  <mliska@suse.cz>
16420         PR ipa/65432
16421         * cgraph.c (cgraph_node::get_create): Remove unnecessary
16422         xstrdup_for_dump wrapper.
16423         * ipa-icf.c (sem_item::dump): Use symtab_node::name instead of
16424         sem_item::name.
16425         (sem_function::equals): Wrap symtab_node::name and symtab_node::asm_name
16426         with xstrdup_for_dump.
16427         (sem_variable::equals): Likewise.
16428         (sem_item_optimizer::read_section): Use symtab_node::name instead of
16429         sem_item::name.
16430         (sem_item_optimizer::parse_funcs_and_vars): Likewise.
16431         (sem_item_optimizer::merge_classes): Wrap symtab_node::name and
16432         symtab_node::asm_name with xstrdup_for_dump.
16433         (congruence_class::dump): Use symtab_node::name instead of
16434         sem_item::name.
16435         * ipa-icf.h (symtab_node::name): Remove.
16436         (symtab_node::asm_name): Likewise.
16438 2015-03-18  Jakub Jelinek  <jakub@redhat.com>
16440         PR tree-optimization/65450
16441         * tree-vect-data-refs.c (vect_duplicate_ssa_name_ptr_info): New
16442         function.
16443         (vect_create_addr_base_for_vector_ref, vect_create_data_ref_ptr): Use
16444         it instead of duplicate_ssa_name_ptr_info.
16446         PR target/65222
16447         * doc/invoke.texi: Add knl as x86 -march=/-mtune= CPU type.
16449 2015-03-18  Richard Biener  <rguenther@suse.de>
16451         * tree-data-ref.h (struct access_matrix): Remove.
16452         (AM_LOOP_NEST, AM_NB_INDUCTION_VARS, AM_PARAMETERS, AM_MATRIX,
16453         AM_NB_PARAMETERS, AM_CONST_COLUMN_INDEX, AM_NB_COLUMNS,
16454         AM_GET_SUBSCRIPT_ACCESS_VECTOR, AM_GET_ACCESS_MATRIX_ELEMENT): Likewise.
16455         (am_vector_index_for_loop): Likewise.
16456         (struct data_reference): Remove access_matrix member.
16457         (DR_ACCESS_MATRIX): Remove.
16458         (lambda_vector_new): Add comment.
16459         (lambda_matrix_new): Use XOBNEWVEC.
16461 2015-03-18  Richard Biener  <rguenther@suse.de>
16463         * tree-ssa-loop-ch.c (pass_data_ch): Remove TODO_cleanup_cfg.
16464         (pass_ch::execute): Cleanup the CFG only if we did sth.
16465         * tree-vect-generic.c (pass_data_lower_vector): Remove TODO_cleanup_cfg.
16467 2015-03-18  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
16469         * expmed.c (synth_mult): Use std::swap instead of manually
16470         swapping algorithms.
16472 2015-03-18  Jakub Jelinek  <jakub@redhat.com>
16474         PR target/65078
16475         * config/i386/sse.md (movsi/movdi -> vec_extract_*_0 splitter): New.
16477 2015-03-16  Georg-Johann Lay  <avr@gjlay.de>
16479         PR target/65296
16480         * config/avr/avr.opt (-nodevicelib): New option.
16481         * doc/invoke.texi (AVR Options): Document it.
16482         * config/avr/avrlibc.h (LIB_SPEC, LIBGCC_SPEC) [avr1]: Don't link
16483         libgcc.a, libc.a, libm.a.
16484         * config/avr/specs.h: Same.
16485         * config/avr/gen-avr-mmcu-specs.c (print_mcu): Don't print specs
16486         which don't (directly) depend on the device.  Print more help.
16487         (*avrlibc_devicelib) [-nodevicelib]: Don't link libdev.a.
16488         (*cpp): Don't define __AVR_DEV_LIB_NAME__.
16489         * config/avr/driver-avr.c: Remove -nodevicelib from option list in
16490         case of an error.
16491         (avr_devicespecs_file): Use suffix "%s" instead of absolute path
16492         for specs file name.
16493         * config/avr/avr-arch.h (avr_mcu_t) [.library_name]: Remove.
16494         * config/avr/avr-mcus.def: Adjust initializers and comments.
16496 2015-03-16  Jan Hubicka  <hubicka@ucw.cz>
16498         * tree-sra.c (ipa_sra_preliminary_function_checks): Use
16499         DECL_ONE_ONLY to check if decl is one only.
16500         * ipa-split.c (consider_split): Limit splitt of one only functions.
16502 2015-03-16  Jakub Jelinek  <jakub@redhat.com>
16504         PR tree-optimization/65427
16505         * tree-vect-generic.c (do_cond, expand_vector_scalar_condition): New
16506         functions.
16507         (expand_vector_operations_1): Handle BLKmode vector COND_EXPR.
16509 2015-03-16  Marek Polacek  <polacek@redhat.com>
16511         * cgraph.h (add_new_static_var): Remove declaration.
16512         * varpool.c (add_new_static_var): Remove function.
16514 2015-03-16  Jakub Jelinek  <jakub@redhat.com>
16516         * omp-low.c (expand_omp_target): Use auto_vec<tree, 11>
16517         instead of vec<tree> * with vec_alloc and release for args.
16518         Adjust all users.
16520         PR middle-end/65431
16521         * omp-low.c (delete_omp_context): Only splay_tree_delete
16522         reduction_map in GIMPLE_OMP_TARGET is_gimple_omp_offloaded
16523         is_gimple_omp_oacc contexts.  Don't look at ctx->outer.
16525 2015-03-16  Max Ostapenko  <m.ostapenko@partner.samsung.com>
16527         PR sanitizer/64820
16528         * cfgexpand.c (align_base): New function.
16529         (alloc_stack_frame_space): Call it.
16530         (expand_stack_vars): Align prev_frame to be sure
16531         data->asan_vec elements aligned properly.
16533 2015-03-16  Eric Botcazou  <ebotcazou@adacore.com>
16535         PR middle-end/65409
16536         * expr.c (store_field): Do not do a direct block copy if the source is
16537         a PARALLEL with BLKmode.
16539 2015-03-16  Tom de Vries  <tom@codesourcery.com>
16541         PR middle-end/65414
16542         Revert:
16543         2015-03-12  Tom de Vries  <tom@codesourcery.com>
16545         PR rtl-optimization/64895
16546         * lra-lives.c (check_pseudos_live_through_calls): Use
16547         actual_call_used_reg_set instead of call_used_reg_set, if available.
16549 2015-03-16  Alan Modra  <amodra@gmail.com>
16551         PR target/63150
16552         * config/rs6000/rs6000.md (bswapdi2): Remove one scratch reg.
16553         Modify Z->r bswapdi splitter to use dest in place of scratch.
16554         In r->Z and Z->r bswapdi splitter rename word_high, word_low
16555         to word1, word2 and rearrange logic to suit.
16556         (bswapdi2_64bit): Remove early clobber on Z->r alternative.
16557         (bswapdi2_ldbrx): Likewise.  Remove '??' on r->r.
16558         (bswapdi2_32bit): Remove early clobber on Z->r alternative.
16559         Add one '?' on r->r.  Modify Z->r splitter to avoid need for
16560         early clobber.
16562 2015-03-14  Jakub Jelinek  <jakub@redhat.com>
16564         PR tree-optimization/65369
16565         * tree-vect-stmts.c (vectorizable_load) <case dr_explicit_realign>:
16566         Set bump to vs * TYPE_SIZE_UNIT (elem_type) - 1 instead of
16567         (vs - 1) * TYPE_SIZE_UNIT (elem_type).
16569         PR tree-optimization/65418
16570         * tree-ssa-reassoc.c (extract_bit_test_mask): If there
16571         are casts in the first PLUS_EXPR operand, ensure tbias and
16572         *totallowp are in the inner type.
16574         PR rtl-optimization/65401
16575         * combine.c (rtx_equal_for_field_assignment_p): Add widen_x
16576         argument.  If true, adjust_address_nv of x with big-endian
16577         correction for the mode widening to GET_MODE (y).
16578         (make_field_assignment): Don't do MEM mode widening here.
16579         Use MEM_P instead of GET_CODE == MEM.
16581 2015-03-13  Ilya Verbin  <ilya.verbin@intel.com>
16583         * varpool.c (varpool_node::get_create): Don't set 'offloadable' flag for
16584         the external decls.
16586 2015-03-13  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
16588         PR target/64600
16589         * config/arm/arm.c (arm_gen_constant, AND case): Use
16590         ARM_SIGN_EXTEND when constructing AND mask.
16592 2015-03-13  Thomas Preud'homme  <thomas.preudhomme@arm.com>
16594         * graph.c (print_graph_cfg): Make function names visible and append
16595         parenthesis to it.  Also make groups of basic blocks belonging to the
16596         same function visible.
16598 2015-03-12  Richard Biener  <rguenther@suse.de>
16600         PR middle-end/44563
16601         * tree-inline.c (gimple_expand_calls_inline): Walk BB backwards
16602         to avoid quadratic behavior with inline expansion splitting blocks.
16603         * tree-cfgcleanup.c (cleanup_tree_cfg_bb): Do not merge block
16604         with the successor if the predecessor will be merged with it.
16605         * tree-cfg.c (gimple_can_merge_blocks_p): We can't merge the
16606         entry block with its successor.
16608 2015-03-13  Richard Biener  <rguenther@suse.de>
16610         PR middle-end/44563
16611         * tree-cfgcleanup.c (split_bb_on_noreturn_calls): Remove.
16612         (cleanup_tree_cfg_1): Do not call it.
16613         (execute_cleanup_cfg_post_optimizing): Fixup the CFG here.
16614         (fixup_noreturn_call): Mark the stmt as control altering.
16615         * tree-cfg.c (execute_fixup_cfg): Do not dump the function
16616         here.
16617         (pass_data_fixup_cfg): Produce a dump file.
16618         * tree-ssa-dom.c: Include tree-cfgcleanup.h.
16619         (need_noreturn_fixup): New global.
16620         (pass_dominator::execute): Fixup queued noreturn calls.
16621         (optimize_stmt): Queue calls that became noreturn for fixup.
16622         * tree-ssa-forwprop.c (pass_forwprop::execute): Likewise.
16623         * tree-ssa-pre.c: Include tree-cfgcleanup.h.
16624         (el_to_fixup): New global.
16625         (eliminate_dom_walker::before_dom_childre): Queue calls that
16626         became noreturn for fixup.
16627         (eliminate): Fixup queued noreturn calls.
16628         * tree-ssa-propagate.c: Include tree-cfgcleanup.h.
16629         (substitute_and_fold_dom_walker): New member stmts_to_fixup.
16630         (substitute_and_fold_dom_walker::before_dom_children): Queue
16631         alls that became noreturn for fixup.
16632         (substitute_and_fold): Fixup queued noreturn calls.
16634 2015-03-12  Jan Hubicka  <hubicka@ucw.cz>
16636         * ipa-icf.c (sem_function::equals_wpa): Match CXX_CONSTRUCTOR_P
16637         and CXX_DESTURCTOR_P. For consutrctors match ODR type of class they
16638         are building; for methods check ODR type of class they belong to if
16639         they may lead to a polymorphic call.
16640         (sem_function::compare_polymorphic_p): Be bit smarter about testing
16641         when function may lead to a polymorphic call.
16642         (sem_function::compare_type_list): Remove.
16643         (sem_variable::equals): Update use of compatible_types_p.
16644         (sem_variable::parse_tree_refs): Remove.
16645         (sem_item_optimizer::filter_removed_items): Do not filter out CXX
16646         cdtor.
16647         * ipa-icf-gimple.c (func_checker::compare_decl): Do polymorphic
16648         matching here.
16649         (func_checker::compatible_polymorphic_types_p): Break out from ...
16650         (unc_checker::compatible_types_p): ... here.
16651         * ipa-icf-gimple.h (func_checker::compatible_polymorphic_types_p):
16652         Declare.
16653         (unc_checker::compatible_types_p): Update.
16654         * ipa-icf.h (compare_type_list, parse_tree_refs, compare_sections):
16655         Remove.
16657 2015-03-12  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
16659         PR rtl-optimization/65235
16660         * simplify-rtx.c (simplify_binary_operation_1, VEC_SELECT case):
16661         When first element of vec_concat is const_int, calculate its size
16662         using second element.
16664 2015-03-12  Richard Biener  <rguenther@suse.de>
16666         PR middle-end/65270
16667         * fold-const.c (operand_equal_p): Fix ordering of resetting
16668         OEP_ADDRESS_OF and checking for it in the [TARGET_]MEM_REF case.
16670 2015-03-12  Dominik Vogt  <vogt@linux.vnet.ibm.com>
16672         * config/s390/s390.c (s390_reorg): Move code to output nops after label
16673         to s390_reorg ().
16674         (s390_asm_output_function_label): Likewise.
16675         * config/s390/s390.c (s390_asm_output_function_label):
16676         Fix function label alignment with -mhtopatch.
16677         * config/s390/s390.md ("unspecv"): New values UNSPECV_NOP_2_BYTE,
16678         UNSPECV_NOP_4_BYTE and UNSPECV_NOP_6_BYTE
16679         ("nop_2_byte"): New define_insn.
16680         ("nop_4_byte"): Likewise.
16681         ("nop_6_byte"): Likewise.
16682         * doc/extend.texi (hotpatch): hotpatch attribute doc fixes.
16683         * doc/invoke.texi (-mhotpatch): -mhotpatch doc fixes.
16685 2015-03-12  Ilya Enkovich  <ilya.enkovich@intel.com>
16687         PR target/65103
16688         * config/i386/i386.c (ix86_address_cost): Fix cost of a PIC
16689         register.
16691 2015-03-12  Ilya Enkovich  <ilya.enkovich@intel.com>
16693         PR target/65044
16694         * toplev.c (process_options): Restrict Pointer Bounds Checker
16695         usage with Address Sanitizer.
16697 2015-03-12  Richard Biener  <rguenther@suse.de>
16699         * tree-cfg.c (gimple_split_block): Remove loop finding stmt
16700         to split on.
16701         * omp-low.c (expand_omp_taskreg): Split block before removing
16702         the stmt.
16703         (expand_omp_target): Likewise.
16704         * ubsan.c (ubsan_expand_null_ifn): Adjust stmt if we replaced it.
16705         * tree-parloops.c (create_call_for_reduction_1): Pass a proper
16706         stmt to split_block.
16708 2015-03-12  Tom de Vries  <tom@codesourcery.com>
16710         PR rtl-optimization/64895
16711         * lra-lives.c (check_pseudos_live_through_calls): Use
16712         actual_call_used_reg_set instead of call_used_reg_set, if available.
16714 2015-03-10  Jan Hubicka  <hubicka@ucw.cz>
16716         * cgraph.c (cgraph_node::release_body): Free function_in_decl_state.
16717         (cgraph_node::remove): Likewise.
16718         (cgraph_node::get_untransformed_body): Likewise.
16719         * varpool.c (varpool_node::remove): Likewise.
16720         (varpool_node::get_constructor): Add sanity check.
16722 2015-03-11  Sandra Loosemore  <sandra@codesourcery.com>
16724         * doc/invoke.texi (-fgnu89-inline): Remove discussion about
16725         old GCC versions.
16726         (-fabi-compat-version): Likewise.
16727         (-ffriend-injection): Likewise.
16728         (-Wdeclaration-after-statement): Likewise.
16729         (-fomit-frame-pointer): Likewise.
16730         (-ftree-coalesce-inlined-vars): Likewise.
16731         (-fvisibility=): Likewise.
16732         * doc/extend.texi (Typeof): Likewise.
16733         (Zero Length): Likewise.
16734         (Escaped Newlines): Likewise.
16735         (Compound Literals): Likewise.
16736         (Function Attributes): Likewise.
16737         (Label Attributes): Likewise.
16738         (Type Attributes): Likewise.
16739         (Function Names): Likewise.
16740         (Other Builtins): Likewise.
16741         (Function Specific Option Pragmas): Likewise.
16742         (C++ Interface): Likewise.
16744 2015-03-11  Thomas Schwinge  <thomas@codesourcery.com>
16746         * config/nvptx/nvptx.h (LIBSTDCXX): Define to "gcc".
16748 2015-03-11  Marek Polacek  <polacek@redhat.com>
16750         PR tree-optimization/65388
16751         * tree-ssa-tail-merge.c (same_succ_def::equal): Fix typo in comparison.
16753 2015-03-10  Georg-Johann Lay  <avr@gjlay.de>
16755         PR target/65296
16756         * configure.ac [avr]: Check as for options -mrmw, --mlink-relax.
16757         * configure: Regenerate.
16758         * config.in: Regenerate.
16759         * doc/invoke.texi (AVR Options) [-mrmw]: Document it.
16760         [-mn-flash]: Document it.
16761         [__AVR_ARCH__]: Document avrtiny.
16763         * config/avr/gen-avr-mmcu-specs.c (config.h): Include it.
16764         (*asm_relax): Only define spec if HAVE_AS_AVR_MLINK_RELAX_OPTION.
16765         (*asm_rmw): Only define spec if HAVE_AS_AVR_MRMW_OPTION.
16767 2015-03-11  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
16769         * doc/invoke.texi: Add missing cpu values (z196, zEC12).
16771 2015-03-11  Michael Meissner  <meissner@linux.vnet.ibm.com>
16773         PR target/65242
16774         * config/rs6000/rs6000.c (rs6000_preferred_reload_class): Do not
16775         allow reloads of PLUS in floating point/VSX registers.
16777 2015-03-11  Junmo Park  <junmoz.park@samsung.com>
16779         * config/arm/cortex-a57.md (cortex_a57_crypto_simple): Add
16780         crypto_sha256_fast.
16781         (cortex_a57_crypto_complex): Add crypto_sha256_slow.
16783 2015-03-11  Richard Biener  <rguenther@suse.de>
16785         PR tree-optimization/65310
16786         * tree-sra.c (build_ref_for_offset): Also preserve larger
16787         alignment.
16789 2015-03-11  Marat Zakirov  <m.zakirov@samsung.com>
16791         * asan.c (instrument_derefs): Disable instrumentation on asan-globals=0.
16793 2015-03-10  Jakub Jelinek  <jakub@redhat.com>
16795         PR target/65368
16796         * config/i386/i386.md (bmi2_bzhi_<mode>3): Removed define_insn,
16797         new define_expand.
16798         (*bmi2_bzhi_<mode>3, *bmi2_bzhi_<mode>3_1): New define_insns.
16800 2015-03-10  Jan Hubicka  <hubicka@ucw.cz>
16802         * ipa-icf.c (sem_function::equals_wpa): Move here some checks from ...
16803         (sem_function::equals_wpa): ... here.
16805 2015-03-10  Marek Polacek  <polacek@redhat.com>
16806             Jakub Jelinek  <jakub@redhat.com>
16808         PR sanitizer/65367
16809         * ubsan.c (ubsan_expand_objsize_ifn): Update GSI instead of GSI_ORIG
16810         when only removing the statement.  Handle expanding UBSAN_OBJECT_SIZE
16811         separately.
16813 2015-03-10  Jakub Jelinek  <jakub@redhat.com>
16815         PR target/65286
16816         * config/rs6000/t-linux: For powerpc64* target set
16817         MULTILIB_OSDIRNAMES instead of MULTIARCH_DIRNAME.
16819 2015-03-10  Richard Biener  <rguenther@suse.de>
16821         PR middle-end/44563
16822         * tree-inline.c (copy_cfg_body): Skip block mapped to entry/exit
16823         for redirect_all_calls.
16825 2015-03-10  Marek Polacek  <polacek@redhat.com>
16827         * gdbinit.in (pcfun): Define and document.
16829 2015-03-10  Ilya Verbin  <ilya.verbin@intel.com>
16831         * config/i386/intelmic-mkoffload.c: Include intelmic-offload.h instead
16832         of libgomp-plugin.h.
16833         (find_target_compiler): Support a case when the path to gcc is
16834         specified in the PATH env var, so COLLECT_GCC doesn't contain a path.
16835         (generate_host_descr_file): Use GOMP_DEVICE_INTEL_MIC from
16836         intelmic-offload.h instead of OFFLOAD_TARGET_TYPE_INTEL_MIC from
16837         libgomp-plugin.h.
16838         (main): Use GCC_INSTALL_NAME as target_driver_name.
16839         * config/i386/t-intelmic (CFLAGS-mkoffload.o): Add GCC_INSTALL_NAME
16840         define.
16841         (mkoffload.o): Remove obsolete include path and defines.
16842         (mkoffload$(exeext)): Use $(LINKER) instead of $(COMPILER).
16844 2015-03-10  Richard Biener  <rguenther@suse.de>
16846         PR middle-end/63155
16847         * tree-ssa-coalesce.h (verify_ssa_coalescing): Declare.
16848         * tree-ssa-coalesce.c: Include timevar.h.
16849         (attempt_coalesce): Handle graph being NULL.
16850         (coalesce_partitions): Call verify_ssa_coalescing if ENABLE_CHECKING.
16851         Split out abnormal coalescing to ...
16852         (perform_abnormal_coalescing): ... this function.
16853         (coalesce_ssa_name): Perform abnormal coalescing without computing
16854         live/conflict.
16855         (verify_ssa_coalescing_worker): New function.
16856         (verify_ssa_coalescing): Likewise.
16858 2015-03-10  Georg-Johann Lay  <avr@gjlay.de>
16860         PR target/65296
16861         * config.gcc (extra_options) [avr]: Remove.
16862         (extra_gcc_objs) [avr]: Use driver-avr.o, avr-devices.o.
16863         (tm_file) [avr]: Add avr/specs.h after avr/avr.h.
16864         (tm_defines) [avr-*-rtems*]: Add WITH_RTEMS.
16866         * config/avr/avr.opt (config/avr/avr-arch.h): Remove include.
16867         (-mmcu=): Add Var and MissingArgError properties.
16868         (-march=): Remove.
16869         * config/avr/genmultilib.awk: Use -mmcu= instead of -march=.
16870         * config/avr/t-multilib: Regenerate.
16871         * config/avr/specs.h: New file.
16872         * config/avr/driver-avr.c: New file.
16873         * config/avr/genopt.sh: Remove file.
16874         * config/avr/avr-tables.opt: Remove file.
16875         * config/avr/predicates.md (avr_current_arch): Rename to avr_arch.
16876         * config/avr/avr-c.c: Same.
16877         * avr-arch.h: Same.
16878         (avr_current_device): Remove proto.
16879         * config/avr/avr.h (avr_current_arch): Rename to avr_arch.
16880         (AVR_HAVE_8BIT_SP): Don't depend on avr_current_device.
16881         (EXTRA_SPEC_FUNCTIONS): Define.
16882         (avr_devicespecs_file): New specs function proto.
16883         (DRIVER_SELF_SPECS): Use device-specs-file spec function.
16884         * config/avr/avr.c (avr_current_arch): Rename to avr_arch.
16885         (avr_current_device): Remove definition and usage.
16886         (avr_set_core_architecture): New static function.
16887         (avr_option_override): Use it.
16888         * config/avr/avr-devices.c (diagnostic.h, avr-arch.h): Include them.
16889         (mcu_name): New static array.
16890         (comparator, avr_archs_str, avr_mcus_str): New static functions.
16891         (avr_inform_devices, avr_inform_core_architectures): New functions.
16892         * config/avr/gen-avr-mmcu-specs.c (avr-arch.h, specs.h): Include.
16893         (avrlibc.h) [WITH_AVRLIBC]: Include.
16894         (../rtems.h, rtems.h) [WITH_RTEMS]: Include.
16895         (print_mcu): Rewrite from scratch.
16896         * config/avr/avrlibc.h (LIB_SPEC, LIBGCC_SPEC, STARTFILE_SPEC):
16897         Forward to avr-specific specs defined in device-specs file.
16898         * config/avr/t-avr (driver-avr.o): New rule.
16899         (avr-devices.o): Depend on avr-arch.h.
16900         (avr-mcus): No more depend on avr-tables.opt.
16901         (avr-tables.opt): Remove rule.
16902         (install-device-specs): Use INSTALL_DATA, not INSTALL_PROGRAM.
16904 2015-03-10  Ilya Enkovich  <ilya.enkovich@intel.com>
16906         * c-family/c.opt (fchkp-use-wrappers): New.
16907         * ipa-chkp.c (CHKP_WRAPPER_SYMBOL_PREFIX): New.
16908         (chkp_wrap_function): New.
16909         (chkp_build_instrumented_fndecl): Support wrapped
16910         functions.
16911         * doc/invoke.texi (-fcheck-pointer-bounds): New.
16912         (-fchkp-check-incomplete-type): New.
16913         (-fchkp-first-field-has-own-bounds): New.
16914         (-fchkp-narrow-bounds): New.
16915         (-fchkp-narrow-to-innermost-array): New.
16916         (-fchkp-optimize): New.
16917         (-fchkp-use-fast-string-functions): New.
16918         (-fchkp-use-nochk-string-functions): New.
16919         (-fchkp-use-static-bounds): New.
16920         (-fchkp-use-static-const-bounds): New.
16921         (-fchkp-treat-zero-dynamic-size-as-infinite): New.
16922         (-fchkp-check-read): New.
16923         (-fchkp-check-write): New.
16924         (-fchkp-store-bounds): New.
16925         (-fchkp-instrument-calls): New.
16926         (-fchkp-instrument-marked-only): New.
16927         (-fchkp-use-wrappers): New.
16928         (-static-libmpx): New.
16929         (-static-libmpxwrappers): New.
16931 2015-03-10  Ilya Enkovich  <ilya.enkovich@intel.com>
16933         * config/i386/linux-common.h (LIBMPX_WRAPPERSSPEC): New.
16934         (CHKP_SPEC): Add wrappers library.
16935         * c-family/c.opt (static-libmpxwrappers): New.
16937 2015-03-10  Ilya Enkovich  <ilya.enkovich@intel.com>
16939         * config/i386/linux-common.h (LIBMPX_LIBS): New.
16940         (LIBMPX_SPEC): New.
16941         (CHKP_SPEC): New.
16942         * gcc.c (CHKP_SPEC): New.
16943         (LINK_COMMAND_SPEC): Add CHKP_SPEC.
16944         * c-family/c.opt (static-libmpx): New.
16946 2015-03-10  Richard Biener  <rguenther@suse.de>
16948         PR middle-end/44563
16949         * cgraph.h (struct cgraph_edge_hasher): Add hash overload
16950         for compare_type.
16951         * cgraph.c (cgraph_edge_hasher::hash): Inline htab_hash_pointer.
16952         (cgraph_update_edge_in_call_site_hash): Use cgraph_edge_hasher::hash.
16953         (cgraph_add_edge_to_call_site_hash): Likewise.
16954         (cgraph_node::get_edge): Likewise.
16955         (cgraph_edge::set_call_stmt): Likewise.
16956         (cgraph_edge::remove_caller): Likewise.
16958 2015-03-10  Chung-Ju Wu  <jasonwucj@gmail.com>
16960         * config/nds32/nds32.h (callee_saved_regs_size): Rename to ...
16961         (callee_saved_gpr_regs_size): ... this.
16962         (callee_saved_regs_first_regno): Rename to ...
16963         (callee_saved_first_gpr_regno): ... this.
16964         (callee_saved_regs_last_regno) Rename to ...
16965         (callee_saved_last_gpr_regno): ... this.
16966         * config/nds32/nds32.c (nds32_compute_stack_frame): Adjust renamed
16967         variables.
16968         (nds32_initial_elimination_offset): Likewise.
16969         (nds32_expand_prologue): Likewise.
16970         (nds32_expand_epilogue): Likewise.
16971         (nds32_expand_prologue_v3push): Likewise.
16972         (nds32_expand_epilogue_v3pop): Likewise.
16973         * config/nds32/nds32-md-auxiliary.c (nds32_output_stack_push):
16974         Adjust renamed variables.
16975         (nds32_output_stack_pop): Likewise.
16977 2015-03-10  Thomas Preud'homme  <thomas.preudhomme@arm.com>
16979         * dominance.c (nearest_common_dominator_for_set): Fix A_Dominated_by_B
16980         code in comment.
16982 2015-03-10  Jakub Jelinek  <jakub@redhat.com>
16984         PR rtl-optimization/65321
16985         * cfgexpand.c (expand_debug_expr): Ensure shift amount isn't wider
16986         than shift mode.
16987         * var-tracking.c (use_narrower_mode): Likewise.
16989 2015-03-10  Jan Hubicka  <hubicka@ucw.cz>
16991         PR tree-optimization/65355
16992         * varasm.c (notice_global_symbol): Do not produce RTL.
16993         * symtab.c (symtab_node::can_increase_alignment_p): Check for section
16994         anchor.
16995         * tree-vect-data-refs.c (vect_compute_data_ref_alignment): Do not
16996         check for section anchors.
16998 2015-03-10  Alan Modra  <amodra@gmail.com>
17000         PR target/65286
17001         * config.gcc (powerpc*-*-linux*): Arrange for powerpc64le-linux
17002         to be single-arch by default.  Set cpu_is_64bit for powerpc64
17003         given --with-cpu=native.
17004         * config/rs6000/t-fprules: Do not set default MULTILIB vars.
17005         * config/rs6000/t-linux (MULTIARCH_DIRNAME): Support powerpc64
17006         and powerpc64le.
17007         * config/rs6000/linux64.h (SUBSUBTARGET_OVERRIDE_OPTIONS): Test
17008         rs6000_isa_flags rather than TARGET_64BIT.
17010 2015-03-09  Yoshinori Sato  <ysato@users.sourceforge.jp>
17011             Kaz Kojima  <kkojima@gcc.gnu.org>
17013         * config/sh/t-linux (MULTILIB_EXCEPTIONS): Define for m2a cases.
17015 2015-03-09  Jakub Jelinek  <jakub@redhat.com>
17017         PR lto/65361
17018         * ipa-devirt.c (add_type_duplicate): Don't use DECL_CONTEXT
17019         on a TREE_BINFO, instead use BINFO_TYPE.
17021 2015-03-09  Richard Biener  <rguenther@suse.de>
17023         PR middle-end/65270
17024         * tree-core.h (enum operand_equal_flag): Add OEP_ADDRESS_OF.
17025         * fold-const.c (operand_equal_p): When recursing for ADDR_EXPRs
17026         operand set OEP_ADDRESS_OF.  Clear it when recursing to non-bases
17027         of that.  When comparing dereferences compare alignment.
17028         When comparing MEM_REFs or TARGET_MEM_REFs compare dependence info.
17030 2015-03-08  Jan Hubicka  <hubicka@ucw.cz>
17032         * ipa-inline-analysis.c (check_callers): Check
17033         node->can_remove_if_no_direct_calls_and_refs_p.
17034         (growth_likely_positive): Reorganize to call
17035         can_remove_if_no_direct_calls_p later.
17036         * cgraph.h (will_be_removed_from_program_if_no_direct_calls_p,
17037         will_be_removed_from_program_if_no_direct_calls_p): Add
17038         will_inline parameter.
17039         * cgraph.c (cgraph_node::can_remove_if_no_direct_calls_p,
17040         cgraph_node::will_be_removed_from_program_if_no_direct_calls_p):
17041         Handle inliner case correctly.
17043 2015-03-09  Thomas Preud'homme  <thomas.preudhomme@arm.com>
17045         PR tree-optimization/63743
17046         * cfgexpand.c (reorder_operands): Also reorder if only second operand
17047         had its definition forwarded by TER.
17049 2015-03-08  Jan Hubicka  <hubicka@ucw.cz>
17051         PR lto/65316
17052         * ipa-utils.h (types_odr_comparable): Add strict argument.
17053         * ipa-devirt.c: Fix whitespace;
17054         (odr_hasher): Remove.
17055         (odr_name_hasher, odr_vtable_hasher): New hashers.
17056         (can_be_name_hashed_p): New predicate.
17057         (hash_type_name): remove.
17058         (hash_odr_name): New.
17059         (odr_name_hasher::hash): new.
17060         (can_be_vtable_hashed_p): New.
17061         (hash_odr_vtable): New.
17062         (odr_vtable_hasher::hash): New.
17063         (types_same_for_odr): Add strict parameter.
17064         (types_odr_comparable): Likewise.
17065         (odr_name_hasher::equal): New.
17066         (odr_vtable_hasher::equal): New.
17067         (odr_name_hasher::remove): New.
17068         (odr_hash_type): Change to hash_table<odr_name_hasher>.
17069         (odr_vtable_hash_type): New.
17070         (odr_vtable_hash): New.
17071         (odr_subtypes_equivalent_p): Do strict comparsion.
17072         (add_type_duplicate): Merge type names; cleanup; avoid type
17073         duplicates.
17074         (register_odr_type): Initialize vtable hash.
17075         (build_type_inheritance_graph): Likewise
17076         (get_odr_type): Reorg to use two hashes.
17077         (dump_possible_polymorphic_call_targets): Move sanity check after debug
17078         output.
17079         (ipa_devirt): Dump type_inheritance_graph.
17080         (types_same_for_odr): Add strict mode.
17082 2015-03-05  Jan Hubicka  <hubicka@ucw.cz>
17084         PR ipa/65334
17085         * cgraph.h (symtab_node): Add definition_alignment,
17086         can_increase_alignment_p and increase_alignment.
17087         * symtab.c (symtab_node::can_increase_alignment_p,
17088         increase_alignment_1, symtab_node::increase_alignment,
17089         symtab_node::definition_alignment): New.
17090         * tree-vect-data-refs.c (vect_can_force_dr_alignment_p): Use
17091         can_increase_alignment_p.
17092         * tree-vectorizer.c (increase_alignment): Use increase_alignment.
17093         * tree-vect-stmts.c (ensure_base_align): Likewise.
17094         * varasm.c (function_section_1): Use definition_alignment.
17095         (assemble_start_function): Likewise.
17096         (emit_local): likewise.
17097         (build_constant_desc): Likewsie.
17098         (output_constant_def_contents): Likewise.
17099         (place_block_symbol): Likewise.
17100         (output_object_block): Likewise.
17102 2015-03-05  Jan Hubicka  <hubicka@ucw.cz>
17104         PR ipa/65316
17105         * tree.c (free_lang_data_in_type): Be sure to keep BINFO_VTABLE
17106         when outputting debug.
17108 2015-03-07  Marek Polacek  <polacek@redhat.com>
17109             Martin Uecker  <uecker@eecs.berkeley.edu>
17111         PR sanitizer/65280
17112         * doc/invoke.texi: Update description of -fsanitize=bounds.
17114 2015-03-06  Wilco Dijkstra  <wilco.dijkstra@arm.com>
17116         * tree-ssa-phiopt.c (neg_replacement): Remove.
17117         (tree_ssa_phiopt_worker): Remove negate optimization.
17119 2015-03-05  Jan Hubicka  <hubicka@ucw.cz>
17121         PR ipa/65302
17122         * value-prof.c (gimple_ic): Pure dead eh edges when needed.
17124 2015-03-06  Richard Biener  <rguenther@suse.de>
17126         PR middle-end/64928
17127         * tree-ssa-live.h (struct tree_live_info_d): Add livein_obstack
17128         and liveout_obstack members.
17129         (calculate_live_on_exit): Remove.
17130         (calculate_live_ranges): Change declaration.
17131         * tree-ssa-live.c (liveness_bitmap_obstack): Remove global var.
17132         (new_tree_live_info): Adjust.
17133         (calculate_live_ranges): Delete livein when not wanted.
17134         (calculate_live_ranges): Do not initialize liveness_bitmap_obstack.
17135         Deal with partly deleted live info.
17136         (loe_visit_block): Remove temporary bitmap by using
17137         bitmap_ior_and_compl_into.
17138         (live_worklist): Adjust accordingly.
17139         (calculate_live_on_exit): Make static.
17140         * tree-ssa-coalesce.c (coalesce_ssa_name): Tell calculate_live_ranges
17141         we do not need livein.
17143 2015-03-06  Jonathan Wakely  <jwakely@redhat.com>
17145         * real.c (real_from_string): Fix typo in assertion.
17147 2015-03-06  Alex Velenko  <alex.velenko@arm.com>
17149         * ChangeLog (2015-03-05): Reflect Richard Henderson as actual author of
17150         the patch.
17152 2015-03-05  Jan Hubicka  <hubicka@ucw.cz>
17154         * ipa-icf.c (sem_variable::equals_wpa): Check FINAL flags.
17156 2015-03-05  Vladimir Makarov  <vmakarov@redhat.com>
17158         PR target/64342
17159         * lra-assigns.c (find_hard_regno_for): Rename to
17160         find_hard_regno_for_1.  Add a new parameter.
17161         (find_hard_regno_for): New function using find_hard_regno_for_1.
17163 2015-03-05  Bernd Edlinger  <bernd.edlinger@hotmail.de>
17165         PR rtl-optimization/65067
17166         * expmed.c (store_bit_field, extract_bit_field): Reworked the
17167         strict volatile bitfield handling.
17169 2015-03-05  Martin Liska  <mliska@suse.cz>
17171         PR ipa/65318
17172         * ipa-icf.c (sem_variable::equals): Compare variables types.
17174 2015-03-05  Richard Henderson  <rth@redhat.com>
17176         PR target/65121
17177         * config/arm/arm.c (arm_function_in_section_p): Fix predicate to
17178         correctly check weak symbol binding.
17180 2015-03-05  Steve Ellcey  <sellcey@imgtec.com>
17182         PR middle-end/65315
17183         * cfgexpand.c (expand_stack_vars): Update large_align to maximum
17184         needed alignment.
17186 2015-03-05  Martin Liska  <mliska@suse.cz>
17188         * ipa-inline.c (inline_small_functions): Set default value to
17189         prevent warning during bootstrap.
17190         * tree.h: Add pragma guard that ignores false positives during
17191         bootstrap.
17193 2015-03-05  Richard Biener  <rguenther@suse.de>
17195         PR tree-optimization/65310
17196         * tree-vect-data-refs.c (vect_compute_data_ref_alignment):
17197         Properly preserve alignment of the base of the access.
17199 2015-03-05  Richard Biener  <rguenther@suse.de>
17201         PR ipa/65270
17202         * ipa-icf-gimple.c (func_checker::compare_memory_operand):
17203         Compare dependence info.
17205 2015-03-05  Richard Biener  <rguenther@suse.de>
17207         PR middle-end/65233
17208         * ipa-polymorphic-call.c: Include tree-ssa-operands.h and
17209         tree-into-ssa.h.
17210         (walk_ssa_copies): Revert last chage.  Instead do not walk
17211         SSA names registered for SSA update.
17213 2015-03-03  Jan Hubicka  <hubicka@ucw.cz>
17215         PR ipa/65270
17216         * ipa-icf.c (sem_item::compare_cgraph_references): Compare
17217         vtable references for their containing type.
17218         (sem_function::equals_wpa): Compare TYPE_RESTRICT
17219         and type attributes.
17221 2015-03-04  Eric Botcazou  <ebotcazou@adacore.com>
17223         * fold-const.c (round_up_loc): Cast divisor to signed on all paths
17224         before negating it.
17225         * stor-layout.c (finalize_record_size): Revert latest change.
17227 2015-03-04  Andreas Tobler  <andreast@gcc.gnu.org>
17229         * config/rs6000/t-freebsd64: Remove 32-bit soft-float multilibs.
17231 2015-03-03  Jan Hubicka  <hubicka@ucw.cz>
17233         * cgraph.c (cgraph_node::can_remove_if_no_direct_calls_p): Rewrite
17234         for correct comdat handling.
17235         (cgraph_node::will_be_removed_from_program_if_no_direct_calls_p):
17236         Likewise.
17237         * cgraph.h (call_for_symbol_and_aliases): Fix formating.
17238         (used_from_object_file_p_worker): Remove.
17239         (cgraph_node::only_called_directly_or_alised): Add
17240         used_from_object_file_p.
17241         * ipa-inline-analysis.c (growth_likely_positive): Optimie.
17242         * ipa-inline-transform.c (can_remove_node_now_p_1): Use
17243         can_remove_if_no_direct_calls_and_refs_p.
17245 2015-03-04  Nick Clifton  <nickc@redhat.com>
17247         * config/rl78/rl78.h (enum reg_class): Remove real registers from
17248         General register class.
17249         * config/rl78/rl78-real.md: Replace general register constraints
17250         with real+virtual register constraints.
17252 2015-03-04  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
17254         * config/s390/s390.c (s390_expand_builtin): Exlude non-htm builtins
17255         from checking for -mhtm option.
17257 2015-03-03  Jan Hubicka  <hubicka@ucw.cz>
17259         * tree-sra.c (convert_callers): Use call_for_symbol_and_aliases.
17260         (struct ipa_sra_check_caller_data): Add has_thunk field.
17261         (ipa_sra_check_caller): Check for thunk.
17262         (ipa_sra_preliminary_function_checks): Give up on function with
17263         thunks.
17264         (ipa_early_sra): Use call_for_symbol_and_aliases.
17266 2015-03-03  Kaz Kojima  <kkojima@gcc.gnu.org>
17268         PR target/65249
17269         * config/sh/sh.md (symGOT_load): Use R0 reg for operands[2] when
17270         called for __stack_chk_guard symbol.
17272 2015-03-03  DJ Delorie  <dj@redhat.com>
17274         * config/rl78/rl78-real.md (*addqi_real): Allow SADDR types for
17275         inc/dec.
17276         (*addhi3_real): Likewise.
17277         * config/rl78/rl78-virt.md (*inc<mode>3_virt): Additional
17278         pattern to match incrementing memory.
17279         * config/rl78/predicates.md (rl78_1_2_operand): New.
17280         * config/rl78/rl78.c (rl78_force_nonfar_3): Allow far mem-mem if
17281         it's the same and only mem.
17282         (rl78_alloc_physical_registers_op2): If there's effectively only
17283         one MEM, transcode it into HL.
17284         (rl78_far_p): Reject addresses that aren't legitimate.
17286 2015-03-03  Eric Botcazou  <ebotcazou@adacore.com>
17288         * fold-const.c (round_up_loc): Cast divisor to HOST_WIDE_INT before
17289         negating it.
17291         * tree-sra.c (pa_sra_preliminary_function_checks): Fix typo in message.
17293 2015-03-03  Max Filippov  <jcmvbkbc@gmail.com>
17295         Implement call0 ABI for xtensa
17296         * config/xtensa/constraints.md ("a" constraint): Include stack
17297         pointer in case of call0 ABI.
17298         ("q" constraint): Make empty in case of call0 ABI.
17299         ("D" constraint): Include stack pointer in case of call0 ABI.
17300         * config/xtensa/xtensa-protos.h (xtensa_set_return_address,
17301         xtensa_expand_epilogue, xtensa_regno_to_class): Add new function
17302         prototypes.
17303         * config/xtensa/xtensa.c (xtensa_callee_save_size): New
17304         variable.
17305         (xtensa_regno_to_class): Make it a local variable in the
17306         function xtensa_regno_to_class.
17307         (xtensa_function_epilogue, TARGET_ASM_FUNCTION_EPILOGUE): Remove
17308         macro, function prototype and implementation.
17309         (reg_nonleaf_alloc_order): Make it a local variable in the
17310         function order_regs_for_local_alloc.
17311         (xtensa_conditional_register_usage): New function.
17312         (TARGET_CONDITIONAL_REGISTER_USAGE): Define macro.
17313         (xtensa_valid_move): Allow direct moves to stack pointer
17314         register in call0 ABI.
17315         (xtensa_setup_frame_addresses): Only spill register windows in
17316         windowed ABI.
17317         (xtensa_emit_call): Emit call(x)8 or call(x)0 in windowed and
17318         call0 ABI respectively.
17319         (xtensa_function_arg_1): Only mark a7 register for copying in
17320         windowed ABI.
17321         (xtensa_call_save_reg): New function.
17322         (compute_frame_size): Add space for callee saved register
17323         storage to the frame size in call0 ABI.
17324         (xtensa_expand_prologue): Generate code to set up stack frame
17325         and save callee-saved registers in call0 ABI.
17326         (xtensa_expand_epilogue): New function.
17327         (xtensa_set_return_address): New function.
17328         (xtensa_return_addr): Calculate return address in call0 ABI.
17329         (xtensa_builtin_saveregs): Only mark a7 register for copying and
17330         emit copying code in windowed ABI.
17331         (order_regs_for_local_alloc): Add preferred register allocation
17332         order for non-leaf function in call0 ABI.
17333         (xtensa_static_chain): Add atatic chain passing for call0 ABI.
17334         (xtensa_asm_trampoline_template): Add trampoline generation for
17335         call0 ABI.
17336         (xtensa_trampoline_init): Add trampoline initialization for
17337         call0 ABI.
17338         (xtensa_conditional_register_usage, xtensa_regno_to_class): New
17339         functions.
17340         * config/xtensa/xtensa.h (TARGET_WINDOWED_ABI): New macro.
17341         (TARGET_CPU_CPP_BUILTINS): Add built-in define for call0 ABI.
17342         (CALL_USED_REGISTERS): Modify to encode both windowed and call0
17343         ABI call-used registers.
17344         (HARD_FRAME_POINTER_REGNUM): Add frame pointer for call0 ABI.
17345         (INCOMING_REGNO, OUTGOING_REGNO): Use argument unchanged in
17346         call0 ABI.
17347         (REG_CLASS_CONTENTS): Include all registers into the preferred
17348         reload registers set, adjust the set in the
17349         xtensa_conditional_register_usage.
17350         (xtensa_regno_to_class): Drop variable declaration.
17351         (REGNO_REG_CLASS): Redefine to use xtensa_regno_to_class
17352         function.
17353         (WINDOW_SIZE): Define as 8 or 0 for windowed and call0 ABI
17354         respectively.
17355         (FUNCTION_PROFILER): Add _mcount call for call0 ABI.
17356         (TRAMPOLINE_SIZE): Define trampoline size for call0 ABI.
17357         (RETURN_ADDR_IN_PREVIOUS_FRAME): Define to 0 in call0 ABI.
17358         (ASM_OUTPUT_POOL_PROLOGUE): Always generate literal pool
17359         location in call0 ABI.
17360         (EH_RETURN_STACKADJ_RTX): New definition, use a10 for passing
17361         stack adjustment size when handling exception.
17362         (CRT_CALL_STATIC_FUNCTION): Add definition for call0 ABI.
17363         * config/xtensa/xtensa.md (A9_REG, UNSPECV_BLOCKAGE): New
17364         definitions.
17365         ("return" pattern): Generate ret.n/ret in call0 ABI.
17366         ("epilogue" pattern): Expand epilogue.
17367         ("nonlocal_goto" pattern): Use default in call0 ABI.
17368         ("eh_return" pattern): Move implementation to eh_set_a0_windowed,
17369         emit eh_set_a0_* depending on ABI.
17370         ("eh_set_a0_windowed" pattern): Former eh_return pattern.
17371         ("eh_set_a0_call0", "blockage"): New patterns.
17373 2015-03-03  Martin Liska  <mliska@suse.cz>
17375         PR ipa/65287
17376         * ipa-icf.c (sem_variable::parse): Skip all alias variables.
17378 2015-03-03  Michael Meissner  <meissner@linux.vnet.ibm.com>
17380         PR 65138/target
17381         * config/rs6000/rs6000-tables.opt: Regenerate table.
17383 2015-03-03  Renlin Li  <renlin.li@arm.com>
17385         * doc/md.texi (@item ^): Change ? into ^.
17387 2015-03-03  H.J. Lu  <hongjiu.lu@intel.com>
17389         * doc/tm.texi: Regenerated.
17391 2015-03-03  Max Filippov  <jcmvbkbc@gmail.com>
17393         * builtins.c (expand_builtin_return_addr): Add
17394         RETURN_ADDR_IN_PREVIOUS_FRAME to 'if' condition, remove
17395         surrounding #ifdef.
17396         * config/sparc/sparc.h (RETURN_ADDR_IN_PREVIOUS_FRAME): Change
17397         definition to 1.
17398         * config/xtensa/xtensa.h (RETURN_ADDR_IN_PREVIOUS_FRAME):
17399         Likewise.
17400         * defaults.h (RETURN_ADDR_IN_PREVIOUS_FRAME): Define to 0 if
17401         undefined.
17402         * doc/tm.texi.in (RETURN_ADDR_IN_PREVIOUS_FRAME): Update
17403         paragraph.
17405 2015-03-03  Martin Jambor  <mjambor@suse.cz>
17406             Eric Botcazou  <ebotcazou@adacore.com>
17408         * tree-sra.c (ipa_sra_check_caller_data): New type.
17409         (has_caller_p): Removed.
17410         (ipa_sra_check_caller): New function.
17411         (ipa_sra_preliminary_function_checks): Use it.
17413 2015-03-03  Martin Liska  <mliska@suse.cz>
17415         * ipa-icf.c (sem_item_optimizer::merge_classes): Use bit or
17416         instead of if branch.
17418 2015-03-03  Martin Liska  <mliska@suse.cz>
17420         PR ipa/65282
17421         * ipa-icf.c (sem_variable::equals): Fix wrong condition.
17423 2015-03-23  Jeff Law  <law@redhat.com>
17425         PR tree-optimization/65241
17426         * tree-ssa-dom.c (lookup_avail_expr): Only modify the avail_expr
17427         hash table if INSERT is true.
17429 2015-03-03  Georg-Johann Lay  <avr@gjlay.de>
17431         PR target/65296
17432         * config.gcc (extra_gcc_objs) [avr-*-rtems*]: Remove.
17434 2015-03-03  Georg-Johann Lay  <avr@gjlay.de>
17436         PR target/64331
17437         * config/avr/avr.c (context.h, tree-pass.h): Include them.
17438         (avr_pass_data_recompute_notes): New static variable.
17439         (avr_pass_recompute_notes): New class.
17440         (avr_register_passes): New static function.
17441         (avr_option_override): Call it.
17443 2015-03-03  Georg-Johann Lay  <avr@gjlay.de>
17445         Fix various problems with specs file generation.
17447         PR target/65296
17448         * config.gcc (extra_gcc_objs) [avr]: Remove.
17449         * config/avr/driver-avr.c: Remove file.
17450         * config/avr/t-avr (driver-avr.o): Remove rule.
17451         (gen-avr-mmcu-specs): Use CXX_FOR_BUILD, CXXFLAGS_FOR_BUILD and
17452         INCLUDES to build.  Depend on TM_H.
17453         * config/avr/gen-avr-mmcu-specs.c: Tidy up code.  Fix various
17454         build warnings.  Fix non-matching types and non-existing %-codes.
17455         (tm.h): Include.
17456         (*lib) [!WITH_AVRLIBC]: Don't link libdev.a.
17457         (*libgcc) [WITH_AVRLIBC]: Add "-lm".
17458         * config/avr/avrlibc.h (LIBGCC_SPEC): Remove definition.
17459         * config/avr/avr.h (DRIVER_SELF_SPECS): Fix handling of -march=.
17460         (CPP_SPEC, CC1PLUS_SPEC, ASM_SPEC, LINK_SPEC, LIB_SPEC)
17461         (LIBGCC_SPEC): Remove definitions.
17463 2015-03-03  Eric Botcazou  <ebotcazou@adacore.com>
17465         * config/ia64/ia64.c (expand_vec_perm_interleave_2): Use gen_raw_REG
17466         to create a register in testing mode.
17468 2015-03-03  Martin Liska  <mliska@suse.cz>
17469             Jan Hubicka  <hubicka@ucw.cz>
17471         PR ipa/65263
17472         * cgraph.c (cgraph_node::has_thunk_p): New function.
17473         * cgraph.h (cgraph_node::has_thunk_p: Likewise.
17474         * ipa-icf.c (redirect_all_callers): Do not redirect thunks.
17475         (sem_function::merge): Assert is changed.
17477 2015-03-03  Martin Liska  <mliska@suse.cz>
17478             Martin Jambor  <mjambor@suse.cz>
17480         PR ipa/65087
17481         * ipa-icf.c (sem_item_optimizer::execute): Change function
17482         return value to boolean.
17483         (sem_item_optimizer::merge_classes): Likewise.
17484         (ipa_icf_driver): Return TODO_remove_functions in case there's
17485         a merge operation processed.
17486         * ipa-icf.h: Change function return value to boolean.
17488 2015-03-02  Michael Meissner  <meissner@linux.vnet.ibm.com>
17490         PR 65138/target
17491         * config/rs6000/rs6000-cpus.def (powerpc64le): Add new generic
17492         processor type for 64-bit little endian PowerPC.
17494         * config/rs6000/rs6000.c (rs6000_option_override_internal): If
17495         -mdebug=reg, print TARGET_DEFAULT.  Fix logic to use
17496         TARGET_DEFAULT if there is no default cpu.  Fix -mdebug=reg
17497         printing built-in mask so it does not pass NULL pointers.
17499         * doc/invoke.texi (IBM RS/6000 and PowerPC options): Document
17500         -mcpu=powerpc64le.
17502 2015-03-02  Steve Ellcey  <sellcey@imgtec.com>
17504         PR target/58158
17505         * config/mips/mips.md (mov<mode>cc): Change ISA_HAS_SEL check to
17506         !ISA_HAS_FP_CONDMOVE.
17508 2015-03-02  Aldy Hernandez  <aldyh@redhat.com>
17510         * config/i386/i386.md (*udivmod<mode>4_pow2): Remove
17511         reload_completed.
17513 2015-03-02  Ulrich Drepper  <drepper@gmail.com>
17515         * doc/invoke.texi (Options for Code Generation Conventions):
17516         Fix URL of DSO paper.
17518 2015-03-02  Jan Hubicka  <hubicka@ucw.cz>
17520         PR ipa/65130
17521         * ipa-inline.c (check_callers): Looks for recursion.
17522         (inline_to_all_callers): Give up on uninlinable or recursive edges.
17523         * ipa-inline-analysis.c (inline_summary_t::duplicate): Do not update
17524         summary of inline clones.
17525         (do_estimate_growth_1): Fix recursion check.
17527 2015-03-02  Jan Hubicka  <hubicka@ucw.cz>
17529         PR ipa/64988
17530         * ipa-inline-transform.c (clone_inlined_nodes): Do not dissolve
17531         comdat groups.
17533 2015-03-02  Jan Hubicka  <hubicka@ucw.cz>
17534             Aldy Hernandez  <aldyh@redhat.com>
17536         PR lto/65276
17537         * ipa-devirt.c (add_type_duplicate): Remove odr_violated assert
17538         when checking TYPE_BINFO.
17540 2015-03-02  Richard Biener  <rguenther@suse.de>
17542         PR ipa/65270
17543         * ipa-icf-gimple.c: Include builtins.h.
17544         (func_checker::compare_memory_operand): Compare base alignment.
17546 2015-03-02  Ilya Enkovich  <ilya.enkovich@intel.com>
17548         PR target/65184
17549         * gcc/config/i386/i386.c (ix86_pass_by_reference) Bounds
17550         are never passed by reference.
17552 2015-03-02  Ilya Enkovich  <ilya.enkovich@intel.com>
17554         PR target/65183
17555         * tree-chkp.c (chkp_check_lower): Don't check against
17556         zero bounds for already instrumented functions.
17557         (chkp_check_upper): Likewise.
17558         (chkp_fini): Clean pass local data to avoid wrong reusage.
17560 2015-02-28  Martin Liska  <mliska@suse.cz>
17561             Jan Hubicka  <hubicka@ucw.cz>
17563         * ipa-icf.c (sem_variable::equals): Improve debug output;
17564         get variable constructor.
17565         (sem_variable::parse): Do not filter out too early; give up on
17566         volatile and register vars.
17567         (sem_item_optimizer::filter_removed_items): Filter out nonreadonly
17568         variables.
17569         * ipa-icf.h (sem_variable::init): Do not set ctor.
17570         (sem_variable::ctor): Remove.
17572 2015-03-01  Aldy Hernandez  <aldyh@redhat.com>
17574         PR middle-end/65233
17575         * ipa-polymorphic-call.c (walk_ssa_copies): Handle empty PHIs.
17577 2015-02-28  Jan Hubicka  <hubicka@ucw.cz>
17579         * ipa-icf.c: Include stor-layout.h
17580         (sem_function::compare_cgraph_references): Rename to ...
17581         (sem_item::compare_cgraph_references): ... this one.
17582         (sem_variable::equals_wpa): New function
17583         (sem_variable::equals): Do not check stuff already verified by
17584         equals_wpa.
17585         (sem_variable::equals): Reorg based on varasm.c:compare_constant.
17586         * ipa-icf.h (sem_item): Add compare_cgraph_references.
17587         (sem_function): Remove compare_cgraph_references.
17588         (sem_variable): Turns equals_wpa into non-inline.
17590 2015-02-28  Jan Hubicka  <hubicka@ucw.cz>
17592         * ipa-icf.c (sem_function::init): Fix formating; skip GIMPLE_PREDICT.
17593         (sem_item::add_expr): New function.
17594         (sem_function::hash_stmt): Handle operands of most statements.
17595         (sem_variable::get_hash): Hash the actual constructor.
17596         * ipa-icf.h (sem_item): Add add_expr.
17597         (sem_function): Update prototype of hash_stmt
17599 2015-02-28  Martin Liska  <mliska@suse.cz>
17600             Jan Hubicka  <hubicka@ucw.cz>
17602         PR ipa/65245
17603         * ipa-icf-gimple.c (func_checker::compare_function_decl):
17604         Remove.
17605         (func_checker::compare_variable_decl): Skip symtab vars.
17606         (func_checker::compare_cst_or_decl): Update.
17607         * ipa-icf.c (sem_function::parse): Do not consider aliases.
17608         (sem_function::compare_cgraph_references): Add ADDRESS parameter;
17609         use correct symtab predicates.
17610         (sem_function::equals_wpa): Update uses of compare_cgraph_references.
17611         (sem_variable::parse):  Update comment.
17612         (sem_item_optimizer::build_graph): Consider ultimate aliases
17613         for references.
17615 2015-02-28  Jan Hubicka  <hubicka@ucw.cz>
17617         * ipa-icf-gimple.c (func_checker::compare_operand): Fix handling
17618         of OBJ_TYPE_REF.
17620 2015-02-28  Jan Hubicka  <hubicka@ucw.cz>
17622         * ipa-icf.c (sem_function::merge): Fix handling of COMDAT.
17623         (sem_variable::merge) Likewise.
17625 2015-02-28  Jan Hubicka  <hubicka@ucw.cz>
17627         * ipa-inline.c (can_inline_edge_p): Match opt_for_fn on inline
17628         target; also match flag_ipa_devirt.
17630 2015-03-01  Martin Liska  <mliska@suse.cz>
17631             Jan Hubicka  <hubicka@ucw.cz>
17633         * ipa-icf-gimple.c (func_checker::compare_variable_decl):
17634         Validate variable alignment.
17635         * ipa-icf.c (sem_function::equals_private): Be more precise
17636         about non-common function attributes.
17637         (sem_variable::equals): Likewise.
17639 2015-02-28  Jan Hubicka  <hubicka@ucw.cz>
17641         PR ipa/65237
17642         * ipa-icf.c (sem_function::merge): Do not attempt to produce alias
17643         across COMDAT group boundary.
17645 2015-02-28  Jan Hubicka  <hubicka@ucw.cz>
17647         PR ipa/65232
17648         * ipa-icf.c (clear_decl_rtl): New function.
17649         (sem_function::merge): Clear RTL before forming alias.
17650         (sem_variable::merge): Clear RTL before forming alias.
17652 2015-02-28  Jan Hubicka  <hubicka@ucw.cz>
17654         PR ipa/65236
17655         * cgraphunit.c (cgraph_node::expand_thunk): Enable return slot opt.
17657 2015-02-28  Xingxing Pan  <xxingpan@marvell.com>
17659         * config/aarch64/aarch64.md: (mov<mode>_aarch64): Change type
17660         to neon_to_gp<q>.
17662 2015-02-27  Vladimir Makarov  <vmakarov@redhat.com>
17664         * params.def (PARAM_LRA_INHERITANCE_EBB_PROBABILITY_CUTOFF): Fix
17665         a typo in the description.
17667 2015-02-27  Vladimir Makarov  <vmakarov@redhat.com>
17669         PR target/64317
17670         * params.def (PARAM_LRA_INHERITANCE_EBB_PROBABILITY_CUTOFF): New.
17671         * params.h (LRA_INHERITANCE_EBB_PROBABILITY_CUTOFF): New.
17672         * lra-constraints.c: Include "params.h".
17673         (EBB_PROBABILITY_CUTOFF): Use
17674         LRA_INHERITANCE_EBB_PROBABILITY_CUTOFF.
17675         (lra_inheritance): Use '<' instead of '<=' for
17676         EBB_PROBABILITY_CUTOFF.
17677         * doc/invoke.texi (lra-inheritance-ebb-probability-cutoff):
17678         Document change.
17680 2015-02-27  Martin Liska  <mliska@suse.cz>
17682         * ipa-icf.h (struct symbol_compare_hashmap_traits): Add missing
17683         vector length condition.
17685 2015-02-27  Sandra Loosemore  <sandra@codesourcery.com>
17687         * doc/extend.texi (x86 transactional memory intrinsics):
17688         Reorganize discussion of _xbegin.  Clarify that the return
17689         value is a bit mask.  Expand example and move to end of section.
17691 2015-02-26  Jakub Jelinek  <jakub@redhat.com>
17692             Aldy Hernandez  <aldyh@redhat.com>
17694         PR rtl-optimization/65220
17695         * config/i386/i386.md (*udivmod<mode>4_pow2): New.
17697 2015-02-27  Vladimir Makarov  <vmakarov@redhat.com>
17699         PR target/65032
17700         * lra-remat.c (update_scratch_ops): New.
17701         (do_remat): Call it.
17702         * lra.c (lra_register_new_scratch_op): New. Take code from ...
17703         (remove_scratches): ... here.
17704         * lra-int.h (lra_register_new_scratch_op): New prototype.
17706 2015-02-27  Marek Polacek  <polacek@redhat.com>
17708         PR c/65040
17709         * doc/invoke.texi: Update to reflect that -Wformat=2 doesn't enable
17710         -Wformat-signedness anymore.
17712 2015-02-27  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
17714         * config/s390/s390.c: (s390_atomic_assign_expand_fenv): New
17715         function.
17716         (TARGET_ATOMIC_ASSIGN_EXPAND_FENV): Define macro.
17718 2015-02-27  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
17720         * config/s390/s390.c (enum s390_builtin):
17721         Add S390_BUILTIN_S390_SFPC and S390_BUILTIN_S390_EFPC.
17722         (code_for_builtin): Add CODE_FOR_s390_sfpc and CODE_FOR_s390_efpc.
17723         (s390_init_builtins): Generate new builtin functions.
17724         * config/s390/s390.md (UNSPECV_SFPC, UNSPECV_EFPC): New constants.
17725         (s390_sfpc, s390_efpc): New pattern definitions.
17727 2015-02-27  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
17729         * config/s390/s390.c: (enum s390_builtin, s390_expand_builtin):
17730         Rename S390_BUILTIN_max to S390_BUILTIN_MAX.
17731         (s390_builtin_decls): New array.
17732         (s390_init_builtins): Put builtin decls into s390_builtin_decls.
17733         (s390_builtin_decl): New function.
17734         (TARGET_BUILTIN_DECL): Define macro.
17736 2015-02-27  Richard Biener  <rguenther@suse.de>
17738         PR middle-end/63175
17739         * builtins.c (get_object_alignment_2): Make sure to re-apply
17740         the ANDed mask after recursing to its operand gets us a new
17741         misalignment bit position.
17743 2015-02-26  Jan Hubicka  <hubicka@ucw.cz>
17744             Martin Liska  <mliska@suse.cz>
17746         PR bootstrap/65150
17747         * ipa-icf.c (symbol_compare_collection::symbol_compare_colleciton):
17748         Use address_matters_p.
17749         (redirect_all_callers, set_addressable): New functions.
17750         (sem_function::merge): Reorganize and fix merging issues.
17751         (sem_variable::merge): Likewise.
17752         (sem_variable::compare_sections): Remove.
17753         * common.opt (fmerge-all-constants, fmerge-constants): Remove
17754         Optimization flag.
17755         * symtab.c (symtab_node::resolve_alias): When alias has aliases,
17756         redirect them.
17757         (symtab_node::make_decl_local): Set ADDRESSABLE bit when
17758         decl is used.
17759         (address_matters_1): New function.
17760         (symtab_node::address_matters_p): New function.
17761         * cgraph.c (cgraph_edge::verify_corresponds_to_fndecl): Fix
17762         check for merged flag.
17763         * cgraph.h (address_matters_p): Declare.
17764         (symtab_node::address_taken_from_non_vtable_p): Remove.
17765         (symtab_node::address_can_be_compared_p): New method.
17766         (ipa_ref::address_matters_p): Move here from ipa-ref.c; simplify.
17767         * ipa-visibility.c (symtab_node::address_taken_from_non_vtable_p):
17768         Remove.
17769         (comdat_can_be_unshared_p_1) Use address_matters_p.
17770         (update_vtable_references): Fix formating.
17771         * ipa-ref.c (ipa_ref::address_matters_p): Move inline.
17772         * cgraphunit.c (cgraph_node::create_wrapper): Drop UNINLINABLE flag.
17773         * cgraphclones.c: Preserve merged and icf_merged flags.
17775 2015-02-26  Sandra Loosemore  <sandra@codesourcery.com>
17777         * doc/extend.texi (Function Attributes): Fix spelling and typos.
17778         (Label Attributes): Likewise.
17779         (Cilk Plus Builtins): Likewise.
17780         (ARC SIMD Built-in Functions): Likewise.
17781         (ARM C Language Extensions (ACLE)): Likewise.
17782         (PowerPC Built-in Functions): Likewise.
17783         (PowerPC Hardware Transactional Memory Built-in Functions):
17784         Likewise.
17786 2015-02-26  Jakub Jelinek  <jakub@redhat.com>
17788         PR tree-optimization/65216
17789         * tree-ssa-reassoc.c (rewrite_expr_tree): Force creation of
17790         new stmt and new SSA_NAME for lhs whenever the arguments have
17791         changed and weren't just swapped.  Fix comment typo.
17793         PR tree-optimization/65215
17794         * tree-ssa-math-opts.c (find_bswap_or_nop_load): Return false
17795         for PDP endian targets.
17796         (perform_symbolic_merge, find_bswap_or_nop_1, find_bswap_or_nop):
17797         Fix up formatting issues.
17798         (bswap_replace): Likewise.  For BYTES_BIG_ENDIAN, if the final access
17799         size is smaller than the original, adjust MEM_REF offset by the
17800         difference of sizes.  Use is_gimple_mem_ref_addr instead of
17801         is_gimple_min_invariant test to avoid adding address temporaries.
17803 2015-02-26  Martin Liska  <mliska@suse.cz>
17804             Jan Hubicka  <hubicka@ucw.cz>
17806         PR ipa/64693
17807         * ipa-icf.c (symbol_compare_collection::symbol_compare_collection): New.
17808         (sem_item_optimizer::subdivide_classes_by_sensitive_refs): New function.
17809         (sem_item_optimizer::process_cong_reduction): Include division by
17810         sensitive references.
17811         * ipa-icf.h (struct symbol_compare_hashmap_traits): New class.
17812         * ipa-ref.c (ipa_ref::address_matters_p): New function.
17813         * ipa-ref.h (ipa_ref::address_matters_p): Likewise.
17815 2015-02-26  Georg-Johann Lay  <avr@gjlay.de>
17817         PR target/65192
17818         * config/avr/avr-protos.h (tiny_valid_direct_memory_access_range):
17819         Remove.
17820         * config/avr/avr.c: Same.
17821         (avr_legitimate_address_p) <AVR_TINY, CONSTANT_ADDRESS_P>:
17822         Refuse any constant address not in 0..0xbf.
17823         * config/avr/avr.md (*mov<mode>, *movsf): Remove
17824         tiny_valid_direct_memory_access_range from insn conditions.
17825         (mov<mode>): Don't special-case expansion of avrtiny addresses.
17827 2015-02-26  Oleg Endo  <olegendo@gcc.gnu.org>
17829         PR target/61142
17830         * config/sh/sh.c (sh_check_add_incdec_notes): New function.
17831         * config/sh/sh-protos.h (sh_check_add_incdec_notes): Declare it.
17832         * config/sh/predicates.md (const_logical_operand): New predicate.
17833         * config/sh/sh.md: Add new peephole2 patterns.
17835 2015-02-26  Marek Polacek  <polacek@redhat.com>
17837         PR ipa/65008
17838         * ipa-inline.c (early_inliner): Recompute inline parameters.
17840 2015-02-26  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
17842         PR target/65171
17843         * config/rs6000/rs6000.c (rs6000_analyze_swaps): Ensure
17844         instructions with TImode operands are included in the analysis.
17846 2015-02-26  Sebastian Pop  <s.pop@samsung.com>
17848         * tree-ssa-threadupdate.c (dump_jump_thread_path): Print all edges
17849         of an EDGE_FSM_THREAD.
17851 2015-02-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17853         * config/rs6000/htm.md (tcheck): Fix assembly encoding.
17855 2015-02-25  Aldy Hernandez  <aldyh@redhat.com>
17857         PR debug/46102
17858         * dwarf2out.c (dwarf2out_init): Disable -feliminate-dwarf2-dups.
17860 2015-02-26  Sebastian Pop  <s.pop@samsung.com>
17862         PR tree-optimization/65048
17863         * tree-ssa-threadupdate.c (valid_jump_thread_path): New.
17864         (thread_through_all_blocks): Call valid_jump_thread_path.
17865         Remove invalid FSM jump-thread paths.
17867 2015-02-26  Jakub Jelinek  <jakub@redhat.com>
17869         * passes.c (ipa_write_summaries_1): Call lto_output_init_mode_table.
17870         (ipa_write_optimization_summaries): Likewise.
17871         * tree-streamer.h: Include data-streamer.h.
17872         (streamer_mode_table): Declare extern variable.
17873         (bp_pack_machine_mode, bp_unpack_machine_mode): New inline functions.
17874         * lto-streamer-out.c (lto_output_init_mode_table,
17875         lto_write_mode_table): New functions.
17876         (produce_asm_for_decls): Call lto_write_mode_table when streaming
17877         offloading LTO.
17878         * lto-section-in.c (lto_section_name): Add "mode_table" entry.
17879         (lto_create_simple_input_block): Add mode_table argument to the
17880         lto_input_block constructors.
17881         * ipa-prop.c (ipa_prop_read_section, read_replacements_section):
17882         Likewise.
17883         * data-streamer-in.c (string_for_index): Likewise.
17884         * ipa-inline-analysis.c (inline_read_section): Likewise.
17885         * ipa-icf.c (sem_item_optimizer::read_section): Likewise.
17886         * lto-cgraph.c (input_cgraph_opt_section): Likewise.
17887         * lto-streamer-in.c (lto_read_body_or_constructor,
17888         lto_input_toplevel_asms): Likewise.
17889         (lto_input_mode_table): New function.
17890         * tree-streamer-out.c (pack_ts_fixed_cst_value_fields,
17891         pack_ts_decl_common_value_fields, pack_ts_type_common_value_fields):
17892         Use bp_pack_machine_mode.
17893         * real.h (struct real_format): Add name field.
17894         * lto-streamer.h (enum lto_section_type): Add LTO_section_mode_table.
17895         (class lto_input_block): Add mode_table member.
17896         (lto_input_block::lto_input_block): Add mode_table_ argument,
17897         initialize mode_table.
17898         (struct lto_file_decl_data): Add mode_table field.
17899         (lto_input_mode_table, lto_output_init_mode_table): New prototypes.
17900         * tree-streamer-in.c (unpack_ts_fixed_cst_value_fields,
17901         unpack_ts_decl_common_value_fields,
17902         unpack_ts_type_common_value_fields): Call bp_unpack_machine_mode.
17903         * tree-streamer.c (streamer_mode_table): New variable.
17904         * real.c (ieee_single_format, mips_single_format,
17905         motorola_single_format, spu_single_format, ieee_double_format,
17906         mips_double_format, motorola_double_format,
17907         ieee_extended_motorola_format, ieee_extended_intel_96_format,
17908         ieee_extended_intel_128_format, ieee_extended_intel_96_round_53_format,
17909         ibm_extended_format, mips_extended_format, ieee_quad_format,
17910         mips_quad_format, vax_f_format, vax_d_format, vax_g_format,
17911         decimal_single_format, decimal_double_format, decimal_quad_format,
17912         ieee_half_format, arm_half_format, real_internal_format): Add name
17913         field.
17914         * config/pdp11/pdp11.c (pdp11_f_format, pdp11_d_format): Likewise.
17916 2015-02-26  Yuri Rumyantsev  <ysrumyan@gmail.com>
17918         PR target/65161
17919         * config/i386/i386.c (ix86_sched_reorder): Skip instruction
17920         reordering for selective scheduling.
17922 2015-02-26  Terry Guo  <terry.guo@arm.com>
17924         * config/arm/arm-cores.def (cortex-m7): Add flag FL_NO_VOLATILE_CE.
17925         * config/arm/arm-protos.h (FL_NO_VOLATILE_CE): New flag.
17926         (arm_arch_no_volatile_ce): Declare new global variable.
17927         * config/arm/arm.c (arm_arch_no_volatile_ce): New global variable.
17928         (arm_option_override): Assign value to arm_arch_no_volatile_ce.
17929         * config/arm/arm.h (arm_arch_no_volatile_ce): Declare it.
17930         (TARGET_NO_VOLATILE_CE): New macro.
17931         * config/arm/arm.md (arm_comparison_operator): Disabled if not allow
17932         volatile memory access in IT block
17934 2015-02-25  Kai Tietz  <ktietz@redhat.com>
17936         PR tree-optimization/61917
17937         * tree-vect-loop.c (vectorizable_reduction): Handle obvious case
17938         that reduc_def_stmt is null.
17940 2015-02-25  Martin Liska  <mliska@suse.cz>
17942         * ipa-icf-gimple.c (func_checker::compare_variable_decl): Compare
17943         hard register variables.
17945 2015-02-25  Kai Tietz  <ktietz@redhat.com>
17947         PR target/64212
17948         * symtab.c (symtab::make_decl_local): Set DECL_IMPORT_P explicit to 0.
17949         (symtab::noninterposable_alias): Likewise.
17951 2015-02-25  Ilya Enkovich  <ilya.enkovich@intel.com>
17953         PR target/65167
17954         * gcc/config/i386/i386.c (ix86_function_arg_regno_p): Support
17955         bounds registers.
17956         (avoid_func_arg_motion): Add dependencies for BNDSTX insns.
17958 2015-02-25  Alan Lawrence  <alan.lawrence@arm.com>
17960         PR target/64997
17961         * config/aarch64/aarch64.md (*xor_one_cmpl<mode>3): Use FP_REGNUM_P
17962         as split condition; force split via '#' in output pattern.
17964 2015-02-25  Richard Biener  <rguenther@suse.de>
17965             Kai Tietz  <ktietz@redhat.com>
17967         PR tree-optimization/61917
17968         * tree-vect-loop.c (vectorizable_reduction): Allow
17969         vect_internal_def without reduction to exit graceful.
17971 2015-02-25  Georg-Johann Lay  <avr@gjlay.de>
17973         PR target/65196
17974         * config/avr/avr.c (avr_adjust_insn_length): Call recog_memoized
17975         only with NONDEBUG_INSN_P.
17977 2015-02-25  Georg-Johann Lay  <avr@gjlay.de>
17979         Use variadic macros with avr-log.c.
17981         * config/avr/avr-protos.h (avr_vdump): New prototype.
17982         (avr_log_set_caller_e, avr_log_set_caller_f): Remove protos.
17983         (avr_edump, avr_fdump, avr_dump): (Re)define to use avr_vdump.
17984         * config/avr/avr-log.c: Adjust comments.
17985         (avr_vdump): New function.
17986         (avr_vadump): Pass caller as 2nd argument instead of format string.
17987         (avr_log_caller, avr_log_fdump_e, avr_log_fdump_f)
17988         (avr_log_set_caller_e, avr_log_set_caller_f): Remove.
17990 2015-02-25  Jakub Jelinek  <jakub@redhat.com>
17992         PR lto/64374
17993         * target.def (target_option_stream_in): New target hook.
17994         * tree-streamer-in.c (streamer_read_tree_bitfields): Invoke
17995         targetm.target_option.post_stream_in if non-NULL.
17996         * doc/tm.texi.in: Add @hook TARGET_OPTION_POST_STREAM_IN.
17997         * doc/tm.texi: Updated.
17998         * config/i386/i386.c (ix86_function_specific_post_stream_in): New
17999         function.
18000         (TARGET_OPTION_POST_STREAM_IN): Redefine.
18002 2015-02-24  Jeff Law  <law@redhat.com>
18004         PR target/65117
18005         * config/xtensa/xtensa.md (zero_cost_loop_start): Reverse numbering
18006         of operand 0 and operand 2.
18007         (zero_cost_loop_end, loop_end): Similarly.
18009 2015-02-24  Aldy Hernandez  <aldyh@redhat.com>
18011         * gimple.h (gimple_build_assign): Rename CXX_MEM_STAT_DECL to
18012         CXX_MEM_STAT_INFO.
18014 2015-02-24  DJ Delorie  <dj@redhat.com>
18016         * config/rl78/rl78-protos.h (rl78_split_movsi): Accept a mode as well.
18017         * config/rl78/rl78-expand.md (movsf): New, same as movsi.
18018         * config/rl78/rl78.c (rl78_split_movsi): Accept a mode, use it
18019         instead of hardcoding SImode.
18021 2015-02-24  Bernd Schmidt  <bernds@codesourcery.com>
18023         * omp-low.c (create_omp_child_function): Tag entrypoint
18024         functions with a special attribute.
18026 2015-02-24  Michael Haubenwallner <michael.haubenwallner@ssi-schaefer.com>
18028         PR target/65058
18029         * config/rs6000/xcoff.h (ASM_OUTPUT_EXTERNAL): Drop unused variable.
18031 2015-02-24  Vladimir Makarov  <vmakarov@redhat.com>
18033         PR rtl-optimization/65123
18034         * lra-remat.c (operand_to_remat): Check hard regs in insn
18035         definition too.
18037 2015-02-24  Nick Clifton  <nickc@redhat.com>
18039         * config/v850/v850.h (ASM_SPEC): Pass -msoft-float/-mhard-float on
18040         to the assembler.
18042 2015-02-24  Thomas Schwinge  <thomas@codesourcery.com>
18044         PR libgomp/64625
18045         * omp-builtins.def (BUILT_IN_GOACC_DATA_START): Specify as
18046         BT_FN_VOID_INT_SIZE_PTR_PTR_PTR, not
18047         BT_FN_VOID_INT_PTR_SIZE_PTR_PTR_PTR.
18048         (BUILT_IN_GOACC_ENTER_EXIT_DATA, BUILT_IN_GOACC_UPDATE): Specify as
18049         BT_FN_VOID_INT_SIZE_PTR_PTR_PTR_INT_INT_VAR, not
18050         BT_FN_VOID_INT_PTR_SIZE_PTR_PTR_PTR_INT_INT_VAR.
18051         (BUILT_IN_GOACC_PARALLEL): Specify as
18052         BT_FN_VOID_INT_OMPFN_SIZE_PTR_PTR_PTR_INT_INT_INT_INT_INT_VAR, not
18053         BT_FN_VOID_INT_OMPFN_PTR_SIZE_PTR_PTR_PTR_INT_INT_INT_INT_INT_VAR.
18054         * builtin-types.def
18055         (BT_FN_VOID_INT_PTR_SIZE_PTR_PTR_PTR_INT_INT_VAR)
18056         (BT_FN_VOID_INT_OMPFN_PTR_SIZE_PTR_PTR_PTR_INT_INT_INT_INT_INT_VAR):
18057         Remove function types.
18058         (BT_FN_VOID_INT_SIZE_PTR_PTR_PTR)
18059         (BT_FN_VOID_INT_SIZE_PTR_PTR_PTR_INT_INT_VAR)
18060         (BT_FN_VOID_INT_OMPFN_SIZE_PTR_PTR_PTR_INT_INT_INT_INT_INT_VAR):
18061         New function types.
18063 2015-02-24  Georg-Johann Lay  <avr@gjlay.de>
18065         * config/avr/stdfix.h [__WITH_AVRLIBC__]: Include <stdfix-avrlibc.h>.
18067 2015-02-24  Jakub Jelinek  <jakub@redhat.com>
18069         PR tree-optimization/65170
18070         * wide-int.cc (wi::mul_internal): For the umul_ppmm optimization,
18071         if val[1] < 0, clear also val[2] and return 3.
18073 2015-02-24  Alan Modra  <amodra@gmail.com>
18075         PR target/65172
18076         * config/rs6000/rs6000.c (get_memref_parts): Only return true
18077         when *base is a reg.  Handle nested plus addresses.  Simplify
18078         pre_modify test.
18080 2015-02-22  Max Filippov  <jcmvbkbc@gmail.com>
18082         * config/xtensa/xtensa.h (CONSTANT_ALIGNMENT, DATA_ALIGNMENT):
18083         use natural alignment when optimizing for size.
18085 2015-02-23  Kaz Kojima  <kkojima@gcc.gnu.org>
18087         PR target/65153
18088         * config/sh/sh.md (movsicc_true+3): Remove peephole.
18089         * config/sh/sh-protos.h (replace_n_hard_rtx): Don't declare.
18090         * config/sh/sh.c (replace_n_hard_rtx): Remove.
18092 2015-02-23  Richard Sandiford  <richard.sandiford@arm.com>
18094         PR fortran/63427
18095         * wide-int.cc (wi::from_mpz): Cope with unwrapped values that are
18096         too big for a wide_int.  Implement missing wrapping operation.
18098 2015-02-23  Oleg Endo  <olegendo@gcc.gnu.org>
18100         PR target/65163
18101         * config/sh/sh.md (swapbsi2, related peephole2): Use const_int -65536
18102         instead of const_int 4294901760.
18104 2015-02-23  Georg-Johann Lay  <avr@gjlay.de>
18106         * config/avr/t-avr: Fix typo in comment.
18108 2015-02-21  Richard Sandiford  <richard.sandiford@arm.com>
18110         * doc/rtl.texi (fma): Clarify documentation.
18112 2015-02-20  Aldy Hernandez  <aldyh@redhat.com>
18114         PR debug/58123
18115         * gimplify.c (gimplify_expr): Prefer location of TRY_FINALLY_EXPR
18116         over input_location.
18118 2015-02-20  Bernd Schmidt  <bernds@codesourcery.com>
18120         * tree-streamer-in.c (unpack_ts_decl_common_value_fields,
18121         unpack_ts_type_common_value_fields): If ACCEL_COMPILER,
18122         restrict alignments to absolute_biggest_alignment.
18123         * config/i386/i386.c (TARGET_ABSOLUTE_BIGGEST_ALIGNMENT):
18124         Define.
18125         * doc/tm.texi.in (TARGET_ABSOLUTE_BIGGEST_ALIGNMENT): Add.
18126         * doc/tm.texi: Regenerate.
18127         * target.def (absolute_biggest_alignment): New DEFHOOKPOD.
18129 2015-02-20  Vladimir Makarov  <vmakarov@redhat.com>
18131         PR target/64172
18132         * ira-color.c (color_pass): Prevent splitting multi-register pseudos.
18134 2015-02-20  Richard Biener  <rguenther@suse.de>
18136         PR tree-optimization/65136
18137         * tree-ssa-propagate.c: Include cfgloop.h.
18138         (replace_phi_args_in): Avoid replacing loop latch edge PHI
18139         arguments with constants.
18141 2015-02-20  Jakub Jelinek  <jakub@redhat.com>
18142             Martin Liska  <mliska@suse.cz>
18144         PR target/63892
18145         * ipa-icf.c (sem_function::merge): If DECL_COMDAT_GROUP (alias->decl),
18146         don't try to create_thunk if stdarg_p.  If
18147         !sem_item::target_supports_symbol_aliases_p (), similarly, and try to
18148         redirect_callers if possible.
18149         (sem_item_optimizer::execute): Call unregister_hooks here...
18150         (ipa_icf_driver): ... instead of here.
18152 2015-02-20  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
18154         * config/aarch64/aarch64.md (*aarch64_lshr_sisd_or_int_<mode>3):
18155         Mark operand 0 as earlyclobber in 2nd alternative.
18156         (1st define_split below *aarch64_lshr_sisd_or_int_<mode>3):
18157         Write negated shift amount into QI lowpart operand 0 and use it
18158         in the shift step.
18159         (2nd define_split below *aarch64_lshr_sisd_or_int_<mode>3): Likewise.
18161 2015-02-20  Bernd Schmidt  <bernds@codesourcery.com>
18163         * cgraph.h (clone_function_name_1): Declare.
18164         * cgraphclones.c (clone_function_name_1): New function.
18165         (clone_function_name): Use it.
18166         * lto-partition.c: Include "stringpool.h".
18167         (must_not_rename, maybe_rewrite_identifier)
18168         (validize_symbol_for_target): New static functions.
18169         (privatize_symbol_name): Use must_not_rename.
18170         (promote_symbol): Call validize_symbol_for_target.
18171         (lto_promote_cross_file_statics): Likewise.
18172         (lto_promote_statics_nonwpa): Likewise.
18174 2015-02-20  Georg-Johann Lay  <avr@gjlay.de>
18176         PR target/64452
18177         * config/avr/avr.md (pushhi_insn): New insn.
18178         (push<mode>1): Push virtual regs in one chunk using pushhi1_insn.
18180 2015-02-20  Bernd Schmidt  <bernds@codesourcery.com>
18181             Jakub Jelinek  <jakub@redhat.com>
18183         * tree-streamer.c (preload_common_nodes): Don't preload
18184         TI_VA_LIST* for offloading.
18185         * tree-stdarg.c (pass_stdarg::gate): Disable for ACCEL_COMPILER
18186         in_lto_p.
18188 2015-02-19  John David Anglin  <danlgin@gcc.gnu.org>
18190         * config/pa/pa.c (pa_emit_move_sequence): Always force
18191         (const (plus (symbol) (const_int))) to const mem.  Put REG_EQUAL
18192         note on insn.
18194         * config/pa/pa.c (pa_reloc_rw_mask): New function.
18195         (TARGET_ASM_RELOC_RW_MASK): Define.
18196         (pa_cannot_force_const_mem): Revert previous change.
18198 2015-02-19  Martin Jambor  <mjmabor@suse.cz>
18199             Jan Hubicka  <hubicka@ucw.cz>
18201         PR ipa/65028
18202         * ipa-cp.c (propagate_alignment_accross_jump_function): Fix propagation
18203         across jump functions.
18205 2015-02-19  Uros Bizjak  <ubizjak@gmail.com>
18207         * config/alpha/alpha.c (alpha_in_small_data_p): Reject common symbols.
18209 2015-02-19  Sandra Loosemore  <sandra@codesourcery.com>
18211         * doc/extend.texi (x86 transactional memory intrinsics): Copy-edit.
18213 2015-02-19  Richard Henderson  <rth@redhat.com>
18215         PR middle-end/65074
18216         * varasm.c (default_binds_local_p_2): Don't test node->definition;
18217         test DECL_EXTERNAL independent of symtab_node.
18219 2015-02-19  Jakub Jelinek  <jakub@redhat.com>
18221         PR lto/65012
18222         * varpool.c (varpool_node::get_constructor): Return early
18223         if this->lto_file_data is NULL.
18225 2015-02-19  Maxim Kuvyrkov  <maxim.kuvyrkov@linaro.org>
18227         * haifa-sched.c (enum rfs_decision, rfs_str): Remove RFS_DEBUG.
18228         (rank_for_schedule_debug): Update.
18229         (ready_sort): Make static.  Move sorting logic to ...
18230         (ready_sort_debug, ready_sort_real): New static functions.
18231         (schedule_block): Sort both debug insns and real insns in preparation
18232         for ready list trimming.  Improve debug output.
18233         * sched-int.h (ready_sort): Remove global declaration.
18235 2015-02-18  Trevor Saunders  <tsaunders@mozilla.com>
18237         * ipa-icf.c (sem_function::equals_private): Adjust.
18238         (sem_function::bb_dict_test): Take a vec<int> * instead of
18239         auto_vec<int>.
18240         * ipa-icf.h (bb_dict_test): Likewise.
18242 2015-02-18  Jakub Jelinek  <jakub@redhat.com>
18244         PR gcov-profile/64634
18245         * tree-eh.c (frob_into_branch_around): Fix up typos
18246         in function comment.
18247         (lower_catch): Put eh_seq resulting from EH lowering of
18248         the cleanup sequence after the cleanup rather than before it.
18250 2015-02-18  Tom de Vries  <tom@codesourcery.com>
18252         * common.opt (fstdarg-opt): New option.
18253         * tree-stdarg.c (pass_stdarg::gate): Use flag_stdarg_opt.
18254         * doc/invoke.texi (@item Optimization Options): Add -fstdarg-opt.
18255         (@item -fstdarg-opt): New item.
18257 2015-02-18  H.J. Lu  <hongjiu.lu@intel.com>
18259         PR target/65064
18260         * config/ia64/predicates.md (sdata_symbolic_operand): Return false
18261         for common symbols.
18263 2015-02-18  Jakub Jelinek  <jakub@redhat.com>
18265         * config/i386/t-intelmic (mkoffload.o): Remove dependency on
18266         insn-modes.h.
18267         (ALL_HOST_OBJS): Add mkoffload.o.
18268         * config/nvptx/t-nvptx (ALL_HOST_OBJS): Likewise.
18270 2015-02-18  Jan Hubicka  <hubicka@ucw.cz>
18272         * ipa-devirt.c (odr_subtypes_equivalent_p): Fix formating.
18273         (compare_virtual_tables): Be smarter about skipping typeinfos;
18274         do sane output on virtual table table mismatch.
18275         (warn_odr): Be ready for forward declarations of enums;
18276         output sane info on base mismatch and virtual table mismatch.
18277         (add_type_duplicate): Fix code choosing prevailing type; do not ICE
18278         when only one type is polymorphic.
18279         (get_odr_type): Fix hashtable corruption.
18280         (dump_odr_type): Dump mangled names.
18282 2015-02-18  Richard Biener  <rguenther@suse.de>
18284         PR tree-optimization/65063
18285         * tree-predcom.c (determine_unroll_factor): Return 1 if we
18286         have replaced looparound PHIs.
18288 2015-02-18  Martin Liska  <mliska@suse.cz>
18290         * lto-streamer.c (lto_streamer_init): Encapsulate
18291         streamer_check_handled_ts_structures with checking macro.
18293 2015-02-18  Jakub Jelinek  <jakub@redhat.com>
18295         PR ipa/65087
18296         * cgraphclones.c (cgraph_node::create_virtual_clone): Only copy
18297         section if !implicit_section.
18298         (cgraph_node::create_version_clone_with_body): Likewise.
18299         * trans-mem.c (ipa_tm_create_version): Likewise.
18301 2015-02-18  Richard Biener  <rguenther@suse.de>
18303         PR tree-optimization/62217
18304         * tree-ssa-dom.c (cprop_operand): Avoid propagating copies
18305         into BIVs.
18307 2015-02-18  Marek Polacek  <polacek@redhat.com>
18309         PR sanitizer/65081
18310         * ubsan.c (OBJSZ_MAX_OFFSET): Define.
18311         (ubsan_expand_objsize_ifn): Don't emit run-time check if the offset
18312         is in range [-16K, -1].  Don't issue run-time error if
18313         (ptr > ptr + offset).
18315 2015-02-18  Thomas Schwinge  <thomas@codesourcery.com>
18317         * doc/install.texi (nvptx-*-none): New section.
18318         * doc/invoke.texi (Nvidia PTX Options): Likewise.
18319         * config/nvptx/nvptx.opt: Update.
18321         * config/nvptx/mkoffload.c (parse_env_var, free_array_of_ptrs)
18322         (access_check): New functions, copied from
18323         config/i386/intelmic-mkoffload.c.
18324         (main): For non-installed testing, look in all COMPILER_PATHs for
18325         GCC_INSTALL_NAME.
18327         * config/nvptx/nvptx.h (GOMP_SELF_SPECS): Define macro.
18329 2015-02-18  Andrew Pinski  <apinski@cavium.com>
18330             Naveen H.S  <Naveen.Hurugalawadi@caviumnetworks.com>
18332         * config/aarch64/aarch64.c (*aarch64_load_symref_appropriately):
18333         Check whether the destination of SYMBOL_SMALL_TPREL is Pmode.
18335 2015-02-17  Jan Hubicka  <hubicka@ucw.cz>
18337         * ipa-visibility.c (function_and_variable_visibility): Only
18338         check locality if node is not already local.
18339         * ipa-inline.c (want_inline_function_to_all_callers_p): Use
18340         call_for_symbol_and_aliases instead of
18341         call_for_symbol_thunks_and_aliases.
18342         (ipa_inline): Likewise.
18343         * cgraph.c (cgraph_node::call_for_symbol_thunks_and_aliases):
18344         first walk aliases.
18345         * ipa.c (symbol_table::remove_unreachable_nodes): Use
18346         call_for_symbol_and_aliases.
18347         * ipa-profile.c (ipa_propagate_frequency_data): Add function_symbol.
18348         (ipa_propagate_frequency_1): Use it; use opt_for_fn
18349         (ipa_propagate_frequency): Update.
18350         (ipa_profile): Add opt_for_fn gueards.
18352 2015-02-17  Oleg Endo  <olegendo@gcc.gnu.org>
18354         * config/sh/sh.opt (mcbranch-force-delay-slot): New option.
18355         * doc/invoke.texi (SH options): Document it.
18356         * config/sh/sh.c (sh_insn_length_adjustment): Check
18357         TARGET_CBRANCH_FORCE_DELAY_SLOT instead of sh_cpu_attr == CPU_SH2E.
18359 2015-02-17  H.J. Lu  <hongjiu.lu@intel.com>
18361         * common.opt (fipa-cp-alignment): New.
18362         * ipa-cp.c (ipcp_store_alignment_results): Check
18363         flag_ipa_cp_alignment.
18364         * opts.c (default_options_table): Enable -fipa-cp-alignment for
18365         -O2.
18366         (enable_fdo_optimizations): Set x_flag_ipa_cp_alignment.
18367         * doc/invoke.texi: Document -fipa-cp-alignment.
18369 2015-02-17  Oleg Endo  <olegendo@gcc.gnu.org>
18371         PR target/64793
18372         * config/sh/sh.md (cbranch define_delay): Set annulled true branch insn
18373         to nil.  Adjust comments.
18375 2015-02-17  Jan Hubicka  <hubicka@ucw.cz>
18377         * ipa-visibility.c (function_and_variable_visibility): Only
18378         check locality if node is not already local.
18379         * ipa-inline.c (want_inline_function_to_all_callers_p): Use
18380         call_for_symbol_and_aliases instead of
18381         call_for_symbol_thunks_and_aliases.
18382         (ipa_inline): Likewise.
18383         * cgraph.c (cgraph_node::call_for_symbol_thunks_and_aliases):
18384         first walk aliases.
18385         * ipa.c (symbol_table::remove_unreachable_nodes): Use
18386         call_for_symbol_and_aliases.
18387         * ipa-profile.c (ipa_propagate_frequency_data): Add function_symbol.
18388         (ipa_propagate_frequency_1): Use it; use opt_for_fn
18389         (ipa_propagate_frequency): Update.
18390         (ipa_profile): Add opt_for_fn guards.
18392 2015-02-17  Thomas Schwinge  <thomas@codesourcery.com>
18394         * config/nvptx/mkoffload.c (parse_file): Fix logic error in
18395         skipping of "strange" tokens.
18397 2015-02-17  Jeff Law  <law@redhat.com>
18399         * tree-vrp.c (identify_jump_threads): Use last_stmt.  Remove
18400         obsolete comment.
18402 2015-02-17  James Greenhalgh  <james.greenhalgh@arm.com>
18404         * haifa-sched.c (recompute_todo_spec): Treat SCHED_GROUP_P
18405         as forcing a HARD_DEP between instructions, thereby
18406         disallowing rewriting to break dependencies.
18408 2015-02-16  Jan Hubicka  <hubicka@ucw.cz>
18410         * symtab.c (symtab_node::verify_base): Verify body_removed->!definiton
18411         * lto-cgraph.c (lto_output_varpool_node): Do not keep definition of
18412         variables in boundary that have no inlitalizer encoded and are
18413         not aliases.
18414         * varasm.c (default_binds_local_p_2): External definitions do not
18415         count as definitions here.
18417 2015-02-16  Jeff Law  <law@redhat.com>
18419         PR tree-optimization/64823
18420         * tree-vrp.c (identify_jump_threads): Handle blocks with no real
18421         statements.
18422         * tree-ssa-threadedge.c (potentially_threadable_block): Allow
18423         threading through blocks with PHIs, but no statements.
18424         (thread_through_normal_block): Distinguish between blocks where
18425         we did not process all the statements and blocks with no statements.
18427 2015-02-16  Jakub Jelinek  <jakub@redhat.com>
18428             James Greenhalgh  <james.greenhalgh@arm.com>
18430         PR ipa/64963
18431         * cgraphclones.c (cgraph_node::create_virtual_clone): Copy
18432         section if not linkonce.  Fix up formatting.
18433         (cgraph_node::create_version_clone_with_body): Copy section.
18434         * trans-mem.c (ipa_tm_create_version): Likewise.
18436 2015-02-16  Richard Biener  <rguenther@suse.de>
18438         PR tree-optimization/65077
18439         * tree-ssa-structalias.c (get_constraint_for_1): Handle
18440         IMAGPART_EXPR, REALPART_EXPR and BIT_FIELD_REF.
18441         (find_func_aliases): Allow float values to carry pointers again.
18443 2015-02-16  James Greenhalgh  <james.greenhalgh@arm.com>
18445         * doc/install.texi (Specific): Reorder targets list to put
18446         aarch64 in alphabetical order.  Add a link to aarch64*-*-*
18447         from the top menu.
18449 2015-02-16  Michael Haubenwallner  <michael.haubenwallner@ssi-schaefer.com>
18450             David Edelsohn  <dje.gcc@gmail.com>
18452         PR target/65058
18453         * config/rs6000/rs6000.c (rs6000_output_symbol_ref): Append storage
18454         mapping class to external variable or function reference.
18455         * config/rs6000/xcoff.h (ASM_OUTPUT_EXTERNAL): Do not append storage
18456         mapping class.
18458 2015-02-16  David Eelsohn  <dje.gcc@gmail.com>
18460         PR target/53348
18461         * config/rs6000/rs6000.c (rs6000_declare_alias): Only use
18462         ASM_WEAKEN_DECL if defined.
18464 2015-02-16  Richard Biener  <rguenther@suse.de>
18466         PR lto/65015
18467         * varasm.c (default_file_start): For LTO produced units
18468         emit <artificial> as file directive.
18470 2015-02-16  Richard Biener  <rguenther@suse.de>
18472         PR tree-optimization/63593
18473         * tree-predcom.c (execute_pred_commoning_chain): Delay removing
18474         stmts and releasing SSA names until...
18475         (execute_pred_commoning): ... after processing all chains.
18477 2015-02-16  Jan Hubicka  <hubicka@ucw.cz>
18479         PR ipa/65059
18480         * ipa-comdats.c (ipa_comdats): Do not categorize thunks to
18481         external functions.
18483 2015-02-15  Sandra Loosemore  <sandra@codesourcery.com>
18485         * doc/bugreport.texi: Adjust section titles throughout the file
18486         to use "Title Case".
18487         * doc/extend.texi: Likewise.
18488         * doc/gcov.texi: Likewise.
18489         * doc/implement-c.texi: Likewise.
18490         * doc/implement-cxx.texi: Likewise.
18491         * doc/invoke.texi: Likewise.
18492         * doc/objc.texi: Likewise.
18493         * doc/standards.texi: Likewise.
18494         * doc/trouble.texi: Likewise.
18496 2015-02-15  Jan Hubicka  <hubicka@ucw.cz>
18498         * cgraph.h (symtab_node::has_aliases_p): Simplify.
18499         (symtab_node::call_for_symbol_and_aliases): Use has_aliases_p
18500         * tree.c (lookup_binfo_at_offset): Make static.
18501         (get_binfo_at_offset): Do not shadow offset; add explanatory
18502         comment.
18504 2015-02-15  John David Anglin  <danglin@gcc.gnu.org>
18506         * config/pa/pa.c (pa_secondary_reload): Request a secondary reload
18507         for all floading point loads and stores except those using a register
18508         index address.
18509         * config/pa/pa.md: Add new patterns to load a lo_sum DLT operand
18510         to a register.
18512 2015-02-14  Jan Hubicka  <hubicka@ucw.cz>
18514         * ipa-inline-analysis.c (growth_data): Add uninlinable field.
18515         (do_estimate_growth_1): Record if any uninlinable edge was seen.
18516         (estimate_growth): Handle uninlinable edges correctly.
18517         (check_callers): New.
18518         (growth_likely_positive): Handle aliases correctly.
18520 2015-02-14  Jan Hubicka  <hubicka@ucw.cz>
18522         * ipa-chkp.c: Use iterate_direct_aliases.
18523         * symtab.c (resolution_used_from_other_file_p): Move inline.
18524         (symtab_node::create_reference): Fix formating.
18525         (symtab_node::has_aliases_p): Move inline; use iterate_direct_aliases.
18526         (symtab_node::iterate_reference): Move inline.
18527         (symtab_node::iterate_referring): Move inline.
18528         (symtab_node::iterate_direct_aliases): Move inline.
18529         (symtab_node::used_from_object_file_p_worker): Inline into ...
18530         (symtab_node::used_from_object_file_p): ... this one; move inline.
18531         (symtab_node::call_for_symbol_and_aliases): Move inline;
18532         use iterate_direct_aliases.
18533         (symtab_node::call_for_symbol_and_aliases_1): New method.
18534         (cgraph_node::call_for_symbol_and_aliases): Move inline;
18535         use iterate_direct_aliases.
18536         (cgraph_node::call_for_symbol_and_aliases_1): New method.
18537         (varpool_node::call_for_node_and_aliases): Rename to ...
18538         (varpool_node::call_for_symbol_and_aliases): ... this one; Move inline;
18539         use iterate_direct_aliases.
18540         (varpool_node::call_for_symbol_and_aliases_1): New method.
18541         * ipa.c (ipa_single_use): Use iterate_direct_aliases.
18542         (ipa_discover_readonly_nonaddressable_var): Update.
18543         * ipa-devirt.c: Fix formating.
18544         * cgraph.c (cgraph_node::can_remove_if_no_direct_calls_and_refs_p):
18545         Move inline.
18546         (cgraph_node::call_for_symbol_and_aliases): Move inline.
18547         (cgraph_node::call_for_symbol_and_aliases_1): New function..
18548         * cgraph.h (used_from_object_file_p_worker): Remove.
18549         (resolution_used_from_other_file_p): Move inline.
18550         (symtab_node::has_aliases_p): Move inline; use iterate_direct_aliases.
18551         (symtab_node::iterate_reference): Move inline.
18552         (symtab_node::iterate_referring): Move inline.
18553         (symtab_node::iterate_direct_aliases): Move inline.
18554         (symtab_node::used_from_object_file_p_worker): Inline into ...
18555         (symtab_node::used_from_object_file_p): Move inline.
18556         * tree-emutls.c (ipa_lower_emutls): Update.
18557         * varpool.c (varpool_node::call_for_symbol_and_aliases_1): New method.
18558         (varpool_node::call_for_node_and_aliases): Remove.
18560 2015-02-14  Jakub Jelinek  <jakub@redhat.com>
18562         PR tree-optimization/62209
18563         * tree-ssa-reassoc.c (update_range_test): If stmt is a PHI and
18564         op == range->exp, insert seq and gimplified code after labels
18565         instead of after the phi.
18567 2015-02-13  Jeff Law  <law@redhat.com>
18569         PR bootstrap/65060
18570         Revert my change for tree-optimization/64823.
18572 2015-02-13  Jakub Jelinek  <jakub@redhat.com>
18574         PR tree-optimization/65053
18575         * tree-ssa-phiopt.c (value_replacement): When moving assign before
18576         cond, either reset VR on lhs or set it to phi result VR.
18578 2015-02-13  Jeff Law  <law@redhat.com>
18580         PR tree-optimization/64823
18581         * tree-vrp.c (identify_jump_threads): Handle blocks with no statements.
18582         * tree-ssa-threadedge.c (potentially_threadable_block): Allow
18583         threading through blocks with PHIs, but no statements.
18584         (thread_through_normal_block): Distinguish between blocks where
18585         we did not process all the statements and blocks with no statements.
18587         PR rtl-optimization/47477
18588         * match.pd (convert (plus/minus (convert @0) (convert @1): New
18589         simplifier to narrow arithmetic.
18591 2015-02-13  Jan Hubicka  <hubicka@ucw.cz>
18593         PR ipa/65028
18594         * ipa-prop.c (update_indirect_edges_after_inlining): Do not drop
18595         polymorphic call info when type is not known to be preserved.
18597 2015-02-13  Maritn Jambor  <mjambor@suse.cz>
18599         PR ipa/65028
18600         * ipa-inline-transform.c (mark_all_inlined_calls_cdtor): New function.
18601         (inline_call): Use it.
18603 2015-02-13  Thomas Schwinge  <thomas@codesourcery.com>
18605         * config/nvptx/offload.h (ACCEL_COMPILER_acc_device): Define to
18606         GOMP_DEVICE_NVIDIA_PTX.
18608 2015-02-13  Jakub Jelinek  <jakub@redhat.com>
18610         PR ipa/65034
18611         * stmt.c (emit_case_nodes): Use void_type_node instead of
18612         NULL_TREE as LABEL_DECL type.
18614 2015-02-13  John David Anglin  <danglin@gcc.gnu.org>
18616         * config/pa/constraints.md: Change "Q" and "T" constraints to memory
18617         constraints.
18618         * config/pa/pa.c (pa_cannot_force_const_mem): Don't allow constant
18619         symbolic references to data to be forced to constant memory on the
18620         SOM target.
18622 2015-02-13  Ilya Enkovich  <ilya.enkovich@intel.com>
18624         PR tree-optimization/65002
18625         * tree-cfg.c (pass_data_fixup_cfg): Don't update
18626         SSA on start.
18627         * tree-sra.c (some_callers_have_no_vuse_p): New.
18628         (ipa_early_sra): Reject functions whose callers
18629         assume function is read only.
18631 2015-02-13  Richard Biener  <rguenther@suse.de>
18633         PR lto/65015
18634         * dwarf2out.c (dwarf2out_finish): Use <artificial> as DW_AT_name
18635         for LTO produced CUs.
18637 2015-02-13  Bin Cheng  <bin.cheng@arm.com>
18639         PR tree-optimization/64705
18640         * tree-ssa-loop-niter.h (expand_simple_operations): New parameter.
18641         * tree-ssa-loop-niter.c (expand_simple_operations): New parameter.
18642         * tree-ssa-loop-ivopts.c (extract_single_var_from_expr): New.
18643         (find_bivs, find_givs_in_stmt_scev): Pass new argument to
18644         expand_simple_operations.
18646 2015-02-13  H.J. Lu  <hongjiu.lu@intel.com>
18647             Richard Henderson  <rth@redhat.com>
18649         PR rtl/32219
18650         * cgraphunit.c (cgraph_node::finalize_function): Set definition
18651         before notice_global_symbol.
18652         (varpool_node::finalize_decl): Likewise.
18653         * varasm.c (default_binds_local_p_2): Rename from
18654         default_binds_local_p_1, add weak_dominate argument.  Use direct
18655         returns instead of assigning to local variable.  Unify varpool and
18656         cgraph paths via symtab_node.  Reject undef weak variables before
18657         testing visibility.  Reorder tests for simplicity.
18658         (default_binds_local_p): Use default_binds_local_p_2.
18659         (default_binds_local_p_1): Likewise.
18660         (decl_binds_to_current_def_p): Unify varpool and cgraph paths
18661         via symtab_node.
18662         (default_elf_asm_output_external): Emit visibility when specified.
18664 2015-02-13  Alan Modra  <amodra@gmail.com>
18666         * config/rs6000/rs6000.c (rs6000_emit_epilogue): Fix typo in
18667         code setting up r11 for out-of-line fp restore.
18669 2015-02-13  Eric Botcazou  <ebotcazou@adacore.com>
18671         * config/visium/visium.opt (msv-mode): Add RejectNegative and Report.
18672         (muser-mode): Likewise.
18674 2015-02-13  Alan Modra  <amodra@gmail.com>
18676         * config/rs6000/rs6000.c (rs6000_emit_epilogue): Use addsi3_carry
18677         or adddi3_carry when restoring frame_reg_rtx from r0 after restvr.
18679 2015-02-12  David Howells  <dhowells@redhat.com>
18681         * tree-sra.c (dump_dereferences_table): Avoid -Wformat-security
18682         warning.
18683         * tree-ssa-uninit.c (dump_predicates): Likewise.
18684         * opts.c (print_filtered_help): Likewise.
18686 2015-02-12  Jakub Jelinek  <jakub@redhat.com>
18688         * dwarf2out.c (output_die): Use "%s", name instead of name to
18689         avoid -Wformat-security warning.
18691         * dwarf2asm.c (dw2_asm_output_vms_delta): Only define
18692         if ASM_OUTPUT_DWARF_VMS_DELTA is defined.
18693         * dwarf2out.c (output_die): Use dw2_asm_output_vms_delta
18694         only if ASM_OUTPUT_DWARF_VMS_DELTA is defined.
18696 2015-02-12  Jason Merrill  <jason@redhat.com>
18698         * common.opt (-flifetime-dse): New.
18700 2015-02-12  Jakub Jelinek  <jakub@redhat.com>
18702         PR sanitizer/65019
18703         * ubsan.c (ubsan_expand_objsize_ifn): Always return true.
18705         PR tree-optimization/65014
18706         * fold-const.c (fold_binary_loc): When creating {L,R}ROTATE_EXPR,
18707         use original second operand of arg0 or arg1 instead of
18708         that adjusted by STRIP_NOPS.
18710 2015-02-11  Jeff Law  <law@redhat.com>
18712         PR target/63347
18713         * haifa-sched.c (prune_ready_list): If we have a SCHED_GROUP_P insn
18714         that needs to be queued, just queue it for a single cycle.
18716 2015-02-11  Jan Hubicka  <hubicka@ucw.cz>
18718         * ipa.c (symbol_table::remove_unreachable_nodes): Avoid releasing
18719         bodies of thunks; comment on why.
18720         * symtab.c (symtab_node::get_partitioning_class): Aliases of extern
18721         symbols are extern.
18723 2015-02-11  Richard Henderson  <rth@redhat.com>
18725         PR sanitize/65000
18726         * tree-eh.c (mark_reachable_handlers): Mark source and destination
18727         regions of __builtin_eh_copy_values.
18729 2015-02-11  Jakub Jelinek  <jakub@redhat.com>
18731         PR middle-end/65003
18732         * varasm.c (place_block_symbol): Assert that DECL_RTL of the
18733         ultimate alias is MEM with SYMBOL_REF satisfying
18734         SYMBOL_REF_HAS_BLOCK_INFO_P as its operand.  Don't pass the MEM
18735         to place_block_symbol, but instead pass the SYMBOL_REF operand of it.
18737 2015-02-11  Thomas Schwinge  <thomas@codesourcery.com>
18739         * config/nvptx/mkoffload.c: Include "diagnostic.h" instead of
18740         "diagnostic-core.h".
18741         (main): Initialize progname, and call diagnostic_initialize.
18743         * config/nvptx/mkoffload.c (process): Refer to __OFFLOAD_TABLE__
18744         instead of __OPENMP_TARGET__.
18746         * config/nvptx/mkoffload.c: Include "gomp-constants.h".
18747         (process): Use its GOMP_DEVICE_NVIDIA_PTX instead of (wrongly)
18748         hard-coding PTX_ID.
18750 2015-02-11  H.J. Lu  <hongjiu.lu@intel.com>
18752         * doc/sourcebuild.texi (pie_enabled): Document.
18754 2015-02-11  Martin Liska  <mliska@suse.cz>
18756         PR ipa/64813
18757         * cgraphunit.c (cgraph_node::expand_thunk): Do not create
18758         a return value for call to a function that is noreturn.
18760 2015-02-11  Richard Biener  <rguenther@suse.de>
18762         PR lto/65015
18763         * dwarf2out.c (gen_producer_string): Drop -fltrans-output-list
18764         and -fresolution.
18766 2015-02-11  Andrew Pinski  <apinski@cavium.com>
18768         PR target/64893
18769         * config/aarch64/aarch64-builtins.c (aarch64_init_simd_builtins):
18770         Change the first argument type to size_type_node and add another
18771         size_type_node.
18772         (aarch64_simd_expand_builtin): Handle the new argument to
18773         AARCH64_SIMD_BUILTIN_LANE_CHECK and don't ICE but rather
18774         print an out when the first two arguments are not
18775         nonzero integer constants.
18776         * config/aarch64/arm_neon.h (__AARCH64_LANE_CHECK):
18777         Pass the sizeof directly to __builtin_aarch64_im_lane_boundsi.
18779 2015-02-11  Jakub Jelinek  <jakub@redhat.com>
18781         PR target/61925
18782         * config/i386/i386.c (ix86_reset_to_default_globals): Removed.
18783         (ix86_reset_previous_fndecl): Restore it here, unconditionally.
18784         (ix86_set_current_function): Rewritten.
18785         (ix86_add_new_builtins): Temporarily clear current_target_pragma
18786         when creating builtin fndecls.
18788 2015-02-10  Jan Hubicka  <hubicka@ucw.cz>
18790         PR ipa/65005
18791         * ipa-visibility.c (cgraph_node::non_local_p): Turn into static
18792         function.
18793         * symtab.c (symtab_node::verify_base): Remove check that non-definitions
18794         have no comdat group.
18795         * lto-cgraph.c (lto_output_node): Always output thunk and alias info.
18796         (lto_output_varpool_node): Always output alias info.
18797         (output_refs): Output refs of boundary aliases, too.
18798         (compute_ltrans_boundary): Add alias and thunk target into boundaries.
18799         (output_symtab): Output call eges in thunks in boundary.
18800         (get_alias_symbol): Remove.
18801         (input_node, input_varpool_node): Do not special case weakrefs.
18802         * ipa.c (symbol_table::remove_unreachable_nodes): Do not remove
18803         alias and thunks targets in the boundary; do not take removed symbols
18804         from their comdat groups.
18805         * cgraph.c (cgraph_node::local_info): Look through aliases and thunks.
18806         (cgraph_node::global_info): Remove.
18807         (cgraph_node::rtl_info): Look through aliases and thunks.
18808         * cgrpah.h (global_info): Remove.
18809         (non_local_p): Remove.
18811 2015-02-10  David Wohlferd  <dw@LimeGreenSocks.com>
18812             Sandra Loosemore  <sandra@codesourcery.com>
18814         * doc/invoke.texi (x86 Options [-masm=dialect]): Add cross-references
18815         to inline asm.  List dialects in proper order.
18817 2015-02-10  David Wohlferd  <dw@LimeGreenSocks.com>
18818             Sandra Loosemore  <sandra@codesourcery.com>
18820         * doc/extend.texi (Loop-Specific Pragmas): Fix grammar error.
18822 2015-02-10  David Wohlferd  <dw@LimeGreenSocks.com>
18824         * doc/extend.texi (Symbol-Renaming Pragmas): Restore (slightly
18825         modified) reference to Solaris.
18827 2015-02-10  Sandra Loosemore  <sandra@codesourcery.com>
18829         * doc/extend.texi (Extended Asm): Fix typos.
18831 2015-02-10  Jakub Jelinek  <jakub@redhat.com>
18833         PR sanitizer/65004
18834         * ubsan.c (ubsan_expand_vptr_ifn): Always return true.
18836 2015-02-10  Oleg Endo  <olegendo@gcc.gnu.org>
18838         PR target/64661
18839         * config/sh/sh-protos.h (TARGET_ATOMIC_ANY, TARGET_ATOMIC_STRICT,
18840         TARGET_ATOMIC_SOFT_GUSA, TARGET_ATOMIC_HARD_LLCS,
18841         TARGET_ATOMIC_SOFT_TCB, TARGET_ATOMIC_SOFT_IMASK): Add parentheses.
18842         * config/sh/constraints.md (Ara, Add): New constraints.
18843         * config/sh/sync.md (atomic_mem_operand_0, atomic_mem_operand_1): New
18844         predicates.
18845         (atomic_compare_and_swap<mode>, atomic_exchange<mode>): Use
18846         atomic_mem_operand_0.  Don't use force_reg on the memory address.
18847         (atomic_compare_and_swapsi_hard): Use atomic_mem_operand_0 predicate and
18848         Sra constraint.  Convert to insn_and_split.  Add workaround for
18849         PR 64974.
18850         (atomic_compare_and_swap<mode>_hard): Copy to
18851         atomic_compare_and_swap<mode>_hard_1.  Convert to insn_and_split.
18852         Use atomic_mem_operand_0 predicate.
18853         (atomic_compare_and_swap<mode>_soft_gusa,
18854         atomic_exchange<mode>_soft_gusa): Use atomic_mem_operand_0 predicate and
18855         AraAdd constraints.
18856         (atomic_compare_and_swap<mode>_soft_tcb,
18857         atomic_compare_and_swap<mode>_soft_imask,
18858         atomic_exchange<mode>_soft_tcb, atomic_exchange<mode>_soft_imask): Use
18859         atomic_mem_operand_0 predicate and SraSdd constraints.
18860         (atomic_exchangesi_hard) Use atomic_mem_operand_0 predicate and Sra
18861         constraint.
18862         (atomic_exchange<mode>_hard): Copy to atomic_exchange<mode>_hard_1.
18863         Convert to insn_and_split.  Use atomic_mem_operand_0 predicate.
18864         (atomic_fetch_<fetchop_name><mode>, atomic_fetch_nand<mode>,
18865         atomic_<fetchop_name>_fetch<mode>): Use atomic_mem_operand_1.  Don't use
18866         force_reg on the memory address.
18867         (atomic_fetch_<fetchop_name>si_hard, atomic_fetch_notsi_hard,
18868         atomic_fetch_nandsi_hard, atomic_<fetchop_name>_fetchsi_hard,
18869         atomic_not_fetchsi_hard, atomic_nand_fetchsi_hard): Use
18870         atomic_mem_operand_1 predicate and Sra constraint.
18871         (atomic_fetch_<fetchop_name><mode>_hard): Copy to
18872         atomic_fetch_<fetchop_name><mode>_hard_1.  Convert to insn_and_split.
18873         Use atomic_mem_operand_1 predicate.
18874         (atomic_<fetchop_name><mode>_hard): Copy to
18875         atomic_<fetchop_name><mode>_hard_1.  Convert to insn_and_split.
18876         Use atomic_mem_operand_1 predicate.
18877         (atomic_fetch_nand<mode>_hard): Copy to atomic_fetch_nand<mode>_hard_1.
18878         Convert to insn_and_split.  Use atomic_mem_operand_1 predicate.
18879         (atomic_nand<mode>_hard): Copy to atomic_nand<mode>_hard_1.  Convert to
18880         insn_and_split.  Use atomic_mem_operand_1 predicate.
18881         (atomic_<fetchop_name>_fetch<mode>_hard): Copy to
18882         atomic_<fetchop_name>_fetch<mode>_hard_1.  Convert to insn_and_split.
18883         Use atomic_mem_operand_1 predicate.
18884         (atomic_nand_fetch<mode>_hard): Copy to atomic_nand_fetch<mode>_hard_1.
18885         Convert to insn_and_split.  Use atomic_mem_operand_1 predicate.
18886         (atomic_fetch_not<mode>_hard, atomic_not_fetch<mode>_hard): Replace mems
18887         in generated insn with original mem operand before emitting the insn.
18888         (atomic_fetch_<fetchop_name><mode>_soft_gusa,
18889         atomic_fetch_not<mode>_soft_gusa, atomic_fetch_nand<mode>_soft_gusa,
18890         atomic_<fetchop_name>_fetch<mode>_soft_gusa,
18891         atomic_not_fetch<mode>_soft_gusa, atomic_nand_fetch<mode>_soft_gusa):
18892         Use atomic_mem_operand_1 predicate and AraAdd constraints.
18893         (atomic_fetch_<fetchop_name><mode>_soft_tcb,
18894         atomic_<fetchop_name><mode>_soft_tcb, atomic_fetch_not<mode>_soft_tcb,
18895         atomic_not<mode>_soft_tcb, atomic_fetch_<fetchop_name><mode>_soft_imask,
18896         atomic_fetch_not<mode>_soft_imask, atomic_fetch_nand<mode>_soft_tcb,
18897         atomic_nand<mode>_soft_tcb, atomic_fetch_nand<mode>_soft_imask,
18898         atomic_<fetchop_name>_fetch<mode>_soft_tcb,
18899         atomic_not_fetch<mode>_soft_tcb,
18900         atomic_<fetchop_name>_fetch<mode>_soft_imask,
18901         atomic_not_fetch<mode>_soft_imask, atomic_nand_fetch<mode>,
18902         atomic_nand_fetch<mode>_soft_tcb, atomic_nand_fetch<mode>_soft_imask):
18903         Use atomic_mem_operand_1 predicate and SraSdd constraints.
18905 2015-02-10  Uros Bizjak  <ubizjak@gmail.com>
18907         * config/alpha/alpha.md (reload_out<mode>_aligned): Make operands 2
18908         and 3 earlyclobber operands.
18910 2015-02-10  Jan Hubicka  <hubicka@ucw.cz>
18912         * common.opt (fstack-reuse): Mark as optimization.
18914 2015-02-10  Jan Hubicka  <hubicka@ucw.cz>
18916         PR ipa/64982
18917         * cgraphunit.c (cgraph_node::expand_thunk): Look for stdarg thunks.
18919 2015-02-10  Trevor Saunders  <tsaunders@mozilla.com>
18921         PR tree-optimization/64326
18922         * cfghooks.c (make_forwarder_block): Cap frequency of created block.
18924 2015-02-10  Rainer Emrich  <rainer@emrich-ebersheim.de>
18926         PR gcov-profile/61889
18927         * gcov-tool.c: Remove wrong #if !defined(_WIN32)
18929 2015-02-10  Richard Biener  <rguenther@suse.de>
18931         PR tree-optimization/64995
18932         * tree-ssa-sccvn.c (set_ssa_val_to): Assert that the
18933         value we use is final.
18934         (visit_reference_op_store): Always valueize op.
18935         (visit_use): Properly valueize vuses.
18937 2015-02-10  Richard Biener  <rguenther@suse.de>
18939         PR tree-optimization/64909
18940         * tree-vect-loop.c (vect_estimate_min_profitable_iters): Properly
18941         pass a scalar-stmt count estimate to the cost model.
18942         * tree-vect-data-refs.c (vect_peeling_hash_get_lowest_cost): Likewise.
18944 2015-02-10  Alexander Monakov  <amonakov@ispras.ru>
18946         * doc/invoke.texi (-fvar-tracking-assignments): Clarify that VTA is
18947         enabled by default together with var-tracking.
18949 2015-02-10  Nick Clifton  <nickc@redhat.com>
18951         * config/rl78/rl78.c: Remove DIV attribute code accidentally
18952         included in previous rl78 commit.
18954 2015-02-10  Richard Biener  <rguenther@suse.de>
18956         * tree-streamer.h (streamer_read_tree_bitfields): Adjust.
18957         * tree-streamer-in.c (streamer_read_tree_bitfields): Do not
18958         return the bitpack.
18960 2015-02-09  Trevor Saunders  <tsaunders@mozilla.com>
18962         PR gcov-profile/61889
18963         * config.in: regenerate.
18964         * configure.in: Likewise.
18965         * configure.ac: Check for ftw.h.
18966         * gcov-tool.c: Check for ftw.h before using nftw.
18968 2015-02-09  Trevor Saunders  <tsaunders@mozilla.com>
18970         PR lto/64076
18971         * ipa-visibility.c (update_visibility_by_resolution_info): Only
18972         assert when not in lto mode.
18974 2015-02-09  Zhouyi Zhou  <yizhouzhou@ict.ac.cn>
18976         * ira-color.c (setup_left_conflict_sizes_p): Simplify
18977         initialization/assignment of conflict_size.
18979 2015-02-09  Jan Hubicka  <hubicka@ucw.cz>
18981         PR ipa/64978
18982         * ipa-cp.c (gather_caller_stats): Skip thunks.
18983         (propagate_constants_topo): Skip aliases.
18985 2015-02-09  Kaz Kojima  <kkojima@gcc.gnu.org>
18987         PR target/64761
18988         * config/sh/sh.c (sh_option_override): Don't change
18989         -freorder-blocks-and-partition to -freorder-blocks even when
18990         unwinding is enabled.
18991         (sh_can_follow_jump): Return false if the followee jump is
18992         a crossing jump when -freorder-blocks-and-partition is specified.
18993         * config/sh/sh.md (*jump_compact_crossing): New insn.
18995 2015-02-09  Joern Rennecke  <joern.rennecke@embecosm.com>
18996             Kaz Kojima  <kkojima@gcc.gnu.org>
18998         PR target/64761
18999         * config/sh/sh-protos.h (sh_can_redirect_branch): Don't declare.
19000         * config/sh/sh.c (TARGET_CAN_FOLLOW_JUMP): Redefine.
19001         (sh_can_redirect_branch): Rename to ...
19002         (sh_can_follow_jump): ... this.  Constify argument types.
19003         * config/sh/sh.h (MD_CAN_REDIRECT_BRANCH): Don't define.
19004         * doc/tm.texi.in (MD_CAN_REDIRECT_BRANCH): Remove documentation.
19005         * reorg.c (steal_delay_list_from_target): Use targetm.can_follow_jump.
19006         * doc/tm.texi: Regenerate.
19008 2015-02-09  Jakub Jelinek  <jakub@redhat.com>
19010         PR sanitizer/64981
19011         * builtins.c (expand_builtin): Call targetm.expand_builtin
19012         for BUILT_IN_MD builtins regardless of asan_intercepted_p.
19014 2015-02-08  Jan Hubicka  <hubicka@ucw.cz>
19016         PR ipa/61548
19017         * tree-emutls.c (ipa_lower_emutls): Avoid duplicates in TLS_VARS.
19019 2015-02-08  Jan Hubicka  <hubicka@ucw.cz>
19021         PR ipa/63566
19022         * ipa-icf.c (set_local): New function.
19023         (sem_function::merge): Use it.
19025 2015-02-08  Jan Hubicka  <hubicka@ucw.cz>
19027         * ipa-devirt.c (odr_types_equivalent_p): Fix formating.
19028         (add_type_duplicate): Fix comparison of BINFOs.
19030 2015-02-08  Jan Hubicka  <hubicka@ucw.cz>
19032         * ipa-polymorphic-call.c (ipa_polymorphic_call_context): Avoid ICE
19033         on getting VOID pointer.
19035 2015-02-09  Jakub Jelinek  <jakub@redhat.com>
19037         PR target/64979
19038         * tree-stdarg.c (pass_stdarg::execute): Scan phi node args for
19039         va_list escapes.
19041 2015-02-09  Richard Biener  <rguenther@suse.de>
19043         * genmatch.c (replace_id): Copy expr_type.
19045 2015-02-09  Richard Biener  <rguenther@suse.de>
19047         * tree-streamer.h (streamer_pack_tree_bitfields): Remove.
19048         (streamer_write_tree_bitfields): Declare.
19049         * tree-streamer-in.c (unpack_ts_base_value_fields): Inline,
19050         properly unpack padding.
19051         (unpack_value_fields): Inline ...
19052         (streamer_read_tree_bitfields): ... here.
19053         * tree-streamer-out.c (pack_ts_base_value_fields): Inline
19054         and properly add padding bits.
19055         (streamer_pack_tree_bitfields): Fold into ...
19056         (streamer_write_tree_bitfields): ... this new function,
19057         exposing the bitpack object.
19058         * lto-streamer-out.c (lto_write_tree_1): Call
19059         streamer_write_tree_bitfields.
19061 2015-02-09  Richard Biener  <rguenther@suse.de>
19063         PR tree-optimization/54000
19064         * tree-ssa-looo-ivopts.c: Include tree-vectorizer.h.
19065         (struct ivopts_data): Add loop_loc member.
19066         (tree_ssa_iv_optimize_loop): Dump loop location.
19067         (create_new_ivs): Likewise, also dump number of IVs generated.
19069 2015-02-09  Martin Liska  <mliska@suse.cz>
19071         * ipa-icf.c (sem_item_optimizer::register_hooks): Register hooks
19072         just if not yet registered.
19073         (ipa_icf_generate_summary): Register callgraph hooks.
19075 2015-02-08  Andrew Pinski  <apinski@cavium.com>
19077         * config/aarch64/aarch64.c (gty_dummy): Delete.
19079 2015-02-08  Jan Hubicka  <hubicka@ucw.cz>
19081         PR ipa/63566
19082         * ipa-visibility.c (cgraph_node::non_local_p): Accept aliases.
19083         (cgraph_node::local_p): Remove thunk related FIXME.
19085 2015-02-08  Jan Hubicka  <hubicka@ucw.cz>
19087         PR ipa/63566
19088         * i386.c (ix86_function_regparm): Look through aliases to see if callee
19089         is local and optimized.
19090         (ix86_function_sseregparm): Likewise; also use target's SSE math
19091         settings; error out instead of silently generating wrong code
19092         on mismatches.
19093         (init_cumulative_args): Look through aliases.
19095 2015-02-08  Jan Hubicka  <hubicka@ucw.cz>
19097         PR ipa/63566
19098         * ipa-split.c (execute_split_functions): Split if function has aliases.
19100 2015-02-08  Jan Hubicka  <hubicka@ucw.cz>
19102         PR ipa/63566
19103         * cgraphunit.c (cgraph_node::analyze): Be sure target of thunk is
19104         aliases before trying to expand it.
19105         (cgraph_node::expand_thunk): Fix formating.
19107 2015-02-07  Sandra Loosemore  <sandra@codesourcery.com>
19109         * doc/extend.texi (Function Attributes [naked]): Copy-edit.
19110         (Using Assembly Language with C): Expand introduction.
19111         (Basic Asm): Copy-edit.  Add more information about uses of
19112         basic asm.
19113         (Extended Asm): Copy-edit.  Document new escape syntax and
19114         %l[label] syntax.
19115         (Global Reg Vars): Copy-edit.
19116         (Local Reg Vars): Likewise.
19118 2015-02-06  David Edelsohn  <dje.gcc@gmail.com>
19120         PR debug/2714
19121         PR bootstrap/64256
19122         * xcoffout.h (DBX_CONTIN_LENGTH): Define as 16384.
19123         (DBX_CONTIN_CHAR): Define.
19125 2015-02-06  Sebastian Pop  <s.pop@samsung.com>
19126             Brian Rzycki  <b.rzycki@samsung.com>
19128         PR tree-optimization/64878
19129         * tree-ssa-threadedge.c: Include tree-ssa-loop.h.
19130         (fsm_find_control_statement_thread_paths): Add parameter seen_loop_phi.
19131         Stop recursion at loop phi nodes after having visited a loop phi node.
19133 2015-02-06  Jakub Jelinek  <jakub@redhat.com>
19135         * toplev.c (process_options): Change flag_ipa_ra before creating
19136         optimization_{default,current}_node.
19138         PR ipa/64896
19139         * cgraphunit.c (cgraph_node::expand_thunk): If
19140         restype is not is_gimple_reg_type nor the thunk_fndecl
19141         returns aggregate_value_p, set restmp to a temporary variable
19142         instead of resdecl.
19144 2015-02-06  Vladimir Makarov  <vmakarov@redhat.com>
19146         * lra.c (lra_emit_add): Fix a typo in using disp instead of base.
19148 2015-02-06  Michael Meissner  <meissner@linux.vnet.ibm.com>
19150         PR target/64205
19151         * config/rs6000/rs6000.c (rs6000_init_hard_regno_mode_ok): Do not
19152         add a general secondary reload handler for SDmode, unless we have
19153         both read/write support for SDmode.
19155 2015-02-06  Jakub Jelinek  <jakub@redhat.com>
19157         PR middle-end/64937
19158         * dwarf2out.c (set_block_abstract_flags, set_decl_abstract_flags):
19159         Replace setting argument with abstract_vec, always set BLOCK_ABSTRACT
19160         or DECL_ABSTRACT_P flags to 1 rather than to setting, and if it wasn't
19161         1 before, push it to abstract_vec.
19162         (dwarf2out_abstract_function): Adjust caller.  Don't call
19163         set_decl_abstract_flags second time, instead clear BLOCK_ABSTRACT or
19164         DECL_ABSTRACT_P flags for all abstract_vec elts.
19166 2015-02-06  Renlin Li  <renlin.li@arm.com>
19168         * tree-ssa-forwprop.c (execute): Keep location info while rewrite
19169         complex gimple.
19170         * tree-ssa.c (execute_update_addresses_taken): Likewise.
19172 2015-02-06  Jeff Law  <law@redhat.com>
19174         PR target/64889
19175         * config/h8300/h8300.c (push): New argument "in_prologue".
19176         Pass "in_prologue" along to "F".
19177         (h8300_push_pop): Corresponding changes.
19178         (h8300_expand_prologue): Likewise.
19179         (h8300_swap_into_er6): Likewise.  Do not set RTX_FRAME_RELATED_P.
19181 2015-02-06  Jakub Jelinek  <jakub@redhat.com>
19183         PR rtl-optimization/64957
19184         PR debug/64817
19185         * simplify-rtx.c (simplify_binary_operation_1): Use ~cval for
19186         IOR rather than for AND.
19188 2015-02-06  Eric Botcazou  <ebotcazou@adacore.com>
19190         PR target/62631
19191         * tree-ssa-loop-ivopts.c (get_shiftadd_cost): Use the mininum of costs
19192         of shift-add and (add + shift) operations.  Rename local variable.
19194 2015-02-05  Jeff Law  <law@redhat.com>
19196         PR target/17306
19197         * config/h8300/constraints.md (U): Correctly dectect
19198         "eightbit_data" memory addresses.
19199         * config/h8300/h8300.c (eightbit_constant_address_p): Also
19200         handle (const (plus (symbol_ref (x)))) where x is declared
19201         as an 8-bit data memory address.
19202         * config/h8300/h8300.md (call, call_value): Correctly detect
19203         "funcvec" functions.
19205         PR target/43264
19206         * config/h8300/h8300.c (get_shift_alg): Fix ASHIFTRT by
19207         24 to 28 bits for the H8/300.
19209 2015-02-06  Alan Modra  <amodra@gmail.com>
19211         PR target/64876
19212         * config/rs6000/rs6000.c (chain_already_loaded): New function.
19213         (rs6000_call_aix): Use it.
19215 2015-02-05  Jan Hubicka <hubicka@ucw.cz>
19217         * ipa-cp.c (ipa_value_from_jfunc, ipa_context_from_jfunc): Add bounds
19218         check.
19220 2015-02-05  Joern Rennecke  <joern.rennecke@embecosm.com>
19222         * config/h8300/constraints.md ("U" constraint): Use strict
19223         variant of REG_OK_FOR_BASE_P after reload has started.
19225 2015-02-04  Mantas Mikaitis  <mantas.mikaitis@arm.com>
19227         * config/arm/arm.h (TARGET_NEON_FP): Removed conditional definition,
19228         define to zero if !TARGET_NEON.
19229         (TARGET_ARM_FP): Added !TARGET_SOFT_FLOAT into conditional definition.
19231 2015-02-04  Jan Hubicka  <hubicka@ucw.cz>
19232             Trevor Saunders  <tsaunders@mozilla.com>
19234         PR ipa/61548
19235         * tree-emultls.c (new_emutls_decl): Resolve alias after creating it.
19237 2015-02-04  Jan Hubicka  <hubicka@ucw.cz>
19239         PR ipa/61548
19240         * ipa.c (symbol_table::remove_unreachable_nodes): Fix ordering issue
19241         when removing varpool nodes.
19243 2015-02-04  Jan Hubicka  <hubicka@ucw.cz>
19245         PR ipa/61548
19246         * varpool.c (varpool_node::remove): Fix order of variables.
19248 2015-02-04  Jan Hubicka  <hubicka@ucw.cz>
19250         PR ipa/64686
19251         * ipa-inline.c (inline_small_functions): Fix ordering issue between
19252         speculation resolution and key updates.
19254 2015-02-04  Jan Hubicka  <hubicka@ucw.cz>
19256         * ipa-prop.c (update_indirect_edges_after_inlining): By more careful
19257         about not letting any speculative edges unupdated.
19259 2015-02-04  Jan Hubicka  <hubicka@ucw.cz>
19261         PR gcov/64123
19262         * gcov-io.c (gcov_var): Export.
19264 2015-02-04  Jan Hubicka  <hubicka@ucw.cz>
19266         PR middle-end/64922
19267         * ipa-prop.c (update_indirect_edges_after_inlining): Correctly update
19268         edges that become speculative.
19270 2015-02-04  Jakub Jelinek  <jakub@redhat.com>
19272         * dwarf2out.c (is_fortran): Also return true for DW_LANG_Fortran03
19273         or DW_LANG_Fortran08.
19274         (lower_bound_default): Return 1 for DW_LANG_Fortran03 or
19275         DW_LANG_Fortran08.
19276         (gen_compile_unit_die): Handle "GNU Fortran2003" and
19277         "GNU Fortran2008" language strings.
19278         * dbxout.c (get_lang_number): Use lang_GNU_Fortran.
19279         * langhooks.h (lang_GNU_Fortran): New prototype.
19280         * langhooks.c (lang_GNU_Fortran): New function.
19281         * config/rs6000/rs6000.c (rs6000_output_function_epilogue): Use
19282         lang_GNU_Fortran.
19284 2015-02-04  Eric Botcazou  <ebotcazou@adacore.com>
19286         * config/sparc/sparc.c (RTX_OK_FOR_OFFSET_P): Fix off-by-one error.
19287         (RTX_OK_FOR_OLO10_P): Likewise.
19289 2015-02-04  Eric Botcazou  <ebotcazou@adacore.com>
19291         * tree-ssa-loop-ivopts.c (get_address_cost): Use right mode for offset.
19293 2015-02-04  Jan Hubicka  <hubicka@ucw.cz>
19295         PR middle-end/64922
19296         * gimple.c: Include gimple-ssa.h.
19297         (maybe_remove_unused_call_args): New function.
19298         * gimple.h (maybe_remove_unused_call_args): Declare.
19299         * cgraph.c (cgraph_edge::redirect_call_stmt_to_callee): Use it.
19300         * tree-ssa-pre.c (eliminate_dom_walker::before_dom_children): Likewise.
19301         * gimple-fold.c (gimple_fold_call): Likewise.
19303 2015-02-04  H.J. Lu  <hongjiu.lu@intel.com>
19305         PR rtl-optimization/64905
19306         * lra-eliminations.c (setup_can_eliminate): Clear hard frame
19307         pointer alignment if it isn't needed.
19309 2015-02-04  Matthew Wahab  <matthew.wahab@arm.com>
19311         * config/aarch64/aarch64-cores.def: Add cortex-a72 and
19312         cortex-a72.cortex-a53.
19313         * config/aarch64/aarch64-tune.md: Regenerate.
19314         * doc/invoke.texi (AArch64 Options/-mtune): Add "cortex-a72".
19316 2015-02-04  Nick Clifton  <nickc@redhat.com>
19318         * config/rl78/rl78.c (rl78_note_reg_set): Note the use of REGs
19319         inside a MEM.
19321 2015-02-04  Jakub Jelinek  <jakub@redhat.com>
19323         * builtins.def (DEF_BUILTIN_CHKP): Define if not defined.
19324         (DEF_LIB_BUILTIN_CHKP, DEF_EXT_LIB_BUILTIN_CHKP): Redefine.
19325         (DEF_CHKP_BUILTIN): Define using DEF_BUILTIN_CHKP instead
19326         of DEF_BUILTIN.
19327         (BUILT_IN_MEMCPY, BUILT_IN_MEMMOVE, BUILT_IN_MEMSET, BUILT_IN_STRCAT,
19328         BUILT_IN_STRCHR, BUILT_IN_STRCPY, BUILT_IN_STRLEN): Use
19329         DEF_LIB_BUILTIN_CHKP macro instead of DEF_LIB_BUILTIN.
19330         (BUILT_IN_MEMCPY_CHK, BUILT_IN_MEMMOVE_CHK, BUILT_IN_MEMPCPY_CHK,
19331         BUILT_IN_MEMPCPY, BUILT_IN_MEMSET_CHK, BUILT_IN_STPCPY_CHK,
19332         BUILT_IN_STPCPY, BUILT_IN_STRCAT_CHK, BUILT_IN_STRCPY_CHK): Use
19333         DEF_EXT_LIB_BUILTIN_CHKP macro instead of DEF_EXT_LIB_BUILTIN.
19334         * tree-core.h (enum built_in_function): In between
19335         BEGIN_CHKP_BUILTINS and END_CHKP_BUILTINS only define enum values
19336         for builtins that use DEF_BUILTIN_CHKP macro.
19338 2015-02-04  Alexandre Oliva <aoliva@redhat.com>
19340         PR debug/64817
19341         * cfgexpand.c (expand_debug_expr): Compute unsignedp from
19342         operands for tcc_comparison exprs.  Fix typos.
19344         PR debug/64817
19345         * simplify-rtx.c (simplify_binary_operation_1): Simplify one
19346         of two XORs that have an intervening AND or IOR.
19348         PR debug/64817
19349         * simplify-rtx.c (simplify_binary_operation_1): Rewrite
19350         simplification of XOR of AND to not allocate new rtx before
19351         committing to a simplification.
19353 2015-02-04  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
19355         * config/aarch64/aarch64-ldpstp.md: Use std::swap instead of
19356         manual swaps in all peepholes.
19358 2015-02-04  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
19360         * config/aarch64/aarch64.c (aarch64_evpc_ext): Use std::swap instead
19361         of manual swapping implementation.
19362         (aarch64_expand_vec_perm_const_1): Likewise.
19364 2015-02-04  James Greenhalgh <james.greenhalgh@arm.com>
19366         * config/aarch64/aarch64.c (NAMED_PARAM): Delete it.
19367         (generic_addrcost_table): Remove NAMED_PARAM.
19368         (cortexa57_addrcost_table): Likewise.
19369         (xgene1_addrcost_table): Likewise.
19370         (generic_regmove_table): Likewise.
19371         (cortexa53_regmove_table): Likewise.
19372         (xgene1_regmove_table): Likewise.
19373         (generic_vector_table): Likewise.
19374         (cortexa57_vector_table): Likewise.
19375         (xgene1_vector_table): Likewise.
19376         (generic_tunings): Likewise.
19377         (cortexa53_tunings): Likewise.
19378         (cortexa57_tunings): Likewise.
19379         (xgene1_tunings): Likewise.
19381 2015-02-04  Matthew Wahab  <matthew.wahab@arm.com>
19383         * config/arm/arm-cores.def: Add cortex-a72 and
19384         cortex-a72.cortex-a53.
19385         * config/arm/bpabi.h (BE8_LINK_SPEC): Likewise.
19386         * config/arm/t-aprofile (MULTILIB_MATCHES): Likewise.
19387         * config/arm/arm-tune.md: Regenerate.
19388         * config/arm/arm-tables.opt: Add entries for "cortex-a72" and
19389         "cortex-a72.cortex-a53".
19390         * doc/invoke.texi (ARM Options/-mtune): Likewise.
19392 2015-02-04  Nick Clifton  <nickc@redhat.com>
19394         PR target/64408
19395         * config/fr30/predicates.md (di_operand): Add SUBREG to the list
19396         of accepted codes.
19397         (nonimmediate_di_operand): Likewise.
19399         * config/msp430/msp430.c (msp430_use_f5_series_hwmult): Add more
19400         prefixes of known F5 using MSP430 MCUs.
19402 2015-02-04  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
19404         * config/aarch64/aarch64-simd-builtins.def (sqrt): Use BUILTIN_VDQF_DF.
19405         * config/aarch64/arm_neon.h (vsqrt_f64): Use __builtin_aarch64_sqrtdf
19406         instead of __builtin_sqrt.
19408 2015-02-04  Ilya Enkovich  <ilya.enkovich@intel.com>
19410         * varasm.c (do_assemble_alias): Follow transparent alias
19411         chain for target.
19412         (default_assemble_visibility): Follow transparent alias
19413         chain for decl name.
19415 2015-02-04  Thomas Preud'homme  <thomas.preudhomme@arm.com>
19417         PR middle-end/62103
19418         * tree-ssa-sccvn.c (fully_constant_vn_reference_p): Use TYPE_PRECISION
19419         to compute size of referenced value in the constant case.
19421 2015-02-03  Jakub Jelinek  <jakub@redhat.com>
19423         PR rtl-optimization/64756
19424         * cse.c (invalidate_dest): New function.
19425         (cse_insn): Use it.  If dest != SET_DEST (sets[i].rtl) and
19426         HASH (SET_DEST (sets[i].rtl), mode) computation sets do_not_record,
19427         invalidate and do not record it.
19429 2015-02-03  Oleg Endo  <olegendo@gcc.gnu.org>
19431         PR target/64660
19432         * config/sh/sync.md (atomic_<fetchop_name><mode>_hard,
19433         atomic_not<mode>_hard, atomic_<fetchop_name><mode>_soft_tcb,
19434         atomic_not<mode>_soft_tcb, atomic_nand<mode>_hard,
19435         atomic_nand<mode>_soft_tcb): New insns.
19436         (atomic_fetch_<fetchop_name>si_hard): Convert to insn_and_split.
19437         Split into atomic_<fetchop_name>_fetchsi_hard if operands[0] is unused.
19438         (define_insn "atomic_fetch_notsi_hard): Convert to insn_and_split.
19439         Split into atomic_not_fetchsi_hard if operands[0] is unused.
19440         (atomic_fetch_<fetchop_name><mode>_hard): Convert to insn_and_split.
19441         Split into atomic_<fetchop_name><mode>_hard if operands[0] is unused.
19442         (atomic_fetch_not<mode>_hard): Convert to insn_and_split.  Split into
19443         atomic_not<mode>_hard if operands[0] is unused.
19444         (atomic_fetch_<fetchop_name><mode>_soft_gusa): Convert to
19445         insn_and_split.  Split into atomic_<fetchop_name>_fetch<mode>_soft_gusa
19446         if operands[0] is unused.
19447         (atomic_fetch_not<mode>_soft_gusa): Convert to insn_and_split.  Split
19448         into atomic_not_fetch<mode>_soft_gusa if operands[0] is unused.
19449         (atomic_fetch_<fetchop_name><mode>_soft_tcb): Convert to insn_and_split.
19450         Split into atomic_<fetchop_name><mode>_soft_tcb if operands[0] is
19451         unused.
19452         (atomic_fetch_not<mode>_soft_tcb): Convert to insn_and_split.  Split
19453         into atomic_not<mode>_soft_tcb if operands[0] is unused.
19454         (atomic_fetch_<fetchop_name><mode>_soft_imask): Convert to
19455         insn_and_split.  Split into atomic_<fetchop_name>_fetch<mode>_soft_imask
19456         if operands[0] is unused.
19457         (atomic_fetch_not<mode>_soft_imask): Convert to insn_and_split.  Split
19458         into atomic_not_fetch<mode>_soft_imask is operands[0] is unused.
19459         (atomic_fetch_nandsi_hard): Convert to insn_and_split.  Split into
19460         atomic_nand_fetchsi_hard if operands[0] is unused.
19461         (atomic_fetch_nand<mode>_hard): Convert to insn_and_split.  Split into
19462         atomic_nand<mode>_hard if operands[0] is unused.
19463         (atomic_fetch_nand<mode>_soft_gusa): Convert to insn_and_split.  Split
19464         into atomic_nand_fetch<mode>_soft_gusa if operands[0] is unused.
19465         (atomic_fetch_nand<mode>_soft_tcb): Convert to insn_and_split.  Split
19466         into atomic_nand<mode>_soft_tcb if operands[0] is unused.
19467         (atomic_fetch_nand<mode>_soft_imask): Convert to insn_and_split.  Split
19468         into atomic_nand_fetch<mode>_soft_imask if operands[0] is unused.
19469         (atomic_<fetchop_name>_fetch<mode>_hard): Convert to insn_and_split.
19470         Split into atomic_<fetchop_name><mode>_hard if operands[0] is unused.
19471         (atomic_not_fetch<mode>_hard): Convert to insn_and_split.  Split into
19472         atomic_not<mode>_hard if operands[0] is unused.
19473         (atomic_<fetchop_name>_fetch<mode>_soft_tcb): Convert to insn_and_split.
19474         Split into atomic_<fetchop_name><mode>_soft_tcb if operands[0] is
19475         unused.
19476         (atomic_not_fetch<mode>_soft_tcb): Convert to insn_and_split.  Split
19477         into atomic_not<mode>_soft_tcb if operands[0] is unused.
19478         (atomic_nand_fetch<mode>_hard): Convert to insn_and_split.  Split into
19479         atomic_nand<mode>_hard if operands[0] is unused.
19480         (atomic_nand_fetch<mode>_soft_tcb): Convert to insn_and_split.  Split
19481         into atomic_nand<mode>_soft_tcb if operands[0] is unused.
19483 2015-02-03  David Malcolm  <dmalcolm@redhat.com>
19485         PR jit/64810
19486         * Makefile.in (GCC_OBJS): Add gcc-main.o.
19487         * gcc-main.c: New file, containing "main" taken from gcc.c.
19488         * gcc.c (do_self_spec): Free decoded_options.
19489         (class driver): Move declaration to gcc.h.
19490         (main): Move declaration and implementation to new file
19491         gcc-main.c.
19492         (driver_get_configure_time_options): New function.
19493         * gcc.h (class driver): Move this declaration here, from
19494         gcc.c.
19495         (driver_get_configure_time_options): New declaration.
19497 2015-02-03  Jan Hubicka  <hubicka@ucw.cz>
19499         * ipa-inline-analysis.c (simple_edge_hints): Fix check for
19500         cross-module inlining.
19501         * cgraph.h (cgraph_node): Add flag merged.
19502         * ipa-icf.c (sem_function::merge): Maintain it.
19504 2015-02-03  Richard Sandiford  <richard.sandiford@arm.com>
19506         * config/arm/arm.c (thumb2_reorg): Test UNARY_P and BINARY_P
19507         instead of OBJECT_P.
19509 2015-02-03  Eric Botcazou  <ebotcazou@adacore.com>
19511         PR target/62631
19512         * config/sparc/sparc.h (TARGET_HARD_MUL): Remove TARGET_V8PLUS.
19513         (TARGET_HARD_MUL32): Rewrite based on TARGET_HARD_MUL.
19514         * config/sparc/sparc.c (sparc_rtx_costs) <MULT>: Return costs based on
19515         int_mulX for integers in 64-bit mode if TARGET_HARD_MUL is not set.
19517 2015-02-03  Jakub Jelinek  <jakub@redhat.com>
19519         PR other/63504
19520         * combine.c (reg_n_sets_max): New variable.
19521         (can_change_dest_mode, reg_nonzero_bits_for_combine,
19522         reg_num_sign_bit_copies_for_combine, get_last_value_validate,
19523         get_last_value): Use REG_N_SETS only on pseudos < reg_n_sets_max.
19524         (try_combine): Use INC_REG_N_SETS only on pseudos < reg_n_sets_max.
19525         (rest_of_handle_combine): Initialize reg_n_sets_max.
19527 2015-02-02  Jan Hubicka  <hubicka@ucw.cz>
19529         * ipa-inline.c (early_inliner): Skip inlining only in always_inlined;
19530         if some always_inline was inlined, apply changes before inlining
19531         heuristically.
19533 2015-02-02  David Malcolm  <dmalcolm@redhat.com>
19535         PR jit/64810
19536         * config/arm/arm.c (arm_option_override): Set
19537         arm_selected_arch/cpu/tune to NULL on entry.
19539 2015-02-02  Tejas Belagod  <tejas.belagod@arm.com>
19540             Andrew Pinski  <pinskia@gcc.gnu.org>
19541             Jakub Jelinek  <jakub@gcc.gnu.org>
19543         PR target/64231
19544         * config/aarch64/aarch64.c (aarch64_classify_symbol): Fix large
19545         integer typing for small model. Use IN_RANGE.
19547 2015-02-02  Richard Biener  <rguenther@suse.de>
19549         * tree-ssa-ccp.c (valueize_op_1): Always allow valueizing default-defs.
19550         * tree-vrp.c (vrp_valueize_1): Likewise.
19552 2015-02-02  Alan Modra  <amodra@gmail.com>
19554         * config/rs6000/rs6000.c (rs6000_call_aix): Use unspec rather
19555         than mem for toc_restore.
19556         * config/rs6000/rs6000.md (UNSPEC_TOCSLOT): Define.
19557         (call_indirect_aix, call_value_indirect_aix): Adjust to suit.
19558         (call_indirect_elfv2, call_value_indirect_elfv2): Likewise.
19560 2015-02-01  David Edelsohn  <dje.gcc@gmail.com>
19562         PR target/64047
19563         * config/rs6000/rs6000.c (rs6000_set_current_function): Handle
19564         explicit default options.
19566 2015-02-01  Jan Hubicka  <hubicka@ucw.cz>
19568         PR ipa/64872
19569         * ipa-utils.c (ipa_merge_profiles): Add release argument.
19570         * ipa-icf.c (sem_function::merge): Do not release body when merging.
19571         * ipa-utils.h (ipa_merge_profiles): Update prototype.
19573 2015-02-01  Jakub Jelinek  <jakub@redhat.com>
19575         PR debug/64817
19576         * cfgexpand.c (deep_ter_debug_map): New variable.
19577         (avoid_deep_ter_for_debug): New function.
19578         (expand_debug_expr): If TERed SSA_NAME is in
19579         deep_ter_debug_map, use the corresponding DEBUG_EXPR_DECL
19580         instead of trying to expand SSA_NAME's def stmt.
19581         (expand_debug_locations): When expanding debug bind
19582         of a DEBUG_EXPR_DECL to corresponding SSA_NAME,
19583         temporarily remove the DEBUG_EXPR_DECL from deep_ter_debug_map's
19584         value.
19585         (pass_expand::execute): Call avoid_deep_ter_for_debug on
19586         all debug bind stmts.  Delete deep_ter_debug_map after
19587         expand_debug_location if non-NULL and clear it.
19589 2015-02-01  Oleg Endo  <olegendo@gcc.gnu.org>
19591         PR target/64851
19592         * config/sh/sync.md (atomic_fetch_notsi_hard,
19593         atomic_fetch_not<mode>_hard, atomic_fetch_not<mode>_soft_gusa,
19594         atomic_fetch_not<mode>_soft_tcb, atomic_fetch_not<mode>_soft_imask,
19595         atomic_not_fetchsi_hard, atomic_not_fetch<mode>_hard,
19596         atomic_not_fetch<mode>_soft_gusa, atomic_not_fetch<mode>_soft_tcb,
19597         atomic_not_fetch<mode>_soft_imask): New insns.
19599 2015-02-01  Maxim Kuvyrkov  <maxim.kuvyrkov@linaro.org>
19601         * haifa-sched.c (INSN_RFS_DEBUG_ORIG_ORDER): New access macro.
19602         (rank_for_schedule_debug): Split from ...
19603         (rank_for_schedule): ... this.
19604         (ready_sort): Sort DEBUG_INSNs separately from normal INSNs.
19605         * sched-int.h (struct _haifa_insn_data): New field rfs_debug_orig_order.
19607 2015-01-31  Sandra Loosemore  <sandra@codesourcery.com>
19609         * doc/md.texi (Machine Constraints): Alphabetize table by target.
19610         * doc/extend.texi (x86 Variable Attributes): Move section to
19611         correct alphabetization after renaming.
19612         (x86 Type Attributes): Likewise.
19613         (Target Builtins): Re-alphabetize menu.
19614         (x86 Built-in Functions): Move section to correct alphabetization
19615         after renaming.
19616         (x86 transactional memory intrinsics): Likewise.
19617         * doc/invoke.texi (Option Summary): Re-alphabetize x86 Options
19618         and x86 Windows Options in table and menu.
19619         (x86 Options): Move section to correct alphabetization after
19620         renaming.
19621         (x86 Windows Options): Likewise.
19623 2015-01-31  Sandra Loosemore  <sandra@codesourcery.com>
19625         * doc/extend.texi: Use "x86", "x86-32", and "x86-64" as the
19626         preferred names of the architecture and its 32- and 64-bit
19627         variants.
19628         * doc/invoke.texi: Likewise.
19629         * doc/md.texi: Likewise.
19631 2015-01-31  Uros Bizjak  <ubizjak@gmail.com>
19633         PR target/64882
19634         * config/i386/predicates.md (address_no_seg_operand): Reject
19635         non-CONST_INT_P operands in invalid mode.
19637 2015-01-31  Uros Bizjak  <ubizjak@gmail.com>
19639         * config/i386/i386.md (*prefetch_prefetchw1): Remove mode of
19640         address_operand 0.  Rename from *prefetch_prefetchwt1_<mode>.
19641         * config/i386/predicates.md (address_no_seg_operand): Call
19642         address_operand with VOIDmode.
19643         (vsib_address_operand): Ditto.
19644         (address_mpx_no_base_operand): Ditto.
19645         (address_mpx_no_index_operand): Ditto.
19647 2015-01-30  Vladimir Makarov  <vmakarov@redhat.com>
19649         PR target/64688
19650         * lra-constraints.c (original_subreg_reg_mode): New.
19651         (simplify_operand_subreg): Try to simplify subreg of const.  Use
19652         original_subreg_reg_mode for it.
19653         (swap_operands): Update original_subreg_reg_mode.
19654         (curr_insn_transform): Set up original_subreg_reg_mode.
19656 2015-01-30  Vladimir Makarov  <vmakarov@redhat.com>
19658         PR target/64617
19659         * lra-constraints.c (prohibited_class_reg_set_mode_p): New
19660         function.
19661         (process_alt_operands): Use it.
19662         (curr_insn_transform): Check the optional reload pseudo class is
19663         ok for the mode.
19665 2015-01-30  Joseph Myers  <joseph@codesourcery.com>
19667         * diagnostic.c (fatal_error (const char *, ...)): Remove function.
19668         * diagnostic-core.h (fatal_error (const char *, ...)): Remove
19669         prototype.
19670         * toplev.h (init_asm_output): Update comment on use of
19671         UNKNOWN_LOCATION with fatal_error.
19672         * cgraph.c, collect-utils.c, collect2.c, config/arc/arc.c,
19673         config/arc/arc.md, config/avr/avr.c, config/c6x/c6x.h,
19674         config/darwin.c, config/host-darwin.c, config/i386/host-cygwin.c,
19675         config/i386/intelmic-mkoffload.c, config/nios2/nios2.c,
19676         config/nvptx/mkoffload.c, config/nvptx/nvptx.h,
19677         config/rs6000/host-darwin.c, config/rs6000/rs6000.c,
19678         config/s390/s390.c, gcc.c, gcov-io.h, gcov-tool.c, ggc-common.c,
19679         ggc-page.c, graph.c, ipa-inline-analysis.c, ipa-reference.c,
19680         lto-cgraph.c, lto-section-in.c, lto-streamer-in.c, lto-streamer.c,
19681         lto-wrapper.c, objc/objc-act.c, opts.c, passes.c, plugin.c,
19682         tlink.c, toplev.c, tree-streamer-in.c, varpool.c: All callers of
19683         fatal_error changed to pass input_location as first argument.
19685 2015-01-30  Martin Liska  <mliska@suse.cz>
19687         * tree.h: Change GCC_VERSION >= 4004 to GCC_VERSION >= 4006
19688         in #pragma GCC diagnostic guards.
19690 2015-01-30  Richard Biener  <rguenther@suse.de>
19692         PR tree-optimization/64829
19693         * tree-vect-patterns.c (vect_handle_widen_op_by_const): Do
19694         not add a widening conversion pattern but hand off extra
19695         widenings to callers.
19696         (vect_recog_widen_mult_pattern): Handle extra widening produced
19697         by vect_handle_widen_op_by_const.
19698         (vect_recog_widen_shift_pattern): Likewise.
19699         (vect_pattern_recog_1): Remove excess vertical space in dumping.
19700         * tree-vect-stmts.c (vect_mark_stmts_to_be_vectorized): Likewise.
19701         (vect_init_vector_1): Likewise.
19702         (vect_get_vec_def_for_operand): Likewise.
19703         (vect_finish_stmt_generation): Likewise.
19704         (vectorizable_load): Likewise.
19705         (vect_analyze_stmt): Likewise.
19706         (vect_is_simple_use): Likewise.
19708 2015-01-29  Jeff Law  <law@redhat.com>
19710         * combine.c (try_combine): Fix typo in comment.
19712 2015-01-29  Segher Boessenkool  <segher@kernel.crashing.org>
19714         PR target/64580
19715         * config.rs6000/rs6000.c (compute_vrsave_mask): Reverse loop order.
19716         (rs6000_stack_info): Add assert.
19717         (rs6000_output_savres_externs): New function, split off from...
19718         (rs6000_output_function_prologue): ... here.  Do not call it for
19719         thunks.
19721 2015-01-29  Jeff Law  <law@redhat.com>
19723         PR target/15184
19724         * combine.c (try_combine): If I0 is a memory load and I3 a store
19725         to a related address, increase the "goodness" of doing a 4-insn
19726         combination with I0-I3.
19727         (make_field_assignment): Handle SUBREGs in the ior+and case.
19729 2015-01-29  Yuri Rumyantsev  <ysrumyan@gmail.com>
19731         PR tree-optimization/64746
19732         * tree-if-conv.c (mask_exists): New function.
19733         (predicate_mem_writes): Save created mask with given size for further
19734         use.
19735         (stmt_is_root_of_bool_pattern): Remove argument VAR and store to it.
19736         (ifcvt_repair_bool_pattern): Collect all statements that are root
19737         of bool pattern and use iterative algorithm to remove multiple uses
19738         of predicates, display number of required iterations.
19740 2015-01-29  Richard Biener  <rguenther@suse.de>
19742         PR tree-optimization/64853
19743         * tree-vrp.c (vrp_valueize_1): Do not return anything if the
19744         stmt will get simulated again.
19745         * tree-ssa-ccp.c (valueize_op_1): Likewise.
19747 2015-01-29  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
19749         * config/arm/arm.c (arm_emit_multi_reg_pop): Simplify definition of
19750         return_in_pc.  Remove redundant assignments.
19751         (thumb2_emit_ldrd_pop): Simplify definition of return_in_pc.
19752         (arm_expand_epilogue): Don't compare boolean with true in if condition.
19754 2015-01-29  Uros Bizjak  <ubizjak@gmail.com>
19756         * config/i386/i386.c (ix86_mode_after): Make static.
19758 2015-01-29  Richard Biener  <rguenther@suse.de>
19760         PR tree-optimization/64844
19761         * tree-vect-loop.c (vect_estimate_min_profitable_iters): Always
19762         dump cost model analysis.
19763         * tree-vect-data-refs.c (vect_enhance_data_refs_alignment):
19764         Do not register adjusted load/store costs here.
19766 2015-01-29  Ilya Enkovich  <ilya.enkovich@intel.com>
19767             Uros Bizjak  <ubizjak@gmail.com>
19769         * config/i386/i386-protos.h (ix86_use_pseudo_pic_reg): New.
19770         * config/i386/i386.h (PIC_OFFSET_TABLE_REGNUM): Simplify by
19771         using x86_use_pseudo_pic_reg.
19772         * config/i386/i386.c (ix86_conditional_register_usage): Remove
19773         support for fixed PIC register.
19774         (ix86_use_pseudo_pic_reg): Not static any more.
19776 2015-01-29  Ilya Enkovich  <ilya.enkovich@intel.com>
19778         PR middle-end/64805
19779         * ipa-inline.c (early_inliner): Rebuild IPA_REF_CHKP reference
19780         to avoid error in cgraph node verification.
19782 2015-01-29  Marek Polacek  <polacek@redhat.com>
19784         * doc/standards.texi: Reflect that the default for C is gnu11.
19786 2015-01-29  Kaz Kojima  <kkojima@gcc.gnu.org>
19788         PR target/64761
19789         * reorg.c (switch_text_sections_between_p): New function.
19790         (relax_delay_slots): Call it when testing if the jump insn
19791         is removable.  Use targetm.can_follow_jump when testing if
19792         the conditional branch can follow an unconditional jump.
19794 2015-01-27  Caroline Tice  <cmtice@google.com>
19796         Committing VTV Cywin/Ming patch for Patrick Wollgast
19797         * config/i386/cygwin.h (STARTFILE_SPEC): Add vtv_start.o,
19798         if -fvtable-verify=preinit/std is used.
19799         * config/i386/mingw-w64.h (STARTFILE_SPEC): Likewise.
19800         * config/i386/mingw32.h (STARTFILE_SPEC): Likewise.
19801         * config/i386/cygwin.h (ENDFILE_SPEC): Add vtv_end.o,
19802         if -fvtable-verify=preinit/std is used.
19803         * config/i386/mingw32.h (ENDFILE_SPEC): Likewise.
19804         * config/i386/cygwin.h (LIB_SPEC): Pass -lvtv and -lpsapi,
19805         if -fvtable-verify=preinit/std is used.
19806         * config/i386/mingw-w64.h (LIB_SPEC): Likewise.
19807         * config/i386/mingw32.h (LIB_SPEC): Likewise.
19808         * varasm.c (assemble_variable): Add code to properly set the comdat
19809         section and name for the .vtable_map_vars section in case the
19810         target is PE or COFF.
19812 2015-01-29  Jan Hubicka  <hubicka@ucw.cz>
19814         PR ipa/64801
19815         * cgraphunit.c (init_lowered_empty_function): Add CoUNT parameter;
19816         make sane BB profile.
19817         (cgraph_node::expand_thunk): Make sane BB profile.
19818         (cgraph_node::create_wrapper): Do not set call_stmt_cannot_inline_p.
19819         * cgraph.h (init_lowered_empty_function): Update prototype.
19820         * config/i386/i386.c (make_resolver_func): Update call.
19821         * predict.c (gate): Disable branch prediction pass if
19822         profile is already there.
19824 2015-01-29  Jan Hubicka  <hubicka@ucw.cz>
19826         * optc-save-gen.awk: flag_fp_contract_mode is no longer speical.
19827         * opth-gen.awk: Likewise.
19828         * common.opt: Mark flag_fp_contract_mode as Optimization.
19830 2015-01-29  Bernd Edlinger  <bernd.edlinger@hotmail.de>
19832         * config/i386/cygwin.h (LIBGCJ_SONAME): Set libgcj version to -16.
19833         * config/i386/mingw32.h (LIBGCJ_SONAME): Set libgcj version to -16.
19835 2015-01-28  Oleg Endo  <olegendo@gcc.gnu.org>
19837         PR target/64659
19838         * config/sh/predicates.md (atomic_arith_operand,
19839         atomic_logical_operand): Remove.
19840         * config/sh/sync.md (fetchop_predicate, fetchop_constraint): Remove.
19841         (atomic_arith_operand_0): New predicate.
19842         (atomic_compare_and_swap<mode>): Use arith_reg_dest for output values.
19843         Use atomic_arith_operand_0 for input values.
19844         (atomic_compare_and_swapsi_hard, atomic_compare_and_swap<mode>_hard,
19845         atomic_compare_and_swap<mode>_soft_gusa,
19846         atomic_compare_and_swap<mode>_soft_tcb,
19847         atomic_compare_and_swap<mode>_soft_imask): Use arith_reg_dest and
19848         arith_reg_operand instead of register_operand.
19849         (atomic_exchange<mode>): Use arith_reg_dest for output value.  Use
19850         atomic_arith_operand_0 for newval input.
19851         (atomic_exchangesi_hard, atomic_exchange<mode>_hard,
19852         atomic_exchange<mode>_soft_gusa, atomic_exchange<mode>_soft_tcb,
19853         atomic_exchange<mode>_soft_imask): Use arith_reg_dest and
19854         arith_reg_operand instead of register_operand.
19855         (atomic_arith_operand_1, atomic_logical_operand_1): New predicates.
19856         fetchop_predicate_1, fetchop_constraint_1_llcs,
19857         fetchop_constraint_1_gusa, fetchop_constraint_1_tcb,
19858         fetchop_constraint_1_imask): New code iterator attributes.
19859         (atomic_fetch_<fetchop_name><mode>): Use arith_reg_dest instead of
19860         register_operand.  Use fetchop_predicate_1.
19861         (atomic_fetch_<fetchop_name>si_hard,
19862         atomic_fetch_<fetchop_name><mode>_hard): Use arith_reg_dest instead of
19863         register_operand.  Use fetchop_predicate_1, fetchop_constraint_1_llcs.
19864         (atomic_fetch_<fetchop_name><mode>_soft_gusa): Use arith_reg_dest
19865         and arith_reg_operand instead of register_operand.  Use
19866         fetchop_predicate_1, fetchop_constraint_1_gusa.
19867         (atomic_fetch_<fetchop_name><mode>_soft_tcb): Use arith_reg_dest
19868         and arith_reg_operand instead of register_operand.  Use
19869         fetchop_predicate_1, fetchop_constraint_1_tcb.  Adjust asm sequence
19870         to allow R0 usage.
19871         (atomic_fetch_<fetchop_name><mode>_soft_imask): Use arith_reg_dest
19872         and arith_reg_operand instead of register_operand.  Use
19873         fetchop_predicate_1, fetchop_constraint_1_imask.  Adjust asm sequence
19874         to allow R0 usage.
19875         (atomic_fetch_nand<mode>): Use arith_reg_dest instead of
19876         register_operand.  Use atomic_logical_operand_1.
19877         (atomic_fetch_nandsi_hard, atomic_fetch_nand<mode>_hard,
19878         atomic_fetch_nand<mode>_soft_gusa): Use arith_reg_dest and
19879         arith_reg_operand instead of register_operand.
19880         (atomic_fetch_nand<mode>_soft_tcb, atomic_fetch_nand<mode>_soft_imask):
19881         Use arith_reg_dest and arith_reg_operand instead of register_operand.
19882         Use logical_operand and rK08.  Adjust asm sequence to allow R0 usage.
19883         (atomic_<fetchop_name>_fetch<mode>): Use arith_reg_dest instead of
19884         register_operand.  Use fetchop_predicate_1.
19885         (atomic_<fetchop_name>_fetchsi_hard,
19886         atomic_<fetchop_name>_fetch<mode>_hard): Use arith_reg_dest and
19887         arith_reg_operand instead of register_operand.  Use fetchop_predicate_1,
19888         fetchop_constraint_1_llcs.
19889         (atomic_<fetchop_name>_fetch<mode>_soft_gusa): Use arith_reg_dest and
19890         arith_reg_operand instead of register_operand.  Use fetchop_predicate_1,
19891         fetchop_constraint_1_gusa.
19892         (atomic_<fetchop_name>_fetch<mode>_soft_tcb): Use arith_reg_dest and
19893         arith_reg_operand instead of register_operand.  Use fetchop_predicate_1,
19894         fetchop_constraint_1_tcb.  Adjust asm sequence to allow R0 usage.
19895         (atomic_<fetchop_name>_fetch<mode>_soft_imask): Use arith_reg_dest and
19896         arith_reg_operand instead of register_operand.  Use fetchop_predicate_1,
19897         fetchop_constraint_1_imask.  Adjust asm sequence to allow R0 usage.
19898         (atomic_nand_fetch<mode>): Use arith_reg_dest instead of
19899         register_operand.  Use atomic_logical_operand_1.
19900         (atomic_nand_fetchsi_hard, atomic_nand_fetch<mode>_hard,
19901         atomic_nand_fetch<mode>_soft_gusa): Use arith_reg_dest and
19902         arith_reg_operand instead of register_operand.
19903         (atomic_nand_fetch<mode>_soft_tcb): Use arith_reg_dest and
19904         arith_reg_operand instead of register_operand.  Use logical_operand
19905         and K08.  Adjust asm sequence to allow R0 usage.
19906         (atomic_nand_fetch<mode>_soft_imask): Use arith_reg_dest and
19907         arith_reg_operand instead of register_operand.  Use logical_operand
19908         and K08.
19910 2015-01-28  Jakub Jelinek  <jakub@redhat.com>
19912         PR other/63504
19913         * dwarf2out.c (add_AT_wide, mem_loc_descriptor, loc_descriptor):
19914         Use ggc_alloc<wide_int> instead of ggc_cleared_alloc<wide_int>.
19915         (attr_checksum, attr_checksum_ordered, hash_loc_operands): Checksum
19916         only get_full_len HOST_WIDE_INTs from get_val () array rather than
19917         all bits in *val_wide.
19919 2015-01-28  Jan Hubicka  <hubicka@ucw.cz>
19921         * varpool.c (tls_model_names): Fix names.
19922         (varpool_node::dump): Dump tls- prefix for tls models.
19924 2015-01-28  Thomas Schwinge  <thomas@codesourcery.com>
19925             Bernd Schmidt  <bernds@codesourcery.com>
19926             Nathan Sidwell  <nathan@codesourcery.com>
19928         * config/nvptx/mkoffload.c: New file.
19929         * config/nvptx/t-nvptx: Add build rules for it.
19930         * config.gcc <nvptx-*> [$enable_as_accelerator = yes]
19931         (extra_programs): Add mkoffload.
19932         * config/nvptx/nvptx.c (nvptx_record_offload_symbol): New
19933         function.
19934         (TARGET_RECORD_OFFLOAD_SYMBOL): Define macro to use it.
19936 2015-01-28  Yuri Rumyantsev  <ysrumyan@gmail.com>
19938         PR middle-end/64809
19939         * cfgexpand.c (reorder_operands): Skip debug gimples.
19941 2015-01-28  Ilya Enkovich  <ilya.enkovich@intel.com>
19943         PR tree-optimization/64277
19944         * tree-ssa-loop-niter.c (record_nonwrapping_iv): Use base
19945         range info when possible to refine estimation.
19947 2015-01-28  Thomas Preud'homme  <thomas.preudhomme@arm.com>
19949         PR tree-optimization/64718
19950         * tree-ssa-math-opts.c (pass_optimize_bswap::execute): Make bswap_type
19951         be a 16bit unsigned integer when n->range is 16.
19952         (bswap_replace): Convert src to that type if necessary for all bswap
19953         sizes.  Fix rotation right notation in nearby comment.  Use bswap_type
19954         set in pass_optimize_bswap::execute ().
19956 2015-01-28  James Greenhalgh  <james.greenhalgh@arm.com>
19958         * config/aarch64/aarch64-simd.md (aarch64_abs<mode>): New.
19959         * config/aarch64/aarch64-simd-builtins.def (abs): Split by
19960         integer and floating point variants.
19961         * config/aarch64/iterators.md (unspec): Add UNSPEC_ABS.
19963 2015-01-28  Robert Suchanek  <robert.suchanek@imgtec.com>
19965         * config/mips/mips.c (mips_hard_regno_mode_ok_p): Prohibit accumulators
19966         for all vector modes.
19968 2015-01-28  Jakub Jelinek  <jakub@redhat.com>
19970         PR bootstrap/64612
19971         * doc/sourcebuild.texi (comdat_group): Document.
19973 2015-01-28  Terry Guo  <terry.guo@arm.com>
19975         * config/arm/thumb1.md (*thumb1_movpc_insn): New insn pattern.
19977 2015-01-27  David Malcolm  <dmalcolm@redhat.com>
19979         * toplev.c (print_version): Add param "show_global_state", and
19980         only print GGC and plugin information if it is true.
19981         (init_asm_output): Pass in "true" for the new param when calling
19982         print_version.
19983         (process_options): Likewise.
19984         (toplev::main): Likewise.
19985         * toplev.h (print_version): Add new param to decl.
19987 2015-01-27  Jan Hubicka  <hubicka@ucw.cz>
19989         PR ipa/60871
19990         PR ipa/64139
19991         * tree.c (lookup_binfo_at_offset): New function.
19992         (get_binfo_at_offset): Use it.
19994 2015-01-27  Jan Hubicka  <hubicka@ucw.cz>
19996         PR ipa/64282
19997         * gimple-fold.c (gimple_get_virt_method_for_vtable): Remove assert
19998         on vtable being vtable.
20000 2015-01-27  Dominik Vogt  <vogt@linux.vnet.ibm.com>
20002         * doc/extend.texi: s/390: Update documentation of hotpatch attribute.
20003         * doc/invoke.texi (-mhotpatch): s/390: Update documentation of
20004         -mhotpatch= option.
20005         * config/s390/s390.opt (mhotpatch): s/390: Remove -mhotpatch and
20006         -mno-hotpatch options.  Change syntax of -mhotpatch= option.
20007         * config/s390/s390.c (s390_hotpatch_trampoline_halfwords_default):
20008         Renamed.
20009         (s390_hotpatch_trampoline_halfwords_max): Renamed.
20010         (s390_hotpatch_hw_max): New name.
20011         (s390_hotpatch_trampoline_halfwords): Renamed.
20012         (s390_hotpatch_hw_before_label): New name.
20013         (get_hotpatch_attribute): Removed.
20014         (s390_hotpatch_hw_after_label): New name.
20015         (s390_handle_hotpatch_attribute): Add second parameter to hotpatch
20016         attribute.
20017         (s390_attribute_table): Ditto.
20018         (s390_function_num_hotpatch_trampoline_halfwords): Renamed.
20019         (s390_function_num_hotpatch_hw): New name.
20020         Remove special handling of inline functions and hotpatching.
20021         Return number of nops before and after the function label.
20022         (s390_can_inline_p): Removed.
20023         (s390_asm_output_function_label): Emit a configurable number of nops
20024         after the function label.
20025         (s390_option_override): Update -mhotpatch= syntax and remove -mhotpatch.
20026         (TARGET_CAN_INLINE_P) Removed.
20027         (TARGET_FUNCTION_ATTRIBUTE_INLINABLE_P): New.
20029 2015-01-27  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
20030             Jiong Wang  <jiong.wang@arm.com>
20032         * config/aarch64/aarch64.md (tb<optab><mode>1): Clobber CC reg instead
20033         of scratch reg.
20034         (cb<optab><mode>1): Likewise.
20035         * config/aarch64/iterators.md (bcond): New define_code_attr.
20037 2015-01-27  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
20039         * config/s390/s390.c (s390_memory_move_cost): Increase costs for
20040         memory accesses.
20042 2015-01-27  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
20044         * config/s390/s390.c (s390_register_move_cost): Increase costs for
20045         FPR->GPR moves.
20047 2015-01-27  Richard Biener  <rguenther@suse.de>
20049         * tree-vrp.c (update_value_range): Intersect the range with
20050         old recorded SSA name range information.
20052 2015-01-27  Nick Clifton  <nickc@redhat.com>
20054         * config/rl78/rl78.c (rl78_expand_prologue): In G10 mode push the
20055         BC, DE and HL registers directly, not via AX.
20056         When decrementing the stack pointer by a large amount, transfer SP
20057         into AX and perform the subtraction there.
20058         (rl78_expand_epilogue): Perform the inverse of the above
20059         enhancements.
20061 2015-01-27  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
20063         * config/i386/sysv4.h (CRT_GET_RFIB_DATA): Remove.
20065 2015-01-27  Jakub Jelinek  <jakub@redhat.com>
20066             Yury Gribov  <y.gribov@samsung.com>
20068         PR ubsan/64741
20069         * ubsan.c (ubsan_source_location): Refactor code.
20070         (ubsan_type_descriptor): Update type size. Refactor code.
20072 2015-01-27  Richard Biener  <rguenther@suse.de>
20074         PR tree-optimization/56273
20075         PR tree-optimization/59124
20076         PR tree-optimization/64277
20077         * tree-vrp.c (vrp_finalize): Emit array-bound warnings only
20078         from the first VRP pass.
20080 2015-01-27  Jakub Jelinek  <jakub@redhat.com>
20082         PR ipa/64776
20083         * cgraphunit.c (cgraph_node::expand_thunk): If not this_adjusting,
20084         handle the first argument in the same loop as all the other arguments.
20086         PR rtl-optimization/61058
20087         * jump.c (cleanup_barriers): Update basic block boundaries
20088         if BLOCK_FOR_INSN is non-NULL on PREV.
20090 2015-01-27  Ilya Enkovich  <ilya.enkovich@intel.com>
20092         * tree-chkp.c (chkp_call_returns_bounds_p): Fix handling of
20093         bounds narrowing, already instrumented calls and calls to
20094         not instrumentable functions.
20096 2015-01-27  Jakub Jelinek  <jakub@redhat.com>
20098         PR tree-optimization/64807
20099         * wide-int.cc (wi::divmod_internal): Clear
20100         b_dividend[dividend_blocks_needed].
20102 2015-01-26  DJ Delorie  <dj@redhat.com>
20104         * config/rl78/rl78.c (move_elim_pass): Don't optimize away
20105         volatile memory references.
20107 2015-01-26  Oleg Endo  <olegendo@gcc.gnu.org>
20109         PR target/49263
20110         * config/sh/sh.c (sh_split_treg_set_expr): Invoke emit_insn before
20111         remove_insn.
20112         * config/sh/sh.md (tstsi_t): Don't try to optimize constant with right
20113         shifts if it already fits into K08.
20115 2015-01-26  Jakub Jelinek  <jakub@redhat.com>
20117         PR ipa/64730
20118         * ipa-inline.c (inline_small_functions): Print "unknown" even
20119         if edge->call_stmt is non-NULL, but has builtins or unknown
20120         location.
20122         PR middle-end/64421
20123         * omp-low.c (simd_clone_mangle): If DECL_ASSEMBLER_NAME starts
20124         with asterisk, skip the first character.
20126 2015-01-26  H.J. Lu  <hongjiu.lu@intel.com>
20128         PR target/64806
20129         * config/i386/i386 (feature_priority): Revert the last P_POPCNT
20130         order change.
20132 2015-01-26  Uros Bizjak  <ubizjak@gmail.com>
20134         PR target/64795
20135         * config/i386/i386.md (*movdi_internal): Also check operand 0
20136         to determine TYPE_LEA operand.
20137         (*movsi_internal): Ditto.
20139 2015-01-26  Jakub Jelinek  <jakub@redhat.com>
20141         * config/rs6000/rs6000-cpus.def (POWERPC_MASKS): Add
20142         OPTION_MASK_QUAD_MEMORY_ATOMIC.
20144 2015-01-26  Renlin Li  <renlin.li@arm.com>
20146         * config/aarch64/aarch64.c (aarch64_load_symref_appropriately): Correct
20147         the comment.
20148         * config/aarch64/aarch64.md (tlsle_small_<mode>): Add left shift 12-bit
20149         for higher part.
20151 2015-01-26  Richard Biener  <rguenther@suse.de>
20153         PR middle-end/64764
20154         * tree-ssa-uninit.c (is_pred_expr_subset_of): Handle
20155         combining two BIT_AND_EXPR predicates.
20157 2015-01-26  H.J. Lu  <hongjiu.lu@intel.com>
20159         PR bootstrap/64754
20160         * tree-ssa-structalias.c (new_var_info): Initialize ruid.
20162 2015-01-26  Terry Guo  <terry.guo@arm.com>
20164         * config/arm/arm.c (arm_file_start): Update the assignment of
20165         Tag_ABI_HardFP_use.
20167 2015-01-25  James Greenhalgh  <james.greenhalgh@arm.com>
20169         * config/arm/arm-cores.def (cortex-a57): Use the new Cortex-A57
20170         pipeline model.
20171         config/arm/arm.md: Include the new Cortex-A57 model.
20172         (generic_sched): Don't use generic_sched when tuning for
20173         Cortex-A57.
20175 2015-01-25  Allan Sandfeld Jensen  <sandfeld@kde.org>
20176             Uros Bizjak  <ubizjak@gmail.com>
20178         * config/i386/i386.c (get_builtin_code_for_version): Add
20179         support for BMI and BMI2 multiversion functions.
20181 2015-01-25  Prathamesh Kulkarni  <prathamesh.kulkarni@linaro.org>
20183         * emit-rtl.h (store_bit_field): Move prototype to expmed.h.
20184         (extract_bit_field): Likewise.
20185         (extract_low_bits): Likewise.
20186         (expand_mult): Likewise.
20187         (expand_mult_highpart_adjust): Likewise.
20189 2015-01-24  H.J. Lu  <hongjiu.lu@intel.com>
20191         * config/i386/driver-i386.c (host_detect_local_cpu): Check new
20192         Silvermont, Haswell, Broadwell and Knights Landing model numbers.
20193         * config/i386/i386.c (processor_model): Add
20194         M_INTEL_COREI7_BROADWELL.
20195         (arch_names_table): Add "broadwell".
20197 2015-01-24  Oleg Endo  <olegendo@gcc.gnu.org>
20199         PR target/49263
20200         PR target/53987
20201         PR target/64345
20202         PR target/59533
20203         PR target/52933
20204         PR target/54236
20205         PR target/51244
20206         * config/sh/sh-protos.h
20207         (sh_extending_set_of_reg::can_use_as_unextended_reg,
20208         sh_extending_set_of_reg::use_as_unextended_reg,
20209         sh_is_nott_insn, sh_movt_set_dest, sh_movrt_set_dest, sh_is_movt_insn,
20210         sh_is_movrt_insn, sh_insn_operands_modified_between_p,
20211         sh_reg_dead_or_unused_after_insn, sh_in_recog_treg_set_expr,
20212         sh_recog_treg_set_expr, sh_split_treg_set_expr): New functions.
20213         (sh_treg_insns): New class.
20214         * config/sh/sh.c (TARGET_LEGITIMATE_COMBINED_INSN): Define target hook.
20215         (scope_counter): New class.
20216         (sh_legitimate_combined_insn, sh_is_nott_insn, sh_movt_set_dest,
20217         sh_movrt_set_dest, sh_reg_dead_or_unused_after_insn,
20218         sh_extending_set_of_reg::can_use_as_unextended_reg,
20219         sh_extending_set_of_reg::use_as_unextended_reg, sh_recog_treg_set_expr,
20220         sh_in_recog_treg_set_expr, sh_try_split_insn_simple,
20221         sh_split_treg_set_expr): New functions.
20222         (addsubcosts): Handle treg_set_expr.
20223         (sh_rtx_costs): Handle IF_THEN_ELSE and ZERO_EXTRACT.
20224         (sh_rtx_costs): Use arith_reg_operand in SIGN_EXTEND and ZERO_EXTEND.
20225         (sh_rtx_costs): Handle additional bit test patterns in EQ and AND cases.
20226         (sh_insn_operands_modified_between_p): Make non-static.
20227         * config/sh/predicates.md (zero_extend_movu_operand): Allow
20228         simple_mem_operand in addition to displacement_mem_operand.
20229         (zero_extend_operand): Don't allow zero_extend_movu_operand.
20230         (treg_set_expr, treg_set_expr_not_const01,
20231         arith_reg_or_treg_set_expr): New predicates.
20232         * config/sh/sh.md (tstsi_t): Use arith_reg_operand and
20233         arith_or_int_operand instead of logical_operand.  Convert to
20234         insn_and_split.  Try to optimize constant operand in splitter.
20235         (tsthi_t, tstqi_t): Fold into *tst<mode>_t.  Convert to insn_and_split.
20236         (*tstqi_t_zero): Delete.
20237         (*tst<mode>_t_subregs): Add !sh_in_recog_treg_set_expr split condition.
20238         (tstsi_t_and_not): Delete.
20239         (tst<mode>_t_zero_extract_eq): Rename to *tst<mode>_t_zero_extract.
20240         Convert to insn_and_split.
20241         (unnamed split, tstsi_t_zero_extract_xor,
20242         tstsi_t_zero_extract_subreg_xor_little,
20243         tstsi_t_zero_extract_subreg_xor_big): Delete.
20244         (*tstsi_t_shift_mask): New insn_and_split.
20245         (cmpeqsi_t, cmpgesi_t): Add new split for const_int 0 operands and try
20246         to recombine with surrounding insns when splitting.
20247         (*negtstsi): Add !sh_in_recog_treg_set_expr condition.
20248         (cmp_div0s_0, cmp_div0s_1, *cmp_div0s_0, *cmp_div0s_1): Rewrite as ...
20249         (cmp_div0s, *cmp_div0s_1, *cmp_div0s_2, *cmp_div0s_3, *cmp_div0s_4,
20250         *cmp_div0s_5, *cmp_div0s_6): ... these new insn_and_split patterns.
20251         (*cbranch_div0s: Delete.
20252         (*addc): Convert to insn_and_split.  Use treg_set_expr as 3rd operand.
20253         Try to recombine with surrounding insns when splitting.  Add operand
20254         order variants.
20255         (*addc_t_r, *addc_r_t): Use treg_set_expr_not_const01.
20256         (*addc_r_r_1, *addc_r_lsb, *addc_r_r_lsb, *addc_r_lsb_r, *addc_r_msb,
20257         *addc_r_r_msb, *addc_2r_msb): Delete.
20258         (*addc_2r_lsb): Rename to *addc_2r_t.  Use treg_set_expr.  Add operand
20259         order variant.
20260         (*addc_negreg_t): New insn_and_split.
20261         (*subc): Convert to insn_and_split.  Use treg_set_expr as 3rd operand.
20262         Try to recombine with surrounding insns when splitting.
20263         Add operand order variants.
20264         (*subc_negt_reg, *subc_negreg_t, *reg_lsb_t, *reg_msb_t): New
20265         insn_and_split patterns.
20266         (*rotcr): Use arith_reg_or_treg_set_expr.  Try to recombine with
20267         surrounding insns when splitting.
20268         (unnamed rotcr split): Use arith_reg_or_treg_set_expr.
20269         (*rotcl): Likewise.  Add zero_extract variant.
20270         (*ashrsi2_31): New insn_and_split.
20271         (*negc): Convert to insn_and_split.  Use treg_set_expr.
20272         (*zero_extend<mode>si2_disp_mem): Update comment.
20273         (movrt_negc, *movrt_negc, nott): Add !sh_in_recog_treg_set_expr split
20274         condition.
20275         (*mov_t_msb_neg, mov_neg_si_t): Use treg_set_expr.  Try to recombine
20276         with surrounding insns when splitting.
20277         (any_treg_expr_to_reg): New insn_and_split.
20278         (*neg_zero_extract_0, *neg_zero_extract_1, *neg_zero_extract_2,
20279         *neg_zero_extract_3, *neg_zero_extract_4, *neg_zero_extract_5,
20280         *neg_zero_extract_6, *zero_extract_0, *zero_extract_1,
20281         *zero_extract_2): New single bit zero extract patterns.
20282         (bld_reg, *bld_regqi): Fold into bld<mode>_reg.
20283         (*get_thread_pointersi, store_gbr, *mov<mode>_gbr_load,
20284         *mov<mode>_gbr_load, *mov<mode>_gbr_load, *mov<mode>_gbr_load,
20285         *movdi_gbr_load): Use arith_reg_dest instead of register_operand for
20286         set destination.
20287         (set_thread_pointersi, load_gbr): Use arith_reg_operand instead of
20288         register_operand for set source.
20290 2015-01-23  Jan Hubicka  <hubicka@ucw.cz>
20292         * i386.opt (prefetch_sse): New targetsave.
20293         * i386.c (ix86_function_specific_save): Save prefetch_sse.
20294         (ix86_function_specific_restore): Restore prefetch_sse and initialize
20295         ix86_cost/ix86_tune_cost.
20297 2015-01-23  David Malcolm  <dmalcolm@redhat.com>
20299         * config/rs6000/rs6000.c (rs6000_output_function_epilogue):
20300         Support the JIT by using 0 as the language type.
20302 2015-01-23  Vladimir Makarov  <vmakarov@redhat.com>
20304         PR target/64317
20305         * lra-lives.c (make_hard_regno_born): Add parameter.  Don't make
20306         REAL_PIC_OFFSET_TABLE_REGNUM conflicting with pic offset pseudo.
20307         (mark_regno_live, process_bb_lives): Pass new parameter value to
20308         make_hard_regno_born.
20310 2015-01-23  Jakub Jelinek  <jakub@redhat.com>
20312         PR rtl-optimization/63637
20313         PR rtl-optimization/60663
20314         * cse.c (merge_equiv_classes): Set new_elt->cost to MAX_COST
20315         if elt->cost is MAX_COST for ASM_OPERANDS.
20316         (find_sets_in_insn): Fix up comment typo.
20317         (cse_insn): Don't set src_volatile for all non-volatile
20318         ASM_OPERANDS in PARALLELs, but just those with multiple outputs
20319         or with "memory" clobber.  Set elt->cost to MAX_COST
20320         for ASM_OPERANDS in PARALLEL.  Set src_elt->cost to MAX_COST
20321         if new_src is ASM_OPERANDS and elt->cost is MAX_COST.
20323 2015-01-23  Uros Bizjak  <ubizjak@gmail.com>
20325         * config/i386/sse.md (sse2_loadld): Set attribute isa to sse2 for
20326         alternative 1.
20328 2015-01-23  Uros Bizjak  <ubizjak@gmail.com>
20330         * config/i386/gnu-user.h (CRT_GET_RFIB_DATA): Move definition to
20331         libgcc/config/i386/elf-lib.h.
20333 2015-01-23  Jakub Jelinek  <jakub@redhat.com>
20335         PR driver/64737
20336         * gcc.c (print_configuration): Don't print a blank line at the end
20337         here...
20338         (run_attempt): ... but here unstead.
20340         PR middle-end/64734
20341         * omp-low.c (scan_sharing_clauses): Don't ignore
20342         OMP_CLAUSE_MAP_ZERO_BIAS_ARRAY_SECTION GOMP_MAP_POINTER clauses
20343         on target data/update constructs.
20345 2015-01-23  Bernd Edlinger  <bernd.edlinger@hotmail.de>
20347         PR target/50928
20348         * config/m32c/m32c.c (encode_pattern_1): Removed gcc_unreachable here.
20349         (DEBUG_RELOAD): Removed define.
20350         (m32c_limit_reload_class): Enable traces with if DEBUG0.
20351         (m32c_function_arg): Added a type cast.
20352         (m32c_legitimize_reload_address): Push A_REGS reload with PSImode.
20353         * config/m32c/addsub.md (addsi3_1): Specify the mode of all arguments.
20354         * config/m32c/bitops.md (andqi3_16): Likewise.
20355         * config/m32c/mov.md (m32c_immd_dbl_mov): Likewise.
20356         (push_a01_l): Likewise.
20358 2015-01-23  David Malcolm  <dmalcolm@redhat.com>
20360         PR jit/64721
20361         * main.c (main): Construct toplev instances with init_signals=true.
20362         * toplev.c (general_init): Add param "init_signals", and use it to
20363         conditionalize the calls to signal and host_hooks.extra_signals.
20364         (toplev::toplev): Add param "init_signals".
20365         (toplev::main): When invoking general_init, pass m_init_signals
20366         to control whether signal-handlers are installed.
20367         * toplev.h (toplev::toplev): Add param "init_signals".
20368         (toplev::m_init_signals): New field.
20370 2015-01-23  David Malcolm  <dmalcolm@redhat.com>
20372         PR jit/64722
20373         * emit-rtl.c (init_emit_regs): Set pic_offset_table_rtx to
20374         NULL_RTX before testing PIC_OFFSET_TABLE_REGNUM, since the
20375         latter may be affected by the former (e.g. on i686).
20377 2015-01-23  Martin Liska  <mliska@suse.cz>
20379         * tree.h (tree_vec_elt_check): Workaround -Wstrict-overflow
20380         false positive during profiledbootstrap.
20382 2015-01-23  Tom de Vries  <tom@codesourcery.com>
20384         PR libgomp/64672
20385         * lto-opts.c (lto_write_options): Output non-explicit conservative
20386         -fno-openacc.
20387         * lto-wrapper.c (merge_and_complain): Handle merging -fopenacc.
20388         (append_compiler_options): Pass -fopenacc through.
20390 2015-01-23  Tom de Vries  <tom@codesourcery.com>
20392         PR libgomp/64707
20393         * lto-opts.c (lto_write_options): Output non-explicit conservative
20394         -fno-openmp.
20395         * lto-wrapper.c (merge_and_complain): Handle merging -fopenmp.
20396         (append_compiler_options): Pass -fopenmp through.
20398 2015-01-23  Jakub Jelinek  <jakub@redhat.com>
20400         PR debug/64511
20401         * dwarf2out.c (struct dw_loc_descr_node): Add chain_next
20402         GTY markup.
20404         * diagnostic-core.h (internal_error_no_backtrace): New prototype.
20405         * diagnostic.def (DK_ICE_NOBT): New kind.
20406         * diagnostic.c (diagnostic_action_after_output): Handle DK_ICE_NOBT
20407         like DK_ICE, but never print backtrace.
20408         (diagnostic_report_diagnostic): Handle DK_ICE_NOBT like DK_ICE.
20409         (internal_error_no_backtrace): New function.
20410         * gcc.c (execute): Use internal_error_no_backtrace instead of
20411         internal_error.
20413 2015-01-22  Jeff Law  <law@redhat.com>
20415         PR target/52076
20416         * config/m68k/m68k.md (xorsi3_internal): Twiddle constraints to
20417         improve code density for small immediate to memory case.
20418         (insv): Better handle bitfield assignments when the field is
20419         being set to all ones.
20420         * config/m68k/predicates.md (reg_or_pow2_m1_operand): New
20421         operand predicate.
20423 2015-01-22  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
20424             Jakub Jelinek  <jakub@redhat.com>
20426         PR middle-end/64729
20427         * gcc.c (LINK_SSP_SPEC): Handle -fstack-protector-explicit
20428         for !TARGET_LIBC_PROVIDES_SSP version and
20429         -fstack-protector-{all,strong,explicit} otherwise.
20430         * config/freebsd.h (LINK_SSP_SPEC): Handle
20431         -fstack-protector-{strong,explicit}.
20433 2015-01-22  Jan Hubicka  <hubicka@ucw.cz>
20434             H.J. Lu  <hongjiu.lu@intel.com>
20436         PR ipa/64694
20437         * ipa-inline.c (inline_small_functions): Fix thinko in maintenance of
20438         heap.
20440 2015-01-22  Wei Mi  <wmi@google.com>
20442         PR rtl-optimization/64557
20443         * dse.c (record_store): Call get_addr for mem_addr.
20444         (check_mem_read_rtx): Likewise.
20446 2015-01-22  Eric Botcazou  <ebotcazou@adacore.com>
20448         * fold-const.c (const_binop): Add early return for non-tcc_binary.
20450 2015-01-22  Chen Gang  <gang.chen.5i5j@gmail.com>
20452         * toplev.c (init_local_tick): Process the failure when read
20453         fails for random_seed.
20455         * ubsan.c (ubsan_type_descriptor): Use 'pretty_print' for
20456         'pretty_name' to avoid memory overflow.
20458 2015-01-22  Richard Biener  <rguenther@suse.de>
20460         PR middle-end/64728
20461         * tree-ssa-coalesce.c (coalesce_partitions): Do not perform
20462         abnormal coalescing on undefined SSA names.
20464 2015-22-01  Uros Bizjak  <ubizjak@gmail.com>
20466         PR target/64688
20467         PR target/64477
20468         * config/i386/sse.md (vec_set<mode>_0): Use (Yi/r/C) constraints
20469         for alternative 3.
20470         (*vec_dup<mode>): Use (Yi/$r) constraints for alternative 1.
20472 2015-01-22  Trevor Saunders  <tsaunders@mozilla.com>
20474         PR middle-end/63325
20475         * fold-const.c (fold_checksum_tree): Don't include value of
20476         expr->decl_with_vis.symtab_node in the checksum.
20478 2015-01-22  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
20480         * config/s390/s390.md (atomic code attribute): Fix typo "ior" -> "or".
20482 2015-01-22  Max Ostapenko  <m.ostapenko@partner.samsung.com>
20484         PR driver/64690
20485         * gcc.c (insert_comments): New function.
20486         (try_generate_repro): Call it.
20487         (append_text): Removed.
20489 2015-01-22  Richard Biener  <rguenther@suse.de>
20491         * ipa-inline.c (can_inline_edge_p): Disable inlining of edges
20492         with IL incompatible options.  Properly honor user optimize
20493         attributes.
20495 2015-01-21  Segher Boessenkool  <segher@kernel.crashing.org>
20497         PR rtl-optimization/64682
20498         * combine.c (distribute_notes): When moving a death note for
20499         a register that is set in the new I2, make sure to put it
20500         before that new I2.
20502 2015-01-21  David Edelsohn  <dje.gcc@gmail.com>
20504         * config/rs6000/rs6000.c (rs6000_file_start): Use rs6000_isa_flags
20505         not TARGET_DEFAULT.
20507 2015-01-21  Jakub Jelinek  <jakub@redhat.com>
20509         PR debug/64511
20510         * simplify-rtx.c (simplify_relational_operation_1): Don't try to
20511         optimize (eq/ne (and (side_effects) (const_int 0)) (const_int 0))
20512         into (eq/ne (and (not (side_effects)) (const_int 0)) (const_int 0)).
20514         PR sanitizer/64706
20515         * doc/invoke.texi (-fsanitize=vptr): Document.
20517         PR rtl-optimization/62078
20518         * dse.c: Include cfgcleanup.h.
20519         (rest_of_handle_dse): For -fnon-call-exceptions, if DSE removed
20520         anything call purge_all_dead_edges and cleanup_cfg at the end
20521         of the pass.
20523 2015-01-21  Jan Hubicka  <hubicka@ucw.cz>
20525         * ipa-utils.c (ipa_merge_profiles): Avoid ICE on mismatch in indirect
20526         edges.
20528 2015-01-21  Bernd Edlinger  <bernd.edlinger@hotmail.de>
20530         * gimplify.c (gimplify_function_tree): Check the no_sanitize_thread
20531         decl attribute.
20533 2015-01-21  David Sherwood  <david.sherwood@arm.com>
20534             Tejas Belagod <Tejas.Belagod@arm.com>
20536         * config/aarch64/aarch64.h (CANNOT_CHANGE_MODE_CLASS): Removed.
20537         * config/aarch64/aarch64.c (aarch64_cannot_change_mode_class): Removed.
20538         * config/aarch64/aarch64-protos.h (aarch64_cannot_change_mode_class):
20539         Removed.
20541 2015-01-21  David Sherwood  <david.sherwood@arm.com>
20542             Tejas Belagod <Tejas.Belagod@arm.com>
20544         * config/aarch64/aarch64-protos.h (aarch64_simd_attr_length_rglist)
20545         (aarch64_reverse_mask): New decls.
20546         * config/aarch64/iterators.md (UNSPEC_REV_REGLIST): New enum.
20547         (insn_count): New mode_attr.
20548         * config/aarch64/aarch64-simd.md (vec_store_lanesoi, vec_store_lanesci)
20549         (vec_store_lanesxi, vec_load_lanesoi, vec_load_lanesci)
20550         (vec_load_lanesxi): Made ABI compliant for Big Endian targets.
20551         (aarch64_rev_reglist, aarch64_simd_ld2, aarch64_simd_ld3)
20552         (aarch64_simd_ld4, aarch64_simd_st2, aarch64_simd_st3)
20553         (aarch64_simd_st4): New patterns.
20554         * config/aarch64/aarch64.c (aarch64_simd_attr_length_rglist)
20555         (aarch64_reverse_mask): New functions.
20557 2015-01-21  Richard Sandiford  <richard.sandiford@arm.com>
20559         * config/aarch64/aarch64-protos.h (aarch64_simd_disambiguate_copy):
20560         Declare.
20561         * config/aarch64/aarch64.c (aarch64_classify_address): Allow extra
20562         addressing modes for BE.
20563         (aarch64_print_operand): Add 'R' specifier.
20564         (aarch64_simd_disambiguate_copy): Delete.
20565         (aarch64_simd_emit_reg_reg_move): New function.
20566         * config/aarch64/aarch64-simd.md: Use aarch64_simd_emit_reg_reg_move
20567         in define_splits for structural moves.
20568         (mov<mode>): Use less restrictive predicates.
20569         (*aarch64_mov<mode>): Simplify and only allow for LE.
20570         (*aarch64_be_movoi, *aarch64_be_movci, *aarch64_be_movxi): New.
20572 2015-01-21  Alan Hayward  <alan.hayward@arm.com>
20574         * rtlanal.c (subreg_get_info): Exit early for simple and common cases.
20576 2015-01-21  Richard Henderson  <rth@redhat.com>
20578         PR target/64669
20579         * ccmp.c (used_in_cond_stmt_p): Remove.
20580         (expand_ccmp_expr): Don't use it.
20582 2015-01-21  Nick Clifton  <nickc@redhat.com>
20584         * config/rl78/rl78.c (rl78_calculate_death_notes): Look inside
20585         PARALLELs.
20587 2015-01-21  Richard Biener  <rguenther@suse.de>
20589         PR middle-end/64313
20590         * tree-core.h (builtin_info, builtin_info_type): Turn from
20591         an object with two arrays into an array of an object with
20592         decl and two flags, implicit_p and declared_p.
20593         * tree.h (builtin_decl_explicit, builtin_decl_implicit,
20594         set_builtin_decl, set_builtin_decl_implicit_p,
20595         builtin_decl_explicit_p, builtin_decl_implicit_p): Adjust.
20596         (set_builtin_decl_declared_p, builtin_decl_declared_p): New functions.
20597         * builtins.c (builtin_info): Adjust.
20598         * gimplify.c (gimplify_addr_expr): References to builtins
20599         that have been declared by the user makes them eligible for
20600         use by the compiler.  Call set_builtin_decl_implicit_p on them.
20602 2015-01-20  Jeff Law  <law@redhat.com>
20604         PR target/59946
20605         * config/m68k/m68k.md (Comparison expanders and patterns): Do not
20606         allow pc-relative addresses in operand predicates or constraints.
20608 2015-01-21  Bin Cheng  <bin.cheng@arm.com>
20610         * config/arm/arm.c (arm_cortex_a53_tune, arm_cortex_a57_tune): Prefer
20611         neon on aarch32 processors for stringops.
20613 2015-01-19  Jan Hubicka  <hubicka@ucw.cz>
20615         PR ipa/63576
20616         * ipa-utils.c (ipa_merge_profiles): Merge speculative edges.
20618 2015-01-19  Jan Hubicka  <hubicka@ucw.cz>
20620         PR lto/45375
20621         * ipa-inline.c: Include lto-streamer.h
20622         (report_inline_failed_reason): Output source file differences and
20623         flags on optimization/target node mismatch.
20624         (can_inline_edge_p): Consider caller to be the outer inline function;
20625         be less restrictive about matching opimize and optimize_size attributes.
20626         (inline_account_function_p): Break out from ...
20627         (inline_small_functions): ... here.
20628         * ipa-inline-transform.c (clone_inlined_nodes): Use
20629         inline_account_function_p.
20630         (inline_call): Use optimize attribution; use inline_account_function_p.
20631         (inline_transform): Use opt_for_fn.
20632         * ipa-inline.h (inline_account_function_p): Declare.
20634 2015-01-20  Jakub Jelinek  <jakub@redhat.com>
20636         PR debug/64663
20637         * dwarf2out.c (decl_piece_node): Don't put bitsize into
20638         mode if bitsize <= 0.
20639         (decl_piece_bitsize, adjust_piece_list, add_var_loc_to_decl,
20640         dw_sra_loc_expr): Use HOST_WIDE_INT instead of int for bit
20641         sizes and positions.
20643 2015-01-20  Chung-Lin Tang  <cltang@codesourcery.com>
20645         * config/nios2/nios2.c (nios2_asm_file_end): Implement
20646         TARGET_ASM_FILE_END hook for adding .note.GNU-stack section when
20647         needed.
20648         (TARGET_ASM_FILE_END): Define.
20650 2015-01-20  Maxim Kuvyrkov  <maxim.kuvyrkov@linaro.org>
20652         * config/arm/arm-protos.h (enum arm_sched_autopref): New constants.
20653         (struct tune_params): Use the enum.
20654         * arm.c (arm_*_tune): Update.
20655         (arm_option_override): Update.
20657 2015-01-20  Richard Biener  <rguenther@suse.de>
20659         PR ipa/64684
20660         * ipa-reference.c (add_static_var): Inline ...
20661         (analyze_function): ... here after splitting out from ...
20662         (is_proper_for_analysis): ... this.
20664 2015-01-20  Matthew Wahab  <matthew.wahab@arm.com>
20666         PR target/64149
20667         * config/arm/arm.opt: Remove lra option and arm_lra_flag variablesle.
20668         * config/arm/arm.h (MODE_BASE_REG_CLASS): Remove use of arm_lra_flagag,
20669         replace the conditional with it's true branch.
20670         * config/arm/arm.config (TARGET_LRA_P): Set to hook_bool_void_true.
20671         (arm_lra_p): Remove.
20673 2015-01-20  Eric Botcazou  <ebotcazou@adacore.com>
20675         * config/visium/visium.h (LIB_SPEC): Adjust in default case.
20677 2015-01-20  Prathamesh Kulkarni  <prathamesh.kulkarni@linaro.org>
20679         * config/tilegx/mul-tables.c: Move symtab.h include after
20680         coretypes.h include.
20681         * config/tilepro/mul-tables.c: Add includes hashtab.h, hash-set.h,
20682         vec.h, machmode.h, tm.h, hard-reg-set.h, input.h, function.h, rtl.h,
20683         flags.h, statistics.h, double-int.h, real.h, fixed-value.h, alias.h,
20684         wide-int.h, inchash.h, tree.h, insn-config.h, expmed.h, dojump.h,
20685         explow.h, calls.h, emit-rtl.h, varasm.h, stmt.h.
20687 2015-01-20  Igor Zamyatin  <igor.zamyatin@intel.com>
20689         PR bootstrap/64676
20690         Revert:
20691         2015-01-19  Igor Zamyatin  <igor.zamyatin@intel.com>
20693         PR rtl-optimization/64081
20694         * loop-iv.c (def_pred_latch_p): New function.
20695         (latch_dominating_def): Allow specific cases with non-single
20696         definitions.
20697         (iv_get_reaching_def): Likewise.
20698         (check_complex_exit_p): New function.
20699         (check_simple_exit): Use check_complex_exit_p to allow certain cases
20700         with exits not executing on any iteration.
20702 2015-01-19  Jan Hubicka  <hubicka@ucw.cz>
20704         PR lto/45375
20705         * i386.c (ix86_option_override_internal): Use ix86_tune_cost
20706         to set branch cost.
20708 2015-01-19  Jan Hubicka  <hubicka@ucw.cz>
20710         PR lto/45375
20711         * i386.c (gate): Check flag_expensive_optimizations and
20712         optimize_size.
20713         (ix86_option_override_internal): Drop optimize_size condition
20714         on MASK_ACCUMULATE_OUTGOING_ARGS, MASK_VZEROUPPER,
20715         MASK_AVX256_SPLIT_UNALIGNED_LOAD, MASK_AVX256_SPLIT_UNALIGNED_STORE,
20716         MASK_PREFER_AVX128.
20717         (ix86_avx256_split_vector_move_misalign,
20718         ix86_avx256_split_vector_move_misalign): Check optimize_insn_for_speed.
20719         * sse.md (all uses of TARGET_PREFER_AVX128): Add
20720         optimize_insn_for_speed_p check.
20722 2015-01-19  Matthew Fortune  <matthew.fortune@imgtec.com>
20724         * config/mips/mips.h (FP_ASM_SPEC): New define.
20725         (ASM_SPEC): Remove floating-point options and use FP_ASM_SPEC
20726         instead.
20728 2015-01-19  Oleg Endo  <olegendo@gcc.gnu.org>
20730         PR target/53988
20731         * config/sh/sh-protos.h (sh_find_set_of_reg): Make sure not to return
20732         nullptr for insn when reaching the first insn.
20733         * config/sh/sh.c (sh_unspec_insn_p): Rewrite using subrtx_iterator.
20734         (sh_insn_operands_modified_between_p): Add nullptr check.
20735         (sh_find_extending_set_of_reg): Fix log message.  Don't accept
20736         sign extending mem load if the insn contains any UNSPEC or
20737         UNSPEC_VOLATILE.
20739 2015-01-19  Jan Hubicka  <hubicka@ucw.cz>
20741         * params.def (inline-unit-growth): Drop to 15%.
20742         * invoke.texi (inline-unit-growth): Document change.
20744 2015-01-19  Martin Liska  <mliska@suse.cz>
20746         PR ipa/64668
20747         * ipa-icf-gimple.c (func_checker::compare_operand): Call proper
20748         function for second argument of OBJ_TYPE_REF.
20750 2015-01-19  Jan Hubicka  <hubicka@ucw.cz>
20752         PR ipa/64218
20753         * ipa-inline.c (want_inline_function_to_all_callers_p): Fix check
20754         whether function is an alias.
20756 2015-01-19  Jan Hubicka  <hubicka@ucw.cz>
20758         * ipa-devirt.c (ipa_devirt): Drop polymorphic call info in hopeless
20759         cases.
20761 2015-01-19  Vladimir Makarov  <vmakarov@redhat.com>
20763         PR rtl-optimization/64671
20764         * lra-remat.c (operand_to_remat): Don't consider jump and call
20765         insns.
20767 2015-01-19  David Edelsohn  <dje.gcc@gmail.com>
20769         PR target/59828
20770         * config/rs6000/default64.h: Include rs6000-cpus.def.
20771         (TARGET_DEFAULT) [LITTLE_ENDIAN]: Use ISA 2.7 (POWER8).
20772         (TARGET_DEFAULT) [BIG_ENDIAN]: Use POWER4.
20773         * config/rs6000/driver-rs6000.c (detect_processor_aix): Add POWER7
20774         and POWER8.
20775         * config/rs6000/linux64.h (PROCESSOR_DEFAULT64): Always default to
20776         POWER8.
20777         * config/rs6000/rs6000.c (rs6000_file_start): Emit .machine
20778         pseudo-op to specify assembler dialect.
20780 2015-01-19  Martin Liska  <mliska@suse.cz>
20782         PR ipa/64664
20783         * ipa-icf.c (sem_item_optimizer::filter_removed_items):
20784         Handle safe potentially removed nodes during filtering.
20786 2015-01-19  Martin Liska  <mliska@suse.cz>
20788         * doc/extend.texi (no_icf): Add new attribute description.
20789         * ipa-icf.c (sem_item_optimizer::merge_classes): Handle cases
20790         where the pass attempts to merge a function with no_icf attribute.
20792 2015-01-19  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
20794         PR target/64532
20795         * doc/md.texi (ARM Options): Document register constraints.
20797 2015-01-19  Jiong Wang  <jiong.wang@arm.com>
20798             Andrew Pinski  <apinski@cavium.com>
20800         PR target/64304
20801         * config/aarch64/aarch64.md (define_insn "*ashl<mode>3_insn"): Deleted.
20802         (ashl<mode>3): Don't expand if operands[2] is not constant.
20804 2015-01-19  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
20806         PR target/64448
20807         * config/aarch64/aarch64-simd.md (aarch64_simd_bsl<mode>_internal):
20808         Match xor-and-xor RTL pattern.
20810 2015-01-19  Igor Zamyatin  <igor.zamyatin@intel.com>
20812         PR rtl-optimization/64081
20813         * loop-iv.c (def_pred_latch_p): New function.
20814         (latch_dominating_def): Allow specific cases with non-single
20815         definitions.
20816         (iv_get_reaching_def): Likewise.
20817         (check_complex_exit_p): New function.
20818         (check_simple_exit): Use check_complex_exit_p to allow certain cases
20819         with exits not executing on any iteration.
20821 2015-01-19  Jakub Jelinek  <jakub@redhat.com>
20823         * common.opt (fgraphite): Fix a typo.
20825 2015-01-19  Felix Yang  <felix.yang@huawei.com>
20827         * config/aarch64/aarch64-simd.md (aarch64_<maxmin_uns>p<mode>): New
20828         pattern.
20829         * config/aarch64/aarch64-simd-builtins.def (smaxp, sminp, umaxp,
20830         uminp, smax_nanp, smin_nanp): New builtins.
20831         * config/aarch64/arm_neon.h (vpmax_s8, vpmax_s16, vpmax_s32,
20832         vpmax_u8, vpmax_u16, vpmax_u32, vpmaxq_s8, vpmaxq_s16, vpmaxq_s32,
20833         vpmaxq_u8, vpmaxq_u16, vpmaxq_u32, vpmax_f32, vpmaxq_f32, vpmaxq_f64,
20834         vpmaxqd_f64, vpmaxs_f32, vpmaxnm_f32, vpmaxnmq_f32, vpmaxnmq_f64,
20835         vpmaxnmqd_f64, vpmaxnms_f32, vpmin_s8, vpmin_s16, vpmin_s32, vpmin_u8,
20836         vpmin_u16, vpmin_u32, vpminq_s8, vpminq_s16, vpminq_s32, vpminq_u8,
20837         vpminq_u16, vpminq_u32, vpmin_f32, vpminq_f32, vpminq_f64, vpminqd_f64,
20838         vpmins_f32, vpminnm_f32, vpminnmq_f32, vpminnmq_f64, vpminnmqd_f64,
20839         vpminnms_f32): Rewrite using builtin functions.
20841 2015-01-19  Thomas Schwinge  <thomas@codesourcery.com>
20843         PR libgomp/64625
20844         * omp-low.c (offload_symbol_decl): Remove variable.
20845         (get_offload_symbol_decl): Remove function.
20846         (expand_omp_target): For BUILT_IN_GOMP_TARGET,
20847         BUILT_IN_GOMP_TARGET_DATA, BUILT_IN_GOMP_TARGET_UPDATE pass NULL
20848         instead of &__OFFLOAD_TABLE__, for BUILT_IN_GOACC_DATA_START,
20849         BUILT_IN_GOACC_ENTER_EXIT_DATA, BUILT_IN_GOACC_PARALLEL,
20850         BUILT_IN_GOACC_UPDATE don't pass it at all.
20852 2015-01-19  Ilya Enkovich  <ilya.enkovich@intel.com>
20854         * tree-sra.c (some_callers_have_mismatched_arguments_p): Allow thunk
20855         callers.
20857 2015-01-19  Ilya Enkovich  <ilya.enkovich@intel.com>
20859         * ipa-chkp.c (chkp_produce_thunks): Add early param
20860         to split thunks production into two passes.  Keep
20861         'always_inline' function bodies after the first pass.
20862         (pass_data_ipa_chkp_early_produce_thunks): New.
20863         (pass_ipa_chkp_early_produce_thunks): New.
20864         (pass_ipa_chkp_produce_thunks::execute): Adjust to new
20865         chkp_produce_thunks signature.
20866         (make_pass_ipa_chkp_early_produce_thunks): New.
20867         * passes.def (pass_ipa_chkp_early_produce_thunks): New.
20868         (pass_ipa_chkp_produce_thunks): Move after local optimizations.
20869         * tree-pass.h (make_pass_ipa_chkp_early_produce_thunks): New.
20871 2015-01-18  Jan Hubicka  <hubicka@ucw.cz>
20873         * cgraph.c (cgraph_node::dump): Dump profile flags.
20875 2015-01-18  Oleg Endo  <olegendo@gcc.gnu.org>
20877         PR target/64652
20878         * config/sh/sh.md (udivsi3_i4, divsi3_i4): Make use of sfunc address
20879         reg appear first in the parallel.
20881 2015-01-18  Jan Hubicka  <hubicka@ucw.cz>
20883         * ipa-reference.c (set_reference_optimization_summary,
20884         ipa_reference_get_not_written_global): Do nothing if ipa-reference is
20885         disabled.
20886         (ignore_module_statics): New static var.
20887         (propagate_bits): If ipa-reference is disabled, do not look into local
20888         properties.
20889         (analyze_function): Disable analysis when ipa_reference is disabled.
20890         (generate_summary): Do not dump when reference is disabled;
20891         collect vars accessed from functions with ipa-reference disabled.
20892         (get_read_write_all_from_node): When ipa-reference is disabled, use the
20893         node flags.
20894         (gate): Enable for LTO.
20895         (ignore_edge_p): New function.
20896         (propagate): Skip functions w/o ipa-reference analysis.
20897         * optc-save-gen.awk: Handle optimize_debug correctly.
20898         * opth-gen.awk: Likewise.
20899         * common.opt (fauto-inc-dec, fdelete-dead-exceptions, ffunction-cse,
20900         fgraphite, fstrict-volatile-bitfields, fira-algorithm, fira-region,
20901         fira-share-save-slots, fira-share-spill-slots,
20902         fmodulo-sched-allow-regmoves, fpartial-inlining,
20903         sched-stalled-insns, fsched-stalled-insns-dep, fstrict-overflow,
20904         ftracer, ftree-parallelize-loops, fassociative-math,
20905         freciprocal-math, fvect-cost-model, fsimd-cost-model): Mark as
20906         Optimization
20907         (fauto-profile, fcommon, fdata-sections, fipa-icf-variables,
20908         ftoplevel-reorder, funit-at-a-time, fwhole-program): Do not mark as
20909         Optimization.
20910         * ipa-icf.c (gate, sem_item_optimizer::filter_removed_items):
20911         Fix for IPA.
20913 2015-01-18  Jan Hubicka  <hubicka@ucw.cz>
20915         PR ipa/64378
20916         * ipa-prop.c (try_make_edge_direct_virtual_call): Clear speculative
20917         flag correctly.
20918         * ipa-cp.c (ipa_get_indirect_edge_target_1): Handle speculation.
20920 2015-01-18  Sandra Loosemore  <sandra@codesourcery.com>
20922         * doc/invoke.texi ([-funroll-loops], [-funroll-all-loops]):
20923         Remove duplicate option listings.
20925 2015-01-18  Felix Yang  <felix.yang@huawei.com>
20927         * auto-profile.c (afdo_find_equiv_class): Remove unnecessary test.
20928         (autofdo_source_profile::get_callsite_total_count,
20929         function_instance::get_function_instance_by_decl,
20930         string_table::get_index, string_table::get_index_by_decl,
20931         afdo_vpt_for_early_inline, afdo_callsite_hot_enough_for_early_inline):
20932         Fix comment typos. Reformatting and minor code rearrangement.
20934 2015-01-17  Segher Boessenkool  <segher@kernel.crashing.org>
20936         * config/rs6000/rs6000.md (probe_stack): Delete.
20937         (probe_stack_address): New.
20939 2015-01-17  Segher Boessenkool  <segher@kernel.crashing.org>
20941         * config/rs6000/rs6000.c (rs6000_gimplify_va_arg): Use TARGET_32BIT
20942         to test for 32-bit ABIs, not !TARGET_POWERPC64.
20944 2015-01-17  Segher Boessenkool  <segher@kernel.crashing.org>
20946         * config/rs6000/rs6000.c (rs6000_parallel_return): New function.
20947         (rs6000_function_value): Use it.  Handle SCmode and TCmode as well,
20948         for TARGET_32BIT && TARGET_POWERPC64.  Fix another BITS_PER_WORD
20949         snafu.
20950         (rs6000_libcall_value): Use the new function.
20952 2015-01-17  Sandra Loosemore  <sandra@codesourcery.com>
20954         * doc/invoke.texi ([-ftracer]): Remove duplicate option listing.
20956 2015-01-17  Eric Botcazou  <ebotcazou@adacore.com>
20958         * reorg.c (fill_simple_delay_slots): If TARGET_FLAGS_REGNUM is valid,
20959         implement a more precise life analysis for it during backward scan.
20961 2015-01-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
20963         * dwarf2out.c (gen_producer_string): Ignore also OPT_fpreprocessed.
20965 2015-01-17  Bernd Schmidt  <bernds@codesourcery.com>
20967         PR rtl-optimization/52773
20968         * calls.c (emit_library_call_value): When pushing arguments use
20969         stack_pointer_rtx rather than virtual_outgoing_args_rtx in
20970         CALL_INSN_FUNCTION_USAGE.  Only emit one of use of the magic
20971         stack pointer reference into CALL_INSN_FUNCTION_USAGE.
20973 2015-01-17  Jeff Law  <law@redhat.com>
20975         PR rtl-optimization/32790
20976         * reginfo.c (reg_scan_mark_refs): Look for ZERO_EXTRACT,
20977         not ZERO_EXTEND in SET_DESTs.
20979 2015-01-17  Alan Modra  <amodra@gmail.com>
20981         * cprop.c (do_local_cprop): Revert last change.
20983 2015-01-16  DJ Delorie  <dj@redhat.com>
20984             Nick Clifton  <nickc@redhat.com>
20986         * config/rl78/rl78-real.md (addqi3_real): Allow volatiles.
20987         (addhi3_real): Likewise.  Fix [HL+0] syntax.
20988         (subqi3_real): Likewise.
20989         (subhi3_real): Likewise.
20990         (cbranchqi4_real): Likewise.  Allow saddr,#imm.
20991         (cbranchhi4_real): Likewise.
20992         (cbranchhi4_real_inverted): Likewise.
20993         (cbranchsi4_real_lt): Likewise.
20994         (cbranchsi4_real_ge): Likewise.
20995         (cbranchsi4_real_ge): Likewise.
20996         * config/rl78/rl78-virt.md (add<mode>3_virt): Likewise.
20997         (sub<mode>3_virt): Likewise.
20998         (cbranchqi4_virt): Likewise.
20999         (cbranchhi4_virt): Likewise.
21000         * config/rl78/rl78.c (rl78_print_operand_1): 'p' modifier means
21001         always use '[reg+imm]' even when imm is zero.
21002         * config/rl78/predicates.md (rl78_volatile_memory_operand): New.
21003         (rl78_general_operand): New.
21004         (rl78_nonimmediate_operand): New.
21005         (rl78_nonfar_operand): Use them.
21006         (rl78_nonfar_nonimm_operand): Likewise.
21007         (rl78_stack_based_mem): Fix.
21008         * config/rl78/constraints.md (Ibqi): New.
21009         (IBqi): New.
21010         (Wsa): New.
21011         (Wsf): New.
21012         (Cs1): Fix.
21013         * config/rl78/rl78-expand.md (andqi3): Accept volatiles.
21014         (iorqi3): Likewise.
21015         (xorqi3): Likewise.
21016         * config/rl78/rl78-protos.h (rl78_sfr_p): New.
21018         * config/rl78/constrains (Qs8): New constraint.
21019         * config/rl78/rl78.c (rl78_flags_already_set): New function.
21020         * config/rl78/rl78-protos.h (rl78_flags_already_set): New prototype.
21021         * config/rl78/rl78-real.md (update_Z): New attribute.
21022         Update patterns to set it.
21023         (cbranchqi4_real): Call rl78_flags_already_set() to determine if a
21024         shorter compare and branch sequence can be used.
21025         (cbranchhi4_real): Likewise.
21026         (cbranchhi4_real_inverted): Likewise.
21028         * config/rl78/predicates.md (uword_operand): Allow symbol_refs.
21029         * config/rl78/rl78-c.c (rl78_register_pragmas): Register __near
21030         address space.
21031         * config/rl78/rl78.c (rl78_get_name_encoding): New.
21032         (rl78_option_override): Allow -mes0 only if C.
21033         (characterize_address): Support subregs of symbol_refs.
21034         (rl78_addr_space_address_mode): Move.  Add __near.
21035         (rl78_far_p): Likewise.
21036         (rl78_addr_space_pointer_mode): Likewise.
21037         (rl78_as_legitimate_address): Likewise.
21038         (rl78_addr_space_subset_p): Likewise.
21039         (rl78_addr_space_convert): Likewise.
21040         (rl78_print_operand_1): Support 16-bit addressing of 32-bit
21041         symbols with -mes0.
21042         (transcode_memory_rtx): Don't copy ES if -mes0.  Allow symbol[BC]
21043         addressing.
21044         (rl78_alloc_physical_registers_op1): Change logic to prefer
21045         symbol[BC] addressing.
21046         (frodata_section): New.
21047         (rl78_asm_init_sections): Initialize it.
21048         (rl78_select_section): Put __far readonly symbols in .frodata.
21049         (rl78_make_type_far): New.
21050         (rl78_insert_attributes): Force all readonly symbols to be
21051         __far when -mes0.
21052         (rl78_asm_out_integer): New.
21053         * config/rl78/rl78.h (ADDR_SPACE_NEAR): New.
21054         * config/rl78/rl78.opt (-mes0): New.
21056         * config/rl78/rl78.h (ASM_OUTPUT_LABELREF): New.
21057         (ASM_OUTPUT_ALIGNED_DECL_COMMON): New.
21058         (ASM_OUTPUT_ALIGNED_DECL_LOCAL): New.
21059         * config/rl78/rl78-protos.h (rl78_output_labelref): New.
21060         (rl78_saddr_p): New.
21061         (rl78_output_aligned_common): New.
21062         * config/rl78/rl78.c (rl78_output_symbol_ref): Strip encodings.
21063         (rl78_handle_saddr_attribute): New.
21064         (rl78_handle_naked_attribute): New.
21065         (rl78_attribute_table): Add saddr.
21066         (rl78_print_operand_1): Don't print '!' on saddr operands.
21067         (rl78_print_operand_1): Strip encodings.
21068         (rl78_sfr_p): New.
21069         (rl78_strip_name_encoding): New.
21070         (rl78_attrlist_to_encoding): New.
21071         (rl78_encode_section_info): New.
21072         (rl78_asm_init_sections): New.
21073         (rl78_select_section): New.
21074         (rl78_output_labelref): New.
21075         (rl78_output_aligned_common): New.
21076         (rl78_asm_out_integer): New.
21077         (rl78_asm_ctor_dtor): New.
21078         (rl78_asm_constructor): New.
21079         (rl78_asm_destructor): New.
21081         * config/rl78/rl78-real.md (movqi_es): Rename to movqi_to_es.
21082         * config/rl78/rl78.c (rl78_expand_epilogue): Update.
21083         (transcode_memory_rtx): Update.
21084         (rl78_expand_epilogue): Use A_REG instead of 0.
21086 2015-01-17  Maxim Kuvyrkov  <maxim.kuvyrkov@linaro.org>
21088         * config/arm/arm-protos.h (struct tune_params): New field
21089         sched_autopref_queue_depth.
21090         * config/arm/arm.c (sched-int.h): Include header.
21091         (arm_first_cycle_multipass_dfa_lookahead_guard,)
21092         (TARGET_SCHED_FIRST_CYCLE_MULTIPASS_DFA_LOOKAHEAD_GUARD): Define hook.
21093         (arm_slowmul_tune, arm_fastmul_tune, arm_strongarm_tune,)
21094         (arm_xscale_tune, arm_9e_tune, arm_v6t2_tune, arm_cortex_tune,)
21095         (arm_cortex_a8_tune, arm_cortex_a7_tune, arm_cortex_a15_tune,)
21096         (arm_cortex_a53_tune, arm_cortex_a57_tune, arm_xgene1_tune,)
21097         (arm_cortex_a5_tune, arm_cortex_a9_tune, arm_cortex_a12_tune,)
21098         (arm_v7m_tune, arm_cortex_m7_tune, arm_v6m_tune, arm_fa726te_tune):
21099         Specify sched_autopref_queue_depth value.  Enabled for A15 and A57.
21100         * config/arm/t-arm (arm.o): Update.
21101         * haifa-sched.c (update_insn_after_change): Update.
21102         (rank_for_schedule): Use auto-prefetcher model, if requested.
21103         (autopref_multipass_init): New static function.
21104         (autopref_rank_for_schedule): New rank_for_schedule heuristic.
21105         (autopref_multipass_dfa_lookahead_guard_started_dump_p): New static
21106         variable for debug dumps.
21107         (autopref_multipass_dfa_lookahead_guard_1): New static helper function.
21108         (autopref_multipass_dfa_lookahead_guard): New global function that
21109         implements TARGET_SCHED_FIRST_CYCLE_MULTIPASS_DFA_LOOKAHEAD_GUARD hook.
21110         (init_h_i_d): Update.
21111         * params.def (PARAM_SCHED_AUTOPREF_QUEUE_DEPTH): New tuning knob.
21112         * sched-int.h (enum autopref_multipass_data_status): New const enum.
21113         (autopref_multipass_data_): Structure for auto-prefetcher data.
21114         (autopref_multipass_data_def, autopref_multipass_data_t): New typedefs.
21115         (struct _haifa_insn_data:autopref_multipass_data): New field.
21116         (INSN_AUTOPREF_MULTIPASS_DATA): New access macro.
21117         (autopref_multipass_dfa_lookahead_guard): Declare.
21119 2015-01-17  Maxim Kuvyrkov  <maxim.kuvyrkov@linaro.org>
21121         * rtlanal.c (get_base_term): Handle SCRATCH.
21123 2015-01-17  Maxim Kuvyrkov  <maxim.kuvyrkov@linaro.org>
21125         * config/aarch64/aarch64.c
21126         (aarch64_sched_first_cycle_multipass_dfa_lookahead): Implement hook.
21127         (TARGET_SCHED_FIRST_CYCLE_MULTIPASS_DFA_LOOKAHEAD): Define.
21128         * config/arm/arm.c
21129         (arm_first_cycle_multipass_dfa_lookahead): Implement hook.
21130         (TARGET_SCHED_FIRST_CYCLE_MULTIPASS_DFA_LOOKAHEAD): Define.
21132 2015-01-17  Alan Modra  <amodra@gmail.com>
21134         * cprop.c (do_local_cprop): Disallow replacement of fixed
21135         hard registers.
21137 2015-01-16  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
21139         PR target/62066
21140         * config/arm/arm-builtins.c (arm_expand_neon_args): Call va_end before
21141         early return 0.
21143 2015-01-16  Bernd Edlinger  <bernd.edlinger@hotmail.de>
21145         * sanitizer.def (BUILT_IN_TSAN_VPTR_UPDATE): Fixed parameters.
21146         * tsan.c (instrument_expr): Fixed parameters of __tsan_vptr_update.
21148 2015-01-16  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
21150         * config/arm/arm.md: Move comment about splitting Thumb1 patterns to...
21151         * config/arm/thumb1.md: ... Here.
21153 2015-01-16  Segher Boessenkool  <segher@kernel.crashing.org>
21155         * config/rs6000/rs6000.c (rs6000_scalar_mode_supported_p): Disallow
21156         TImode for TARGET_32BIT.
21158 2015-01-16  Segher Boessenkool  <segher@kernel.crashing.org>
21160         * config/rs6000/rs6000.c (TARGET_LIBGCC_CMP_RETURN_MODE,
21161         TARGET_LIBGCC_SHIFT_COUNT_MODE, TARGET_UNWIND_WORD_MODE): Implement
21162         as ...
21163         (rs6000_abi_word_mode): New function.
21165 2015-01-16  Segher Boessenkool  <segher@kernel.crashing.org>
21167         * config/rs6000/rs6000.c (rs6000_va_start): Use MIN_UNITS_PER_WORD
21168         instead of UNITS_PER_WORD to describe the size of stack slots.
21170 2015-01-16  Segher Boessenkool  <segher@kernel.crashing.org>
21172         * config/rs6000/rs6000.c (TARGET_PROMOTE_FUNCTION_MODE): Implement
21173         as rs6000_promote_function_mode.  Move comment to there.
21174         (rs6000_promote_function_mode): New function.
21176 2015-01-16  Segher Boessenkool  <segher@kernel.crashing.org>
21178         * config/rs6000/rs6000.h (PROMOTE_MODE): Correct test for when -m32
21179         -mpowerpc64 is active.
21181 2015-01-16  Ilya Enkovich  <ilya.enkovich@intel.com>
21183         PR middle-end/64353
21184         * tree-cfg.c (pass_data_fixup_cfg): Update SSA for
21185         virtuals on start.
21187 2015-01-16  James Greenhalgh  <james.greenhalgh@arm.com>
21189         * config/arm/cortex-a57.md: Remove duplicate of file accidentally
21190         introduced in revision 219724.
21192 2015-01-16  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
21193             Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
21195         PR target/64263
21196         * config/aarch64/aarch64.md (*movsi_aarch64): Don't split if the
21197         destination is not a GP reg.
21198         (*movdi_aarch64): Likewise.
21200 2015-01-16  David Edelsohn  <dje.gcc@gmail.com>
21202         PR target/64623
21203         * config/rs6000/default64.h: Revert ISA change.
21205 2015-01-16  Richard Biener  <rguenther@suse.de>
21207         PR middle-end/64614
21208         * tree-ssa-uninit.c: Include tree-cfg.h.
21209         (MAX_SWITCH_CASES): New define.
21210         (convert_control_dep_chain_into_preds): Handle switch statements.
21211         (is_pred_expr_subset_of): Handle x == CST vs. (x & CST) != 0.
21212         (normalize_one_pred_1): Do not split bit-manipulations.
21213         Record (x & CST).
21215 2015-01-16  Richard Biener  <rguenther@suse.de>
21217         PR tree-optimization/64568
21218         * tree-ssa-forwprop.c (pass_forwprop::execute): Guard
21219         complex load rewriting for TARGET_MEM_REFs.
21221 2015-01-16  Uros Bizjak  <ubizjak@gmail.com>
21223         * builtins.c (expand_builtin_acc_on_device): Check target for NULL.
21225 2015-01-16  Matthew Wahab  <matthew.wahab@arm.com>
21227         PR target/64149
21228         * config/aarch64/aarch64.opt: Remove lra option and aarch64_lra_flag
21229         variable.
21230         * config/aarch64/aarch64.c (TARGET_LRA_P): Set to hook_bool_void_true.
21231         (aarch64_lra_p): Remove.
21233 2015-01-16  Ilya Enkovich  <ilya.enkovich@intel.com>
21235         PR target/64363
21236         * ipa-chkp.h (chkp_instrumentable_p): New.
21237         * ipa-chkp.c: Include tree-inline.h.
21238         (chkp_instrumentable_p): New.
21239         (chkp_maybe_create_clone): Use chkp_instrumentable_p.
21240         Fix processing of not instrumentable functions.
21241         (chkp_versioning): Use chkp_instrumentable_p. Warn about
21242         not instrumentable functions.
21243         * tree-chkp.c (chkp_add_bounds_to_call_stmt): Use
21244         chkp_instrumentable_p.
21245         * tree-inline.h (copy_forbidden): New.
21246         * tree-inline.c (copy_forbidden): Not static anymore.
21248 2015-01-16  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
21250         * optc-save-gen.awk (cl_target_option_print_diff): Mark indent,
21251         ptr1, ptr2 unused.
21253 2015-01-16  Robert Suchanek  <robert.suchanek@imgtec.com>
21255         * lra-constraints.c (curr_insn_transform): Change a reload pseudo of
21256         type OP_OUT to OP_INOUT.
21258 2015-01-16  Robert Suchanek  <robert.suchanek@imgtec.com>
21260         * simplify-rtx.c (simplify_replace_fn_rtx): Simplify (lo_sum
21261         (high x) y) to y if x and y have the same base.
21263 2015-01-16  James Greenhalgh  <james.greenhalgh@arm.com>
21265         * config/arm/cortex-a57.md: New.
21266         * config/aarch64/aarch64.md: Include it.
21267         * config/aarch64/aarch64-cores.def (cortex-a57): Tune for it.
21268         * config/aarch64/aarch64-tune.md: Regenerate.
21270 2015-01-16  Zhenqiang Chen  <zhenqiang.chen@arm.com>
21272         PR target/64015
21273         * ccmp.c (expand_ccmp_next): New function.
21274         (expand_ccmp_expr_1, expand_ccmp_expr): Handle operand insn sequence
21275         and compare insn sequence.
21276         * config/aarch64/aarch64.c (aarch64_code_to_ccmode,
21277         aarch64_gen_ccmp_first, aarch64_gen_ccmp_next): New functions.
21278         (TARGET_GEN_CCMP_FIRST, TARGET_GEN_CCMP_NEXT): New MICRO.
21279         * config/aarch64/aarch64.md (*ccmp_and): Changed to ccmp_and<mode>.
21280         (*ccmp_ior): Changed to ccmp_ior<mode>.
21281         (cmp<mode>): New pattern.
21282         * doc/tm.texi (TARGET_GEN_CCMP_FIRST, TARGET_GEN_CCMP_NEXT): Update
21283         parameters.
21284         * target.def (gen_ccmp_first, gen_ccmp_next): Update parameters.
21286 2015-01-16  Ilya Tocar  <ilya.tocar@intel.com>
21288         * config/i386/avx2intrin.h (_mm256_bslli_epi128,
21289         _mm256_bsrli_epi128): New.
21290         * config/i386/emmintrin.h (_mm_bsrli_si128, _mm_bslli_si128): Ditto.
21292 2015-01-15  Jiong Wang  <jiong.wang@arm.com>
21294         * expmed.c (store_bit_field_using_insv): Improve warning message.
21295         Use %wu instead of HOST_WIDE_INT_PRINT_UNSIGNED.
21297 2015-01-15  Jiong Wang  <jiong.wang@arm.com>
21299         PR rtl-optimization/64011
21300         * expmed.c (store_bit_field_using_insv): Warn and truncate bitsize when
21301         there is partial overflow.
21303 2015-01-16  Chung-Ju Wu  <jasonwucj@gmail.com>
21305         * config/nds32/nds32-protos.h (nds32_expand_epilogue): Change
21306         prototype.
21307         (nds32_expand_epilogue_v3pop): Likewise.
21308         * config/nds32/nds32.md (sibcall): Define this for sibling call
21309         optimization.
21310         (sibcall_register): Likewise.
21311         (sibcall_immediate): Likewise.
21312         (sibcall_value): Likewise.
21313         (sibcall_value_register): Likewise.
21314         (sibcall_value_immediate): Likewise.
21315         (sibcall_epilogue): Likewise.
21316         (epilogue): Pass false to indicate this is not a sibcall epilogue.
21317         * config/nds32/nds32.c (nds32_expand_epilogue): Consider sibcall case.
21318         (nds32_expand_epilogue_v3pop): Likewise.
21320 2015-01-16  Chung-Ju Wu  <jasonwucj@gmail.com>
21322         * config/nds32/nds32-protos.h (nds32_can_use_return_insn): New.
21323         * config/nds32/nds32.md (unspec_volatile_func_return): Remove.
21324         (return_internal): New.
21325         (return): Define this named pattern.
21326         (simple_return): Define this named pattern.
21327         * config/nds32/nds32.c (nds32_expand_epilogue): Emit return_internal
21328         pattern instead of unspec_volatile_func_return.
21329         (nds32_expand_epilogue_v3pop): Likewise.
21330         (nds32_can_use_return_insn): New function.
21332 2015-01-16  Chung-Ju Wu  <jasonwucj@gmail.com>
21334         * config/nds32/constants.md (UNSPEC_VOLATILE_POP25_RETURN): New.
21335         * config/nds32/nds32.md (pop25return): New.
21336         * config/nds32/nds32.c (nds32_expand_epilogue_v3pop): Emit
21337         pop25return pattern.
21339 2015-01-16  Chung-Ju Wu  <jasonwucj@gmail.com>
21341         * doc/invoke.texi (NDS32 Options): Remove -mforce-fp-as-gp,
21342         -mforbid-fp-as-gp, and -mex9 options.
21344 2015-01-16  Chung-Ju Wu  <jasonwucj@gmail.com>
21346         * doc/invoke.texi (NDS32 Options): Add -mcmodel= option and
21347         remove -mgp-direct option.
21349 2015-01-15  Jan Hubicka  <hubicka@ucw.cz>
21351         * doc/invoke.texi (--param early-inlining-insns): Update default value.
21352         * params.def (PARAM_EARLY_INLINING_INSNS): Set to 14.
21354 2015-01-15  Jan Hubicka  <hubicka@ucw.cz>
21356         * ipa-inline.c (inline_small_functions): Work around hints
21357         cache issue.
21359 2015-01-15  Sandra Loosemore  <sandra@codesourcery.com>
21361         PR target/59710
21362         * doc/invoke.texi (Option Summary): Document new Nios II
21363         -mgpopt= syntax.
21364         (Nios II Options): Likewise.
21365         * config/nios2/nios2.opt: Add -mgpopt= option support.
21366         Modify existing -mgpopt and -mno-gpopt options to be aliases.
21367         * config/nios2/nios2-opts.h (enum nios2_gpopt_type): New.
21368         * config/nios2/nios2.c (nios2_option_override): Adjust
21369         -mgpopt defaulting.
21370         (nios2_in_small_data_p): Return true for explicit small data
21371         sections even with -G0.
21372         (nios2_symbol_ref_in_small_data_p): Adjust to handle new -mgpopt=
21373         option choices.
21375 2015-01-15  Jan Hubicka  <hubicka@ucw.cz>
21377         PR ipa/64612
21378         * ipa-inline-transform.c (can_remove_node_now_p): Fix handling
21379         of comdat locals.
21380         (inline_call): Fix removal of aliases.
21382 2015-01-15  Jakub Jelinek  <jakub@redhat.com>
21384         * flag-types.h (enum sanitize_code): Add SANITIZE_VPTR,
21385         include SANITIZE_VPTR in SANITIZE_UNDEFINED.
21386         * opts.c (common_handle_option): Add -fsanitize=vptr.
21387         * sanitizer.def (BUILT_IN_UBSAN_HANDLE_DYNAMIC_TYPE_CACHE_MISS,
21388         BUILT_IN_UBSAN_HANDLE_DYNAMIC_TYPE_CACHE_MISS_ABORT): New.
21389         * ubsan.h (enum ubsan_null_ckind): Add UBSAN_DOWNCAST_POINTER,
21390         UBSAN_DOWNCAST_REFERENCE, UBSAN_UPCAST and UBSAN_CAST_TO_VBASE.
21391         (ubsan_expand_vptr_ifn): New prototype.
21392         * internal-fn.c (expand_ANNOTATE, expand_GOMP_SIMD_LANE,
21393         expand_GOMP_SIMD_VF, expand_GOMP_SIMD_LAST_LANE, expand_UBSAN_NULL,
21394         expand_UBSAN_BOUNDS, expand_UBSAN_OBJECT_SIZE, expand_ASAN_CHECK,
21395         expand_LOOP_VECTORIZED): Make argument nameless, remove
21396         ATTRIBUTE_UNUSED.
21397         (expand_UBSAN_VPTR): New function.
21398         * internal-fn.def (UBSAN_NULL, ASAN_CHECK): Use R instead of W
21399         in fn spec.
21400         (UBSAN_VPTR): New internal function.
21401         * sanopt.c (tree_map_traits): Renamed to ...
21402         (sanopt_tree_map_traits): ... this.
21403         (sanopt_tree_triplet, sanopt_tree_triplet_map_traits): New classes.
21404         (sanopt_ctx): Adjust asan_check_map type for tree_map_traits
21405         to sanopt_tree_map_traits renaming.  Add vptr_check_map field.
21406         (maybe_optimize_ubsan_vptr_ifn): New function.
21407         (sanopt_optimize_walker): Handle IFN_UBSAN_VPTR.
21408         (pass_sanopt::execute): Likewise.  Call sanopt_optimize even for
21409         -fsanitize=vptr.
21410         * tree-ssa-alias.c (call_may_clobber_ref_p_1): Handle certain
21411         internal calls like pure functions for aliasing, even when they
21412         have other side-effects that prevent making them ECF_PURE.
21413         * ubsan.c (ubsan_vptr_type_cache_decl): New variable.
21414         (ubsan_expand_vptr_ifn): New function.
21416 2015-01-15  Vladimir Makarov  <vmakarov@redhat.com>
21418         PR rtl-optimization/64110
21419         * stmt.c (parse_output_constraint): Process '^' and '$'.
21420         (parse_input_constraint): Ditto.
21421         * lra-constraints.c (process_alt_operands): Process the new
21422         constraints.
21423         * ira-costs.c (record_reg_classes): Process the new constraint
21424         '^'.
21425         * genoutput.c (indep_constraints): Add '^' and '$'.
21426         * config/i386/sse.md (*vec_dup<mode>): Use '$' instead of '!'.
21427         * doc/md.texi: Add description of the new constraints.
21429 2015-01-15  Thomas Schwinge  <thomas@codesourcery.com>
21430             Bernd Schmidt  <bernds@codesourcery.com>
21431             Cesar Philippidis  <cesar@codesourcery.com>
21432             James Norris  <jnorris@codesourcery.com>
21433             Tom de Vries  <tom@codesourcery.com>
21434             Ilmir Usmanov  <i.usmanov@samsung.com>
21435             Dmitry Bocharnikov  <dmitry.b@samsung.com>
21436             Evgeny Gavrin  <e.gavrin@samsung.com>
21437             Jakub Jelinek  <jakub@redhat.com>
21439         * builtin-types.def (BT_FN_VOID_INT_INT_VAR)
21440         (BT_FN_VOID_INT_PTR_SIZE_PTR_PTR_PTR_INT_INT_VAR)
21441         (BT_FN_VOID_INT_OMPFN_PTR_SIZE_PTR_PTR_PTR_INT_INT_INT_INT_INT_VAR):
21442         New function types.
21443         * builtins.c: Include "gomp-constants.h".
21444         (expand_builtin_acc_on_device): New function.
21445         (expand_builtin, is_inexpensive_builtin): Handle
21446         BUILT_IN_ACC_ON_DEVICE.
21447         * builtins.def (DEF_GOACC_BUILTIN, DEF_GOACC_BUILTIN_COMPILER):
21448         New macros.
21449         * cgraph.c (cgraph_node::create): Consider flag_openacc next to
21450         flag_openmp.
21451         * config.gcc <nvptx-*> (tm_file): Add nvptx/offload.h.
21452         <*-intelmic-* | *-intelmicemul-*> (tm_file): Add
21453         i386/intelmic-offload.h.
21454         * gcc.c (LINK_COMMAND_SPEC, GOMP_SELF_SPECS): For -fopenacc, link
21455         to libgomp and its dependencies.
21456         * config/arc/arc.h (LINK_COMMAND_SPEC): Likewise.
21457         * config/darwin.h (LINK_COMMAND_SPEC_A): Likewise.
21458         * config/i386/mingw32.h (GOMP_SELF_SPECS): Likewise.
21459         * config/ia64/hpux.h (LIB_SPEC): Likewise.
21460         * config/pa/pa-hpux11.h (LIB_SPEC): Likewise.
21461         * config/pa/pa64-hpux.h (LIB_SPEC): Likewise.
21462         * doc/generic.texi: Update for OpenACC changes.
21463         * doc/gimple.texi: Likewise.
21464         * doc/invoke.texi: Likewise.
21465         * doc/sourcebuild.texi: Likewise.
21466         * gimple-pretty-print.c (dump_gimple_omp_for): Handle
21467         GF_OMP_FOR_KIND_OACC_LOOP.
21468         (dump_gimple_omp_target): Handle GF_OMP_TARGET_KIND_OACC_KERNELS,
21469         GF_OMP_TARGET_KIND_OACC_PARALLEL, GF_OMP_TARGET_KIND_OACC_DATA,
21470         GF_OMP_TARGET_KIND_OACC_UPDATE,
21471         GF_OMP_TARGET_KIND_OACC_ENTER_EXIT_DATA.
21472         Dump more data.
21473         * gimple.c: Update comments for OpenACC changes.
21474         * gimple.def: Likewise.
21475         * gimple.h: Likewise.
21476         (enum gf_mask): Add GF_OMP_FOR_KIND_OACC_LOOP,
21477         GF_OMP_TARGET_KIND_OACC_PARALLEL, GF_OMP_TARGET_KIND_OACC_KERNELS,
21478         GF_OMP_TARGET_KIND_OACC_DATA, GF_OMP_TARGET_KIND_OACC_UPDATE,
21479         GF_OMP_TARGET_KIND_OACC_ENTER_EXIT_DATA.
21480         (gimple_omp_for_cond, gimple_omp_for_set_cond): Sort in the
21481         appropriate place.
21482         (is_gimple_omp_oacc, is_gimple_omp_offloaded): New functions.
21483         * gimplify.c: Include "gomp-constants.h".
21484         Update comments for OpenACC changes.
21485         (is_gimple_stmt): Handle OACC_PARALLEL, OACC_KERNELS, OACC_DATA,
21486         OACC_HOST_DATA, OACC_DECLARE, OACC_UPDATE, OACC_ENTER_DATA,
21487         OACC_EXIT_DATA, OACC_CACHE, OACC_LOOP.
21488         (gimplify_scan_omp_clauses, gimplify_adjust_omp_clauses): Handle
21489         OMP_CLAUSE__CACHE_, OMP_CLAUSE_ASYNC, OMP_CLAUSE_WAIT,
21490         OMP_CLAUSE_NUM_GANGS, OMP_CLAUSE_NUM_WORKERS,
21491         OMP_CLAUSE_VECTOR_LENGTH, OMP_CLAUSE_GANG, OMP_CLAUSE_WORKER,
21492         OMP_CLAUSE_VECTOR, OMP_CLAUSE_DEVICE_RESIDENT,
21493         OMP_CLAUSE_USE_DEVICE, OMP_CLAUSE_INDEPENDENT, OMP_CLAUSE_AUTO,
21494         OMP_CLAUSE_SEQ.
21495         (gimplify_adjust_omp_clauses_1, gimplify_adjust_omp_clauses): Use
21496         GOMP_MAP_* instead of OMP_CLAUSE_MAP_*.  Use
21497         OMP_CLAUSE_SET_MAP_KIND.
21498         (gimplify_oacc_cache): New function.
21499         (gimplify_omp_for): Handle OACC_LOOP.
21500         (gimplify_omp_workshare): Handle OACC_KERNELS, OACC_PARALLEL,
21501         OACC_DATA.
21502         (gimplify_omp_target_update): Handle OACC_ENTER_DATA,
21503         OACC_EXIT_DATA, OACC_UPDATE.
21504         (gimplify_expr): Handle OACC_LOOP, OACC_CACHE, OACC_HOST_DATA,
21505         OACC_DECLARE, OACC_KERNELS, OACC_PARALLEL, OACC_DATA,
21506         OACC_ENTER_DATA, OACC_EXIT_DATA, OACC_UPDATE.
21507         (gimplify_body): Consider flag_openacc next to flag_openmp.
21508         * lto-streamer-out.c: Include "gomp-constants.h".
21509         * omp-builtins.def (BUILT_IN_ACC_GET_DEVICE_TYPE)
21510         (BUILT_IN_GOACC_DATA_START, BUILT_IN_GOACC_DATA_END)
21511         (BUILT_IN_GOACC_ENTER_EXIT_DATA, BUILT_IN_GOACC_PARALLEL)
21512         (BUILT_IN_GOACC_UPDATE, BUILT_IN_GOACC_WAIT)
21513         (BUILT_IN_GOACC_GET_THREAD_NUM, BUILT_IN_GOACC_GET_NUM_THREADS)
21514         (BUILT_IN_ACC_ON_DEVICE): New builtins.
21515         * omp-low.c: Include "gomp-constants.h".
21516         Update comments for OpenACC changes.
21517         (struct omp_context): Add reduction_map, gwv_below, gwv_this
21518         members.
21519         (extract_omp_for_data, use_pointer_for_field, install_var_field)
21520         (new_omp_context, delete_omp_context, scan_sharing_clauses)
21521         (create_omp_child_function, scan_omp_for, scan_omp_target)
21522         (check_omp_nesting_restrictions, lower_reduction_clauses)
21523         (build_omp_regions_1, diagnose_sb_0, make_gimple_omp_edges):
21524         Update for OpenACC changes.
21525         (scan_sharing_clauses): Handle OMP_CLAUSE_NUM_GANGS:
21526         OMP_CLAUSE_NUM_WORKERS: OMP_CLAUSE_VECTOR_LENGTH,
21527         OMP_CLAUSE_ASYNC, OMP_CLAUSE_WAIT, OMP_CLAUSE_GANG,
21528         OMP_CLAUSE_WORKER, OMP_CLAUSE_VECTOR, OMP_CLAUSE_DEVICE_RESIDENT,
21529         OMP_CLAUSE_USE_DEVICE, OMP_CLAUSE__CACHE_, OMP_CLAUSE_INDEPENDENT,
21530         OMP_CLAUSE_AUTO, OMP_CLAUSE_SEQ.  Use GOMP_MAP_* instead of
21531         OMP_CLAUSE_MAP_*.
21532         (expand_omp_for_static_nochunk, expand_omp_for_static_chunk):
21533         Handle GF_OMP_FOR_KIND_OACC_LOOP.
21534         (expand_omp_target, lower_omp_target): Handle
21535         GF_OMP_TARGET_KIND_OACC_PARALLEL, GF_OMP_TARGET_KIND_OACC_KERNELS,
21536         GF_OMP_TARGET_KIND_OACC_UPDATE,
21537         GF_OMP_TARGET_KIND_OACC_ENTER_EXIT_DATA,
21538         GF_OMP_TARGET_KIND_OACC_DATA.
21539         (pass_expand_omp::execute, execute_lower_omp)
21540         (pass_diagnose_omp_blocks::gate): Consider flag_openacc next to
21541         flag_openmp.
21542         (offload_symbol_decl): New variable.
21543         (oacc_get_reduction_array_id, oacc_max_threads)
21544         (get_offload_symbol_decl, get_base_type, lookup_oacc_reduction)
21545         (maybe_lookup_oacc_reduction, enclosing_target_ctx)
21546         (oacc_loop_or_target_p, oacc_lower_reduction_var_helper)
21547         (oacc_gimple_assign, oacc_initialize_reduction_data)
21548         (oacc_finalize_reduction_data, oacc_process_reduction_data): New
21549         functions.
21550         (is_targetreg_ctx): Remove function.
21551         * tree-core.h (enum omp_clause_code): Add OMP_CLAUSE__CACHE_,
21552         OMP_CLAUSE_DEVICE_RESIDENT, OMP_CLAUSE_USE_DEVICE,
21553         OMP_CLAUSE_GANG, OMP_CLAUSE_ASYNC, OMP_CLAUSE_WAIT,
21554         OMP_CLAUSE_AUTO, OMP_CLAUSE_SEQ, OMP_CLAUSE_INDEPENDENT,
21555         OMP_CLAUSE_WORKER, OMP_CLAUSE_VECTOR, OMP_CLAUSE_NUM_GANGS,
21556         OMP_CLAUSE_NUM_WORKERS, OMP_CLAUSE_VECTOR_LENGTH.
21557         * tree.c (omp_clause_code_name, walk_tree_1): Update accordingly.
21558         * tree.h (OMP_CLAUSE_GANG_EXPR, OMP_CLAUSE_GANG_STATIC_EXPR)
21559         (OMP_CLAUSE_ASYNC_EXPR, OMP_CLAUSE_WAIT_EXPR)
21560         (OMP_CLAUSE_VECTOR_EXPR, OMP_CLAUSE_WORKER_EXPR)
21561         (OMP_CLAUSE_NUM_GANGS_EXPR, OMP_CLAUSE_NUM_WORKERS_EXPR)
21562         (OMP_CLAUSE_VECTOR_LENGTH_EXPR): New macros.
21563         * tree-core.h: Update comments for OpenACC changes.
21564         (enum omp_clause_map_kind): Remove.
21565         (struct tree_omp_clause): Change type of map_kind member from enum
21566         omp_clause_map_kind to unsigned char.
21567         * tree-inline.c: Update comments for OpenACC changes.
21568         * tree-nested.c: Likewise.  Include "gomp-constants.h".
21569         (convert_nonlocal_reference_stmt, convert_local_reference_stmt)
21570         (convert_tramp_reference_stmt, convert_gimple_call): Update for
21571         OpenACC changes.  Use GOMP_MAP_* instead of OMP_CLAUSE_MAP_*.  Use
21572         OMP_CLAUSE_SET_MAP_KIND.
21573         * tree-pretty-print.c: Include "gomp-constants.h".
21574         (dump_omp_clause): Handle OMP_CLAUSE_DEVICE_RESIDENT,
21575         OMP_CLAUSE_USE_DEVICE, OMP_CLAUSE__CACHE_, OMP_CLAUSE_GANG,
21576         OMP_CLAUSE_ASYNC, OMP_CLAUSE_AUTO, OMP_CLAUSE_SEQ,
21577         OMP_CLAUSE_WAIT, OMP_CLAUSE_WORKER, OMP_CLAUSE_VECTOR,
21578         OMP_CLAUSE_NUM_GANGS, OMP_CLAUSE_NUM_WORKERS,
21579         OMP_CLAUSE_VECTOR_LENGTH, OMP_CLAUSE_INDEPENDENT.  Use GOMP_MAP_*
21580         instead of OMP_CLAUSE_MAP_*.
21581         (dump_generic_node): Handle OACC_PARALLEL, OACC_KERNELS,
21582         OACC_DATA, OACC_HOST_DATA, OACC_DECLARE, OACC_UPDATE,
21583         OACC_ENTER_DATA, OACC_EXIT_DATA, OACC_CACHE, OACC_LOOP.
21584         * tree-streamer-in.c: Include "gomp-constants.h".
21585         (unpack_ts_omp_clause_value_fields) Use GOMP_MAP_* instead of
21586         OMP_CLAUSE_MAP_*.  Use OMP_CLAUSE_SET_MAP_KIND.
21587         * tree-streamer-out.c: Include "gomp-constants.h".
21588         (pack_ts_omp_clause_value_fields): Use GOMP_MAP_* instead of
21589         OMP_CLAUSE_MAP_*.
21590         * tree.def (OACC_PARALLEL, OACC_KERNELS, OACC_DATA)
21591         (OACC_HOST_DATA, OACC_LOOP, OACC_CACHE, OACC_DECLARE)
21592         (OACC_ENTER_DATA, OACC_EXIT_DATA, OACC_UPDATE): New tree codes.
21593         * tree.c (omp_clause_num_ops): Update accordingly.
21594         * tree.h (OMP_BODY, OMP_CLAUSES, OMP_LOOP_CHECK, OMP_CLAUSE_SIZE):
21595         Likewise.
21596         (OACC_PARALLEL_BODY, OACC_PARALLEL_CLAUSES, OACC_KERNELS_BODY)
21597         (OACC_KERNELS_CLAUSES, OACC_DATA_BODY, OACC_DATA_CLAUSES)
21598         (OACC_HOST_DATA_BODY, OACC_HOST_DATA_CLAUSES, OACC_CACHE_CLAUSES)
21599         (OACC_DECLARE_CLAUSES, OACC_ENTER_DATA_CLAUSES)
21600         (OACC_EXIT_DATA_CLAUSES, OACC_UPDATE_CLAUSES)
21601         (OACC_KERNELS_COMBINED, OACC_PARALLEL_COMBINED): New macros.
21602         * tree.h (OMP_CLAUSE_MAP_KIND): Cast it to enum gomp_map_kind.
21603         (OMP_CLAUSE_SET_MAP_KIND): New macro.
21604         * varpool.c (varpool_node::get_create): Consider flag_openacc next
21605         to flag_openmp.
21606         * config/i386/intelmic-offload.h: New file.
21607         * config/nvptx/offload.h: Likewise.
21609 2015-01-15  Prathamesh Kulkarni  <prathamesh.kulkarni@linaro.org>
21611         * explow.h: Remove duplicate contents.
21612         * dojump.h: Likewise.
21614 2015-01-15  Richard Earnshaw  <rearnsha@arm.com>
21616         * arm.c (arm_xgene_tune): Add default initializer for instruction
21617         fusion.
21619 2015-01-15  Jan Hubicka  <hubicka@ucw.cz>
21621         PR ipa/64068
21622         PR ipa/64559
21623         * ipa.c (symbol_table::remove_unreachable_nodes):
21624         Do not put abstract origins into boundary.
21626 2015-01-15  Evgeny Stupachenko  <evstupac@gmail.com>
21628         * config/i386/gnu-user.h (CRT_GET_RFIB_DATA): Remove EBX register usage.
21629         * config/i386/sysv4.h (CRT_GET_RFIB_DATA): Ditto.
21631 2015-01-15  Steve Ellcey  <sellcey@mips.com>
21633         * Makefile.in (PLUGIN_HEADERS): Add dominance.h, cfg.h, cfgrtl.h,
21634         cfganal.h, cfgbuild.h, cfgcleanup.h, lcm.h, cfgloopmanip.h,
21635         builtins.def, and chkp-builtins.def.
21637 2015-01-15  David Edelsohn  <dje.gcc@gmail.com>
21639         * config/rs6000/default64.h (TARGET_DEFAULT) [LITTLE_ENDIAN]: Use
21640         ISA 2.7 (POWER8).
21642 2015-01-15  Richard Biener  <rguenther@suse.de>
21644         PR tree-optimization/61743
21645         * tree-ssa-pre.c (insert_into_preds_of_block): Preserve range
21646         information on PHIs for some simple cases.
21648 2015-01-15  Philipp Tomsich  <philipp.tomsich@theobroma-systems.com>
21650         * config/arm/arm.md (generic_sched): Specify xgene1 in 'no' list.
21651         Include xgene1.md.
21652         * config/arm/arm.c (arm_issue_rate): Specify 4 for xgene1.
21653         * config/arm/arm-cores.def (xgene1): New entry.
21654         * config/arm/arm-tables.opt: Regenerate.
21655         * config/arm/arm-tune.md: Regenerate.
21656         * config/arm/bpabi.h (BE8_LINK_SPEC): Specify mcpu=xgene1.
21658 2015-01-15  Yuri Rumyantsev  <ysrumyan@gmail.com>
21660         * tree-if-conv.c: Include hash-map.h.
21661         (aggressive_if_conv): New variable.
21662         (fold_build_cond_expr): Add simplification of non-zero condition.
21663         (add_to_dst_predicate_list): Invoke add_to_predicate_list if edge
21664         destination block is not always executed.
21665         (if_convertible_phi_p): Fix commentary, allow phi nodes have more
21666         than two predecessors if AGGRESSIVE_IF_CONV is true.
21667         (if_convertible_stmt_p): Fix commentary.
21668         (all_preds_critical_p): New function.
21669         (has_pred_critical_p): New function.
21670         (if_convertible_bb_p): Fix commentary, if AGGRESSIVE_IF_CONV is true
21671         BB can have more than two predecessors and all incoming edges can be
21672         critical.
21673         (predicate_bbs): Skip predication for loop exit block, use build2_loc
21674         to compute predicate for true edge.
21675         (find_phi_replacement_condition): Delete this function.
21676         (is_cond_scalar_reduction): Add arguments ARG_0, ARG_1 and EXTENDED.
21677         Allow interchange PHI arguments if EXTENDED is false.
21678         Change check that block containing reduction statement candidate
21679         is predecessor of phi-block since phi may have more than two arguments.
21680         (phi_args_hash_traits): New helper structure.
21681         (struct phi_args_hash_traits): New type.
21682         (phi_args_hash_traits::hash): New function.
21683         (phi_args_hash_traits::equal_keys): New function.
21684         (gen_phi_arg_condition): New function.
21685         (predicate_scalar_phi): Add handling of phi nodes with more than two
21686         arguments, delete COND and TRUE_BB arguments, insert body of
21687         find_phi_replacement_condition to predicate ordinary phi nodes.
21688         (predicate_all_scalar_phis): Skip blocks with the only predecessor,
21689         delete call of find_phi_replacement_condition and invoke
21690         predicate_scalar_phi with two arguments.
21691         (insert_gimplified_predicates): Add assert that non-predicated block
21692         don't have statements to insert.
21693         (ifcvt_split_critical_edges): New function.
21694         (ifcvt_split_def_stmt): Likewise.
21695         (ifcvt_walk_pattern_tree): Likewise.
21696         (stmt_is_root_of_bool_pattern): Likewise.
21697         (ifcvt_repair_bool_pattern): Likewise.
21698         (ifcvt_local_dce): Likewise.
21699         (tree_if_conversion): Add initialization of AGGRESSIVE_IF_CONV which
21700         is copy of inner or outer loop force_vectorize field, invoke
21701         ifcvt_split_critical_edges, ifcvt_local_dce and
21702         ifcvt_repair_bool_pattern for aggressive if-conversion.
21704 2015-01-15  Philipp Tomsich  <ptomsich@theobroma-systems.com>
21706         * config/aarch64/aarch64.md: Include xgene1.md.
21707         * config/aarch64/xgene1.md: New file.
21709 2015-01-15  Philipp Tomsich  <philipp.tomsich@theobroma-systems.com>
21711         * config/aarch64/aarch64-cores.def (xgene1): Update/add the
21712         xgene1 (APM XGene-1) core definition.
21713         * gcc/config/aarch64/aarch64.c: Add cost tables for APM XGene-1
21714         * config/arm/aarch-cost-tables.h: Add cost tables for APM XGene-1
21715         * doc/invoke.texi: Document -mcpu=xgene1.
21717 2015-01-15  Prathamesh Kulkarni  <prathamesh.kulkarni@linaro.org>
21719         * dojump.h: New header file.
21720         * explow.h: Likewise.
21721         * expr.h: Remove includes.
21722         Move expmed.c prototypes to expmed.h.
21723         Move dojump.c prototypes to dojump.h.
21724         Move alias.c prototypes to alias.h.
21725         Move explow.c prototypes to explow.h.
21726         Move calls.c prototypes to calls.h.
21727         Move emit-rtl.c prototypes to emit-rtl.h.
21728         Move varasm.c prototypes to varasm.h.
21729         Move stmt.c prototypes to stmt.h.
21730         (saved_pending_stack_adjust): Move to dojump.h.
21731         (adjust_address): Move to explow.h.
21732         (adjust_address_nv): Move to emit-rtl.h.
21733         (adjust_bitfield_address): Likewise.
21734         (adjust_bitfield_address_size): Likewise.
21735         (adjust_bitfield_address_nv): Likewise.
21736         (adjust_automodify_address_nv): Likewise.
21737         * explow.c (expr_size): Move to expr.c.
21738         (int_expr_size): Likewise.
21739         (tree_expr_size): Likewise.
21740         Include calls.h dojump.h emit-rtl.h explow.h expmed.h
21741         fixed-value.h hashtab.h statistics.h stmt.h varasm.h.
21742         * genemit.c (main): Generate includes statistics.h, real.h,
21743         fixed-value.h, insn-config.h, expmed.h, dojump.h, explow.h, emit-rtl.h,
21744         stmt.h.
21745         * genopinit.c (main): Generate includes hashtab.h, hard-reg-set.h,
21746         function.h, statistics.h, real.h, fixed-value.h, expmed.h, dojump.h,
21747         explow.h, emit-rtl.h, stmt.h.
21748         * genoutput.c (main): Generate includes hashtab.h, statistics.h, real.h,
21749         fixed-value.h, expmed.h, dojump.h, explow.h, emit-rtl.h, stmt.h.
21750         * genemit.c (open_base_files): Generate includes flags.h, statistics.h,
21751         real.h, fixed-value.h, tree.h, expmed.h, dojump.h, explow.h, calls.h,
21752         emit-rtl.h, varasm.h, stmt.h.
21753         * config/tilepro/gen-mul-tables.cc: Generate includes hashtab.h,
21754         hash-set.h, vec.h, machmode.h, tm.h, hard-reg-set.h, input.h,
21755         function.h, rtl.h, flags.h, statistics.h, double-int.h, real.h,
21756         fixed-value.h, alias.h, wide-int.h, inchash.h, tree.h, insn-config.h,
21757         expmed.h, dojump.h, explow.h, calls.h, emit-rtl.h, varasm.h, stmt.h.
21758         * config/tilegx/mul-tables.c: Include alias.h calls.h dojump.h
21759         double-int.h emit-rtl.h explow.h expmed.h fixed-value.h flags.h
21760         function.h hard-reg-set.h hash-set.h hashtab.h inchash.h input.h
21761         insn-config.h machmode.h real.h rtl.h statistics.h stmt.h symtab.h
21762         tm.h tree.h varasm.h vec.h wide-int.h.
21763         * rtlhooks.c: Include alias.h calls.h dojump.h double-int.h emit-rtl.h
21764         explow.h expmed.h fixed-value.h flags.h function.h hard-reg-set.h
21765         hash-set.h hashtab.h inchash.h input.h insn-config.h machmode.h
21766         real.h statistics.h stmt.h tree.h varasm.h vec.h wide-int.h.
21767         * cfgloopanal.c: Include alias.h calls.h dojump.h double-int.h
21768         emit-rtl.h explow.h expmed.h fixed-value.h flags.h inchash.h
21769         insn-config.h real.h statistics.h stmt.h tree.h varasm.h wide-int.h.
21770         * loop-iv.c: Likewise.
21771         * lra-assigns.c: Include alias.h calls.h dojump.h double-int.h
21772         emit-rtl.h explow.h expmed.h fixed-value.h flags.h inchash.h real.h
21773         statistics.h stmt.h tree.h varasm.h wide-int.h.
21774         * lra-constraints.c: Likewise.
21775         * lra-eliminations.c: Likewise.
21776         * lra-lives.c: Likewise.
21777         * lra-remat.c: Likewise.
21778         * bt-load.c: Include alias.h calls.h dojump.h double-int.h emit-rtl.h
21779         explow.h expmed.h fixed-value.h inchash.h insn-config.h real.h
21780         statistics.h stmt.h tree.h varasm.h wide-int.h.
21781         * hw-doloop.c: Likewise.
21782         * ira-color.c: Likewise.
21783         * ira-emit.c: Likewise.
21784         * loop-doloop.c: Likewise.
21785         * loop-invariant.c: Likewise.
21786         * reload.c: Include alias.h calls.h dojump.h double-int.h emit-rtl.h
21787         explow.h expmed.h fixed-value.h inchash.h real.h rtl.h
21788         statistics.h stmt.h tree.h varasm.h wide-int.h.
21789         * caller-save.c: Include alias.h calls.h dojump.h double-int.h
21790         emit-rtl.h explow.h expmed.h fixed-value.h inchash.h real.h
21791         statistics.h stmt.h tree.h varasm.h wide-int.h.
21792         * combine-stack-adj.c: Likewise.
21793         * cse.c: Likewise.
21794         * ddg.c: Likewise.
21795         * ifcvt.c: Likewise.
21796         * ira-costs.c: Likewise.
21797         * jump.c: Likewise.
21798         * lra-coalesce.c: Likewise.
21799         * lra-spills.c: Likewise.
21800         * profile.c: Include alias.h calls.h dojump.h double-int.h emit-rtl.h
21801         explow.h expmed.h fixed-value.h insn-config.h real.h statistics.h
21802         stmt.h varasm.h wide-int.h.
21803         * lra.c: Include alias.h calls.h dojump.h double-int.h emit-rtl.h
21804         explow.h expmed.h fixed-value.h real.h statistics.h stmt.h
21805         varasm.h.
21806         * config/sh/sh_treg_combine.cc: Include alias.h calls.h dojump.h
21807         double-int.h explow.h expmed.h fixed-value.h flags.h real.h
21808         statistics.h stmt.h varasm.h wide-int.h.
21809         * reorg.c: Include alias.h calls.h dojump.h double-int.h explow.h
21810         expmed.h fixed-value.h inchash.h real.h statistics.h stmt.h tree.h
21811         varasm.h wide-int.h.
21812         * reload1.c: Include alias.h calls.h dojump.h double-int.h explow.h
21813         expmed.h fixed-value.h real.h rtl.h statistics.h stmt.h varasm.h.
21814         * config/tilegx/tilegx.c: Include alias.h dojump.h double-int.h
21815         emit-rtl.h explow.h expmed.h fixed-value.h flags.h real.h
21816         statistics.h stmt.h.
21817         * config/tilepro/tilepro.c: Likewise.
21818         * config/mmix/mmix.c: Include alias.h dojump.h double-int.h emit-rtl.h
21819         explow.h expmed.h fixed-value.h real.h statistics.h stmt.h.
21820         * config/pdp11/pdp11.c: Likewise.
21821         * config/xtensa/xtensa.c: Likewise.
21822         * config/lm32/lm32.c: Include alias.h dojump.h double-int.h emit-rtl.h
21823         explow.h expmed.h fixed-value.h real.h statistics.h stmt.h
21824         varasm.h.
21825         * tree-chkp.c: Include calls.h dojump.h emit-rtl.h explow.h expmed.h
21826         fixed-value.h flags.h function.h hard-reg-set.h hashtab.h
21827         insn-config.h real.h rtl.h statistics.h stmt.h tm.h.
21828         * cilk-common.c: Include calls.h dojump.h emit-rtl.h explow.h expmed.h
21829         fixed-value.h flags.h function.h hard-reg-set.h hashtab.h
21830         insn-config.h real.h rtl.h statistics.h stmt.h tm.h varasm.h.
21831         * rtl-chkp.c: Likewise.
21832         * tree-chkp-opt.c: Likewise.
21833         * config/arm/arm-builtins.c: Include calls.h dojump.h emit-rtl.h
21834         explow.h expmed.h fixed-value.h flags.h function.h hard-reg-set.h
21835         hashtab.h insn-config.h real.h statistics.h stmt.h varasm.h.
21836         * ipa-icf.c: Include calls.h dojump.h emit-rtl.h explow.h expmed.h
21837         fixed-value.h flags.h hashtab.h insn-config.h real.h rtl.h
21838         statistics.h stmt.h.
21839         * tree-vect-data-refs.c: Likewise.
21840         * graphite-sese-to-poly.c: Include calls.h dojump.h emit-rtl.h explow.h
21841         expmed.h fixed-value.h flags.h hashtab.h insn-config.h real.h
21842         rtl.h statistics.h stmt.h varasm.h.
21843         * internal-fn.c: Likewise.
21844         * ipa-icf-gimple.c: Likewise.
21845         * lto-section-out.c: Likewise.
21846         * tree-data-ref.c: Likewise.
21847         * tree-nested.c: Likewise.
21848         * tree-outof-ssa.c: Likewise.
21849         * tree-predcom.c: Likewise.
21850         * tree-pretty-print.c: Likewise.
21851         * tree-scalar-evolution.c: Likewise.
21852         * tree-ssa-strlen.c: Likewise.
21853         * tree-vect-loop.c: Likewise.
21854         * tree-vect-patterns.c: Likewise.
21855         * tree-vect-slp.c: Likewise.
21856         * tree-vect-stmts.c: Likewise.
21857         * tsan.c: Likewise.
21858         * targhooks.c: Include calls.h dojump.h emit-rtl.h explow.h expmed.h
21859         fixed-value.h flags.h hashtab.h insn-config.h real.h statistics.h
21860         stmt.h.
21861         * config/sh/sh-mem.cc: Include calls.h dojump.h emit-rtl.h explow.h
21862         expmed.h fixed-value.h flags.h hashtab.h insn-config.h real.h
21863         statistics.h stmt.h varasm.h.
21864         * loop-unroll.c: Likewise.
21865         * ubsan.c: Likewise.
21866         * tree-ssa-loop-prefetch.c: Include calls.h dojump.h emit-rtl.h explow.h
21867         expmed.h fixed-value.h flags.h hashtab.h real.h rtl.h statistics.h
21868         stmt.h varasm.h.
21869         * dse.c: Include calls.h dojump.h emit-rtl.h explow.h expmed.h
21870         fixed-value.h function.h hashtab.h statistics.h stmt.h varasm.h.
21871         * tree-switch-conversion.c: Include calls.h dojump.h emit-rtl.h explow.h
21872         expmed.h fixed-value.h hashtab.h insn-config.h real.h rtl.h
21873         statistics.h stmt.h.
21874         * generic-match-head.c: Include calls.h dojump.h emit-rtl.h explow.h
21875         expmed.h fixed-value.h hashtab.h insn-config.h real.h rtl.h
21876         statistics.h stmt.h varasm.h.
21877         * gimple-match-head.c: Likewise.
21878         * lto-cgraph.c: Likewise.
21879         * lto-section-in.c: Likewise.
21880         * lto-streamer-in.c: Likewise.
21881         * lto-streamer-out.c: Likewise.
21882         * tree-affine.c: Likewise.
21883         * tree-cfg.c: Likewise.
21884         * tree-cfgcleanup.c: Likewise.
21885         * tree-if-conv.c: Likewise.
21886         * tree-into-ssa.c: Likewise.
21887         * tree-ssa-alias.c: Likewise.
21888         * tree-ssa-copyrename.c: Likewise.
21889         * tree-ssa-dse.c: Likewise.
21890         * tree-ssa-forwprop.c: Likewise.
21891         * tree-ssa-live.c: Likewise.
21892         * tree-ssa-math-opts.c: Likewise.
21893         * tree-ssa-pre.c: Likewise.
21894         * tree-ssa-sccvn.c: Likewise.
21895         * tree-tailcall.c: Likewise.
21896         * tree-vect-generic.c: Likewise.
21897         * tree-sra.c: Include calls.h dojump.h emit-rtl.h explow.h expmed.h
21898         fixed-value.h hashtab.h insn-config.h real.h rtl.h stmt.h varasm.h.
21899         * stor-layout.c: Include calls.h dojump.h emit-rtl.h explow.h expmed.h
21900         fixed-value.h hashtab.h insn-config.h real.h statistics.h stmt.h.
21901         * varasm.c: Likewise.
21902         * coverage.c: Include calls.h dojump.h emit-rtl.h explow.h expmed.h
21903         fixed-value.h hashtab.h insn-config.h real.h statistics.h stmt.h
21904         varasm.h.
21905         * init-regs.c: Likewise.
21906         * ira.c: Likewise.
21907         * omp-low.c: Likewise.
21908         * stack-ptr-mod.c: Likewise.
21909         * tree-ssa-reassoc.c: Likewise.
21910         * tree-complex.c: Include calls.h dojump.h emit-rtl.h explow.h expmed.h
21911         fixed-value.h hashtab.h insn-config.h rtl.h statistics.h stmt.h
21912         varasm.h.
21913         * dwarf2cfi.c: Include calls.h dojump.h emit-rtl.h explow.h expmed.h
21914         fixed-value.h hashtab.h insn-config.h statistics.h stmt.h varasm.h.
21915         * shrink-wrap.c: Include calls.h dojump.h emit-rtl.h explow.h expmed.h
21916         fixed-value.h hashtab.h real.h rtl.h statistics.h stmt.h.
21917         * recog.c: Include calls.h dojump.h emit-rtl.h explow.h expmed.h
21918         fixed-value.h hashtab.h real.h rtl.h statistics.h stmt.h varasm.h.
21919         * tree-ssa-phiopt.c: Likewise.
21920         * config/darwin.c: Include calls.h dojump.h emit-rtl.h explow.h expmed.h
21921         fixed-value.h hashtab.h real.h statistics.h stmt.h.
21922         * config/fr30/fr30.c: Likewise.
21923         * config/frv/frv.c: Likewise.
21924         * expr.c: Likewise.
21925         * final.c: Likewise.
21926         * optabs.c: Likewise.
21927         * passes.c: Likewise.
21928         * simplify-rtx.c: Likewise.
21929         * stmt.c: Likewise.
21930         * toplev.c: Likewise.
21931         * var-tracking.c: Likewise.
21932         * gcse.c: Include calls.h dojump.h emit-rtl.h explow.h expmed.h
21933         fixed-value.h hashtab.h real.h statistics.h stmt.h varasm.h.
21934         * lower-subreg.c: Likewise.
21935         * postreload-gcse.c: Likewise.
21936         * ree.c: Likewise.
21937         * reginfo.c: Likewise.
21938         * store-motion.c: Likewise.
21939         * combine.c: Include calls.h dojump.h emit-rtl.h explow.h expmed.h
21940         fixed-value.h hashtab.h real.h stmt.h varasm.h.
21941         * emit-rtl.c: Include calls.h dojump.h emit-rtl.h explow.h expmed.h
21942         fixed-value.h hashtab.h statistics.h stmt.h.
21943         * dojump.c: Include calls.h dojump.h emit-rtl.h explow.h expmed.h
21944         fixed-value.h hashtab.h statistics.h stmt.h varasm.h.
21945         * except.c: Likewise.
21946         * explow.c: Likewise.
21947         * tree-dfa.c: Include calls.h dojump.h emit-rtl.h explow.h expmed.h
21948         fixed-value.h insn-config.h real.h rtl.h statistics.h stmt.h
21949         varasm.h.
21950         * gimple-fold.c: Include calls.h dojump.h emit-rtl.h explow.h expmed.h
21951         fixed-value.h insn-config.h real.h rtl.h statistics.h varasm.h.
21952         * tree-ssa-structalias.c: Likewise.
21953         * cfgexpand.c: Include calls.h dojump.h emit-rtl.h explow.h expmed.h
21954         fixed-value.h insn-config.h real.h statistics.h.
21955         * calls.c: Include calls.h dojump.h emit-rtl.h explow.h expmed.h
21956         fixed-value.h insn-config.h real.h statistics.h stmt.h.
21957         * bb-reorder.c: Include calls.h dojump.h emit-rtl.h explow.h expmed.h
21958         fixed-value.h insn-config.h real.h statistics.h stmt.h varasm.h.
21959         * cfgbuild.c: Likewise.
21960         * function.c: Include calls.h dojump.h emit-rtl.h explow.h expmed.h
21961         fixed-value.h real.h rtl.h statistics.h stmt.h.
21962         * cfgrtl.c: Include calls.h dojump.h emit-rtl.h explow.h expmed.h
21963         fixed-value.h real.h rtl.h statistics.h stmt.h varasm.h.
21964         * dbxout.c: Include calls.h dojump.h emit-rtl.h explow.h expmed.h
21965         fixed-value.h real.h statistics.h stmt.h.
21966         * auto-inc-dec.c: Include calls.h dojump.h emit-rtl.h explow.h expmed.h
21967         fixed-value.h real.h statistics.h stmt.h varasm.h.
21968         * cprop.c: Likewise.
21969         * modulo-sched.c: Likewise.
21970         * postreload.c: Likewise.
21971         * ccmp.c: Include calls.h dojump.h emit-rtl.h explow.h fixed-value.h
21972         flags.h function.h hard-reg-set.h hashtab.h insn-config.h real.h
21973         statistics.h stmt.h varasm.h.
21974         * gimple-ssa-strength-reduction.c: Include calls.h dojump.h emit-rtl.h
21975         explow.h fixed-value.h flags.h hashtab.h insn-config.h real.h
21976         rtl.h statistics.h stmt.h varasm.h.
21977         * tree-ssa-loop-ivopts.c: Include calls.h dojump.h emit-rtl.h explow.h
21978         fixed-value.h flags.h hashtab.h real.h rtl.h statistics.h stmt.h
21979         varasm.h.
21980         * expmed.c: Include calls.h dojump.h emit-rtl.h explow.h fixed-value.h
21981         function.h hard-reg-set.h hashtab.h real.h statistics.h stmt.h
21982         varasm.h.
21983         * target-globals.c: Include calls.h dojump.h emit-rtl.h explow.h
21984         fixed-value.h function.h hashtab.h real.h statistics.h stmt.h
21985         varasm.h.
21986         * tree-ssa-address.c: Include calls.h dojump.h emit-rtl.h explow.h
21987         fixed-value.h hashtab.h real.h statistics.h stmt.h varasm.h.
21988         * cfgcleanup.c: Include calls.h dojump.h explow.h expmed.h fixed-value.h
21989         function.h real.h statistics.h stmt.h varasm.h.
21990         * alias.c: Include calls.h dojump.h explow.h expmed.h fixed-value.h
21991         insn-config.h real.h statistics.h stmt.h.
21992         * dwarf2out.c: Include calls.h dojump.h explow.h expmed.h fixed-value.h
21993         statistics.h stmt.h.
21994         * config/nvptx/nvptx.c: Include dojump.h emit-rtl.h explow.h expmed.h
21995         fixed-value.h flags.h hard-reg-set.h insn-config.h real.h
21996         statistics.h stmt.h varasm.h.
21997         * gimplify.c: Include dojump.h emit-rtl.h explow.h expmed.h
21998         fixed-value.h flags.h hashtab.h insn-config.h real.h rtl.h statistics.h.
21999         * asan.c: Include dojump.h emit-rtl.h explow.h expmed.h fixed-value.h
22000         flags.h hashtab.h insn-config.h real.h rtl.h statistics.h stmt.h.
22001         * ipa-devirt.c: Include dojump.h emit-rtl.h explow.h expmed.h
22002         fixed-value.h flags.h hashtab.h insn-config.h real.h rtl.h
22003         statistics.h stmt.h varasm.h.
22004         * ipa-polymorphic-call.c: Likewise.
22005         * config/aarch64/aarch64.c: Include dojump.h emit-rtl.h explow.h
22006         expmed.h fixed-value.h flags.h hashtab.h insn-config.h real.h
22007         statistics.h stmt.h.
22008         * config/c6x/c6x.c: Likewise.
22009         * config/aarch64/aarch64-builtins.c: Include dojump.h emit-rtl.h
22010         explow.h expmed.h fixed-value.h flags.h hashtab.h insn-config.h real.h
22011         statistics.h stmt.h varasm.h.
22012         * ipa-prop.c: Include dojump.h emit-rtl.h explow.h expmed.h
22013         fixed-value.h hashtab.h insn-config.h real.h rtl.h statistics.h
22014         stmt.h varasm.h.
22015         * ipa-split.c: Likewise.
22016         * tree-eh.c: Likewise.
22017         * tree-ssa-dce.c: Likewise.
22018         * tree-ssa-loop-niter.c: Likewise.
22019         * tree-vrp.c: Likewise.
22020         * config/nds32/nds32-cost.c: Include dojump.h emit-rtl.h explow.h
22021         expmed.h fixed-value.h hashtab.h insn-config.h real.h statistics.h
22022         stmt.h.
22023         * config/nds32/nds32-fp-as-gp.c: Likewise.
22024         * config/nds32/nds32-intrinsic.c: Likewise.
22025         * config/nds32/nds32-isr.c: Likewise.
22026         * config/nds32/nds32-md-auxiliary.c: Likewise.
22027         * config/nds32/nds32-memory-manipulation.c: Likewise.
22028         * config/nds32/nds32-pipelines-auxiliary.c: Likewise.
22029         * config/nds32/nds32-predicates.c: Likewise.
22030         * config/nds32/nds32.c: Likewise.
22031         * config/cris/cris.c: Include dojump.h emit-rtl.h explow.h expmed.h
22032         fixed-value.h hashtab.h real.h statistics.h.
22033         * config/alpha/alpha.c: Include dojump.h emit-rtl.h explow.h expmed.h
22034         fixed-value.h hashtab.h real.h statistics.h stmt.h.
22035         * config/arm/arm.c: Likewise.
22036         * config/avr/avr.c: Likewise.
22037         * config/bfin/bfin.c: Likewise.
22038         * config/h8300/h8300.c: Likewise.
22039         * config/i386/i386.c: Likewise.
22040         * config/ia64/ia64.c: Likewise.
22041         * config/iq2000/iq2000.c: Likewise.
22042         * config/m32c/m32c.c: Likewise.
22043         * config/m32r/m32r.c: Likewise.
22044         * config/m68k/m68k.c: Likewise.
22045         * config/mcore/mcore.c: Likewise.
22046         * config/mep/mep.c: Likewise.
22047         * config/mips/mips.c: Likewise.
22048         * config/mn10300/mn10300.c: Likewise.
22049         * config/moxie/moxie.c: Likewise.
22050         * config/pa/pa.c: Likewise.
22051         * config/rl78/rl78.c: Likewise.
22052         * config/rx/rx.c: Likewise.
22053         * config/s390/s390.c: Likewise.
22054         * config/sh/sh.c: Likewise.
22055         * config/sparc/sparc.c: Likewise.
22056         * config/spu/spu.c: Likewise.
22057         * config/stormy16/stormy16.c: Likewise.
22058         * config/v850/v850.c: Likewise.
22059         * config/vax/vax.c: Likewise.
22060         * config/cr16/cr16.c: Include dojump.h emit-rtl.h explow.h expmed.h
22061         fixed-value.h hashtab.h real.h statistics.h stmt.h varasm.h.
22062         * config/msp430/msp430.c: Likewise.
22063         * predict.c: Likewise.
22064         * value-prof.c: Likewise.
22065         * config/epiphany/epiphany.c: Include dojump.h emit-rtl.h explow.h
22066         expmed.h fixed-value.h hashtab.h statistics.h stmt.h.
22067         * config/microblaze/microblaze.c: Likewise.
22068         * config/nios2/nios2.c: Likewise.
22069         * config/rs6000/rs6000.c: Likewise.
22070         * tree.c: Include dojump.h emit-rtl.h explow.h expmed.h fixed-value.h
22071         insn-config.h real.h rtl.h statistics.h stmt.h.
22072         * cgraph.c: Include dojump.h emit-rtl.h explow.h expmed.h fixed-value.h
22073         insn-config.h real.h statistics.h stmt.h.
22074         * fold-const.c: Include dojump.h emit-rtl.h explow.h expmed.h
22075         fixed-value.h insn-config.h real.h statistics.h stmt.h varasm.h.
22076         * tree-inline.c: Include dojump.h emit-rtl.h explow.h expmed.h
22077         fixed-value.h real.h rtl.h statistics.h stmt.h varasm.h.
22078         * builtins.c: Include dojump.h emit-rtl.h explow.h expmed.h
22079         fixed-value.h real.h statistics.h stmt.h.
22080         * config/arc/arc.c: Include dojump.h emit-rtl.h explow.h expmed.h
22081         fixed-value.h statistics.h stmt.h.
22082         * config/visium/visium.c: Include dojump.h emit-rtl.h explow.h expmed.h
22083         stmt.h.
22085 2015-01-15  Jakub Jelinek  <jakub@redhat.com>
22087         * gengtype.c (create_user_defined_type): Workaround
22088         -Wmaybe-uninitialized false positives.
22089         * cse.c (fold_rtx): Likewise.
22090         * loop-invariant.c (gain_for_invariant): Likewise.
22092 2015-01-15  Eric Botcazou  <ebotcazou@adacore.com>
22094         * expr.c (expand_expr_real_1) <normal_inner_ref>: Use the expression to
22095         set the memory attributes in all cases but clear MEM_EXPR if need be.
22097 2015-01-15  Yuri Rumyantsev  <ysrumyan@gmail.com>
22099         PR tree-optimization/64434
22100         * cfgexpand.c (reorder_operands): New function.
22101         (expand_gimple_basic_block): Insert call of reorder_operands if
22102         optimized is true.
22104 2015-01-15  Matthew Fortune  <matthew.fortune@imgtec.com>
22106         * config/mips/micromips.md (*swp): Remove explicit parallel.
22107         (jraddiusp, *movep<MOVEP1:mode><MOVEP2:mode>): Likewise.
22108         * config/mips/mips-dsp.md (add<DSPV:mode>3): Likewise.
22109         (mips_add<DSP:dspfmt1>_s_<DSP:dspfmt2>, sub<DSPV:mode>3): Likewise.
22110         (mips_sub<DSP:dspfmt1>_s_<DSP:dspfmt2>, mips_addsc): Likewise.
22111         (mips_addwc, mips_absq_s_<DSPQ:dspfmt2>): Likewise.
22112         (mips_precrq_rs_ph_w, mips_precrqu_s_qb_ph): Likewise.
22113         (mips_shll_<DSPV:dspfmt2>, mips_shll_s_<DSPQ:dspfmt2>): Likewise.
22114         (mips_muleu_s_ph_qbl, mips_muleu_s_ph_qbr): Likewise.
22115         (mips_mulq_rs_ph, mips_muleq_s_w_phl, mips_muleq_s_w_phr): Likewise.
22116         (mips_dpaq_s_w_ph, mips_dpsq_s_w_ph, mips_mulsaq_s_w_ph): Likewise.
22117         (mips_dpaq_sa_l_w, mips_dpsq_sa_l_w, mips_maq_s_w_phl): Likewise.
22118         (mips_maq_s_w_phr, mips_maq_sa_w_phl, mips_maq_sa_w_phr): Likewise.
22119         (mips_extr_w, mips_extr_r_w, mips_extr_rs_w): Likewise.
22120         (mips_extr_s_h, mips_extp, mips_extpdp, mips_mthlip): Likewise.
22121         (mips_wrdsp): Likewise.
22122         * config/mips/mips-dspr2.md (mips_absq_s_qb): Remove explicit
22123         parallel.
22124         (mips_addu_ph, mips_addu_s_ph, mips_cmpgdu_eq_qb): Likewise.
22125         (mips_cmpgdu_lt_qb, mips_cmpgdu_le_qb, mulv2hi3): Likewise.
22126         (mips_mul_s_ph, mips_mulq_rs_w, mips_mulq_s_ph): Likewise.
22127         (mips_mulq_s_w, mips_subu_ph, mips_subu_s_ph): Likewise.
22128         (mips_dpaqx_s_w_ph, mips_dpaqx_sa_w_ph): Likewise.
22129         (mips_dpsqx_s_w_ph, mips_dpsqx_sa_w_ph): Likewise.
22130         * config/mips/mips-fixed.md (usadd<mode>3): Remove explicit parallel.
22131         (ssadd<mode>3, ussub<mode>3, sssub<mode>3, ssmul<mode>3): Likewise.
22132         (ssmaddsqdq4, ssmsubsqdq4): Likewise.
22134 2015-01-14  Matthew Fortune  <matthew.fortune@imgtec.com>
22136         * config/mips/mips.c (mips_rtx_costs): Set costs for LSA/DLSA.
22137         (mips_print_operand): Support 'y' to print exact log2 in decimal
22138         of a const_int.
22139         * config/mips/mips.h (ISA_HAS_LSA): New define.
22140         (ISA_HAS_DLSA): Likewise.
22141         * config/mips/mips.md (<GPR:d>lsa): New define_insn.
22142         * config/mips/predicates.md (const_immlsa_operand): New predicate.
22144 2015-01-15  Martin Liska  <mliska@suse.cz>
22146         PR target/64377
22147         * optc-save-gen.awk: Add support for array types.
22149 2015-01-15  Richard Biener  <rguenther@suse.de>
22151         PR middle-end/64365
22152         * tree-data-ref.c (dr_analyze_indices): Make sure that accesses
22153         for MEM_REF access functions with the same base can never partially
22154         overlap.
22156 2015-01-14  Marcos Diaz <marcos.diaz@tallertechnologies.com>
22158         * common.opt: New option -fstack-protector-explicit.
22159         * cfgexpand.c (SPCT_FLAG_EXPLICIT): New enum.
22160         (stack_protect_decl_phase): Handle stack_protect attribute for
22161         explicit stack protection requests.
22162         (expand_used_vars): Similarly.
22163         * doc/cpp.texi (__SSP_EXPLICIT__): Document predefined macro.
22164         * doc/extend.texi: Add documentation for "stack_protect" attribute.
22165         * doc/invoke.texi: Add documentation for -fstack-protector-explicit.
22167 2015-01-14  Oleg Endo  <olegendo@gcc.gnu.org>
22169         PR target/53988
22170         * config/sh/sh-protos.h (sh_find_set_of_reg): Add option to ignore
22171         reg-reg copies.
22172         (sh_extending_set_of_reg): New struct.
22173         (sh_find_extending_set_of_reg, sh_split_tst_subregs,
22174         sh_remove_reg_dead_or_unused_notes): New Declarations.
22175         * config/sh/sh.c (sh_remove_reg_dead_or_unused_notes,
22176         sh_find_extending_set_of_reg, sh_split_tst_subregs,
22177         sh_extending_set_of_reg::use_as_extended_reg): New functions.
22178         * config/sh/sh.md (*tst<mode>_t_zero): Rename to *tst<mode>_t_subregs,
22179         convert to insn_and_split and use new function sh_split_tst_subregs.
22181 2015-01-14  Sandra Loosemore  <sandra@codesourcery.com>
22183         * doc/invoke.texi (Option Summary): Reclassify -fuse-ld as a linker
22184         option.
22185         (Optimization Options): Move -fuse-ld documentation to...
22186         (Link Options): ...here.
22188 2015-01-14  Matthew Fortune  <matthew.fortune@imgtec.com>
22190         * config/mips/constraints.md (ZC): Add support for R6 LL/SC
22191         offsets.
22192         (ZD): Update to use ISA_HAS_9BIT_DISPLACEMENT.
22193         * config/mips/mips.h (ISA_HAS_PREFETCH_9BIT): Rename to...
22194         (ISA_HAS_9BIT_DISPLACEMENT): ... this. New macro.
22195         * config/mips/sync.md (sync_compare_and_swap<mode>): Use ZC
22196         instead of ZR for the memory operand of LL/SC.
22197         (compare_and_swap_12, sync_add<mode>): Likewise.
22198         (sync_<optab>_12, sync_old_<optab>_12): Likewise.
22199         (sync_new_<optab>_12, sync_nand_12): Likewise.
22200         (sync_old_nand_12, sync_new_nand_12): Likewise.
22201         (sync_sub<mode>, sync_old_add<mode>): Likewise.
22202         (sync_old_sub<mode>, sync_new_add<mode>): Likewise.
22203         (sync_new_sub<mode>, sync_<optab><mode>): Likewise.
22204         (sync_old_<optab><mode>, sync_new_<optab><mode>"): Likewise.
22205         (sync_nand<mode>, sync_old_nand<mode>): Likewise.
22206         (sync_new_nand<mode>, sync_lock_test_and_set<mode>): Likewise.
22207         (test_and_set_12, atomic_compare_and_swap<mode>): Likewise.
22208         (atomic_exchange<mode>_llsc, atomic_fetch_add<mode>_llsc): Likewise.
22209         * doc/md.texi (ZC): Update description.
22211 2015-01-14  Andrew MacLeod  <amacleod@redhat.com>
22213         * builtins.c (expand_builtin_atomic_exchange): Remove error when
22214         memory model is CONSUME.
22215         (expand_builtin_atomic_compare_exchange, expand_builtin_atomic_load,
22216         expand_builtin_atomic_store): Change invalid memory model errors to
22217         warnings.
22218         (expand_builtin_atomic_clear): Change invalid model errors to warnings
22219         and issue warning for CONSUME.
22221 2015-01-14  Aldy Hernandez  <aldyh@redhat.com>
22223         * lto-cgraph: Update function comments for
22224         lto_symtab_encoder_encode_*.
22226 2015-01-14  Ilya Verbin  <ilya.verbin@intel.com>
22228         * Makefile.in (site.exp): Do not set ENABLE_LTO.
22230 2015-01-14  Ilya Verbin  <ilya.verbin@intel.com>
22232         * cgraphunit.c (ipa_passes): Remove argument from ipa_write_summaries.
22233         * lto-cgraph.c (select_what_to_stream): Remove argument, use
22234         lto_stream_offload_p instead.
22235         * lto-streamer.h (select_what_to_stream): Remove argument.
22236         * passes.c (ipa_write_summaries): Likewise.
22237         * tree-pass.h (ipa_write_summaries): Likewise.
22239 2015-01-14  Richard Biener  <rguenther@suse.de>
22241         PR tree-optimization/59354
22242         * tree-vect-slp.c (vect_build_slp_tree_1): Treat loads from
22243         groups larger than the slp group size as having gaps.
22245 2015-01-14  Andrew MacLeod  <amacleod@redhat.com>
22247         PR middle-end/59448
22248         * builtins.c (get_memmodel): Promote consume to acquire always.
22250 2015-01-14  Ilya Tocar  <ilya.tocar@intel.com>
22252         PR target/64386
22253         * config/i386/i386.c (ix86_expand_sse_cmp): Handle V64QImode,
22254         V32HImode.
22256 2015-01-14  Ilya Tocar  <ilya.tocar@intel.com>
22258         PR target/64393
22259         * common/config/i386/i386-common.c (OPTION_MASK_ISA_AVX512VBMI_SET):
22260         Enable AVX512BW.
22261         (OPTION_MASK_ISA_AVX512BW_UNSET): Disable AVX512VBMI.
22262         * config/i386/i386.c (ix86_hard_regno_mode_ok): Don't check
22263         AVX512VBMI, as it implies AVX512BW.
22265 2015-01-14  Ilya Tocar  <ilya.tocar@intel.com>
22267         PR target/64387
22268         * config/i386/sse.md (vec_unpacks_hi_v8sf): Fix predicate.
22269         (vec_unpacks_hi_v16sf): Ditto.
22271 2015-01-14  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
22273         * config/aarch64/arm_neon.h: Error out if AdvancedSIMD
22274         is not available.
22276 2015-01-14  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
22278         * doc/invoke.texi (mapcs): Mention deprecation.
22279         (mapcs-frame): Likewise.
22281 2015-01-14  Thomas Preud'homme  <thomas.preudhomme@arm.com>
22283         PR target/64453
22284         * config/arm/arm.c (callee_saved_reg_p): Define.
22285         (arm_compute_save_reg0_reg12_mask): Use callee_saved_reg_p to check if
22286         register is callee saved instead of !call_used_regs[reg].
22287         (thumb1_compute_save_reg_mask): Likewise.
22289 2015-01-14  Hale Wang  <hale.wang@arm.com>
22291         * config/arm/arm.c: Tune the max_cond_insns/branch_cost for
22292         Cortex-M7.
22294 2015-01-14  Richard Biener  <rguenther@suse.de>
22296         PR lto/64415
22297         * tree-inline.c (insert_debug_decl_map): Check destination
22298         function MAY_HAVE_DEBUG_STMTS.
22299         (insert_init_debug_bind): Likewise.
22300         (insert_init_stmt): Remove redundant check.
22301         (remap_gimple_stmt): Drop debug stmts if the destination
22302         function has var-tracking assignments disabled.
22304 2015-01-14  Martin Liska  <mliska@suse.cz>
22306         * ipa-icf-gimple.c (func_checker::compare_operand): Add support for
22307         IMAGPART_EXPR and REALPART_EXPR and fix BIT_FIELD_REF comparison.
22309 2015-01-14  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
22311         PR target/64460
22312         * config/arm/arm.md (*<arith_shift_insn>_multsi): Set 'shift' to 2.
22313         (*<arith_shift_insn>_shiftsi): Set 'shift' attr to 3.
22315 2015-01-14  Matthew Fortune  <matthew.fortune@imgtec.com>
22317         * config/mips/mips.h (MIPS_ISA_LEVEL_SPEC): Only infer an ISA
22318         level from an ARCH; do not inject the default.
22319         (MIPS_DEFAULT_ISA_LEVEL_SPEC): New macro split out from
22320         MIPS_ISA_LEVEL_SPEC.
22321         (MIPS_ISA_NAN2008_SPEC): Update comment.
22322         (BASE_DRIVER_SELF_SPECS): Likewise.
22323         * config/mips/elfoabi.h (DRIVER_SELF_SPECS): Add
22324         MIPS_DEFAULT_ISA_LEVEL_SPEC.
22325         * config/mips/mti-elf.h (DRIVER_SELF_SPECS): Likewise.
22326         * config/mips/mti-linux.h (DRIVER_SELF_SPECS): Likewise.
22327         * config/mips/sde.h (DRIVER_SELF_SPECS): Likewise.
22329 2015-01-14  Richard Biener  <rguenther@suse.de>
22331         PR tree-optimization/64493
22332         PR tree-optimization/64495
22333         * tree-vect-loop.c (vect_finalize_reduction): For double-reductions
22334         assign the proper vectorized PHI to the inner loop exit PHIs.
22336 2015-01-14  Joey Ye  <joey.ye@arm.com>
22338         * config/arm/arm.c (arm_compute_save_reg_mask):
22339         Do not save lr in case of tail call.
22340         * config/arm/thumb2.md (*thumb2_pop_single): New pattern.
22342 2015-01-14  Martin Uecker <uecker@eecs.berkeley.edu>
22344         * tree-vrp.c (check_array_ref): Emit more warnings
22345         for warn_array_bounds >= 2.
22346         * common.opt: New option -Warray-bounds=.
22347         * doc/invoke.texi: Document -Warray-bounds=.
22349 2015-01-14  Chung-Ju Wu  <jasonwucj@gmail.com>
22351         * config/nds32/nds32.opt (mforce-fp-as-gp): Remove.
22352         (mforbid-fp-as-gp): Remove.
22353         (mex9): Remove.
22354         * config/nds32/nds32-fp-as-gp.c (nds32_have_prologue_p): Remove.
22355         (nds32_symbol_load_store_p): Remove.
22356         (nds32_fp_as_gp_check_available): Clean up implementation.
22357         * config/nds32/nds32.h (LINK_SPEC): Remove -mforce-as-gp and -mex9
22358         cases.
22359         * config/nds32/nds32.c (nds32_asm_file_start): No need to consider
22360         fp-as-gp and ex9 cases.
22362 2015-01-13  Jan Hubicka  <hubicka@ucw.cz>
22364         * tree-profile.c (init_ic_make_global_vars): Drop workaround
22365         for bintuils bug 14342.
22366         (init_ic_make_global_vars): Likewise.
22367         (gimple_init_edge_profiler): Likewise.
22368         (gimple_gen_ic_func_profiler): Likewise.
22370 2015-01-13  Naveen H.S  <Naveen.Hurugalawadi@caviumnetworks.com>
22372         * ipa-inline.c (inline_small_functions): Swap the operands in
22373         enum.
22375 2015-01-13  Jan Hubicka  <hubicka@ucw.cz>
22377         PR ipa/64481
22378         * ipa-inline-analysis.c (node_growth_cache): Remove.
22379         (initialize_growth_caches): Do not initialize it.
22380         (free_growth_caches): Do not free it.
22381         (do_estimate_growth): Rename to ...
22382         (estimate_growth): ... this one; drop growth cache code.
22383         (growth_likely_positive): Always go the heuristics way.
22384         * ipa-inline.c (can_inline_edge_p): Walk through aliases.
22385         (reset_edge_caches): Do not reset node growth.
22386         (heap_edge_removal_hook): Do not maintain cache.
22387         (inline_small_functions): Likewise; strenghten sanity check.
22388         (ipa_inline): Do not maintain caches.
22389         * ipa-inline.h (node_growth_cache): Remove.
22390         (do_estimate_growth): Remove to ...
22391         (estimate_growth): this one; remove inline version.
22392         (reset_node_growth_cache): Remove.
22394 2015-01-13  Jan Hubicka  <hubicka@ucw.cz>
22396         PR ipa/64565
22397         * ipa-inline.c (inline_small_functions): Update callee keys after
22398         resolving speculation
22399         (inline_small_functions): Always check monotonicity of the queue.
22401 2015-01-13  Marek Polacek  <polacek@redhat.com>
22403         PR middle-end/64391
22404         * trans-mem.c (get_attrs_for): Return NULL_TREE if X is NULL_TREE.
22406 2015-01-13  Jakub Jelinek  <jakub@redhat.com>
22408         PR rtl-optimization/64286
22409         * ree.c (combine_reaching_defs): Move part of comment earlier,
22410         remove !SCALAR_INT_MODE_P check.
22411         (add_removable_extension): Don't add vector mode
22412         extensions if all uses of the source register aren't the same
22413         vector extensions.
22415 2015-01-13  Renlin Li  <renlin.li@arm.com>
22417         * config/arm/arm.h (CLZ_DEFINED_VALUE_AT_ZERO): Return 2.
22418         (CTZ_DEFINED_VALUE_AT_ZERO): Ditto.
22420 2015-01-13  Martin Liska  <mliska@suse.cz>
22422         * ipa-icf.c (sem_function::equals_private): Call new functions
22423         cl_target_option_print_diff and cl_optimization_print_diff.
22424         * optc-save-gen.awk (cl_target_option_print_diff): New function.
22425         (cl_optimization_print_diff): Likewise.
22426         * opth-gen.awk: Likewise.
22428 2015-01-13  Richard Sandiford  <richard.sandiford@arm.com>
22430         * config/aarch64/aarch64.md (subsi3, *subsi3_uxtw, subdi3)
22431         (*sub_<optab><ALLX:mode>_<GPI:mode>, *sub_<optab><SHORT:mode>_si_uxtw)
22432         (*sub_<optab><ALLX:mode>_shft_<GPI:mode>)
22433         (*sub_<optab><SHORT:mode>_shft_si_uxtw, *sub_<optab><mode>_multp2)
22434         (*sub_<optab>si_multp2_uxtw, *sub_uxt<mode>_multp2)
22435         (*sub_uxtsi_multp2_uxtw): Add stack pointer sources.
22437 2015-01-13  Andrew Pinski  <apinski@cavium.com>
22439         * config/aarch64/aarch64.c (fusion_load_store): Check dest mode
22440         instead of src mode.
22442 2015-01-13  Richard Biener  <rguenther@suse.de>
22444         PR lto/64373
22445         * lto-streamer-out.c (tree_is_indexable): Guard for NULL
22446         DECL_CONTEXT.
22448 2015-01-13  Andrew Pinski  <apinski@cavium.com>
22450         * config/aarch64/aarch64.c (aarch64_operands_ok_for_ldpstp): Reject
22451         volatile mems.
22452         (aarch64_operands_adjust_ok_for_ldpstp): Likewise.
22454 2015-01-13  Jakub Jelinek  <jakub@redhat.com>
22456         PR middle-end/63974
22457         * cfgexpand.c (expand_computed_goto): Don't call
22458         convert_memory_address here.
22460 2015-01-13  Richard Biener  <rguenther@suse.de>
22462         PR tree-optimization/64406
22463         * tree-loop-distibution.c (pass_loop_distribution::execute):
22464         Reset the SCEV hashtable if we distributed anything.
22466 2015-01-13  Richard Biener  <rguenther@suse.de>
22468         PR tree-optimization/64404
22469         * tree-vect-stmts.c (vectorizable_load): Reject conflicting
22470         SLP types for CSEd loads.
22472 2015-01-13  Thomas Preud'homme  <thomas.preudhomme@arm.com>
22474         PR tree-optimization/64436
22475         * tree-ssa-math-opts.c (find_bswap_or_nop_1): Move code performing the
22476         merge of two symbolic numbers for a bitwise OR to ...
22477         (perform_symbolic_merge): This. Also fix computation of the range and
22478         end of the symbolic number corresponding to the result of a bitwise OR.
22480 2015-01-13  Richard Biener  <rguenther@suse.de>
22482         PR tree-optimization/64568
22483         * tree-ssa-forwprop.c (pass_forwprop::execute): Properly
22484         release defs of removed stmts, avoid splitting TARGET_MEM_REFs.
22486 2015-01-13  Chung-Ju Wu  <jasonwucj@gmail.com>
22488         * config/nds32/nds32.c (nds32_legitimate_address_p): Consider
22489         TARGET_CMODEL_LARGE and TARGET_CMODEL_MEDIUM cases.
22491 2015-01-13  Chung-Ju Wu  <jasonwucj@gmail.com>
22493         * config/nds32/nds32.h (NDS32_SYMBOL_FLAG_RODATA): Define our own
22494         target-specific symbol_ref flag.
22495         (NDS32_SYMBOL_REF_RODATA_P): Define it to check if the symbol_ref
22496         resides in rodata section.
22497         * config/nds32/nds32.c (TARGET_ENCODE_SECTION_INFO): Define.
22498         (nds32_encode_section_info): New function.
22500 2015-01-13  Chung-Ju Wu  <jasonwucj@gmail.com>
22502         * config/nds32/nds32.md (call): Use pseudo instruction bal which
22503         clobbers TA_REGNUM if large code model is specified.
22504         (call_register): Likewise.
22505         (call_immediate): Likewise.
22506         (call_value): Likewise.
22507         (call_value_register): Likewise.
22508         (call_value_immediate): Likewise.
22510 2015-01-13  Chung-Ju Wu  <jasonwucj@gmail.com>
22512         * config/nds32/nds32.h (TARGET_CMODEL_SMALL): New macro.
22513         (TARGET_CMODEL_MEDIUM): New macro.
22514         (TARGET_CMODEL_LARGE): New macro.
22515         * config/nds32/nds32.c (nds32_asm_file_start): Display corresponding
22516         code model setting in assembly code.
22518 2015-01-13  Chung-Ju Wu  <jasonwucj@gmail.com>
22520         * common/config/nds32/nds32-common.c (TARGET_DEFAULT_TARGET_FLAGS):
22521         Remove MASK_GP_DIRECT flag.
22522         * config/nds32/nds32.h (MULTILIB_DEFAULTS): Have -mcmodel=medium as
22523         one of the multilib default options.
22524         * config/nds32/nds32.opt (mgp-direct): Remove.
22525         * config/nds32/t-mlibs (MULTILIB_OPTIONS): Use -mcmodel instead of
22526         -mgp-direct.  We also remove unnecessary -mlittle-endian/-mbig-endian.
22528 2015-01-13  Chung-Ju Wu  <jasonwucj@gmail.com>
22530         * config/nds32/nds32.opt (mcmodel): Add new option.
22531         * config/nds32/nds32-opts.h (nds32_cmodel_type): Add new enum type
22532         to describe code model.
22534 2015-01-13  Oleg Endo  <olegendo@gcc.gnu.org>
22536         PR target/64479
22537         * rtlanal.c (set_reg_p): Handle SEQUENCE constructs.
22539 2015-01-12  Kaz Kojima  <kkojima@gcc.gnu.org>
22541         * config/sh/sh.c (sh_atomic_assign_expand_fenv): New function.
22542         (TARGET_ATOMIC_ASSIGN_EXPAND_FENV): Define.
22543         (sh_builtin_get_fpscr, sh_builtin_set_fpscr): New variables.
22544         (sh_init_builtins): Record decls for __builtin_sh_get_fpscr and
22545         __builtin_sh_set_fpscr.
22547 2015-01-12  Sandra Loosemore  <sandra@codesourcery.com>
22549         * doc/invoke.texi ([-Wsuggest-attribute=]): Don't use parentheses
22550         after a funtion name just to indicate it is a function.
22551         ([-fsanitize-undefined-trap-on-error]): Likewise.
22552         ([-fdbg-cnt=]): Likewise.
22553         ([-mmemcpy]): Likewise.
22554         ([-mflush-func]): Likewise.
22555         ([-msynci]): Likewise.
22557 2015-01-12  Sandra Loosemore  <sandra@codesourcery.com>
22559         * doc/invoke.texi ([-Wbad-function-cast]): Rewrite to avoid confusing
22560         example.
22562 2015-01-12  Jakub Jelinek  <jakub@redhat.com>
22564         PR tree-optimization/64563
22565         * tree-vrp.c (vrp_evaluate_conditional): Check for VR_RANGE
22566         instead of != VR_VARYING.
22568         PR target/64513
22569         * config/i386/i386.c (ix86_expand_prologue): Add
22570         REG_FRAME_RELATED_EXPR to %rax and %r10 pushes.
22572         PR tree-optimization/64454
22573         * tree-vrp.c (simplify_div_or_mod_using_ranges): Optimize
22574         op0 % op1 into op0 if op0 is in range [-op1 + 1, op1 - 1]
22575         for signed or [0, op1 - 1] for unsigned modulo.
22576         (simplify_stmt_using_ranges): Call simplify_div_or_mod_using_ranges
22577         even if op1 does not satisfy integer_pow2p.
22579         PR other/64370
22580         * sreal.c (sreal::to_double): Use ldexp instead of scalbnl.
22582 2015-01-12  Jeff Law  <law@redhat.com>
22584         PR target/64461
22585         * config/m68k/m68k.md (truncsiqi2): Disable for TARGET_COLDFIRE.
22586         (trunchiqi2, truncsihi2): Similarly.
22588         * config/h8300/h8300.c (Fpa): Use RTX_FRAME_RELATED_P directly
22589         rather than calling F.
22591 2015-01-12  Bernd Edlinger  <bernd.edlinger@hotmail.de>
22593         * tsan.c (instrument_expr): Use force_gimple_operand.
22594         Use may_be_nonaddressable_p instead of is_gimple_addressable.
22596 2015-01-12  Richard Biener  <rguenther@suse.de>
22598         PR tree-optimization/64530
22599         * tree-loop-distribution.c (pg_add_dependence_edges): Shuffle
22600         back dr1.
22602 2015-01-12  Richard Biener  <rguenther@suse.de>
22604         PR middle-end/64357
22605         * tree-cfg.c (gimple_can_merge_blocks_p): Protect simple
22606         latches properly.
22608 2015-01-12  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
22610         * config/arm/arm.c (arm_cortex_a12_tune): Update entries to match
22611         Cortex-A17 tuning parameters.
22612         * config/arm/arm-cores.def (cortex-a12): Schedule for cortex-a17.
22614 2015-01-12  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
22616         * config/arm/arm-protos.h (tune_params): Add fuseable_ops field.
22617         * config/arm/arm.c (arm_macro_fusion_p): New function.
22618         (arm_macro_fusion_pair_p): Likewise.
22619         (TARGET_SCHED_MACRO_FUSION_P): Define.
22620         (TARGET_SCHED_MACRO_FUSION_PAIR_P): Likewise.
22621         (ARM_FUSE_NOTHING): Likewise.
22622         (ARM_FUSE_MOVW_MOVT): Likewise.
22623         (arm_slowmul_tune, arm_fastmul_tune, arm_strongarm_tune,
22624         arm_xscale_tune, arm_9e_tune, arm_v6t2_tune, arm_cortex_tune,
22625         arm_cortex_a8_tune, arm_cortex_a7_tune, arm_cortex_a15_tune,
22626         arm_cortex_a53_tune, arm_cortex_a57_tune, arm_cortex_a9_tune,
22627         arm_cortex_a12_tune, arm_v7m_tune, arm_v6m_tune, arm_fa726te_tune
22628         arm_cortex_a5_tune): Specify fuseable_ops value.
22630 2015-01-12  H.J. Lu  <hongjiu.lu@intel.com>
22632         PR bootstrap/64561
22633         * configure.ac (HAVE_LD_PIE_COPYRELOC): Update Linux/x86-64 linker
22634         test for PIE with copy reloc.
22635         * configure: Regenerated.
22637 2015-01-12  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
22639         * config/arm/arm.c (arm_load_tp): Use R0_REGNUM instead of constant 0
22640         in gen_rtx_REG.
22641         (arm_tls_descseq_addr): Likewise.
22642         (arm_gen_movmemqi): Likewise.
22643         (arm_expand_epilogue_apcs_frame): Likewise.
22644         (arm_expand_epilogue): Likewise.
22645         (arm_expand_prologue): Likewise.  Use R1_REGNUM instead of constant 1
22646         in gen_rtx_REG.
22648 2015-01-12  Martin Liska  <mliska@suse.cz>
22650         PR ipa/64550
22651         * ipa-icf-gimple.c (func_checker::compare_memory_operand): Compare
22652         volatility for correct operands.
22654 2015-01-12  Martin Liska  <mliska@suse.cz>
22656         * ipa-icf.c (sem_function::equals_wpa): Add indirect_calls as
22657         indication that a function is not leaf.
22658         (sem_function::compare_polymorphic_p): Likewise.
22660 2015-01-12  Prathamesh Kulkarni  <prathamesh.kulkarni@linaro.org>
22662         * config/visium/visium.c: Add includes hashtab.h, hash-set.h,
22663         machmode.h, input.h, statistics.h, vec.h, double-int.h, real.h,
22664         fixed-value.h, alias.h, symtab.h, tree-core.h, wide-int.h, inchash.h,
22665         fold-const.h, tree-check.h.
22667 2015-01-12  Jan Hubicka  <hubicka@ucw.cz>
22669         PR ipa/63967
22670         PR ipa/64425
22671         * ipa-inline.c (compute_uninlined_call_time,
22672         compute_inlined_call_time): Use counts for extra precision when
22673         needed possible.
22674         (big_speedup_p): Fix formating.
22675         (RELATIVE_TIME_BENEFIT_RANGE): Remove.
22676         (relative_time_benefit): Remove.
22677         (edge_badness): Turn DECL_DISREGARD_INLINE_LIMITS into hint;
22678         merge guessed and read profile paths.
22679         (inline_small_functions): Count only !optimize_size functions into
22680         initial size; be more lax about sanity check when profile is used;
22681         be sure to update inlined function profile when profile is read.
22683 2015-01-12  Jan Hubicka  <hubicka@ucw.cz>
22685         PR ipa/63470
22686         * ipa-inline-analysis.c (inline_edge_duplication_hook): Adjust
22687         cost when edge becomes direct.
22688         * ipa-prop.c (make_edge_direct): Do not adjust when speculation
22689         is resolved or when introducing new speculation.
22691 2015-01-12  Chen Gang  <gang.chen.5i5j@gmail.com>
22693         PR ipa/64551
22694         PR ipa/64552
22695         * ipa-icf.c (sem_function::equals_private): Use '&&' instead of
22696         '||' to fix typo issue.
22698         * gcc/tree.h (target_opts_for_fn): Check NULL_TREE since it can
22699         accept and return NULL.
22701 2015-01-12  Martin Liska  <mliska@suse.cz>
22703         * cgraph.c (cgraph_edge::remove_callee): Move function to header
22704         file for being inlined.
22705         (cgraph_set_edge_callee): Delete.
22706         (cgraph_edge::redirect_callee): Move function to header file
22707         for being inlined.
22708         (cgraph_edge::make_direct): Use new function.
22709         (cgraph_edge::dump_edge_flags): New function created from
22710         static dump_edge_flags function.
22711         (cgraph_node::dump): Use new function.
22712         (cgraph_edge::verify_count_and_frequency): New function created
22713         from verify_edge_count_and_frequency.
22714         (cgraph_edge::verify_corresponds_to_fndecl): New function created
22715         from verify_edge_corresponds_to_fndecl.
22716         (verify_edge_corresponds_to_fndecl): Delete.
22717         (cgraph_node::verify_node): Use new function.
22718         * cgraph.h (cgraph_edge::set_callee): New function.
22719         (cgraph_edge::dump_edge_flags): Likewise.
22720         (cgraph_edge::verify_corresponds_to_fndecl): Likewise.
22722 2015-01-11  Jan Hubicka  <hubicka@ucw.cz>
22724         * ipa-utils.c (estimate_function_body_sizes): Do not
22725         free node params when called late with early=true.
22727 2015-01-11  James Greenhalgh  <james.greenhalgh@arm.com>
22729         * doc/md.texi (Instruction Patterns): Rewrite text for
22730         clarity.
22731         (Example): Likewise.
22733 2015-01-10  Sandra Loosemore  <sandra@codesourcery.com>
22735         * doc/invoke.texi (Option Summary): Break long lines.
22736         [(-fdiagnostics-color)]: Put long literal in @smallexample
22737         instead of inline.
22738         [(-fsanitize-recover)]: Likewise.
22739         [(-fdump-rtl-split*)]: Rewrite to fix over-full hbox.
22740         [(-ffast-math)]: Likewise.
22741         [(--param max-inline-insns-recursive)]: Likewise.
22742         [(--param max-inline-recursive-depth)]: Likewise.
22743         [(-mno-text-section-literals)]: Likewise.
22745 2015-01-10  Thomas Schwinge  <thomas@codesourcery.com>
22747         * doc/install.texi: Update for libgomp being renamed from "GNU
22748         OpenMP Runtime Library" to "GNU Offloading and Multi Processing
22749         Runtime Library".
22750         * doc/sourcebuild.texi: Likewise.
22752 2015-01-10  Anthony Green  <green@moxielogic.com>
22754         * config/moxie/moxie.c (moxie_option_override): Fix forcing of
22755         mul.x availability for moxiebox configuration.
22757 2015-01-09  Anthony Green  <green@moxielogic.com>
22759         * config/moxie/moxie.md: Tabify assembly output.
22761 2015-01-09  Anthony Green  <green@moxielogic.com>
22763         * config/moxie/moxie.md (CC_REG): Correct register definition.
22765 2015-01-09  Sandra Loosemore  <sandra@codesourcery.com>
22767         * doc/invoke.texi ([-fvtable-verify]): Copy-edit and fix markup.
22768         ([-fvtv-debug], [-fvtv-counts]): Likewise.  Correct location
22769         of log files.
22771 2015-01-09  Andreas Tobler  <andreast@gcc.gnu.org>
22773         * config/arm/arm.h (MAX_SYNC_LIBFUNC_SIZE): Delete semicolon.
22775 2015-01-09  Bernd Schmidt  <bernds@codesourcery.com>
22776             Jakub Jelinek  <jakub@redhat.com>
22778         PR middle-end/64412
22779         * lto-streamer.h (lto_stream_offload_p): New declaration.
22780         * lto-streamer.c (lto_stream_offload_p): New variable.
22781         * cgraphunit.c (ipa_passes): Set lto_stream_offload_p
22782         at the same time as section_name_prefix.
22783         * lto-streamer-out.c (hash_tree): Don't hash TREE_TARGET_OPTION
22784         if lto_stream_offload_p.
22785         * tree-streamer-out.c (streamer_pack_tree_bitfields): Don't
22786         stream TREE_TARGET_OPTION if lto_stream_offload_p.
22787         (write_ts_function_decl_tree_pointers): Don't
22788         stream DECL_FUNCTION_SPECIFIC_TARGET if lto_stream_offload_p.
22789         * tree-streamer-in.c (unpack_value_fields): Don't stream
22790         TREE_TARGET_OPTION in if ACCEL_COMPILER.
22791         (lto_input_ts_function_decl_tree_pointers): Don't stream
22792         DECL_FUNCTION_SPECIFIC_TARGET in if ACCEL_COMPILER.
22793         * lto-opts.c (lto_write_options): Use lto_stream_offload_p
22794         instead of section_name_prefix string comparisons.
22796 2015-01-09  Jakub Jelinek  <jakub@redhat.com>
22798         PR rtl-optimization/64536
22799         * cfgrtl.c (rtl_tidy_fallthru_edge): Handle removal of degenerate
22800         tablejumps.
22802 2015-01-09  Michael Collison  <michael.collison@linaro.org>
22804         PR tree-optimization/64322
22805         * tree-vrp.c (extract_range_from_binary_expr_1): Attempt to derive
22806         range for RSHIFT_EXPR even if vr0 range is not VR_RANGE or is symbolic.
22808 2015-01-09  Tom de Vries  <tom@codesourcery.com>
22810         PR rtl-optimization/64539
22811         * regcprop.c (kill_clobbered_values): Factor out of ...
22812         (copyprop_hardreg_forward_1): ... here.  Use kill_clobbered_values
22813         instead of note_stores with kill_clobbered_value.
22815 2015-01-09  Andreas Tobler  <andreast@gcc.gnu.org>
22817          * ginclude/unwind-arm-common.h: Revert previous commit.
22819 2015-01-09  Andreas Tobler  <andreast@gcc.gnu.org>
22821         * config.gcc (arm*-*-freebsd*): New configuration.
22822         * config/arm/freebsd.h: New file.
22823         * config.host: Add extra components for arm*-*-freebsd*.
22824         * config/arm/arm.h: Introduce MAX_SYNC_LIBFUNC_SIZE.
22825         * config/arm/arm.c (arm_init_libfuncs): Use MAX_SYNC_LIBFUNC_SIZE.
22827 2015-01-09  Sebastian Huber  <sebastian.huber@embedded-brains.de>
22829         * config/rs6000/rtems.h (CPP_OS_RTEMS_SPEC): Define __PPC_CPU_E6500__
22830         for -mcpu=e6500.
22831         * config/rs6000/t-rtems: Add e6500 multilibs.
22833 2015-01-09  Sebastian Huber  <sebastian.huber@embedded-brains.de>
22835         * config/rs6000/t-rtems: Add -mno-spe to soft-float multilib for
22836         MPC8540.
22838 2015-01-09  Sebastian Huber  <sebastian.huber@embedded-brains.de>
22840         * config/rs6000/t-rtems: Use MULTILIB_REQUIRED instead of
22841         MULTILIB_EXCEPTIONS.
22843 2015-01-09  Sebastian Huber  <sebastian.huber@embedded-brains.de>
22845         * config/arm/t-rtems: Use MULTILIB_REQUIRED instead of
22846         MULTILIB_EXCEPTIONS.
22848 2015-01-09  Sebastian Huber  <sebastian.huber@embedded-brains.de>
22850         * config/arm/t-rtems-eabi: Rename to...
22851         * config/arm/t-rtems: ...this.
22852         * config/arm/rtems-eabi.h: Rename to...
22853         * config/arm/rtems.h: ...this.
22854         * config.gcc (arm*-*-rtems*): Reflect changes above.
22856 2015-01-09  Richard Biener  <rguenther@suse.de>
22858         PR tree-optimization/64410
22859         * tree-ssa.c (non_rewritable_lvalue_p): Allow REALPART/IMAGPART_EXPR
22860         on the LHS.
22861         (execute_update_addresses_taken): Deal with that.
22862         * tree-ssa-forwprop.c (pass_forwprop::execute): Use component-wise
22863         loads/stores for complex variables.
22865 2015-01-09  Martin Liska  <mliska@suse.cz>
22867         * ipa-icf-gimple.c (func_checker::compare_ssa_name): Enhance SSA
22868         name comparison.
22869         (func_checker::compare_memory_operand): New function.
22870         (func_checker::compare_operand): Split case to newly
22871         added functions.
22872         (func_checker::compare_cst_or_decl): New function.
22873         (func_checker::compare_gimple_call): Identify
22874         memory operands.
22875         (func_checker::compare_gimple_assign): Likewise.
22876         * ipa-icf-gimple.h: New function.
22878 2015-01-09  Martin Liska  <mliska@suse.cz>
22880         PR ipa/64503
22881         * sreal.c (sreal::dump): Change unsigned format to signed for
22882         m_exp value.
22883         (sreal::to_double): Replace exp2 with scalbln.
22885 2015-01-09  Martin Liska  <mliska@suse.cz>
22887         * cgraphunit.c (cgraph_node::create_wrapper): Fix level of indentation.
22888         * ipa-icf.c (sem_function::equals_private): Add support for target and
22889         (sem_item_optimizer::merge_classes): Remove redundant function
22890         optimization flags comparison.
22891         * tree.h (target_opts_for_fn): New function.
22893 2015-01-09  Tom de Vries  <tom@codesourcery.com>
22895         * omp-low.c (expand_omp_for_static_chunk): Fix assert.
22897 2015-01-09  Kito Cheng  <kito@0xlab.org>
22899         PR rtl-optimization/64348
22900         * lra-constraints.c (split_reg): Fix caller-save store/restore
22901         instruction generation.
22903 2015-01-08  John David Anglin  <danglin@gcc.gnu.org>
22905         PR gcov-profile/61790
22906         * gcov-tool.c (do_rewrite): Use strtoll instead of atoll if host has
22907         long long.  Fallback to int64_t if host doesn't have long long and
22908         use strtol if int64_t is long.  Otherwise, use sscanf for conversion.
22910 2015-01-08  Jakub Jelinek  <jakub@redhat.com>
22912         PR tree-optimization/63989
22913         * params.def (PARAM_MAX_TRACKED_STRLENS): Increment default
22914         from 1000 to 10000.
22915         * tree-ssa-strlen.c (get_strinfo): Moved earlier.
22916         (get_stridx): If we don't have a record for certain SSA_NAME,
22917         but it is POINTER_PLUS_EXPR of some SSA_NAME we do with
22918         constant offset, call get_stridx_plus_constant.
22919         (get_stridx_plus_constant): New function.
22920         (zero_length_string): Don't use get_stridx here.
22922         PR target/55023
22923         PR middle-end/64388
22924         * dse.c (struct insn_info): Mention frame_read set also
22925         before reload for tail calls on some targets.
22926         (scan_insn): Revert 2014-12-22 change.  Set frame_read
22927         also before reload for tail calls if
22928         HARD_FRAME_POINTER_IS_ARG_POINTER.  Call add_wild_read
22929         instead of add_non_frame_wild_read for non-const/memset
22930         tail calls after reload.
22932 2015-01-08  Jason Merrill  <jason@redhat.com>
22934         * ubsan.c (do_ubsan_in_current_function): New.
22935         (pass_ubsan::gate): Use it.
22936         * ubsan.h: Declare it.
22937         * convert.c (convert_to_integer): Use it.
22939 2015-01-08  Jakub Jelinek  <jakub@redhat.com>
22941         PR target/64338
22942         * config/i386/i386.c (ix86_expand_int_movcc): Don't reverse
22943         compare_code when it is unconditionally overwritten afterwards.
22944         Use ix86_reverse_condition instead of reverse_condition.  Don't
22945         change code if *reverse_condition* returned UNKNOWN and don't
22946         swap ct/cf and negate diff in that case.
22948 2015-01-08  Mike Stump  <mikestump@comcast.net>
22950         * tsan.c (pass_tsan::gate): Add no_sanitize_thread support.
22951         (pass_tsan_O0::gate): Likewise.
22952         * extend.texi (Function Attributes): Add no_sanitize_thread
22953         documentation.
22955 2015-01-08  Thomas Schwinge  <thomas@codesourcery.com>
22957         * builtins.def (DEF_GOMP_BUILTIN): Also consider flag_offload_abi
22958         for registering builtins.
22959         * config/i386/intelmic-mkoffload.c (prepare_target_image): Don't
22960         add -fopenmp to the argv_obstack used when invoking
22961         compile_for_target.
22963         * config/i386/intelmic-mkoffload.c (compile_for_target): Always
22964         add "-m32" or "-m64" to argv_obstack.
22965         (generate_host_descr_file): Likewise, when invoking host_compiler.
22966         (main): Always add "-m elf_i386" or "-m elf_x86_64" when invoking
22967         ld.
22969 2015-01-08  Oleg Endo  <olegendo@gcc.gnu.org>
22971         * config/sh/sh-mem.cc: Use constant as second operand when emitting
22972         tstsi_t insns.
22974 2015-01-08  Oleg Endo  <olegendo@gcc.gnu.org>
22976         PR target/55212
22977         * config/sh/sh.md (*addsi3_compact): Emit reg-reg copy instead of
22978         constant load if constant operand fits into I08.
22980 2015-01-08  Jakub Jelinek  <jakub@redhat.com>
22982         PR sanitizer/64336
22983         * tree.c (build2_stat): Fix up initialization of TREE_READONLY
22984         and TREE_THIS_VOLATILE for MEM_REFs.
22985         (build5_stat): Fix up initialization of TREE_READONLY and
22986         TREE_THIS_VOLATILE for TARGET_MEM_REFs.
22988 2015-01-08  Kaz Kojima  <kkojima@gcc.gnu.org>
22990         PR target/64533
22991         * config/sh/sh.md (*addsi3_compact): Use u constraint instead
22992         of r for the second alternative of the destination operand.
22994 2015-01-07  Segher Boessenkool  <segher@kernel.crashing.org>
22996         PR target/36557
22997         * config/rs6000/rs6000.md (*eqsi3_ext<mode>, *nesi3_ext<mode>): New.
22999 2015-01-07  Sandra Loosemore  <sandra@codesourcery.com>
23001         * doc/invoke.texi ([-fvtable-verify]): Fix markup on option
23002         keywords.
23003         ([-fivar-visibility], [-fvisibility]): Likewise.
23005 2015-01-07  Sandra Loosemore  <sandra@codesourcery.com>
23007         * doc/invoke.texi: Fix incorrect uses of @samp markup throughout
23008         the file where @code, @command, etc is more appropriate.
23010 2015-01-06  Sandra Loosemore  <sandra@codesourcery.com>
23012         * doc/invoke.texi (RS/6000 and PowerPC Options): Tidy formatting
23013         of -mrecip= documentation.
23015 2015-01-06  Michael Meissner  <meissner@linux.vnet.ibm.com>
23017         PR target/64505
23018         * config/rs6000/rs6000.c (rs6000_secondary_reload): Return the
23019         correct reload handler if -m32 -mpowerpc64 is used.
23021 2015-01-06  Tom de Vries  <tom@codesourcery.com>
23023         * tree-ssa-tail-merge.c: Fix typo in struct same_succ_def comment.
23025 2015-01-08  Christian Bruel  <christian.bruel@st.com>
23027         PR target/64507
23028         * config/sh/sh-mem.cc (sh_expand_cmpnstr): Check 0 length.
23030 2015-01-06  Thomas Preud'homme  <thomas.preudhomme@arm.com>
23032         PR tree-optimization/63259
23033         * tree-ssa-math-opts.c (pass_optimize_bswap::execute): Stop checking
23034         if optab exists for 16bit byteswap.
23036 2015-01-06  Jakub Jelinek  <jakub@redhat.com>
23038         * opts.c (common_handle_option): Add support for
23039         -fno-sanitize=all and -f{,no-}sanitize-recover=all.
23040         * doc/invoke.texi: Document -fno-sanitize=all,
23041         -f{,no-}sanitize-recover=all.  Document that
23042         -fsanitize=float-cast-overflow is not enabled
23043         by -fsanitize=undefined.  Fix up documentation
23044         of -f{,no-}sanitize-recover.
23046 2015-01-06  Eric Botcazou  <ebotcazou@adacore.com>
23048         * config.gcc: Add Visium support.
23049         * configure.ac: Likewise.
23050         * configure: Regenerate.
23051         * doc/extend.texi (interrupt attribute): Add Visium.
23052         * doc/invoke.texi: Document Visium options.
23053         * doc/install.texi: Document Visium target.
23054         * doc/md.texi: Document Visium constraints.
23055         * common/config/visium: New directory.
23056         * config/visium: Likewise.
23058 2015-01-05  Segher Boessenkool  <segher@kernel.crashing.org>
23060         * simplify-rtx.c (simplify_binary_operation_1): Handle more cases
23061         for the "(and X (ior (not X) Y) -> (and X Y)" transform.
23063 2015-01-05  Segher Boessenkool  <segher@kernel.crashing.org>
23065         * combine.c (combine_validate_cost): Do not count the cost of a
23066         split I2 twice.  Do not display it twice in the dump, either.
23068 2015-01-05  Sandra Loosemore  <sandra@codesourcery.com>
23070         Revert parts of r219199.
23071         * doc/invoke.texi ([-Wliteral-suffix]): Restore markup on
23072         <inttypes.h>.
23073         ([-Wtraditional]): Restore markup on <limits.h>.
23075 2015-01-05  Trevor Saunders  <tsaunders@mozilla.com>
23077         PR c++/31397
23078         * doc/invoke.texi: Document -Wsuggest-override.
23080 2015-01-05  Radovan Obradovic  <radovan.obradovic@imgtec.com>
23082         PR rtl-optimization/64287
23083         * toplev.c (HAVE_epilogue, HAVE_prologue): Provide default.
23084         (process_options): Disable flag_ipa_ra if profiling.
23086 2015-01-05  Eric Botcazou  <ebotcazou@adacore.com>
23088         * config/nds32/nds32-peephole2.md: Do not mention define_peephole.
23090 2015-01-05  Max Filippov  <jcmvbkbc@gmail.com>
23092         * config/xtensa/xtensa.c (hwloop_optimize, hwloop_fail,
23093         hwloop_pattern_reg, xtensa_doloop_hooks, xtensa_reorg_loops):
23094         put under #if TARGET_LOOPS guard.
23096 2015-01-05  Uros Bizjak  <ubizjak@gmail.com>
23098         * config/i386/i386.c (output_387_binary_op): Use std::swap.
23100 2015-01-05  Oleg Endo  <olegendo@gcc.gnu.org>
23102         * rtlanal.c (refers_to_regno_p): Change return value from int to bool.
23103         * rtl.h (refers_to_regno_p): Add overload.
23104         * cse.c: Use it.
23105         * bt-load.c: Likewise.
23106         * combine.c: Likewise.
23107         * df-scan.c: Likewise.
23108         * sched-deps.c: Likewise.
23109         * config/s390/s390.c: Likewise.
23110         * config/m32r/m32r.c: Likewise.
23111         * config/rs6000/spe.md: Likewise.
23112         * config/rs6000/rs6000.c: Likewise.
23113         * config/pa/pa.c: Likewise.
23114         * config/stormy16/stormy16.c: Likewise.
23115         * config/cris/cris.c: Likewise.
23116         * config/arc/arc.md: Likewise.
23117         * config/arc/arc.c: Likewise.
23118         * config/sh/sh.md: Likewise.
23119         * config/sh/sh.c: Likewise.
23120         * config/frv/frv.c: Likewise.
23122 2015-01-05  Jakub Jelinek  <jakub@redhat.com>
23124         PR sanitizer/64265
23125         * gimplify.c (gimplify_function_tree): Add TSAN_FUNC_EXIT internal
23126         call as cleanup of the whole body.
23127         * internal-fn.def (TSAN_FUNC_EXIT): New internal call.
23128         * tsan.c (replace_func_exit): New function.
23129         (instrument_func_exit): Moved earlier.
23130         (instrument_memory_accesses): Adjust TSAN_FUNC_EXIT internal calls.
23131         Call instrument_func_exit if no TSAN_FUNC_EXIT internal calls have
23132         been found.
23133         (tsan_pass): Don't call instrument_func_exit.
23134         * internal-fn.c (expand_TSAN_FUNC_EXIT): New function.
23135         * tree-inline.c (copy_bb): Drop TSAN_FUNC_EXIT internal calls during
23136         inlining.
23138         PR sanitizer/64344
23139         * ubsan.h (ubsan_instrument_float_cast): Add ARG argument.
23140         * ubsan.c (ubsan_instrument_float_cast): Add ARG argument, pass
23141         it to libubsan handler instead of EXPR.  Fold comparisons earlier,
23142         if the result is integer_zerop, return NULL_TREE.
23143         * convert.c (convert_to_integer): Pass expr as ARG.
23145         PR tree-optimization/64465
23146         * tree-inline.c (redirect_all_calls): During inlining
23147         clean up EH stmts and EH edges if redirect_call_stmt_to_callee
23148         changed the stmt to a non-throwing call.
23150 2015-01-05  Sandra Loosemore  <sandra@codesourcery.com>
23152         * doc/invoke.texi: Fix incorrect uses of @code, @option, @samp,
23153         etc markup throughout the file.
23155 2015-01-05  Bernd Edlinger  <bernd.edlinger@hotmail.de>
23157         Enable experimental TSAN support for Ada.
23158         * tsan.c (instrument_expr): Handle VIEW_CONVERT_EXPR.
23160 2015-01-05  Jakub Jelinek  <jakub@redhat.com>
23162         PR tree-optimization/64494
23163         * tree-ssa-loop-im.c (move_computations_dom_walker::before_dom): Also
23164         clear SSA_NAME_ANTI_RANGE_P flag.
23166 2015-01-05  Marek Polacek  <polacek@redhat.com>
23168         * doc/extend.texi (Arrays of Length Zero): Add missing comma.
23170 2015-01-05  Jakub Jelinek  <jakub@redhat.com>
23172         Update copyright years.
23174         * gcc.c (process_command): Update copyright notice dates.
23175         * gcov-dump.c: Ditto.
23176         * gcov.c: Ditto.
23177         * doc/cpp.texi: Bump @copying's copyright year.
23178         * doc/cppinternals.texi: Ditto.
23179         * doc/gcc.texi: Ditto.
23180         * doc/gccint.texi: Ditto.
23181         * doc/gcov.texi: Ditto.
23182         * doc/install.texi: Ditto.
23183         * doc/invoke.texi: Ditto.
23185         * auto-profile.c, auto-profile.h: Fix up Copyright line.
23187 2015-01-04  Sandra Loosemore  <sandra@codesourcery.com>
23189         * doc/invoke.texi ([-fsized-deallocation]): Copy-edit to fix
23190         verb tense, etc.
23191         ([-fvtable-verify], [-fvtv-debug]): Likewise.
23192         ([-Wabi]): Likewise.
23193         ([-fmessage-length]): Likewise.
23194         ([-Wsuggest-final-types], [-Wsuggest-final-methods]): Likewise.
23195         ([-Wno-discarded-qualifiers]): Likewise.
23196         ([-Wnodiscarded-array-qualifiers]): Likewise.
23197         ([-Wno-virtual-move-assign]): Likewise.
23198         ([-fsanitize=address], [-fsanitize=thread]): Likewise.
23199         ([-fsanitize=leak], [-fsanitize=undefined]): Likewise.
23200         ([-fsanitize=unreachable], [-fsanitize-recover]): Likewise.
23201         ([-fsanitize-undefined-trap-on-error]): Likewise.
23202         ([-floop-interchange]): Likewise.
23203         ([-ftree-coalesce-inlined-vars]): Likewise.
23204         ([-fvect-cost-model]): Likewise.
23205         ([-flto]): Likewise.
23206         ([--param]): Likewise.
23207         (Spec Files): Likewise.
23208         ([-mstrict-align]): Likewise.
23209         ([-mfix-cortex-a53-835769]): Likewise.
23210         ([-march], [-mtune]): Likewise.
23211         ([-mpic-register]): Likewise.
23212         ([-munaligned-access]): Likewise.
23213         ([-msp8]): Likewise.
23214         (EIND and Devices with more than 128 Ki Bytes of Flash): Likewise.
23215         (AVR Built-in Macros): Likewise.
23216         ([-mpreferred-stack-boundary]): Likewise.
23217         ([-mtune-crtl]): Likewise.
23218         ([-mashf]): Likewise.
23219         ([-mmcu=]): Likewise.
23220         ([-minrt]): Likewise.
23221         ([-maltivec], [-maltivec=be], [-maltivec=le]): Likewise.
23222         ([-mupper-regs]): Likewise.
23223         ([-matomic-model]): Likewise.
23224         ([-mdiv]): Likewise.
23225         ([-mzdcbranch]): Likewise.
23226         ([-mdisable-callt]): Likewise.
23227         ([-msoft-float]): Likewise.
23228         ([-m8byte-align]): Likewise.
23229         ([-fstack-reuse]): Likewise.
23231 2015-01-03  Sandra Loosemore  <sandra@codesourcery.com>
23233         * doc/invoke.texi ([-fprofile-generate], [-fprofile-use]):
23234         Fix markup, light copy-editing.
23235         ([-fauto-profile]): Rewrite to fix formatting and content
23236         problems.
23238 2015-01-03  Sandra Loosemore  <sandra@codesourcery.com>
23240         * doc/invoke.texi ([-fisolate-erroneous-paths-dereference]):
23241         Copy-edit description.
23242         ([-fisolate-erroneous-paths-attribute]): Likewise.
23243         * common.opt (fisolate-erroneous-paths-dereference):
23244         Copy-edit description.
23245         (fisolate-erroneous-paths-attribute): Likewise.
23247 2015-01-03  Sandra Loosemore  <sandra@codesourcery.com>
23249         * doc/invoke.texi ([-fsemantic-interposition]): Fix typos and
23250         tidy grammar.
23252 2015-01-03  Sandra Loosemore  <sandra@codesourcery.com>
23254         * doc/invoke.texi ([-fplan9-extensions]): Add/fix @opindex.
23255         ([-fvtv-debug]): Likewise.
23256         ([-Wc++-compat]): Likewise.
23257         ([-Wc++11-compat]): Likewise.
23258         ([-Wc++14-compat]): Likewise.
23259         ([-Wno-sized-deallocation]): Likewise.
23260         ([-femit-class-debug-always]): Likewise.
23261         ([-femit-struct-debug-detailed]): Likewise.
23262         ([-fno-keep-inline-dllexport]): Likewise.
23263         ([-fira-algorithm]): Likewise.
23264         ([-fira-region]): Likewise.
23265         ([-flra-remat]): Likewise.
23266         ([-fipa-ra]): Likewise.
23267         ([-fhoist-adjacent-loads]): Likewise.
23268         ([-fisolate-erroneous-paths-dereference]): Likewise.
23269         ([-fisolate-erroneous-paths-attribute]): Likewise.
23270         ([-ftree-switch-conversion]): Likewise.
23271         ([-ftree-tail-merge]): Likewise.
23272         ([-ftree-loop-if-convert]): Likewise.
23273         ([-ftree-loop-if-convert-stores]): Likewise.
23274         ([-ftree-loop-distribution]): Likewise.
23275         ([-ftree-loop-distribute-patterns]): Likewise.
23276         ([-flto-compression-level]): Likewise.
23277         ([-flto-report]): Likewise.
23278         ([-flto-report-wpa]): Likewise.
23279         ([-fuse-linker-plugin]): Likewise.
23280         ([-mfix-cortex-a53-835769]): Likewise.
23281         ([-mno-fix-cortex-a53-835769]): Likewise.
23282         ([-mmmx]...[-mno-3dnow]): Remove the -mno- forms from the
23283         explicit listing; add a note to the discussion indicating they
23284         exist.  Reorder table to group similar options.  Add missing
23285         @opindex entries.  Add @need commands throughout the table to
23286         allow it to be split across multiple pages.
23287         ([-m8bit-idiv]): Fix @opindex.
23288         ([-mavx256-split-unaligned-load]): Likewise.
23289         ([-mavx256-split-unaligned-store]): Likewise.
23290         ([-mstack-protector-guard]): Likewise.
23291         ([-mcpu=]): Likewise.
23292         ([-mcpu]): Likewise.
23293         ([-mpointer-size=]): Likewise.
23295 2015-01-03  John David Anglin  <danglin@gcc.gnu.org>
23297         * config/pa/pa.md (decrement_and_branch_until_zero): Use `Q' constraint
23298         instead of `m' constraint.  Likewise for unnamed movb comparison
23299         patterns using reg_before_reload_operand predicate.
23300         * config/pa/predicates.md (reg_before_reload_operand): Tighten
23301         predicate to reject register index and LO_SUM DLT memory forms
23302         after reload.
23304 2015-01-02  Sandra Loosemore  <sandra@codesourcery.com>
23306         * doc/invoke.texi (Option Summary): Fix spelling of
23307         -fdevirtualize-at-ltrans.
23308         ([-fdevirtualize]): Fix markup.
23309         ([-fdevirtualize-speculatively]): Fix typo.
23310         ([-fdevirtualize-at-ltrans]): Likewise.  Make description less
23311         implementor-speaky.
23312         * common.opt (fdevirtualize-at-ltrans): Likewise.
23313         * ipa-devirt.c: Fix typos in comments throughout the file.
23314         (ipa_devirt): Fix typos in format strings for dump output.
23316 2015-01-02  Sandra Loosemore  <sandra@codesourcery.com>
23318         * doc/invoke.texi ([-fopt-info]): Fix markup, consolidate
23319         discussion of defaults, light copy-editing.
23321 2015-01-02  Bernd Edlinger  <bernd.edlinger@hotmail.de>
23323         * tsan.c (instrument_expr): corrected previous checkin.
23325 2015-01-02  Bernd Edlinger  <bernd.edlinger@hotmail.de>
23327         Instrument bit field and unaligned accesses for TSAN.
23328         * sanitizer.def (BUILT_IN_TSAN_READ_RANGE): New built-in function.
23329         (BUILT_IN_TSAN_WRITE_RANGE): New built-in function.
23330         * tsan.c (instrument_expr): Handle COMPONENT_REF and BIT_FIELD_REF.
23331         Use BUILT_IN_TSAN_READ_RANGE and BUILT_IN_TSAN_WRITE_RANGE for
23332         unaligned memory regions.
23334 2015-01-01  Anthony Green  <green@moxielogic.com>
23336         * config/moxie/predicates.md (moxie_general_movsrc_operand):
23337         Restrict move source register offsets to 16 bits.
23339 Copyright (C) 2015 Free Software Foundation, Inc.
23341 Copying and distribution of this file, with or without modification,
23342 are permitted in any medium without royalty provided the copyright
23343 notice and this notice are preserved.