re PR middle-end/25530 ((unsigned / 2)*2 is not changed into unsigned &~1)
[official-gcc.git] / gcc / ChangeLog
blob075c0fd4d96f0b87787706e1747feeb385d9c4dd
1 2015-07-24  Naveen H.S  <Naveen.Hurugalawadi@caviumnetworks.com>
3         PR middle-end/25530
4         * match.pd (mult (trunc_div @0 integer_pow2p@1) @1) : New simplifier.
6 2015-07-24  Naveen H.S  <Naveen.Hurugalawadi@caviumnetworks.com>
8          PR middle-end/25529
9          * match.pd (trunc_div (mult @0 integer_pow2p@1) @1) : New simplifier.
11 2015-07-23  Kugan Vivekanandarajah  <kuganv@linaro.org>
13         * config/arm/arm.c (arm_emit_movpair): Add REG_EQUAL notes to
14         instruction.
16 2015-07-23  Kugan Vivekanandarajah  <kuganv@linaro.org>
18         * cse.c (cse_insn): Fix missing check for STRICT_LOW_PART and minor
19         clean up.
21 2015-07-23  Uros Bizjak  <ubizjak@gmail.com>
23         * config/i386/i386.c (ix86_build_builtin_va_list_64): Rename
24         from ix86_build_builtin_va_list_abi.  Handle only 64bit non-MS_ABI
25         targets here.
26         (ix86_build_builtin_va_list): Rewrite sysv_va_list_type_node and
27         ms_va_list_type_node initialization.
29 2015-07-23  Jeff Law  <law@redhat.com>
31         PR lto/66752
32         * tree-ssa-threadedge.c (simplify_conrol_stmt_condition): If we are
33         unable to find X NE 0 in the tables, return X as the simplified
34         condition.
35         (fsm_find_control_statement_thread_paths): If nodes in NEXT_PATH are
36         in VISISTED_BBS, then return failure.  Else add nodes from NEXT_PATH
37         to VISISTED_BBS.  */
38         * tree-ssa-threadupdate.c (duplicate_thread_path): Fix up edge flags
39         after removing the control flow statement and unnecessary edges.
41 2015-07-23  Bernd Edlinger  <bernd.edlinger@hotmail.de>
43         * tree-pass.h (get_current_pass_name): Removed.
45 2015-07-23  Alexandre Oliva <aoliva@redhat.com>
47         PR rtl-optimization/64164
48         * Makefile.in (OBJS): Drop tree-ssa-copyrename.o.
49         * tree-ssa-copyrename.c: Removed.
50         * opts.c (default_options_table): Drop -ftree-copyrename.  Add
51         -ftree-coalesce-vars.
52         * passes.def: Drop all occurrences of pass_rename_ssa_copies.
53         * common.opt (ftree-copyrename): Ignore.
54         (ftree-coalesce-inlined-vars): Likewise.
55         * doc/invoke.texi: Remove the ignored options above.
56         * gimple-expr.h (gimple_can_coalesce_p): Move declaration
57         * tree-ssa-coalesce.h: ... here.
58         * tree-ssa-uncprop.c: Include tree-ssa-coalesce.h and other
59         headers required by it.
60         * gimple-expr.c (gimple_can_coalesce_p): Allow coalescing
61         across variables when flag_tree_coalesce_vars.  Check register
62         use and promoted modes to allow coalescing.  Moved to
63         tree-ssa-coalesce.c.
64         * tree-ssa-live.c (struct tree_int_map_hasher): Move along
65         with its member functions to tree-ssa-coalesce.c.
66         (var_map_base_init): Likewise.  Renamed to
67         compute_samebase_partition_bases.
68         (partition_view_normal): Drop want_bases parameter.
69         (partition_view_bitmap): Likewise.
70         * tree-ssa-live.h: Adjust declarations.
71         * tree-ssa-coalesce.c: Include explow.h.
72         (build_ssa_conflict_graph): Process PARM_ and RESULT_DECLs's
73         default defs at the entry point.
74         (dump_part_var_map): New.
75         (compute_optimized_partition_bases): New, called by...
76         (coalesce_ssa_name): ... when flag_tree_coalesce_vars, instead
77         of compute_samebase_partition_bases.  Adjust.
78         * alias.c (nonoverlapping_memrefs_p): Disregard gimple-regs.
79         * cfgexpand.c (leader_merge): New.
80         (get_rtl_for_parm_ssa_default_def): New.
81         (set_rtl): Merge exprs and attrs, even for MEMs and non-SSA
82         vars.  Update DECL_RTL for PARM_DECLs and RESULT_DECLs too.
83         (expand_one_stack_var_at): Handle anonymous SSA_NAMEs.  Drop
84         redundant MEM attr setting.
85         (expand_one_stack_var_1): Handle anonymous SSA_NAMEs.  Renamed
86         from...
87         (expand_one_stack_var): ... this.  New wrapper to check and
88         skip already expanded SSA partitions.
89         (record_alignment_for_reg_var): New, factored out of...
90         (expand_one_var): ... this.
91         (expand_one_ssa_partition): New.
92         (adjust_one_expanded_partition_var): New.
93         (expand_one_register_var): Check and skip already expanded SSA
94         partitions.
95         (expand_used_vars): Don't create DECLs for anonymous SSA
96         names.  Expand all SSA partitions, then adjust all SSA names.
97         (pass::execute): Replace the loops that set
98         SA.partition_to_pseudo from partition leaders and cleared
99         DECL_RTL for multi-location variables, and that which used to
100         rename vars and set attrs, with one that clears DECL_RTL and
101         checks that PARMs and RESULTs default_defs match DECL_RTL.
102         * cfgexpand.h (get_rtl_for_parm_ssa_default_def): Declare.
103         * emit-rtl.c (set_reg_attrs_for_parm): Handle NULL decl.
104         * explow.c (promote_ssa_mode): New.
105         * explow.h (promote_ssa_mode): Declare.
106         * expr.c (expand_expr_real_1): Handle anonymous SSA_NAMEs.
107         * function.c: Include cfgexpand.h.
108         (use_register_for_decl): Handle SSA_NAMEs, anonymous or not.
109         (use_register_for_parm_decl): Wrapper for the above to
110         special-case the result_ptr.
111         (rtl_for_parm): Ditto for get_rtl_for_parm_ssa_default_def.
112         (split_complex_args): Take assign_parm_data_all argument.
113         Pass it to rtl_for_parm.  Set up rtl and context for split
114         args.
115         (assign_parms_augmented_arg_list): Adjust.
116         (maybe_reset_rtl_for_parm): Reset DECL_RTL of parms with
117         multiple locations.  Recognize split complex args.
118         (assign_parm_adjust_stack_rtl): Add all and parm arguments,
119         for rtl_for_parm.  For SSA-assigned parms, zero stack_parm.
120         (assign_parm_setup_block): Prefer SSA-assigned location.
121         (assign_parm_setup_reg): Likewise.  Use entry_parm for equiv
122         if stack_parm is NULL.
123         (assign_parm_setup_stack): Prefer SSA-assigned location.
124         (assign_parms): Maybe reset DECL_RTL of params.  Adjust stack
125         rtl before testing for pointer bounds.  Special-case result_ptr.
126         (expand_function_start): Maybe reset DECL_RTL of result.
127         Prefer SSA-assigned location for result and static chain.
128         Factor out DECL_RESULT and SET_DECL_RTL.
129         * tree-outof-ssa.c (insert_value_copy_on_edge): Handle
130         anonymous SSA names.  Use promote_ssa_mode.
131         (get_temp_reg): Likewise.
132         (remove_ssa_form): Adjust.
133         * stor-layout.c (layout_decl): Don't set mem attributes of
134         non-MEMs.
135         * var-tracking.c (dataflow_set_clear_at_call): Take call_insn
136         and get its reg_usage for reg invalidation.
137         (compute_bb_dataflow): Pass it insn.
138         (emit_notes_in_bb): Likewise.
140 2015-07-23  Segher Boessenkool  <segher@kernel.crashing.org>
142         PR target/66217
143         * config/rs6000/rs6000-protos.h (rs6000_emit_2insn_and): Change
144         prototype.
145         * config/rs6000/rs6000.c (rs6000_emit_dot_insn): New function.
146         (rs6000_emit_2insn_and): Handle dot forms.
147         * config/rs6000/rs6000.md (and<mode>3): Adjust.
148         (*and<mode>3_2insn): Remove TODO.  Adjust.  Add "type" attr.
149         (*and<mode>3_2insn_dot, *and<mode>3_2insn_dot2): New.
151 2015-07-23  Richard Biener  <rguenther@suse.de>
153         * generic-match-head.c: Include cgraph.h.
154         * gimple-match-head.c: Likewise.
155         * tree-ssa-sccvn.c (free_scc_vn): Guard against newly created
156         SSA names.
157         * fold-const.c (fold_binary_loc): Move &A ==/!= &B simplification...
158         * match.pd: ...to a pattern here.  Add &A ==/!= 0 simplification
159         pattern.
161 2015-07-23  Richard Biener  <rguenther@suse.de>
163         * gimple-fold.c (fold_gimple_cond): Do not require folding
164         results to pass valid_gimple_rhs_p.
165         * tree-cfg.h (fold_cond_expr_cond): Remove.
166         * tree-cfg.c (fold_cond_expr_cond): Likewise.
167         (make_edges): Do not call it.
168         * tree-inline.c (tree_function_versioning): Likewise.
170 2015-07-23  Tom de Vries  <tom@codesourcery.com>
172         * tree-parloops.c (gather_scalar_reductions): Add arg to call to
173         vect_force_simple_reduction.
174         * tree-vect-loop.c (vect_analyze_scalar_cycles_1): Same.
175         (vect_is_simple_reduction_1): Add and handle
176         need_wrapping_integral_overflow parameter.
177         (vect_is_simple_reduction, vect_force_simple_reduction): Add and pass
178         need_wrapping_integral_overflow parameter.
179         (vectorizable_reduction): Add arg to call to vect_is_simple_reduction.
180         * tree-vectorizer.h (vect_force_simple_reduction): Add parameter to
181         decl.
183 2015-07-23  Yuri Rumyantsev  <ysrumyan@gmail.com>
185         PR tree-optimization/66926,66951
186         * tree-vect-loop-manip.c (slpeel_tree_peel_loop_to_edge): Delete
187         INNER_LOOP and fix up condition for renaming virtual operands.
189 2015-07-23  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
191         * combine.c (try_combine): Use std::swap instead of manually
192         swapping.
194 2015-07-23  Prachi Godbole  <prachi.godbole@imgtec.com>
196         * config/mips/i6400.md: New file.
197         * config/mips/mips-cpus.def (mips32r6): Change to PROCESSOR_I6400.
198         (mips64r6): Likewise.
199         (i6400): Define.
200         * config/mips/mips-tables.opt: Regenerate.
201         * config/mips/mips.c (mips_rtx_cost_data): Add I6400 processor.
202         (mips_issue_rate): Add support for i6400.
203         (mips_multipass_dfa_lookahead): Likewise.
204         * config/mips/mips.h (TUNE_I6400): Define.
205         * config/mips/mips.md: Include i6400.md.
206         (processor): Add i6400.
207         * doc/invoke.texi (-march=@var{arch}): Add i6400.
209 2015-07-23  Richard Biener  <rguenther@suse.de>
211         PR middle-end/66916
212         * match.pd: Guard widen and sign-change comparison simplification
213         with single_use.
215 2015-07-23  Richard Biener  <rguenther@suse.de>
217         PR tree-optimization/66945
218         * tree-ssa-propagate.c (substitute_and_fold_dom_walker
219         ::before_dom_children): Force the propagators idea of
220         non-executable edges to materialize, not what the folder
221         chooses.
223 2015-07-23  Richard Biener  <rguenther@suse.de>
225         * gimple.h (gimple_cond_make_false): Use 0 != 0.
226         (gimple_cond_make_true): Use 1 != 0.
228 2015-07-22  DJ Delorie  <dj@redhat.com>
230         * config/msp430/t-msp430 (MULTILIB_DIRNAMES): Remove trailing
231         slashes.
233         * config/msp430/msp430.md (ashlhi3): Optimize shifts of subregs.
234         (ashrhi3): Likewise.
235         (lshrhi3): Likewise.
236         (movhi): Take advantage of zero-extend to load small constants.
237         (movpsi): Likewise.
238         (and<mode>3): Likewise.
239         (zero_extendqihi2): Likewise.
240         (zero_extendqisi2): New.
241         * config/msp430/constraints.md (N,O): New.
242         * config/msp430/msp430.h (WORD_REGISTER_OPERATIONS): Define.
244 2015-07-22  Uros Bizjak  <ubizjak@gmail.com>
246         PR target/66954
247         * config/i386/i386.c (get_builtin_code_for_version): Add P_AES
248         to enum feature_priority and feature_list.
249         (fold_builtin_cpu): Add F_AES to enum processor_features
250         and isa_names_table.
252 2015-07-22  Ilya Enkovich  <enkovich.gnu@gmail.com>
254         PR driver/66737
255         * config/i386/linux-common.h (MPX_SPEC): Use linker option
256         for 64bit target only.
258 2015-07-22  Bernd Schmidt  <bernds@codesourcery.com>
260         * config/nvptx/nvptx.c: Expand some comments.
262 2015-07-22  James Greenhalgh  <james.greenhalgh@arm.com>
264         * config/arm/cortex-a53 (cortex_53_advsimd): Rename to...
265         (cortex_a53_advsimd): ...This.
267 2015-07-22  Richard Biener  <rguenther@suse.de>
269         * genmatch.c (expr::gen_transform): Clarify error message
270         and display location.
272 2015-07-22  Richard Biener  <rguenther@suse.de>
274         * genmatch.c (struct operand): Add location member.
275         (predicate, expr, c_expr, capture, if_expr, with_expr): Adjust
276         constructors.
277         (struct simplify): Remove match_location and result_location
278         members.
279         (elsehwere): Adjust.
281 2015-07-22  Prachi Godbole  <prachi.godbole@imgtec.com>
283         * config/mips/m5100.md: New file.
284         * config/mips/mips-cpus.def (m5100, m5101): Define.
285         * config/mips/mips-tables.opt: Regenerate.
286         * config/mips/mips.c (mips_rtx_cost_data): Add costs for m5100.
287         * config/mips/mips.h (MIPS_ISA_LEVEL_SPEC): Map -march=m5100 and
288         -march=m5101 to -mips32r5.
289         (MIPS_ARCH_FLOAT_SPEC): Map -m5101 to -msoft-float.
290         (MIPS_ISA_NAN2008_SPEC): Map -march=m51* to -mnan=2008 if
291         !-msoft-float.
292         * config/mips/mips.md: Include m5100.md.
293         (processor): Add m5100.
294         * doc/invoke.texi (-march=@var{arch}): Add m5100, m5101.
296 2015-07-22  Robert Suchanek  <robert.suchanek@imgtec.com>
298         * config/mips/mips-cpus.def (interaptiv): Define.
299         * config/mips/mips-tables.opt: Regenerate.
300         * config/mips/mips.h (MIPS_ISA_LEVEL_SPEC): Map -march=interaptiv to
301         -mips32r2.
302         (BASE_DRIVER_SELF_SPECS): Likewise but map to -mdsp.
303         * doc/invoke.texi (-march=@var{arch}): Add interaptiv.
305 2015-07-22  Jiong Wang  <jiong.wang@arm.com>
307         PR target/63521
308         * config/aarch64/aarch64.h (REG_ALLOC_ORDER): Define.
309         (HONOR_REG_ALLOC_ORDER): Define.
311 2015-07-22  Richard Biener  <rguenther@suse.de>
313         PR tree-optimization/66952
314         * tree-ssa-ifcombine.c (pass_tree_ifcombine::execute): For
315         blocks we end up executing unconditionally reset all SSA
316         info such as range and alignment.
317         * tree-ssanames.h (reset_flow_sensitive_info): Declare.
318         * tree-ssanames.c (reset_flow_sensitive_info): New function.
320 2015-07-22  Charles Baylis  <charles.baylis@linaro.org>
322         * config/aarch64/aarch64-simd.md (vec_store_lanesoi_lane<mode>): Fix
323         typo in attribute.
325 2015-07-22  Richard Biener  <rguenther@suse.de>
327         * genmatch.c (parser::parse_result): Properly handle
328         match with result operands and conditions.
330 2015-07-22  Charles Baylis  <charles.baylis@linaro.org>
332         PR target/63870
333         * config/aarch64/aarch64-builtins.c (enum aarch64_type_qualifiers):
334         Add qualifier_struct_load_store_lane_index.
335         (aarch64_types_loadstruct_lane_qualifiers): Use
336         qualifier_struct_load_store_lane_index for lane index argument for
337         last argument.
338         (aarch64_types_storestruct_lane_qualifiers): Ditto.
339         (builtin_simd_arg): Add SIMD_ARG_STRUCT_LOAD_STORE_LANE_INDEX.
340         (aarch64_simd_expand_args): Add new argument describing mode of
341         builtin. Check lane bounds for arguments with
342         SIMD_ARG_STRUCT_LOAD_STORE_LANE_INDEX.
343         (aarch64_simd_expand_builtin): Emit error for incorrect lane indices
344         if marked with SIMD_ARG_STRUCT_LOAD_STORE_LANE_INDEX.
345         (aarch64_simd_expand_builtin): Handle arguments with
346         qualifier_struct_load_store_lane_index. Pass machine mode of builtin to
347         aarch64_simd_expand_args.
348         * config/aarch64/aarch64-simd-builtins.def: Declare ld[234]_lane and
349         vst[234]_lane with BUILTIN_VALLDIF.
350         * config/aarch64/aarch64-simd.md:
351         (aarch64_vec_load_lanesoi_lane<mode>): Use VALLDIF iterator. Perform
352         endianness reversal on lane index.
353         (aarch64_vec_load_lanesci_lane<mode>): Ditto.
354         (aarch64_vec_load_lanesxi_lane<mode>): Ditto.
355         (vec_store_lanesoi_lane<mode>): Use VALLDIF iterator.
356         (vec_store_lanesci_lane<mode>): Ditto.
357         (vec_store_lanesxi_lane<mode>): Ditto.
358         (aarch64_ld2_lane<mode>): Use VALLDIF iterator. Remove endianness
359         reversal of lane index.
360         (aarch64_ld3_lane<mode>): Ditto.
361         (aarch64_ld4_lane<mode>): Ditto.
362         (aarch64_st2_lane<mode>): Ditto.
363         (aarch64_st3_lane<mode>): Ditto.
364         (aarch64_st4_lane<mode>): Ditto.
365         * config/aarch64/arm_neon.h (__LD2_LANE_FUNC): Rename mode parameter
366         to qmode. Add new mode parameter. Update uses.
367         (__LD3_LANE_FUNC): Ditto.
368         (__LD4_LANE_FUNC): Ditto.
369         (__ST2_LANE_FUNC): Ditto.
370         (__ST3_LANE_FUNC): Ditto.
371         (__ST4_LANE_FUNC): Ditto.
373 2015-07-22  Jonathan Wakely  <jwakely@redhat.com>
375         * doc/invoke.texi (Language Independent Options): Rename node to
376         Diagnostic Message Formatting Options.
378 2015-07-21  Vladimir Makarov  <vmakarov@redhat.com>
380         PR ipa/66424.
381         * lra-remat.c (operand_to_remat): Prevent using insns with input
382         subregs processed separately by IRA.
384 2015-07-21  Andrew MacLeod  <amacleod@redhat.com>
386         * ssa-iterators.h (has_zero_uses, has_single_use): Implement as
387         straight loops.
388         (single_imm_use): Check for iterator node.
389         (num_imm_uses): Likewise.
390         * tree-ssa-operands.c (has_zero_uses_1): Delete.
391         (single_imm_use_1): Check for iterator node.
393 2015-07-21  Mike Frysinger  <vapier@gentoo.org>
394             Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
396         * configure.ac: Add check for new options in isl-0.15.
397         * config.in, configure: Rebuilt.
398         * graphite-blocking.c: Include <isl/constraint.h>
399         * graphite-interchange.c,  graphite-poly.c: Likewise.
400         * graphhite-scop-detection.c, graphite-sese-to-poly.c: Likewise.
401         * graphite.c: Likewise.
402         * graphite-isl-ast-to-gimple.c: Include <isl/constraint.h> and
403         <isl/union_set.h>.
404         * graphite-dependences.c: Include <isl/constraint.h>.
405         (max_number_of_out_dimensions): Returns isl_stat.
406         (extend_schedule_1): Likewise
407         (extend_schedule): Corresponding changes.
408         * graphite-optimize-isl.c: Include <isl/constraint.h> and
409         <isl/union_set.h>.
410         (getSingleMap): Change return type of isl_stat.
411         (optimize_isl): Conditionally use
412         isl_options_set_schedule_serialize_sccs.
413         * graphite-poly.h (isl_stat, isl_stat_ok): Define fallbacks
414         if not HAVE_ISL_OPTIONS_SET_SCHEDULE_SERIALIZE_SCCS.
416 2015-07-21  Georg-Johann Lay  <avr@gjlay.de>
418         PR target/66956
419         * config/avr/avr-dimode.md (<extend_u>mulsidi3_insn)
420         (<extend_u>mulsidi3): Don't use if !AVR_HAVE_MUL.
422 2015-07-21  Richard Biener  <rguenther@suse.de>
424         PR tree-optimization/66948
425         * genmatch.c (capture_info::walk_match): Also recurse to
426         captures.  Properly compute expr state from captures of
427         captures.
428         * match.pd: Add single-use guards to
429         (X & C2) >> C1 into (X >> C1) & (C2 >> C1) transform.
431 2015-07-21  Nathan Sidwell  <nathan@codesourcery.com>
433         * config/nvptx/mkoffload.c (process): Add static destructor call.
435 2015-07-21  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
437         PR middle-end/66915
438         * match.pd (A - B -> A + (-B)): Don't allow folding
439         when type if a fixed-point type.
441 2015-07-20  DJ Delorie  <dj@redhat.com>
443         * config/rl78/rl78-real.md (andqi3_real): Expand operands for clr1.
444         (iorqi3_real): Likewise for set1.
446 2015-07-20  Uros Bizjak  <ubizjak@gmail.com>
448         * config/i386/i386.c (ix86_md_asm_adjust): Handle DImode dest_mode
449         for !TARGET_64BIT.
451 2015-07-20  Aditya Kumar  <hiraditya@msn.com>
453         * graphite-isl-ast-to-gimple.c:
454         Refactor so that each function can access 'region'. This will help
455         maintain a parameter rename_map within a region.
457 2015-07-20  Segher Boessenkool  <segher@kernel.crashing.org>
459         * config/rs6000/rs6000.md (*lt0_disi): New.
461 2015-07-20  Segher Boessenkool  <segher@kernel.crashing.org>
463         PR target/66217
464         * config/rs6000/constraints.md ("S", "T", "t"): Delete.  Update
465         "available letters" comment.
466         * config/rs6000/predicates.md (mask_operand, mask_operand_wrap,
467         mask64_operand, mask64_2_operand, any_mask_operand, and64_2_operand,
468         and_2rld_operand):  Delete.
469         (and_operand): Adjust.
470         (rotate_mask_operator): New.
471         * config/rs6000/rs6000-protos.h (build_mask64_2_operands,
472         includes_lshift_p, includes_rshift_p, includes_rldic_lshift_p,
473         includes_rldicr_lshift_p, insvdi_rshift_rlwimi_p, extract_MB,
474         extract_ME): Delete.
475         (rs6000_is_valid_mask, rs6000_is_valid_and_mask,
476         rs6000_is_valid_shift_mask, rs6000_is_valid_insert_mask,
477         rs6000_insn_for_and_mask, rs6000_insn_for_shift_mask,
478         rs6000_insn_for_insert_mask, rs6000_is_valid_2insn_and,
479         rs6000_emit_2insn_and): New.
480         * config/rs6000/rs6000.c (num_insns_constant): Adjust.
481         (build_mask64_2_operands, includes_lshift_p, includes_rshift_p,
482         includes_rldic_lshift_p, includes_rldicr_lshift_p,
483         insvdi_rshift_rlwimi_p, extract_MB, extract_ME): Delete.
484         (rs6000_is_valid_mask, rs6000_is_valid_and_mask,
485         rs6000_insn_for_and_mask, rs6000_is_valid_shift_mask,
486         s6000_insn_for_shift_mask, rs6000_is_valid_insert_mask,
487         rs6000_insn_for_insert_mask, rs6000_is_valid_2insn_and,
488         rs6000_emit_2insn_and): New.
489         (print_operand) <'b', 'B', 'm', 'M', 's', 'S', 'W'>: Delete.
490         (rs6000_rtx_costs) <CONST_INT>: Delete mask_operand and mask64_operand
491         handling.
492         <NOT>: Don't fall through to next case.
493         <AND>: Handle the various rotate-and-mask cases directly.
494         <IOR>: Always cost as one insn.
495         * config/rs6000/rs6000.md (splitter for bswap:SI): Adjust.
496         (and<mode>3): Adjust expander for the new patterns.
497         (and<mode>3_imm, and<mode>3_imm_dot, and<mode>3_imm_dot2,
498         and<mode>3_imm_mask_dot, and<mode>3_imm_mask_dot2): Adjust condition.
499         (*and<mode>3_imm_dot_shifted): New.
500         (*and<mode>3_mask): Delete, rewrite as ...
501         (and<mode>3_mask): ... New.
502         (*and<mode>3_mask_dot, *and<mode>3_mask_dot): Rewrite.
503         (andsi3_internal0_nomc): Delete.
504         (*andsi3_internal6): Delete.
505         (*and<mode>3_2insn): New.
506         (insv, insvsi_internal, *insvsi_internal1, *insvsi_internal2,
507         *insvsi_internal3, *insvsi_internal4, *insvsi_internal5,
508         *insvsi_internal6, insvdi_internal, *insvdi_internal2,
509         *insvdi_internal3): Delete.
510         (*rotl<mode>3_mask, *rotl<mode>3_mask_dot, *rotl<mode>3_mask_dot2,
511         *rotl<mode>3_insert, *rotl<mode>3_insert_2, *rotl<mode>3_insert_3,
512         *rotl<mode>3_insert_4, two splitters for multi-precision shifts,
513         *ior<mode>_mask): New.
514         (extzv, extzvdi_internal, *extzvdi_internal1, *extzvdi_internal2,
515         *rotlsi3_mask, *rotlsi3_mask_dot, *rotlsi3_mask_dot2,
516         *ashlsi3_imm_mask, *ashlsi3_imm_mask_dot, *ashlsi3_imm_mask_dot2,
517         *lshrsi3_imm_mask, *lshrsi3_imm_mask_dot, *lshrsi3_imm_mask_dot2):
518         Delete.
519         (ashr<mode>3): Delete expander.
520         (*ashr<mode>3): Rename to ...
521         (ashr<mode>3): ... This.
522         (ashrdi3_no_power, *ashrdisi3_noppc64be): Delete.
523         (*rotldi3_internal4, *rotldi3_internal5 and split,
524         *rotldi3_internal6 and split, *ashldi3_internal4, ashldi3_internal5
525         and split, *ashldi3_internal6 and split, *ashldi3_internal7,
526         ashldi3_internal8 and split, *ashldi3_internal9 and split): Delete.
527         (*anddi3_2rld, *anddi3_2rld_dot, *anddi3_2rld_dot2): Delete.
528         (splitter for loading a mask): Adjust.
529         * doc/md.texi (Machine Constraints): Remove q, S, T, t constraints.
531 2015-07-20  Marek Polacek  <polacek@redhat.com>
533         * genemit.c (print_code, gen_exp, gen_insn, gen_expand, gen_split,
534         output_add_clobbers, output_added_clobbers_hard_reg_p,
535         gen_rtx_scratch): Remove declarations.
537 2015-07-20  Marek Polacek  <polacek@redhat.com>
539         PR c++/55095
540         * doc/invoke.texi: Document -Wshift-overflow and -Wshift-overflow=.
542 2015-07-20  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
544         * simplify-rtx.c (simplify_unary_operation_1, NEG case):
545         (neg (x ? (neg y) : y)) -> !x ? (neg y) : y.
547 2015-07-20  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
549         * combine.c (combine_simplify_rtx): Move simplification step
550         before various transformations/substitutions.
552 2015-07-20  Mikhail Maltsev  <maltsevm@gmail.com>
554         * wide-int.h (struct binary_traits): Fix partial specialization syntax.
555         (struct int_traits): Likewise.
557 2015-07-18  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
559         * vmsdbgout.c (vmsdbgout_decl): Change name of prototyped
560         function to vmsdbgout_function_decl.
562 2015-07-18  Uros Bizjak  <ubizjak@gmail.com>
564         PR target/66922
565         * config/i386/i386.c (ix86_expand_pextr): Reject extractions
566         from misaligned positions.
567         (ix86_expand_pinsr): Reject insertions to misaligned positions.
569 2015-07-18  Sebastian Pop  <s.pop@samsung.com>
571         PR middle-end/46851
572         PR middle-end/60340
573         * Makefile.in: Removed omega.o.
574         * common.opt: Document flag fcheck-data-deps as deprecated.
575         * doc/invoke.texi: Remove documentation for fcheck-data-deps and
576         its associated params: omega-max-vars, omega-max-geqs,
577         omega-max-eqs, omega-max-wild-cards, omega-hash-table-size,
578         omega-max-keys, omega-eliminate-redundant-constraints.
579         * doc/loop.texi: Remove all the section on Omega.
580         * graphite-blocking.c: Include missing params.h: it used to be
581         included through tree-data-ref.h and omega.h.
582         * graphite-isl-ast-to-gimple.c: Same.
583         * graphite-optimize-isl.c: Same.
584         * graphite-sese-to-poly.c: Same.
585         * graphite.c: Same.
586         * omega.c: Remove.
587         * omega.h: Remove.
588         * params.def: Removed PARAM_OMEGA_MAX_VARS, PARAM_OMEGA_MAX_GEQS,
589         PARAM_OMEGA_MAX_EQS, PARAM_OMEGA_MAX_WILD_CARDS,
590         PARAM_OMEGA_HASH_TABLE_SIZE, PARAM_OMEGA_MAX_KEYS, and
591         PARAM_OMEGA_ELIMINATE_REDUNDANT_CONSTRAINTS.
592         * passes.def: Remove pass_check_data_deps.
593         * tree-data-ref.c (dump_affine_function): Declare DEBUG_FUNCTION.
594         (dump_conflict_function): Same.
595         (dump_subscript): Same.
596         (print_direction_vector): Same.
597         (print_dir_vectors): Same.
598         (print_lambda_vector): Same.
599         (print_dist_vectors): Same.
600         (dump_data_dependence_relation): Same.
601         (dump_data_dependence_relations): Same.
602         (dump_dist_dir_vectors): Same.
603         (dump_ddrs): Same.
604         (init_omega_eq_with_af): Removed.
605         (omega_extract_distance_vectors): Removed.
606         (omega_setup_subscript): Removed.
607         (init_omega_for_ddr_1): Removed.
608         (init_omega_for_ddr): Removed.
609         (ddr_consistent_p): Removed.
610         (compute_affine_dependence): Do not use omega to check data
611         dependences.
612         (compute_data_dependences_for_bb): Removed.
613         (analyze_all_data_dependences): Removed.
614         (tree_check_data_deps): Removed.
615         * tree-data-ref.h: Do not include omega.h.
616         (compute_data_dependences_for_bb): Removed.
617         (tree_check_data_deps): Removed.
618         * tree-ssa-loop.c (pass_check_data_deps): Removed.
619         (make_pass_check_data_deps): Removed.
620         * tree-ssa-phiopt.c: Include params.h.
621         * tree-vect-data-refs.c: Same.
622         * tree-vect-slp.c: Same.
624 2015-07-18  Uros Bizjak  <ubizjak@gmail.com>
626         * config/i386/i386.md (pushsf splitter): Pass curr_insn to
627         find_constant_src.  FAIL if find_constant_src returns NULL_RTX.
628         (mem->fpreg splitters): Ditto.
629         (general_operand->nonimmediate_operand splitter): Use explicit modes.
630         Disable DFmode for TARGET_64BIT.
632 2015-07-17  H.J. Lu  <hongjiu.lu@intel.com>
634         PR target/66906
635         * config/i386/i386.c (ix86_expand_prologue): Replicate static
636         chain on the stack.
638 2015-07-17  Nathan Sidwell  <nathan@codesourcery.com>
640         * config/nvptx/mkoffload.c (process): Constify host data.
641         * config/i386/intelmic-mkoffload.c (generate_target_descr_file):
642         Constify host data.
643         (generate_host_descr_file): Likewise.
645 2015-07-17  Aditya Kumar  <aditya.k7@samsung.com>
646             Sebastian Pop  <s.pop@samsung.com>
648         PR middle-end/61929
649         * graphite-dependences.c (add_pdr_constraints): Renamed
650         pdr->extent to pdr->subscript_sizes.
651         * graphite-interchange.c (build_linearized_memory_access): Add
652         back all gcc_assert's that the "isl_int to isl_val conversion"
653         patch has removed.  Refactored.
654         (pdr_stride_in_loop): Renamed pdr->extent to pdr->subscript_sizes.
655         * graphite-poly.c (new_poly_dr): Same.
656         (free_poly_dr): Same.
657         * graphite-poly.h (struct poly_dr): Same.
658         * graphite-scop-detection.c (stmt_has_simple_data_refs_p): Ignore
659         all data references other than ARRAY_REF, MEM_REF, and COMPONENT_REF.
660         * graphite-scop-detection.h: Fix space.
661         * graphite-sese-to-poly.c (build_pbb_scattering_polyhedrons): Add
662         back all gcc_assert's removed by a previous patch.
663         (wrap): Remove the_isl_ctx global variable that the same patch has
664         added.
665         (build_loop_iteration_domains): Same.
666         (add_param_constraints): Same.
667         (pdr_add_data_dimensions): Same.  Refactored.
668         (build_poly_dr): Renamed extent to subscript_sizes.
670 2015-07-17  Marek Polacek  <polacek@redhat.com>
672         * fold-const.c (fold_binary_loc): Move A - (A & B) into ~B & A ...
673         * match.pd: ... here.
675 2015-07-17  Nathan Sidwell  <nathan@codesourcery.com>
677         * config/nvptx/mkoffload.c (process): Constify target data.
678         * config/i386/intelmic-mkoffload.c (generate_target_descr_file):
679         Constify target data.
680         (generate_target_offloadend_file): Likewise.
682 2015-07-17  Yuri Rumyantsev  <ysrumyan@gmail.com>
684         * tree-vect-loop-manip.c (rename_variables_in_bb): Add argument
685         to allow renaming of PHI arguments on edges incoming from outer
686         loop header, add corresponding check before start PHI iterator.
687         (slpeel_tree_duplicate_loop_to_edge_cfg): Introduce new bool
688         variable DUPLICATE_OUTER_LOOP and set it to true for outer loops
689         with true force_vectorize.  Set-up dominator for outer loop too.
690         Pass DUPLICATE_OUTER_LOOP as argument to rename_variables_in_bb.
691         (slpeel_can_duplicate_loop_p): Allow duplicate of outer loop if it
692         was marked with force_vectorize and has restricted cfg.
693         (slpeel_tree_peel_loop_to_edge): Do not rename exit PHI uses in
694         inner loop.
695         * tree-vect-data-refs.c (vect_enhance_data_refs_alignment): Do not
696         do peeling for outer loops.
698 2015-07-17  Yvan Roux  <yvan.roux@linaro.org>
699             Matthias Klose  <doko@ubuntu.com>
701         * configure.ac: Move AC_ARG_WITH checks for native-system-header-dir,
702         build-sysroot, sysroot from the `Miscenalleous configure options' to
703         the `Directories' section and strip trailing `/' from with_sysroot.
704         (gcc_gxx_include_dir): Don't strip a `/' sysroot value.
705         * configure: Regenerated.
707 2015-07-17  Uros Bizjak  <ubizjak@gmail.com>
709         PR target/66824
710         * config/i386/i386.h (TARGET_HARD_SF_REGS): New define.
711         (TARGET_HARD_DF_REGS): Ditto.
712         (TARGET_HARD_XF_REGS): Ditto.
713         * config/i386/i386.md (*movxf_internal): Add alternatives 9 and 10.
714         Enable alternatives 9 and 10 only for !TARGET_HARD_XF_REG target.
715         (*movdf_internal): Add alternatives 22, 23, 24 and 25. Enable
716         alternatives 22, 23, 24 and 25 only for !TARGET_HARD_DF_REG target.
717         (*movsf_internal): Add alternatives 16 and 17. Enable
718         alternatives 16 and 17 only for !TARGET_HARD_SF_REG target.
720 2015-07-17  Uros Bizjak  <ubizjak@gmail.com>
722         PR rtl-optimization/66891
723         * calls.c (expand_call): Wrap precompute_register_parameters with
724         NO_DEFER_POP/OK_DEFER_POP to prevent deferred pops.
726 2015-07-16  Nathan Sidwell  <nathan@codesourcery.com>
728         * config/nvptx/mkoffload.c (process): Constify mapping variables.
729         Define target data struct and initialize it.
731 2015-07-16  Vladimir Makarov  <vmakarov@redhat.com>
733         PR rtl-optimization/66626
734         * ira.h (emit-rtl.h): Include.
735         (non_spilled_static_chain_regno_p): New.
736         * ira-color.c (setup_profitable_hard_regs): Clear profitable regs
737         unless it is non spilled static chain pseudo.
738         (assign_hard_rego): Spill memory profitable allocno unless it is
739         non spilled static chain pseudo.
740         (allocno_spill_priority_compare): Put non spilled static chain
741         pseudo at the end of sorted array.
742         (improve_allocation): Do nothing if we have static chain and
743         non-local goto.
744         (allocno__priority_compare_func): Put non spilled static chain
745         pseudo at the beginning of sorted array.
746         (move_spill_restore): Ignore non spilled static chain pseudo.
747         * ira-costs.c (find_costs_and_classes): Don't assign class NO_REGS
748         to non spilled static chain pseudo.
749         * lra-assigns.c (pseudo_compare_func): Put non spilled static chain
750         pseudo at the beginning of sorted array.
751         (spill_for): Spill non spilled static chain pseudo last.
752         * lra-constraints.c (lra_constraints): Remove static chain pseudo
753         check for equivalence.
755 2015-07-16  Martin Liska  <mliska@suse.cz>
757         PR ipa/66896.
758         * ipa-prop.c (update_jump_functions_after_inlining): Create properly
759         dst_ctx if it does not exist.
761 2015-07-16  Martin Liska  <mliska@suse.cz>
763         * hash-set.h (remove): New function.
764         (iterator): New iteration class for hash_set.
766 2015-07-16  Richard Sandiford  <richard.sandiford@arm.com>
768         * genattrtab.c (make_canonical): Add a file_location parameter.
769         Use fatal_at rather than fatal.
770         (get_attr_value): Likewise.  Update call to make_canonical.
771         (fill_attr, make_length_attrs, optimize_attrs, gen_attr)
772         (make_internal_attr): Update calls accordingly.
774 2015-07-16  Richard Sandiford  <richard.sandiford@arm.com>
776         * read-md.h (message_with_line, error_with_line): Delete.
777         * read-md.c (message_with_line, error_with_line): Delete.
778         * gensupport.h: Include read-md.h.
779         (md_rtx_info): New structure.
780         (read_md_rtx): Use it.  Return a bool success value.
781         * gensupport.c (read_md_rtx): Likewise.
782         * genattr-common.c (gen_attr): Take an md_rtx_info rather than an rtx.
783         (main): Update after interface changes.
784         * genattr.c (gen_attr): Take an md_rtx_info rather than an rtx.
785         (main): Update after interface changes.
786         * genattrtab.c (insn_code_number): Delete.
787         (optimize_attrs): Add a max_insn_code parameter and use it instead
788         of insn_code_number.
789         (gen_attr): Take an md_rtx_info rather than an rtx and lineno.
790         Use *_at rather than *_with_line functions.
791         (gen_insn): Likewise.
792         (gen_delay): Likewise.
793         (gen_insn_reserv): Likewise.
794         (gen_bypass): Take an md_rtx_info rather than an rtx.
795         (main): Update after interface changes.  Use a local max_insn_code
796         variable instead of insn_code_number.
797         * genautomata.c (gen_cpu_unit): Take an md_rtx_info rather than
798         an rtx.  Use fatal_at rather than fatal.
799         (gen_query_cpu_unit, gen_bypass, gen_excl_set)
800         (gen_presence_absence_set, gen_presence_set, gen_final_presence_set)
801         (gen_absence_set, gen_final_absence_set, gen_automaton)
802         (gen_automata_option, gen_reserv, gen_insn_reserv): Likewise.
803         (main): Update after interface changes.
804         * gencodes.c (gen_insn): Take an md_rtx_info rather than an rtx
805         and code number.
806         (main): Update after interface changes.
807         * genconditions.c (main): Use new read_md_rtx interface.
808         * genconfig.c (gen_insn): Take an md_rtx_info rather than an rtx.
809         (gen_expand, gen_split, gen_peephole, gen_peephole2): Likewise.
810         (main): Update after interface changes.
811         * genemit.c (insn_code_number, insn_index_number): Delete.
812         (gen_insn): Take an md_rtx_info rather than an rtx and lineno.
813         Use fatal_at rather than fatal.
814         (gen_expand): Take an md_rtx_info rather than an rtx.  Use fatal_at
815         rather than fatal.
816         (gen_split): Likewise.
817         (main): Update after interface changes.
818         * genextract.c (line_no): Delete.
819         (gen_insn): Take an md_rtx_info rather than an rtx and lineno.
820         Update call to walk_rtx.
821         (VEC_safe_set_locstr): Add an md_rtx_info argument.  Use message_at
822         rather than message_with_line.
823         (walk_rtx): Add an md_rtx_info argument.  Update call to
824         VEC_safe_set_locstr.
825         (main): Update after interface changes.
826         * genflags.c (gen_insn): Take an md_rtx_info rather than an rtx
827         and lineno.  Use error_at rather than separate message_with_line
828         calls and have_error assignments.
829         (main): Update after interface changes.
830         * genmddump.c (main): Use new read_md_rtx interface.
831         * genopinit.c (insn): Take an md_rtx_info rather than an rtx.
832         (main): Update after interface changes.
833         * genoutput.c (next_code_number): Delete.
834         (gen_insn): Take an md_rtx_info rather than an rtx and lineno.
835         (gen_peephole, gen_expand, gen_split): Likewise.
836         (note_constraint): Likewise.  Use *_at rather than *_with_line
837         functions.
838         (main): Update after interface changes.
839         * genpeep.c (gen_peephole): Take an md_rtx_info rather than an
840         rtx and lineno.
841         (main): Update after interface changes.
842         * genpreds.c (process_define_predicate): Take an md_rtx_info rather
843         than an rtx and lineno.
844         (process_define_constraint): Likewise.
845         (process_define_register_constraint): Likewise.
846         (main): Update after interface changes.
847         * genrecog.c (next_insn_code, pattern_lineno): Delete.
848         (validate_pattern): Replace top-level rtx with an md_rtx_info.
849         Use *_at rather than *_with_line functions.
850         (match_pattern_2): Likewise.
851         (match_pattern_1, match_pattern): Add an md_rtx_info parameter.
852         (get_peephole2_pattern): Take an md_rtx_info rather than an rtvec.
853         Use *_at rather than *_with_line functions.
854         * gentarget-def.c (add_insn): New function.
855         (main): Use it.  Use new read_md_rtx interface.
857 2015-07-16  Richard Sandiford  <richard.sandiford@arm.com>
859         * gensupport.h (compute_test_codes): Take a file_location rather
860         than a line number.
861         * gensupport.c (compute_test_codes): Likewise.  Use *_at functions
862         rather than *_with_line functions.
863         (process_define_predicate): Update call to compute_test_codes.
864         * genpreds.c (validate_exp): Take a file_location rather than a
865         line number.  Use *_at functions rather than *_with_line functions.
866         (process_define_predicate): Update call to validate_exp.
867         (constraint_data): Replace lineno field with a file_location.
868         (add_constraint): Take a file_location rather than a line number.
869         Use *_at functions rather than *_with_line functions.  Fix error
870         message for address constraints.  Update after changes to
871         validate_exp, constraint_data and compute_test_codes.
872         (process_define_constraint): Update accordingly.
873         (process_define_register_constraint): Likewise.
875 2015-07-16  Richard Sandiford  <richard.sandiford@arm.com>
877         * genoutput.c (data): Use a file_location to record the source
878         position.
879         (nothing): Delete.
880         (idata, idata_end): Remove initialization.
881         (constraint_data): Replace lineno with a file_location.
882         (output_insn_data): Update after changes to data.
883         (gen_insn, gen_peephole, gen_expand, gen_split): Likewise.
884         (scan_operands): Likewise, using *_at rather than *_with_line
885         functions.
886         (process_template): Likewise.
887         (validate_insn_alternatives): Likewise.
888         (validate_insn_operands): Likewise.
889         (validate_optab_operands): Likewise.
890         (init_insn_for_nothing): Initialize idata and idata_end.
891         (note_constraint): Update after changes to constraint_data,
892         using at rather than with_line functions.
893         (mdep_constraint_len): Take a file_location rather than a
894         line number.  Use at rather than with_line functions.
896 2015-07-16  Richard Sandiford  <richard.sandiford@arm.com>
898         * read-md.h (fatal_at): Declare.
899         * read-md.c (fatal_at): New function.
900         * genattrtab.c (insn_def, attr_desc, delay_desc): Use a file_location
901         to record the source position.
902         (check_attr_test): Take a file_location instead of a line number.
903         Use fatal_at instead of fatal.
904         (check_attr_value): Update after above changes, using "at"
905         rather than "with_line" reporting functions.
906         (convert_set_attr_alternative): Likewise.
907         (gen_attr): Likewise.
908         (check_defs): Likewise.  Don't assign to read_md_filename.
909         (gen_insn): Update initialization after above changes.
910         (gen_delay): Likewise.
911         (write_insn_cases): Print the filename for a define_peephole.
912         (gen_insn_reserv): Take a line number as argument and update
913         the call to check_attr_test.
914         (main): Pass a line number to gen_insn_reserv.
916 2015-07-16  Richard Sandiford  <richard.sandiford@arm.com>
918         * read-md.h (file_location): New structure.
919         (directive_handler_t): Take a file_location rather than a line number.
920         (message_at, error_at): Declare.
921         (read_skip_construct): Delete.
922         * read-md.c (message_with_line_1): Replace with...
923         (message_at_1): ...this new function.
924         (message_at, error_at): New functions.
925         (message_with_line, error_with_line): Update to use message_at_1.
926         (handle_enum): Take a file_location rather than a line number
927         and use error_at for error reporting.
928         (handle_include): Likewise.
929         (read_skip_construct): Likewise.  Make static.
930         (handle_file): Update after above changes.  Pass a file_location
931         rather than a line number to handle_directive.
932         * gensupport.c (queue_elem): Replace separate filename and lineno
933         with a file_location.
934         (queue_pattern): Replace filename and lineno arguments with a
935         file_location.  Update after change to queue_elem.
936         (process_define_predicate): Replace lineno argument with a
937         file_location and use error_at for error reporting.  Update
938         after above changes.
939         (process_rtx): Likewise.
940         (subst_pattern_match): Likewise.
941         (get_alternatives_number): Likewise.
942         (alter_predicate_for_insn): Likewise.
943         (rtx_handle_directive): Likewise.
944         (is_predicable): Update after above changes, using error_at rather
945         than error_with_line.
946         (has_subst_attribute): Likewise.
947         (identify_predicable_attribute): Likewise.
948         (alter_attrs_for_subst_insn): Likewise.
949         (process_one_cond_exec): Likewise.
950         (process_substs_on_one_elem): Likewise.
951         (process_define_subst): Likewise.
952         (check_define_attr_duplicates): Likewise.
953         (read_md_rtx): Update after change to queue_elem.
955 2015-07-16  Richard Sandiford  <richard.sandiford@arm.com>
957         * genoutput.c (next_index_number): Delete.
958         (data): Remove index_number.
959         (gen_insn, gen_peephole, gen_expand, gen_split): Update accordingly.
960         (main): Remove manipulation of next_index_number.
962 2015-07-16  Richard Sandiford  <richard.sandiford@arm.com>
964         * genattrtab.c (check_attr_value): Remove handling of null attrs.
965         (make_canonical): Likewise.
967 2015-07-16  Eric Botcazou  <ebotcazou@adacore.com>
969         * config/sparc/sparc.md (save_stack_nonlocal): Use adjust_address
970         instead of adjust_address_nv.
971         (restore_stack_nonlocal): Likewise.
972         (nonlocal_goto): Likewise.
974 2015-07-16  Tom de Vries  <tom@codesourcery.com>
976         * tree-parloops.c (create_parallel_loop): Handle case that exit phi does
977         not have a corresponding loop header phi.
979 2015-07-16  Tom de Vries  <tom@codesourcery.com>
981         * tree-parloops.c (create_loads_for_reductions): Handle case that
982         reduction is unused.
984 2015-07-16  Richard Biener  <rguenther@suse.de>
986         PR tree-optimization/66894
987         * tree-vrp.c (register_edge_assert_for_2): Fix bad assumption
988         about deriving NE_EXPR from truncated values.
990 2015-07-16  Martin Liska  <mliska@suse.cz>
992         * alloc-pool.h
993         (object_allocator): Add new class.
994         (pool_allocator::initialize): Use the underlying class.
995         (pool_allocator::allocate): Likewise.
996         (pool_allocator::remove): Likewise.
997         (operator new): A new generic allocator.
998         * asan.c (struct asan_mem_ref): Remove unused members.
999         (asan_mem_ref_new): Replace new operator with
1000         object_allocator::allocate.
1001         (free_mem_ref_resources): Change deallocation.
1002         * cfg.c (initialize_original_copy_tables): Replace pool_allocator
1003         with object_allocator.
1004         * config/sh/sh.c (add_constant): Replace new operator with
1005         object_allocator::allocate.
1006         (sh_reorg): Change call to a release method.
1007         * cselib.c (struct elt_list): Remove unused members.
1008         (new_elt_list): Replace new operator with
1009         object_allocator::allocate.
1010         (new_elt_loc_list): Likewise.
1011         (new_cselib_val): Likewise.
1012         (unchain_one_elt_list): Change delete operator with remove method.
1013         (unchain_one_elt_loc_list): Likewise.
1014         (unchain_one_value): Likewise.
1015         (cselib_finish): Release newly added static allocators.
1016         * cselib.h (struct cselib_val): Remove unused members.
1017         (struct elt_loc_list): Likewise.
1018         * df-problems.c (df_chain_alloc): Replace pool_allocator with
1019         object_allocator.
1020         * df-scan.c (struct df_scan_problem_data): Likewise.
1021         (df_scan_alloc): Likewise.
1022         * df.h (struct dataflow): Likewise.
1023         * dse.c (struct read_info_type): Likewise.
1024         (struct insn_info_type): Likewise.
1025         (struct dse_bb_info_type): Likewise.
1026         (struct group_info): Likewise.
1027         (struct deferred_change): Likewise.
1028         (get_group_info): Likewise.
1029         (delete_dead_store_insn): Likewise.
1030         (free_read_records): Likewise.
1031         (replace_read): Likewise.
1032         (check_mem_read_rtx): Likewise.
1033         (scan_insn): Likewise.
1034         (dse_step1): Likewise.
1035         (dse_step7): Likewise.
1036         * et-forest.c (struct et_occ): Remove unused members.
1037         (et_new_occ): Use allocate instead of new operator.
1038         (et_new_tree): Likewise.
1039         (et_free_tree): Call release method explicitly.
1040         (et_free_tree_force): Likewise.
1041         (et_free_pools): Likewise.
1042         (et_split): Use remove instead of delete operator.
1043         * et-forest.h (struct et_node): Remove unused members.
1044         * ipa-cp.c: Change pool_allocator to object_allocator.
1045         * ipa-inline-analysis.c: Likewise.
1046         * ipa-profile.c: Likewise.
1047         * ipa-prop.c: Likewise.
1048         * ipa-prop.h: Likewise.
1049         * ira-build.c (initiate_cost_vectors): Cast return value.
1050         (ira_allocate_cost_vector): Likewise.
1051         * ira-color.c (struct update_cost_record): Remove unused members.
1052         * lra-int.h (struct lra_live_range): Likewise.
1053         (struct lra_copy): Likewise.
1054         (struct lra_insn_reg): Likewise.
1055         * lra-lives.c (lra_live_ranges_finish): Release new static allocator.
1056         * lra.c (new_insn_reg): Replace new operator with allocate method.
1057         (free_insn_regs): Same for operator delete.
1058         (finish_insn_regs): Release new static allocator.
1059         (finish_insn_recog_data): Likewise.
1060         (lra_free_copies): Replace delete operator with remove method.
1061         (lra_create_copy): Replace operator new with allocate method.
1062         (invalidate_insn_data_regno_info): Same for remove method.
1063         * regcprop.c (struct queued_debug_insn_change): Remove unused members.
1064         (free_debug_insn_changes): Replace delete operator with remove method.
1065         (replace_oldest_value_reg): Replace operator new with allocate method.
1066         (pass_cprop_hardreg::execute): Release new static variable.
1067         * sched-deps.c (sched_deps_init): Change pool_allocator to
1068         object_allocator.
1069         * sel-sched-ir.c: Likewise.
1070         * sel-sched-ir.h: Likewise.
1071         * stmt.c (expand_case): Likewise.
1072         (expand_sjlj_dispatch_table): Likewise.
1073         * tree-sra.c (struct access): Remove unused members.
1074         (struct assign_link): Likewise.
1075         (sra_deinitialize): Release newly added static pools.
1076         (create_access_1):Replace operator new with allocate method.
1077         (build_accesses_from_assign): Likewise.
1078         (create_artificial_child_access): Likewise.
1079         * tree-ssa-math-opts.c (pass_cse_reciprocals::execute): Change
1080         pool_allocator to object_allocator.
1081         * tree-ssa-pre.c: Likewise.
1082         * tree-ssa-reassoc.c: Likewise.
1083         * tree-ssa-sccvn.c (allocate_vn_table): Likewise.
1084         * tree-ssa-strlen.c: Likewise.
1085         * tree-ssa-structalias.c: Likewise.
1086         * var-tracking.c (onepart_pool_allocate): New function.
1087         (unshare_variable): Use the newly added function.
1088         (variable_merge_over_cur): Likewise.
1089         (variable_from_dropped): Likewise.
1090         (variable_was_changed): Likewise.
1091         (set_slot_part): Likewise.
1092         (emit_notes_for_differences_1): Likewise.
1093         (vt_finalize): Release newly added static pools.
1095 2015-07-16  Martin Jambor  <mjambor@suse.cz>
1097         * ipa-prop.h (param_aa_status): Rename to ipa_param_aa_status.  Adjust
1098         all uses.  Fix two typos in its general comment.
1099         (func_body_info): Rename to ipa_func_body_info.  Adjust all uses.
1101 2015-07-16  Ilya Enkovich  <enkovich.gnu@gmail.com>
1103         * config/i386/linux-common.h (LINK_MPX): New.
1104         (MPX_SPEC): Use LINK_MPX instead of %(link_mpx).
1105         * configure.ac: Add HAVE_LD_BNDPLT_SUPPORT macro
1106         indicating '-z bndplt' support by linker.
1107         * configure: Regenerate.
1108         * config.in: Regenerate.
1110 2015-07-16  Richard Biener  <rguenther@suse.de>
1112         * fold-const.c (fold_widened_comparison): Remove.
1113         (fold_sign_changed_comparison): Likewise.
1114         (fold_comparison): Move widened and sign-changed comparison
1115         simplification ...
1116         * match.pd: ... to patterns here.
1117         * generic-match-head.c: Include target.h.
1118         * gimple-match-head.c: Likewise.
1120 2015-07-16  Richard Biener  <rguenther@suse.de>
1122         * tree-ssa-dom.c (dom_valueize): New function.
1123         (record_temporary_equivalences): Also record equivalences
1124         for dominating stmts that have uses of equivalences we are
1125         about to record.
1127 2015-07-16  Bin Cheng  <bin.cheng@arm.com>
1129         * tree-ssa-loop-ivopts.c (add_candidate): Remove call to
1130         add_autoinc_candidates.
1131         (add_iv_candidate_for_biv): Rename to add_iv_candidate_for_biv.
1132         (add_iv_candidate_for_biv): Rename from add_iv_candidate_for_biv.
1133         (add_old_ivs_candidates): Rename to add_iv_candidate_for_bivs.
1134         (add_iv_candidate_for_bivs): Rename from add_old_ivs_candidates.
1135         Call new function.
1136         (add_iv_value_candidates): Rename to add_iv_candidate_for_use.
1137         (add_iv_candidate_for_use): Rename from add_iv_value_candidates.
1138         Remove parameter struct iv*.  Call add_autoinc_candidates here.
1139         (add_derived_ivs_candidates): Rename to add_iv_candidate_for_uses.
1140         (add_iv_candidate_for_uses): Rename from add_derived_ivs_candidates.
1141         Call new function.
1142         (find_iv_candidates): Call new functions.
1144 2015-07-16  Sandra Loosemore  <sandra@codesourcery.com>
1146         * config/nios2/nios2.c (nios2_emit_stack_limit_check): Fix
1147         uninitialized-variable warning.
1149 2015-07-16  Kaz Kojima  <kkojima@gcc.gnu.org>
1151         PR target/65249
1152         * config/sh/sh.md (movdi): Split simple reg move to two movsi
1153         when the destination is R0.
1155 2015-07-16  Uros Bizjak  <ubizjak@gmail.com>
1157         PR target/66866
1158         * config/i386/i386-protos.h (ix86_expand_pextr): New prototype.
1159         * config/i386/i386.c (ix86_expand_pextr): New function.
1160         (ix86_expand_pinsr): Handle V1TI and TI modes.  Call ix86_expand_pextr
1161         for non-lowpart subregs.
1162         * config/i386/i386.md (extzv<mode>): Expand with ix86_expand_pextr.
1163         (insv<mode>): Use SWI248 mode iterator.
1164         (insv<mode>_1): Ditto.
1166 2015-07-15  Aditya Kumar  <aditya.k7@samsung.com>
1167             Sebastian Pop  <s.pop@samsung.com>
1169         * graphite-sese-to-poly.c (rewrite_cross_bb_scalar_deps): Point
1170         iterator to use_stmt.
1172 2015-07-15  Aditya Kumar  <aditya.k7@samsung.com>
1173             Sebastian Pop <s.pop@samsung.com>
1175         * graphite-scop-detection.c (build_scops_1): Discard scops for
1176         which entry==exit.
1178 2015-07-15  Aditya Kumar  <aditya.k7@samsung.com>
1179             Sebastian Pop <s.pop@samsung.com>
1181         * graphite-scop-detection.c (stmt_simple_for_scop_p): Bail out in
1182         case of a return statement in scop.
1184 2015-07-15  Aditya Kumar  <aditya.k7@samsung.com>
1185             Sebastian Pop <s.pop@samsung.com>
1187         * graphite-sese-to-poly.c (parameter_index_in_region): Only handle
1188         INTEGER_TYPE parameters.
1189         (scan_tree_for_params): Handle REAL_CST, COMPLEX_CST, and
1190         VECTOR_CST in scan_tree_for_params.
1191         (add_conditions_to_domain): Only constrain on INTEGER_TYPE.
1193 2015-07-15  Andrew MacLeod  <amacleod@redhat.com>
1195         * gimple-pretty-print.h: Don't include pretty-print.h.
1196         * tree-streamer.h: Don't include lto-streamer.h.
1197         * gimple-streamer.h: Include tree-streamer.h rather than lto-streamer.h.
1198         * gimple-streamer-in.c: Remove redundant includes.
1199         * gimple-streamer-out.c: Likewise.
1200         * ipa-devirt.c: Likewise.
1201         * ipa-icf.c: Likewise.
1202         * ipa-inline-analysis.c: Likewise.
1203         * ipa-polymorphic-call.c: Likewise.
1204         * ipa-profile.c: Likewise.
1205         * ipa-prop.c: Likewise.
1206         * ipa-pure-const.c: Likewise.
1207         * lto-cgraph.c: Likewise.
1208         * lto-streamer-in.c: Likewise.
1209         * lto-streamer-out.c: Likewise.
1210         * lto-streamer.c: Likewise.
1211         * tree-streamer-in.c: Likewise.
1212         * tree-streamer-out.c: Likewise.
1213         * tree-streamer.c: Likewise.
1215 2015-07-15  Andrew MacLeod  <amacleod@redhat.com>
1217         * opth-gen.awk: Check for UNKNOWN_LOCATION rather than GCC_TM_H, don't
1218         include input.h.
1219         * opts.c: Remove multiline #include comment.
1221 2015-07-15  Nathan Sidwell  <nathan@codesourcery.com>
1223         * config/nvptx/mkoffload.c (process): Add C++ protection to
1224         emitted code.
1226 2015-07-14  Michael Meissner  <meissner@linux.vnet.ibm.com>
1228         PR target/66854
1229         * config/rs6000/rs6000.c (rs6000_pass_by_reference): Move test for
1230         null before IEEE 128-bit floating point support patch.
1232 2015-07-15  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
1234         * simplify-rtx.c (simplify_ternary_operation): Add simplification
1235         for (!c) != {0,...,0} ? a : b for vector modes.
1237 2015-07-15  Paolo Bonzini  <bonzini@gnu.org>
1238             Martin Jambor  <mjambor@suse.cz>
1240         * ipa-inline-analysis.c (unmodified_parm_or_parm_agg_item): Accept
1241         struct func_body_info* instead of struct ipa_node_params*, expecting
1242         fbi->info to be filled in.  Replace throughout.  Adjust call to
1243         ipa_load_from_parm_agg.
1244         (set_cond_stmt_execution_predicate): Accept struct func_body_info*
1245         instead of struct ipa_node_params*.  Adjust calls to other functions
1246         so that they pass either fbi or fbi->info.
1247         (set_switch_stmt_execution_predicate): Likewise.
1248         (will_be_nonconstant_predicate): Likewise.
1249         (compute_bb_predicates): Likewise.
1250         (estimate_function_body_sizes): Move asserts earlier.  Fill in
1251         struct func_body_info, replace parms_info with fbi.info.  Adjust
1252         calls to functions that now accept struct func_body_info.
1253         * ipa-prop.c (param_aa_status, struct ipa_bb_info): Move to ipa-prop.h.
1254         (struct func_body_info): Likewise.
1255         (ipa_load_from_parm_agg_1): Rename to ipa_load_from_parm_agg,
1256         remove static.  Adjust callers.
1257         (ipa_load_from_parm_agg): Remove.
1258         * ipa-prop.h (param_aa_status, ipa_bb_info): Move from ipa-prop.c.
1259         (func_body_info): Likewise.
1260         (ipa_load_from_parm_agg): Adjust prototype.
1262 2015-07-12  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
1264         * gensupport.c (rtx_handle_directive): Adjust.
1265         * read-rtl.c (apply_iterators): Take vector to add rtxs to
1266         instead of expr list rtx.
1267         (add_define_attr_for_define_subst): Likewise.
1268         (add_define_subst_attr): Likewise.
1269         (read_subst_mapping): Likewise.
1270         (read_rtx): Likewise.
1271         * rtl.h (read_rtx): Adjust.
1273 2015-07-15  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
1275         * config/aarch64/aarch64.md (*csinc2<mode>_insn): Use cinc mnemonic.
1277 2015-07-15  Uros Bizjak  <ubizjak@gmail.com>
1279         PR target/58066
1280         * config/i386/i386.md (*tls_global_dynamic_64_<mode>): Depend on SP_REG.
1281         (*tls_local_dynamic_base_64_<mode>): Ditto.
1282         (*tls_local_dynamic_base_64_largepic): Ditto.
1283         (tls_global_dynamic_64_<mode>): Update expander pattern.
1284         (tls_local_dynamic_base_64_<mode>): Ditto.
1286 2015-07-15  Richard Biener  <rguenther@suse.de>
1288         * fold-const.c (fold_binary_loc): Move bool_var != 0 -> bool_var
1289         and bool_var == 1 -> bool_var simplifications ...
1290         * match.pd: ... to patterns here.  Factor out negate_expr_p
1291         cases from the A - B -> A + (-B) patterns as negate_expr_p
1292         predicate and add a -(A + B) -> (-B) - A pattern.
1294 2015-07-15  Robert Suchanek  <robert.suchanek@imgtec.com>
1296         * config/mips/mips.c (mips_emit_save_slot_move): Fix typo.
1298 2015-07-15  Matthew Fortune  <matthew.fortune@imgtec.com>
1299             Robert Suchanek  <robert.suchanek@imgtec.com>
1301         * config/mips/mips.c (mips_int_mask): New enum.
1302         (mips_shadow_set): Likewise.
1303         (int_mask): New variable.
1304         (use_shadow_register_set_p): Change type to enum mips_shadow_set.
1305         (machine_function): Add int_mask and use_shadow_register_set.
1306         (mips_attribute_table): Add attribute handlers for interrupt and
1307         use_shadow_register_set.
1308         (mips_interrupt_mask): New static function.
1309         (mips_handle_interrupt_attr): Likewise.
1310         (mips_handle_use_shadow_register_set_attr): Likewise.
1311         (mips_use_shadow_register_set): Change return type to enum
1312         mips_shadow_set.  Add argument handling for use_shadow_register_set
1313         attribute.
1314         (mips_interrupt_extra_called_saved_reg_p): Update the conditional to
1315         compare with mips_shadow_set enum.
1316         (mips_compute_frame_info): Add interrupt mask and
1317         use_shadow_register_set to per-function information structure.
1318         Add a stack slot for EPC unconditionally.
1319         (mips_expand_prologue): Compare use_shadow_register_set value
1320         with mips_shadow_set enum.  Save EPC always in K1, clobber only K1 for
1321         masked interrupt register but in EIC mode use K0 and save Cause in K0.
1322         EPC saved and restored unconditionally.  Use PMODE_INSN macro when
1323         copying the stack pointer from the shadow register set.
1324         * config/mips/mips.h (SR_IM0): New define.
1325         * config/mips/mips.md (mips_rdpgpr): Rename to...
1326         (mips_rdpgpr_<mode>): ...this.  Use the Pmode iterator.
1327         * doc/extend.texi (Declaring Attributes of Functions): Document
1328         optional arguments for interrupt and use_shadow_register_set
1329         attributes.
1331 2015-07-15  Robert Suchanek  <robert.suchanek@imgtec.com>
1333         * config/mips/mips.c (mips_compute_frame_info): Allow -mhard-float in
1334         interrupt attribute.
1335         (mips_expand_prologue): Disable the floating point unit in an ISR.
1336         * config/mips/mips.h (SR_COP1): New define.
1338 2015-07-15  Richard Biener  <rguenther@suse.de>
1340         * genmatch.c (parser::peek, parser::peek_ident): Add argument
1341         to tell how many tokens to peek ahead (default 1).
1342         (parser::eat_token, parser::eat_ident): Return token consumed.
1343         (parser::parse_result): Parse new switch statement.
1344         * match.pd: Use case statements where appropriate.
1346 2015-07-15  Uros Bizjak  <ubizjak@gmail.com>
1348         PR rtl-optimization/58066
1349         * calls.c (expand_call): Precompute register parameters before stack
1350         alignment is performed.
1352 2015-07-15  Uros Bizjak  <ubizjak@gmail.com>
1354         PR rtl-optimization/66838
1355         * postreload.c (reload_cse_move2add): Also process
1356         CALL_INSN_FUNCTION_USAGE when resetting information of
1357         call-clobbered registers.
1359 2015-07-14  Sandra Loosemore  <sandra@codesourcery.com>
1360             Cesar Philippidis  <cesar@codesourcery.com>
1361             Chung-Lin Tang  <cltang@codesourcery.com>
1363         * config/nios2/constraints.md (U, v): New constraints.
1364         * config/nios2/predicates.md (rdprs_dcache_operand): New.
1365         (ldstex_memory_operand): New.
1366         * config/nios2/sync.md: New file.
1367         * config/nios2/nios2.md (unspecv): Add new builtin function
1368         UNSPECV codes.
1369         (rdprs, flushd, flushda, wrpie, eni): New patterns.
1370         (top-level): Include sync.md.
1371         * config/nios2/nios2.c (N2_FTYPES): Add function types for
1372         new builtins.
1373         (N2_BUILTINS): Add arch field setting, add new builtins.
1374         (enum nios2_builtin_code,nios2_builtins): Update N2_BUILTIN_DEF
1375         for arch field.
1376         (nios2_expand_ldst_builtin): Rename from nios2_expand_ldstio_builtin.
1377         Also handle ldex/stex/ldsex/stsex builtins.
1378         (nios2_expand_rdprs_builtin): New function.
1379         (nios2_expand_cache_builtin): New function.
1380         (nios2_expand_wrpie_builtin): New function.
1381         (nios2_expand_eni_builtin): New function.
1382         (nios2_expand_builtin): Add arch field handling and new builtin
1383         cases.
1384         * doc/extend.texi (Altera Nios II Built-in Functions): Document
1385         new builtins.
1386         * doc/md.texi (Machine Constraints): Document U and v constraints.
1388 2015-07-14  Sandra Loosemore  <sandra@codesourcery.com>
1389             Cesar Philippidis  <cesar@codesourcery.com>
1390             Chung-Lin Tang  <cltang@codesourcery.com>
1392         * config/nios2/nios2-protos.h (nios2_expand_return): Declare.
1393         * config/nios2/nios2.c (struct GTY (()) machine_function): Add
1394         callee_save_reg_size and uses_anonymous_args fields.
1395         (nios2_compute_frame_layout): Update for CDX push.n/pop.n usage.
1396         (nios2_create_cfa_notes): New function.
1397         (nios2_adjust_stack): New function for adjusting stack.
1398         (nios2_expand_prologue): Update for CDX push.n/pop.n usage.
1399         Use nios2_adjust_stack.
1400         (nios2_expand_epilogue): Likewise.
1401         (nios2_expand_return): New function.
1402         (nios2_can_use_return_insn): Update for CDX pop.n usage.
1403         (nios2_setup_incoming_varargs): Set uses_anonymous_args flag.
1404         If TARGET_HAS_CDX, defer pushing regs to nios2_expand_prologue.
1405         * config/nios2/nios2.md (return): Use nios2_expand_return.
1407 2015-07-14  Sandra Loosemore  <sandra@codesourcery.com>
1408             Cesar Philippidis  <cesar@codesourcery.com>
1409             Chung-Lin Tang  <cltang@codesourcery.com>
1411         * config/nios2/predicates.md (pop_operation): New.
1412         (ldwm_operation, stwm_operation): New.
1413         (nios2_hard_register_operand): New.
1414         * config/nios2/nios2-protos.h (pop_operation_p): Declare.
1415         (ldstwm_operation_p): Declare.
1416         (gen_ldstwm_peep): Declare.
1417         * config/nios2/nios2.c: (nios2_ldst_parallel): Declare.
1418         (base_reg_adjustment_p): New.
1419         (pop_operation_p): New.
1420         (CDX_LDSTWM_VALID_REGS_0, CDX_LDSTWM_VALID_REGS_1): Define.
1421         (nios2_ldstwm_regset_p): New.
1422         (ldstwm_operation_p): New.
1423         (gen_ldst): New.
1424         (nios2_ldst_parallel): New.
1425         (struct ldswm_operand): Declare.
1426         (compare_ldstwm_operands): New.
1427         (can_use_cdx_ldstw): New.
1428         (gen_ldstwm_peep): New.
1429         * config/nios2/nios2-ldstwm.sml: New.
1430         * config/nios2/nios2.md: Include ldstwm.md.
1431         * config/nios2/ldstwm.md: Generated.
1433 2015-07-14  Sandra Loosemore  <sandra@codesourcery.com>
1434             Cesar Philippidis  <cesar@codesourcery.com>
1435             Chung-Lin Tang  <cltang@codesourcery.com>
1437         * config/nios2/nios2.h (LABEL_ALIGN): Define.
1438         (REG_ALLOC_ORDER): Define.
1439         (ADJUST_REG_ALLOC_ORDER): Define.
1440         (HONOR_REG_ALLOC_ORDER): Define.
1441         (CDX_REG_P): Define.
1442         (ANDCLEAR_INT): Define.
1443         * config/nios2/nios2-protos.h (nios2_add_insn_asm): Declare.
1444         (nios2_label_align): Declare.
1445         (nios2_cdx_narrow_form_p): Declare.
1446         (nios2_adjust_reg_alloc_order): Declare.
1447         * config/nios2/nios2.c (nios2_rtx_costs): Adjust for BMX zero-extract
1448         operation.
1449         (nios2_large_unspec_reloc_p): New function, split from...
1450         (nios2_legitimate_pic_operand_p): ...here.
1451         (nios2_emit_move_sequence): Add *high/*lo_sum constant expand code.
1452         (nios2_print_operand_punct_valid_p): New.
1453         (nios2_print_operand): Add %., %!, %x, %y, %A.  Remove %U.
1454         (split_mem_address): New.
1455         (split_alu_insn): New.
1456         (cdxreg): New.
1457         (cdx_add_immed, cdx_and_immed, cdx_mov_immed, cdx_shift_immed): New.
1458         (enum nios2_add_insn_kind): New.
1459         (nios2_add_insn_names, nios2_add_insn_narrow): New.
1460         (nios2_add_insn_classify): New.
1461         (nios2_add_insn_asm): New.
1462         (nios2_cdx_narrow_form_p): New.
1463         (label_align, min_labelno, max_labelno): New.
1464         (nios2_reorg): New.
1465         (nios2_label_align): New.
1466         (nios2_adjust_reg_alloc_order): New.
1467         (TARGET_PRINT_OPERAND_PUNCT_VALID_P): Define.
1468         (TARGET_MACHINE_DEPENDENT_REORG): Define.
1469         * config/nios2/constraints.md (P): New constraint.
1470         * config/nios2/predicates.md (const_and_operand): New.
1471         (and_operand): New.
1472         (stack_memory_operand): New.
1473         * config/nios2/nios2.md (SP_REGNO): Define stack pointer regno.
1474         (length): Update to use nios2_cdx_narrow_form_p().
1475         (type): Add new insn type values.
1476         (control, alu, st, ld, shift): Update insn reservations with
1477         new insn type values.
1478         (*high, *lo_sum): Define new insn patterns for constant generation.
1479         (movqi_internal, movhi_internal, movsi_internal): Reduce
1480         alternatives, update asm template to handle CDX variants, update
1481         type attributes.
1482         (zero_extendhisi2, zero_extendqi<mode>2): Add CDX variants to asm
1483         template, update type attributes.
1484         (extendhisi2, extendqi<mode>2): Likewise.
1485         (addsi3): Change to use function for asm string.
1486         (subsi3): Add CDX notation to asm template, update type attributes.
1487         (negsi3, one_cmplsi3): Likewise.
1488         (andsi3): New pattern, specialized from logical patterns.
1489         (<code>si3): Remove and case, combine alternatives, update asm
1490         template.
1491         (<shift_op>si3): Add CDX notation, update type attributes.
1492         (rotrsi3): Update type attribute.
1493         (*merge, extzv, insv): New insn patterns.
1494         (return): Change to define_expand.
1495         (simple_return): Add CDX notation, update type attributes.
1496         (indirect_jump): Add CDX notation.
1497         (jump): Update asm cases, update length attribute expression.
1498         (*call, *call_value, *sibcall, *sibcall_value): Add CDX variant.
1499         (nios2_cbranch): Update asm cases and length attribute expression
1500         to handle CDX variants.
1501         (nios2_cmp<code>): Update asm template.
1502         (nop): Add CDX notation, update type attributes.
1503         (trap): Add CDX notation.
1504         (ctrapsi4): Update asm cases and length attribute expression to
1505         handle CDX variant.
1506         * doc/md.texi (Machine Constraints): Document P constraint.
1508 2015-07-14  Sandra Loosemore  <sandra@codesourcery.com>
1509             Cesar Philippidis  <cesar@codesourcery.com>
1510             Chung-Lin Tang  <cltang@codesourcery.com>
1512         * config/nios2/nios2.h (SMALL_INT12): New macro.
1513         * config/nios2/nios2.c (nios2_valid_addr_offset_p): New function.
1514         (nios2_valid_addr_expr_p): Use it.
1515         (nios2_symbol_ref_in_small_data_p): Disallow GP-relative addressing
1516         with implicit "io" instructions on R2.
1517         * config/nios2/constraints.md (w): New constraint.
1518         * config/nios2/predicates.md (ldstio_memory_operand): New.
1519         * config/nios2/nios2.md (ld<bhw_uns>io, ld<bh>io): Update memory
1520         operand predicate and constraint.
1521         (ld<bh>io_signed, st<bhw>io>): Likewise.
1522         * doc/md.texi (Machine Constraints): Document w constraint.
1524 2015-07-14  Sandra Loosemore  <sandra@codesourcery.com>
1525             Cesar Philippidis  <cesar@codesourcery.com>
1526             Chung-Lin Tang  <cltang@codesourcery.com>
1528         * config/nios2/nios2.opt (march, mbmx, mcdx): New options.
1529         * config/nios2/nios2-opts.h (enum nios2_arch_type): New enum for
1530         Nios II architecture level.
1531         * config/nios2/nios2.h (TARGET_ARCH_R2): New define.
1532         (TARGET_CPU_CPP_BUILTINS): Add definition of __nios2_arch__ symbol.
1533         (OPTION_DEFAULT_SPECS): Define.
1534         (ASM_SPEC): Add -march= spec strings.
1535         * config/nios2/nios2.c (nios2_option_override): Check for
1536         conflicts involving new options.
1537         * config.gcc (nios2*-*-*): Support --with-arch=.
1538         * doc/invoke.texi (Option Summary, Nios II Options): Document
1539         -march=, -mbmx, and -mcdx.
1541 2015-07-14  Vladimir Makarov  <vmakarov@redhat.com>
1543         PR rtl-optimization/66626
1544         * lra-constraints.c (lra_constraints): Prevent equivalence
1545         substitution for static chain pseudo in functions with nonlocal
1546         goto.
1548 2015-07-14  Sandra Loosemore  <sandra@codesourcery.com>
1550         * config/nios2/nios2.c (TEMP_REG_NUM): Move define up in file.
1551         (nios2_emit_stack_limit_check): Add size parameter.  Handle
1552         -fstack-limit-symbol as well as -fstack-limit-register.
1553         (nios2_expand_prologue): Emit only a single stack limit check,
1554         even if multiple stack adjustments are required.
1555         (nios2_option_override): Diagnose unsupported combination of -fpic
1556         and -stack-limit-symbol.
1558 2015-07-14  H.J. Lu  <hongjiu.lu@intel.com>
1560         * Makefile.in (top_srcdir): New.
1561         * configure.ac: Use AM_ZLIB.
1562         * configure: Regeneated.
1564 2015-07-14  Matthias Klose  <doko@ubuntu.com>
1566         PR target/66840
1567         * config/rs6000/t-rs6000 (TM_H): Add rs6000-cpus.def.
1569 2015-07-14  Richard Biener  <rguenther@suse.de>
1571         PR tree-optimization/66863
1572         * tree-vrp.c (register_edge_assert_for_2): Properly restrict
1573         what we record for conversion use stmt lhs inequalities.
1575 2015-07-14  Richard Biener  <rguenther@suse.de>
1577         * genmatch.c (dt_node::gen_kids_1): Fix case label indenting.
1578         (decision_tree::gen_gimple): Likewise.
1580 2015-07-14  Tom de Vries  <tom@codesourcery.com>
1582         * gcc.c (greater_than_spec_func): Declare forward.
1583         (LINK_COMMAND_SPEC, GOMP_SELF_SPECS): Use gt to ignore
1584         -ftree-parallelize-loops={0,1}.
1585         (static_spec_functions): Add greater_than_spec_func function with name
1586         "gt".
1587         (greater_than_spec_func): New function.
1589 2015-07-14  Richard Biener  <rguenther@suse.de>
1591         * tree-ssa-dom.c (record_temporary_equivalences): Merge
1592         wideing type conversion case from record_equivalences_from_incoming_edge
1593         and use record_equality to record equivalences.
1594         (record_equivalences_from_incoming_edge): Call
1595         record_temporary_equivalences.
1597 2015-07-14  Richard Biener  <rguenther@suse.de>
1599         * genmatch.c (struct operand): Add OP_IF and OP_WITH op_types.
1600         (struct if_expr): New.
1601         (struct with_expr): Likewise.
1602         (is_a_helper): Add helpers for if_expr and with_expr.
1603         (struct simplify): Add simplify_kind enum and member.  Remove
1604         ifexpr_vec member.
1605         (simplify::simplify): Adjust.
1606         (lower_commutative): Adjust.
1607         (lower_opt_convert): Likewise.
1608         (lower_cond): Likewise.
1609         (replace_id): Handle with_expr and if_expr.
1610         (lower_for): Adjust.
1611         (dt_simplify::gen_1): New recursive worker, split out from ...
1612         (dt_simplify::gen): ... here.  Deal with if and with expansion
1613         recursively.
1614         (capture_info::capture_info): Take context argument
1615         (capture_info::walk_result): Only analyze specific result.
1616         (parser::parse_result): New function.
1617         (parser::parse_simplify): Adjust to parse ifs with then end
1618         else case.
1619         (parser::parse_if): Simplify.
1620         (parser::parse_pattern): Pass down simplify kind.
1621         * match.pd: Convert if structure to new syntax.
1623 2015-07-13  Marek Polacek  <polacek@redhat.com>
1625         * rtl.c (rtx_equal_p_cb): Fix typo.
1627 2015-07-13  Andrew MacLeod  <amacleod@redhat.com>
1629         * omega.h: Don't include config.h, don't include params.h again if
1630         omega.h has already been included.
1631         * graphite-poly.h: Include sese.h.
1632         * graphite.c: Don't include sese.h, remove needless includes and
1633         minimize includes outside #ifdef HAVE_isl block.
1634         * graphite-blocking.c: Don't include sese.h, remove needless includes,
1635         and wrap entire file in #ifdef HAVE_isl
1636         * graphite-dependences.c: Likewise.
1637         * graphite-interchange.c: Likewise.
1638         * graphite-isl-ast-to-gimple.c: Likewise.
1639         * graphite-optimize-isl.c: Likewise.
1640         * graphite-poly.c: Likewise.
1641         * graphite-scop-detection.c: Likewise.
1642         * graphite-sese-to-poly.c: Likewise.
1644 2015-07-13  Tom de Vries  <tom@codesourcery.com>
1646         * omp-low.c (build_receiver_ref): Mark *.omp_data_i as non-trapping.
1648 2015-07-13  Renlin Li  <renlin.li@arm.com>
1650         PR rtl/66556
1651         * simplify-rtx.c (simplify_const_relational_operation): Add
1652         side_effects_p checks.
1654 2015-07-12  Aldy Hernandez  <aldyh@redhat.com>
1656         * bitmap.h: Fix double word typos.
1657         * builtins.c: Same.
1658         * calls.c: Same.
1659         * cfgloopmanip.c: Same.
1660         * cgraph.c: Same.
1661         * cgraph.h: Same.
1662         * cgraphclones.c: Same.
1663         * combine.c: Same.
1664         * config/aarch64/aarch64-protos.h: Same.
1665         * config/aarch64/aarch64.c: Same.
1666         * config/aarch64/aarch64.md: Same.
1667         * config/arm/arm.md: Same.
1668         * config/arm/arm1020e.md: Same.
1669         * config/arm/arm1026ejs.md: Same.
1670         * config/arm/arm926ejs.md: Same.
1671         * config/arm/fa526.md: Same.
1672         * config/arm/fa606te.md: Same.
1673         * config/arm/fa626te.md: Same.
1674         * config/arm/fa726te.md: Same.
1675         * config/arm/fmp626.md: Same.
1676         * config/darwin.c: Same.
1677         * config/epiphany/epiphany.c: Same.
1678         * config/frv/frv.c: Same.
1679         * config/ft32/ft32.c: Same.
1680         * config/gnu-user.h: Same.
1681         * config/h8300/constraints.md: Same.
1682         * config/i386/i386.c: Same.
1683         * config/i386/i386.md: Same.
1684         * config/iq2000/iq2000.md: Same.
1685         * config/mips/mips.c: Same.
1686         * config/mmix/mmix.md: Same.
1687         * config/moxie/moxie.c: Same.
1688         * config/nds32/nds32.md: Same.
1689         * config/pa/pa.h: Same.
1690         * config/rs6000/aix.h: Same.
1691         * config/rs6000/rs6000.h: Same.
1692         * config/sh/sh.c: Same.
1693         * config/tilegx/tilegx.md: Same.
1694         * config/tilepro/gen-mul-tables.cc: Same.
1695         * cse.c: Same.
1696         * dbxout.c: Same.
1697         * doc/invoke.texi: Same.
1698         * dse.c: Same.
1699         * dwarf2out.c: Same.
1700         * final.c: Same.
1701         * gcc.c: Same.
1702         * genmatch.c: Same.
1703         * gimplify.c: Same.
1704         * hash-table.h: Same.
1705         * internal-fn.c: Same.
1706         * ipa-cp.c: Same.
1707         * ipa-devirt.c: Same.
1708         * ipa-icf.c: Same.
1709         * ipa-icf.h: Same.
1710         * ipa-profile.c: Same.
1711         * ipa-prop.c: Same.
1712         * ipa-prop.h: Same.
1713         * ira.c: Same.
1714         * omp-low.c: Same.
1715         * reg-stack.c: Same.
1716         * regcprop.c: Same.
1717         * reorg.c: Same.
1718         * rtl.h: Same.
1719         * sbitmap.h: Same.
1720         * tree-eh.c: Same.
1721         * tree-inline.c: Same.
1722         * tree-sra.c: Same.
1723         * tree-ssa-dom.c: Same.
1724         * tree-ssa-loop-ivopts.c: Same.
1725         * tree-ssa-structalias.c: Same.
1726         * tree-ssa-tail-merge.c: Same.
1727         * tree-ssa-ter.c: Same.
1728         * tree-ssa-threadupdate.c: Same.
1729         * tree-ssa-uninit.c: Same.
1730         * tree-ssanames.c: Same.
1731         * tree-vect-loop-manip.c: Same.
1732         * tree-vrp.c: Same.
1733         * tree.c: Same.
1734         * valtrack.c: Same.
1735         * vec.h: Same.
1737 2015-07-12  Kugan Vivekanandarajah  <kuganv@linaro.org>
1739         PR middle-end/66726
1740         * tree-ssa-phiopt.c(factor_out_conditional_conversion): New function.
1741         tree_ssa_phiopt_worker): Call it.
1743 2015-07-12  Kugan Vivekanandarajah  <kuganv@linaro.org>
1745         * cse.c (cse_insn): Calculate src_eqv for ZERO_EXTRACT.
1746         * emit-rtl.c (set_for_reg_notes): Allow ZERO_EXTRACT to set
1747         REG_EQUAL note.
1749 2015-07-11  Marek Polacek  <polacek@redhat.com>
1751         PR middle-end/66353
1752         * basic-block.h (has_abnormal_call_or_eh_pred_edge_p): New function.
1753         * ira-lives.c (bb_has_abnormal_call_pred): Remove function.
1754         (process_bb_node_lives): Call has_abnormal_call_or_eh_pred_edge_p
1755         rather than bb_has_abnormal_call_pred.
1756         * lra-lives.c (bb_has_abnormal_call_pred): Remove function.
1757         (process_bb_lives): Call has_abnormal_call_or_eh_pred_edge_p
1758         rather than bb_has_abnormal_call_pred.
1760 2015-07-10  Anatoly Sokolov  <aesok@post.ru>
1762         * config/v850/v850.h (REG_OK_FOR_BASE_P, REG_OK_FOR_INDEX_P,
1763         REG_OK_FOR_BASE_P_STRICT, REG_OK_FOR_INDEX_P_STRICT, STRICT,
1764         RTX_OK_FOR_BASE_P, GO_IF_LEGITIMATE_ADDRESS): Remove macros.
1765         * config/v850/v850.c (v850_reg_ok_for_base_, v850_rtx_ok_for_base_p,
1766         v850_legitimate_address_p): New functions.
1767         (TARGET_ADDR_SPACE_LEGITIMATE_ADDRESS_P): Define.
1769 2015-07-10  H.J. Lu  <hongjiu.lu@intel.com>
1771         PR target/66819
1772         * config/i386/i386.c (ix86_function_ok_for_sibcall): Allow
1773         indirect sibcall with register arguments if register available
1774         for argument passing.
1775         (init_cumulative_args): Set cfun->machine->arg_reg_available
1776         to (cum->nregs > 0) or to true if function has a variable
1777         argument list.
1778         (function_arg_advance_32): Set cfun->machine->arg_reg_available
1779         to false if cum->nregs <= 0.
1780         * config/i386/i386.h (machine_function): Add arg_reg_available.
1782 2015-07-10  Uros Bizjak  <ubizjak@gmail.com>
1784         * config/i386/sse.md (movdi_to_sse): Use gen_lowpart
1785         and gen_higpart instead of gen_rtx_SUBREG.
1786         * config/i386/i386.md
1787         (floatdi<X87MODEF:mode>2_i387_with_xmm splitter): Ditto.
1788         (read-modify peephole2): Use gen_lowpart instead of
1789         gen_rtx_SUBREG for operand 5.
1791 2015-07-10  Andrew MacLeod  <amacleod@redhat.com>
1793         * config/tilepro/gen-mul-tables.cc (main): Change include list for
1794         generated files.
1795         * config/tilepro/mul-tables.c: Regenerate.
1796         * config/tilegx/mul-tables.c: Regenerate.
1798 2015-07-10  Richard Biener  <rguenther@suse.de>
1800         * fold-const.c (distribute_bit_expr): Remove.
1801         (fold_binary_loc): Move simplifying (A & C1) + (B & C2)
1802         to (A & C1) | (B & C2), distributing (A & B) | (A & C)
1803         to A & (B | C) and simplifying A << C1 << C2 to ...
1804         * match.pd: ... patterns here.
1806 2015-07-10  Jiong Wang  <jiong.wang@arm.com>
1808         * config/aarch64/aarch64.c (aarch64_load_symref_appropriately):
1809         Mark mem as READONLY and NOTRAP for PIC symbol.
1811 2015-07-10  Andrew MacLeod  <amacleod@redhat.com>
1813         * gimple-predict.h: New file.
1814         (gimple_predict_predictor, gimple_predict_set_predictor,
1815         gimple_predict_outcome, gimple_predict_set_outcome,
1816         gimple_build_predict): Relocate here.
1817         * gimple.h (gimple_predict_predictor, gimple_predict_set_predictor,
1818         gimple_predict_outcome, gimple_predict_set_outcome): Move to
1819         gimple-predict.h.
1820         * gimple.c (gimple_build_predict): Move to gimple-predict.h
1821         * basic-block.h: Don't include cfghooks.h.
1822         * backend.h: Don't include predict.h.
1823         * cfghooks.h: Include predict.h.
1824         * gimple-pretty-print.c: Include gimple-predict.h.
1825         * gimplify.c: Likwise.
1826         * predict.c: Adjust includes.
1827         * tree-inline.c: Likewise.
1828         * asan.c: Likewise.
1829         * auto-inc-dec.c: Likewise.
1830         * auto-profile.c: Likewise.
1831         * bb-reorder.c: Likewise.
1832         * builtins.c: Likewise.
1833         * caller-save.c: Likewise.
1834         * calls.c: Likewise.
1835         * cfganal.c: Likewise.
1836         * cfgbuild.c: Likewise.
1837         * cfg.c: Likewise.
1838         * cfgcleanup.c: Likewise.
1839         * cfgexpand.c: Likewise.
1840         * cfghooks.c: Likewise.
1841         * cfgloopanal.c: Likewise.
1842         * cfgloop.c: Likewise.
1843         * cfgloopmanip.c: Likewise.
1844         * cfgrtl.c: Likewise.
1845         * cgraph.c: Likewise.
1846         * cgraphunit.c: Likewise.
1847         * combine.c: Likewise.
1848         * cprop.c: Likewise.
1849         * cse.c: Likewise.
1850         * dce.c: Likewise.
1851         * dojump.c: Likewise.
1852         * dse.c: Likewise.
1853         * except.c: Likewise.
1854         * expmed.c: Likewise.
1855         * expr.c: Likewise.
1856         * final.c: Likewise.
1857         * fold-const.c: Likewise.
1858         * function.c: Likewise.
1859         * fwprop.c: Likewise.
1860         * gcc-plugin.h: Likewise.
1861         * gcse.c: Likewise.
1862         * genattrtab.c: Likewise.
1863         * genemit.c: Likewise.
1864         * gengtype.c: Likewise.
1865         * genopinit.c: Likewise.
1866         * genoutput.c: Likewise.
1867         * genpreds.c: Likewise.
1868         * genrecog.c: Likewise.
1869         * gimple-fold.c: Likewise.
1870         * gimple-iterator.c: Likewise.
1871         * gimple-ssa-isolate-paths.c: Likewise.
1872         * gimple-ssa-strength-reduction.c: Likewise.
1873         * graph.c: Likewise.
1874         * graphite-blocking.c: Likewise.
1875         * graphite.c: Likewise.
1876         * graphite-dependences.c: Likewise.
1877         * graphite-interchange.c: Likewise.
1878         * graphite-isl-ast-to-gimple.c: Likewise.
1879         * graphite-optimize-isl.c: Likewise.
1880         * graphite-poly.c: Likewise.
1881         * graphite-scop-detection.c: Likewise.
1882         * graphite-sese-to-poly.c: Likewise.
1883         * haifa-sched.c: Likewise.
1884         * ifcvt.c: Likewise.
1885         * internal-fn.c: Likewise.
1886         * ipa-cp.c: Likewise.
1887         * ipa-profile.c: Likewise.
1888         * ipa-split.c: Likewise.
1889         * ipa-utils.c: Likewise.
1890         * ira-build.c: Likewise.
1891         * ira-color.c: Likewise.
1892         * ira-conflicts.c: Likewise.
1893         * ira-costs.c: Likewise.
1894         * ira-emit.c: Likewise.
1895         * ira-lives.c: Likewise.
1896         * jump.c: Likewise.
1897         * loop-doloop.c: Likewise.
1898         * loop-init.c: Likewise.
1899         * loop-invariant.c: Likewise.
1900         * loop-unroll.c: Likewise.
1901         * lower-subreg.c: Likewise.
1902         * lra-assigns.c: Likewise.
1903         * lra.c: Likewise.
1904         * lra-coalesce.c: Likewise.
1905         * lra-constraints.c: Likewise.
1906         * lra-lives.c: Likewise.
1907         * lto-cgraph.c: Likewise.
1908         * lto-streamer-in.c: Likewise.
1909         * mode-switching.c: Likewise.
1910         * modulo-sched.c: Likewise.
1911         * omp-low.c: Likewise.
1912         * optabs.c: Likewise.
1913         * passes.c: Likewise.
1914         * postreload.c: Likewise.
1915         * postreload-gcse.c: Likewise.
1916         * profile.c: Likewise.
1917         * recog.c: Likewise.
1918         * regstat.c: Likewise.
1919         * reload1.c: Likewise.
1920         * reorg.c: Likewise.
1921         * rtlanal.c: Likewise.
1922         * sched-ebb.c: Likewise.
1923         * sel-sched-ir.c: Likewise.
1924         * sese.c: Likewise.
1925         * shrink-wrap.c: Likewise.
1926         * simplify-rtx.c: Likewise.
1927         * stmt.c: Likewise.
1928         * store-motion.c: Likewise.
1929         * tracer.c: Likewise.
1930         * trans-mem.c: Likewise.
1931         * tree-call-cdce.c: Likewise.
1932         * tree-cfg.c: Likewise.
1933         * tree-cfgcleanup.c: Likewise.
1934         * tree-chkp.c: Likewise.
1935         * tree-complex.c: Likewise.
1936         * tree-eh.c: Likewise.
1937         * tree-if-conv.c: Likewise.
1938         * tree-loop-distribution.c: Likewise.
1939         * tree-outof-ssa.c: Likewise.
1940         * tree-parloops.c: Likewise.
1941         * tree-predcom.c: Likewise.
1942         * tree-pretty-print.c: Likewise.
1943         * tree-profile.c: Likewise.
1944         * tree-sra.c: Likewise.
1945         * tree-ssa.c: Likewise.
1946         * tree-ssa-coalesce.c: Likewise.
1947         * tree-ssa-dce.c: Likewise.
1948         * tree-ssa-dom.c: Likewise.
1949         * tree-ssa-forwprop.c: Likewise.
1950         * tree-ssa-ifcombine.c: Likewise.
1951         * tree-ssa-loop-ch.c: Likewise.
1952         * tree-ssa-loop-im.c: Likewise.
1953         * tree-ssa-loop-ivcanon.c: Likewise.
1954         * tree-ssa-loop-ivopts.c: Likewise.
1955         * tree-ssa-loop-manip.c: Likewise.
1956         * tree-ssa-loop-prefetch.c: Likewise.
1957         * tree-ssa-loop-unswitch.c: Likewise.
1958         * tree-ssa-math-opts.c: Likewise.
1959         * tree-ssa-phiopt.c: Likewise.
1960         * tree-ssa-pre.c: Likewise.
1961         * tree-ssa-reassoc.c: Likewise.
1962         * tree-ssa-sink.c: Likewise.
1963         * tree-ssa-tail-merge.c: Likewise.
1964         * tree-ssa-threadedge.c: Likewise.
1965         * tree-ssa-threadupdate.c: Likewise.
1966         * tree-switch-conversion.c: Likewise.
1967         * tree-tailcall.c: Likewise.
1968         * tree-vect-data-refs.c: Likewise.
1969         * tree-vect-loop.c: Likewise.
1970         * tree-vect-loop-manip.c: Likewise.
1971         * tree-vectorizer.c: Likewise.
1972         * tree-vrp.c: Likewise.
1973         * ubsan.c: Likewise.
1974         * value-prof.c: Likewise.
1975         * varasm.c: Likewise.
1976         * var-tracking.c: Likewise.
1977         * config/aarch64/aarch64-builtins.c: Likewise.
1978         * config/aarch64/aarch64.c: Likewise.
1979         * config/aarch64/cortex-a57-fma-steering.c: Likewise.
1980         * config/alpha/alpha.c: Likewise.
1981         * config/arc/arc.c: Likewise.
1982         * config/arm/arm.c: Likewise.
1983         * config/avr/avr.c: Likewise.
1984         * config/bfin/bfin.c: Likewise.
1985         * config/c6x/c6x.c: Likewise.
1986         * config/cr16/cr16.c: Likewise.
1987         * config/cris/cris.c: Likewise.
1988         * config/darwin.c: Likewise.
1989         * config/darwin-c.c: Likewise.
1990         * config/epiphany/epiphany.c: Likewise.
1991         * config/epiphany/mode-switch-use.c: Likewise.
1992         * config/epiphany/resolve-sw-modes.c: Likewise.
1993         * config/fr30/fr30.c: Likewise.
1994         * config/frv/frv.c: Likewise.
1995         * config/ft32/ft32.c: Likewise.
1996         * config/h8300/h8300.c: Likewise.
1997         * config/i386/i386.c: Likewise.
1998         * config/i386/winnt.c: Likewise.
1999         * config/ia64/ia64.c: Likewise.
2000         * config/iq2000/iq2000.c: Likewise.
2001         * config/lm32/lm32.c: Likewise.
2002         * config/m32c/m32c.c: Likewise.
2003         * config/m32r/m32r.c: Likewise.
2004         * config/m68k/m68k.c: Likewise.
2005         * config/mcore/mcore.c: Likewise.
2006         * config/mep/mep.c: Likewise.
2007         * config/microblaze/microblaze.c: Likewise.
2008         * config/mips/mips.c: Likewise.
2009         * config/mmix/mmix.c: Likewise.
2010         * config/mn10300/mn10300.c: Likewise.
2011         * config/moxie/moxie.c: Likewise.
2012         * config/msp430/msp430.c: Likewise.
2013         * config/nds32/nds32.c: Likewise.
2014         * config/nds32/nds32-cost.c: Likewise.
2015         * config/nds32/nds32-fp-as-gp.c: Likewise.
2016         * config/nds32/nds32-intrinsic.c: Likewise.
2017         * config/nds32/nds32-isr.c: Likewise.
2018         * config/nds32/nds32-md-auxiliary.c: Likewise.
2019         * config/nds32/nds32-memory-manipulation.c: Likewise.
2020         * config/nds32/nds32-pipelines-auxiliary.c: Likewise.
2021         * config/nds32/nds32-predicates.c: Likewise.
2022         * config/nios2/nios2.c: Likewise.
2023         * config/nvptx/nvptx.c: Likewise.
2024         * config/pa/pa.c: Likewise.
2025         * config/pdp11/pdp11.c: Likewise.
2026         * config/rl78/rl78.c: Likewise.
2027         * config/rs6000/rs6000.c: Likewise.
2028         * config/rx/rx.c: Likewise.
2029         * config/s390/s390.c: Likewise.
2030         * config/sh/sh.c: Likewise.
2031         * config/sh/sh-mem.cc: Likewise.
2032         * config/sh/sh_optimize_sett_clrt.cc: Likewise.
2033         * config/sh/sh_treg_combine.cc: Likewise.
2034         * config/sparc/sparc.c: Likewise.
2035         * config/spu/spu.c: Likewise.
2036         * config/stormy16/stormy16.c: Likewise.
2037         * config/tilegx/tilegx.c: Likewise.
2038         * config/tilepro/tilepro.c: Likewise.
2039         * config/v850/v850.c: Likewise.
2040         * config/vax/vax.c: Likewise.
2041         * config/visium/visium.c: Likewise.
2042         * config/xtensa/xtensa.c: Likewise.
2044 2015-07-10  Richard Biener  <rguenther@suse.de>
2046         * genmatch.c (dt_node::gen_kids_1): Fix indenting of case labels.
2047         (decision_tree::gen_gimple): Likewise.
2048         (decision_tree::gen_generic): Likewise.
2050 2015-07-10  Uros Bizjak  <ubizjak@gmail.com>
2052         PR target/66813
2053         * config/i386/i386.c (ix86_md_asm_adjust): Emit movstrictqi
2054         sequence for TARGET_ZERO_EXTEND_WITH_AND targets.
2056 2015-07-10  Jakub Jelinek  <jakub@redhat.com>
2058         PR middle-end/66820
2059         * gimplify.c (maybe_fold_stmt): Don't fold in ORT_PARALLEL
2060         or ORT_TASK contexts.
2061         * omp-low.c (lower_omp): Call fold_stmt even if taskreg_nesting_level
2062         is non-zero.
2064 2015-07-10  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
2066         * expr.c (expand_cond_expr_using_cmove): Fix typos in comment
2067         above function.
2069 2015-07-10  Tom de Vries  <tom@codesourcery.com>
2071         * tree-parloops.c (try_transform_to_exit_first_loop_alt): If not found,
2072         insert nit + 1 bound.
2074 2015-07-10  Richard Biener  <rguenther@suse.de>
2076         * tree-if-conv.c (if_convertible_gimple_assign_stmt_p):
2077         Use ifcvt_could_trap_p also when not flag_tree_loop_if_convert_stores.
2078         (if_convertible_loop_p_1): For this always compute bb predicates.
2079         (if_convertible_loop_p): And free them.
2081 2015-07-10  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
2083         * ipa-icf.c (sem_item_optimizer::do_congruence_step): Fix typo
2084         in dump message.
2086 2015-07-10  Richard Biener  <rguenther@suse.de>
2088         PR tree-optimization/66823
2089         * tree-if-conv.c (memrefs_read_or_written_unconditionally): Fix
2090         inverted predicate.
2092 2015-07-09  Steve Ellcey  <sellcey@imgtec.com>
2094         * config/mips/mti-linux.h (MIPS_SYSVERSION_SPEC): Update
2095         to handle mips[32|64]r3 and mips[32|64]r5.
2097 2015-07-09  Jakub Jelinek  <jakub@redhat.com>
2099         PR middle-end/66633
2100         * tree-nested.c (get_static_chain): Or in a flag into
2101         info->static_chain_added.
2102         (get_frame_field, get_nonlocal_debug_decl): Likewise.
2103         (convert_nonlocal_omp_clauses, convert_local_omp_clauses): Revert
2104         2015-07-01 changes.
2105         (convert_tramp_reference_stmt): If a frame_decl or chain_decl
2106         is needed newly inside of GIMPLE_OMP_{PARALLEL,TASK,TARGET} body,
2107         add it to clauses.
2109         PR tree-optimization/66718
2110         * tree-vect-stmts.c (struct simd_call_arg_info): Add simd_lane_linear
2111         field.
2112         (vect_simd_lane_linear): New function.
2113         (vectorizable_simd_clone_call): Support using linear arguments for
2114         addresses of arrays elements indexed by GOMP_SIMD_LANE result.
2116 2015-07-09  H.J. Lu  <hongjiu.lu@intel.com>
2118         PR target/66821
2119         * config/i386/i386.c (iamcu_cost): Adjust variable shift costs.
2121 2015-07-09  Michael Meissner  <meissner@linux.vnet.ibm.com>
2123         * config/rs6000/rs6000-protos.h (rs6000_secondary_reload_memory):
2124         Use machine mode, not enum machine_mode in the prototype.
2126         * config/rs6000/rs6000.h (FLOAT128_IEEE_P): New helper macros to
2127         classify 128-bit floating point support.
2128         (FLOAT128_IBM_P): Likewise.
2129         (FLOAT128_VECTOR_P): Likewise.
2130         (FLOAT128_2REG_P): Likewise.
2131         (SCALAR_FLOAT_MODE_NOT_VECTOR_P): Likewise.
2132         (SLOW_UNALIGNED_ACCESS): Add IEEE 128-bit floating point support.
2133         (HARD_REGNO_CALLER_SAVE_MODE): Likewise.
2134         (HARD_REGNO_CALL_PART_CLOBBERED): Likewise.
2136         * config/rs6000/rs6000.c (rs6000_hard_regno_nregs_internal): Drop
2137         tests against TFmode/TDmode, since those modes do not use VSX
2138         addresses.
2139         (rs6000_hard_regno_mode_ok): Add IEEE 128-bit floating point
2140         support.
2141         (rs6000_init_hard_regno_mode_ok): Use new helper macros instead of
2142         tests against TFmode, etc.
2143         (invalid_e500_subreg): Add tests against IFmode/KFmode.
2144         (reg_offset_addressing_ok_p): Likewise.
2145         (rs6000_legitimate_offset_address_p): Likewise.
2146         (rs6000_legitimize_address): Likewise.
2147         (rs6000_legitimize_reload_address): Likewise.
2148         (rs6000_legitimate_address_p): Clean up tests against TFmode and
2149         TDmode to use the new helper macros, which will include IFmode and
2150         KFmode.
2151         (rs6000_emit_move): Likewise.
2152         (rs6000_darwin64_record_arg_recurse): Likewise.
2153         (print_operand): Likewise.
2154         (rs6000_member_type_forces_blk): Treat IEEE 128-bit floating point
2155         that uses a single vector register as a vector and not as a
2156         floating point register in terms of the calling sequence.
2157         (rs6000_discover_homogeneous_aggregate): Likewise.
2158         (rs6000_return_in_memory): Likewise.
2159         (init_cumulative_args): Likewise.
2160         (rs6000_function_arg_boundary): Likewise.
2161         (rs6000_function_arg_advance_1): Likewise.
2162         (rs6000_function_arg): Likewise.
2163         (rs6000_pass_by_reference): Likewise.
2164         (rs6000_gimplify_va_arg): Likewise.
2165         (rs6000_secondary_reload_memory): Use machine_mode not enum
2166         machine mode.
2167         (rs6000_split_multireg_move): Use new helper macros.
2168         (spe_func_has_64bit_regs_p): Likewise.
2169         (rs6000_output_function_epilogue): Add IFmode/KFmode support.
2170         (output_toc): Use new helper macros.
2171         (rs6000_register_move_cost): Likewise.
2172         (rs6000_function_value): Add IEEE 128-bit floating point calling
2173         sequence support.
2174         (rs6000_libcall_value): Likewise.
2175         (rs6000_scalar_mode_supported_p): Add support for IEEE 128-bit
2176         floating point support.
2177         (rs6000_vector_mode_supported_p): Likewise.
2179 2015-07-09  Vladimir Makarov  <vmakarov@redhat.com>
2181         PR rtl-optimization/66782
2182         * lra-int.h (struct lra_insn_recog_data): Add comment about
2183         clobbered hard regs for arg_hard_regs.
2184         * lra.c (lra_set_insn_recog_data): Add clobbered hard regs.
2185         * lra-lives.c (process_bb_lives): Process clobbered hard regs.
2186         Add condition for processing used hard regs.
2187         * lra-constraints.c (update_ebb_live_info, inherit_in_ebb):
2188         Process clobbered hard regs.
2190 2015-07-09  Michael Matz  <matz@suse.de>
2192         * genmatch.c (fprintf_indent): New function.
2193         (operand::gen_transform): Add indent parameter.
2194         (expr::gen_transform, c_expr::gen_transform,
2195         capture::gen_transform): Ditto and use fprintf_indent.
2196         (dt_node::gen, dt_node::gen_kids, dt_node::gen_kids_1): Ditto.
2197         (dt_operand::gen, dt_operand::gen_predicate,
2198         dt_operand::gen_match_op, dt_operand::gen_gimple_expr,
2199         dt_operand::gen_generic_expr, dt_simplify::gen): Ditto.
2200         (decision_tree::gen_gimple): Adjust calls and indent generated
2201         code.
2202         (decision_tree::gen_generic): Ditto.
2203         (write_predicate): Ditto.
2205 2015-07-08  Uros Bizjak  <ubizjak@gmail.com>
2207         PR target/66814
2208         * config/i386/predicates.md (nonimmediate_gr_operand): New predicate.
2209         * config/i386/i386.md (not peephole2): Use nonimmediate_gr_operand.
2210         (varous peephole2s): Use {GENERAL,SSE,MMX}_REGNO_P instead of
2211         {GENERAL,SSE,MMX}_REG_P where appropriate.
2213 2015-07-09  Andrew MacLeod  <amacleod@redhat.com>
2215         * lto-streamer.h: Don't include target.h and alloc-pool.h.
2216         * builtins.c: Adjust includes.
2217         * gimple.c: Likewise.
2218         * ipa-icf.c: Likewise.
2219         * lto-opts.c: Likewise.
2220         * ipa-reference.c: Likewise.
2221         * lto-section-out.c: Likewise.
2222         * lto-streamer-in.c: Likewise.
2223         * lto-streamer-out.c: Likewise.
2224         * opts-global.c: Likewise.
2225         * symtab.c: Likewise.
2226         * tree-chkp.c: Likewise.
2227         * tree-ssa-live.c: Likewise.
2228         * tree-streamer-in.c: Likewise.
2229         * tree-streamer-out.c: Likewise.
2230         * config/darwin.c: Likewise.
2231         * config/i386/winnt.c: Likewise.
2233 2015-07-09  Richard Biener  <rguenther@suse.de>
2235         * genmatch.c (struct expr): Add force_single_use flag.
2236         (expr::expr): Add copy constructor.
2237         (capture_info::walk_match): Gather force_single_use captures.
2238         (expr::gen_transform): Use possibly NULLified sequence.
2239         (dt_simplify::gen): Apply single-use restrictions by NULLifying
2240         seq if any constrained expr is not single-use.
2241         (parser::parse_expr): Refactor to allow multiple flags.  Handle
2242         's' flag to force an expression have a single-use if the pattern
2243         simplifies to more than one statement.
2244         * match.pd: Convert most single_use conditionals to :s flags.
2246 2015-07-09  H.J. Lu  <hongjiu.lu@intel.com>
2248         * config/i386/iamcu.h (ASM_OUTPUT_ALIGNED_BSS): New.
2249         (ASM_OUTPUT_MAX_SKIP_ALIGN): Likewise.
2250         (ASM_MAYBE_OUTPUT_ENCODED_ADDR_RTX): Likewise.
2252 2015-07-09  Andrew MacLeod  <amacleod@redhat.com>
2254         * flags.h: Don't include flag-types.h or options.h.
2255         * opts-common.c: Adjust includes.
2256         * opts-global.c: Likewise.
2257         * common/config/epiphany/epiphany-common.c: Likewise.
2259 2015-07-09  H.J. Lu  <hongjiu.lu@intel.com>
2261         PR target/66818
2262         * config/i386/i386.h (ATTRIBUTE_ALIGNED_VALUE): Defined to 32
2263         for IA MCU.
2265 2015-07-09  H.J. Lu  <hongjiu.lu@intel.com>
2267         PR target/66817
2268         * config/i386/i386.c (ix86_return_in_memory): Return true
2269         if int_size_in_bytes returns negative for IA MCU.
2271 2015-07-09  Marek Polacek  <polacek@redhat.com>
2273         PR tree-optimization/66718
2274         * Makefile.in (OBJS): Add gimple-laddress.o.
2275         * passes.def: Schedule pass_laddress.
2276         * timevar.def (DEFTIMEVAR): Add TV_GIMPLE_LADDRESS.
2277         * tree-pass.h (make_pass_laddress): Declare.
2278         * gimple-laddress.c: New file.
2280 2015-07-09  Richard Biener  <rguenther@suse.de>
2282         * toplev.c (compile_file): Reset maximum_field_alignment after parsing.
2284 2015-07-09  Richard Biener  <rguenther@suse.de>
2286         PR tree-optimization/66807
2287         * tree-chkp-opt.c (chkp_opt_fini): Free post dominator info.
2289 2015-07-08  Kito Cheng  <kito.cheng@gmail.com>
2291         * function.c (stack_protect_epilogue): Use if rather than switch for
2292         check targetm.have_stack_protect_test.
2294 2015-07-08  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
2296         * defaults.h: Provide default for WORD_REGISTER_OPERATIONS.
2297         * config/alpha/alpha.h: Define WORD_REGISTER_OPERATIONS to 1.
2298         * config/arc/arc.h: Likewise.
2299         * config/arm/arm.h: Likewise.
2300         * config/bfin/bfin.h: Likewise.
2301         * config/epiphany/epiphany.h: Likewise.
2302         * config/frv/frv.h: Likewise.
2303         * config/ia64/ia64.h: Likewise.
2304         * config/iq2000/iq2000.h: Likewise.
2305         * config/lm32/lm32.h: Likewise.
2306         * config/m32r/m32r.h: Likewise.
2307         * config/mcore/mcore.h: Likewise.
2308         * config/mep/mep.h: Likewise.
2309         * config/microblaze/microblaze.h: Likewise.
2310         * config/mips/mips.h: Likewise.
2311         * config/mmix/mmix.h: Likewise.
2312         * config/mn10300/mn10300.h: Likewise.
2313         * config/nds32/nds32.h: Likewise.
2314         * config/nios2/nios2.h: Likewise.
2315         * config/pa/pa.h: Likewise.
2316         * config/rl78/rl78.h: Likewise.
2317         * config/sh/sh.h: Likewise.
2318         * config/sparc/sparc.h: Likewise.
2319         * config/stormy16/stormy16.h: Likewise.
2320         * config/tilegx/tilegx.h: Likewise.
2321         * config/tilepro/tilepro.h: Likewise.
2322         * config/v850/v850.h: Likewise.
2323         * config/xtensa/xtensa.h: Likewise.
2324         * doc/tm.texi: Regenerate.
2325         * doc/tm.texi.in: Adjust.
2326         * combine.c (simplify_set): Likewise.
2327         (simplify_comparison): Likewise.
2328         * expr.c (store_constructor): Likewise.
2329         * internal-fn.c (expand_arith_overflow): Likewise.
2330         * reload.c (push_reload): Likewise.
2331         (find_reloads): Likewise.
2332         (find_reloads_subreg_address): Likewise.
2333         * reload1.c (eliminate_regs_1): Likewise.
2334         * rtlanal.c (nonzero_bits1): Likewise.
2335         (num_sign_bit_copies1): Likewise.
2336         * simplify-rtx.c (simplify_truncation): Likewise.
2338 2015-07-08  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
2340         * auto-inc-dec.c (pass_inc_dec::execute): Don't check the value
2341         of AUTO_INC_DEC with the preprocessor.
2342         * combine.c (combine_instructions): Likewise.
2343         (can_combine_p): Likewise.
2344         (try_combine): Likewise.
2345         * emit-rtl.c (try_split): Likewise.
2346         * loop-invariant.c (calculate_loop_reg_pressure): Likewise.
2347         * lower-subreg.c (resolve_simple_move): Likewise.
2348         * lra.c (update_inc_notes): Likewise.
2349         * recog.c (asm_operand_ok): Likewise.
2350         (constrain_operands): Likewise.
2351         * regrename.c (scan_rtx_address): Likewise.
2352         * reload.c (update_auto_inc_notes): Likewise.
2353         (reg_inc_found_and_valid_p): Likewise.
2354         * reload1.c (reload): Likewise.
2355         (emit_input_reload_insns): Likewise.
2356         (delete_output_reload): Likewise.
2357         * sched-deps.c (init_insn_reg_pressure_info): Likewise.
2358         * valtrack.c (cleanup_auto_inc_dec): Likewise.
2360 2015-07-08  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
2362         * rtl.h: Always define AUTO_INC_DEC.
2363         * auto-inc-dec.c (pass_inc_dec::execute): Adjust.
2364         * combine.c (combine_instructions): Likewise.
2365         (can_combine_p): Likewise.
2366         (try_combine): Likewise.
2367         * emit-rtl.c (try_split): Likewise.
2368         * loop-invariant.c (calculate_loop_reg_pressure): Likewise.
2369         * lower-subreg.c (resolve_simple_move): Likewise.
2370         * lra.c (update_inc_notes): Likewise.
2371         * recog.c (asm_operand_ok): Likewise.
2372         (constrain_operands): Likewise.
2373         * regrename.c (scan_rtx_address): Likewise.
2374         * reload.c (update_auto_inc_notes): Likewise.
2375         (find_equiv_reg): Likewise.
2376         * reload1.c (reload): Likewise.
2377         (reload_as_needed): Likewise.
2378         (choose_reload_regs): Likewise.
2379         (emit_input_reload_insns): Likewise.
2380         (delete_output_reload): Likewise.
2381         * sched-deps.c (init_insn_reg_pressure_info): Likewise.
2382         * valtrack.c (cleanup_auto_inc_dec): Likewise.
2384 2015-07-08  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
2386         * combine.c (can_combine_def_p): Don't check the value of
2387         HARD_FRAME_POINTER_IS_FRAME_POINTER with the preprocessor.
2388         (combinable_i3pat): Likewise.
2389         (mark_used_regs_combine): Likewise.
2390         * regrename.c (rename_chains): Likewise.
2391         * reload.c (find_reloads_address): Likewise.
2392         * sel-sched.c (mark_unavailable_hard_regs): Likewise.
2394 2015-07-08  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
2396         * combine.c (update_rsp_from_reg_equal): Don't check if
2397         SHORT_IMMEDIATES_SIGN_EXTEND is defined.
2398         (reg_nonzero_bits_for_combine): Likewise.
2399         * config/alpha/alpha.h: Define SHORT_IMMEDIATES_SIGN_EXTEND to
2400         1.
2401         * config/frv/frv.h: Likewise.
2402         * config/lm32/lm32.h: Likewise.
2403         * config/mep/mep.h: Likewise.
2404         * config/mips/mips.h: Likewise.
2405         * config/rs6000/rs6000.h: Likewise.
2406         * config/sh/sh.h: Likewise.
2407         * config/tilegx/tilegx.h (enum reg_class): Likewise.
2408         * config/tilepro/tilepro.h: Likewise.
2409         * defaults.h: Add default for SHORT_IMMEDIATES_SIGN_EXTEND.
2410         * doc/tm.texi: Regenerate.
2411         * doc/tm.texi.in: Adjust.
2412         * rtlanal.c (nonzero_bits1): Likewise.
2414 2015-07-08  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
2416         * combine.c (do_SUBST_MODE): Don't check the value of HAVE_cc0
2417         with the preprocessor.
2418         (combine_instructions): Likewise.
2419         (try_combine): Likewise.
2420         (subst): Likewise.
2421         (distribute_notes): Likewise.
2423 2015-07-08  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
2425         * combine.c (try_combine): Don't check if LOAD_EXTEND_OP is
2426         defined.
2427         (simplify_set): Likewise.
2428         * cse.c (cse_insn): Likewise.
2429         * fold-const.c (fold_single_bit_test): Likewise.
2430         (fold_unary_loc): Likewise.
2431         * postreload.c (reload_cse_simplify_set): Likewise.
2432         (reload_cse_simplify_operands): Likewise.
2434 2015-07-08  Jiong Wang  <jiong.wang@arm.com>
2436         * config/aarch64/aarch64.c (aarch64_unspec_may_trap_p): New function.
2437         (TARGET_UNSPEC_MAY_TRAP_P): Define as aarch64_unspec_may_trap_p.
2439 2015-07-08  H.J. Lu  <hongjiu.lu@intel.com>
2441         PR target/66746
2442         * config/i386/x86intrin.h: Include <adxintrin.h> even if
2443         __iamcu__ is defined.
2445 2015-07-08  Uros Bizjak  <ubizjak@gmail.com>
2447         * config/i386/predicates.md (general_reg_operand): Use GENERAL_REGNO_P.
2449 2015-07-08  Iain Sandoe  <iain@codesourcery.com>
2451         PR target/66523
2452         * config/darwin.c (darwin_mark_decl_preserved): Exclude 'L' label
2453         names from preservation.
2455 2015-07-08  H.J. Lu  <hongjiu.lu@intel.com>
2457         PR target/66806
2458         * config/i386/i386.c (type_natural_mode): Don't warn vector ABI
2459         change for IAMCU.
2460         (function_arg_advance_32): Don't pass vectors in registers for
2461         IAMCU.
2462         (function_arg_32): Likewise.
2463         (ix86_return_in_memory): Don't return vectors in registers for
2464         IAMCU.
2466 2015-07-08  Vladimir Makarov  <vmakarov@redhat.com>
2468         PR middle-end/66334
2469         * ira-lives.c (process_bb_node_lives): Make conflicts with PIC
2470         hard regno live at the start of BB with incoming abnormal edges.
2471         * lra-lives.c (process_bb_lives): Ditto.
2473 2015-07-08  Thomas Schwinge  <thomas@codesourcery.com>
2475         PR libgomp/65099
2476         * config/nvptx/mkoffload.c (main): Create an offload image only in
2477         64-bit configurations.
2479 2015-07-08  Martin Liska  <mliska@suse.cz>
2481         PR bootstrap/66744
2482         * tree-sra.c (create_access_1): Call ctor without brackets.
2483         (create_artificial_child_access): Likewise.
2485 2015-07-08  Richard Biener  <rguenther@suse.de>
2487         PR tree-optimization/66793
2488         * gimple-ssa-isolate-paths.c (insert_trap_and_remove_trailing_statemen):
2489         Properly split the block after stmts ending it.
2491 2015-07-08  Richard Biener  <rguenther@suse.de>
2493         PR tree-optimization/66794
2494         * passes.c (execute_function_todo): Assert that post-dominators
2495         are not computed.
2496         * gimple-ssa-isolate-paths.c (gimple_ssa_isolate_erroneous_paths):
2497         Free post-dominators.
2499 2015-07-08  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
2501         * config/s390/s390.c (s390_init_frame_layout): Replace assertion
2502         with early exit.
2504 2015-07-08  Uros Bizjak  <ubizjak@gmail.com>
2506         * config/i386/i386.md (*jcc_bt<mode>): Only allow const_int values
2507         more than or equal 8 and less than 32 when optimizing for size.
2509 2015-07-08  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
2511         * config/arm/arm.c (arm_new_rtx_costs): Initialise cost to
2512         COSTS_N_INSNS (1) and increment it appropriately throughout the
2513         function.
2515 2015-07-08  Richard Biener  <rguenther@suse.de>
2517         * fold-const.c (fold_widened_comparison): Fix inverted comparison.
2519 2015-07-08  Alan Modra  <amodra@gmail.com>
2521         * target.def (rtx_costs): Remove "code" param, add "mode".
2522         * rtl.h (rtx_cost, get_full_rtx_cost): Update prototype.
2523         (set_src_cost, get_full_set_src_cost): Likewise.  Move later in file.
2524         (set_rtx_cost, get_full_set_rtx_cost): Move later in file.
2525         * rtlanal.c (rtx_cost): Add "mode" parameter.  Update targetm.rtx_costs
2526         call.  Track mode when given in rtx.
2527         (get_full_rtx_cost): Add "mode" parameter.  Update rtx_cost calls.
2528         (default_address_cost): Pass Pmode to rtx_cost.
2529         (insn_rtx_cost): Pass dest mode of set to set_src_cost.
2530         * cprop.c (try_replace_reg): Ensure set_rtx_cost is not called
2531         with NULL set.
2532         * cse.c (COST, COST_IN): Add MODE param.  Update all uses.
2533         (notreg_cost): Add mode param.  Use it.
2534         * gcse.c (want_to_gcse_p): Delete forward declaration.  Add
2535         mode param and pass to set_src_cost.  Update all calls.
2536         (hash_scan_set): Formatting.
2537         * hooks.c (hook_bool_rtx_int_int_int_intp_bool_false): Delete.
2538         (hook_bool_rtx_mode_int_int_intp_bool_false): New function.
2539         * hooks.h: Ditto.
2540         * expmed.c (init_expmed_one_conv, init_expmed_one_mode,
2541         init_expmed, expand_mult, mult_by_coeff_cost, expand_smod_pow2,
2542         emit_store_flag): Update set_src_cost and rtx_cost calls.
2543         * auto-inc-dec.c (attempt_change): Likewise.
2544         * calls.c (precompute_register_parameters): Likewise.
2545         * combine.c (expand_compound_operation, make_extraction,
2546         force_to_mode, distribute_and_simplify_rtx): Likewise.
2547         * dojump.c (prefer_and_bit_test): Likewise.
2548         * dse.c (find_shift_sequence): Likewise.
2549         * expr.c (compress_float_constant): Likewise.
2550         * fwprop.c (should_replace_address, try_fwprop_subst): Likewise.
2551         * ifcvt.c (noce_try_sign_mask): Likewise.
2552         * loop-doloop.c (doloop_optimize): Likewise.
2553         * loop-invariant.c (create_new_invariant): Likewise.
2554         * lower-subreg.c (shift_cost, compute_costs): Likewise.
2555         * optabs.c (avoid_expensive_constant, prepare_cmp_insn,
2556         lshift_cheap_p): Likewise.
2557         * postreload.c (reload_cse_simplify_set, reload_cse_simplify_operands,
2558         try_replace_in_use, reload_cse_move2add): Likewise.
2559         * reload1.c (calculate_elim_costs_all_insns, note_reg_elim_costly):
2560         Likewise.
2561         * simplify-rtx.c (simplify_binary_operation_1): Likewise.
2562         * tree-ssa-loop-ivopts.c (computation_cost): Likewise.
2563         * tree-ssa-reassoc.c (optimize_range_tests_to_bit_test): Likewise.
2564         * tree-switch-conversion.c (emit_case_bit_tests): Likewise.
2565         * config/aarch64/aarch64.c (aarch64_rtx_costs): Delete "code" param,
2566         add "mode" param.  Use "mode: in place of GET_MODE (x).  Pass mode
2567         to rtx_cost calls.
2568         * config/alpha/alpha.c (alpha_rtx_costs): Likewise.
2569         * config/arc/arc.c (arc_rtx_costs): Likewise.
2570         * config/arm/arm.c (arm_rtx_costs): Likewise.
2571         * config/avr/avr.c (avr_rtx_costs, avr_rtx_costs_1): Likewise.
2572         * config/bfin/bfin.c (bfin_rtx_costs): Likewise.
2573         * config/c6x/c6x.c (c6x_rtx_costs): Likewise.
2574         * config/cris/cris.c (cris_rtx_costs): Likewise.
2575         * config/epiphany/epiphany.c (epiphany_rtx_costs): Likewise.
2576         * config/frv/frv.c (frv_rtx_costs): Likewise.
2577         * config/h8300/h8300.c (h8300_rtx_costs): Likewise.
2578         * config/i386/i386.c (ix86_rtx_costs): Likewise.
2579         * config/ia64/ia64.c (ia64_rtx_costs): Likewise.
2580         * config/iq2000/iq2000.c (iq2000_rtx_costs): Likewise.
2581         * config/lm32/lm32.c (lm32_rtx_costs): Likewise.
2582         * config/m32c/m32c.c (m32c_rtx_costs): Likewise.
2583         * config/m32r/m32r.c (m32r_rtx_costs): Likewise.
2584         * config/m68k/m68k.c (m68k_rtx_costs): Likewise.
2585         * config/mcore/mcore.c (mcore_rtx_costs): Likewise.
2586         * config/mep/mep.c (mep_rtx_cost): Likewise.
2587         * config/microblaze/microblaze.c (microblaze_rtx_costs): Likewise.
2588         * config/mips/mips.c (mips_rtx_costs): Likewise.
2589         * config/mmix/mmix.c (mmix_rtx_costs): Likewise.
2590         * config/mn10300/mn10300.c (mn10300_rtx_costs): Likewise.
2591         * config/msp430/msp430.c (msp430_rtx_costs): Likewise.
2592         * config/nds32/nds32-cost.c (nds32_rtx_costs_impl): Likewise.
2593         * config/nds32/nds32-protos.h (nds32_rtx_costs_impl): Likewise.
2594         * config/nds32/nds32.c (nds32_rtx_costs): Likewise.
2595         * config/nios2/nios2.c (nios2_rtx_costs): Likewise.
2596         * config/pa/pa.c (hppa_rtx_costs): Likewise.
2597         * config/pdp11/pdp11.c (pdp11_rtx_costs): Likewise.
2598         * config/rl78/rl78.c (rl78_rtx_costs): Likewise.
2599         * config/rs6000/rs6000.c (rs6000_rtx_costs): Likewise.
2600         * config/s390/s390.c (s390_rtx_costs): Likewise.
2601         * config/sh/sh.c (sh_rtx_costs): Likewise.
2602         * config/sparc/sparc.c (sparc_rtx_costs): Likewise.
2603         * config/spu/spu.c (spu_rtx_costs): Likewise.
2604         * config/stormy16/stormy16.c (xstormy16_rtx_costs): Likewise.
2605         * config/tilegx/tilegx.c (tilegx_rtx_costs): Likewise.
2606         * config/tilepro/tilepro.c (tilepro_rtx_costs): Likewise.
2607         * config/v850/v850.c (v850_rtx_costs): Likewise.
2608         * config/vax/vax.c (vax_rtx_costs): Likewise.
2609         * config/visium/visium.c (visium_rtx_costs): Likewise.
2610         * config/xtensa/xtensa.c (xtensa_rtx_costs): Likewise.
2611         * config/aarch64/aarch64.c (aarch64_rtx_mult_cost): Change type of
2612         "code" param, and pass as outer_code to first rtx_cost call.  Pass
2613         mode to rtx_cost calls.
2614         (aarch64_address_cost, aarch64_if_then_else_costs): Update rtx_cost
2615         calls.
2616         (aarch64_rtx_costs_wrapper): Update.
2617         * config/arm/arm.c (arm_rtx_costs_1, arm_size_rtx_costs,
2618         arm_unspec_cost, arm_new_rtx_costs, arm_slowmul_rtx_costs): Update
2619         rtx_cost calls.
2620         * config/avr/avr.c (avr_final_prescan_insn): Update set_src_cost
2621         and rtx_cost calls.
2622         (avr_operand_rtx_cost): Similarly.
2623         (avr_rtx_costs_1): Correct mode passed to avr_operand_rtx_cost
2624         for subexpressions of ZERO_EXTEND, SIGN_EXTEND and COMPARE.
2625         * config/mips/mips.c (mips_stack_address_p): Comment typo.
2626         (mips_binary_cost): Update rtx_cost and set_src_cost calls.
2627         (mips_rtx_costs): Use GET_MODE (x) to detect const_int.
2628         * config/mn10300/mn10300.c (mn10300_address_cost): Pass Pmode to
2629         rtx_cost.
2630         (mn10300_rtx_costs): Correct mode passed to mn10300_address_cost.
2631         * config/rs6000/rs6000.c (rs6000_debug_rtx_costs): Update.
2632         * config/sh/sh.c (and_xor_ior_costs): Update rtx_cost call.
2633         * doc/tm.texi: Regenerate.
2635 2015-07-07  Andrew MacLeod  <amacleod@redhat.com>
2637         * tree-core.h: Include symtab.h.
2638         * rtl.h: Include hard-reg-set.h but not flags.h.
2639         (HARD_CONST): Remove condition compilation involving HARD_CONST since
2640         hard-reg-set.h is always included.
2641         * regs.h: Don't include hard-reg-set.h or rtl.h.
2642         * cfg.h: Include dominance.h.
2643         * gimple.h: Include tree-ssa-alias.h and gimple-expr.h.
2644         * backend.h: New.  Aggregate commonly used backend header files.
2645         * gimple-ssa.h: Don't include tree-hasher.h.
2646         * ssa.h: New.  Aggregate commonly used SSA header files.
2647         * regset.h: Remove bitmap.h and hard-reg-set.h #includes.
2648         * sel-sched-ir.h: Flatten includes.
2649         * lra-int.h: Flatten completely.
2650         * sel-sched-dump.h: Flatten includes.
2651         * ira-int.h: Flatten includes.
2652         * gimple-streamer.h: Remove all includes.
2653         * cfgloop.h: Remove all #includes except cfgloopmanip.h.
2654         * resource.h: Flatten hard-reg-set.h and df.h.
2655         * sched-int.h: Flatten insn-arrt.h and df.h.
2656         * valtrack.h: flatten bitmap.h, df.h, and rtl.h
2657         * df.h: Flatten includes, leaving regset.h, alloc-pool.h and timevar.h.
2658         * genattrtab.c (write_header): Adjust generated includes.
2659         * genautomata.c (main): Likewise.
2660         * genconditions.c (write-header): Likewise.
2661         * genemit.c (main): Likewise.
2662         * gengtype.c (open_base_files): Likewise.
2663         * genopinit.c (main): Likewise.
2664         * genoutput.c (output_prologue): Likewise.
2665         * genpeep.c (main): Likewise.
2666         * genpreds.c (write_insn_preds_c): Likewise.
2667         * genrecog.c (write_header): Likewise.
2668         * alias.c: Adjust includes.
2669         * asan.c: Likewise.
2670         * attribs.c: Likewise.
2671         * auto-inc-dec.c: Likewise.
2672         * auto-profile.c: Likewise.
2673         * bb-reorder.c: Likewise.
2674         * bt-load.c: Likewise.
2675         * builtins.c: Likewise.
2676         * caller-save.c: Likewise.
2677         * calls.c: Likewise.
2678         * ccmp.c: Likewise.
2679         * cfg.c: Likewise.
2680         * cfganal.c: Likewise.
2681         * cfgbuild.c: Likewise.
2682         * cfgcleanup.c: Likewise.
2683         * cfgexpand.c: Likewise.
2684         * cfghooks.c: Likewise.
2685         * cfgloop.c: Likewise.
2686         * cfgloopanal.c: Likewise.
2687         * cfgloopmanip.c: Likewise.
2688         * cfgrtl.c: Likewise.
2689         * cgraph.c: Likewise.
2690         * cgraphbuild.c: Likewise.
2691         * cgraphclones.c: Likewise.
2692         * cgraphunit.c: Likewise.
2693         * cilk-common.c: Likewise.
2694         * combine-stack-adj.c: Likewise.
2695         * combine.c: Likewise.
2696         * compare-elim.c: Likewise.
2697         * convert.c: Likewise.
2698         * coverage.c: Likewise.
2699         * cppbuiltin.c: Likewise.
2700         * cprop.c: Likewise.
2701         * cse.c: Likewise.
2702         * cselib.c: Likewise.
2703         * data-streamer-in.c: Likewise.
2704         * data-streamer-out.c: Likewise.
2705         * data-streamer.c: Likewise.
2706         * dbxout.c: Likewise.
2707         * dce.c: Likewise.
2708         * ddg.c: Likewise.
2709         * debug.c: Likewise.
2710         * df-core.c: Likewise.
2711         * df-problems.c: Likewise.
2712         * df-scan.c: Likewise.
2713         * dfp.c: Likewise.
2714         * dojump.c: Likewise.
2715         * dominance.c: Likewise.
2716         * domwalk.c: Likewise.
2717         * double-int.c: Likewise.
2718         * dse.c: Likewise.
2719         * dumpfile.c: Likewise.
2720         * dwarf2asm.c: Likewise.
2721         * dwarf2cfi.c: Likewise.
2722         * dwarf2out.c: Likewise.
2723         * emit-rtl.c: Likewise.
2724         * et-forest.c: Likewise.
2725         * except.c: Likewise.
2726         * explow.c: Likewise.
2727         * expmed.c: Likewise.
2728         * expr.c: Likewise.
2729         * final.c: Likewise.
2730         * fixed-value.c: Likewise.
2731         * fold-const.c: Likewise.
2732         * function.c: Likewise.
2733         * fwprop.c: Likewise.
2734         * gcc-plugin.h: Likewise.
2735         * gcse-common.c: Likewise.
2736         * gcse.c: Likewise.
2737         * generic-match-head.c: Likewise.
2738         * ggc-page.c: Likewise.
2739         * gimple-builder.c: Likewise.
2740         * gimple-expr.c: Likewise.
2741         * gimple-fold.c: Likewise.
2742         * gimple-iterator.c: Likewise.
2743         * gimple-low.c: Likewise.
2744         * gimple-match-head.c: Likewise.
2745         * gimple-pretty-print.c: Likewise.
2746         * gimple-ssa-isolate-paths.c: Likewise.
2747         * gimple-ssa-strength-reduction.c: Likewise.
2748         * gimple-streamer-in.c: Likewise.
2749         * gimple-streamer-out.c: Likewise.
2750         * gimple-walk.c: Likewise.
2751         * gimple.c: Likewise.
2752         * gimplify-me.c: Likewise.
2753         * gimplify.c: Likewise.
2754         * godump.c: Likewise.
2755         * graph.c: Likewise.
2756         * graphite-blocking.c: Likewise.
2757         * graphite-dependences.c: Likewise.
2758         * graphite-interchange.c: Likewise.
2759         * graphite-isl-ast-to-gimple.c: Likewise.
2760         * graphite-optimize-isl.c: Likewise.
2761         * graphite-poly.c: Likewise.
2762         * graphite-scop-detection.c: Likewise.
2763         * graphite-sese-to-poly.c: Likewise.
2764         * graphite.c: Likewise.
2765         * haifa-sched.c: Likewise.
2766         * hw-doloop.c: Likewise.
2767         * ifcvt.c: Likewise.
2768         * init-regs.c: Likewise.
2769         * internal-fn.c: Likewise.
2770         * ipa-chkp.c: Likewise.
2771         * ipa-comdats.c: Likewise.
2772         * ipa-cp.c: Likewise.
2773         * ipa-devirt.c: Likewise.
2774         * ipa-icf-gimple.c: Likewise.
2775         * ipa-icf.c: Likewise.
2776         * ipa-inline-analysis.c: Likewise.
2777         * ipa-inline-transform.c: Likewise.
2778         * ipa-inline.c: Likewise.
2779         * ipa-polymorphic-call.c: Likewise.
2780         * ipa-profile.c: Likewise.
2781         * ipa-prop.c: Likewise.
2782         * ipa-pure-const.c: Likewise.
2783         * ipa-ref.c: Likewise.
2784         * ipa-reference.c: Likewise.
2785         * ipa-split.c: Likewise.
2786         * ipa-utils.c: Likewise.
2787         * ipa-visibility.c: Likewise.
2788         * ipa.c: Likewise.
2789         * ira-build.c: Likewise.
2790         * ira-color.c: Likewise.
2791         * ira-conflicts.c: Likewise.
2792         * ira-costs.c: Likewise.
2793         * ira-emit.c: Likewise.
2794         * ira-lives.c: Likewise.
2795         * ira.c: Likewise.
2796         * jump.c: Likewise.
2797         * langhooks.c: Likewise.
2798         * lcm.c: Likewise.
2799         * loop-doloop.c: Likewise.
2800         * loop-init.c: Likewise.
2801         * loop-invariant.c: Likewise.
2802         * loop-iv.c: Likewise.
2803         * loop-unroll.c: Likewise.
2804         * lower-subreg.c: Likewise.
2805         * lra-assigns.c: Likewise.
2806         * lra-coalesce.c: Likewise.
2807         * lra-constraints.c: Likewise.
2808         * lra-eliminations.c: Likewise.
2809         * lra-lives.c: Likewise.
2810         * lra-remat.c: Likewise.
2811         * lra-spills.c: Likewise.
2812         * lra.c: Likewise.
2813         * lto-cgraph.c: Likewise.
2814         * lto-compress.c: Likewise.
2815         * lto-opts.c: Likewise.
2816         * lto-section-in.c: Likewise.
2817         * lto-section-out.c: Likewise.
2818         * lto-streamer-in.c: Likewise.
2819         * lto-streamer-out.c: Likewise.
2820         * lto-streamer.c: Likewise.
2821         * mcf.c: Likewise.
2822         * mode-switching.c: Likewise.
2823         * modulo-sched.c: Likewise.
2824         * omega.c: Likewise.
2825         * omp-low.c: Likewise.
2826         * optabs.c: Likewise.
2827         * opts-global.c: Likewise.
2828         * passes.c: Likewise.
2829         * plugin.c: Likewise.
2830         * postreload-gcse.c: Likewise.
2831         * postreload.c: Likewise.
2832         * predict.c: Likewise.
2833         * print-rtl.c: Likewise.
2834         * print-tree.c: Likewise.
2835         * profile.c: Likewise.
2836         * real.c: Likewise.
2837         * realmpfr.c: Likewise.
2838         * recog.c: Likewise.
2839         * ree.c: Likewise.
2840         * reg-stack.c: Likewise.
2841         * regcprop.c: Likewise.
2842         * reginfo.c: Likewise.
2843         * regrename.c: Likewise.
2844         * regstat.c: Likewise.
2845         * reload.c: Likewise.
2846         * reload1.c: Likewise.
2847         * reorg.c: Likewise.
2848         * resource.c: Likewise.
2849         * rtl-chkp.c: Likewise.
2850         * rtlanal.c: Likewise.
2851         * rtlhooks.c: Likewise.
2852         * sanopt.c: Likewise.
2853         * sched-deps.c: Likewise.
2854         * sched-ebb.c: Likewise.
2855         * sched-rgn.c: Likewise.
2856         * sched-vis.c: Likewise.
2857         * sdbout.c: Likewise.
2858         * sel-sched-dump.c: Likewise.
2859         * sel-sched-ir.c: Likewise.
2860         * sel-sched.c: Likewise.
2861         * sese.c: Likewise.
2862         * shrink-wrap.c: Likewise.
2863         * simplify-rtx.c: Likewise.
2864         * stack-ptr-mod.c: Likewise.
2865         * stmt.c: Likewise.
2866         * stor-layout.c: Likewise.
2867         * store-motion.c: Likewise.
2868         * stringpool.c: Likewise.
2869         * symtab.c: Likewise.
2870         * target-globals.c: Likewise.
2871         * targhooks.c: Likewise.
2872         * toplev.c: Likewise.
2873         * tracer.c: Likewise.
2874         * trans-mem.c: Likewise.
2875         * tree-affine.c: Likewise.
2876         * tree-browser.c: Likewise.
2877         * tree-call-cdce.c: Likewise.
2878         * tree-cfg.c: Likewise.
2879         * tree-cfgcleanup.c: Likewise.
2880         * tree-chkp-opt.c: Likewise.
2881         * tree-chkp.c: Likewise.
2882         * tree-chrec.c: Likewise.
2883         * tree-complex.c: Likewise.
2884         * tree-data-ref.c: Likewise.
2885         * tree-dfa.c: Likewise.
2886         * tree-diagnostic.c: Likewise.
2887         * tree-dump.c: Likewise.
2888         * tree-eh.c: Likewise.
2889         * tree-emutls.c: Likewise.
2890         * tree-if-conv.c: Likewise.
2891         * tree-inline.c: Likewise.
2892         * tree-into-ssa.c: Likewise.
2893         * tree-iterator.c: Likewise.
2894         * tree-loop-distribution.c: Likewise.
2895         * tree-nested.c: Likewise.
2896         * tree-nrv.c: Likewise.
2897         * tree-object-size.c: Likewise.
2898         * tree-outof-ssa.c: Likewise.
2899         * tree-parloops.c: Likewise.
2900         * tree-phinodes.c: Likewise.
2901         * tree-predcom.c: Likewise.
2902         * tree-pretty-print.c: Likewise.
2903         * tree-profile.c: Likewise.
2904         * tree-scalar-evolution.c: Likewise.
2905         * tree-sra.c: Likewise.
2906         * tree-ssa-address.c: Likewise.
2907         * tree-ssa-alias.c: Likewise.
2908         * tree-ssa-ccp.c: Likewise.
2909         * tree-ssa-coalesce.c: Likewise.
2910         * tree-ssa-copy.c: Likewise.
2911         * tree-ssa-copyrename.c: Likewise.
2912         * tree-ssa-dce.c: Likewise.
2913         * tree-ssa-dom.c: Likewise.
2914         * tree-ssa-dse.c: Likewise.
2915         * tree-ssa-forwprop.c: Likewise.
2916         * tree-ssa-ifcombine.c: Likewise.
2917         * tree-ssa-live.c: Likewise.
2918         * tree-ssa-loop-ch.c: Likewise.
2919         * tree-ssa-loop-im.c: Likewise.
2920         * tree-ssa-loop-ivcanon.c: Likewise.
2921         * tree-ssa-loop-ivopts.c: Likewise.
2922         * tree-ssa-loop-manip.c: Likewise.
2923         * tree-ssa-loop-niter.c: Likewise.
2924         * tree-ssa-loop-prefetch.c: Likewise.
2925         * tree-ssa-loop-unswitch.c: Likewise.
2926         * tree-ssa-loop.c: Likewise.
2927         * tree-ssa-math-opts.c: Likewise.
2928         * tree-ssa-operands.c: Likewise.
2929         * tree-ssa-phiopt.c: Likewise.
2930         * tree-ssa-phiprop.c: Likewise.
2931         * tree-ssa-pre.c: Likewise.
2932         * tree-ssa-propagate.c: Likewise.
2933         * tree-ssa-reassoc.c: Likewise.
2934         * tree-ssa-sccvn.c: Likewise.
2935         * tree-ssa-scopedtables.c: Likewise.
2936         * tree-ssa-sink.c: Likewise.
2937         * tree-ssa-strlen.c: Likewise.
2938         * tree-ssa-structalias.c: Likewise.
2939         * tree-ssa-tail-merge.c: Likewise.
2940         * tree-ssa-ter.c: Likewise.
2941         * tree-ssa-threadedge.c: Likewise.
2942         * tree-ssa-threadupdate.c: Likewise.
2943         * tree-ssa-uncprop.c: Likewise.
2944         * tree-ssa-uninit.c: Likewise.
2945         * tree-ssa.c: Likewise.
2946         * tree-ssanames.c: Likewise.
2947         * tree-stdarg.c: Likewise.
2948         * tree-streamer-in.c: Likewise.
2949         * tree-streamer-out.c: Likewise.
2950         * tree-streamer.c: Likewise.
2951         * tree-switch-conversion.c: Likewise.
2952         * tree-tailcall.c: Likewise.
2953         * tree-vect-data-refs.c: Likewise.
2954         * tree-vect-generic.c: Likewise.
2955         * tree-vect-loop-manip.c: Likewise.
2956         * tree-vect-loop.c: Likewise.
2957         * tree-vect-patterns.c: Likewise.
2958         * tree-vect-slp.c: Likewise.
2959         * tree-vect-stmts.c: Likewise.
2960         * tree-vectorizer.c: Likewise.
2961         * tree-vrp.c: Likewise.
2962         * tree.c: Likewise.
2963         * tsan.c: Likewise.
2964         * ubsan.c: Likewise.
2965         * valtrack.c: Likewise.
2966         * value-prof.c: Likewise.
2967         * var-tracking.c: Likewise.
2968         * varasm.c: Likewise.
2969         * varpool.c: Likewise.
2970         * vmsdbgout.c: Likewise.
2971         * vtable-verify.c: Likewise.
2972         * web.c: Likewise.
2973         * wide-int.cc: Likewise.
2974         * xcoffout.c: Likewise.
2975         * config/aarch64/aarch64-builtins.c: Likewise.
2976         * config/aarch64/aarch64.c: Likewise.
2977         * config/aarch64/cortex-a57-fma-steering.c: Likewise.
2978         * config/alpha/alpha.c: Likewise.
2979         * config/arc/arc.c: Likewise.
2980         * config/arm/aarch-common.c: Likewise.
2981         * config/arm/arm-builtins.c: Likewise.
2982         * config/arm/arm-c.c: Likewise.
2983         * config/arm/arm.c: Likewise.
2984         * config/avr/avr-c.c: Likewise.
2985         * config/avr/avr-log.c: Likewise.
2986         * config/avr/avr.c: Likewise.
2987         * config/bfin/bfin.c: Likewise.
2988         * config/c6x/c6x.c: Likewise.
2989         * config/cr16/cr16.c: Likewise.
2990         * config/cris/cris.c: Likewise.
2991         * config/darwin-c.c: Likewise.
2992         * config/darwin.c: Likewise.
2993         * config/epiphany/epiphany.c: Likewise.
2994         * config/epiphany/mode-switch-use.c: Likewise.
2995         * config/epiphany/resolve-sw-modes.c: Likewise.
2996         * config/fr30/fr30.c: Likewise.
2997         * config/frv/frv.c: Likewise.
2998         * config/ft32/ft32.c: Likewise.
2999         * config/h8300/h8300.c: Likewise.
3000         * config/i386/i386-c.c: Likewise.
3001         * config/i386/i386.c: Likewise.
3002         * config/i386/msformat-c.c: Likewise.
3003         * config/i386/winnt-cxx.c: Likewise.
3004         * config/i386/winnt-stubs.c: Likewise.
3005         * config/i386/winnt.c: Likewise.
3006         * config/ia64/ia64-c.c: Likewise.
3007         * config/ia64/ia64.c: Likewise.
3008         * config/iq2000/iq2000.c: Likewise.
3009         * config/lm32/lm32.c: Likewise.
3010         * config/m32c/m32c-pragma.c: Likewise.
3011         * config/m32c/m32c.c: Likewise.
3012         * config/m32r/m32r.c: Likewise.
3013         * config/m68k/m68k.c: Likewise.
3014         * config/mcore/mcore.c: Likewise.
3015         * config/mep/mep-pragma.c: Likewise.
3016         * config/mep/mep.c: Likewise.
3017         * config/microblaze/microblaze-c.c: Likewise.
3018         * config/microblaze/microblaze.c: Likewise.
3019         * config/mips/mips.c: Likewise.
3020         * config/mmix/mmix.c: Likewise.
3021         * config/mn10300/mn10300.c: Likewise.
3022         * config/moxie/moxie.c: Likewise.
3023         * config/msp430/msp430-c.c: Likewise.
3024         * config/msp430/msp430.c: Likewise.
3025         * config/nds32/nds32-cost.c: Likewise.
3026         * config/nds32/nds32-fp-as-gp.c: Likewise.
3027         * config/nds32/nds32-intrinsic.c: Likewise.
3028         * config/nds32/nds32-isr.c: Likewise.
3029         * config/nds32/nds32-md-auxiliary.c: Likewise.
3030         * config/nds32/nds32-memory-manipulation.c: Likewise.
3031         * config/nds32/nds32-pipelines-auxiliary.c: Likewise.
3032         * config/nds32/nds32-predicates.c: Likewise.
3033         * config/nds32/nds32.c: Likewise.
3034         * config/nios2/nios2.c: Likewise.
3035         * config/nvptx/nvptx.c: Likewise.
3036         * config/pa/pa.c: Likewise.
3037         * config/pdp11/pdp11.c: Likewise.
3038         * config/rl78/rl78-c.c: Likewise.
3039         * config/rl78/rl78.c: Likewise.
3040         * config/rs6000/rs6000-c.c: Likewise.
3041         * config/rs6000/rs6000.c: Likewise.
3042         * config/rx/rx.c: Likewise.
3043         * config/s390/s390-c.c: Likewise.
3044         * config/s390/s390.c: Likewise.
3045         * config/sh/sh-c.c: Likewise.
3046         * config/sh/sh-mem.cc: Likewise.
3047         * config/sh/sh.c: Likewise.
3048         * config/sh/sh_optimize_sett_clrt.cc: Likewise.
3049         * config/sh/sh_treg_combine.cc: Likewise.
3050         * config/sol2-c.c: Likewise.
3051         * config/sol2-cxx.c: Likewise.
3052         * config/sol2-stubs.c: Likewise.
3053         * config/sol2.c: Likewise.
3054         * config/sparc/sparc-c.c: Likewise.
3055         * config/sparc/sparc.c: Likewise.
3056         * config/spu/spu-c.c: Likewise.
3057         * config/spu/spu.c: Likewise.
3058         * config/stormy16/stormy16.c: Likewise.
3059         * config/tilegx/mul-tables.c: Likewise.
3060         * config/tilegx/tilegx-c.c: Likewise.
3061         * config/tilegx/tilegx.c: Likewise.
3062         * config/tilepro/mul-tables.c: Likewise.
3063         * config/tilepro/tilepro-c.c: Likewise.
3064         * config/tilepro/tilepro.c: Likewise.
3065         * config/v850/v850-c.c: Likewise.
3066         * config/v850/v850.c: Likewise.
3067         * config/vax/vax.c: Likewise.
3068         * config/visium/visium.c: Likewise.
3069         * config/vms/vms-c.c: Likewise.
3070         * config/vms/vms.c: Likewise.
3071         * config/vxworks.c: Likewise.
3072         * config/xtensa/xtensa.c: Likewise.
3074 2015-07-07  Uros Bizjak  <ubizjak@gmail.com>
3076         * config/i386/i386.md (*jcc_bt<mode>): Only split before reload.
3077         Remove operand constraints.  Change operand 2 predicate to
3078         nonmemory operand.  Limit const_int values to mode bitsize.  Only
3079         allow const_int values less than 32 when optimizing for size.
3080         (*jcc_bt<mode>_1, *jcc_bt<mode>_mask): Only split before reload.
3081         Remove operand constraints.
3082         (*bt<mode>): Use SImode for const_int values less than 32.
3083         (regmode): Remove mode attribute.
3085 2015-07-07  Anatoly Sokolov  <aesok@post.ru>
3087         * config/moxie/moxie.h (GO_IF_LEGITIMATE_ADDRESS): Remove macros.
3088         * config/moxie/moxie.c (moxie_reg_ok_for_base_p,
3089           moxie_legitimate_address_p): New functions.
3090           (TARGET_ADDR_SPACE_LEGITIMATE_ADDRESS_P): Define.
3092 2015-07-07  Tom de Vries  <tom@codesourcery.com>
3094         PR tree-optimization/66642
3095         * tree-parloops.c (transform_to_exit_first_loop_alt): Update function
3096         header comment.  Rename split_edge variable to edge_at_split.  Split
3097         exit edge to create new loop exit bb.  Insert loop exit phis in new
3098         loop exit bb.
3100 2015-07-07  Tom de Vries  <tom@codesourcery.com>
3102         * tree-cfg.c (get_virtual_phi): New function.
3103         * tree-cfg.h (get_virtual_phi): Declare.
3104         * tree-ssa-loop-manip.c (replace_uses_in_dominated_bbs)
3105         (rewrite_virtuals_into_loop_closed_ssa): New function.
3106         * tree-ssa-loop-manip.h (rewrite_virtuals_into_loop_closed_ssa):
3107         Declare.
3108         * tree-parloops.c (replace_uses_in_bbs_by): Remove.
3109         (transform_to_exit_first_loop_alt): Use
3110         rewrite_virtuals_into_loop_closed_ssa.
3112 2015-07-07  Richard Biener  <rguenther@suse.de>
3114         * fold-const.c (fold_binary_loc): Move
3115         (X & C2) << C1 -> (X << C1) & (C2 << C1) simplification ...
3116         * match.pd: ... here.
3117         Add (X * C1) % C2 -> 0 simplification pattern derived from
3118         extract_muldiv_1.
3120 2015-07-07  Kaz Kojima  <kkojima@gcc.gnu.org>
3122         PR target/66780
3123         * config/sh/sh.md (symGOT_load): Revert a part of 2015-03-03
3124         change for target/65249.
3126 2015-07-07  Paulo Matos  <pmatos@broadcom.com>
3128         * symtab.c (address_matters_1): Fix typo in comment above.
3129         (can_increase_alignment_p): Likewise.
3131 2015-07-07  Prathamesh Kulkarni  <prathamesh.kulkarni@linaro.org>
3133         * function.c (free_after_compilation): Clear PROP_cfg in
3134         f->curr_properties.
3136 2015-07-07  Richard Biener  <rguenther@suse.de>
3138         * tree-ssa-propagate.c (add_ssa_edge): Dump what edge list we
3139         add which use to.
3140         (add_control_edge): Remove excessive vertical space in dumping.
3141         (process_ssa_edge_worklist): Simulate at most one statement and
3142         return whether we did.  Do not simulate PHIs if they are in a
3143         BB not yet simulated.
3144         (ssa_propagate): Adjust to always drain the BB worklist whenever
3145         a BB is available there, likewise the VARYING edges list before
3146         the interesting edge list.
3148 2015-07-07  Christian Bruel  <christian.bruel@st.com>
3150         PR target/52144
3151         * config/arm/elf.h (TARGET_ASM_FILE_START_APP_OFF): Delete.
3153 2015-07-07  Richard Biener  <rguenther@suse.de>
3155         PR middle-end/66739
3156         * match.pd: Condition A - B ==/!= 0 -> A ==/!= B on single-use
3157         A - B.
3159 2015-07-06  Uros Bizjak  <ubizjak@gmail.com>
3161         * config/i386/i386.md (insv<mode>): Rename from insv.  Use SWI48
3162         modes for operands 0 and 3.  Use SImode for operands 2 and 3.
3163         Copy operand 0 to a temporary if !ext_register_operand.  Remove
3164         ancient extract_bit_field workaround.
3165         (insv<mode>_1): Rename from mov<mode>_insv_1.
3166         (*insvqi): Rename from *movqi_insv_2.
3167         * config/i386/i386.c (emit_i386_cw_initialization): Update calls
3168         for renamed insvsi_1.
3169         (promote_duplicated_reg): Ditto for renamed insv<mode>_1.
3171 2015-07-06  Nathan Sidwell  <nathan@codesourcery.com>
3173         * config/nvptx/nvptx.c (nvptx_reorg): Remove unused vars.  Fix
3174         call to nvptx_reorg_subreg.
3176 2015-07-06  Jim Wilson  <jim.wilson@linaro.org>
3178         * graphite-blocking.c (HAVE_isl): Include <stddef.h>.
3179         * graphite-dependencies.c, graphite-interchange.c,
3180         graphite-isl-ast-to-gimple.c, graphite-optimize-isl.c, graphite-poly.c,
3181         graphite-scop-detection.c, graphite-sese-to-poly.c, graphite.c:
3182         Likewise.
3184 2015-07-06  Marc Glisse  <marc.glisse@inria.fr>
3186         * match.pd: Remove element_mode inside HONOR_*.
3187         (~ (-A) -> A - 1, ~ (A - 1) -> -A): Handle complex types.
3188         (~X | X -> -1, ~X ^ X -> -1): Merge.
3189         * tree.c (build_each_one_cst): New function.
3190         * tree.h (build_each_one_cst): Likewise.
3192 2015-07-06  H.J. Lu  <hongjiu.lu@intel.com>
3194         * config/i386/i386-c.c (ix86_target_macros_internal): Handle
3195         PROCESSOR_IAMCU.
3197 2015-07-06  Steve Ellcey  <sellcey@imgtec.com>
3199         * config.gcc <mips*-*-*>: Add fused-madd.opt.
3200         * config/mips/mips.opt (mfused-madd): Remove.
3201         * config/mips/mips.c (mips_rtx_costs): Update cost calculations.
3202         * config/mips/mips.h (TARGET_MIPS8000): New.
3203         (ISA_HAS_FP_MADD4_MSUB4): Remove.
3204         (ISA_HAS_FP_MADDF_MSUBF): Remove.
3205         (ISA_HAS_FP_MADD3_MSUB3): Remove.
3206         (ISA_HAS_NMADD4_NMSUB4): Remove.
3207         (ISA_HAS_NMADD3_NMSUB3): Remove.
3208         (ISA_HAS_FUSED_MADD4): New.
3209         (ISA_HAS_UNFUSED_MADD4): New.
3210         (ISA_HAS_FUSED_MADDF): New.
3211         (ISA_HAS_FUSED_MADD3): New.
3212         * config/mips/mips.md: (fma<mode>4) Change from insn to expand.
3213         (*fma<mode>4_madd3) New.
3214         (*fma<mode>4_madd4) New.
3215         (*fma<mode>4_maddf) New.
3216         (fms<mode>4) New.
3217         (*fms<mode>4_msub3) New.
3218         (*fms<mode>4_msub4) New.
3219         (fnma<mode>4) New.
3220         (*fnma<mode>4_nmadd3) New.
3221         (*fnma<mode>4_nmadd4) New.
3222         (fnms<mode>4) New.
3223         (*fnms<mode>4_nmsub3) New.
3224         (*fnms<mode>4_nmsub4) New.
3225         (*madd4<mode>) Modify to be unfused only.
3226         (*msub4<mode>) Modify to be unfused only.
3227         (*nmadd4<mode>) Modify to be unfused only.
3228         (*nmsub4<mode>) Modify to be unfused only.
3229         (*madd3<mode>) Remove.
3230         (*msub3<mode>) Remove.
3231         (*nmadd3<mode>) Remove.
3232         (*nmsub3<mode>) Remove.
3233         (*nmadd3<mode>_fastmath) Remove.
3234         (*nmsub3<mode>_fastmath) Remove.
3235         (*nmadd4<mode>_fastmath) Update condition.
3236         (*nmsub4<mode>_fastmath) Update condition.
3238 2015-07-06  Alan Lawrence  <alan.lawrence@arm.com>
3240         PR target/65956
3241         * config/arm/arm.c (arm_needs_doubleword_align): Drop any outer
3242         alignment attribute, exploring one level down for records and arrays.
3244 2015-07-06  Uros Bizjak  <ubizjak@gmail.com>
3246         * config/i386/i386.md (extv<mode>): Rename from extv.  Use SWI24
3247         modes for operands 0 and 1.  Use SImode for operands 2 and 3.
3248         Copy operand 1 to a temporary if !ext_register_operand.  Remove
3249         ancient extract_bit_field workaround.
3250         (*extv<mode>): Rename from *mov<mode>_extv_1.
3251         (*extvqi): Rename from *movqi_extv_1.
3252         (extzv<mode>): Rename from extzv.  Use SWI248 modes for
3253         operands 0 and 1.  Use SImode for operands 2 and 3. Copy operand 1
3254         to a temporary if !ext_register_operand.  Remove ancient
3255         extract_bit_field workaround.
3256         (*extzv<mode>): Rename from *mov<mode>_extzv_1.
3257         (*extzvqi): Rename from *movqi_extzv_2.
3258         (*testqi_ext_3): Remove modes from const_int_operand predicated
3259         operands.  Add "n" constraint.
3260         (*btsq, *btrq, *btcq): Remove mode from const_0_to_63 predicated
3261         operand.  Add "J" constraint.
3262         (*btsq, *btrq, *btcq peephole2s): Remove mode from
3263         const_0_to_63 predicated operand.
3264         (regmode): New insn attribute.
3265         (*bt<mode>): Use SImode for operand 1.  Change operand 1 predicate
3266         to nonmemory_operand.  Use regmode insn attribute.
3267         (*jcc_bt<mode>_1): Convert operand 2 to SImode.
3268         (*jcc_bt<mode>_mask): Remove mode from operand 3.
3269         (*jcc_btsi_1, *jcc_btsi_mask_1): Remove patterns.
3270         (tbm_bextri_<mode>): Remove modes from const_0_to_255 predicated
3271         operands.  Use "N" constraint instead of "n".
3273 2015-07-06  Alan Lawrence  <alan.lawrence@arm.com>
3275         * config/arm/arm.md (movdi): Avoid odd-number ldrd/strd in ARM state.
3277 2015-07-06  H.J. Lu  <hongjiu.lu@intel.com>
3279         PR target/66749
3280         * config/i386/i386.c (iamcu_cost): New.
3281         (m_IAMCU): Likewise.
3282         (initial_ix86_arch_features): Disable X86_ARCH_CMOV for m_IAMCU.
3283         (processor_target_table): Add an entry for "iamcu".
3284         (processor_alias_table): Likewise.
3285         (ix86_issue_rate): Handle PROCESSOR_IAMCU.
3286         (ix86_adjust_cost): Likewise.
3287         (ia32_multipass_dfa_lookahead): Likewise.
3288         * config/i386/i386.h (processor_type): Add PROCESSOR_IAMCU.
3289         * config/i386/x86-tune.def: Updated for m_IAMCU.
3291 2015-07-06  Richard Biener  <rguenther@suse.de>
3293         PR tree-optimization/66772
3294         * tree-ssa-ccp.c (ccp_visit_phi_node): Make sure that copy
3295         values are available in the PHI node BB when there are
3296         still unexecutable edges.
3298 2015-07-06  Richard Biener  <rguenther@suse.de>
3300         PR tree-optimization/66767
3301         * tree-vect-loop-manip.c (vect_create_cond_for_align_checks):
3302         Make sure to build the alignment test on a SSA name without
3303         final alignment info valid only if the alignment test
3304         evaluates to true.
3306 2015-07-06  Bernd Schmidt  <bernds@codesourcery.com>
3308         PR target/66620
3309         * config/bfin/bfin.c (hwloop_optimize): Create new bb between jump and
3310         loop start when inserting LSETUP.
3312 2015-07-06  H.J. Lu  <hongjiu.lu@intel.com>
3314         PR target/53383
3315         * config/i386/i386.c (ix86_option_override_internal): Allow
3316         -mincoming-stack-boundary=3 for 64-bit if SSE is disabled.
3318 2015-07-06  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
3320         * read-md.c (decimal_string): Rename to ...
3321         (md_decimal_string): ... this.
3322         (handle_enum): Reflect this.
3324 2015-07-06  Szabolcs Nagy  <szabolcs.nagy@arm.com>
3326         PR target/66731
3327         * config/aarch64/aarch64.md (fnmul<mode>3): Handle -frounding-math.
3329 2015-07-06  Richard Biener  <rguenther@suse.de>
3331         PR middle-end/66759
3332         * match.pd: Add missing constraint of y to REAL_CST in
3333         REAL_CST - x CMP y to y - CST CMP x simplification.
3335 2015-07-06  Eric Botcazou  <ebotcazou@adacore.com>
3337         PR tree-optimization/66757
3338         * match.pd: Add missing condition to ~X ^ C -> X ^ ~C.
3340 2015-07-05  Chung-Lin Tang  <cltang@codesourcery.com>
3341             Sandra Loosemore <sandra@codesourcery.com>
3343         * config/nios2/nios2-protos.h (nios2_symbol_ref_in_small_data_p):
3344         Delete extern declaration.
3345         (gprel_constant_p): Add extern declaration.
3346         * config/nios2/constraints.md ("S"): Use gprel_constant_p
3347         instead of nios2_symbol_ref_in_small_data_p.
3348         * config/nios2/nios2.c (nios2_legitimate_address_p): Likewise.
3349         (nios2_symbol_ref_in_small_data_p): Make static.
3350         (gprel_constant_p): Make non-static.
3352 2015-07-05  Gerald Pfeifer  <gerald@pfeifer.com>
3354         * doc/fragments.texi (Target Fragment): Convert debian.org
3355         link to use https.
3356         * doc/install.texi (Configuration): Ditto.
3358 2015-07-05  Jakub Jelinek  <jakub@redhat.com>
3360         PR tree-optimization/66718
3361         * tree-vect-stmts.c (vectorizable_call): Replace uses of
3362         GOMP_SIMD_LANE outside of loop with vf - 1 rather than 0.
3364         PR tree-optimization/66718
3365         * tree-vect-stmts.c (vectorizable_assignment, vectorizable_store,
3366         vectorizable_load, vectorizable_condition): Move vectype,
3367         nunits, ncopies computation after checking what kind of statement
3368         stmt is.
3370 2015-07-05  Richard Sandiford  <richard.sandiford@arm.com>
3372         * target-insns.def (extv, extzv, insv): New targetm instruction
3373         patterns.
3374         * optabs.c (get_extraction_insn): Use them instead of HAVE_*/gen_*
3375         interface.
3376         * recog.c (simplify_while_replacing): Likewise.
3378 2015-07-05  Richard Sandiford  <richard.sandiford@arm.com>
3380         * target-insns.def (doloop_begin, doloop_end): New targetm
3381         instruction patterns.
3382         * loop-init.c: Include target.h.
3383         (pass_loop2::gate): Use the new targetm patterns instead of
3384         HAVE_*/gen_* interface.
3385         (pass_rtl_doloop::gate): Likewise.
3386         (pass_rtl_doloop::execute): Remove preprocessor condition.
3387         * hw-doloop.c: Build unconditionally.
3388         * loop-doloop.c: Likewise.
3389         (doloop_optimize): Use the new targetm patterns instead of
3390         HAVE_*/gen_* interface.
3391         (doloop_modify): Likewise. Change type of doloop_seq to rtx_insn *.
3392         * modulo-sched.c (doloop_register_get): Likewise.
3394 2015-07-05  Richard Sandiford  <richard.sandiford@arm.com>
3396         * target-insns.def (clear_cache): New targetm instruction pattern.
3397         * builtins.c (expand_builtin___clear_cache): Use it instead of
3398         HAVE_*/gen_* interface.
3400 2015-07-05  Richard Sandiford  <richard.sandiford@arm.com>
3402         * target-insns.def (allocate_stack, check_stack, probe_stack)
3403         (probe_stack_address, split_stack_prologue, split_stack_space_check):
3404         New targetm instruction patterns.
3405         * explow.c (allocate_dynamic_stack_space): Use them instead of
3406         HAVE_*/gen_* interface.
3407         (emit_stack_probe): Likewise.
3408         (probe_stack_range): Likewise.
3409         * function.c (thread_prologue_and_epilogue_insns): Likewise.
3411 2015-07-05  Richard Sandiford  <richard.sandiford@arm.com>
3413         * target-insns.def (stack_protect_set, stack_protect_test): New
3414         targetm instruction patterns.
3415         * cfgexpand.c (stack_protect_prologue): Use them instead of
3416         HAVE_*/gen_* interface.
3417         * function.c (stack_protect_epilogue): Likewise.
3419 2015-07-05  Richard Sandiford  <richard.sandiford@arm.com>
3421         * expr.h (gen_move_insn_uncast): Delete.
3422         * expr.c (gen_move_insn_uncast): Delete.
3424 2015-07-05  Richard Sandiford  <richard.sandiford@arm.com>
3426         * target-insns.def (restore_stack_block, restore_stack_function)
3427         (restore_stack_nonlocal, save_stack_block, save_stack_function)
3428         (save_stack_nonlocal): New targetm instruction patterns.
3429         * builtins.c (expand_builtin_apply): Use them instead of
3430         HAVE_*/gen_* interface.
3431         * explow.c (emit_stack_save, emit_stack_restore): Likewise.
3433 2015-07-05  Richard Sandiford  <richard.sandiford@arm.com>
3435         * target-insns.def (trap): New targetm instruction pattern.
3436         * builtins.c (expand_builtin_trap): Use it instead of HAVE_*/gen_*
3437         interface.
3438         * explow.c (allocate_dynamic_stack_space): Likewise.
3439         * ifcvt.c (find_if_header): Likewise.
3441 2015-07-05  Richard Sandiford  <richard.sandiford@arm.com>
3443         * target-insns.def (prefetch): New targetm instruction pattern.
3444         * tree-ssa-loop-prefetch.c: Include targeth.
3445         (tree_ssa_prefetch_arrays): Use prefetch targetm pattern instead
3446         of HAVE_*/gen_* interface.
3447         * builtins.c (expand_builtin_prefetch): Likewise.
3448         * toplev.c (process_options): Likewise.
3450 2015-07-05  Richard Sandiford  <richard.sandiford@arm.com>
3452         * target-insns.def (untyped_call, untyped_return): New targetm
3453         instruction patterns.
3454         * builtins.c (expand_builtin_apply): Use them instead of
3455         HAVE_*/gen_* interface.
3456         (result_vector): Define unconditionally.
3458 2015-07-05  Richard Sandiford  <richard.sandiford@arm.com>
3460         * target-insns.def (builtin_longjmp, builtin_setjmp_receiver)
3461         (builtin_setjmp_setup, exception_receiver, nonlocal_goto)
3462         (nonlocal_goto_receiver): New targetm instruction patterns.
3463         * builtins.c (expand_builtin_setjmp_setup): Use them instead
3464         of HAVE_*/gen_* interface.
3465         (expand_builtin_setjmp_receiver): Likewise.
3466         (expand_builtin_longjmp, expand_builtin_nonlocal_goto): Likewise.
3467         * except.c (expand_dw2_landing_pad_for_region): Likewise.
3469 2015-07-05  Richard Sandiford  <richard.sandiford@arm.com>
3471         * target.def: Add code_for_* hooks.
3472         * gentarget-def.c (def_target_insn): Add TARGET_CODE_FOR_* macros.
3473         * defaults.h (HAVE_tablejump, gen_tablejump): Delete.
3474         * target-insns.def (casesi, tablejump): New targetm instruction
3475         patterns.
3476         * expr.c (try_casesi): Use them instead of HAVE_*/gen_* interface.
3477         (do_tablejump): Likewise.
3478         * stmt.c (expand_switch_as_decision_tree_p): Likewise.
3479         (expand_sjlj_dispatch_table): Likewise.
3480         * targhooks.c (default_case_values_threshold): Likewise.
3482 2015-07-04  Sandra Loosemore  <sandra@codesourcery.com>
3484         * config/nios2/nios2.c (save_reg, restore_reg): Use plus_constant.
3485         Use rtx_insn * instead of rtx.
3486         (nios2_emit_add_constant): Use rtx_insn * instead of rtx.
3487         (nios2_expand_prologue, nios2_expand_epilogue): Likewise.
3488         (nios2_call_tls_get_addr): Likewise.
3489         (nios2_emit_expensive_div): Likewise.
3490         (nios2_emit_move_sequence): Change return type to bool.
3491         * config/nios2/nios2-protos.h (nios2_emit_move_sequence):
3492         Change return type to bool.
3494 2015-07-04  Bernd Edlinger  <bernd.edlinger@hotmail.de>
3496         PR target/66747
3497         * config/mips/mips.c (mips_find_gp_ref): Handle instruction sequences.
3499 2015-07-04  John David Anglin  <danglin@gcc.gnu.org>
3501         PR target/66114
3502         * config/pa/pa.md (indirect_jump): Use pmode_register_operand instead
3503         of register_operand.  Remove constraint.
3505 2015-07-04  Marc Glisse  <marc.glisse@inria.fr>
3507         * tree-cfg.c (verify_gimple_assign_ternary) <VEC_COND_EXPR>: Check
3508         the first argument.
3510 2015-07-03  Paolo Carlini  <paolo.carlini@oracle.com>
3512         * attribs.c (decl_attributes): Guard inform with the return value
3513         of the preceding warning.
3515 2015-07-03  James Greenhalgh  <james.greenhalgh@arm.com>
3517         * doc/invoke.texi (moverride): Move to correct section.
3519 2015-07-03  Richard Biener  <rguenther@suse.de>
3521         * genmatch.c (commutative_tree_code, commutative_ternary_tree_code):
3522         Copy from tree.c
3523         (dt_operand::gen_gimple_expr): After valueizing operands
3524         re-canonicalize operand order for commutative tree codes.
3526 2015-07-03  H.J. Lu  <hongjiu.lu@intel.com>
3528         PR target/66746.
3529         * config/i386/ia32intrin.h (__crc32b): Don't define if __iamcu__
3530         is defined.
3531         (__crc32w): Likewise.
3532         (__crc32d): Likewise.
3533         (__rdpmc): Likewise.
3534         (__rdtscp): Likewise.
3535         (_rdpmc): Likewise.
3536         (_rdtscp): Likewise.
3537         * config/i386/x86intrin.h: Only include ia32intrin.h if __iamcu__
3538         is defined.
3540 2015-07-03  Richard Biener  <rguenther@suse.de>
3542         * fold-const.c (fold_mathfn_compare): Remove.
3543         (fold_inf_compare): Likewise.
3544         (fold_comparison): Move floating point comparison simplifications...
3545         * match.pd: ... to patterns here.  Introduce simple_comparisons
3546         operator list and use it for patterns formerly in fold_comparison.
3548 2015-07-03  James Greenhalgh  <james.greenhalgh@arm.com>
3550         PR tree-optimization/66119
3551         * toplev.c (process_options): Don't set up default values for
3552         the sra_max_scalarization_size_{speed,size} parameters.
3553         * tree-sra (analyze_all_variable_accesses): If no values
3554         have been set for the sra_max_scalarization_size_{speed,size}
3555         parameters, call get_move_ratio to get target defaults.
3557 2015-07-03  Richard Biener  <rguenther@suse.de>
3559         * fold-const.c (fold_binary_loc): Move (T)ptr & CST folding...
3560         * match.pd: ... here.
3562 2015-07-03  Gerald Pfeifer  <gerald@pfeifer.com>
3564         PR target/37072
3565         * doc/invoke.texi (i386 and x86-64 Options): -mno-fancy-math-387
3566         is not actually the default on FreeBSD.
3568 2015-07-02  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
3570         * config/rs6000/rs6000-builtin.def (CMPGE_16QI): New built-in
3571         definition.
3572         (CMPGE_8HI): Likewise.
3573         (CMPGE_4SI): Likewise.
3574         (CMPGE_2DI): Likewise.
3575         (CMPGE_U16QI): Likewise.
3576         (CMPGE_U8HI): Likewise.
3577         (CMPGE_U4SI): Likewise.
3578         (CMPGE_U2DI): Likewise.
3579         (CMPLE_16QI): Likewise.
3580         (CMPLE_8HI): Likewise.
3581         (CMPLE_4SI): Likewise.
3582         (CMPLE_2DI): Likewise.
3583         (CMPLE_U16QI): Likewise.
3584         (CMPLE_U8HI): Likewise.
3585         (CMPLE_U4SI): Likewise.
3586         (CMPLE_U2DI): Likewise.
3587         * config/rs6000/rs6000-c.c (altivec_overloaded_builtins): Add
3588         overloads for ALTIVEC_BUILTIN_VEC_CMPGE and
3589         ALTIVEC_BUILTIN_VEC_CMPLE.
3590         * config/rs6000/vector.md (vector_ge<mode>): Restrict to
3591         floating-point vector modes.
3592         (vector_nlt<mode>): New define_expand.
3593         (vector_nltu<mode>): Likewise.
3594         (vector_ngt<mode>): Likewise.
3595         (vector_ngtu<mode>): Likewise.
3597 2015-07-02  Segher Boessenkool  <segher@kernel.crashing.org>
3599         PR rtl-optimization/66706
3600         * combine.c (make_compound_operation): If an AND of SUBREG of
3601         LSHIFTRT does not simplify, see if just the AND of SUBREG does.
3603 2015-07-02  Alan Lawrence  <alan.lawrence@arm.com>
3605         * tree-pass.h (make_pass_ch_vect): New.
3606         * passes.def: Add pass_ch_vect just before pass_if_conversion.
3608         * tree-ssa-loop-ch.c (ch_base, pass_ch_vect, pass_data_ch_vect,
3609         pass_ch::process_loop_p, pass_ch_vect::process_loop_p,
3610         make_pass_ch_vect): New.
3611         (pass_ch): Extend ch_base.
3613         (pass_ch::execute): Move all but loop_optimizer_init/finalize to...
3614         (ch_base::copy_headers): ...here.
3616 2015-07-02  Richard Biener  <rguenther@suse.de>
3618         * builtins.c (get_pointer_alignment_1): Handle POINTER_PLUS_EXPR.
3619         * fold-const.c (get_pointer_modulus_and_residue): Remove.
3620         (fold_binary_loc): Implement (T)ptr & CST in terms of
3621         get_pointer_alignment_1.
3622         * tree-vect-loop-manip.c (vect_gen_niters_for_prolog_loop):
3623         Make sure to build the alignment test on a SSA name without
3624         final alignment info valid only after the prologue.
3626 2015-07-02  Hans-Peter Nilsson  <hp@axis.com>
3628         * config/cris/cris.md ("epilogue"): Remove condition.
3629         ("prologue"): Ditto.
3631 2015-07-02  Richard Biener  <rguenther@suse.de>
3633         * tree-ssa-dom.c (build_and_record_new_cond): Add optional
3634         parameter to record a condition that is false.
3635         (record_conditions): When recording an extra NE_EXPR that is
3636         true also record a EQ_EXPR that is false.
3638 2015-07-02  Bin Cheng  <bin.cheng@arm.com>
3640         * tree-ssa-loop-ivopts.c (struct ivopts_data): New field iv_obstack.
3641         (tree_ssa_iv_optimize_init): Initialize iv_obstack.
3642         (alloc_iv): New parameter.  Allocate struct iv using obstack_alloc.
3643         (set_iv, find_interesting_uses_address, add_candidate_1): New
3644         argument to alloc_iv.
3645         (find_interesting_uses_op, find_interesting_uses_cond): Don't
3646         duplicate struct iv.
3647         (free_loop_data): Don't free struct iv explicitly.
3648         (tree_ssa_iv_optimize_finalize): Free iv_obstack.
3650 2015-07-01  DJ Delorie  <dj@redhat.com>
3652         * config/s390/tpf.h (LIBSTDCXX): Change to CPP1.
3653         (LIB_SPEC): Add.
3654         (SUPPORTS_DISCRIMINATOR): Define.
3656 2015-07-01  Richard Sandiford  <richard.sandiford@arm.com>
3658         PR bootstrap/66685
3659         * rtl.c (classify_insn): Only return JUMP_INSN for parallel returns if
3660         there are no CALLs in the same pattern.
3662 2015-07-01  Bernd Edlinger  <bernd.edlinger@hotmail.de>
3664         PR rtl-optimization/61047
3665         * rtlanal.c (get_initial_register_offset): New function.
3666         (rtx_addr_can_trap_p_1): Check offsets of stack references.
3668 2015-07-01  Richard Biener  <rguenther@suse.de>
3670         * fold-const.c (fold_comparison): Move X - Y CMP 0 -> X CMP Y,
3671         X * C1 CMP 0 -> X CMP 0, X CMP X, ~X CMP ~Y -> Y CMP X and
3672         ~X CMP C -> X CMP' ~C to ...
3673         * match.pd: ... patterns here.
3675 2015-07-01  Nick Clifton  <nickc@redhat.com>
3677         * config/msp430/msp430.md (zero_extendhipsi2): Use MOVX.A to store
3678         a 16-bit value into a 20-bit memory slot.
3680 2015-07-01  Jiong Wang  <jiong.wang@arm.com>
3682         * doc/sourcebuild.texi (AArch64-specific attributes): Document
3683         "aarch64_tiny", "aarch64_small", "aarch64_large",
3684         "aarch64_little_endian", "aarch64_big_endian".
3686 2015-07-01  Jiong Wang  <jiong.wang@arm.com>
3688         * doc/sourcebuild.texi (AArch64-specific attributes): New subsection.
3689         Document "aarch64_small_fpic".
3691 2015-07-01  Jiong Wang  <jiong.wang@arm.com>
3693         * configure.ac: Add check for aarch64 assembler -fpic relocation
3694         modifier support.
3695         * configure: Regenerate.
3696         * config.in: Regenerate.
3697         * config/aarch64/aarch64.c (initialize_aarch64_code_model): Fall back
3698         to -fPIC if not support of -fpic relocation modifier in assembler.
3700 2015-07-01  Richard Sandiford  <richard.sandiford@arm.com>
3702         PR bootstrap/66685
3703         * rtl.c (classify_insn): Handle returns in PARALLELs.
3705 2015-07-01  Eric Botcazou  <ebotcazou@adacore.com>
3707         PR middle-end/66633
3708         * tree-nested.c (convert_nonlocal_omp_clauses): Initialize need_chain
3709         to true if the function is nested and if not optimizing.
3710         (convert_local_omp_clauses): Initialize need_frame to true if the
3711         function contains nested functions and if not optimizing.
3713 2015-07-01  Richard Biener  <rguenther@suse.de>
3715         * fold-const.c (fold_binary_loc): Move ~X ^ X -> -1 and
3716         (X & Y) ^ Y -> ~X & Y transforms to ...
3717         * match.pd: ... here.
3719 2015-07-01  Richard Biener <rguenther@suse.de>
3721         * genmatch.c (expr::gen_transform): Shortcut re-simplifying
3722         of converts to avoid uninteresting noise from the conversion
3723         simplifying patterns.
3725 2015-06-30  Sandra Loosemore <sandra@codesourcery.com>
3727         * config/c6x/c6x.c (try_rename_operands): Do not depend on
3728         gcc_assert evaluating its argument for side-effect.
3730 2015-06-30  Kaz Kojima  <kkojima@gcc.gnu.org>
3732         PR target/64833
3733         * config/sh/sh.md (casesi_worker_1): Set length to 8 when
3734         flag_pic is set.
3736 2015-06-30  Eric Botcazou  <ebotcazou@adacore.com>
3738         * lto-streamer-out.c (class DFS): Adjust hash_scc method.
3739         (DFS::DFS): Pass this_ref_p and ref_p to hash_scc.
3740         (hash_scc): Add this_ref_p and ref_p parameters and pass them
3741         to the inner DFS walk.
3743 2015-06-30  Richard Sandiford  <richard.sandiford@arm.com>
3745         * target-insns.def (jump): New targetm instruction pattern.
3746         * bb-reorder.c (get_uncond_jump_length): Use targetm.gen_jump
3747         instead of gen_jump.
3748         (fix_up_crossing_landing_pad): Likewise.
3749         (add_labels_and_missing_jumps): Likewise.
3750         (fix_crossing_conditional_branches): Likewise.
3751         * cfgrtl.c (try_redirect_by_replacing_jump): Likewise.
3752         (force_nonfallthru_and_redirect): Likewise.
3753         * cse.c (cse_insn): Likewise.
3754         * expmed.c (expand_divmod): Likewise.
3755         * expr.c (store_expr_with_bounds, expand_expr_real_2): Likewise.
3756         * haifa-sched.c (init_before_recovery): Likewise.
3757         (sched_create_recovery_edges): Likewise.
3758         * ifcvt.c (find_cond_trap): Likewise.
3759         * optabs.c (expand_doubleword_shift, expand_doubleword_clz): Likewise.
3760         (expand_float, expand_fix): Likewise.
3761         * stmt.c (emit_jump): Likewise.
3763 2015-06-30  Richard Sandiford  <richard.sandiford@arm.com>
3765         * defaults.h (HAVE_load_multiple, gen_load_multiple)
3766         (HAVE_store_multiple, gen_store_multiple): Delete.
3767         * target-insns.def (load_multiple, store_multiple): New targetm
3768         instruction patterns.
3769         * expr.c (move_block_to_reg, move_block_from_reg): Use them instead
3770         of HAVE_*/gen_* interface.
3772 2015-06-30  Richard Sandiford  <richard.sandiford@arm.com>
3774         * defaults.h (HAVE_mem_thread_fence, gen_mem_thread_fence)
3775         (HAVE_memory_barrier, gen_memory_barrier, HAVE_mem_signal_fence)
3776         (gen_mem_signal_fence): Delete.
3777         * target-insns.def (mem_signal_fence, mem_thread_fence)
3778         (memory_barrier): New targetm instruction patterns.
3779         * optabs.c (expand_mem_thread_fence): Use them instead of HAVE_*/gen_*
3780         interface.
3781         (expand_mem_signal_fence): Likewise.
3783 2015-06-30  Richard Sandiford  <richard.sandiford@arm.com>
3785         * defaults.h (HAVE_epilogue, gen_epilogue): Delete.
3786         * target-insns.def (epilogue, prologue, sibcall_prologue): New
3787         targetm instruction patterns.
3788         * alias.c (init_alias_analysis): Use them instead of HAVE_*/gen_*
3789         interface.
3790         * calls.c (expand_call): Likewise.
3791         * cfgrtl.c (cfg_layout_finalize): Likewise.
3792         * df-scan.c (df_get_entry_block_def_set): Likewise.
3793         (df_get_exit_block_use_set): Likewise.
3794         * dwarf2cfi.c (pass_dwarf2_frame::gate): Likewise.
3795         * final.c (final_start_function): Likewise.
3796         * function.c (thread_prologue_and_epilogue_insns): Likewise.
3797         (reposition_prologue_and_epilogue_notes): Likewise.
3798         * reorg.c (find_end_label): Likewise.
3799         * toplev.c (process_options): Likewise.
3801 2015-06-30  David Malcolm  <dmalcolm@redhat.com>
3803         * typed-splay-tree.h: New file.
3805 2015-06-30  Vladimir Makarov  <vmakarov@redhat.com>
3807         PR debug/66691
3808         * lra-int.h (lra_substitute_pseudo): Add a parameter.
3809         (lra_substitute_pseudo_within_insn): Ditto.
3810         * lra.c (lra_substitute_pseudo): Add a parameter.  Simplify subreg
3811         of constant.
3812         (lra_substitute_pseudo_within_insn): Add a parameter.  Transfer it
3813         to lra_substitute_pseudo.
3814         * lra-lives.c (process_bb_lives): Add an argument to
3815         lra_substitute_pseudo_within_insn call.
3816         * lra-constraints.c (inherit_reload_reg, split_reg): Add an
3817         argument to lra_substitute_pseudo and
3818         lra_substitute_pseudo_within_insn calls.
3819         (remove_inheritance_pseudos, undo_optional_reloads): Ditto.
3821 2015-06-30  H.J. Lu  <hongjiu.lu@intel.com>
3823         * configure: Regenerated.
3825 2015-06-30  H.J. Lu  <hongjiu.lu@intel.com>
3827         * config.gcc: Support i[34567]86-*-elfiamcu target.
3828         * config/i386/iamcu.h: New.
3829         * config/i386/i386.opt: Add -miamcu.
3830         * doc/invoke.texi: Document -miamcu.
3831         * common/config/i386/i386-common.c  (ix86_handle_option): Turn
3832         off x87/MMX/SSE/AVX codegen for -miamcu.
3833         * config/i386/i386-c.c (ix86_target_macros_internal): Define
3834         __iamcu/__iamcu__ for -miamcu.
3835         * config/i386/i386.h (PREFERRED_STACK_BOUNDARY_DEFAULT): Set
3836         to MIN_STACK_BOUNDARY if TARGET_IAMCU is true.
3837         (BIGGEST_ALIGNMENT): Set to 32 if TARGET_IAMCU is true.
3838         * config/i386/i386.c (ix86_option_override_internal): Ignore and
3839         warn -mregparm for Intel MCU.  Turn on -mregparm=3 for Intel
3840         MCU by default.  Default long double to 64-bit for Intel MCU.
3841         Turn on -freg-struct-return for Intel MCU.  Issue an error when
3842         -miamcu is used in 64-bit or x32 mode or if x87, MMX, SSE or
3843         AVX is turned on.
3844         (function_arg_advance_32): Pass value whose size is no larger
3845         than 8 bytes in registers for Intel MCU.
3846         (function_arg_32): Likewise.
3847         (ix86_return_in_memory): Return value whose size is no larger
3848         than 8 bytes in registers for Intel MCU.
3849         (iamcu_alignment): New function.
3850         (ix86_data_alignment): Call iamcu_alignment if TARGET_IAMCU is
3851         true.
3852         (ix86_local_alignment): Don't increase alignment for Intel MCU.
3853         (x86_field_alignment): Return iamcu_alignment if TARGET_IAMCU is
3854         true.
3856 2015-06-30  Marek Polacek  <polacek@redhat.com>
3858         * match.pd (X - (X / Y) * Y): Use convert1 and convert2.  Convert
3859         both operands of the resulting expression.
3861         * match.pd (~x | x): Don't use tree_nop_conversion_p.  Build
3862         the final expression with the operand's type and then convert
3863         it to the type of the expression.
3865 2015-06-30  Richard Biener  <rguenther@suse.de>
3867         * fold-const.c (fold_binary_loc): Move ~x & ~y -> ~(x | y) and
3868         ~x | ~y -> ~(x & y), (x & CST) ^ (x & CST2) -> (x & CST) | (x & CST2),
3869         (X | Y) ^ X -> Y & ~ X, ~X ^ ~Y to X ^ Y and ~X ^ C to X ^ ~C ...
3870         * match.pd: ... to patterns here.
3872 2015-06-30  Richard Biener  <rguenther@suse.de>
3874         PR tree-optimization/66704
3875         * tree-vect-data-refs.c (vect_setup_realignment): Use
3876         make_ssa_name for non-SSA name source.
3878 2015-06-30  Jakub Jelinek  <jakub@redhat.com>
3880         PR middle-end/66702
3881         * omp-low.c (simd_clone_adjust): Handle addressable linear
3882         or uniform parameters or non-gimple type uniform parameters.
3884 2015-06-30  Richard Biener  <rguenther@suse.de>
3886         * fold-const.c (fold_unary_loc): Move abs(abs(x)) -> abs(x),
3887         ~ (-A) to A - 1, ~ (A - 1) or ~ (A + -1) to -A and some cases of
3888         ~(X ^ Y) to ~X ^ Y or X ^ ~Y if ~X or ~Y simplify to ...
3889         * match.pd: ... here.
3890         Add a few cases of A - B -> A + (-B) when B "easily" negates.
3891         Move (x & y) | x -> x and friends before
3892         (x | CST1) & CST2 -> (x & CST2) | (CST1 & CST2).
3894 2015-06-30  Eric Botcazou  <ebotcazou@adacore.com>
3896         * config/sparc/leon.md (leon_load): Enable for all LEON variants if
3897         -mfix-ut699 is not specified.
3898         (leon3_load): Rename into...
3899         (ut699_load): ...this.  Enable for all LEON variants if -mfix-ut699
3900         is specified.
3902 2015-06-30  Marek Polacek  <polacek@redhat.com>
3904         * fold-const.c (fold_binary_loc): Move ~X | X folding ...
3905         * match.pd: ... here.
3907 2015-06-30  Richard Biener  <rguenther@suse.de>
3909         * target-insns.def (canonicalize_funcptr_for_compare): Add.
3910         * fold-const.c (build_range_check): Replace uses of
3911         HAVE_canonicalize_funcptr_for_compare.
3912         (fold_widened_comparison): Likewise.
3913         (fold_sign_changed_comparison): Likewise.
3914         * dojump.c: Include "target.h".
3915         (do_compare_and_jump): Replace uses of
3916         HAVE_canonicalize_funcptr_for_compare and
3917         gen_canonicalize_funcptr_for_compare.
3918         * expr.c (do_store_flag): Likewise.
3920 2015-06-30  Tom de Vries  <tom@codesourcery.com>
3922         PR tree-optimization/66652
3923         * tree-parloops.c (try_transform_to_exit_first_loop_alt): Use
3924         max_loop_iterations to determine if nit + 1 overflows.
3926 2015-06-30  Richard Biener  <rguenther@suse.de>
3928         * tree-vrp.c (register_edge_assert_for_2): Also register
3929         asserts for dominating conversion results.
3931 2015-06-30  Bin Cheng  <bin.cheng@arm.com>
3933         * tree-ssa-loop-ivopts.c (record_sub_use): Don't reset ssa_name
3934         field in struct iv.
3936 2015-06-29  Jack Howarth  <howarth.at.gcc@gmail.com>
3938         PR target/66509
3939         * configure.ac: Fix filds and fildq test for 64-bit.
3940         * configure: Regenerated.
3942 2015-06-29  Nathan Sidwell  <nathan@codesourcery.com>
3944         * config/nvptx/nvptx.md (nvptx_reorg_subreg): New fn, broken out of ...
3945         (nvptx_reorg): Here.  Keep the non-subreg pieces.
3947 2015-06-29  H.J. Lu  <hongjiu.lu@intel.com>
3949         * config/gnu-user.h (GNU_USER_TARGET_ENDFILE_SPEC): Use
3950         PIE_SPEC and NO_PIE_SPEC if HAVE_LD_PIE is defined.
3952 2015-06-29  Uros Bizjak  <ubizjak@gmail.com>
3954         * config/i386/i386.md (*jcc_1): Use %! in asm template.
3955         Set attribute "length_nobnd" instead of "length".
3956         (*jcc_2): Ditto.
3957         (jump): Ditto.
3958         (*jcc_1_bnd, *jcc_2_bnd, jump_bnd): Remove insn patterns.
3960 2015-06-29  Sandra Loosemore  <sandra@codesourcery.com>
3962         * config/nios2/nios2.c (nios2_delegitimize_address): Make
3963         assert less restrictive.
3965 2015-06-29  Manuel López-Ibáñez  <manu@gcc.gnu.org>
3967         PR fortran/66605
3968         * cgraphunit.c (cgraph_node::finalize_function): Do not call
3969         do_warn_unused_parameter.
3970         * function.c (do_warn_unused_parameter): Move from here.
3971         * function.h (do_warn_unused_parameter): Do not declare.
3973 2015-06-29  Matthew Wahab  <matthew.wahab@arm.com>
3975         PR target/65697
3976         * gcc.target/arm/armv-sync-comp-swap.c: New.
3977         * gcc.target/arm/armv-sync-op-acquire.c: New.
3978         * gcc.target/arm/armv-sync-op-full.c: New.
3979         * gcc.target/arm/armv-sync-op-release.c: New.
3981 2015-06-29  Matthew Wahab  <matthew.wahab@arm.com>
3983         PR target/65697
3984         * config/armc/arm.c (arm_split_compare_and_swap): For ARMv8, replace an
3985         initial acquire barrier with final barrier.
3987 2015-06-29  Matthew Wahab  <matthew.wahab@arm.com>
3989         PR target/65697
3990         * config/armc/arm.c (arm_split_atomic_op): For ARMv8, replace an
3991         initial acquire barrier with final barrier.
3993 2015-06-29  Richard Henderson  <rth@redhat.com>
3995         * config/i386/constraints.md (Bf): New constraint.
3996         * config/i386/i386-c.c (ix86_target_macros): Define
3997         __GCC_ASM_FLAG_OUTPUTS__.
3998         * config/i386/i386.c (ix86_md_asm_adjust): Handle =@cc* constraints
3999         as flags outputs.
4000         * doc/extend.texi (FlagOutputOperands): Document them.
4002 2015-06-29  Jiong Wang  <jiong.wang@arm.com>
4004         * config/arch64/aarch64.md (UNSPEC_TLSLE): New enumeration.
4005         * config/arch64/aarch64.md (tlsle_small): Rename to tlsle and use new
4006         unspec name.
4007         (tlsle_small_<mode>): Rename to tlsle_<mode> and use new unspec name.
4008         * config/arch64/aarch64-protos.h (arch64_symbol_type): Rename
4009         SYMBOL_SMALL_TPREL to SYMBOL_TLSLE.
4010         (aarch64_symbol_context): Ditto.
4011         * config/aarch64/aarch64.c (aarch64_load_symref_appropriately): Ditto
4012         and use new pattern name.
4013         (aarch64_expand_mov_immediate): Ditto.
4014         (aarch64_print_operand): Ditto.
4015         (aarch64_classify_tls_symbol): Ditto.
4017 2015-06-29  Marek Polacek  <polacek@redhat.com>
4018             Marc Glisse  <marc.glisse@inria.fr>
4020         * fold-const.c (fold_binary_loc): Move X - (X / Y) * Y -> X % Y to ...
4021         * match.pd: ... pattern here.
4023 2015-06-29  Tom de Vries  <tom@codesourcery.com>
4025         * tree-parloops.c (try_transform_to_exit_first_loop_alt): Simplify
4026         function structure.
4028 2015-06-29  Matthew Wahab  <matthew.wahab@arm.com>
4030         * doc/invoke.texi (Aarch64 Options, -march): Split out arch and
4031         feature description, split out the native option, add a link to
4032         the feature documentation, rearrange and slightly rewrite text.
4033         (Aarch64 options, -mcpu): Likewise.
4034         (Aarch64 options, Feature Modifiers): Add an anchor.  Mention
4035         +rdma implies Adv. SIMD.
4037 2015-06-29  Marek Polacek  <polacek@redhat.com>
4039         PR c/66322
4040         * function.c (stack_protect_epilogue): Remove a cast to int.
4041         * doc/invoke.texi: Update -Wswitch-bool description.
4043 2015-06-29  Richard Biener  <rguenther@suse.de>
4045         * genmatch.c (add_operator): Treat ADDR_EXPR as atom.
4046         * fold-const.c (fold_binary_loc): Move &A - &B simplification
4047         via ptr_difference_const ...
4048         * match.pd: ... here.
4049         When matching (X ^ Y) == Y also match with swapped operands.
4051 2015-06-29  Richard Biener  <rguenther@suse.de>
4053         * lto-streamer.h (LTO_major_version): Bump to 5.
4055 2015-06-29  Richard Biener  <rguenther@suse.de>
4057         PR tree-optimization/66677
4058         * tree-vect-stmts.c (vect_transform_stmt): Make assert about
4059         STMT_VINFO_VEC_STMT clobbering less strict.
4061 2015-06-29  Kugan Vivekanandarajah  <kuganv@linaro.org>
4063         PR middle-end/64130
4064         * tree-vrp.c (extract_range_from_binary_expr_1): For unsigned
4065         division, compute max and min when value ranges for dividend and
4066         divisor are available.
4068 2015-06-28  Chung-Lin Tang <cltang@codesourcery.com>
4069             Sandra Loosemore <sandra@codesourcery.com>
4071         * regrename.h (regrename_do_replace): Change to return bool.
4072         * regrename.c (rename_chains): Check return value of
4073         regname_do_replace.
4074         (regrename_do_replace): Re-validate the modified insns and
4075         return bool status.
4076         * config/aarch64/cortex-a57-fma-steering.c (rename_single_chain):
4077         Update to match rename_chains changes.
4078         * config/c6x/c6x.c (try_rename_operands): Assert that
4079         regrename_do_replace returns true.
4081 2015-06-28  Uros Bizjak  <ubizjak@gmail.com>
4083         * config/i386/i386.md (<mode>_ldx): Do not zero-extend non-Pmode
4084         operand 2 here.  Use copy_addr_to_reg to copy non-index
4085         register operand 2 to a temporary.
4086         (<mode>_stx): Ditto for operand 1.
4087         (*<mode>_ldx, *<mode>_stx): Remove enclosing parallel.
4088         * config/i386/i386.c (ix86_load_bounds): Zero-extend non-Pmode ptr here.
4089         (ix86_store_bounds): Ditto.
4091 2015-06-27  Patrick Palka  <ppalka@gcc.gnu.org>
4093         * print-tree.c (print_node) [TREE_VEC]: Print its length.
4095 2015-06-26  Andrew MacLeod  <amacleod@redhat.com>
4097         * gimple.c (gimple_call_set_fndecl): Remove.
4098         * gimple.h (gimple_call_set_fndecl): Relocate to gimple.h and call
4099         build1_loc directly instead of build_fold_addr_expr_loc.
4101 2015-06-26  Richard Sandiford  <richard.sandiford@arm.com>
4103         * hash-map.h (hash_map::traverse): Use the definition of the
4104         Key typedef rather than the typedef itself.
4106 2015-06-26  Martin Jambor  <mjambor@suse.cz>
4108         PR debug/66301
4109         * tree-ssa-pre.c (before_dom_children): Check that dump_file is not
4110         NULL instead of calling dump_enabled_p.
4112 2015-06-26  James Greenhalgh  <james.greenhalgh@arm.com>
4114         * config/aarch64/aarch64.opt: (override): New.
4115         * doc/invoke.texi (override): Document.
4116         * config/aarch64/aarch64.c (aarch64_flag_desc): New
4117         (aarch64_fusible_pairs): Likewise.
4118         (aarch64_tuning_flags): Likewise.
4119         (aarch64_tuning_override_function): Likewise.
4120         (aarch64_tuning_override_functions): Likewise.
4121         (aarch64_parse_one_option_token): Likewise.
4122         (aarch64_parse_boolean_options): Likewise.
4123         (aarch64_parse_fuse_string): Likewise.
4124         (aarch64_parse_tune_string): Likewise.
4125         (aarch64_parse_one_override_token): Likewise.
4126         (aarch64_parse_override_string): Likewise.
4127         (aarch64_override_options): Parse the -override string if it
4128         is present.
4130 2015-06-26  James Greenhalgh  <james.greenhalgh@arm.com>
4132         * config/aarch64/aarch64-protos.h (tune_params): Remove
4133         const from members.
4134         (aarch64_tune_params): Remove const, change to no longer be
4135         a pointer.
4136         * config/aarch64/aarch64.c (aarch64_tune_params): Remove const,
4137         change to no longer be a pointer, initialize to generic_tunings.
4138         (aarch64_min_divisions_for_recip_mul): Change dereference of
4139         aarch64_tune_params to member access.
4140         (aarch64_reassociation_width): Likewise.
4141         (aarch64_rtx_mult_cost): Likewise.
4142         (aarch64_address_cost): Likewise.
4143         (aarch64_branch_cost): Likewise.
4144         (aarch64_rtx_costs): Likewise.
4145         (aarch64_register_move_cost): Likewise.
4146         (aarch64_memory_move_cost): Likewise.
4147         (aarch64_sched_issue_rate): Likewise.
4148         (aarch64_builtin_vectorization_cost): Likewise.
4149         (aarch64_override_options): Take a copy of the selected tuning
4150         struct in to aarch64_tune_params, rather than just setting
4151         a pointer, change dereferences of aarch64_tune_params to member
4152         accesses.
4153         (aarch64_override_options_after_change): Change dereferences of
4154         aarch64_tune_params to member access.
4155         (aarch64_macro_fusion_p): Likewise.
4156         (aarch_macro_fusion_pair_p): Likewise.
4157         * config/aarch64/cortex-a57-fma-steering.c (gate): Likewise.
4159 2015-06-26  James Greenhalgh  <james.greenhalgh@arm.com>
4161         * config/aarch64/aarch64.h (AARCH64_FL_USE_FMA_STEERING_PASS): Delete.
4162         (aarch64_tune_flags): Likewise.
4163         (AARCH64_TUNE_FMA_STEERING): Likewise.
4164         * config/aarch64/aarch64-cores.def (cortex-a57): Remove reference
4165         to AARCH64_FL_USE_FMA_STEERING_PASS.
4166         (cortex-a57.cortex-a53): Likewise.
4167         (cortex-a72): Use cortexa72_tunings.
4168         (cortex-a72.cortex-a53): Likewise.
4169         (exynos-m1): Likewise.
4170         * config/aarch64/aarch64-protos.h (tune_params): Add
4171         a field: extra_tuning_flags.
4172         * config/aarch64/aarch64-tuning-flags.def: New.
4173         * config/aarch64/aarch64-protos.h (AARCH64_EXTRA_TUNING_OPTION): New.
4174         (aarch64_extra_tuning_flags): Likewise.
4175         (aarch64_tune_params): Declare here.
4176         * config/aarch64/aarch64.c (generic_tunings): Set extra_tuning_flags.
4177         (cortexa53_tunings): Likewise.
4178         (cortexa57_tunings): Likewise.
4179         (thunderx_tunings): Likewise.
4180         (xgene1_tunings): Likewise.
4181         (cortexa72_tunings): New.
4182         * config/aarch64/cortex-a57-fma-steering.c: Include aarch64-protos.h.
4183          (gate): Check against aarch64_tune_params.
4184         * config/aarch64/t-aarch64 (cortex-a57-fma-steering.o): Depend on
4185         aarch64-protos.h.
4187 2015-06-26  James Greenhalgh  <james.greenhalgh@arm.com>
4189         * config/aarch64/aarch64-fusion-pairs.def: New.
4190         * config/aarch64/aarch64-protos.h (aarch64_fusion_pairs): New.
4191         * config/aarch64/aarch64.c (AARCH64_FUSE_NOTHING): Move to
4192         aarch64_fusion_pairs.
4193         (AARCH64_FUSE_MOV_MOVK): Likewise.
4194         (AARCH64_FUSE_ADRP_ADD): Likewise.
4195         (AARCH64_FUSE_MOVK_MOVK): Likewise.
4196         (AARCH64_FUSE_ADRP_LDR): Likewise.
4197         (AARCH64_FUSE_CMP_BRANCH): Likewise.
4199 2015-06-26  Jiong Wang  <jiong.wang@arm.com>
4201         * config/aarch64/aarch64-protos.h (aarch64_symbol_type): New type
4202         SYMBOL_SMALL_GOT_28K.
4203         * config/aarch64/aarch64.md: (ldr_got_small_<mode>): Support new GOT
4204         relocation modifiers.
4205         (unspec): New enum "UNSPEC_GOTMALLPIC28K.
4206         (ldr_got_small_28k_<mode>): New.
4207         (ldr_got_small_28k_sidi): New.
4208         * config/aarch64/iterators.md (got_modifier): New mode iterator.
4209         * config/aarch64/aarch64-otps.h (aarch64_code_model): New model.
4210         * config/aarch64/aarch64.c (aarch64_load_symref_appropriately): Support
4211         SYMBOL_SMALL_GOT_28K.
4212         (aarch64_rtx_costs): Add costs for new instruction sequences.
4213         (initialize_aarch64_code_model): Initialize new model.
4214         (aarch64_classify_symbol): Recognize new model and new symbol classification.
4215         (aarch64_asm_preferred_eh_data_format): Support new model.
4216         (aarch64_load_symref_appropriately): Generate new instruction
4217         sequences for -fpic.
4218         (TARGET_USE_PSEUDO_PIC_REG): New definition.
4219         (aarch64_use_pseudo_pic_reg): New function.
4221 2015-06-26  Jiong Wang  <jiong.wang@arm.com>
4223         * config/aarch64/aarch64-protos.h (aarch64_symbol_type): Rename
4224         SYMBOL_SMALL_GOT to SYMBOL_SMALL_GOT_4G.
4225         * config/aarch64/aarch64.c (aarch64_load_symref_appropriately): Ditto.
4226         (aarch64_expand_mov_immediate): Ditto.
4227         (aarch64_print_operand): Ditto.
4228         (aarch64_classify_symbol): Ditto.
4230 2015-06-26  Nathan Sidwell  <nathan@codesourcery.com>
4232         * config/nvptx/nvptx.md (call_operation): Remove unused variables.
4234 2015-06-26  Bin Cheng  <bin.cheng@arm.com>
4236         PR bootstrap/66638
4237         * tree-ssa-loop-niter.c (loop_exits_before_overflow): Skip if
4238         assertion failed.  Remove assertion itself.
4240 2015-06-26  Richard Biener  <rguenther@suse.de>
4242         * fold-const.c (fold_binary_loc): Remove -A CMP -B -> A CMP B
4243         and -A CMP CST -> A CMP -CST which is redundant with a pattern
4244         in match.pd.
4245         Move (A | C) == D where C & ~D != 0 -> 0, (X ^ Y) ==/!= 0 -> X ==/!= Y,
4246         (X ^ Y) ==/!= {Y,X} -> {X,Y} ==/!= 0 and
4247         (X ^ C1) op C2 -> X op (C1 ^ C2) to ...
4248         * match.pd: ... patterns here.
4250 2015-06-26  Marek Polacek  <polacek@redhat.com>
4252         * match.pd ((x | y) & ~(x & y) -> x ^ y,
4253         (x | y) & (~x ^ y) -> x & y): New patterns.
4255 2015-06-26  Richard Sandiford  <richard.sandiford@arm.com>
4257         * rtl.h (emit): Add an optional boolean parameter to control
4258         whether barriers are emitted.
4259         * emit-rtl.c (emit): Likewise.
4260         * gensupport.c (get_emit_function): Return null rather than "emit".
4261         * genemit.c (gen_emit_seq): Handle the null return value.
4262         Don't emit barriers after the final instruction in the sequence.
4263         * gentarget-def.c (main): Don't emit barriers after the instruction.
4265 2015-06-26  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
4267         * config/arm/arm.c (arm_output_multireg_pop): Fix use of
4268         TARGET_UNIFIED_ASM.
4270 2015-06-26  Richard Biener  <rguenther@suse.de>
4272         * match.pd: Allow associating FLOAT_TYPE_P when flag_associative_math.
4274 2015-06-26  Richard Biener  <rguenther@suse.de>
4276         * match.pd: Allow (p +p off1) +p off2 to (p +p (off1 + off2))
4277         irrespective on whether the inner operation has a single use
4278         of both off are constant.
4280 2015-06-26  Uros Bizjak  <ubizjak@gmail.com>
4281             Segher Boessenkool  <segher@kernel.crashing.org>
4283         PR target/66412
4284         * config/i386/i386.md (various splitters): Use shallow_copy_rtx
4285         before doing PUT_MODE or PUT_CODE on operands to avoid
4286         in-place RTX modification.
4288 2015-06-25  H.J. Lu  <hongjiu.lu@intel.com>
4290         * gentarget-def.c (def_target_insn): Cast return of strtol to
4291         unsigned int.
4293 2015-06-25  Andrew MacLeod  <amacleod@redhat.com>
4295         * gimple.h (gimple_call_set_fn): Move inline function.
4296         * gimple.c (gimple_call_set_fn): Relocate here.
4298 2015-06-25  Oleg Endo  <olegendo@gcc.gnu.org>
4300         PR target/65979
4301         PR target/66611
4302         * config/sh/sh.md (tstsi_t peephole2): Use insn_invalid_p to check if
4303         the replacement insn will work.
4305 2015-06-25  H.J. Lu  <hongjiu.lu@intel.com>
4307         * gcc.c (driver_handle_option): Validate -pie if PIE is enabled
4308         by default.
4310 2015-06-25  Andrew MacLeod  <amacleod@redhat.com>
4312         * function.h (ipa_opt_pass, ipa_opt_pass_d): Move forward declarations.
4313         * cgraph.h: Include ipa-ref.h and plugin-api.h.
4314         (ipa_opt_pass, ipa_opt_pass_d)): Relocate forward declarations here.
4315         (symtab_node::address_can_be_compared_p): Move function.
4316         * cgraph.c (symtab_node::address_can_be_compared_p): Relocate function
4317         definition here.
4318         * asan.c: Remove ipa-ref.h and plugin-api.h from include list.
4319         * auto-profile.c: Likewise.
4320         * bb-reorder.c: Likewise.
4321         * builtins.c: Likewise.
4322         * calls.c: Likewise.
4323         * cfgexpand.c: Likewise.
4324         * cgraphbuild.c: Likewise.
4325         * cgraphclones.c: Likewise.
4326         * cgraphunit.c: Likewise.
4327         * combine.c: Likewise.
4328         * coverage.c: Likewise.
4329         * data-streamer-in.c: Likewise.
4330         * data-streamer-out.c: Likewise.
4331         * data-streamer.c: Likewise.
4332         * dbxout.c: Likewise.
4333         * dwarf2out.c: Likewise.
4334         * except.c: Likewise.
4335         * expr.c: Likewise.
4336         * final.c: Likewise.
4337         * fold-const.c: Likewise.
4338         * ggc-page.c: Likewise.
4339         * gimple-fold.c: Likewise.
4340         * gimple-iterator.c: Likewise.
4341         * gimple-pretty-print.c: Likewise.
4342         * gimple-streamer-in.c: Likewise.
4343         * gimple-streamer-out.c: Likewise.
4344         * gimple.c: Likewise.
4345         * gimplify.c: Likewise.
4346         * ipa-chkp.c: Likewise.
4347         * ipa-comdats.c: Likewise.
4348         * ipa-cp.c: Likewise.
4349         * ipa-devirt.c: Likewise.
4350         * ipa-icf-gimple.c: Likewise.
4351         * ipa-icf.c: Likewise.
4352         * ipa-inline-analysis.c: Likewise.
4353         * ipa-inline-transform.c: Likewise.
4354         * ipa-inline.c: Likewise.
4355         * ipa-polymorphic-call.c: Likewise.
4356         * ipa-profile.c: Likewise.
4357         * ipa-prop.c: Likewise.
4358         * ipa-pure-const.c: Likewise.
4359         * ipa-ref.c: Likewise.
4360         * ipa-reference.c: Likewise.
4361         * ipa-split.c: Likewise.
4362         * ipa-utils.c: Likewise.
4363         * ipa-visibility.c: Likewise.
4364         * ipa.c: Likewise.
4365         * langhooks.c: Likewise.
4366         * lto-cgraph.c: Likewise.
4367         * lto-compress.c: Likewise.
4368         * lto-opts.c: Likewise.
4369         * lto-section-in.c: Likewise.
4370         * lto-section-out.c: Likewise.
4371         * lto-streamer-in.c: Likewise.
4372         * lto-streamer-out.c: Likewise.
4373         * lto-streamer.c: Likewise.
4374         * omp-low.c: Likewise.
4375         * opts-global.c: Likewise.
4376         * passes.c: Likewise.
4377         * predict.c: Likewise.
4378         * print-tree.c: Likewise.
4379         * profile.c: Likewise.
4380         * ree.c: Likewise.
4381         * sanopt.c: Likewise.
4382         * stor-layout.c: Likewise.
4383         * symtab.c: Likewise.
4384         * toplev.c: Likewise.
4385         * trans-mem.c: Likewise.
4386         * tree-cfg.c: Likewise.
4387         * tree-chkp.c: Likewise.
4388         * tree-eh.c: Likewise.
4389         * tree-emutls.c: Likewise.
4390         * tree-inline.c: Likewise.
4391         * tree-nested.c: Likewise.
4392         * tree-parloops.c: Likewise.
4393         * tree-pretty-print.c: Likewise.
4394         * tree-profile.c: Likewise.
4395         * tree-sra.c: Likewise.
4396         * tree-ssa-alias.c: Likewise.
4397         * tree-ssa-live.c: Likewise.
4398         * tree-ssa-loop-ivcanon.c: Likewise.
4399         * tree-ssa-loop-ivopts.c: Likewise.
4400         * tree-ssa-pre.c: Likewise.
4401         * tree-ssa-sccvn.c: Likewise.
4402         * tree-ssa-strlen.c: Likewise.
4403         * tree-ssa-structalias.c: Likewise.
4404         * tree-streamer-in.c: Likewise.
4405         * tree-streamer-out.c: Likewise.
4406         * tree-streamer.c: Likewise.
4407         * tree-switch-conversion.c: Likewise.
4408         * tree-tailcall.c: Likewise.
4409         * tree-vect-data-refs.c: Likewise.
4410         * tree-vect-stmts.c: Likewise.
4411         * tree-vectorizer.c: Likewise.
4412         * tree.c: Likewise.
4413         * tsan.c: Likewise.
4414         * ubsan.c: Likewise.
4415         * value-prof.c: Likewise.
4416         * varasm.c: Likewise.
4417         * varpool.c: Likewise.
4418         * config/arm/arm.c: Likewise.
4419         * config/bfin/bfin.c: Likewise.
4420         * config/c6x/c6x.c: Likewise.
4421         * config/cris/cris.c: Likewise.
4422         * config/darwin-c.c: Likewise.
4423         * config/darwin.c: Likewise.
4424         * config/i386/i386.c: Likewise.
4425         * config/i386/winnt.c: Likewise.
4426         * config/microblaze/microblaze.c: Likewise.
4427         * config/mips/mips.c: Likewise.
4428         * config/rs6000/rs6000.c: Likewise.
4429         * config/rx/rx.c: Likewise.
4430         * config/s390/s390.c: Likewise.
4431         * config/tilegx/mul-tables.c: Likewise.
4433 2015-06-25  Richard Sandiford  <richard.sandiford@arm.com>
4435         * config/aarch64/aarch64.c, config/alpha/alpha.c,
4436         config/arm/arm.c, config/avr/avr.c, config/bfin/bfin.c,
4437         config/c6x/c6x.c, config/cr16/cr16.c, config/cris/cris.c,
4438         config/fr30/fr30.c, config/frv/frv.c, config/h8300/h8300.c,
4439         config/i386/i386.c, config/ia64/ia64.c, config/iq2000/iq2000.c,
4440         config/lm32/lm32.c, config/m32c/m32c.c, config/m32r/m32r.c,
4441         config/m68k/m68k.c, config/mcore/mcore.c, config/mep/mep.c,
4442         config/microblaze/microblaze.c, config/mips/mips.c,
4443         config/mmix/mmix.c, config/mn10300/mn10300.c,
4444         config/moxie/moxie.c, config/msp430/msp430.c,
4445         config/nds32/nds32.c, config/nios2/nios2.c, config/nvptx/nvptx.c,
4446         config/pa/pa.c, config/pdp11/pdp11.c, config/rl78/rl78.c,
4447         config/rs6000/rs6000.c, config/rx/rx.c, config/s390/s390.c,
4448         config/sh/sh.c, config/sparc/sparc.c, config/spu/spu.c,
4449         config/stormy16/stormy16.c, config/tilegx/tilegx.c,
4450         config/tilepro/tilepro.c, config/v850/v850.c, config/vax/vax.c,
4451         config/visium/visium.c, config/xtensa/xtensa.c: Add comment above
4452         target-def.h include.
4453         * config/ft32/ft32.c: Likewise.  Fix misapplied hunk.
4455 2015-06-25  Richard Sandiford  <richard.sandiford@arm.com>
4457         * Makefile.in (TARGET_DEF): Add target-insns.def.
4458         (.PRECIOUS, simple_rtl_generated_h): Add insn-target-def.h.
4459         (build/gentarget-def.o): New rule.
4460         (genprogrtl): Add target-def.
4461         * target-insns.def, gentarget-def.c: New files.
4462         * target.def: Add targetm.have_* and targetm.gen_* hooks,
4463         based on the contents of target-insns.def.
4464         * defaults.h (HAVE_simple_return, gen_simple_return): Delete.
4465         (HAVE_return, gen_return): Delete.
4466         * target-def.h: Include insn-target-def.h.
4467         * cfgrtl.c (force_nonfallthru_and_redirect): Use targetm interface
4468         instead of direct calls.  Rely on them to do the appropriate assertions.
4469         * function.c (gen_return_pattern): Likewise.  Return an rtx_insn *.
4470         (convert_jumps_to_returns): Use targetm interface instead of
4471         direct calls.
4472         (thread_prologue_and_epilogue_insns): Likewise.
4473         * reorg.c (find_end_label, dbr_schedule): Likewise.
4474         * shrink-wrap.h (SHRINK_WRAPPING_ENABLED): Likewise.
4475         * shrink-wrap.c (convert_to_simple_return): Likewise.
4476         (try_shrink_wrapping): Use SHRINK_WRAPPING_ENABLED.
4478 2015-06-25  Richard Sandiford  <richard.sandiford@arm.com>
4480         * config/aarch64/aarch64.c, config/alpha/alpha.c, config/arm/arm.c,
4481         config/avr/avr.c, config/bfin/bfin.c, config/c6x/c6x.c,
4482         config/cr16/cr16.c, config/cris/cris.c, config/fr30/fr30.c,
4483         config/frv/frv.c, config/ft32/ft32.c, config/h8300/h8300.c,
4484         config/i386/i386.c, config/ia64/ia64.c, config/iq2000/iq2000.c,
4485         config/lm32/lm32.c, config/m32c/m32c.c, config/m32r/m32r.c,
4486         config/m68k/m68k.c, config/mcore/mcore.c, config/mep/mep.c,
4487         config/microblaze/microblaze.c, config/mips/mips.c, config/mmix/mmix.c,
4488         config/mn10300/mn10300.c, config/moxie/moxie.c, config/msp430/msp430.c,
4489         config/nds32/nds32.c, config/nios2/nios2.c, config/nvptx/nvptx.c,
4490         config/pa/pa.c, config/pdp11/pdp11.c, config/rl78/rl78.c,
4491         config/rs6000/rs6000.c, config/rx/rx.c, config/s390/s390.c,
4492         config/sh/sh.c, config/sparc/sparc.c, config/spu/spu.c,
4493         config/stormy16/stormy16.c, config/tilegx/tilegx.c,
4494         config/tilepro/tilepro.c, config/v850/v850.c, config/vax/vax.c,
4495         config/visium/visium.c, config/xtensa/xtensa.c: Move target-def.h
4496         includes to end.
4498 2015-06-25  Richard Sandiford  <richard.sandiford@arm.com>
4500         * hash-map-traits.h (simple_hashmap_traits::key_type): New typedef.
4501         (unbounded_int_hashmap_traits::key_type): Likewise.
4502         * hash-map.h (hash_map): Get the key type from the traits.
4503         * hash-traits.h (default_hash_traits): By default, inherit from the
4504         template parameter.
4505         * alias.c (alias_set_traits): Delete.
4506         (alias_set_entry_d::children): Use alias_set_hash as the first
4507         template parameter.
4508         (record_alias_subset): Update accordingly.
4509         * except.c (tree_hash_traits): Delete.
4510         (type_to_runtime_map): Use tree_hash as the first template parameter.
4511         (init_eh): Update accordingly.
4512         * genmatch.c (capture_id_map_hasher): Delete.
4513         (cid_map_t): Use nofree_string_hash as first template parameter.
4514         * ipa-icf.h (symbol_compare_hashmap_traits): Delete.
4515         * ipa-icf.c (sem_item_optimizer::subdivide_classes_by_sensitive_refs):
4516         Use symbol_compare_hash as the first template parameter in
4517         subdivide_hash_map.
4518         * mem-stats.h (mem_usage_pair::mem_alloc_hashmap_traits): Delete.
4519         (mem_usage_pair::mem_map_t): Use mem_location_hash as the first
4520         template parameter.
4521         * passes.c (pass_registry_hasher): Delete.
4522         (name_to_pass_map): Use nofree_string_hash as the first template
4523         parameter.
4524         (register_pass_name): Update accordingly.
4525         * sanopt.c (sanopt_tree_map_traits): Delete.
4526         (sanopt_tree_triplet_map_traits): Delete.
4527         (sanopt_ctx::asan_check_map): Use tree_operand_hash as the first
4528         template parameter.
4529         (sanopt_ctx::vptr_check_map): Use sanopt_tree_triplet_hash as
4530         the first template parameter.
4531         * sese.c (rename_map_hasher): Delete.
4532         (rename_map_type): Use tree_ssa_name_hash as the first template
4533         parameter.
4534         * symbol-summary.h (function_summary::summary_hashmap_traits): Delete.
4535         (function_summary::m_map): Use map_hash as the first template
4536         parameter.
4537         (function_summary::release): Update accordingly.
4538         * tree-if-conv.c (phi_args_hash_traits): Delete.
4539         (predicate_scalar_phi): Use tree_operand_hash as the first template
4540         parameter to phi_arg_map.
4541         * tree-inline.h (dependence_hasher): Delete.
4542         (copy_body_data::dependence_map): Use dependence_hash as the first
4543         template parameter.
4544         * tree-inline.c (remap_dependence_clique): Update accordingly.
4545         * tree-ssa-strlen.c (stridxlist_hash_traits): Delete.
4546         (decl_to_stridxlist_htab): Use tree_decl_hash as the first template
4547         parameter.
4548         (addr_stridxptr): Update accordingly.
4549         * value-prof.c (profile_id_traits): Delete.
4550         (cgraph_node_map): Use profile_id_hash as the first template
4551         parameter.
4552         (init_node_map): Update accordingly.
4553         * config/alpha/alpha.c (string_traits): Delete.
4554         (machine_function::links): Use nofree_string_hash as the first
4555         template parameter.
4556         (alpha_use_linkage, alpha_write_linkage): Update accordingly.
4557         * config/m32c/m32c.c (pragma_traits): Delete.
4558         (pragma_htab): Use nofree_string_hash as the first template parameter.
4559         (m32c_note_pragma_address): Update accordingly.
4560         * config/mep/mep.c (pragma_traits): Delete.
4561         (pragma_htab): Use nofree_string_hash as the first template parameter.
4562         (mep_note_pragma_flag): Update accordingly.
4563         * config/mips/mips.c (mips16_flip_traits): Delete.
4564         (mflip_mips16_htab): Use nofree_string_hash as the first template
4565         parameter.
4566         (mflip_mips16_use_mips16_p): Update accordingly.
4567         (local_alias_traits): Delete.
4568         (mips16_local_aliases): Use nofree_string_hash as the first template
4569         parameter.
4570         (mips16_local_alias): Update accordingly.
4572 2015-06-25  Richard Sandiford  <richard.sandiford@arm.com>
4574         * hash-map-traits.h (default_hashmap_traits): Delete.
4576 2015-06-25  Richard Sandiford  <richard.sandiford@arm.com>
4578         * hash-map-traits.h (unbounded_hashmap_traits): New class.
4579         (unbounded_int_hashmap_traits): Likewise.
4580         * cfgexpand.c (part_traits): Use unbounded_int_hashmap_traits.
4582 2015-06-25  Richard Sandiford  <richard.sandiford@arm.com>
4584         * ipa-icf.h (symbol_compare_hash): New class.
4585         (symbol_compare_hashmap_traits): Use it.
4586         * mem-stats.h (mem_alloc_description::mem_location_hash): New class.
4587         (mem_alloc_description::mem_alloc_hashmap_traits): Use it.
4588         (mem_alloc_description::reverse_mem_map_t): Remove redundant
4589         default_hashmap_traits.
4590         * sanopt.c (sanopt_tree_triplet_hash): New class.
4591         (sanopt_tree_triplet_map_traits): Use it.
4593 2015-06-25  Richard Sandiford  <richard.sandiford@arm.com>
4595         * gengtype-parse.c (require_template_declaration): Allow '+' in
4596         template parameters.  Consolidate cases.
4597         * hash-traits.h (int_hash): New class.
4598         * alias.c (alias_set_hash): New structure.
4599         (alias_set_traits): Use it.
4600         * symbol-summary.h (function_summary::map_hash): New class.
4601         (function_summary::summary_hashmap_traits): Use it.
4602         * tree-inline.h (dependence_hash): New class.
4603         (dependence_hasher): Use it.
4604         * tree-ssa-reassoc.c (oecount_hasher): Use int_hash.
4605         * value-prof.c (profile_id_hash): New class.
4606         (profile_id_traits): Use it.
4608 2015-06-25  Richard Sandiford  <richard.sandiford@arm.com>
4610         * config/mips/mips.c (mips16_flip_traits): Use it.
4611         (local_alias_traits, mips16_local_aliases): Convert from a map of
4612         rtxes to a map of symbol names.
4613         (mips16_local_alias): Update accordingly.
4615 2015-06-25  Richard Sandiford  <richard.sandiford@arm.com>
4617         * hash-traits.h (string_hash, nofree_string_hash): New classes.
4618         * genmatch.c (capture_id_map_hasher): Use nofree_string_hash.
4619         * passes.c (pass_registry_hasher): Likewise.
4620         * config/alpha/alpha.c (string_traits): Likewise.
4621         * config/i386/winnt.c (i386_find_on_wrapper_list): Likewise.
4622         * config/m32c/m32c.c (pragma_traits): Likewise.
4623         * config/mep/mep.c (pragma_traits): Likewise.
4625 2015-06-25  Richard Sandiford  <richard.sandiford@arm.com>
4627         * tree-hash-traits.h (tree_hash): New class.
4628         * except.c: Include tree-hash-traits.h.
4629         (tree_hash_traits): Use tree_hash.
4631 2015-06-25  Richard Sandiford  <richard.sandiford@arm.com>
4633         * tree-hash-traits.h (tree_ssa_name_hasher): New class.
4634         * sese.c: Include tree-hash-traits.h.
4635         (rename_map_hasher): Use tree_ssa_name_hasher.
4637 2015-06-25  Richard Sandiford  <richard.sandiford@arm.com>
4639         * tree-hash-traits.h (tree_decl_hash): New class.
4640         * tree-ssa-strlen.c: Include tree-hash-traits.h.
4641         (stridxlist_hash_traits): Use tree_decl_hash.
4643 2015-06-25  Richard Sandiford  <richard.sandiford@arm.com>
4645         * tree-hash-traits.h: New file.
4646         (tree_operand_hash): New class.
4647         * sanopt.c: Include tree-hash-traits.h.
4648         (sanopt_tree_map_traits): Use tree_operand_hash.
4649         * tree-if-conv.c: Include tree-hash-traits.h.
4650         (phi_args_hash_traits): Use tree_operand_hash.
4651         * tree-ssa-uncprop.c: Include tree-hash-traits.h.
4652         (val_ssa_equiv_hash_traits): Use tree_operand_hash.
4654 2015-06-25  Richard Sandiford  <richard.sandiford@arm.com>
4656         * hash-map-traits.h: Include hash-traits.h.
4657         (simple_hashmap_traits): New class.
4658         * mem-stats.h (hash_map): Change the default traits to
4659         simple_hashmap_traits<default_hash_traits<Key> >.
4661 2015-06-25  Richard Sandiford  <richard.sandiford@arm.com>
4663         * hash-table.h: Update comments.
4665 2015-06-25  Richard Sandiford  <richard.sandiford@arm.com>
4667         * hash-traits.h (default_hash_traits): New structure.
4668         * hash-set.h (default_hashset_traits): Delete.
4669         (hash_set): Use default_hash_traits<Key> instead of
4670         default_hashset_traits.  Delete hash_entry type and use Key directly.
4671         * ipa-devirt.c (pair_traits): Delete.
4672         (default_hash_traits <type_pair>): Override.
4673         (odr_subtypes_equivalent_p): Remove pair_types template parameter.
4674         (odr_types_equivalent_p, add_type_duplicate): Likewise.
4676 2015-06-25  Richard Sandiford  <richard.sandiford@arm.com>
4678         * hash-traits.h (typed_noop_remove): Don't require a pointer type.
4680 2015-06-25  Richard Sandiford  <richard.sandiford@arm.com>
4682         * hash-table.h (has_is_deleted, is_deleted_helper): Delete.
4683         (has_is_empty, is_empty_helper): Delete.
4684         (has_mark_deleted, mark_deleted_helper): Delete.
4685         (has_mark_empty, mark_empty_helper): Delete.
4686         (hash_table::is_deleted): Call the Descriptor unconditionally.
4687         (hash_table::is_empty): Likewise.
4688         (hash_table::mark_deleted): Likewise.
4689         (hash_table::mark_empty): Likewise.
4691 2015-06-25  Richard Sandiford  <richard.sandiford@arm.com>
4693         * cgraph.h (asmname_hasher): Inherit from ggc_ptr_hash.  Remove
4694         redundant typedefs and members.
4695         * coverage.c (counts_entry): Inherit from pointer_hash.  Remove
4696         redundant typedefs.
4697         * dwarf2out.c (cu_hash_table_entry_hasher): Likewise.
4698         * ipa-devirt.c (odr_name_hasher): Likewise.
4699         (polymorphic_call_target_hasher): Likewise.
4700         * ira-costs.c (cost_classes_hasher): Likewise.
4701         * statistics.c (stats_counter_hasher): Likewise.
4702         * trans-mem.c (log_entry_hasher): Likewise.
4703         * tree-ssa-dom.c (expr_elt_hasher): Likewise.
4704         * tree-ssa-sccvn.c (vn_phi_hasher, vn_reference_hasher): Likewise.
4705         * tree-ssa-tail-merge.c (same_succ_def): Likewise.
4706         * var-tracking.c (variable_hasher): Likewise.
4707         * valtrack.h (dead_debug_hash_descr): Inherit from free_ptr_hash.
4708         Remove redundant typedefs and members.
4710 2015-06-25  Richard Sandiford  <richard.sandiford@arm.com>
4712         * hash-traits.h (ggc_cache_hasher): Rename to...
4713         (ggc_cache_remove): ...this and remove typedefs.
4714         (ggc_cache_ptr_hash): New class.
4715         * hash-table.h: Update commentary.
4716         * emit-rtl.c (const_int_hasher): Inherit from ggc_cache_ptr_hash
4717         rather than ggc_cache_hasher.
4718         (const_wide_int_hasher, reg_attr_hasher): Likewise.
4719         (const_double_hasher, const_fixed_hasher): Likewise.
4720         * function.c (insn_cache_hasher): Likewise.
4721         * trans-mem.c (tm_wrapper_hasher): Likewise.
4722         * tree.h (tree_decl_map_cache_hasher): Likewise.
4723         * tree.c (type_cache_hasher, int_cst_hasher): Likewise.
4724         (cl_option_hasher, tree_vec_map_cache_hasher): Likewise.
4725         * ubsan.c (tree_type_map_cache_hasher): Likewise.
4726         * varasm.c (tm_clone_hasher): Likewise.
4727         * config/i386/i386.c (dllimport_hasher): Likewise.
4728         * config/nvptx/nvptx.c (declared_libfunc_hasher): Likewise.
4729         (tree_hasher): Likewise.
4731 2015-06-25  Richard Sandiford  <richard.sandiford@arm.com>
4733         * hash-traits.h (ggc_hasher): Rename to...
4734         (ggc_remover): ...this and remove typedefs.
4735         (ggc_cache_hasher): Update accordingly.  Add typedefs.
4736         (ggc_ptr_hash): New class.
4737         * hash-table.h: Update comment.
4738         * cfgloop.h (loop_exit_hasher): Inherit from ggc_ptr_hash rather than
4739         ggc_hasher.
4740         * cgraph.h (section_name_hasher, cgraph_edge_hasher): Likewise.
4741         (tree_descriptor_hasher): Likewise.
4742         * cgraph.c (function_version_hasher): Likewise.
4743         * dwarf2out.c (indirect_string_hasher, dwarf_file_hasher): Likewise.
4744         (decl_die_hasher, block_die_hasher, decl_loc_hasher): Likewise.
4745         (dw_loc_list_hasher, addr_hasher): Likewise.
4746         * function.h (used_type_hasher): Likewise.
4747         * function.c (temp_address_hasher): Likewise.
4748         * gimple-ssa.h (tm_restart_hasher, ssa_name_hasher): Likewise.
4749         * libfuncs.h (libfunc_hasher): Likewise.
4750         * lto-streamer.h (decl_state_hasher): Likewise.
4751         * optabs.c (libfunc_decl_hasher): Likewise.
4752         * tree-scalar-evolution.c (scev_info_hasher): Likewise.
4753         * varasm.c (section_hasher, object_block_hasher): Likewise.
4754         (const_rtx_desc_hasher): Likewise.
4755         * config/darwin.c (indirection_hasher, cfstring_hasher): Likewise.
4756         * config/rs6000/rs6000.c (toc_hasher, builtin_hasher): Likewise.
4758 2015-06-25  Richard Sandiford  <richard.sandiford@arm.com>
4760         * hash-traits.h (free_ptr_hash): New class.
4761         * dwarf2out.c (decl_table_entry_hasher): Inherit from free_ptr_hash
4762         rather than typed_free_remove.  Remove redudant typedefs.
4763         (external_ref_hasher): Likewise.
4764         * except.c (action_record_hasher, ttypes_filter_hasher): Likewise.
4765         (ehspec_hasher): Likewise.
4766         * ggc-common.c (saving_hasher): Likewise.
4767         * gimplify.c (gimplify_hasher): Likewise.
4768         * haifa-sched.c (delay_i2_hasher): Likewise.
4769         * loop-invariant.c (invariant_expr_hasher): Likewise.
4770         * loop-iv.c (biv_entry_hasher): Likewise.
4771         * loop-unroll.c (iv_split_hasher, var_expand_hasher): Likewise.
4772         * trans-mem.c (tm_mem_map_hasher, tm_memop_hasher): Likewise.
4773         * tree-cfg.c (locus_discrim_hasher): Likewise.
4774         * tree-eh.c (finally_tree_hasher): Likewise.
4775         * tree-into-ssa.c (var_info_hasher): Likewise.
4776         * tree-parloops.c (reduction_hasher, name_to_copy_hasher): Likewise.
4777         * tree-ssa-loop-ivopts.c (iv_inv_expr_hasher): Likewise.
4778         * tree-ssa-phiopt.c (ssa_names_hasher): Likewise.
4779         * tree-ssa-pre.c (expr_pred_trans_d): Likewise.
4780         * tree-ssa-sccvn.c (vn_constant_hasher): Likewise.
4781         * tree-ssa-structalias.c (equiv_class_hasher): Likewise.
4782         (shared_bitmap_hasher): Likewise.
4783         * tree-ssa-threadupdate.c (redirection_data): Likewise.
4784         * tree-vectorizer.h (peel_info_hasher): Likewise.
4785         * tree-vectorizer.c (simduid_to_vf, simd_array_to_simduid): Likewise.
4786         * config/mips/mips.c (mips_lo_sum_offset_hasher): Likewise.
4788 2015-06-25  Richard Sandiford  <richard.sandiford@arm.com>
4790         * hash-table.h: Update comments.
4791         * hash-traits.h (pointer_hash): Don't inherit from typed_noop_remove.
4792         (nofree_ptr_hash): New class.
4793         * asan.c (asan_mem_ref_hasher): Inherit from nofree_ptr_hash rather
4794         than typed_noop_remove.  Remove redudant typedefs.
4795         * attribs.c (attribute_hasher): Likewise.
4796         * cfg.c (bb_copy_hasher): Likewise.
4797         * cselib.c (cselib_hasher): Likewise.
4798         * dse.c (invariant_group_base_hasher): Likewise.
4799         * dwarf2cfi.c (trace_info_hasher): Likewise.
4800         * dwarf2out.c (macinfo_entry_hasher): Likewise.
4801         (comdat_type_hasher, loc_list_hasher): Likewise.
4802         * gcse.c (pre_ldst_expr_hasher): Likewise.
4803         * genmatch.c (id_base): Likewise.
4804         * genrecog.c (test_pattern_hasher): Likewise.
4805         * gimple-ssa-strength-reduction.c (cand_chain_hasher): Likewise.
4806         * haifa-sched.c (delay_i1_hasher): Likewise.
4807         * hard-reg-set.h (simplifiable_subregs_hasher): Likewise.
4808         * ipa-icf.h (congruence_class_group_hash): Likewise.
4809         * ipa-profile.c (histogram_hash): Likewise.
4810         * ira-color.c (allocno_hard_regs_hasher): Likewise.
4811         * lto-streamer.h (string_slot_hasher): Likewise.
4812         * lto-streamer.c (tree_entry_hasher): Likewise.
4813         * plugin.c (event_hasher): Likewise.
4814         * postreload-gcse.c (expr_hasher): Likewise.
4815         * store-motion.c (st_expr_hasher): Likewise.
4816         * tree-sra.c (uid_decl_hasher): Likewise.
4817         * tree-ssa-coalesce.c (coalesce_pair_hasher): Likewise.
4818         (ssa_name_var_hash): Likewise.
4819         * tree-ssa-live.c (tree_int_map_hasher): Likewise.
4820         * tree-ssa-loop-im.c (mem_ref_hasher): Likewise.
4821         * tree-ssa-pre.c (pre_expr_d): Likewise.
4822         * tree-ssa-sccvn.c (vn_nary_op_hasher): Likewise.
4823         * vtable-verify.h (registration_hasher): Likewise.
4824         * vtable-verify.c (vtbl_map_hasher): Likewise.
4825         * config/arm/arm.c (libcall_hasher): Likewise.
4826         * config/i386/winnt.c (wrapped_symbol_hasher): Likewise.
4827         * config/ia64/ia64.c (bundle_state_hasher): Likewise.
4828         * config/sol2.c (comdat_entry_hasher): Likewise.
4829         * fold-const.c (fold): Use nofree_ptr_hash instead of pointer_hash.
4830         (print_fold_checksum, fold_checksum_tree): Likewise.
4831         (debug_fold_checksum, fold_build1_stat_loc): Likewise.
4832         (fold_build2_stat_loc, fold_build3_stat_loc): Likewise.
4833         (fold_build_call_array_loc): Likewise.
4834         * tree-ssa-ccp.c (gimple_htab): Likewise.
4835         * tree-browser.c (tree_upper_hasher): Inherit from nofree_ptr_hash
4836         rather than pointer_type.
4838 2015-06-25  Richard Sandiford  <richard.sandiford@arm.com>
4840         * hash-traits.h (pointer_hash::mark_deleted, pointer_hash::mark_empty)
4841         (pointer_hash::is_deleted, pointer_hash::is_empty): New functions.
4843 2015-06-25  Richard Sandiford  <richard.sandiford@arm.com>
4845         * hash-traits.h (ggc_hasher::remove): Take a reference parameter.
4846         (ggc_hasher::ggc_mx): Likewise.
4847         (ggc_cache_hasher): Inherit from ggc_hasher.  Remove definitions
4848         that duplicate ggc_hasher ones.
4850 2015-06-25  Richard Sandiford  <richard.sandiford@arm.com>
4852         * hash-table.h (hash_table): Add gt_cleare_cache as a friend.
4853         (gt_cleare_cache): Check here for deleted and empty entries.
4854         Replace handle_cache_entry with a call to keep_cache_entry.
4855         * hash-traits.h (ggc_cache_hasher::handle_cache_entry): Delete.
4856         (ggc_cache_hasher::keep_cache_entry): New function.
4857         * trans-mem.c (tm_wrapper_hasher::handle_cache_entry): Delete.
4858         (tm_wrapper_hasher::keep_cache_entry): New function.
4859         * tree.h (tree_decl_map_cache_hasher::handle_cache_entry): Delete.
4860         (tree_vec_map_cache_hasher::keep_cache_entry): New function.
4861         * tree.c (type_cache_hasher::handle_cache_entry): Delete.
4862         (type_cache_hasher::keep_cache_entry): New function.
4863         (tree_vec_map_cache_hasher::handle_cache_entry): Delete.
4864         (tree_vec_map_cache_hasher::keep_cache_entry): New function.
4865         * ubsan.c (tree_type_map_cache_hasher::handle_cache_entry): Delete.
4866         (tree_type_map_cache_hasher::keep_cache_entry): New function.
4867         * varasm.c (tm_clone_hasher::handle_cache_entry): Delete.
4868         (tm_clone_hasher::keep_cache_entry): New function.
4869         * config/i386/i386.c (dllimport_hasher::handle_cache_entry): Delete.
4870         (dllimport_hasher::keep_cache_entry): New function.
4872 2015-06-25  Richard Sandiford  <richard.sandiford@arm.com>
4874         * hash-table.h: Include hash-traits.h.
4875         (typed_free_remove, typed_noop_remove, pointer_hash, ggc_hasher)
4876         (ggc_cache_hasher): Move to...
4877         * hash-traits.h: ...this new file.
4879 2015-06-25  Andrew MacLeod  <amacleod@redhat.com>
4881         * tree-core.h (struct tree_optimization_option): Make opts a pointer to
4882         struct cl_optimization.
4883         * tree.h (TREE_OPTIMIZATION): Return the pointer, not the address of it.
4884         * tree.c (make_node_stat): Allocate cl_optimization struct.
4885         (copy_node_stat): Allocate and copy cl_optimization struct.
4887 2015-06-25  Andrew MacLeod  <amacleod@redhat.com>
4889         * function.h (struct incoming_args): Move struct.
4890         (pass_by_reference, reference_callee_copied): Remove prototypes.
4891         * emit-rtl.h (struct incoming_args): Relocate struct here.
4892         * calls.h (pass_by_reference, reference_callee_copied): Relocate
4893         prototypes here.
4894         * function.c (pass_by_reference, reference_callee_copied): Move.
4895         * calls.c (pass_by_reference, reference_callee_copied): Relocate here.
4896         * cfgloop.h: Don't include tm.h or hard-reg-set.h.
4897         * ipa-chkp.c: Include calls.h.
4899 2015-06-25  Andrew Macleod  <amacleod@redhat.com>
4901         * alias.h (alias_set_type): Move typedef.
4902         * coretypes.h (alias_set_type): Relocate typedef here.
4903         * rtl.h: Don't include alias.h.
4905 2015-06-25  Andrew MacLeod  <amacleod@redhat.com>
4907         * cgraph.h (cgraph_rtl_info): Move to rtl.h
4908         (cgraph_node): Maintain pointer to struct cgraph_rtl_info instead of
4909         and instance.
4910         * rtl.h (struct cgraph_rtl_info): Define when HARD_REG_SET available.
4911         * cgraph.c (cgraph_node::rtl_info): Allocate cgraph_rtl_info if one
4912         doesn't exist.
4913         * calls.c: Include hard-reg-set.h before rtl.h.
4914         * ira.c: Likewise.
4916 2015-06-25  Zhouyi Zhou  <yizhouzhou@ict.ac.cn>
4917             Vladimir Makarov  <vmakarov@redhat.com>
4919         * ira-color.c (assign_hard_reg): Remove unecessary bitmap check.
4920         Add assert.
4922 2015-06-25  Richard Biener  <rguenther@suse.de>
4924         * fold-const.c (fold_binary_loc): Move simplification of
4925         (X <<>> C1) & C2 ...
4926         * match.pd: ... here.
4928 2015-06-25  Eric Botcazou  <ebotcazou@adacore.com>
4930         * lto-streamer-out.c (DFS::hash_scc): Fix typos & formatting glitches.
4932 2015-06-25  Richard Sandiford  <richard.sandiford@arm.com>
4934         * match.pd: Add patterns for vec_conds between 1 and 0.
4936 2015-06-25  Richard Biener  <rguenther@suse.de>
4938         * tree-vect-stmts.c (vectorizable_conversion): Do not set
4939         STMT_VINFO_VEC_STMT for SLP.
4940         (vectorizable_store): Likewise.
4941         (vectorizable_load): Likewise.
4942         (vect_transform_stmt): Catch SLP vectorization clobbering
4943         STMT_VINFO_VEC_STMT.
4945 2015-06-25  Richard Biener  <rguenther@suse.de>
4947         * tree-vect-slp.c (vect_detect_hybrid_slp_stmts): Improve debug
4948         dumping.
4949         (vect_create_mask_and_perm): Do not set STMT_VINFO_VEC_STMT and
4950         cleanup resulting dead code and parameters.
4951         (vect_transform_slp_perm_load): Adjust.
4953 2015-06-25  Nick Clifton  <nickc@redhat.com>
4955         * config/bfin/bfin.c (bfin_expand_prologue): Set
4956         current_function_static_stack_size if flag_stack_usage_info is set.
4957         * config/ft32/ft32.c (ft32_expand_prologue): Likewise.
4958         * config/h8300/h8300.c (h8300_expand_prologue): Likewise.
4959         * config/iq2000/iq2000.c (iq2000_expand_prologue): Likewise.
4960         * config/m32c/m32c.c (m32c_emit_prologue): Likewise.
4962 2015-06-25  Tom de Vries  <tom@codesourcery.com>
4964         * tree-ssa-loop-manip.c (canonicalize_loop_ivs): Don't claim in header
4965         comment that the generated IV is unsigned.
4967 2015-06-25  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
4969         PR target/29693
4970         * config/arm/arm.c (arm_dbx_register_number): Return
4971         DWARF_FRAME_REGISTERS by default.
4973 2015-06-25  Tom de Vries  <tom@codesourcery.com>
4975         * dominance.c (calculate_dominance_info): Fix verify_dominators call
4976         argument.  Call verify_dominator when reusing dominator info.
4978 2015-06-24  Kaz Kojima  <kkojima@gcc.gnu.org>
4980         PR target/66563
4981         * config/sh/sh.md (GOTaddr2picreg): Add a new operand for
4982         an additional element of the unspec vector.  Modify indices
4983         of operands.
4984         (builtin_setjmp_receiver): Pass const0_rtx to gen_GOTaddr2picreg.
4985         * config/sh/sh.c (prepare_move_operands): Pass incremented
4986         const_int to gen_GOTaddr2picreg.
4987         (sh_expand_prologue): Pass const0_rtx to gen_GOTaddr2picreg.
4989 2015-06-24  Alan Lawrence  <alan.lawrence@arm.com>
4991         * config/aarch64/aarch64.md (<optab><fcvt_target><GPF:mode>2):
4992         Condition on TARGET_FLOAT.
4994 2015-06-24  Alan Lawrence  <alan.lawrence@arm.com>
4996         * doc/invoke.texi: Clarify AArch64 feature modifiers (no)fp, (no)simd
4997         and (no)crypto.
4999 2015-06-24  Alan Lawrence  <alan.lawrence@arm.com>
5001         * config/aarch64/aarch64-protos.h (aarch64_err_no_fpadvsimd): New.
5003         * config/aarch64/aarch64.md (mov<mode>/GPF, movtf): Use
5004         aarch64_err_no_fpadvsimd.
5006         * config/aarch64/aarch64.c (aarch64_err_no_fpadvsimd): New.
5007         (aarch64_layout_arg, aarch64_init_cumulative_args): Use
5008         aarch64_err_no_fpadvsimd if !TARGET_FLOAT and we need FP regs.
5009         (aarch64_expand_builtin_va_start, aarch64_setup_incoming_varargs):
5010         Turn error into assert, test TARGET_FLOAT.
5011         (aarch64_gimplify_va_arg_expr): Use aarch64_err_no_fpadvsimd, test
5012         TARGET_FLOAT.
5014 2015-06-24  Aldy Hernandez  <aldyh@redhat.com>
5016         PR debug/66482
5017         * dwarf2out.c (gen_formal_parameter_die): Remove assert.
5019 2015-06-24  Ilya Enkovich  <enkovich.gnu@gmail.com>
5021         * tree-vect-slp.c (vect_build_slp_tree_1): Init vectype.
5023 2015-06-24 Renlin Li <renlin.li@arm.com>
5025         * config/aarch64/aarch64.h(TARGET_CPU_CPP_BUILTINS): Add
5026         __ARM_ALIGN_MAX_PWR, __ARM_ALIGN_MAX_STACK_PWR.
5028 2015-06-24  Richard Biener  <rguenther@suse.de>
5030         * genmatch.c (enum tree_code): Add VIEW_CONVERT[012].
5031         (main): Likewise.
5032         (lower_opt_convert): Support lowering of conditional view_convert.
5033         (parser::parse_operation): Likewise.
5034         (parser::parse_for): Likewise.
5036 2015-06-24  Renlin Li  <renlin.li@arm.com>
5038         * varasm.c (emit_local): Use unsigned int for align variable.
5040 2015-06-24  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
5042         PR target/63408
5043         * config/arm/arm.c (vfp3_const_double_for_fract_bits): Disable
5044         for negative numbers.
5046 2015-06-24  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
5048         PR rtl-optimization/66306
5049         * reload.c (find_reloads): Swap the match_dup info for
5050         commutative operands.
5052 2015-06-24  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
5054         * config/s390/vx-builtins.md
5055         ("vec_scatter_element<mode>_<non_vec_int>")
5056         ("vec_scatter_element<V_HW_64:mode>_SI"): Replace gf mode
5057         attribute with bhfgq.
5059 2015-06-24  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
5061         * config/s390/s390-builtins.def: Fix vpopct instruction comments.
5063 2015-06-24  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
5065         * config/s390/s390-builtin-types.def: Add flag to indicate the
5066         options under which the function type is needed.
5067         * config/s390/s390-builtins.def: Add flag to indicate the options
5068         under which the builtin is enabled.
5069         * config/s390/s390-builtins.h: Add flags parameter to macro
5070         definitions.
5071         (bflags_for_builtin): New function.
5072         (flags_for_builtin): Renamed to ...
5073         (opflags_for_builtin): ... this.
5074         * config/s390/s390-c.c (s390_resolve_overloaded_builtin): Rename
5075         flags_for_builtin to bflags_for_builtin and
5076         flags_overloaded_builtin_var to opflags_overloaded_builtin_var.
5077         * config/s390/s390.c: Add initialization of bflags_builtin and
5078         opflags_builtin arrays.
5079         Remove code for flags_builtin.
5080         (s390_init_builtins): Only create builtin function types if one of
5081         their flags is active.
5082         Only create builtins if all of their flags are active.
5083         (s390_expand_builtin): Rename flags_for_builtin to
5084         opflags_for_builtin.
5086 2015-06-24  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
5088         * config/s390/vecintrin.h: Remove internal builtins.
5090 2015-06-24  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
5092         * config/s390/s390.c (s390_secondary_reload): Fix check for
5093         GENERAL_REGS register class.
5095 2015-06-24  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
5097         * config/s390/s390.c (s390_support_vector_misalignment): Call
5098         default implementation for !TARGET_VX.
5100 2015-06-24  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
5102         * config/s390/s390.c (s390_legitimate_constant_p): Add
5103         TARGET_VX check.
5105 2015-06-24  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
5107         * config/s390/s390.c (s390_vector_abi): New variable definition.
5108         (s390_check_type_for_vector_abi): New function.
5109         (TARGET_ASM_FILE_END): New macro definition.
5110         (s390_asm_file_end): New function.
5111         (s390_function_arg): Call s390_check_type_for_vector_abi.
5112         (s390_gimplify_va_arg): Likewise.
5113         * configure: Regenerate.
5114         * configure.ac: Check for .gnu_attribute Binutils feature.
5116 2015-06-23  Chen Gang  <gang.chen.5i5j@gmail.com>
5118         PR target/65803
5119         * config/bfin/bfin.c (hwloop_optimize): Initialize
5120         JUMP_LABEL for newly created jump.
5122 2015-06-23  Tristan Gingold  <gingold@adacore.com>
5124         * collect-utils.c (collect_wait): Unlink the response file here
5125         instead of...
5126         (do_wait): ...here.
5127         (utils_cleanup): ...and here.
5129 2015-06-23  Richard Sandiford  <richard.sandiford@arm.com>
5131         * df-scan.c: Don't include target-def.h.
5132         * targhooks.c: Likewise.
5133         * config/arm/arm-c.c: Likewise.
5134         * config/i386/i386-c.c: Likewise.
5135         * config/nds32/nds32-cost.c: Likewise.
5136         * config/nds32/nds32-fp-as-gp.c: Likewise.
5137         * config/nds32/nds32-intrinsic.c: Likewise.
5138         * config/nds32/nds32-isr.c: Likewise.
5139         * config/nds32/nds32-md-auxiliary.c: Likewise.
5140         * config/nds32/nds32-memory-manipulation.c: Likewise.
5141         * config/nds32/nds32-pipelines-auxiliary.c: Likewise.
5142         * config/nds32/nds32-predicates.c: Likewise.
5144 2015-06-23  Richard Biener  <rguenther@suse.de>
5146         PR tree-optimization/66636
5147         * tree-vect-stmts.c (vectorizable_store): Properly compute the
5148         def type for further defs for strided stores.
5150 2015-06-23  Nathan Sidwell  <nathan@codesourcery.com>
5152         * config/nvptx/nvptx.md (sel_true<mode>, sel_false<mode>): New
5153         conditional selects.
5154         (setcc_int<mode>, setcc_float<mode>): Reformat.
5156 2015-06-23  Marek Polacek  <polacek@redhat.com>
5158         * match.pd ((x + y) - (x | y) -> x & y,
5159         (x + y) - (x & y) -> x | y): New patterns.
5161 2015-06-23  Ludovic Courtès  <ludo@gnu.org>
5163         PR 65711
5164         * config/arm/linux-elf.h (LINUX_TARGET_LINK_SPEC): Move
5165         '-dynamic-linker' within %{!shared: ...}.
5167 2015-06-23  Uros Bizjak  <ubizjak@gmail.com>
5169         PR target/66560
5170         * config/i386/predicates.md (addsub_vm_operator): New predicate.
5171         (addsub_vs_operator): Ditto.
5172         (addsub_vs_parallel): Ditto.
5173         * config/i386/sse.md (ssedoublemode): Add V4SF and V2DF modes.
5174         (avx_addsubv4df3, avx_addsubv8sf3, sse3_addsubv2df3, sse3_addsubv4sf3):
5175         Put minus RTX before plus and adjust vec_merge selector.
5176         (*avx_addsubv4df3_1, *avx_addsubv4df3_1s, *sse3_addsubv2df3_1)
5177         (*sse_addsubv2df3_1s, *avx_addsubv8sf3_1, *avx_addsubv8sf3_1s)
5178         (*sse3_addsubv4sf3_1, *sse_addsubv4sf3_1s): Remove insn patterns.
5179         (addsub vec_merge splitters): New combiner splitters.
5180         (addsub vec_select/vec_concat splitters): Ditto.
5182 2015-06-23  Bin Cheng  <bin.cheng@arm.com>
5184         PR tree-optimization/66449
5185         * tree-ssa-loop-niter.c (loop_exits_before_overflow): Use
5186         POINTER_PLUS_EXPR for pointers.
5188 2015-06-23  Alan Modra  <amodra@gmail.com>
5190         * rtlanal.c (commutative_operand_precedence): Correct comments.
5191         * simplify-rtx.c (simplify_plus_minus_op_data_cmp): Delete forward
5192         declaration.  Return an int.  Distinguish REG,REG return from
5193         others.
5194         (struct simplify_plus_minus_op_data): Make local to function.
5195         (simplify_plus_minus): Don't set canonicalized if merely sorting
5196         registers.  Avoid packing ops if nothing changes.  White space fixes.
5198 2015-06-22  Pierre-Marie de Rodat  <derodat@adacore.com>
5200         * gcc.c (default_compilers): Pass "-o %g.s" to cc1 for headers even if
5201         -fdump-ada-spec is passed but not if -fsyntax-only is.
5203 2015-06-22  Vladimir Makarov  <vmakarov@redhat.com>
5205         PR bootstrap/63740
5206         * lra-lives.c (process_bb_lives): Check insn copying the same
5207         reload pseudo and don't create a copy for it.
5209 2015-06-22  Tom de Vries  <tom@codesourcery.com>
5211         * tree-parloops.c (transform_to_exit_first_loop_alt): Add update_stmt
5212         for cond_stmt.
5214 2015-06-22  Tom de Vries  <tom@codesourcery.com>
5216         * builtins.def (DEF_GOMP_BUILTIN): Test
5217         'flag_tree_parallelize_loops > 1' instead of
5218         'flag_tree_parallelize_loops'.  Test flag_cilkplus.
5220 2015-06-22  Tom de Vries  <tom@codesourcery.com>
5222         * dominance.c (calculate_dominance_info): Verify dominators if
5223         early-out.
5225 2015-06-22  Marek Polacek  <polacek@redhat.com>
5227         * match.pd ((x ^ y) ^ (x | y) -> x & y,
5228         (x & y) + (x ^ y) -> x | y, (x & y) | (x ^ y) -> x | y,
5229         (x & y) ^ (x ^ y) -> x | y, (x & y) + (x | y) -> x + y,
5230         (x | y) - (x ^ y) -> x & y, (x | y) - (x & y) -> x ^ y): New patterns.
5232 2015-06-22  Uros Bizjak  <ubizjak@gmail.com>
5234         PR target/65871
5235         * config/i386/i386.c (ix86_rtx_costs) <case COMPARE>: Ignore the
5236         cost of embedded comparison.
5238 2015-06-22  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
5240         PR target/65914
5241         * config/rs6000/predicates.md (altivec_register_operand): Permit
5242         virtual stack registers.
5243         (vsx_register_operand): Likewise.
5244         (vfloat_operand): Likewise.
5245         (vint_operand): Likewise.
5246         (vlogical_operand): Likewise.
5248 2015-06-22  Richard Biener  <rguenther@suse.de>
5250         * tree-vectorizer.h (_loop_vec_info): Add scalar_cost_vec
5251         and single_scalar_iteration_cost members.
5252         (LOOP_VINFO_SCALAR_ITERATION_COST): New.
5253         (LOOP_VINFO_SINGLE_SCALAR_ITERATION_COST): Likewise.
5254         (vect_get_single_scalar_iteration_cost): Remove.
5255         * tree-vect-data-refs.c (vect_peeling_hash_get_lowest_cost):
5256         Use LOOP_VINFO_SCALAR_ITERATION_COST.
5257         * tree-vect-loop.c (destroy_loop_vec_info): Free
5258         scalar_cost_vec.
5259         (vect_get_single_scalar_iteration_cost): Compute result into
5260         LOOP_VINFO_SINGLE_SCALAR_ITERATION_COST and
5261         LOOP_VINFO_SCALAR_ITERATION_COST.  Make static.
5262         (vect_analyze_loop_2): Call vect_get_single_scalar_iteration_cost.
5263         (vect_estimate_min_profitable_iters): Use them.
5265 2015-06-22  Christian Bruel  <christian.bruel@st.com>
5267         PR target/52144
5268         * config/arm/arm.c (add_attribute, arm_insert_attributes): New functions
5269         (TARGET_INSERT_ATTRIBUTES): Define.
5270         (thumb_flipper): New var.
5271         * config/arm/arm.opt (-mflip-thumb): New switch.
5273 2015-06-22  Jan Hubicka  <hubicka@ucw.cz>
5274             Martin Liska  <mliska@suse.cz>
5276         PR ipa/65908
5277         * ipa-icf.c (sem_item::target_supports_symbol_aliases): Remove
5278         construction of arg_types.
5279         (sem_function::sem_function): Likewise.
5280         (sem_function::~sem_function): Remove destruction of arg_types.
5281         (sem_function::compatible_parm_types_p): New function.
5282         (sem_function::equals_wpa): Reorg matching of return values
5283         and parameter types.
5284         (sem_function::equals_private): Reorg mathcing of argument types.
5285         (sem_function::parse_tree_args): Remove.
5286         * ipa-icf.h (init_wpa): Do not call it.
5287         (parse_tree_args): Remove.
5288         (compatible_parm_types_p): Declare.
5289         (result_type): Remove.
5290         (arg_types): Remove.
5292 2015-06-22  Jan Hubicka  <hubicka@ucw.cz>
5294         PR ipa/66351
5295         * ipa-polymorphic-call.c
5296         (ipa_polymorphic_call_context::get_dynamic_type): Fix thinko when
5297         initializing alias oracle; fix formating; set base_alias_set if it
5298         is known.
5300 2015-06-22  Mikhail Maltsev  <maltsevm@gmail.com>
5302         * auto-inc-dec.c (reverse_mem, reverse_inc): Remove.
5303         (parse_add_or_inc): Use std::swap instead of reverse_{mem,inc}.
5304         (find_inc): Likewise.
5305         * combine.c (combine_simplify_rtx): Use std::swap instead of manually
5306         swapping.
5307         * df-core.c (df_worklist_dataflow_doublequeue): Likewise.
5308         * df-scan.c (df_swap_refs): Remove.
5309         (df_sort_and_compress_refs): Use std::swap instead of df_swap_refs.
5310         * dominance.c (link_roots): Use std::swap instead of manually swapping.
5311         * expr.c (expand_expr_real_2, do_store_flag): Likewise.
5312         * fold-const.c (fold_relational_const): Likewise.
5313         * genattrtab.c (simplify_test_exp): Likewise.
5314         * gimple-match-head.c (gimple_resimplify2, gimple_resimplify3,
5315         gimple_simplify): Likewise.
5316         * ifcvt.c (noce_try_abs, find_if_header): Likewise.
5317         * internal-fn.c (expand_addsub_overflow, expand_mul_overflow): Likewise.
5318         * ipa-devirt.c (add_type_duplicate): Likewise.
5319         * loop-iv.c (get_biv_step_1, iv_number_of_iterations): Likewise.
5320         * lra-lives.c (lra_setup_reload_pseudo_preferenced_hard_reg): Likewise.
5321         * lra.c (lra_create_copy): Likewise.
5322         * lto-streamer-out.c (DFS::DFS): Likewise.
5323         * modulo-sched.c (get_sched_window): Likewise.
5324         * omega.c (omega_pretty_print_problem): Likewise.
5325         * optabs.c (prepare_float_lib_cmp, expand_mult_highpart): Likewise.
5326         * reload1.c (reloads_unique_chain_p): Likewise.
5327         * sel-sched-ir.c (exchange_lv_sets, exchange_av_sets): Remove.
5328         (exchange_data_sets): Move logic from exchange_{av,lv}_sets here and
5329         use std::swap.
5330         * simplify-rtx.c (simplify_unary_operation_1): Use std::swap instead of
5331         manually swapping.
5332         * tree-if-conv.c (is_cond_scalar_reduction, predicate_scalar_phi,
5333         predicate_mem_writes): Likewise.
5334         * tree-loop-distribution.c (pg_add_dependence_edges): Likewise.
5335         * tree-predcom.c (combine_chains): Likewise.
5336         * tree-ssa-alias.c (nonoverlapping_component_refs_p,
5337         refs_may_alias_p_1): Likewise.
5338         * tree-ssa-ifcombine.c (recognize_if_then_else): Likewise.
5339         * tree-ssa-loop-ivopts.c (extract_cond_operands): Likewise.
5340         * tree-ssa-loop-niter.c (refine_bounds_using_guard,
5341         number_of_iterations_cond): Likewise.
5342         * tree-ssa-phiopt.c (tree_ssa_phiopt_worker): Likewise.
5343         * tree-ssa-sccvn.c (vn_nary_op_compute_hash): Likewise.
5344         * tree-vect-slp.c (vect_build_slp_tree): Likewise.
5345         * tree-vect-stmts.c (supportable_widening_operation): Likewise.
5346         * tree-vrp.c (extract_range_from_binary_expr_1,
5347         extract_range_from_unary_expr_1): Likewise.
5349 2015-06-20  Marek Polacek  <polacek@redhat.com>
5351         * common.opt (fsanitize-undefined-trap-on-error): Add Driver.
5353 2015-06-19  Kaz Kojima  <kkojima@gcc.gnu.org>
5355         PR target/66591
5356         * config/sh/sh.c (prepare_move_operands): Replace subreg
5357         index term with R0 for base and index addressing.
5359 2015-06-19  Jim Wilson  <jim.wilson@linaro.org>
5361         * config/aarch64/aarch64.md (mov<mode>:GPF): Don't call force_reg if
5362         op1 is an fp zero.
5363         (movsf_aarch64): Change condition from register_operand to
5364         aarch64_reg_or_fp_zero for op1.  Change type for alternative 6 to
5365         load1.  Change type for alternative 7 to store1.
5366         (movdf_aarch64): Likewise.
5368 2015-06-19  James Greenhalgh  <james.greenhalgh@arm.com>
5370         * config/vax/vax.md: Adjust sign/zero extend patterns to
5371         handle SUBREGs in operands[1].
5373 2015-06-19  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
5375         * config/i386/i386.c (ix86_function_versions): Use std::swap instead
5376         of manually swapping.
5377         (expand_vec_perm_interleave2): Likewise.
5379 2015-06-19  Ilya Enkovich  <enkovich.gnu@gmail.com>
5381         * tree-chkp.c (chkp_compute_bounds_for_assignment): Don't
5382         reuse bounds created for abnormal ssa names.
5384 2015-06-19  Jakub Jelinek  <jakub@redhat.com>
5386         * config/nvptx/nvptx.md (allocate_stack): Rename to...
5387         (allocate_stack_<mode>): ... this, and add :P on both
5388         match_operand and unspec.
5389         (allocate_stack): New expander.
5391 2015-06-19  Christian Bruel  <christian.bruel@st.com>
5393         PR target/66541
5394         PR target/52144
5395         * config/arm/arm.c (arm_set_current_function): Handle
5396         explicit default options.
5398 2015-06-18  Uros Bizjak  <ubizjak@gmail.com>
5400         * config/i386/i386.md (*movsicc_noc_zext): New insn.
5401         (zero-extended cmove with mem peephole2): New pattern.
5402         (cmove with mem peephole2): Merge patterns.
5404 2015-06-18  Segher Boessenkool  <segher@kernel.crashing.org>
5406         * config/rs6000/rs6000.h (WORD_REGISTER_OPERATIONS): Delete.
5408 2015-06-18  Steve Ellcey  <sellcey@imgtec.com>
5410         * config/mips/mips.c (mips_rtx_costs): Remove HONOR_NAN check.
5411         * config/mips/mips.md (*madd4<mode>): Ditto.
5412         (*nmadd3<mode>) Ditto.
5413         (*nmadd4<mode>_fastmath): Ditto.
5414         (*nmadd3<mode>_fastmath): Ditto.
5415         (*nmsub4<mode>): Ditto.
5416         (*nmsub3<mode>): Ditto.
5417         (*nmsub4<mode>_fastmath): Ditto.
5418         (*nmsub3<mode>_fastmath): Ditto.
5420 2015-06-18  Michael Matz  <matz@suse.de>
5422         PR middle-end/66253
5423         * tree-vect-stmts.c (vectorizable_store): Implement non-SLP
5424         grouped strided stores.
5425         (vectorizable_load): Don't use the DR from first_stmt in
5426         the non-SLP grouped strided case.
5428 2015-06-18  Ilya Enkovich  <enkovich.gnu@gmail.com>
5430         PR target/66569
5431         * function.c (assign_bounds): Add arguments assign_regs,
5432         assign_special, assign_bt.
5433         (assign_parms): For vararg functions handle bounds in BT
5434         and special slots after incoming vararg bounds.
5436 2015-06-18  Ilya Enkovich  <enkovich.gnu@gmail.com>
5438         PR middle-end/66568
5439         * cfgexpand.c (expand_return): Handle missing bounds.
5440         (expand_gimple_stmt_1): Likewise.
5441         * tree-chkp.c (chkp_expand_zero_bounds): New.
5442         * tree-chkp.h (chkp_expand_zero_bounds): New.
5444 2015-06-18  Ilya Enkovich  <enkovich.gnu@gmail.com>
5446         PR middle-end/66567
5447         * ipa-chkp.c (chkp_maybe_create_clone): Require
5448         functions to be instrumentable.
5449         * tree-chkp.c (chkp_replace_function_pointer): Use
5450         chkp_instrumentable_p instead of attribute check.
5452 2015-06-18  Richard Biener  <rguenther@suse.de>
5454         PR tree-optimization/66510
5455         * tree-vect-stmts.c (vectorizable_load): Properly compute the
5456         number of vector loads for SLP permuted loads.
5457         * tree-vect-data-refs.c (vect_compute_data_ref_alignment): Also
5458         check the stride for loop vectorization.
5459         (vect_enhance_data_refs_alignment): Deal with SLP adjusted
5460         vectorization factor.
5461         (vect_analyze_group_access): If the group size is not a power
5462         of two require a epilogue loop.
5463         * tree-vect-loop.c (vect_analyze_loop_2): Move alignment
5464         compute and optimizing and alias test pruning after final
5465         vectorization factor computation.
5466         * tree-vect-slp.c (vect_build_slp_tree_1): Remove check on
5467         vector alignment.
5468         (vect_transform_slp_perm_load): Properly compute the original
5469         number of vector load stmts.
5471 2015-06-18  Uros Bizjak  <ubizjak@gmail.com>
5473         * doc/invoke.texi (-fsanitize-sections): Split @var to avoid
5474         "unlikely character , in @var" warning.
5476 2015-06-17  Uros Bizjak  <ubizjak@gmail.com>
5478         * config/i386/i386.c (ix86_function_arg): Nest TARGET_64BIT code.
5479         (ix86_function_arg_advance): Ditto.
5480         (ix86_pass_by_reference): Ditto.  Rewrite MS_ABI part.
5482 2015-06-17  Andrew MacLeod  <amacleod@redhat.com>
5484         * function.h (struct rtl_data): Remove struct and accessor macros.
5485         * emit-rtl.h (struct rtl_data): Relocate to here.
5486         * Makefile.in (GTFILES): Add emit-rtl.h.
5487         * df-core.c: Include emit-rtl.h.
5488         * genattrtab.c: Likewise.
5489         * genconditions.c: Likewise.
5490         * genpreds.c: Likewise.
5491         * genrecog.c: Likewise.
5492         * regcprop.c: Likewise.
5493         * resource.c: Likewise.
5494         * sched-rgn.c: Likewise.
5495         * config/aarch64/cortex-a57-fma-steering.c: Likewise.
5496         * config/i386/winnt.c: Likewise.
5498 2015-06-17  Jakub Jelinek  <jakub@redhat.com>
5500         PR middle-end/66429
5501         * omp-low.c (expand_omp_taskreg, expand_omp_target): Use child_cfun
5502         instead of DECL_STRUCT_FUNCTION (child_fn).  Or in has_simduid_loops
5503         and has_force_vectorize_loops flags from cfun into
5504         child_cfun.
5505         (expand_omp_simd): For broken loop, set cfun->has_simduid_loops
5506         if simduid is non-NULL.
5507         * tree-pass.h (make_pass_simduid_cleanup): New prototype.
5508         * passes.def (pass_simduid_cleanup): Add new pass after loop
5509         passes.
5510         * tree-vectorizer.c (adjust_simduid_builtins): Remove one unnecessary
5511         indirection from htab argument's type.
5512         (shrink_simd_arrays): New function.
5513         (vectorize_loops): Use it.  Adjust adjust_simduid_builtins caller.
5514         Don't call adjust_simduid_builtins if there are no loops.
5515         (pass_data_simduid_cleanup, pass_simduid_cleanup): New variables.
5516         (pass_simduid_cleanup::execute): New method.
5517         (make_pass_simduid_cleanup): New function.
5519 2017-06-17  Andrew MacLeod  <amacleod@redhat.com>
5521         * tree-core.h (tree_target_option): Make opts field a pointer to a
5522         cl_target_option instead of an instance of the struct.
5523         * tree.h (TREE_TARGET_OPTION): Return the pointer, not an address of
5524         the structure.
5525         * tree.c (make_node_stat ): Allocate a cl_target_option struct for
5526         TARGET_OPTION_NODE.
5527         (copy_node_stat): Allocate and copy struct cl_target_option.
5529 2015-06-17  Andrew MacLeod  <amacleod@redhat.com>
5531         * tree.h (merge_dllimport_decl_attributes, handle_dll_attribute):
5532         Remove conditional exposure of prototypes.
5533         (ANON_AGGRNAME_FORMAT, ANON_AGGRNAME_P): Delete.
5534         * tree.c (anon_aggrname_format, anon_aggrname_p): New.  Replace macro
5535         definitions in tree.h with functions.
5536         * lto-streamer-out.c (DFS_write_tree_body, hash_tree): Use
5537         anon_aggrname_p.
5538         * tree-streamer-out.c (write_ts_decl_minimal_tree_pointers): Likewise.
5540 2015-06-17  Segher Boessenkool  <segher@kernel.crashing.org>
5542         * config/rs6000/rs6000.md (*cmp<mode>_internal1): Rename to...
5543         (*cmp<mode>_signed): ... this.
5544         (*cmpsi_internal2, *cmpdi_internal2): Merge, rename to...
5545         (*cmp<mode>_unsigned): ... this.  Remove %b.
5547 2015-06-17  Andrew MacLeod  <amacleod@redhat.com>
5549         * coretypes.h: Include input.h and as-a.h.
5550         * rtl.h: Include input.h and as-a.h for generator files.
5551         * hwint.c: Include coretypes.h, don't include diagnostic-core.h.
5552         * vec.c: Don't include diagnostic-core.h.
5553         * alias.c: Do not include input.h, line-map.h or is-a.h.
5554         * asan.c: Likewise.
5555         * attribs.c: Likewise.
5556         * auto-inc-dec.c: Likewise.
5557         * auto-profile.c: Likewise.
5558         * bb-reorder.c: Likewise.
5559         * bt-load.c: Likewise.
5560         * builtins.c: Likewise.
5561         * caller-save.c: Likewise.
5562         * calls.c: Likewise.
5563         * ccmp.c: Likewise.
5564         * cfg.c: Likewise.
5565         * cfganal.c: Likewise.
5566         * cfgbuild.c: Likewise.
5567         * cfgcleanup.c: Likewise.
5568         * cfgexpand.c: Likewise.
5569         * cfghooks.c: Likewise.
5570         * cfgloop.c: Likewise.
5571         * cfgloop.h: Likewise.
5572         * cfgloopanal.c: Likewise.
5573         * cfgloopmanip.c: Likewise.
5574         * cfgrtl.c: Likewise.
5575         * cgraph.c: Likewise.
5576         * cgraphbuild.c: Likewise.
5577         * cgraphclones.c: Likewise.
5578         * cgraphunit.c: Likewise.
5579         * cilk-common.c: Likewise.
5580         * combine-stack-adj.c: Likewise.
5581         * combine.c: Likewise.
5582         * compare-elim.c: Likewise.
5583         * convert.c: Likewise.
5584         * coverage.c: Likewise.
5585         * cppbuiltin.c: Likewise.
5586         * cprop.c: Likewise.
5587         * cse.c: Likewise.
5588         * cselib.c: Likewise.
5589         * data-streamer-in.c: Likewise.
5590         * data-streamer-out.c: Likewise.
5591         * data-streamer.c: Likewise.
5592         * dbxout.c: Likewise.
5593         * dce.c: Likewise.
5594         * ddg.c: Likewise.
5595         * debug.c: Likewise.
5596         * df-core.c: Likewise.
5597         * df-problems.c: Likewise.
5598         * df-scan.c: Likewise.
5599         * df.h: Likewise.
5600         * dfp.c: Likewise.
5601         * diagnostic-core.h: Likewise.
5602         * diagnostic.c: Likewise.
5603         * dojump.c: Likewise.
5604         * dominance.c: Likewise.
5605         * domwalk.c: Likewise.
5606         * double-int.c: Likewise.
5607         * dse.c: Likewise.
5608         * dumpfile.c: Likewise.
5609         * dumpfile.h: Likewise.
5610         * dwarf2asm.c: Likewise.
5611         * dwarf2cfi.c: Likewise.
5612         * dwarf2out.c: Likewise.
5613         * emit-rtl.c: Likewise.
5614         * et-forest.c: Likewise.
5615         * except.c: Likewise.
5616         * explow.c: Likewise.
5617         * expmed.c: Likewise.
5618         * expr.c: Likewise.
5619         * final.c: Likewise.
5620         * fixed-value.c: Likewise.
5621         * fold-const.c: Likewise.
5622         * function.c: Likewise.
5623         * fwprop.c: Likewise.
5624         * gcc-plugin.h: Likewise.
5625         * gcse.c: Likewise.
5626         * generic-match-head.c: Likewise.
5627         * ggc-page.c: Likewise.
5628         * gimple-builder.c: Likewise.
5629         * gimple-expr.c: Likewise.
5630         * gimple-fold.c: Likewise.
5631         * gimple-iterator.c: Likewise.
5632         * gimple-low.c: Likewise.
5633         * gimple-match-head.c: Likewise.
5634         * gimple-pretty-print.c: Likewise.
5635         * gimple-ssa-isolate-paths.c: Likewise.
5636         * gimple-ssa-strength-reduction.c: Likewise.
5637         * gimple-streamer-in.c: Likewise.
5638         * gimple-streamer-out.c: Likewise.
5639         * gimple-streamer.h: Likewise.
5640         * gimple-walk.c: Likewise.
5641         * gimple.c: Likewise.
5642         * gimplify-me.c: Likewise.
5643         * gimplify.c: Likewise.
5644         * godump.c: Likewise.
5645         * graph.c: Likewise.
5646         * graphite-blocking.c: Likewise.
5647         * graphite-dependences.c: Likewise.
5648         * graphite-interchange.c: Likewise.
5649         * graphite-isl-ast-to-gimple.c: Likewise.
5650         * graphite-optimize-isl.c: Likewise.
5651         * graphite-poly.c: Likewise.
5652         * graphite-scop-detection.c: Likewise.
5653         * graphite-sese-to-poly.c: Likewise.
5654         * graphite.c: Likewise.
5655         * haifa-sched.c: Likewise.
5656         * hw-doloop.c: Likewise.
5657         * ifcvt.c: Likewise.
5658         * init-regs.c: Likewise.
5659         * input.c: Likewise.
5660         * internal-fn.c: Likewise.
5661         * ipa-chkp.c: Likewise.
5662         * ipa-comdats.c: Likewise.
5663         * ipa-cp.c: Likewise.
5664         * ipa-devirt.c: Likewise.
5665         * ipa-icf-gimple.c: Likewise.
5666         * ipa-icf.c: Likewise.
5667         * ipa-inline-analysis.c: Likewise.
5668         * ipa-inline-transform.c: Likewise.
5669         * ipa-inline.c: Likewise.
5670         * ipa-polymorphic-call.c: Likewise.
5671         * ipa-profile.c: Likewise.
5672         * ipa-prop.c: Likewise.
5673         * ipa-pure-const.c: Likewise.
5674         * ipa-ref.c: Likewise.
5675         * ipa-reference.c: Likewise.
5676         * ipa-split.c: Likewise.
5677         * ipa-utils.c: Likewise.
5678         * ipa-visibility.c: Likewise.
5679         * ipa.c: Likewise.
5680         * ira-build.c: Likewise.
5681         * ira-color.c: Likewise.
5682         * ira-conflicts.c: Likewise.
5683         * ira-costs.c: Likewise.
5684         * ira-emit.c: Likewise.
5685         * ira-lives.c: Likewise.
5686         * ira.c: Likewise.
5687         * jump.c: Likewise.
5688         * langhooks.c: Likewise.
5689         * lcm.c: Likewise.
5690         * loop-doloop.c: Likewise.
5691         * loop-init.c: Likewise.
5692         * loop-invariant.c: Likewise.
5693         * loop-iv.c: Likewise.
5694         * loop-unroll.c: Likewise.
5695         * lower-subreg.c: Likewise.
5696         * lra-assigns.c: Likewise.
5697         * lra-coalesce.c: Likewise.
5698         * lra-constraints.c: Likewise.
5699         * lra-eliminations.c: Likewise.
5700         * lra-lives.c: Likewise.
5701         * lra-remat.c: Likewise.
5702         * lra-spills.c: Likewise.
5703         * lra.c: Likewise.
5704         * lto-cgraph.c: Likewise.
5705         * lto-compress.c: Likewise.
5706         * lto-opts.c: Likewise.
5707         * lto-section-in.c: Likewise.
5708         * lto-section-out.c: Likewise.
5709         * lto-streamer-in.c: Likewise.
5710         * lto-streamer-out.c: Likewise.
5711         * lto-streamer.c: Likewise.
5712         * mcf.c: Likewise.
5713         * mode-switching.c: Likewise.
5714         * modulo-sched.c: Likewise.
5715         * omega.c: Likewise.
5716         * omp-low.c: Likewise.
5717         * optabs.c: Likewise.
5718         * opts-global.c: Likewise.
5719         * opts.h: Likewise.
5720         * passes.c: Likewise.
5721         * plugin.c: Likewise.
5722         * postreload-gcse.c: Likewise.
5723         * postreload.c: Likewise.
5724         * predict.c: Likewise.
5725         * pretty-print.h: Likewise.
5726         * print-rtl.c: Likewise.
5727         * print-tree.c: Likewise.
5728         * profile.c: Likewise.
5729         * real.c: Likewise.
5730         * realmpfr.c: Likewise.
5731         * recog.c: Likewise.
5732         * ree.c: Likewise.
5733         * reg-stack.c: Likewise.
5734         * regcprop.c: Likewise.
5735         * reginfo.c: Likewise.
5736         * regrename.c: Likewise.
5737         * regstat.c: Likewise.
5738         * reload.c: Likewise.
5739         * reload1.c: Likewise.
5740         * reorg.c: Likewise.
5741         * resource.c: Likewise.
5742         * rtl-chkp.c: Likewise.
5743         * rtl-error.c: Likewise.
5744         * rtlanal.c: Likewise.
5745         * rtlhooks.c: Likewise.
5746         * sanopt.c: Likewise.
5747         * sched-deps.c: Likewise.
5748         * sched-ebb.c: Likewise.
5749         * sched-rgn.c: Likewise.
5750         * sched-vis.c: Likewise.
5751         * sdbout.c: Likewise.
5752         * sel-sched-dump.c: Likewise.
5753         * sel-sched-ir.c: Likewise.
5754         * sel-sched.c: Likewise.
5755         * sese.c: Likewise.
5756         * shrink-wrap.c: Likewise.
5757         * simplify-rtx.c: Likewise.
5758         * stack-ptr-mod.c: Likewise.
5759         * statistics.c: Likewise.
5760         * stmt.c: Likewise.
5761         * stor-layout.c: Likewise.
5762         * store-motion.c: Likewise.
5763         * streamer-hooks.c: Likewise.
5764         * stringpool.c: Likewise.
5765         * symtab.c: Likewise.
5766         * target-globals.c: Likewise.
5767         * targhooks.c: Likewise.
5768         * toplev.c: Likewise.
5769         * tracer.c: Likewise.
5770         * trans-mem.c: Likewise.
5771         * tree-affine.c: Likewise.
5772         * tree-browser.c: Likewise.
5773         * tree-call-cdce.c: Likewise.
5774         * tree-cfg.c: Likewise.
5775         * tree-cfgcleanup.c: Likewise.
5776         * tree-chkp-opt.c: Likewise.
5777         * tree-chkp.c: Likewise.
5778         * tree-chrec.c: Likewise.
5779         * tree-complex.c: Likewise.
5780         * tree-data-ref.c: Likewise.
5781         * tree-dfa.c: Likewise.
5782         * tree-diagnostic.c: Likewise.
5783         * tree-dump.c: Likewise.
5784         * tree-eh.c: Likewise.
5785         * tree-emutls.c: Likewise.
5786         * tree-if-conv.c: Likewise.
5787         * tree-inline.c: Likewise.
5788         * tree-into-ssa.c: Likewise.
5789         * tree-iterator.c: Likewise.
5790         * tree-loop-distribution.c: Likewise.
5791         * tree-nested.c: Likewise.
5792         * tree-nrv.c: Likewise.
5793         * tree-object-size.c: Likewise.
5794         * tree-outof-ssa.c: Likewise.
5795         * tree-parloops.c: Likewise.
5796         * tree-phinodes.c: Likewise.
5797         * tree-predcom.c: Likewise.
5798         * tree-pretty-print.c: Likewise.
5799         * tree-profile.c: Likewise.
5800         * tree-scalar-evolution.c: Likewise.
5801         * tree-sra.c: Likewise.
5802         * tree-ssa-address.c: Likewise.
5803         * tree-ssa-alias.c: Likewise.
5804         * tree-ssa-ccp.c: Likewise.
5805         * tree-ssa-coalesce.c: Likewise.
5806         * tree-ssa-copy.c: Likewise.
5807         * tree-ssa-copyrename.c: Likewise.
5808         * tree-ssa-dce.c: Likewise.
5809         * tree-ssa-dom.c: Likewise.
5810         * tree-ssa-dse.c: Likewise.
5811         * tree-ssa-forwprop.c: Likewise.
5812         * tree-ssa-ifcombine.c: Likewise.
5813         * tree-ssa-live.c: Likewise.
5814         * tree-ssa-loop-ch.c: Likewise.
5815         * tree-ssa-loop-im.c: Likewise.
5816         * tree-ssa-loop-ivcanon.c: Likewise.
5817         * tree-ssa-loop-ivopts.c: Likewise.
5818         * tree-ssa-loop-manip.c: Likewise.
5819         * tree-ssa-loop-niter.c: Likewise.
5820         * tree-ssa-loop-prefetch.c: Likewise.
5821         * tree-ssa-loop-unswitch.c: Likewise.
5822         * tree-ssa-loop.c: Likewise.
5823         * tree-ssa-math-opts.c: Likewise.
5824         * tree-ssa-operands.c: Likewise.
5825         * tree-ssa-phiopt.c: Likewise.
5826         * tree-ssa-phiprop.c: Likewise.
5827         * tree-ssa-pre.c: Likewise.
5828         * tree-ssa-propagate.c: Likewise.
5829         * tree-ssa-reassoc.c: Likewise.
5830         * tree-ssa-sccvn.c: Likewise.
5831         * tree-ssa-scopedtables.c: Likewise.
5832         * tree-ssa-sink.c: Likewise.
5833         * tree-ssa-strlen.c: Likewise.
5834         * tree-ssa-structalias.c: Likewise.
5835         * tree-ssa-tail-merge.c: Likewise.
5836         * tree-ssa-ter.c: Likewise.
5837         * tree-ssa-threadedge.c: Likewise.
5838         * tree-ssa-threadupdate.c: Likewise.
5839         * tree-ssa-uncprop.c: Likewise.
5840         * tree-ssa-uninit.c: Likewise.
5841         * tree-ssa.c: Likewise.
5842         * tree-ssanames.c: Likewise.
5843         * tree-stdarg.c: Likewise.
5844         * tree-streamer-in.c: Likewise.
5845         * tree-streamer-out.c: Likewise.
5846         * tree-streamer.c: Likewise.
5847         * tree-switch-conversion.c: Likewise.
5848         * tree-tailcall.c: Likewise.
5849         * tree-vect-data-refs.c: Likewise.
5850         * tree-vect-generic.c: Likewise.
5851         * tree-vect-loop-manip.c: Likewise.
5852         * tree-vect-loop.c: Likewise.
5853         * tree-vect-patterns.c: Likewise.
5854         * tree-vect-slp.c: Likewise.
5855         * tree-vect-stmts.c: Likewise.
5856         * tree-vectorizer.c: Likewise.
5857         * tree-vrp.c: Likewise.
5858         * tree.c: Likewise.
5859         * tsan.c: Likewise.
5860         * ubsan.c: Likewise.
5861         * valtrack.c: Likewise.
5862         * value-prof.c: Likewise.
5863         * var-tracking.c: Likewise.
5864         * varasm.c: Likewise.
5865         * varpool.c: Likewise.
5866         * vmsdbgout.c: Likewise.
5867         * vtable-verify.c: Likewise.
5868         * web.c: Likewise.
5869         * wide-int.cc: Likewise.
5870         * xcoffout.c: Likewise.
5871         * common/common-target.h: Do not include input.h, line-map.h or is-a.h.
5872         * common/common-targhooks.c: Likewise.
5873         * config/aarch64/aarch64-builtins.c: Likewise.
5874         * config/aarch64/aarch64.c: Likewise.
5875         * config/alpha/alpha.c: Likewise.
5876         * config/arc/arc.c: Likewise.
5877         * config/arm/aarch-common.c: Likewise.
5878         * config/arm/arm-builtins.c: Likewise.
5879         * config/arm/arm-c.c: Likewise.
5880         * config/arm/arm.c: Likewise.
5881         * config/avr/avr-c.c: Likewise.
5882         * config/avr/avr-log.c: Likewise.
5883         * config/avr/avr.c: Likewise.
5884         * config/bfin/bfin.c: Likewise.
5885         * config/c6x/c6x.c: Likewise.
5886         * config/cr16/cr16.c: Likewise.
5887         * config/cris/cris.c: Likewise.
5888         * config/darwin-c.c: Likewise.
5889         * config/darwin.c: Likewise.
5890         * config/default-c.c: Likewise.
5891         * config/epiphany/epiphany.c: Likewise.
5892         * config/epiphany/mode-switch-use.c: Likewise.
5893         * config/epiphany/resolve-sw-modes.c: Likewise.
5894         * config/fr30/fr30.c: Likewise.
5895         * config/frv/frv.c: Likewise.
5896         * config/ft32/ft32.c: Likewise.
5897         * config/glibc-c.c: Likewise.
5898         * config/h8300/h8300.c: Likewise.
5899         * config/i386/i386-c.c: Likewise.
5900         * config/i386/i386.c: Likewise.
5901         * config/i386/msformat-c.c: Likewise.
5902         * config/i386/winnt-cxx.c: Likewise.
5903         * config/i386/winnt-stubs.c: Likewise.
5904         * config/i386/winnt.c: Likewise.
5905         * config/ia64/ia64-c.c: Likewise.
5906         * config/ia64/ia64.c: Likewise.
5907         * config/iq2000/iq2000.c: Likewise.
5908         * config/lm32/lm32.c: Likewise.
5909         * config/m32c/m32c-pragma.c: Likewise.
5910         * config/m32c/m32c.c: Likewise.
5911         * config/m32r/m32r.c: Likewise.
5912         * config/m68k/m68k.c: Likewise.
5913         * config/mcore/mcore.c: Likewise.
5914         * config/mep/mep-pragma.c: Likewise.
5915         * config/mep/mep.c: Likewise.
5916         * config/microblaze/microblaze-c.c: Likewise.
5917         * config/microblaze/microblaze.c: Likewise.
5918         * config/mips/mips.c: Likewise.
5919         * config/mmix/mmix.c: Likewise.
5920         * config/mn10300/mn10300.c: Likewise.
5921         * config/moxie/moxie.c: Likewise.
5922         * config/msp430/msp430-c.c: Likewise.
5923         * config/msp430/msp430.c: Likewise.
5924         * config/nds32/nds32-cost.c: Likewise.
5925         * config/nds32/nds32-fp-as-gp.c: Likewise.
5926         * config/nds32/nds32-intrinsic.c: Likewise.
5927         * config/nds32/nds32-isr.c: Likewise.
5928         * config/nds32/nds32-md-auxiliary.c: Likewise.
5929         * config/nds32/nds32-memory-manipulation.c: Likewise.
5930         * config/nds32/nds32-pipelines-auxiliary.c: Likewise.
5931         * config/nds32/nds32-predicates.c: Likewise.
5932         * config/nds32/nds32.c: Likewise.
5933         * config/nios2/nios2.c: Likewise.
5934         * config/nvptx/nvptx.c: Likewise.
5935         * config/pa/pa.c: Likewise.
5936         * config/pdp11/pdp11.c: Likewise.
5937         * config/rl78/rl78-c.c: Likewise.
5938         * config/rl78/rl78.c: Likewise.
5939         * config/rs6000/rs6000-c.c: Likewise.
5940         * config/rs6000/rs6000.c: Likewise.
5941         * config/rx/rx.c: Likewise.
5942         * config/s390/s390-c.c: Likewise.
5943         * config/s390/s390.c: Likewise.
5944         * config/sh/sh-c.c: Likewise.
5945         * config/sh/sh-mem.cc: Likewise.
5946         * config/sh/sh.c: Likewise.
5947         * config/sh/sh_optimize_sett_clrt.cc: Likewise.
5948         * config/sh/sh_treg_combine.cc: Likewise.
5949         * config/sol2-c.c: Likewise.
5950         * config/sol2-cxx.c: Likewise.
5951         * config/sol2-stubs.c: Likewise.
5952         * config/sol2.c: Likewise.
5953         * config/sparc/sparc-c.c: Likewise.
5954         * config/sparc/sparc.c: Likewise.
5955         * config/spu/spu-c.c: Likewise.
5956         * config/spu/spu.c: Likewise.
5957         * config/stormy16/stormy16.c: Likewise.
5958         * config/tilegx/mul-tables.c: Likewise.
5959         * config/tilegx/tilegx-c.c: Likewise.
5960         * config/tilegx/tilegx.c: Likewise.
5961         * config/tilepro/mul-tables.c: Likewise.
5962         * config/tilepro/tilepro-c.c: Likewise.
5963         * config/tilepro/tilepro.c: Likewise.
5964         * config/v850/v850-c.c: Likewise.
5965         * config/v850/v850.c: Likewise.
5966         * config/vax/vax.c: Likewise.
5967         * config/visium/visium.c: Likewise.
5968         * config/vms/vms-c.c: Likewise.
5969         * config/vms/vms.c: Likewise.
5970         * config/vxworks.c: Likewise.
5971         * config/winnt-c.c: Likewise.
5972         * config/xtensa/xtensa.c: Likewise.
5974 2015-06-17  Robert Suchanek  <robert.suchanek@imgtec.com>
5976         * config/mips/mips.c (mips_ira_change_pseudo_allocno_class): New
5977         function.
5978         (TARGET_IRA_CHANGE_PSEUDO_ALLOCNO_CLASS): Define macro.
5980 2015-06-17  Richard Biener  <rguenther@suse.de>
5982         PR tree-optimization/66251
5983         * tree-vect-stmts.c (vectorizable_store): Fix gathering of vectorized
5984         stmts for SLP strided stores.
5986         Revert
5987         2015-05-22  Richard Biener  <rguenther@suse.de>
5989         PR tree-optimization/66251
5990         * tree-vect-stmts.c (vectorizable_conversion): Properly
5991         set STMT_VINFO_VEC_STMT even for the SLP case.
5993         2015-05-26  Michael Matz  <matz@suse.de>
5995         PR middle-end/66251
5996         * tree-vect-stmts.c (vect_create_vectorized_demotion_stmts): Always set
5997         STMT_VINFO_VEC_STMT, also with SLP.
5999 2015-06-16  Uros Bizjak  <ubizjak@gmail.com>
6001         PR target/56766
6002         * config/i386/sse.md (*avx_addsubv4df3_1): New insn pattern.
6003         (*avx_addsubv4df3_1s): Ditto.
6004         (*sse3_addsubv2df3_1): Ditto.
6005         (*sse3_addsubv2df3_1s): Ditto.
6006         (*avx_addsubv8sf3_1): Ditto.
6007         (*avx_addsubv8sf3_1s): Ditto.
6008         (*sse3_addsubv4sf3_1): Ditto.
6009         (*sse3_addsubv4sf3_1s): Ditto.
6011 2015-06-16  Steve Ellcey  <sellcey@imgtec.com>
6013         * config/mips/mti-linux.h (MIPS_SYSVERSION_SPEC): New.
6014         (SYSROOT_SUFFIX_SPEC): Update.
6015         (SYSROOT_HEADERS_SUFFIX_SPEC): New.
6016         (STARTFILE_PREFIX_SPEC): Update.
6017         * config/mips/t-mti-linux (MULTILIB_EXCEPTIONS): Remove.
6018         (MULTILIB_REQUIRED): New.
6019         (MULTILIB_OSDIRNAMES): New.
6020         * config/mips/t-img-linux (MULTILIB_EXCEPTIONS): Remove.
6021         (MULTILIB_REQUIRED): New.
6022         (MULTILIB_OSDIRNAMES): New.
6024 2015-06-16  Matthew Wahab  <matthew.wahab@arm.com>
6026         * config/aarch64/aarch64-arches.def: Add "armv8.1-a".
6027         * config/aarch64/aarch64-options-extensions.def: Update "fP",
6028         "simd" and "crypto".  Add "lse", "pan", "lor" and "rdma".
6029         * gcc/config/aarch64/aarch64.h (AARCH64_FL_LSE): New.
6030         (AARCH64_FL_PAN): New.
6031         (AARCH64_FL_LOR): New.
6032         (AARCH64_FL_RDMA): New.
6033         (AARCH64_FL_FOR_ARCH8_1): New.
6034         * doc/invoke.texi (AArch64 Options): Add "armv8.1-a" to
6035         -march. Add "lse", "pan", "lor", "rdma" to feature modifiers.
6037 2015-06-16  Martin Liska  <mliska@suse.cz>
6039         * bitmap.c (dump_bitmap_statistics): Fix GNU coding style.
6040         * hash-table.c (void dump_hash_table_loc_statistics): Add missing
6041         guard.
6043 2015-06-16  Richard Biener  <rguenther@suse.de>
6045         * tree-vect-stmts.c (vectorizable_store): Adjust.
6046         (vectorizable_load): Likewise.
6047         * tree-vect-data-refs.c (vect_create_addr_base_for_vector_ref):
6048         Simplify.
6049         (vect_create_data_ref_ptr): Likewise.
6050         (bump_vector_ptr): Adjust.
6052 2015-06-16  Richard Biener  <rguenther@suse.de>
6054         * tree-vect-stmts.c (vectorizable_load): Properly start loads
6055         with the first element if this is grouped loads.
6057 2015-06-16  James Greenhalgh  <james.greenhalgh@arm.com>
6059         * config/arm/arm-protos.h (struct tune_params): Rename
6060         log_op_non_sc to log_op_non_short_circuit, and rename enum
6061         values to expand SC to SHORT_CIRCUIT.
6062         * config/arm/arm.c (arm_slowmul_tune): Expand LOG_OP_NON_SC
6063         to LOG_OP_NON_SHORT_CIRCUIT.
6064         (arm_fastmul_tune):Likewise
6065         (arm_strongarm_tune): Likewise.
6066         (arm_xscale_tune): Likewise.
6067         (arm_9e_tune): Likewise.
6068         (arm_marvell_pj4_tune): Likewise.
6069         (arm_v6t2_tune): Likewise.
6070         (arm_cortex_tune): Likewise.
6071         (arm_cortex_a8_tune): Likewise.
6072         (arm_cortex_a7_tune): Likewise.
6073         (arm_cortex_a15_tune): Likewise.
6074         (arm_cortex_a53_tune): Likewise.
6075         (arm_cortex_a57_tune): Likewise.
6076         (arm_xgene1_tune): Likewise.
6077         (arm_cortex_a5_tune): Likewise.
6078         (arm_cortex_a9_tune): Likewise.
6079         (arm_cortex_a12_tune): Likewise.
6080         (arm_v7m_tune): Likewise.
6081         (arm_cortex_m7_tune): Likewise.
6082         (arm_v6m_tune): Likewise.
6083         (arm_fa726te_tune): Likewise.
6085 2015-06-15  David Edelsohn  <dje.gcc@gmail.com>
6087         * altivec.md: Delete UNSPEC_VMLADDUHM.
6088         (mulv4si3_p8): New pattern.
6089         (mulv4si3): Use it for POWER8.
6090         (mulv8hi3): Use vmladduhm with zero addend.
6091         (altivec_vmladduhm): Descriptive RTL.
6093 2015-06-15  Jim Wilson  <jim.wilson@linaro.org>
6095         * config/aarch64/aarch64.md (mov<mode>_aarch64): Change alternative 2
6096         to use neon_move instead of mov_imm.
6097         (movdi_aarch64): Change alternative 14 to use neon_move not fmov.
6098         (movtf_aarch64): Change alternative 4 to use neon_move_q not fconstd.
6100         * config/aarch64/aarch64.c (aarch64_valid_floating_const): Move
6101         aarch64_float_const_zero_rtx_p check before TFmode check.
6102         * config/aarch64/aarch64.md (movtf): Don't call force_reg if op1 is
6103         an fp zero.
6104         (movtf_aarch64): Separate ?rY alternative into two.  Adjust assembly
6105         code and attributes to match.  Change condition from register_operand
6106         to aarch64_reg_or_fp_zero for op1.  Change type for ldp from
6107         neon_load1_2reg to load2.  Change type for stp from neon_store1_2reg
6108         to store2.
6110 2015-06-15  Aldy Hernandez  <aldyh@redhat.com>
6112         PR debug/66535
6113         * dwarf2out.c (gen_subprogram_die): Do not check a parent's tag if
6114         there is no parent.
6116 2015-06-14  Shiva Chen  <shiva0217@gmail.com>
6118         * aarch64.c (aarch64_simd_lane_bounds): Change %ld to %wd for
6119         HOST_WIDE_INT parameter.
6121 2015-06-14  Jan Hubicka  <hubicka@ucw.cz>
6123         PR ipa/66181
6124         * lto-streamer-out.c (hash_tree): Do not hash TYPE_NO_FORCE_BLK.
6125         * tree-streamer-out.c (pack_ts_type_common_value_fields): Do not stream
6126         TYPE_NO_FORCE_BLK.
6127         * tree-streamer-in.c (unpack_ts_type_common_value_fields): Likewise.
6129 2015-06-14  Richard Sandiford  <richard.sandiford@arm.com>
6131         * rtl.h (classify_insn): Declare.
6132         * emit-rtl.c (classify_insn): Move to...
6133         * rtl.c: ...here and add generator support.
6134         * gensupport.h (get_emit_function, needs_barrier_p): Declare.
6135         * gensupport.c (get_emit_function, needs_barrier_p): New functions.
6136         * genemit.c (gen_emit_seq): New function.
6137         (gen_expand, gen_split): Use it.
6139 2015-06-13  Patrick Palka  <ppalka@gcc.gnu.org>
6141         * tree.c (make_vector_stat): Fix comment to state that the
6142         function returns a VECTOR_CST.
6144 2015-06-13  Richard Sandiford  <richard.sandiford@arm.com>
6146         * gensupport.h (add_implicit_parallel): Declare.
6147         * genrecog.c (add_implicit_parallel): Move to...
6148         * gensupport.c (add_implicit_parallel): ...here.
6149         (process_one_cond_exec): Use it.
6150         * genemit.c (gen_insn): Likewise.
6152 2015-06-13  Iain Sandoe  <iain@codesourcery.com>
6154         PR bootstrap/66448
6155         * passes.c (rest_of_decl_compilation): Do not register globals for
6156         early debug if they are declared in built-ins.
6158 2015-06-12  Aldy Hernandez  <aldyh@redhat.com>
6160         * dwarf2out.c (check_die): Protect with ENABLE_CHECKING.
6162 2015-06-12  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
6164         * ifcvt.c (noce_try_store_flag_constants): Use std::swap instead of
6165         manually swapping.
6166         (noce_try_cmove_arith): Likewise.
6167         (noce_get_alt_condition): Likewise.
6169 2015-06-12  Venkataramanan Kumar  <venkataramanan.kumar@amd.com>
6171         * common/config/i386/i386-common.c
6172         (OPTION_MASK_ISA_MWAITX_SET): New.
6173         (ix86_handle_option): Handle mwaitx.
6174         * config.gcc (i[34567]86-*-*): Add mwaitxintrin.h,
6175         (x86_64-*-*): Likewise.
6176         * config/i386/mwaitxintrin.h: New header.
6177         * config/i386/cpuid.h (bit_MWAITX):  Define.
6178         * config/i386/driver-i386.c (host_detect_local_cpu): Detect
6179         MWAITX support.
6180         * config/i386/i386.opt (mwaitx): New.
6181         * config/i386/i386-builtin-types.def
6182         (VOID_FTYPE_UNSIGNED_ UNSIGNED_UNSIGNED): New function type.
6183         * config/i386/i386-c.c: Define __MWAITX__ if needed.
6184         * config/i386/i386.c (ix86_target_string): Define -mmwaitx option.
6185         (PTA_MWAITX): New.
6186         (ix86_option_override_internal): Handle new option.
6187         (processor_alias_table): Added PTA_MWAITX.
6188         (ix86_valid_target_attribute_inner_p): Add OPT_mmwaitx.
6189         (ix86_builtins): Add IX86_BUILTIN_MWAITX, IX86_BUILTIN_MONITORX.
6190         (ix86_expand_builtin): Handle IX86_BUILTIN_MWAITX and
6191         IX86_BUILTIN_MONITORX  built-ins.
6192         * config/i386/i386.h (TARGET_MWAITX): New.
6193         * config/i386/i386.md (unspecv): Add UNSPEC_MWAITX and
6194         UNSPEC_MONITORX.
6195         (mwaitx):  New pattern.
6196         (monitorx_<mode>): New pattern.
6197         * config/i386/x86intrin.h: Include mwaitxintrin.h.
6198         * doc/extend.texi: Document monitorx and mwaitx builtins.
6199         * doc/invoke.texi: Document -mmwaitx option.
6201 2015-06-12  Uros Bizjak  <ubizjak@gmail.com>
6203         * emit-rtl.c (need_atomic_barrier_p): Mask model with
6204         MEMMODEL_BASE_MASK.  Remove MEMMODEL_SYNC_* cases.
6206 2015-06-11  David Edelsohn  <dje.gcc@gmail.com>
6208         * dbxout.c (xcoff_debug_hooks): Provide a function for
6209         register_main_translation_unit hook.
6211 2015-06-11  David Edelsohn  <dje.gcc@gmail.com>
6213         * config/rs6000/rs6000.c (rs6000_pre_atomic_barrier): Remove SYNC
6214         variants cases from switch.
6215         (rs6000_post_atomic_barrier): Same.
6216         (rs6000_expand_atomic_compare_and_swap): Use memmodel_base.
6217         (rs6000_expand_atomic_exchange): Same.
6218         (rs6000_expand_atomic_op): Same.
6219         * config/rs6000/sync.md (mem_thread_fence): Use memodel_base. Remove
6220         SYNC variants cases from switch.
6221         (atomic_load): Same.
6222         (atomic_store): Same.
6224 2015-06-11  John David Anglin  <danglin@gcc.gnu.org>
6226         * config/pa/pa.c (pa_output_global_address): Handle LABEL_REF plus
6227         CONST_INT for goto.
6229 2015-06-11  Aldy Hernandez  <aldyh@redhat.com>
6231         PR bootstrap/66448
6232         * dwarf2out.c (check_die): Check for common duplicate attributes.
6233         (add_location_or_const_value_attribute): Do not add duplicate
6234         attributes.
6235         (gen_formal_parameter_die): Do not add DW_AT_artificial the second
6236         time around.
6237         (gen_struct_or_union_type_die): Bail early if TREE_ASM_WRITTEN.
6238         (gen_type_die_with_usage): Call check_die.
6239         (dwarf2out_decl): Only call check_die() when ENABLE_CHECKING.
6241 2015-06-11  Jason Merrill  <jason@redhat.com>
6243         * dwarf2out.c (prune_unused_types): Handle unused top-level limbo
6244         dies.
6246 2015-06-11  Marek Polacek  <polacek@redhat.com>
6248         * match.pd ((x & y) ^ (x | y)): Don't check for single_use.
6250 2015-06-11  Eric Botcazou  <ebotcazou@adacore.com>
6252         PR bootstrap/66252
6253         * config/sparc/sparc.c (hard_regno_mode_classes): Add ??? comment.
6254         * config/sparc/sparc.md (zero_extendsidi2_insn_sp32): Use single order.
6255         (*addx_extend_sp32): Fix pasto.
6256         (*subx_extend): Rename into...
6257         (*subx_extend_sp32): ...this.
6258         (*adddi3_extend_sp32): Add earlyclobber.
6259         (*subdi3_insn_sp32): Likewise.
6260         (*subdi3_extend_sp32): Likewise.
6261         (*and_not_di_sp32): Likewise.
6262         (*or_not_di_sp32): Likewise.
6263         (*xor_not_di_sp32): Likewise.
6264         (*negdi2_sp32): Likewise.
6265         (*one_cmpldi2_sp32): Likewise.
6267 2015-06-11  Pierre-Marie de Rodat  <derodat@adacore.com>
6269         * debug.h (struct gcc_debug_hooks): Add a
6270         register_main_translation_unit hook.
6271         * debug.c (do_nothing_debug_hooks): Provide a function for this
6272         new hook.
6273         * dbxout.c (dbx_debug_hooks): Likewise.
6274         * sdbout.c (sdb_debug_hooks): Likewise.
6275         * vmsdbgout.c (vmsdbg_debug_hooks): Likewise.
6276         * dwarf2out.c (main_translation_unit): New global variable.
6277         (dwarf2out_register_main_translation_unit): New function
6278         implementing the new hook.
6279         (dwarf2_debug_hooks): Assign
6280         dwarf2out_register_main_translation_unit to this new hook.
6281         (dwarf2out_init): Associate any main translation unit to
6282         comp_unit_die ().
6284 2015-06-11  Marek Polacek  <polacek@redhat.com>
6286         * match.pd ((x & y) ^ (x | y) -> x ^ y): New pattern.
6288 2015-06-11  Marek Polacek  <polacek@redhat.com>
6290         * match.pd: Use single_use throughout.
6292 2015-06-11  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
6294         * config/arm/arm.c (arm_option_params_internal): When optimising
6295         for speed set max_insns_skipped when arm_restrict_it.
6297 2015-06-11  Christian Bruel  <christian.bruel@st.com>
6299         PR target/52144
6300         * config/arm/arm-c.c (arm_cpu_cpp_builtins): Conditionally define
6301          macros in ...
6302         (arm_cpu_builtins): New function.
6303         (arm_pragma_target_parse): Call arm_cpu_builtins.
6304         * config/arm/arm-protos.h (arm_cpu_builtins): Declare.
6305         (arm_register_target_pragmas): Likewise.
6306         * config/arm/arm.h (REGISTER_TARGET_PRAGMAS):
6307          Call arm_register_target_pragmas.
6308         * config/arm/arm-c.c (arm_register_target_pragmas): New function.
6309         (arm_pragma_target_parse): Likewise.
6311 2015-06-10  Kaz Kojima  <kkojima@gcc.gnu.org>
6313         * config/sh/sh.md (tstsi_t): Add '?' modifier to 'r' alternative
6314         of the second operand.
6316 2015-06-10  Uros Bizjak  <ubizjak@gmail.com>
6318         PR target/66473
6319         * config/i386/i386.c (ix86_expand_vector_set): Use gen_int_mode
6320         to prepare mask operand for AVX512 modes.
6322 2015-06-10  Michael Meissner  <meissner@linux.vnet.ibm.com>
6324         PR target/66474
6325         * doc/md.texi (Machine Constraints): Document that on the PowerPC
6326         if you use a constraint that targets a VSX register, you must use
6327         %x<n> in the template.
6329 2015-06-10  Max Filippov  <jcmvbkbc@gmail.com>
6331         * config/xtensa/xtensa.h (TARGET_DEBUG): New definition.
6332         * config/xtensa/xtensa.md (define_attr "type"): New type "trap".
6333         (define_insn "trap"): New definition.
6335 2015-06-10  Richard Biener  <rguenther@suse.de>
6337         * tree-vect-slp.c (vect_attempt_slp_rearrange_stmts): Split
6338         out from ...
6339         (vect_supported_load_permutation_p): ... here.  Handle
6340         supportable permutations in reductions.
6341         * tree-vect-stmts.c (vectorizable_load): Handle SLP permutations
6342         for vectorizing strided group loads.
6344 2015-06-10  Jakub Jelinek  <jakub@redhat.com>
6346         PR target/66470
6347         * config/i386/i386.c (ix86_split_long_move): For collisions
6348         involving direct tls segment refs, move the UNSPEC_TP possibly
6349         wrapped in ZERO_EXTEND out of the address for lea, to each of
6350         the memory loads.
6352 2015-06-10  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
6354         * config/arm/sync.md (*memory_barrier): Use dmb ish instead of
6355         dmb sy. Adjust tabs.
6357 2015-06-10  Tom de Vries  <tom@codesourcery.com>
6359         * omp-low.c (expand_omp_target): Remove duplicate declaration of node.
6361 2015-06-10  Martin Liska  <mliska@suse.cz>
6363         PR bootstrap/66471
6364         * mem-stats-traits.h (enum mem_alloc_origin): Add _ORIGIN suffix for
6365         all enum values in mem_alloc_origin.
6366         * alloc-pool.c (dump_alloc_pool_statistics): Use newly changed enum
6367         name.
6368         * alloc-pool.h (pool_allocator::pool_allocator): Likewise.
6369         * bitmap.c (bitmap_register): Likewise.
6370         (dump_bitmap_statistics): Likewise.
6371         * ggc-common.c (dump_ggc_loc_statistics): Likewise.
6372         (ggc_record_overhead): Likewise.
6373         * hash-map.h: Likewise.
6374         * hash-set.h: Likewise.
6375         * hash-table.c (void dump_hash_table_loc_statistics): Likewise.
6376         * hash-table.h: Likewise.
6377         * vec.c (vec_prefix::register_overhead): Likewise.
6378         (vec_prefix::release_overhead): Likewise.
6379         (dump_vec_loc_statistics): Likewise.
6381 2015-06-09  Christian Bruel  <christian.bruel@st.com>
6383         PR target/52144
6384         * config/arm/arm.opt (THUMB, arm_restrict_it, inline_asm_unified): Save.
6385         * config/arm/arm-protos.h (arm_valid_target_attribute_tree): Declare.
6386         (arm_reset_previous_fndecl, arm_change_mode_p): Likewise.
6387         * config/arm/arm.h (SWITCHABLE_TARGET): Define.
6388         * config/arm/arm.c (arm_reset_previous_fndecl): New functions.
6389         (arm_valid_target_attribute_tree, arm_change_mode_p): Likewise.
6390         (arm_valid_target_attribute_p): Likewise.
6391         (arm_set_current_function, arm_can_inline_p): Likewise.
6392         (arm_valid_target_attribute_rec): Likewise.
6393         (arm_previous_fndecl): New variable.
6394         (TARGET_SET_CURRENT_FUNCTION, TARGET_OPTION_VALID_ATTRIBUTE_P): Define.
6395         (TARGET_CAN_INLINE_P): Define.
6396         (arm_asm_trampoline_template): Emit mode.
6397         (arm_file_start): Don't set unified syntax.
6398         (arm_declare_function_name): Set unified syntax and mode.
6399         (arm_option_override): Init target_option_default_node.
6400         and target_option_current_node.
6401         * config/arm/arm.md (*call_value_symbol): Set mode when possible.
6402         (*call_symbol): Likewise.
6403         * doc/extend.texi: Document ARM/Thumb target attribute.
6404         * doc/invoke.texi: Likewise.
6406 2015-06-09  Alexandre Oliva <aoliva@redhat.com>
6408         Revert:
6409         2015-06-09  Alexandre Oliva <aoliva@redhat.com>
6410         PR rtl-optimization/64164
6411         * Makefile.in (OBJS): Drop tree-ssa-copyrename.o.
6412         * tree-ssa-copyrename.c: Removed.
6413         * opts.c (default_options_table): Drop -ftree-copyrename.  Add
6414         -ftree-coalesce-vars.
6415         * passes.def: Drop all occurrences of pass_rename_ssa_copies.
6416         * common.opt (ftree-copyrename): Ignore.
6417         (ftree-coalesce-inlined-vars): Likewise.
6418         * doc/invoke.texi: Remove the ignored options above.
6419         * gimple-expr.h (gimple_can_coalesce_p): Move declaration
6420         * tree-ssa-coalesce.h: ... here.
6421         * tree-ssa-uncprop.c: Include tree-ssa-coalesce.h and other
6422         headers required by it.
6423         * gimple-expr.c (gimple_can_coalesce_p): Allow coalescing
6424         across variables when flag_tree_coalesce_vars.  Check register
6425         use and promoted modes to allow coalescing.  Moved to
6426         tree-ssa-coalesce.c.
6427         * tree-ssa-live.c (struct tree_int_map_hasher): Move along
6428         with its member functions to tree-ssa-coalesce.c.
6429         (var_map_base_init): Likewise.  Renamed to
6430         compute_samebase_partition_bases.
6431         (partition_view_normal): Drop want_bases parameter.
6432         (partition_view_bitmap): Likewise.
6433         * tree-ssa-live.h: Adjust declarations.
6434         * tree-ssa-coalesce.c: Include explow.h.
6435         (build_ssa_conflict_graph): Process PARM_ and RESULT_DECLs's
6436         default defs at the entry point.
6437         (dump_part_var_map): New.
6438         (compute_optimized_partition_bases): New, called by...
6439         (coalesce_ssa_name): ... when flag_tree_coalesce_vars, instead
6440         of compute_samebase_partition_bases.  Adjust.
6441         * alias.c (nonoverlapping_memrefs_p): Disregard gimple-regs.
6442         * cfgexpand.c (leader_merge): New.
6443         (get_rtl_for_parm_ssa_default_def): New.
6444         (set_rtl): Merge exprs and attrs, even for MEMs and non-SSA
6445         vars.  Update DECL_RTL for PARM_DECLs and RESULT_DECLs too.
6446         (expand_one_stack_var_at): Handle anonymous SSA_NAMEs.  Drop
6447         redundant MEM attr setting.
6448         (expand_one_stack_var_1): Handle anonymous SSA_NAMEs.  Renamed
6449         from...
6450         (expand_one_stack_var): ... this.  New wrapper to check and
6451         skip already expanded SSA partitions.
6452         (record_alignment_for_reg_var): New, factored out of...
6453         (expand_one_var): ... this.
6454         (expand_one_ssa_partition): New.
6455         (adjust_one_expanded_partition_var): New.
6456         (expand_one_register_var): Check and skip already expanded SSA
6457         partitions.
6458         (expand_used_vars): Don't create DECLs for anonymous SSA
6459         names.  Expand all SSA partitions, then adjust all SSA names.
6460         (pass::execute): Replace the loops that set
6461         SA.partition_to_pseudo from partition leaders and cleared
6462         DECL_RTL for multi-location variables, and that which used to
6463         rename vars and set attrs, with one that clears DECL_RTL and
6464         checks that PARMs and RESULTs default_defs match DECL_RTL.
6465         * cfgexpand.h (get_rtl_for_parm_ssa_default_def): Declare.
6466         * emit-rtl.c (set_reg_attrs_for_parm): Handle NULL decl.
6467         * explow.c (promote_ssa_mode): New.
6468         * explow.h (promote_ssa_mode): Declare.
6469         * expr.c (expand_expr_real_1): Handle anonymous SSA_NAMEs.
6470         * function.c: Include cfgexpand.h.
6471         (use_register_for_decl): Handle SSA_NAMEs, anonymous or not.
6472         (use_register_for_parm_decl): Wrapper for the above to
6473         special-case the result_ptr.
6474         (rtl_for_parm): Ditto for get_rtl_for_parm_ssa_default_def.
6475         (maybe_reset_rtl_for_parm): Reset DECL_RTL of parms with
6476         multiple locations.
6477         (assign_parm_adjust_stack_rtl): Add all and parm arguments,
6478         for rtl_for_parm.  For SSA-assigned parms, zero stack_parm.
6479         (assign_parm_setup_block): Prefer SSA-assigned location.
6480         (assign_parm_setup_reg): Likewise.  Use entry_parm for equiv
6481         if stack_parm is NULL.
6482         (assign_parm_setup_stack): Prefer SSA-assigned location.
6483         (assign_parms): Maybe reset DECL_RTL of params.  Adjust stack
6484         rtl before testing for pointer bounds.  Special-case result_ptr.
6485         (expand_function_start): Maybe reset DECL_RTL of result.
6486         Prefer SSA-assigned location for result and static chain.
6487         Factor out DECL_RESULT and SET_DECL_RTL.
6488         * tree-outof-ssa.c (insert_value_copy_on_edge): Handle
6489         anonymous SSA names.  Use promote_ssa_mode.
6490         (get_temp_reg): Likewise.
6491         (remove_ssa_form): Adjust.
6492         * var-tracking.c (dataflow_set_clear_at_call): Take call_insn
6493         and get its reg_usage for reg invalidation.
6494         (compute_bb_dataflow): Pass it insn.
6495         (emit_notes_in_bb): Likewise.
6496         * tree-ssa-loop-niter.c (loop_exits_before_overflow): Don't
6497         fail assert on conversion between unsigned types.
6499 2015-06-09  Tom de Vries  <tom@codesourcery.com>
6501         PR tree-optimization/65460
6502         * omp-low.c (expand_omp_target): Set parallelized_function on
6503         cgraph_node for child_fn.
6505 2015-06-09  Tom de Vries  <tom@codesourcery.com>
6507         * omp-low.c (finalize_task_copyfn, expand_omp_taskreg): Mark function
6508         parallelized_function before add_new_function.
6510 2015-06-09  Andrew MacLeod  <amacleod@redhat.com>
6512         * gcc-plugin.h: Move decls to plugin.h and include it.
6513         * plugin.h: Relocate decls from gcc-plugin.h
6514         * ggc-page.c: Include required header files.
6515         * passes.c: Likewise.
6516         * cgraphunit.c: Likewise.
6518 2015-06-09  Tom de Vries  <tom@codesourcery.com>
6520         * tree-stdarg.c (expand_ifn_va_arg_1): Handle location.
6522 2015-06-09  Jason Merrill  <jason@redhat.com>
6524         PR bootstrap/66448
6525         * toplev.c (check_global_declaration): Don't warn about a clone.
6527 2015-06-09  Marek Polacek  <polacek@redhat.com>
6529         PR tree-optimization/66299
6530         * match.pd ((CST1 << A) == CST2 -> A == ctz (CST2) - ctz (CST1)
6531         ((CST1 << A) != CST2 -> A != ctz (CST2) - ctz (CST1)): New
6532         patterns.
6534 2015-06-09  Richard Biener  <rguenther@suse.de>
6536         * tree-vect-slp.c (vect_build_slp_tree_1): Remove bailout on gaps.
6537         (vect_analyze_slp_instance): Instead do not falsely drop
6538         load permutations.
6540 2015-06-09  Richard Biener  <rguenther@suse.de>
6542         PR middle-end/66423
6543         * match.pd: Handle A % (unsigned)(1 << B).
6545 2015-06-09  Aldy Hernandez  <aldyh@redhat.com>
6547         * varasm.c (output_object_block_htab): Remove.
6548         (output_object_block_compare): New.
6549         (output_object_blocks): Sort named object_blocks before outputting
6550         them.
6552 2015-06-09  Richard Biener  <rguenther@suse.de>
6554         PR tree-optimization/66419
6555         * tree-vect-slp.c (vect_supported_load_permutation_p): Properly
6556         consider GROUP_GAP when detecting a perfect subchain.
6558 2015-06-09  Nick Clifton  <nickc@redhat.com>
6560         * config/rl78/rl78.c (rl78_select_section): When -mes0 is active
6561         place read only data in the .frodata section.
6563 2015-06-09  Shiva Chen  <shiva0217@gmail.com>
6565         * sync.md (atomic_load<mode>): Add conditional code for lda/ldr
6566         (atomic_store<mode>): Likewise.
6568 2015-06-09  Richard Biener  <rguenther@suse.de>
6570         * cfgloop.c (get_loop_body_in_bfs_order): Fix assert.
6572 2015-06-09  Richard Biener  <rguenther@suse.de>
6574         PR middle-end/66413
6575         * tree-inline.c (insert_init_debug_bind): Unshare value.
6577 2015-06-09  Richard Biener  <rguenther@suse.de>
6579         PR tree-optimization/66396
6580         * graphite-isl-ast-to-gimple.c (graphite_regenerate_ast_isl):
6581         Rename virtual operands.
6583 2015-06-09  Tom de Vries  <tom@codesourcery.com>
6585         * gimple-iterator.h (gimple_seq_nondebug_singleton_p): Don't
6586         always return false.
6588 2015-06-09  Alexandre Oliva <aoliva@redhat.com>
6590         PR rtl-optimization/64164
6591         * Makefile.in (OBJS): Drop tree-ssa-copyrename.o.
6592         * tree-ssa-copyrename.c: Removed.
6593         * opts.c (default_options_table): Drop -ftree-copyrename.  Add
6594         -ftree-coalesce-vars.
6595         * passes.def: Drop all occurrences of pass_rename_ssa_copies.
6596         * common.opt (ftree-copyrename): Ignore.
6597         (ftree-coalesce-inlined-vars): Likewise.
6598         * doc/invoke.texi: Remove the ignored options above.
6599         * gimple-expr.h (gimple_can_coalesce_p): Move declaration
6600         * tree-ssa-coalesce.h: ... here.
6601         * tree-ssa-uncprop.c: Include tree-ssa-coalesce.h and other
6602         headers required by it.
6603         * gimple-expr.c (gimple_can_coalesce_p): Allow coalescing
6604         across variables when flag_tree_coalesce_vars.  Check register
6605         use and promoted modes to allow coalescing.  Moved to
6606         tree-ssa-coalesce.c.
6607         * tree-ssa-live.c (struct tree_int_map_hasher): Move along
6608         with its member functions to tree-ssa-coalesce.c.
6609         (var_map_base_init): Likewise.  Renamed to
6610         compute_samebase_partition_bases.
6611         (partition_view_normal): Drop want_bases parameter.
6612         (partition_view_bitmap): Likewise.
6613         * tree-ssa-live.h: Adjust declarations.
6614         * tree-ssa-coalesce.c: Include explow.h.
6615         (build_ssa_conflict_graph): Process PARM_ and RESULT_DECLs's
6616         default defs at the entry point.
6617         (dump_part_var_map): New.
6618         (compute_optimized_partition_bases): New, called by...
6619         (coalesce_ssa_name): ... when flag_tree_coalesce_vars, instead
6620         of compute_samebase_partition_bases.  Adjust.
6621         * alias.c (nonoverlapping_memrefs_p): Disregard gimple-regs.
6622         * cfgexpand.c (leader_merge): New.
6623         (get_rtl_for_parm_ssa_default_def): New.
6624         (set_rtl): Merge exprs and attrs, even for MEMs and non-SSA
6625         vars.  Update DECL_RTL for PARM_DECLs and RESULT_DECLs too.
6626         (expand_one_stack_var_at): Handle anonymous SSA_NAMEs.  Drop
6627         redundant MEM attr setting.
6628         (expand_one_stack_var_1): Handle anonymous SSA_NAMEs.  Renamed
6629         from...
6630         (expand_one_stack_var): ... this.  New wrapper to check and
6631         skip already expanded SSA partitions.
6632         (record_alignment_for_reg_var): New, factored out of...
6633         (expand_one_var): ... this.
6634         (expand_one_ssa_partition): New.
6635         (adjust_one_expanded_partition_var): New.
6636         (expand_one_register_var): Check and skip already expanded SSA
6637         partitions.
6638         (expand_used_vars): Don't create DECLs for anonymous SSA
6639         names.  Expand all SSA partitions, then adjust all SSA names.
6640         (pass::execute): Replace the loops that set
6641         SA.partition_to_pseudo from partition leaders and cleared
6642         DECL_RTL for multi-location variables, and that which used to
6643         rename vars and set attrs, with one that clears DECL_RTL and
6644         checks that PARMs and RESULTs default_defs match DECL_RTL.
6645         * cfgexpand.h (get_rtl_for_parm_ssa_default_def): Declare.
6646         * emit-rtl.c (set_reg_attrs_for_parm): Handle NULL decl.
6647         * explow.c (promote_ssa_mode): New.
6648         * explow.h (promote_ssa_mode): Declare.
6649         * expr.c (expand_expr_real_1): Handle anonymous SSA_NAMEs.
6650         * function.c: Include cfgexpand.h.
6651         (use_register_for_decl): Handle SSA_NAMEs, anonymous or not.
6652         (use_register_for_parm_decl): Wrapper for the above to
6653         special-case the result_ptr.
6654         (rtl_for_parm): Ditto for get_rtl_for_parm_ssa_default_def.
6655         (maybe_reset_rtl_for_parm): Reset DECL_RTL of parms with
6656         multiple locations.
6657         (assign_parm_adjust_stack_rtl): Add all and parm arguments,
6658         for rtl_for_parm.  For SSA-assigned parms, zero stack_parm.
6659         (assign_parm_setup_block): Prefer SSA-assigned location.
6660         (assign_parm_setup_reg): Likewise.  Use entry_parm for equiv
6661         if stack_parm is NULL.
6662         (assign_parm_setup_stack): Prefer SSA-assigned location.
6663         (assign_parms): Maybe reset DECL_RTL of params.  Adjust stack
6664         rtl before testing for pointer bounds.  Special-case result_ptr.
6665         (expand_function_start): Maybe reset DECL_RTL of result.
6666         Prefer SSA-assigned location for result and static chain.
6667         Factor out DECL_RESULT and SET_DECL_RTL.
6668         * tree-outof-ssa.c (insert_value_copy_on_edge): Handle
6669         anonymous SSA names.  Use promote_ssa_mode.
6670         (get_temp_reg): Likewise.
6671         (remove_ssa_form): Adjust.
6672         * var-tracking.c (dataflow_set_clear_at_call): Take call_insn
6673         and get its reg_usage for reg invalidation.
6674         (compute_bb_dataflow): Pass it insn.
6675         (emit_notes_in_bb): Likewise.
6676         * tree-ssa-loop-niter.c (loop_exits_before_overflow): Don't
6677         fail assert on conversion between unsigned types.
6679 2015-06-09  Alexandre Oliva <aoliva@redhat.com>
6681         PR debug/58315
6682         * tree-inline.c (reset_debug_binding): New.
6683         (reset_debug_bindings): Likewise.
6684         (expand_call_inline): Call it.
6686 2015-06-08  Jan Hubicka  <hubicka@ucw.cz>
6688         * tree.c (gimple_canonical_types_compatible_p): Drop comparsion of
6689         TYPE_STRING_FLAG.
6691 2015-06-08  Jan Hubicka  <hubicka@ucw.cz>
6693         * lto-streamer-out.c (lto_output_location): Stream
6694         reserved locations correctly.
6695         * lto-streamer-in.c (lto_output_location): Likewise.
6697 2015-06-08  Andrew MacLeod  <amacleod@redhat.com>
6699         * coretypes.h: Include hash-table.h and hash-set.h for host files.
6700         * ggc.h: Don't include statistics.h>
6701         * hash-map.h: Remove all includes.
6702         * hash-set.h: Likewise.
6703         * hash-table.h: Add statistics.h, inchash.h and hash-map-traits.h to
6704         the include list. Remove <new>.
6705         * inchash.h: Remove all includes.
6706         * mem-stats.h: Likewise.
6707         * vec.h: No special processing for generators or ggc.
6708         * alias.c : Adjust include files.
6709         * alloc-pool.c : Likewise.
6710         * alloc-pool.h : Likewise.
6711         * asan.c : Likewise.
6712         * attribs.c : Likewise.
6713         * auto-inc-dec.c : Likewise.
6714         * auto-profile.c : Likewise.
6715         * bb-reorder.c : Likewise.
6716         * bitmap.c : Likewise.
6717         * bitmap.h : Likewise.
6718         * bt-load.c : Likewise.
6719         * builtins.c : Likewise.
6720         * caller-save.c : Likewise.
6721         * calls.c : Likewise.
6722         * ccmp.c : Likewise.
6723         * cfg.c : Likewise.
6724         * cfganal.c : Likewise.
6725         * cfgbuild.c : Likewise.
6726         * cfgcleanup.c : Likewise.
6727         * cfgexpand.c : Likewise.
6728         * cfghooks.c : Likewise.
6729         * cfgloop.c : Likewise.
6730         * cfgloop.h : Likewise.
6731         * cfgloopanal.c : Likewise.
6732         * cfgloopmanip.c : Likewise.
6733         * cfgrtl.c : Likewise.
6734         * cgraph.c : Likewise.
6735         * cgraphbuild.c : Likewise.
6736         * cgraphclones.c : Likewise.
6737         * cgraphunit.c : Likewise.
6738         * cilk-common.c : Likewise.
6739         * combine-stack-adj.c : Likewise.
6740         * combine.c : Likewise.
6741         * compare-elim.c : Likewise.
6742         * context.c : Likewise.
6743         * convert.c : Likewise.
6744         * coverage.c : Likewise.
6745         * cppbuiltin.c : Likewise.
6746         * cprop.c : Likewise.
6747         * cse.c : Likewise.
6748         * cselib.c : Likewise.
6749         * data-streamer-in.c : Likewise.
6750         * data-streamer-out.c : Likewise.
6751         * data-streamer.c : Likewise.
6752         * data-streamer.h : Likewise.
6753         * dbxout.c : Likewise.
6754         * dce.c : Likewise.
6755         * ddg.c : Likewise.
6756         * debug.c : Likewise.
6757         * df-core.c : Likewise.
6758         * df-problems.c : Likewise.
6759         * df-scan.c : Likewise.
6760         * df.h : Likewise.
6761         * dfp.c : Likewise.
6762         * dojump.c : Likewise.
6763         * dominance.c : Likewise.
6764         * domwalk.c : Likewise.
6765         * double-int.c : Likewise.
6766         * dse.c : Likewise.
6767         * dumpfile.c : Likewise.
6768         * dwarf2asm.c : Likewise.
6769         * dwarf2cfi.c : Likewise.
6770         * dwarf2out.c : Likewise.
6771         * emit-rtl.c : Likewise.
6772         * et-forest.c : Likewise.
6773         * except.c : Likewise.
6774         * except.h : Likewise.
6775         * explow.c : Likewise.
6776         * expmed.c : Likewise.
6777         * expr.c : Likewise.
6778         * final.c : Likewise.
6779         * fixed-value.c : Likewise.
6780         * fold-const.c : Likewise.
6781         * function.c : Likewise.
6782         * fwprop.c : Likewise.
6783         * gcc-plugin.h : Likewise.
6784         * gcc.c : Likewise.
6785         * gcse-common.c : Likewise.
6786         * gcse.c : Likewise.
6787         * genattrtab.c : Likewise.
6788         * genautomata.c : Likewise.
6789         * genconditions.c : Likewise.
6790         * genemit.c : Likewise.
6791         * generic-match-head.c : Likewise.
6792         * genextract.c : Likewise.
6793         * gengtype-state.c : Likewise.
6794         * gengtype.c : Likewise.
6795         * genhooks.c : Likewise.
6796         * genmatch.c : Likewise.
6797         * genmodes.c : Likewise.
6798         * genrecog.c : Likewise.
6799         * gensupport.c : Likewise.
6800         * ggc-common.c : Likewise.
6801         * ggc-internal.h : Likewise.
6802         * ggc-none.c : Likewise.
6803         * ggc-page.c : Likewise.
6804         * gimple-builder.c : Likewise.
6805         * gimple-expr.c : Likewise.
6806         * gimple-fold.c : Likewise.
6807         * gimple-iterator.c : Likewise.
6808         * gimple-low.c : Likewise.
6809         * gimple-match-head.c : Likewise.
6810         * gimple-pretty-print.c : Likewise.
6811         * gimple-ssa-isolate-paths.c : Likewise.
6812         * gimple-ssa-strength-reduction.c : Likewise.
6813         * gimple-ssa.h : Likewise.
6814         * gimple-streamer-in.c : Likewise.
6815         * gimple-streamer-out.c : Likewise.
6816         * gimple-streamer.h : Likewise.
6817         * gimple-walk.c : Likewise.
6818         * gimple.c : Likewise.
6819         * gimplify-me.c : Likewise.
6820         * gimplify.c : Likewise.
6821         * godump.c : Likewise.
6822         * graph.c : Likewise.
6823         * graphds.c : Likewise.
6824         * graphite-blocking.c : Likewise.
6825         * graphite-dependences.c : Likewise.
6826         * graphite-interchange.c : Likewise.
6827         * graphite-isl-ast-to-gimple.c : Likewise.
6828         * graphite-optimize-isl.c : Likewise.
6829         * graphite-poly.c : Likewise.
6830         * graphite-scop-detection.c : Likewise.
6831         * graphite-sese-to-poly.c : Likewise.
6832         * graphite.c : Likewise.
6833         * haifa-sched.c : Likewise.
6834         * hard-reg-set.h : Likewise.
6835         * hw-doloop.c : Likewise.
6836         * ifcvt.c : Likewise.
6837         * inchash.c : Likewise.
6838         * incpath.c : Likewise.
6839         * init-regs.c : Likewise.
6840         * input.c : Likewise.
6841         * internal-fn.c : Likewise.
6842         * ipa-chkp.c : Likewise.
6843         * ipa-comdats.c : Likewise.
6844         * ipa-cp.c : Likewise.
6845         * ipa-devirt.c : Likewise.
6846         * ipa-icf-gimple.c : Likewise.
6847         * ipa-icf.c : Likewise.
6848         * ipa-inline-analysis.c : Likewise.
6849         * ipa-inline-transform.c : Likewise.
6850         * ipa-inline.c : Likewise.
6851         * ipa-polymorphic-call.c : Likewise.
6852         * ipa-profile.c : Likewise.
6853         * ipa-prop.c : Likewise.
6854         * ipa-pure-const.c : Likewise.
6855         * ipa-ref.c : Likewise.
6856         * ipa-reference.c : Likewise.
6857         * ipa-split.c : Likewise.
6858         * ipa-utils.c : Likewise.
6859         * ipa-visibility.c : Likewise.
6860         * ipa.c : Likewise.
6861         * ira-build.c : Likewise.
6862         * ira-color.c : Likewise.
6863         * ira-conflicts.c : Likewise.
6864         * ira-costs.c : Likewise.
6865         * ira-emit.c : Likewise.
6866         * ira-lives.c : Likewise.
6867         * ira.c : Likewise.
6868         * jump.c : Likewise.
6869         * langhooks.c : Likewise.
6870         * lcm.c : Likewise.
6871         * libfuncs.h : Likewise.
6872         * lists.c : Likewise.
6873         * loop-doloop.c : Likewise.
6874         * loop-init.c : Likewise.
6875         * loop-invariant.c : Likewise.
6876         * loop-iv.c : Likewise.
6877         * loop-unroll.c : Likewise.
6878         * lower-subreg.c : Likewise.
6879         * lra-assigns.c : Likewise.
6880         * lra-coalesce.c : Likewise.
6881         * lra-constraints.c : Likewise.
6882         * lra-eliminations.c : Likewise.
6883         * lra-lives.c : Likewise.
6884         * lra-remat.c : Likewise.
6885         * lra-spills.c : Likewise.
6886         * lra.c : Likewise.
6887         * lto-cgraph.c : Likewise.
6888         * lto-compress.c : Likewise.
6889         * lto-opts.c : Likewise.
6890         * lto-section-in.c : Likewise.
6891         * lto-section-out.c : Likewise.
6892         * lto-streamer-in.c : Likewise.
6893         * lto-streamer-out.c : Likewise.
6894         * lto-streamer.c : Likewise.
6895         * lto-streamer.h : Likewise.
6896         * mcf.c : Likewise.
6897         * mode-switching.c : Likewise.
6898         * modulo-sched.c : Likewise.
6899         * omega.c : Likewise.
6900         * omp-low.c : Likewise.
6901         * optabs.c : Likewise.
6902         * opts-global.c : Likewise.
6903         * opts.h : Likewise.
6904         * passes.c : Likewise.
6905         * plugin.c : Likewise.
6906         * postreload-gcse.c : Likewise.
6907         * postreload.c : Likewise.
6908         * predict.c : Likewise.
6909         * print-rtl.c : Likewise.
6910         * print-tree.c : Likewise.
6911         * profile.c : Likewise.
6912         * read-md.c : Likewise.
6913         * read-md.h : Likewise.
6914         * read-rtl.c : Likewise.
6915         * real.c : Likewise.
6916         * realmpfr.c : Likewise.
6917         * recog.c : Likewise.
6918         * ree.c : Likewise.
6919         * reg-stack.c : Likewise.
6920         * regcprop.c : Likewise.
6921         * reginfo.c : Likewise.
6922         * regrename.c : Likewise.
6923         * regstat.c : Likewise.
6924         * reload.c : Likewise.
6925         * reload1.c : Likewise.
6926         * reorg.c : Likewise.
6927         * resource.c : Likewise.
6928         * rtl-chkp.c : Likewise.
6929         * rtl.c : Likewise.
6930         * rtl.h : Likewise.
6931         * rtlanal.c : Likewise.
6932         * rtlhash.c : Likewise.
6933         * rtlhash.h : Likewise.
6934         * rtlhooks.c : Likewise.
6935         * sanopt.c : Likewise.
6936         * sched-deps.c : Likewise.
6937         * sched-ebb.c : Likewise.
6938         * sched-rgn.c : Likewise.
6939         * sched-vis.c : Likewise.
6940         * sdbout.c : Likewise.
6941         * sel-sched-dump.c : Likewise.
6942         * sel-sched-ir.c : Likewise.
6943         * sel-sched-ir.h : Likewise.
6944         * sel-sched.c : Likewise.
6945         * sese.c : Likewise.
6946         * shrink-wrap.c : Likewise.
6947         * shrink-wrap.h : Likewise.
6948         * simplify-rtx.c : Likewise.
6949         * stack-ptr-mod.c : Likewise.
6950         * statistics.c : Likewise.
6951         * stmt.c : Likewise.
6952         * stor-layout.c : Likewise.
6953         * store-motion.c : Likewise.
6954         * stringpool.c : Likewise.
6955         * symtab.c : Likewise.
6956         * target-globals.c : Likewise.
6957         * targhooks.c : Likewise.
6958         * tlink.c : Likewise.
6959         * toplev.c : Likewise.
6960         * tracer.c : Likewise.
6961         * trans-mem.c : Likewise.
6962         * tree-affine.c : Likewise.
6963         * tree-affine.h : Likewise.
6964         * tree-browser.c : Likewise.
6965         * tree-call-cdce.c : Likewise.
6966         * tree-cfg.c : Likewise.
6967         * tree-cfgcleanup.c : Likewise.
6968         * tree-chkp-opt.c : Likewise.
6969         * tree-chkp.c : Likewise.
6970         * tree-chrec.c : Likewise.
6971         * tree-complex.c : Likewise.
6972         * tree-data-ref.c : Likewise.
6973         * tree-dfa.c : Likewise.
6974         * tree-diagnostic.c : Likewise.
6975         * tree-dump.c : Likewise.
6976         * tree-eh.c : Likewise.
6977         * tree-eh.h : Likewise.
6978         * tree-emutls.c : Likewise.
6979         * tree-hasher.h : Likewise.
6980         * tree-if-conv.c : Likewise.
6981         * tree-inline.c : Likewise.
6982         * tree-inline.h : Likewise.
6983         * tree-into-ssa.c : Likewise.
6984         * tree-iterator.c : Likewise.
6985         * tree-loop-distribution.c : Likewise.
6986         * tree-nested.c : Likewise.
6987         * tree-nrv.c : Likewise.
6988         * tree-object-size.c : Likewise.
6989         * tree-outof-ssa.c : Likewise.
6990         * tree-parloops.c : Likewise.
6991         * tree-phinodes.c : Likewise.
6992         * tree-predcom.c : Likewise.
6993         * tree-pretty-print.c : Likewise.
6994         * tree-profile.c : Likewise.
6995         * tree-scalar-evolution.c : Likewise.
6996         * tree-sra.c : Likewise.
6997         * tree-ssa-address.c : Likewise.
6998         * tree-ssa-alias.c : Likewise.
6999         * tree-ssa-ccp.c : Likewise.
7000         * tree-ssa-coalesce.c : Likewise.
7001         * tree-ssa-copy.c : Likewise.
7002         * tree-ssa-copyrename.c : Likewise.
7003         * tree-ssa-dce.c : Likewise.
7004         * tree-ssa-dom.c : Likewise.
7005         * tree-ssa-dse.c : Likewise.
7006         * tree-ssa-forwprop.c : Likewise.
7007         * tree-ssa-ifcombine.c : Likewise.
7008         * tree-ssa-live.c : Likewise.
7009         * tree-ssa-loop-ch.c : Likewise.
7010         * tree-ssa-loop-im.c : Likewise.
7011         * tree-ssa-loop-ivcanon.c : Likewise.
7012         * tree-ssa-loop-ivopts.c : Likewise.
7013         * tree-ssa-loop-manip.c : Likewise.
7014         * tree-ssa-loop-niter.c : Likewise.
7015         * tree-ssa-loop-prefetch.c : Likewise.
7016         * tree-ssa-loop-unswitch.c : Likewise.
7017         * tree-ssa-loop.c : Likewise.
7018         * tree-ssa-math-opts.c : Likewise.
7019         * tree-ssa-operands.c : Likewise.
7020         * tree-ssa-phiopt.c : Likewise.
7021         * tree-ssa-phiprop.c : Likewise.
7022         * tree-ssa-pre.c : Likewise.
7023         * tree-ssa-propagate.c : Likewise.
7024         * tree-ssa-reassoc.c : Likewise.
7025         * tree-ssa-sccvn.c : Likewise.
7026         * tree-ssa-scopedtables.c : Likewise.
7027         * tree-ssa-sink.c : Likewise.
7028         * tree-ssa-strlen.c : Likewise.
7029         * tree-ssa-structalias.c : Likewise.
7030         * tree-ssa-tail-merge.c : Likewise.
7031         * tree-ssa-ter.c : Likewise.
7032         * tree-ssa-threadedge.c : Likewise.
7033         * tree-ssa-threadupdate.c : Likewise.
7034         * tree-ssa-uncprop.c : Likewise.
7035         * tree-ssa-uninit.c : Likewise.
7036         * tree-ssa.c : Likewise.
7037         * tree-ssanames.c : Likewise.
7038         * tree-stdarg.c : Likewise.
7039         * tree-streamer-in.c : Likewise.
7040         * tree-streamer-out.c : Likewise.
7041         * tree-streamer.c : Likewise.
7042         * tree-streamer.h : Likewise.
7043         * tree-switch-conversion.c : Likewise.
7044         * tree-tailcall.c : Likewise.
7045         * tree-vect-data-refs.c : Likewise.
7046         * tree-vect-generic.c : Likewise.
7047         * tree-vect-loop-manip.c : Likewise.
7048         * tree-vect-loop.c : Likewise.
7049         * tree-vect-patterns.c : Likewise.
7050         * tree-vect-slp.c : Likewise.
7051         * tree-vect-stmts.c : Likewise.
7052         * tree-vectorizer.c : Likewise.
7053         * tree-vectorizer.h : Likewise.
7054         * tree-vrp.c : Likewise.
7055         * tree.c : Likewise.
7056         * tsan.c : Likewise.
7057         * ubsan.c : Likewise.
7058         * valtrack.c : Likewise.
7059         * valtrack.h : Likewise.
7060         * value-prof.c : Likewise.
7061         * var-tracking.c : Likewise.
7062         * varasm.c : Likewise.
7063         * varpool.c : Likewise.
7064         * vec.c: Likewise.
7065         * vmsdbgout.c : Likewise.
7066         * vtable-verify.c : Likewise.
7067         * vtable-verify.h : Likewise.
7068         * web.c : Likewise.
7069         * wide-int.cc : Likewise.
7070         * xcoffout.c : Likewise.
7071         * config/aarch64/aarch64-builtins.c : Likewise.
7072         * config/aarch64/aarch64.c : Likewise.
7073         * config/aarch64/cortex-a57-fma-steering.c : Likewise.
7074         * config/alpha/alpha.c : Likewise.
7075         * config/arc/arc.c : Likewise.
7076         * config/arm/aarch-common.c : Likewise.
7077         * config/arm/arm-builtins.c : Likewise.
7078         * config/arm/arm-c.c : Likewise.
7079         * config/arm/arm.c : Likewise.
7080         * config/avr/avr-c.c : Likewise.
7081         * config/avr/avr-log.c : Likewise.
7082         * config/avr/avr.c : Likewise.
7083         * config/bfin/bfin.c : Likewise.
7084         * config/c6x/c6x.c : Likewise.
7085         * config/cr16/cr16.c : Likewise.
7086         * config/cris/cris.c : Likewise.
7087         * config/darwin-c.c : Likewise.
7088         * config/darwin.c : Likewise.
7089         * config/default-c.c : Likewise.
7090         * config/epiphany/epiphany.c : Likewise.
7091         * config/epiphany/mode-switch-use.c : Likewise.
7092         * config/epiphany/resolve-sw-modes.c : Likewise.
7093         * config/fr30/fr30.c : Likewise.
7094         * config/frv/frv.c : Likewise.
7095         * config/ft32/ft32.c : Likewise.
7096         * config/glibc-c.c : Likewise.
7097         * config/h8300/h8300.c : Likewise.
7098         * config/i386/i386-c.c : Likewise.
7099         * config/i386/i386.c : Likewise.
7100         * config/i386/msformat-c.c : Likewise.
7101         * config/i386/winnt-cxx.c : Likewise.
7102         * config/i386/winnt-stubs.c : Likewise.
7103         * config/i386/winnt.c : Likewise.
7104         * config/ia64/ia64-c.c : Likewise.
7105         * config/ia64/ia64.c : Likewise.
7106         * config/iq2000/iq2000.c : Likewise.
7107         * config/lm32/lm32.c : Likewise.
7108         * config/m32c/m32c-pragma.c : Likewise.
7109         * config/m32c/m32c.c : Likewise.
7110         * config/m32r/m32r.c : Likewise.
7111         * config/m68k/m68k.c : Likewise.
7112         * config/mcore/mcore.c : Likewise.
7113         * config/mep/mep-pragma.c : Likewise.
7114         * config/mep/mep.c : Likewise.
7115         * config/microblaze/microblaze-c.c : Likewise.
7116         * config/microblaze/microblaze.c : Likewise.
7117         * config/mips/mips.c : Likewise.
7118         * config/mmix/mmix.c : Likewise.
7119         * config/mn10300/mn10300.c : Likewise.
7120         * config/moxie/moxie.c : Likewise.
7121         * config/msp430/msp430-c.c : Likewise.
7122         * config/msp430/msp430.c : Likewise.
7123         * config/nds32/nds32-cost.c : Likewise.
7124         * config/nds32/nds32-fp-as-gp.c : Likewise.
7125         * config/nds32/nds32-intrinsic.c : Likewise.
7126         * config/nds32/nds32-isr.c : Likewise.
7127         * config/nds32/nds32-md-auxiliary.c : Likewise.
7128         * config/nds32/nds32-memory-manipulation.c : Likewise.
7129         * config/nds32/nds32-pipelines-auxiliary.c : Likewise.
7130         * config/nds32/nds32-predicates.c : Likewise.
7131         * config/nds32/nds32.c : Likewise.
7132         * config/nios2/nios2.c : Likewise.
7133         * config/nvptx/nvptx.c : Likewise.
7134         * config/pa/pa.c : Likewise.
7135         * config/pdp11/pdp11.c : Likewise.
7136         * config/rl78/rl78-c.c : Likewise.
7137         * config/rl78/rl78.c : Likewise.
7138         * config/rs6000/rs6000-c.c : Likewise.
7139         * config/rs6000/rs6000.c : Likewise.
7140         * config/rx/rx.c : Likewise.
7141         * config/s390/s390-c.c : Likewise.
7142         * config/s390/s390.c : Likewise.
7143         * config/sh/sh-c.c : Likewise.
7144         * config/sh/sh-mem.cc : Likewise.
7145         * config/sh/sh.c : Likewise.
7146         * config/sh/sh_optimize_sett_clrt.cc : Likewise.
7147         * config/sh/sh_treg_combine.cc : Likewise.
7148         * config/sol2-c.c : Likewise.
7149         * config/sol2-cxx.c : Likewise.
7150         * config/sol2-stubs.c : Likewise.
7151         * config/sol2.c : Likewise.
7152         * config/sparc/sparc-c.c : Likewise.
7153         * config/sparc/sparc.c : Likewise.
7154         * config/spu/spu-c.c : Likewise.
7155         * config/spu/spu.c : Likewise.
7156         * config/stormy16/stormy16.c : Likewise.
7157         * config/tilegx/mul-tables.c : Likewise.
7158         * config/tilegx/tilegx-c.c : Likewise.
7159         * config/tilegx/tilegx.c : Likewise.
7160         * config/tilepro/mul-tables.c : Likewise.
7161         * config/tilepro/tilepro-c.c : Likewise.
7162         * config/tilepro/tilepro.c : Likewise.
7163         * config/v850/v850-c.c : Likewise.
7164         * config/v850/v850.c : Likewise.
7165         * config/vax/vax.c : Likewise.
7166         * config/visium/visium.c : Likewise.
7167         * config/vms/vms-c.c : Likewise.
7168         * config/vms/vms.c : Likewise.
7169         * config/vxworks.c : Likewise.
7170         * config/winnt-c.c : Likewise.
7171         * config/xtensa/xtensa.c : Likewise.
7173 2015-06-08  Jan Hubicka  <hubicka@ucw.cz>
7175         PR lto/65378
7176         * ipa-utils.h (warn_types_mismatch): Update prototype.
7177         * ipa-devirt.c (odr_types_equivalent_p): Add loc1/loc2
7178         parameters.
7179         (type_mismatch_p): New function.
7180         (warn_types_mismatch): Reorg to work better on non-C++ types.
7181         (odr_types_equivalent_p): Add loc1/loc2 parameters.
7182         (add_type_duplicate): Update.
7184 2015-06-08  Tom de Vries  <tom@codesourcery.com>
7186         PR rtl-optimization/66444
7187         * postreload.c (reload_combine): Use get_call_reg_set_usage instead of
7188         call_used_regs.
7190 2015-06-08  Richard Biener  <rguenther@suse.de>
7192         PR tree-optimization/66422
7193         * tree-ssa-loop-ivcanon.c (remove_exits_and_undefined_stmts): Split
7194         block after inserted gcc_unreachable.
7196 2015-06-08  Nick Clifton  <nickc@redhat.com>
7198         * config/rx/rx.c (rx_function_value): Do not promote vector types.
7199         (rx_promote_function_mode): Likewise.
7200         * config/rx/rx.h (LIBCALL_VALUE): Likewise.
7202 2015-06-08  Jakub Jelinek  <jakub@redhat.com>
7204         * genattrtab.c (insn_alternatives): Change type from int *
7205         to uint64_t *.
7206         (check_attr_test): Shift ((uint64_t) 1) instead of 1 up.
7207         (get_attr_value): Change type of num_alt to uint64_t.
7208         (compute_alternative_mask): Change return type from
7209         int to uint64_t, shift ((uint64_t) 1) instead of 1 up.
7210         (make_alternative_compare, mk_attr_alt): Change argument type
7211         from int to uint64_t.
7212         (simplify_test_exp): Change type of i from int to uint64_t.
7213         Shift ((uint64_t) 1) instead of 1 up.
7214         (main): Adjust oballocvec first argument from int to uint64_t.
7215         Shift ((uint64_t) 1) instead of 1 up.
7217 2015-06-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
7219         PR other/65366
7220         * gdbhooks.py: Import sys.
7221         (intptr): New function.  Replace int(...) by intptr(...).
7223 2015-06-08  Richard Biener  <rguenther@suse.de>
7225         * tree-vect-stmts.c (vectorizable_load): Compute the pointer
7226         adjustment for gaps at the end of a SLP load group properly.
7227         * tree-vect-slp.c (vect_supported_load_permutation_p): Allow
7228         all permutations we can generate.
7229         (vect_transform_slp_perm_load): Use the correct group-size.
7231 2015-06-08  Marc Glisse  <marc.glisse@inria.fr>
7233         * genmatch.c (expr::gen_transform): For conditions, guess the type
7234         from the second operand.
7236 2015-06-08  Tom de Vries  <tom@codesourcery.com>
7238         PR tree-optimization/66442
7239         * gimple-iterator.h (gimple_seq_nondebug_singleton_p): Add function.
7240         * tree-parloops.c (try_transform_to_exit_first_loop_alt): Return false
7241         if the loop latch is not a singleton.  Use
7242         gimple_seq_nondebug_singleton_p instead of gimple_seq_singleton_p.
7244 2015-06-08  Marek Polacek  <polacek@redhat.com>
7246         PR sanitizer/66452
7247         * toplev.c (check_global_declaration): Don't warn about artificial
7248         decls.
7250 2015-06-08  Tom de Vries  <tom@codesourcery.com>
7252         PR tree-optimization/66436
7253         * cgraphunit.c (cgraph_node::analyze): Don't dump function to gimple
7254         dump file.
7255         * gimplify.c: Add tree-dump.h include.
7256         (gimplify_function_tree): Dump function to gimple dump file.
7257         * stor-layout.c (finalize_size_functions): Don't dump function to gimple
7258         dump file.
7260 2015-06-08  Tom de Vries  <tom@codesourcery.com>
7262         PR tree-optimization/66435
7263         * cgraphunit.c (cgraph_node::add_new_function): Dump message on new
7264         function.
7266 2015-06-06  Jan Hubicka  <hubicka@ucw.cz>
7268         * alias.c (get_alias_set): Be ready for TYPE_CANONICAL
7269         of ptr_type_node to not be ptr_to_node.
7270         * tree.c (gimple_types_compatible_p): Do not match TREE_CODE of
7271         TREE_TYPE of pointers.
7272         * gimple-expr.c (useless_type_conversion): Reorder the check for
7273         function pointers and TYPE_CANONICAL.
7275 2015-06-06  John David Anglin  <danglin@gcc.gnu.org>
7277         PR bootstrap/66319
7278         * config/pa/pa-hpux10.h (TARGET_OS_CPP_BUILTINS): Rearrange builtin
7279         defines.  Define _LARGEFILE_SOURCE and _LARGEFILE64_SOURCE for c++.
7280         Define _XOPEN_UNIX and _XOPEN_SOURCE_EXTENDED for c++ if unix95 or
7281         later.
7282         * config/pa/pa-hpux11.h (TARGET_OS_CPP_BUILTINS): Likewise.
7283         Define _INCLUDE_STDC_SOURCE_PRE_199901, _INCLUDE_STDC_SOURCE_199901,
7284         _INCLUDE_XOPEN_SOURCE_PRE_500, _INCLUDE_XOPEN_SOURCE_520,
7285         _INCLUDE_XOPEN_SOURCE_PRE_600 and _INCLUDE_XOPEN_SOURCE_600 for c++
7286         and non iso if unix2003.
7288 2015-06-06  Aldy Hernandez  <aldyh@redhat.com>
7290         * dwarf2out.c (gen_lexical_block_die): Initialize stmt_die.
7292 2015-06-06  Richard Sandiford  <richard.sandiford@arm.com>
7294         * emit-rtl.c, expr.c, gcse.c, optabs.c, optabs.h, print-rtl.c,
7295         rtl.h, bb-reorder.c, builtins.c, calls.c, cfgbuild.c, cfgexpand.c,
7296         cfgrtl.c, cilk-common.c, config/i386/i386.md, cse.c, dwarf2cfi.c,
7297         except.c, final.c, function.c, gcse-common.c, genemit.c,
7298         haifa-sched.c, ifcvt.c, jump.c, loop-invariant.c, loop-iv.c,
7299         lra-constraints.c, lra.c, reload1.c, resource.c, rtlanal.c,
7300         sched-deps.c, sched-ebb.c, sel-sched-ir.c, sel-sched.c,
7301         shrink-wrap.c, stmt.c, store-motion.c: Replace rtx base types with
7302         more derived ones.
7304 2015-06-06  Mikhail Maltsev  <maltsevm@gmail.com>
7306         * combine.c (combine_split_insns): Remove cast.
7307         * config/bfin/bfin.c (hwloop_fail): Add cast in try_split call.
7308         * config/sh/sh.c (sh_try_split_insn_simple): Remove cast.
7309         * config/sh/sh_treg_combine.cc (sh_treg_combine::execute): Add cast.
7310         * emit-rtl.c (try_split): Promote type of trial argument to rtx_insn.
7311         * genemit.c (gen_split): Change return type of generated functions to
7312         rtx_insn.
7313         * genrecog.c (get_failure_return): Use NULL instead of NULL_RTX.
7314         (print_subroutine_start): Promote rtx to rtx_insn in gen_split_* and
7315         gen_peephole2_* functions.
7316         (print_subroutine, main): Likewise.
7317         * recog.c (peephole2_optimize): Remove cast.
7318         (peep2_next_insn): Promote return type to rtx_insn.
7319         * recog.h (peep2_next_insn): Fix prototype.
7320         * rtl.h (try_split, split_insns): Likewise.
7322 2015-06-06  DJ Delorie  <dj@redhat.com>
7324         * config/msp430/msp430.c (msp430_asm_integer): Support addition
7325         and subtraction too.
7327 2015-06-05  Kaz Kojima  <kkojima@gcc.gnu.org>
7329         PR target/66410
7330         * config/sh/constraints.md (Sid, Ssd): New memory constraints.
7331         * config/sh/sh.md (*mov<mode>): Use Sid and Ssd alternatives
7332         instead of Snd.  Disparage Sid/z alternative with '^'.
7334 2015-06-05  Aldy Hernandez  <aldyh@redhat.com>
7336         * dwarf2out.c: Remove deferred_locations*.
7337         (dwarf2_debug_hooks): Add early_finish hook.
7338         Remove global_decl hook.
7339         Add early_global_decl and late_global_decl hook.
7340         New global early_dwarf.
7341         New structure set_early_dwarf.
7342         (output_die): Indicate whether a DIE was generated early
7343         when generating assembly with -dA.
7344         (struct limbo_die_struct): Document created_for field.
7345         Remove file_table_last_lookup.
7346         (remove_AT): Return TRUE if successful.
7347         (remove_child_TAG): Clear die_parent.
7348         (reparent_child): New function abstracted from...
7349         (splice_child_die): ...here.
7350         (new_die): ICE if a DIE ends up in limbo too late.
7351         (check_die): New.
7352         (defer_location): Remove.
7353         (add_subscript_info): Reuse DW_TAG_subrange_type if available.
7354         (fill_variable_array_bounds): New.
7355         (decl_start_label): Call fill_variable_array_bounds.
7356         (gen_formal_parameter_die): Rewrite to reuse previously generated
7357         DIEs.
7358         (gen_subprogram_die): Same.
7359         (gen_variable_die): Same.
7360         (gen_const_die): Same.
7361         (gen_label_die): Same.
7362         (gen_lexical_block_die): Same.
7363         (decl_will_get_specification_p): New.
7364         (local_function_static): New.
7365         (gen_struct_or_union_type_die): Fill in variable-length fields.
7366         (gen_typedef_die): Fill in variable-length typedefs.
7367         (gen_tagged_type_die): Gracefully return on error_mark_node.
7368         Handle re-entrancy.
7369         (gen_type_die_with_usage): Handle variable-length types.
7370         Remove duplicate code for ARRAY_TYPE case.
7371         (process_scope_var): Only process imported modules during early
7372         dwarf.
7373         (dwarf2out_early_global_decl): New.
7374         (dwarf2out_late_global_decl): Rename from dwarf2out_global_decl.
7375         (dwarf2out_type_decl): Set early_dwarf while calling
7376         dwarf2out_decl.
7377         (dwarf2out_decl): Verify that we did not recreate a previously
7378         generated DIE.
7379         Do not return on DECL_EXTERNALs in VAR_DECLs.
7380         Abstract some code to local_function_static.
7381         (lookup_filename): Remove use of file_table_last_lookup.
7382         Gracefully exit on missing file_name.
7383         (dwarf2out_finish): Verify limbo list.
7384         Remove deferred_locations_list use.
7385         Move deferred_asm_name and limbo flushing to...
7386         (dwarf2out_early_finish): ...here.  New.
7387         (dwarf2out_c_finalize): Remove set of deferred_location_list,
7388         deferred_asm_name, and file_table_last_lookup.
7389         * cgraph.h (referred_to_p): Add default argument.
7390         * cgraphunit.c (referred_to_p): Add and handle include_self
7391         argument.
7392         (analyze_functions): Add first_time argument.
7393         Call check_global_declaration for all symbols.
7394         Call late_global_decl for nodes for moribund nodes.
7395         (finalize_compilation_unit): Add new argument to
7396         analyze_functions.
7397         Call early_global_decl for functions.
7398         Call early_finish debug hook.
7399         * dbxout.c (dbxout_early_global_decl): New.
7400         (dbxout_late_global_decl): New.  Adapted from dbxout_global_decl.
7401         (dbx_debug_hooks): Add new hooks.
7402         (xcoff_debug_hooks): Same.
7403         * debug.c (do_nothing_debug_hooks): Add early_finish field.
7404         Add early and late debug hooks.
7405         Remove global_decl hook.
7406         * debug.h (struct gcc_debug_hooks): Add early_finish,
7407         early_global_decl, and late_global_decl fields.
7408         Remove global_decl field.
7409         Document gcc_debug_hooks.
7410         * gengtype.c (output_typename): Remove.
7411         * godump.c (go_early_global_decl): New.
7412         (go_late_global_decl): New.
7413         (go_global_decl): Remove.
7414         (dump_go_spec_init): Remove global_decl.  Add
7415         {early,late}_global_decl.
7416         * langhooks-def.h (LANG_HOOKS_WRITE_GLOBALS): Remove.
7417         (LANG_HOOKS_POST_COMPILATION_PARSING_CLEANUPS): New.
7418         * langhooks.c (lhd_warn_unused_global_decl): Adjust comment.
7419         (write_global_declarations): Remove.
7420         (global_decl_processing): New.
7421         * langhooks.h (struct lang_hooks_for_decls): Remove
7422         final_write_globals field.
7423         Add post_compilation_parsing_cleanups field.
7424         * passes.c (rest_of_decl_compilation): Call early_global_decl.
7425         * sdbout.c: Add early and late_global_decl hooks.  Remove
7426         sdbout_global_decl hook.
7427         Add early_finish field for sdb_debug_hooks.
7428         (sdbout_global_decl): Remove.
7429         (sdbout_early_global_decl): New.
7430         (sdbout_late_global_decl): New.
7431         * timevar.def (TV_PHASE_LATE_PARSING_CLEANUPS): New.
7432         * toplev.c (check_global_declaration): Rename from
7433         check_global_declaration_1.
7434         Adapt to use symtab infrastructure.
7435         (check_global_declarations): Remove.
7436         (emit_debug_global_declarations): Remove.
7437         (compile_file): Remove call to final_write_globals langhook.
7438         Run the actual compilation process.
7439         Perform any post compilation parser cleanups.
7440         Generate late debug info.
7441         * toplev.h (check_global_declaration): New.
7442         (check_global_declaration_1): Remove.
7443         (check_global_declarations): Remove.
7444         (write_global_declarations): Remove.
7445         (emit_debug_global_declarations): Remove.
7446         (global_decl_processing): New.
7447         * tree-core.h (struct tree_block): Add DIE field.
7448         * tree.h (BLOCK_DIE): New.
7449         * vmsdbgout.c (vmsdbgout_global_decl): Remove function and its use
7450         throughout.
7451         (vmsdbgout_early_global_decl): New.
7452         (vmsdbgout_late_global_decl): New.
7453         Add early_finish debug hook field to vmsdbg_debug_hooks.
7454         Remove vmsdbgout_decl to vmsdbgout_function_decl.
7455         Add early and late_global_decl debug hooks.
7457 2015-06-05  Julian Brown  <julian@codesourcery.com>
7458             Sandra Loosemore  <sandra@codesourcery.com>
7460         * config/print-sysroot-suffix.sh: Handle MULTILIB_REUSE settings.
7461         * config/t-sysroot-suffix (sysroot-suffix.h): Pass MULTILIB_REUSE
7462         to print-sysroot-suffix.sh script.
7464 2015-06-05  Tom de Vries  <tom@codesourcery.com>
7466         merge from gomp4 branch:
7467         2015-05-28  Tom de Vries  <tom@codesourcery.com>
7469         PR tree-optimization/65443
7470         * tree-parloops.c (replace_imm_uses, replace_uses_in_bb_by)
7471         (replace_uses_in_bbs_by, transform_to_exit_first_loop_alt)
7472         (try_transform_to_exit_first_loop_alt): New function.
7473         (transform_to_exit_first_loop): Use
7474         try_transform_to_exit_first_loop_alt.
7476 2015-06-05  James Greenhalgh  <james.greenhalgh@arm.com>
7478         * builtins.c (expand_builtin_atomic_compare_exchange): Call
7479         emit_cmp_and_jump_insns with the mode of target.
7481 2015-06-05  Venkataramanan Kumar  <venkataramanan.kumar@amd.com>
7483         * config/i386/sse.md (sse3_mwait): Swap the operand constriants.
7485 2015-06-04  DJ Delorie  <dj@redhat.com>
7487         * config/msp430/msp430.md (movsi_s): New.  Special case for
7488         storing a 20-bit symbol into a 32-bit register.
7489         * config/msp430/msp430.c (msp430_subreg): Add support for it.
7490         * config/msp430/predicates.md (msp430_symbol_operand): New.
7492 2015-06-04  Sriraman Tallam  <tmsriram@google.com>
7494         * c-family/c-common.c (noplt): New attribute.
7495         (handle_noplt_attribute): New handler.
7496         * calls.c (prepare_call_address): Check for noplt
7497         attribute.
7498         * config/i386/i386.c (ix86_expand_call): Check
7499         for noplt attribute.
7500         (ix86_nopic_noplt_attribute_p): New function.
7501         (ix86_output_call_insn): Output indirect call for non-pic
7502         no plt calls.
7503         * doc/extend.texi (noplt): Document new attribute.
7504         * doc/invoke.texi: Document new attribute.
7506 2015-06-04  Andrew MacLeod  <amacleod@redhat.com>
7508         * coretypes.h: Include machmode.h, signop.h, wide-int.h, double-int.h,
7509         real.h, and fixed-value.h when included in host source files.
7510         * double-int.h: Remove redundant #includes listed above.
7511         * fixed-value.h: Likewise.
7512         * real.h: Likewise.
7513         * wide-int.h: Likewise.
7514         * inchash.h: Likewise.
7515         * rtl.h: Add some include files When included from a generator file.
7516         * target.h: Remove wide-int.h and insn-modes.h from the include list.
7517         * internal-fn.h: Don't include coretypes.h.
7518         * alias.c: Adjust includes for restructured coretypes.h.
7519         * asan.c: Likewise.
7520         * attribs.c: Likewise.
7521         * auto-inc-dec.c: Likewise.
7522         * auto-profile.c: Likewise.
7523         * bb-reorder.c: Likewise.
7524         * bt-load.c: Likewise.
7525         * builtins.c: Likewise.
7526         * caller-save.c: Likewise.
7527         * calls.c: Likewise.
7528         * ccmp.c: Likewise.
7529         * cfg.c: Likewise.
7530         * cfganal.c: Likewise.
7531         * cfgbuild.c: Likewise.
7532         * cfgcleanup.c: Likewise.
7533         * cfgexpand.c: Likewise.
7534         * cfghooks.c: Likewise.
7535         * cfgloop.c: Likewise.
7536         * cfgloop.h: Likewise.
7537         * cfgloopanal.c: Likewise.
7538         * cfgloopmanip.c: Likewise.
7539         * cfgrtl.c: Likewise.
7540         * cgraph.c: Likewise.
7541         * cgraphbuild.c: Likewise.
7542         * cgraphclones.c: Likewise.
7543         * cgraphunit.c: Likewise.
7544         * cilk-common.c: Likewise.
7545         * combine-stack-adj.c: Likewise.
7546         * combine.c: Likewise.
7547         * compare-elim.c: Likewise.
7548         * convert.c: Likewise.
7549         * coverage.c: Likewise.
7550         * cppbuiltin.c: Likewise.
7551         * cprop.c: Likewise.
7552         * cse.c: Likewise.
7553         * cselib.c: Likewise.
7554         * data-streamer-in.c: Likewise.
7555         * data-streamer-out.c: Likewise.
7556         * data-streamer.c: Likewise.
7557         * dbxout.c: Likewise.
7558         * dce.c: Likewise.
7559         * ddg.c: Likewise.
7560         * debug.c: Likewise.
7561         * df-core.c: Likewise.
7562         * df-problems.c: Likewise.
7563         * df-scan.c: Likewise.
7564         * df.h: Likewise.
7565         * dfp.c: Likewise.
7566         * dojump.c: Likewise.
7567         * dominance.c: Likewise.
7568         * domwalk.c: Likewise.
7569         * double-int.c: Likewise.
7570         * dse.c: Likewise.
7571         * dumpfile.c: Likewise.
7572         * dwarf2asm.c: Likewise.
7573         * dwarf2cfi.c: Likewise.
7574         * dwarf2out.c: Likewise.
7575         * dwarf2out.h: Likewise.
7576         * emit-rtl.c: Likewise.
7577         * et-forest.c: Likewise.
7578         * except.c: Likewise.
7579         * explow.c: Likewise.
7580         * expmed.c: Likewise.
7581         * expr.c: Likewise.
7582         * final.c: Likewise.
7583         * fixed-value.c: Likewise.
7584         * fold-const.c: Likewise.
7585         * function.c: Likewise.
7586         * fwprop.c: Likewise.
7587         * gcc-plugin.h: Likewise.
7588         * gcse.c: Likewise.
7589         * generic-match-head.c: Likewise.
7590         * ggc-page.c: Likewise.
7591         * gimple-builder.c: Likewise.
7592         * gimple-expr.c: Likewise.
7593         * gimple-fold.c: Likewise.
7594         * gimple-iterator.c: Likewise.
7595         * gimple-low.c: Likewise.
7596         * gimple-match-head.c: Likewise.
7597         * gimple-pretty-print.c: Likewise.
7598         * gimple-ssa-isolate-paths.c: Likewise.
7599         * gimple-ssa-strength-reduction.c: Likewise.
7600         * gimple-streamer-in.c: Likewise.
7601         * gimple-streamer-out.c: Likewise.
7602         * gimple-streamer.h: Likewise.
7603         * gimple-walk.c: Likewise.
7604         * gimple.c: Likewise.
7605         * gimplify-me.c: Likewise.
7606         * gimplify.c: Likewise.
7607         * godump.c: Likewise.
7608         * graph.c: Likewise.
7609         * graphite-blocking.c: Likewise.
7610         * graphite-dependences.c: Likewise.
7611         * graphite-interchange.c: Likewise.
7612         * graphite-isl-ast-to-gimple.c: Likewise.
7613         * graphite-optimize-isl.c: Likewise.
7614         * graphite-poly.c: Likewise.
7615         * graphite-scop-detection.c: Likewise.
7616         * graphite-sese-to-poly.c: Likewise.
7617         * graphite.c: Likewise.
7618         * haifa-sched.c: Likewise.
7619         * hooks.h: Likewise.
7620         * hw-doloop.c: Likewise.
7621         * ifcvt.c: Likewise.
7622         * incpath.c: Likewise.
7623         * init-regs.c: Likewise.
7624         * internal-fn.c: Likewise.
7625         * ipa-chkp.c: Likewise.
7626         * ipa-comdats.c: Likewise.
7627         * ipa-cp.c: Likewise.
7628         * ipa-devirt.c: Likewise.
7629         * ipa-icf-gimple.c: Likewise.
7630         * ipa-icf.c: Likewise.
7631         * ipa-inline-analysis.c: Likewise.
7632         * ipa-inline-transform.c: Likewise.
7633         * ipa-inline.c: Likewise.
7634         * ipa-polymorphic-call.c: Likewise.
7635         * ipa-profile.c: Likewise.
7636         * ipa-prop.c: Likewise.
7637         * ipa-pure-const.c: Likewise.
7638         * ipa-ref.c: Likewise.
7639         * ipa-reference.c: Likewise.
7640         * ipa-split.c: Likewise.
7641         * ipa-utils.c: Likewise.
7642         * ipa-visibility.c: Likewise.
7643         * ipa.c: Likewise.
7644         * ira-build.c: Likewise.
7645         * ira-color.c: Likewise.
7646         * ira-conflicts.c: Likewise.
7647         * ira-costs.c: Likewise.
7648         * ira-emit.c: Likewise.
7649         * ira-lives.c: Likewise.
7650         * ira.c: Likewise.
7651         * jump.c: Likewise.
7652         * langhooks.c: Likewise.
7653         * lcm.c: Likewise.
7654         * loop-doloop.c: Likewise.
7655         * loop-init.c: Likewise.
7656         * loop-invariant.c: Likewise.
7657         * loop-iv.c: Likewise.
7658         * loop-unroll.c: Likewise.
7659         * lower-subreg.c: Likewise.
7660         * lra-assigns.c: Likewise.
7661         * lra-coalesce.c: Likewise.
7662         * lra-constraints.c: Likewise.
7663         * lra-eliminations.c: Likewise.
7664         * lra-lives.c: Likewise.
7665         * lra-remat.c: Likewise.
7666         * lra-spills.c: Likewise.
7667         * lra.c: Likewise.
7668         * lto-cgraph.c: Likewise.
7669         * lto-compress.c: Likewise.
7670         * lto-opts.c: Likewise.
7671         * lto-section-in.c: Likewise.
7672         * lto-section-out.c: Likewise.
7673         * lto-streamer-in.c: Likewise.
7674         * lto-streamer-out.c: Likewise.
7675         * lto-streamer.c: Likewise.
7676         * mcf.c: Likewise.
7677         * mode-switching.c: Likewise.
7678         * modulo-sched.c: Likewise.
7679         * omega.c: Likewise.
7680         * omp-low.c: Likewise.
7681         * optabs.c: Likewise.
7682         * opts-global.c: Likewise.
7683         * passes.c: Likewise.
7684         * plugin.c: Likewise.
7685         * postreload-gcse.c: Likewise.
7686         * postreload.c: Likewise.
7687         * predict.c: Likewise.
7688         * print-rtl.c: Likewise.
7689         * print-tree.c: Likewise.
7690         * profile.c: Likewise.
7691         * real.c: Likewise.
7692         * realmpfr.c: Likewise.
7693         * realmpfr.h: Likewise.
7694         * recog.c: Likewise.
7695         * ree.c: Likewise.
7696         * reg-stack.c: Likewise.
7697         * regcprop.c: Likewise.
7698         * reginfo.c: Likewise.
7699         * regrename.c: Likewise.
7700         * regs.h: Likewise.
7701         * regstat.c: Likewise.
7702         * reload.c: Likewise.
7703         * reload1.c: Likewise.
7704         * reorg.c: Likewise.
7705         * resource.c: Likewise.
7706         * rtl-chkp.c: Likewise.
7707         * rtlanal.c: Likewise.
7708         * rtlhooks.c: Likewise.
7709         * sanopt.c: Likewise.
7710         * sched-deps.c: Likewise.
7711         * sched-ebb.c: Likewise.
7712         * sched-rgn.c: Likewise.
7713         * sched-vis.c: Likewise.
7714         * sdbout.c: Likewise.
7715         * sel-sched-dump.c: Likewise.
7716         * sel-sched-ir.c: Likewise.
7717         * sel-sched.c: Likewise.
7718         * sese.c: Likewise.
7719         * shrink-wrap.c: Likewise.
7720         * shrink-wrap.h: Likewise.
7721         * simplify-rtx.c: Likewise.
7722         * stack-ptr-mod.c: Likewise.
7723         * statistics.c: Likewise.
7724         * stmt.c: Likewise.
7725         * stor-layout.c: Likewise.
7726         * store-motion.c: Likewise.
7727         * stringpool.c: Likewise.
7728         * symtab.c: Likewise.
7729         * target-globals.c: Likewise.
7730         * targhooks.c: Likewise.
7731         * toplev.c: Likewise.
7732         * tracer.c: Likewise.
7733         * trans-mem.c: Likewise.
7734         * tree-affine.c: Likewise.
7735         * tree-affine.h: Likewise.
7736         * tree-browser.c: Likewise.
7737         * tree-call-cdce.c: Likewise.
7738         * tree-cfg.c: Likewise.
7739         * tree-cfgcleanup.c: Likewise.
7740         * tree-chkp-opt.c: Likewise.
7741         * tree-chkp.c: Likewise.
7742         * tree-chrec.c: Likewise.
7743         * tree-complex.c: Likewise.
7744         * tree-data-ref.c: Likewise.
7745         * tree-dfa.c: Likewise.
7746         * tree-diagnostic.c: Likewise.
7747         * tree-dump.c: Likewise.
7748         * tree-eh.c: Likewise.
7749         * tree-emutls.c: Likewise.
7750         * tree-if-conv.c: Likewise.
7751         * tree-inline.c: Likewise.
7752         * tree-into-ssa.c: Likewise.
7753         * tree-iterator.c: Likewise.
7754         * tree-loop-distribution.c: Likewise.
7755         * tree-nested.c: Likewise.
7756         * tree-nrv.c: Likewise.
7757         * tree-object-size.c: Likewise.
7758         * tree-outof-ssa.c: Likewise.
7759         * tree-parloops.c: Likewise.
7760         * tree-phinodes.c: Likewise.
7761         * tree-predcom.c: Likewise.
7762         * tree-pretty-print.c: Likewise.
7763         * tree-pretty-print.h: Likewise.
7764         * tree-profile.c: Likewise.
7765         * tree-scalar-evolution.c: Likewise.
7766         * tree-sra.c: Likewise.
7767         * tree-ssa-address.c: Likewise.
7768         * tree-ssa-alias.c: Likewise.
7769         * tree-ssa-ccp.c: Likewise.
7770         * tree-ssa-coalesce.c: Likewise.
7771         * tree-ssa-copy.c: Likewise.
7772         * tree-ssa-copyrename.c: Likewise.
7773         * tree-ssa-dce.c: Likewise.
7774         * tree-ssa-dom.c: Likewise.
7775         * tree-ssa-dse.c: Likewise.
7776         * tree-ssa-forwprop.c: Likewise.
7777         * tree-ssa-ifcombine.c: Likewise.
7778         * tree-ssa-live.c: Likewise.
7779         * tree-ssa-loop-ch.c: Likewise.
7780         * tree-ssa-loop-im.c: Likewise.
7781         * tree-ssa-loop-ivcanon.c: Likewise.
7782         * tree-ssa-loop-ivopts.c: Likewise.
7783         * tree-ssa-loop-manip.c: Likewise.
7784         * tree-ssa-loop-niter.c: Likewise.
7785         * tree-ssa-loop-prefetch.c: Likewise.
7786         * tree-ssa-loop-unswitch.c: Likewise.
7787         * tree-ssa-loop.c: Likewise.
7788         * tree-ssa-loop.h: Likewise.
7789         * tree-ssa-math-opts.c: Likewise.
7790         * tree-ssa-operands.c: Likewise.
7791         * tree-ssa-phiopt.c: Likewise.
7792         * tree-ssa-phiprop.c: Likewise.
7793         * tree-ssa-pre.c: Likewise.
7794         * tree-ssa-propagate.c: Likewise.
7795         * tree-ssa-reassoc.c: Likewise.
7796         * tree-ssa-sccvn.c: Likewise.
7797         * tree-ssa-scopedtables.c: Likewise.
7798         * tree-ssa-sink.c: Likewise.
7799         * tree-ssa-strlen.c: Likewise.
7800         * tree-ssa-structalias.c: Likewise.
7801         * tree-ssa-tail-merge.c: Likewise.
7802         * tree-ssa-ter.c: Likewise.
7803         * tree-ssa-threadedge.c: Likewise.
7804         * tree-ssa-threadupdate.c: Likewise.
7805         * tree-ssa-uncprop.c: Likewise.
7806         * tree-ssa-uninit.c: Likewise.
7807         * tree-ssa.c: Likewise.
7808         * tree-ssanames.c: Likewise.
7809         * tree-stdarg.c: Likewise.
7810         * tree-streamer-in.c: Likewise.
7811         * tree-streamer-out.c: Likewise.
7812         * tree-streamer.c: Likewise.
7813         * tree-switch-conversion.c: Likewise.
7814         * tree-tailcall.c: Likewise.
7815         * tree-vect-data-refs.c: Likewise.
7816         * tree-vect-generic.c: Likewise.
7817         * tree-vect-loop-manip.c: Likewise.
7818         * tree-vect-loop.c: Likewise.
7819         * tree-vect-patterns.c: Likewise.
7820         * tree-vect-slp.c: Likewise.
7821         * tree-vect-stmts.c: Likewise.
7822         * tree-vectorizer.c: Likewise.
7823         * tree-vrp.c: Likewise.
7824         * tree.c: Likewise.
7825         * tsan.c: Likewise.
7826         * ubsan.c: Likewise.
7827         * valtrack.c: Likewise.
7828         * value-prof.c: Likewise.
7829         * var-tracking.c: Likewise.
7830         * varasm.c: Likewise.
7831         * varpool.c: Likewise.
7832         * vmsdbgout.c: Likewise.
7833         * vtable-verify.c: Likewise.
7834         * web.c: Likewise.
7835         * wide-int-print.cc: Likewise.
7836         * wide-int-print.h: Likewise.
7837         * wide-int.cc: Likewise.
7838         * xcoffout.c: Likewise.
7839         * config/aarch64/aarch64-builtins.c: Likewise.
7840         * config/aarch64/aarch64.c: Likewise.
7841         * config/aarch64/cortex-a57-fma-steering.c: Likewise.
7842         * config/alpha/alpha.c: Likewise.
7843         * config/arc/arc.c: Likewise.
7844         * config/arm/aarch-common.c: Likewise.
7845         * config/arm/arm-builtins.c: Likewise.
7846         * config/arm/arm-c.c: Likewise.
7847         * config/arm/arm.c: Likewise.
7848         * config/avr/avr-c.c: Likewise.
7849         * config/avr/avr-log.c: Likewise.
7850         * config/avr/avr.c: Likewise.
7851         * config/bfin/bfin.c: Likewise.
7852         * config/c6x/c6x.c: Likewise.
7853         * config/cr16/cr16.c: Likewise.
7854         * config/cris/cris.c: Likewise.
7855         * config/darwin-c.c: Likewise.
7856         * config/darwin.c: Likewise.
7857         * config/default-c.c: Likewise.
7858         * config/epiphany/epiphany.c: Likewise.
7859         * config/epiphany/mode-switch-use.c: Likewise.
7860         * config/epiphany/resolve-sw-modes.c: Likewise.
7861         * config/fr30/fr30.c: Likewise.
7862         * config/frv/frv.c: Likewise.
7863         * config/ft32/ft32.c: Likewise.
7864         * config/glibc-c.c: Likewise.
7865         * config/h8300/h8300.c: Likewise.
7866         * config/i386/i386-c.c: Likewise.
7867         * config/i386/i386.c: Likewise.
7868         * config/i386/msformat-c.c: Likewise.
7869         * config/i386/winnt-cxx.c: Likewise.
7870         * config/i386/winnt-stubs.c: Likewise.
7871         * config/i386/winnt.c: Likewise.
7872         * config/ia64/ia64-c.c: Likewise.
7873         * config/ia64/ia64.c: Likewise.
7874         * config/iq2000/iq2000.c: Likewise.
7875         * config/lm32/lm32.c: Likewise.
7876         * config/m32c/m32c-pragma.c: Likewise.
7877         * config/m32c/m32c.c: Likewise.
7878         * config/m32r/m32r.c: Likewise.
7879         * config/m68k/m68k.c: Likewise.
7880         * config/mcore/mcore.c: Likewise.
7881         * config/mep/mep-pragma.c: Likewise.
7882         * config/mep/mep.c: Likewise.
7883         * config/microblaze/microblaze-c.c: Likewise.
7884         * config/microblaze/microblaze.c: Likewise.
7885         * config/mips/mips.c: Likewise.
7886         * config/mmix/mmix.c: Likewise.
7887         * config/mn10300/mn10300.c: Likewise.
7888         * config/moxie/moxie.c: Likewise.
7889         * config/msp430/msp430-c.c: Likewise.
7890         * config/msp430/msp430.c: Likewise.
7891         * config/nds32/nds32-cost.c: Likewise.
7892         * config/nds32/nds32-fp-as-gp.c: Likewise.
7893         * config/nds32/nds32-intrinsic.c: Likewise.
7894         * config/nds32/nds32-isr.c: Likewise.
7895         * config/nds32/nds32-md-auxiliary.c: Likewise.
7896         * config/nds32/nds32-memory-manipulation.c: Likewise.
7897         * config/nds32/nds32-pipelines-auxiliary.c: Likewise.
7898         * config/nds32/nds32-predicates.c: Likewise.
7899         * config/nds32/nds32.c: Likewise.
7900         * config/nios2/nios2.c: Likewise.
7901         * config/nvptx/nvptx.c: Likewise.
7902         * config/pa/pa.c: Likewise.
7903         * config/pdp11/pdp11.c: Likewise.
7904         * config/rl78/rl78-c.c: Likewise.
7905         * config/rl78/rl78.c: Likewise.
7906         * config/rs6000/rs6000-c.c: Likewise.
7907         * config/rs6000/rs6000.c: Likewise.
7908         * config/rx/rx.c: Likewise.
7909         * config/s390/s390-c.c: Likewise.
7910         * config/s390/s390.c: Likewise.
7911         * config/sh/sh-c.c: Likewise.
7912         * config/sh/sh-mem.cc: Likewise.
7913         * config/sh/sh.c: Likewise.
7914         * config/sh/sh_optimize_sett_clrt.cc: Likewise.
7915         * config/sh/sh_treg_combine.cc: Likewise.
7916         * config/sol2-c.c: Likewise.
7917         * config/sol2-cxx.c: Likewise.
7918         * config/sol2-stubs.c: Likewise.
7919         * config/sol2.c: Likewise.
7920         * config/sparc/sparc-c.c: Likewise.
7921         * config/sparc/sparc.c: Likewise.
7922         * config/spu/spu-c.c: Likewise.
7923         * config/spu/spu.c: Likewise.
7924         * config/stormy16/stormy16.c: Likewise.
7925         * config/tilegx/mul-tables.c: Likewise.
7926         * config/tilegx/tilegx-c.c: Likewise.
7927         * config/tilegx/tilegx.c: Likewise.
7928         * config/tilepro/mul-tables.c: Likewise.
7929         * config/tilepro/tilepro-c.c: Likewise.
7930         * config/tilepro/tilepro.c: Likewise.
7931         * config/v850/v850-c.c: Likewise.
7932         * config/v850/v850.c: Likewise.
7933         * config/vax/vax.c: Likewise.
7934         * config/visium/visium.c: Likewise.
7935         * config/vms/vms-c.c: Likewise.
7936         * config/vms/vms.c: Likewise.
7937         * config/vxworks.c: Likewise.
7938         * config/winnt-c.c: Likewise.
7939         * config/xtensa/xtensa.c: Likewise.
7940         * common/config/bfin/bfin-common.c: Likewise.
7942 2015-06-04  Jan Hubicka  <hubicka@ucw.cz>
7944         * tree.h (tree_code_for_canonical_type_merging): New function.
7945         * tree.c (gimple_canonical_types_compatible_p): Use
7946         tree_code_for_canonical_type_merging..
7948 2015-06-04  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
7950         PR c++/66192
7951         PR target/66200
7952         * doc/tm.texi: Regenerate.
7953         * doc/tm.texi.in (TARGET_RELAXED_ORDERING): Delete.
7954         * target.def (TARGET_RELAXED_ORDERING): Likewise.
7955         * config/alpha/alpha.c (TARGET_RELAXED_ORDERING): Likewise.
7956         * config/ia64/ia64.c (TARGET_RELAXED_ORDERING): Likewise.
7957         * config/rs6000/rs6000.c (TARGET_RELAXED_ORDERING): Likewise.
7958         * config/sparc/linux.h (SPARC_RELAXED_ORDERING): Likewise.
7959         * config/sparc/linux64.h (SPARC_RELAXED_ORDERING): Likewise.
7960         * config/sparc/sparc.c (TARGET_RELAXED_ORDERING): Likewise.
7961         * config/sparc/sparc.h (SPARC_RELAXED_ORDERING): Likewise.
7963 2015-06-04  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
7965         * config/aarch64/aarch64.c (aarch64_override_options): Unconditionally
7966         register fma steering pass.
7967         * config/aarch64/cortex-a57-fma-steering.c (gate): Add gating on
7968         AARCH64_TUNE_FMA_STEERING.
7970 2015-06-03  Jan Hubicka  <hubicka@ucw.cz>
7972         * tree.c (verify_type_variant): Verify that type and variant is
7973         compatible.
7974         (gimple_canonical_types_compatible_p): Look for main variants.
7976 2015-06-03  Michael Meissner  <meissner@linux.vnet.ibm.com>
7978         * config.gcc (powerpc*-*-*): Add support for a new configure
7979         option --with-advance-toolchain=<xxx> which overrides using the
7980         default header files, libraries and dynamic linker.
7982         * config/rs6000/linux64.h (SUBSUBTARGET_EXTRA_SPECS): Add new
7983         specs to support the configure --with-advance-toolchain=<xxx>
7984         option.
7985         (INCLUDE_EXTRA_SPEC): Likewise.
7986         (LINK_OS_EXTRA_SPEC32): Likewise.
7987         (LINK_OK_EXTRA_SPEC64): Likewise.
7988         (LINK_OS_NEW_DTAGS_SPEC): Likewise.
7989         (DYNAMIC_LINKER_PREFIX): Likewise.
7990         (CPP_OS_DEFAULT_SPEC): Use the new specs for providing advance
7991         toolchain support.
7992         (GLIBC_DYNAMIC_LINKER32): Likewise.
7993         (GLIBC_DYNAMIC_LINKER64): Likewise.
7994         (LINK_OS_LINUX_SPEC32): Likewise.
7995         (LINK_OS_LINUX_SPEC64): Likewise.
7997         * doc/install.texi (--enable-advance-toolchain=<xx>): Document new
7998         configuration option.
8000 2015-06-03  Uros Bizjak  <ubizjak@gmail.com>
8002         PR target/66275
8003         * config/i386/i386.c (ix86_function_arg_regno): Use ix86_cfun_abi
8004         to determine current function ABI.
8005         (ix86_function_value_regno_p): Ditto.
8007 2015-06-03  Martin Liska  <mliska@suse.cz>
8009         * alloc-pool.h (struct pool_usage): Correct GNU coding style.
8010         * bitmap.h (struct bitmap_usage): Likewise.
8011         * ggc-common.c (struct ggc_usage): Likewise.
8012         * mem-stats.h (struct mem_location): Likewise.
8013         (struct mem_usage): Likewise.
8014         * vec.c (struct vec_usage): Likewise.
8016 2015-06-03  Benigno B. Junior  <bbj@gentoo.org>
8018         * config/netbsd-elf.h (NETBSD_LINK_SPEC_ELF): Turn -symbolic into
8019         -Bsymbolic.
8021 2015-06-02  Andres Tiraboschi  <andres.tiraboschi@tallertechnologies.com>
8023         * doc/plugins.texi (enum plugin_event): New event.
8024         * plugin.c (register_callback): Handle PLUGIN_START_PARSE_FUNCTION
8025         and PLUGIN_FINISH_FUNCTION.
8026         * plugin.def (PLUGIN_START_PARSE_FUNCTION): Add plugin event
8027         (PLUGIN_FINISH_PARSE_FUNCTION): Likewise.
8029 2015-06-03  Richard Biener  <rguenther@suse.de>
8031         * tree-vect-data-refs.c (vect_analyze_group_access): Properly
8032         compute GROUP_GAP for the first element.
8033         * tree-vect-slp.c (vect_build_slp_tree_1): Remove restriction
8034         on in-group gaps.
8036 2015-06-03  Nick Clifton  <nickc@redhat.com>
8038         * config/rl78/rl78-real.md: Add peepholes to avoid a register
8039         copy when calling a function.
8040         * config/rl78/rl78.c (need_to_save): Do not push the frame
8041         pointer in an interrupt handler prologue if it is never used.
8043 2015-06-03  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
8045         * ifcvt (end_ifcvt_sequence): Fix typo in comment above.
8047 2015-06-03  Ilya Enkovich  <ilya.enkovich@intel.com>
8049         * ipa-chkp.c (chkp_maybe_create_clone): Create alias
8050         reference when cloning alias node.
8052 2015-06-03  Martin Liska  <mliska@suse.cz>
8054         * alloc-pool.h (struct pool_usage): Correct space padding.
8055         * ggc-page.c (ggc_print_statistics): Align columns in a report.
8056         * mem-stats.h (struct mem_usage): Add argument to print_dash_line.
8057         * tree.c (dump_tree_statistics): Align columns in a report.
8059 2015-06-03  Martin Liska  <mliska@suse.cz>
8061         * alloc-pool.c (allocate_pool_descriptor): Remove.
8062         (struct pool_output_info): Likewise.
8063         (print_alloc_pool_statistics): Likewise.
8064         (dump_alloc_pool_statistics): Likewise.
8065         * alloc-pool.h (struct pool_usage): New struct.
8066         (pool_allocator::initialize): Change usage of memory statistics
8067         to a new interface.
8068         (pool_allocator::release): Likewise.
8069         (pool_allocator::allocate): Likewise.
8070         (pool_allocator::remove): Likewise.
8071         * mem-stats-traits.h (enum mem_alloc_origin): Add new enum value
8072         for a pool allocator.
8073         * mem-stats.h (struct mem_location): Add new ctor.
8074         (struct mem_usage): Add counter for number of
8075         instances.
8076         (mem_alloc_description::register_descriptor): New overload of
8077         * mem-stats.h (mem_location::to_string): New function.
8078         * bitmap.h (struct bitmap_usage): Use this new function.
8079         * ggc-common.c (struct ggc_usage): Likewise.
8080         the function.
8082 2015-06-03  Richard Sandiford  <richard.sandiford@arm.com>
8084         * defaults.h (SWITCHABLE_TARGET, TARGET_SUPPORTS_WIDE_INT): Move out
8085         of GCC_INSN_FLAGS_H block.
8087 2015-06-03  Andrew Bennett  <andrew.bennett@imgtec.com>
8089         * explow.c (plus_constant): Update check after force_const_mem call
8090         to see if the value returned is not a NULL_RTX.
8092 2015-06-03  Ilya Enkovich  <ilya.enkovich@intel.com>
8094         * ipa.c (symbol_table::remove_unreachable_nodes): Don't
8095         remove instumentation thunks calling reachable functions.
8096         * lto-cgraph.c (output_refs): Always output IPA_REF_CHKP.
8097         * lto/lto-partition.c (privatize_symbol_name_1): New.
8098         (privatize_symbol_name): Privatize both decl and orig_decl
8099         names for instrumented functions.
8100         * cgraph.c (cgraph_node::verify_node): Add transparent
8101         alias chain check for instrumented node.
8103 2015-06-03  Marek Polacek  <polacek@redhat.com>
8105         PR c/64223
8106         PR c/29358
8107         * tree.c (attribute_value_equal): Handle attribute format.
8108         (cmp_attrib_identifiers): Factor out of lookup_ident_attribute.
8110 2015-06-03  Richard Biener  <rguenther@suse.de>
8112         PR tree-optimization/63916
8113         * tree-ssa-sccvn.c (vn_reference_maybe_forwprop_address):
8114         Forward-propagate non-invariant addresses by splicing their
8115         reference ops if the result isn't going to be used by PRE.
8116         (vn_reference_lookup_3): Remove pointless assert.
8118 2015-06-03  Richard Biener  <rguenther@suse.de>
8120         PR tree-optimization/66375
8121         * tree-scalar-evolution.c (follow_ssa_edge_binary): First
8122         add to the evolution before following SSA edges.
8124 2015-06-03  Bin Cheng  <bin.cheng@arm.com>
8126         * tree-ssa-loop-ivopts.c (dump_iv): New parameter.
8127         (dump_use, dump_cand, find_induction_variables): Pass new argument
8128         to dump_iv.
8129         (record_use): Preserve the ssa name information in IV.
8131 2015-06-03  Richard Sandiford  <richard.sandiford@arm.com>
8133         * genpreds.c (mark_mode_tests): Mark all MATCH_CODEs as
8134         NO_MODE_TEST.
8135         (add_mode_tests): Don't add mode tests if the predicate only
8136         accepts scalar constant integers.  Otherwise, allow the mode
8137         of "op" to be VOIDmode if the predicate does accept such integers.
8139 2015-06-02  Jim Wilson  <jim.wilson@linaro.org>
8141         PR target/66258
8142         * config/aarch64/aarch64.c (aarch64_function_value_regno_p): Change
8143         !TARGET_GENERAL_REGS_ONLY to TARGET_FLOAT.
8144         (aarch64_secondary_reload): Likewise
8145         (aarch64_expand_builtin_va_start): Change TARGET_GENERAL_REGS_ONLY
8146         to !TARGET_FLOAT.
8147         (aarch64_gimplify_va_arg_expr, aarch64_setup_incoming_varargs):
8148         Likewise.
8150 2015-06-03  Kugan Vivekanandarajah  <kuganv@linaro.org>
8151             Zhenqiang Chen  <zhenqiang.chen@linaro.org>
8153         PR target/65768
8154         * cprop.c (try_replace_reg): Check cost of constants before propagating.
8156 2015-06-02  Michael Meissner  <meissner@linux.vnet.ibm.com>
8158         * config/rs6000/rs6000-modes.def (IFmode): Define IFmode to
8159         provide access to the IBM extended double floating point mode if
8160         long double is IEEE 128-bit floating point.
8161         (KFmode): Define KFmode to provide access to IEEE 128-bit floating
8162         point if long double is the IBM extended double type.
8164         * config/rs6000/rs6000.opt (-mfloat128-none): New switches to
8165         enable adding IEEE 128-bit floating point support.
8166         (-mfloat128-software): Likewise.
8167         (-mfloat128-sw): Likewise.
8169         * config/rs6000/rs6000.c (rs6000_hard_regno_mode_ok): Do not allow
8170         128-bit floating point types to occupy any register if
8171         -mlong-double-64.  Do not allow use of IFmode/KFmode unless
8172         -mfloat128-software is enabled.
8173         (rs6000_debug_reg_global): Add IEEE 128-bit floating point debug
8174         support.
8175         (rs6000_option_override_internal): Add -mfloat128-* support.
8176         (rs6000_init_builtins): Setup __ibm128 and __float128 type modes.
8178         * config/rs6000/rs6000.h (rs6000_builtin_type_index): Add ibm128
8179         and float128 type nodes.
8180         (ieee128_float_type_node): Likewise.
8181         (ibm128_float_type_node): Likewise.
8183 2015-06-02  Szabolcs Nagy  <szabolcs.nagy@arm.com>
8185         PR target/66136
8186         * config/aarch64/geniterators.sh: Rewrite in awk.
8188 2015-06-02  Martin Liska  <mliska@suse.cz>
8190         * alloc-pool.h (pool_allocator::pool_allocator): Set implicit
8191         values to avoid -Wmaybe-uninitialized errors.
8193 2015-06-02  Richard Biener  <rguenther@suse.de>
8195         PR debug/65549
8196         * dwarf2out.c (lookup_context_die): New function.
8197         (resolve_addr): Avoid forcing a full DIE for the
8198         target of a DW_TAG_GNU_call_site during late compilation.
8199         Instead create a stub DIE without a type if we have a
8200         context DIE present.
8202 2015-06-02  Uros Bizjak  <ubizjak@gmail.com>
8204         * df-scan.c (df_scan_start_dump): Add space between regno and regname.
8206 2015-06-02  Bin Cheng  <bin.cheng@arm.com>
8208         PR tree-optimization/48052
8209         * cfgloop.h (struct control_iv): New.
8210         (struct loop): New field control_ivs.
8211         * tree-ssa-loop-niter.c : Include "stor-layout.h".
8212         (number_of_iterations_lt): Set no_overflow information.
8213         (number_of_iterations_exit): Init control iv in niter struct.
8214         (record_control_iv): New.
8215         (estimate_numbers_of_iterations_loop): Call record_control_iv.
8216         (loop_exits_before_overflow): New.  Interface factored out of
8217         scev_probably_wraps_p.
8218         (scev_probably_wraps_p): Factor loop niter related code into
8219         loop_exits_before_overflow.
8220         (free_numbers_of_iterations_estimates_loop): Free control ivs.
8221         * tree-ssa-loop-niter.h (free_loop_control_ivs): New.
8223 2015-06-02  Eric Botcazou  <ebotcazou@adacore.com>
8225         * gimplify.c (gimplify_modify_expr): Do not create a DECL_DEBUG_EXPR if
8226         the target doesn't belong to the current function.
8228 2015-06-02  Marek Polacek  <polacek@redhat.com>
8230         PR middle-end/66345
8231         * gimple-fold.c (gimple_fold_builtin_snprintf): Return false if
8232         get_maxval_strlen does not produce an INTEGER_CST.
8234 2015-06-02  Richard Sandiford  <richard.sandiford@arm.com>
8236         * config/arc/constraints.md: Use lower-case names in match_code.
8237         * config/mmix/constraints.md: Likewise.
8239 2015-06-02  Richard Biener  <rguenther@suse.de>
8241         PR tree-optimization/65961
8242         * tree-vect-slp.c (vect_get_and_check_slp_defs): Remove bogus
8243         check and clarify dump message.
8244         (vect_build_slp_tree): If all children are built up from scalars
8245         build up the parent from scalars instead.
8246         * tree-vect-stmts.c (vect_is_simple_use): Cleanup.
8248 2015-06-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
8250         PR other/65366
8251         * gdbhooks.py: Use int(...) instead of long(...).  Use print(...)
8252         instead of print ... .
8254 2015-06-02  Alan Modra  <amodra@gmail.com>
8256         * config/rs6000/vsx.md (vsx_extract_v4sf): Revert accidental
8257         2014-08-11 change.
8259 2015-06-02  Bin Cheng  <bin.cheng@arm.com>
8261         PR tree-optimization/52563
8262         PR tree-optimization/62173
8263         * tree-ssa-loop-ivopts.c (struct iv): New field.  Reorder fields.
8264         (alloc_iv, set_iv): New parameter.
8265         (determine_biv_step): Delete.
8266         (find_bivs): Inline original determine_biv_step.  Pass new
8267         argument to set_iv.
8268         (idx_find_step): Use no_overflow information for conversion.
8269         * tree-scalar-evolution.c (analyze_scalar_evolution_in_loop): Let
8270         resolve_mixers handle folded_casts.
8271         (instantiate_scev_name): Change bool parameter to bool pointer.
8272         (instantiate_scev_poly, instantiate_scev_binary): Ditto.
8273         (instantiate_array_ref, instantiate_scev_not): Ditto.
8274         (instantiate_scev_3, instantiate_scev_2): Ditto.
8275         (instantiate_scev_1, instantiate_scev_r): Ditto.
8276         (instantiate_scev_convert, ): Change parameter.  Pass argument
8277         to chrec_convert_aggressive.
8278         (instantiate_scev): Change argument.
8279         (resolve_mixers): New parameter and set it.
8280         (scev_const_prop): New argument.
8281         * tree-scalar-evolution.h (resolve_mixers): New parameter.
8282         * tree-chrec.c (convert_affine_scev): Call chrec_convert instead
8283         of chrec_conert_1.
8284         (chrec_convert): New parameter.  Move definition below.
8285         (chrec_convert_aggressive): New parameter and set it.  Call
8286         convert_affine_scev.
8287         * tree-chrec.h (chrec_convert): New parameter.
8288         (chrec_convert_aggressive): Ditto.
8290 2015-06-01  Eric Botcazou  <ebotcazou@adacore.com>
8292         * gimplify.c (gimplify_modify_expr_rhs): Use simple test on the size.
8293         * cgraph.c (cgraph_redirect_edge_call_stmt_to_callee): Do not remove
8294         the LHS of a no-return call if its type has variable size.
8295         * tree-cfgcleanup.c (fixup_noreturn_call): Likewise.
8296         * tree-cfg.c (verify_gimple_call): Accept these no-return calls.
8298 2015-06-01  Andreas Tobler  <andreast@gcc.gnu.org>
8300         * read-rtl.c: Adapt to use HAVE_DECL_ATOLL instead of HAVE_ATOLL.
8301         * config.in: Regenerate.
8303 2015-06-01  Yuri Rumyantsev  <ysrumyan@gmail.com>
8305         * tree-vect-data-refs.c (vect_analyze_data_ref_access): Allow
8306         consecutive accesses within outer-loop with force_vectorize
8307         for references with zero step in inner-loop.
8309 2015-06-01  Vidya Praveen  <vidyapraveen@arm.com>
8311         * Makefile.in: Pick up gcov-dump dependencies from gcc/ directory
8312         rather than from gcc/build directory.
8314 2015-06-01  Matthew Wahab  <matthew.wahab@arm.com>
8316         PR target/65697
8317         * config/aarch64/aarch64.c (aarch64_split_compare_and_swap): Check
8318         for __sync memory models, emit initial loads and final barriers as
8319         appropriate.
8321 2015-06-01  Matthew Wahab  <matthew.wahab@arm.com>
8323         PR target/65697
8324         * config/aarch64/aarch64.c (aarch64_emit_post_barrier):New.
8325         (aarch64_split_atomic_op): Check for __sync memory models, emit
8326         appropriate initial loads and final barriers.
8328 2015-06-01  Vidya Praveen  <vidyapraveen@arm.com>
8330         * Makefile.in: Fix gcov dependencies that should
8331         not point to a build folder.
8333 2015-06-01  Richard Biener  <rguenther@suse.de>
8335         Revert
8336         2015-05-29  Richard Biener  <rguenther@suse.de>
8338         PR tree-optimization/66314
8339         * tree-ssa-threadupdate.c (create_block_for_threading): Add
8340         parameter that says which loop the new block belongs to.
8341         (ssa_create_duplicates): Blocks duplicated for the threaded
8342         path belong to the loop of the thread destination.
8344 2015-06-01  Martin Liska  <mliska@suse.cz>
8346         * sched-deps.c: Include pool-alloc.h before
8347         cselib.h header file is included.
8349 2015-06-01  Richard Biener  <rguenther@suse.de>
8351         * tree-ssa-structalias.c (ipa_pta_execute): Handle address-taken
8352         functions.
8354 2015-06-01  Martin Liska  <mliska@suse.cz>
8356         * alloc-pool.h: Add ATTRIBUTE_UNUSED for
8357         a function local variable.
8359 2015-06-01  Martin Liska  <mliska@suse.cz>
8361         * alloc-pool.c (create_alloc_pool): Remove.
8362         (empty_alloc_pool): Likewise.
8363         (free_alloc_pool): Likewise.
8364         (free_alloc_pool_if_empty): Likewise.
8365         (pool_alloc): Likewise.
8366         (pool_free): Likewise.
8367         * alloc-pool.h: Remove old declarations.
8369 2015-06-01  Martin Liska  <mliska@suse.cz>
8371         * ira-build.c (initiate_allocnos): Use new type-based pool allocator.
8372         (ira_create_object): Likewise.
8373         (ira_create_allocno): Likewise.
8374         (ira_create_live_range): Likewise.
8375         (copy_live_range): Likewise.
8376         (ira_finish_live_range): Likewise.
8377         (ira_free_allocno_costs): Likewise.
8378         (finish_allocno): Likewise.
8379         (finish_allocnos): Likewise.
8380         (initiate_prefs): Likewise.
8381         (ira_create_pref): Likewise.
8382         (finish_pref): Likewise.
8383         (finish_prefs): Likewise.
8384         (initiate_copies): Likewise.
8385         (ira_create_copy): Likewise.
8386         (finish_copy): Likewise.
8387         (finish_copies): Likewise.
8388         (finish_prefs): Likewise.
8390 2015-06-01  Martin Liska  <mliska@suse.cz>
8392         * ipa-cp.c (ipcp_value::add_source): Use new type-based pool allocator.
8393         (allocate_and_init_ipcp_value): Likewise.
8394         (ipcp_lattice::add_value): Likewise.
8395         (merge_agg_lats_step): Likewise.
8396         (ipcp_driver): Likewise.
8397         * ipa-prop.c (ipa_free_all_structures_after_ipa_cp): Likewise.
8398         (ipa_free_all_structures_after_iinln): Likewise.
8399         * ipa-prop.h: Likewise.
8401 2015-06-01  Martin Liska  <mliska@suse.cz>
8403         * ipa-inline-analysis.c (edge_set_predicate): Use new type-based
8404         pool allocator.
8405         (set_hint_predicate): Likewise.
8406         (inline_summary_alloc): Likewise.
8407         (reset_inline_edge_summary): Likewise.
8408         (reset_inline_summary): Likewise.
8409         (set_cond_stmt_execution_predicate): Likewise.
8410         (set_switch_stmt_execution_predicate): Likewise.
8411         (compute_bb_predicates): Likewise.
8412         (estimate_function_body_sizes): Likewise.
8413         (inline_free_summary): Likewise.
8415 2015-06-01  Martin Liska  <mliska@suse.cz>
8417         * ipa-prop.c (ipa_set_jf_constant): Use new type-based pool allocator.
8418         (ipa_edge_duplication_hook): Likewise.
8419         (ipa_free_all_structures_after_ipa_cp): Likewise.
8420         (ipa_free_all_structures_after_iinln): Likewise.
8422 2015-06-01  Martin Liska  <mliska@suse.cz>
8424         * ipa-profile.c (account_time_size): Use new type-based pool allocator.
8425         (ipa_profile_generate_summary): Likewise.
8426         (ipa_profile_read_summary): Likewise.
8427         (ipa_profile): Likewise.
8429 2015-06-01  Martin Liska  <mliska@suse.cz>
8431         * tree-ssa-structalias.c (new_var_info): Use new type-based
8432         pool allocator.
8433         (new_constraint): Likewise.
8434         (init_alias_vars): Likewise.
8435         (delete_points_to_sets): Likewise.
8437 2015-06-01  Martin Liska  <mliska@suse.cz>
8439         * tree-ssa-strlen.c (new_strinfo): Use new type-based pool allocator.
8440         (free_strinfo): Likewise.
8441         (pass_strlen::execute): Likewise.
8443 2015-06-01  Martin Liska  <mliska@suse.cz>
8445         * tree-ssa-sccvn.c (vn_reference_insert): Use new type-based
8446         pool allocator.
8447         (vn_reference_insert_pieces): Likewise.
8448         (vn_phi_insert): Likewise.
8449         (visit_reference_op_call): Likewise.
8450         (copy_phi): Likewise.
8451         (copy_reference): Likewise.
8452         (process_scc): Likewise.
8453         (allocate_vn_table): Likewise.
8454         (free_vn_table): Likewise.
8456 2015-06-01  Martin Liska  <mliska@suse.cz>
8458         * tree-ssa-reassoc.c (add_to_ops_vec): Use new type-based
8459         pool allocator.
8460         (add_repeat_to_ops_vec): Likewise.
8461         (get_ops): Likewise.
8462         (maybe_optimize_range_tests): Likewise.
8463         (init_reassoc): Likewise.
8464         (fini_reassoc): Likewise.
8466 2015-06-01  Martin Liska  <mliska@suse.cz>
8468         * tree-ssa-pre.c (get_or_alloc_expr_for_name): Use new type-based
8469         pool allocator.
8470         (bitmap_set_new): Likewise.
8471         (get_or_alloc_expr_for_constant): Likewise.
8472         (get_or_alloc_expr_for): Likewise.
8473         (phi_translate_1): Likewise.
8474         (compute_avail): Likewise.
8475         (init_pre): Likewise.
8476         (fini_pre): Likewise.
8478 2015-06-01  Martin Liska  <mliska@suse.cz>
8480         * sched-deps.c (create_dep_node): Use new type-based pool allocator.
8481         (delete_dep_node): Likewise.
8482         (create_deps_list): Likewise.
8483         (free_deps_list): Likewise.
8484         (sched_deps_init): Likewise.
8485         (sched_deps_finish): Likewise.
8487 2015-06-01  Martin Liska  <mliska@suse.cz>
8489         * regcprop.c (free_debug_insn_changes): Use new type-based
8490         pool allocator.
8491         (replace_oldest_value_reg): Likewise.
8492         (pass_cprop_hardreg::execute): Likewise.
8494 2015-06-01  Martin Liska  <mliska@suse.cz>
8496         * ira-build.c (initiate_cost_vectors): Use new type-based
8497         pool allocator.
8498         (ira_allocate_cost_vector): Likewise.
8499         (ira_free_cost_vector): Likewise.
8500         (finish_cost_vectors): Likewise.
8502 2015-06-01  Martin Liska  <mliska@suse.cz>
8504         * sel-sched-ir.c (alloc_sched_pools): Use new type-based
8505         pool allocator.
8506         (free_sched_pools): Likewise.
8507         * sel-sched-ir.h (_list_alloc): Likewise.
8508         (_list_remove): Likewise.
8510 2015-06-01  Martin Liska  <mliska@suse.cz>
8512         * stmt.c (add_case_node): Use new type-based pool allocator.
8513         (expand_case): Likewise.
8514         (expand_sjlj_dispatch_table): Likewise.
8516 2015-06-01  Martin Liska  <mliska@suse.cz>
8518         * tree-ssa-math-opts.c (occ_new): Use new type-based pool allocator.
8519         (free_bb): Likewise.
8520         (pass_cse_reciprocals::execute): Likewise.
8522 2015-06-01  Martin Liska  <mliska@suse.cz>
8524         * tree-sra.c (sra_initialize): Use new type-based pool allocator.
8525         (sra_deinitialize) Likewise.
8526         (create_access_1) Likewise.
8527         (build_accesses_from_assign) Likewise.
8528         (create_artificial_child_access) Likewise.
8530 2015-06-01  Martin Liska  <mliska@suse.cz>
8532         * dse.c (get_group_info):Use new type-based pool allocator.
8533         (dse_step0) Likewise.
8534         (free_store_info) Likewise.
8535         (delete_dead_store_insn) Likewise.
8536         (free_read_records) Likewise.
8537         (record_store) Likewise.
8538         (replace_read) Likewise.
8539         (check_mem_read_rtx) Likewise.
8540         (scan_insn) Likewise.
8541         (dse_step1) Likewise.
8542         (dse_step7) Likewise.
8544 2015-06-01  Martin Liska  <mliska@suse.cz>
8546         * df-scan.c (struct df_scan_problem_data):Use new type-based
8547         pool allocator.
8548         (df_scan_free_internal) Likewise.
8549         (df_scan_alloc) Likewise.
8550         (df_grow_reg_info) Likewise.
8551         (df_free_ref) Likewise.
8552         (df_insn_create_insn_record) Likewise.
8553         (df_mw_hardreg_chain_delete) Likewise.
8554         (df_insn_info_delete) Likewise.
8555         (df_free_collection_rec) Likewise.
8556         (df_mw_hardreg_chain_delete_eq_uses) Likewise.
8557         (df_sort_and_compress_mws) Likewise.
8558         (df_ref_create_structure) Likewise.
8559         (df_ref_record) Likewise.
8561 2015-06-01  Martin Liska  <mliska@suse.cz>
8563         * df-problems.c (df_chain_create):Use new type-based pool allocator.
8564         (df_chain_unlink_1) Likewise.
8565         (df_chain_unlink) Likewise.
8566         (df_chain_remove_problem) Likewise.
8567         (df_chain_alloc) Likewise.
8568         (df_chain_free) Likewise.
8569         * df.h (struct dataflow) Likewise.
8571 2015-06-01  Martin Liska  <mliska@suse.cz>
8573         * cselib.c (new_elt_list):Use new type-based pool allocator.
8574         (new_elt_loc_list) Likewise.
8575         (unchain_one_elt_list) Likewise.
8576         (unchain_one_elt_loc_list) Likewise.
8577         (unchain_one_value) Likewise.
8578         (new_cselib_val) Likewise.
8579         (cselib_init) Likewise.
8580         (cselib_finish) Likewise.
8582 2015-06-01  Martin Liska  <mliska@suse.cz>
8584         * config/sh/sh.c (add_constant):Use new type-based pool allocator.
8585         (sh_reorg) Likewise.
8587 2015-06-01  Martin Liska  <mliska@suse.cz>
8589         * cfg.c (initialize_original_copy_tables):Use new type-based
8590         pool allocator.
8591         (free_original_copy_tables) Likewise.
8592         (copy_original_table_clear) Likewise.
8593         (copy_original_table_set) Likewise.
8595 2015-06-01  Martin Liska  <mliska@suse.cz>
8597         * asan.c (asan_mem_ref_get_alloc_pool):Use new type-based
8598         pool allocator.
8599         (asan_mem_ref_new) Likewise.
8600         (free_mem_ref_resources) Likewise.
8602 2015-06-01  Martin Liska  <mliska@suse.cz>
8604         * var-tracking.c (variable_htab_free):Use new type-based
8605         pool allocator.
8606         (attrs_list_clear) Likewise.
8607         (attrs_list_insert) Likewise.
8608         (attrs_list_copy) Likewise.
8609         (shared_hash_unshare) Likewise.
8610         (shared_hash_destroy) Likewise.
8611         (unshare_variable) Likewise.
8612         (var_reg_delete_and_set) Likewise.
8613         (var_reg_delete) Likewise.
8614         (var_regno_delete) Likewise.
8615         (drop_overlapping_mem_locs) Likewise.
8616         (variable_union) Likewise.
8617         (insert_into_intersection) Likewise.
8618         (canonicalize_values_star) Likewise.
8619         (variable_merge_over_cur) Likewise.
8620         (dataflow_set_merge) Likewise.
8621         (remove_duplicate_values) Likewise.
8622         (variable_post_merge_new_vals) Likewise.
8623         (dataflow_set_preserve_mem_locs) Likewise.
8624         (dataflow_set_remove_mem_locs) Likewise.
8625         (variable_from_dropped) Likewise.
8626         (variable_was_changed) Likewise.
8627         (set_slot_part) Likewise.
8628         (clobber_slot_part) Likewise.
8629         (delete_slot_part) Likewise.
8630         (loc_exp_insert_dep) Likewise.
8631         (notify_dependents_of_changed_value) Likewise.
8632         (emit_notes_for_differences_1) Likewise.
8633         (vt_emit_notes) Likewise.
8634         (vt_initialize) Likewise.
8635         (vt_finalize) Likewise.
8637 2015-06-01  Martin Liska  <mliska@suse.cz>
8639         * ira-color.c (init_update_cost_records):Use new type-based
8640         pool allocator.
8641         (get_update_cost_record) Likewise.
8642         (free_update_cost_record_list) Likewise.
8643         (finish_update_cost_records) Likewise.
8644         (initiate_cost_update) Likewise.
8646 2015-06-01  Martin Liska  <mliska@suse.cz>
8648         * lra.c (init_insn_regs): Use new type-based pool allocator.
8649         (new_insn_reg) Likewise.
8650         (free_insn_reg) Likewise.
8651         (free_insn_regs) Likewise.
8652         (finish_insn_regs) Likewise.
8653         (init_insn_recog_data) Likewise.
8654         (init_reg_info) Likewise.
8655         (finish_reg_info) Likewise.
8656         (lra_free_copies) Likewise.
8657         (lra_create_copy) Likewise.
8658         (invalidate_insn_data_regno_info) Likewise.
8660 2015-06-01  Martin Liska  <mliska@suse.cz>
8662         * lra-lives.c (free_live_range): Use new type-based pool allocator.
8663         (free_live_range_list) Likewise.
8664         (create_live_range) Likewise.
8665         (copy_live_range) Likewise.
8666         (lra_merge_live_ranges) Likewise.
8667         (remove_some_program_points_and_update_live_ranges) Likewise.
8668         (lra_live_ranges_init) Likewise.
8669         (lra_live_ranges_finish) Likewise.
8671 2015-06-01  Martin Liska  <mliska@suse.cz>
8673         * et-forest.c (et_new_occ): Use new type-based pool allocator.
8674         (et_new_tree): Likewise.
8675         (et_free_tree): Likewise.
8676         (et_free_tree_force): Likewise.
8677         (et_free_pools): Likewise.
8678         (et_split): Likewise.
8680 2015-06-01  Martin Liska  <mliska@suse.cz>
8682         * alloc-pool.c (struct alloc_pool_descriptor): Move definition
8683         to header file.
8684         * alloc-pool.h (pool_allocator::pool_allocator): New function.
8685         (pool_allocator::release): Likewise.
8686         (inline pool_allocator::release_if_empty): Likewise.
8687         (inline pool_allocator::~pool_allocator): Likewise.
8688         (pool_allocator::allocate): Likewise.
8689         (pool_allocator::remove): Likewise.
8691 2015-06-01  James Greenhalgh  <james.greenhalgh@arm.com>
8693         * sched-deps.c (sched_analyze_2): Replace fuseable with fusible
8694         in comment.
8696 2015-06-01  James Greenhalgh  <james.greenhalgh@arm.com>
8698         * gcc/config/arm/arm-protos.h (tune_params): Rename fuseable_ops
8699         to fusible_ops.
8700         * gcc/config/arm/arm.c (arm_print_tune_info): Likewise.
8701         (arm_macro_fusion_p): Likewise.
8702         (arm_macro_fusion_pair_p): Likewise.
8704 2015-06-01  James Greenhalgh  <james.greenhalgh@arm.com>
8706         * config/aarch64/aarch64-protos.h (tune_params): Rename
8707         fuseable_ops to fusible_ops.
8708         * config/aarch64/aarch64.c (generic_tunings): Rename
8709         fuseable_ops to fusible_ops.
8710         (cortexa53_tunings): Likewise.
8711         (cortexa57_tunings): Likewise.
8712         (thunderx_tunings): Likewise.
8713         (xgene1_tunings): Likewise.
8714         (aarch64_macro_fusion_p): Likewise.
8715         (aarch64_macro_fusion_pair_p): Likewise.
8717 2015-06-01  Dominik Vogt  <vogt@linux.vnet.ibm.com>
8719         * config/s390/driver-native.c: New file.
8720         * config/s390/x-native: New file.
8721         * config.host: Add new files for s390.
8722         * config/s390/s390.h (DRIVER_SELF_SPECS): Add support for -mtune=native
8723         and -march=native
8724         * config.gcc: Likewise.
8725         * config/s390/s390.opt (march): Likewise; add PROCESSOR_NATIVE
8726         * config/s390/s390-opts.h (enum processor_type): Ditto.
8727         * config/s390/s390.c (s390_option_override): Catch unhandled
8728         PROCESSOR_NATIVE
8730 2015-06-01  Ilya Enkovich  <ilya.enkovich@intel.com>
8732         PR target/65527
8733         * cgraph.c (cgraph_edge::redirect_call_stmt_to_callee): Add
8734         redirection for instrumented calls.
8735         * lto-wrapper.c (merge_and_complain): Merge -fcheck-pointer-bounds.
8736         (append_compiler_options): Append -fcheck-pointer-bounds.
8737         * tree-chkp.h (chkp_copy_call_skip_bounds): New.
8738         (chkp_redirect_edge): New.
8739         * tree-chkp.c (chkp_copy_call_skip_bounds): New.
8740         (chkp_redirect_edge): New.
8742 2015-06-01  Richard Biener  <rguenther@suse.de>
8744         PR tree-optimization/66280
8745         * tree-vect-slp.c (vect_detect_hybrid_slp_stmts): Fix pattern
8746         def-use walking.
8748 2015-06-01  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
8750         * config/aarch64/aarch64.md
8751         (*<LOGICAL:optab>_one_cmpl_<SHIFT:optab><mode>3): Change type to
8752         logic_shift_imm.
8754 2015-06-01  Eric Botcazou  <ebotcazou@adacore.com>
8756         * config/i386/winnt.c (i386_pe_encode_section_info) <FUNCTION_DECL>:
8757         Remove obsolete kludge.
8759 2015-06-01  Richard Biener  <rguenther@suse.de>
8761         * tree-ssa-reassoc.c (get_rank): Simplify.
8763 2015-05-31  H.J. Lu  <hongjiu.lu@intel.com>
8765         * configure.ac (NO_PIE_CFLAGS): Check CXXFLAGS instead of CFLAGS.
8766         * configure: Regenerated.
8768 2015-05-31  Mikhail Maltsev  <maltsevm@gmail.com>
8770         * config/cris/cris.h (CRIS_ARCH_CPP_DEFAULT): Fix C++11 compatibility
8771         issue (add space between string literal and macro).
8772         * config/i386/mingw32.h (REAL_LIBGCC_SPEC): Likewise.
8774 2015-05-30  Andreas Schwab  <schwab@linux-m68k.org>
8776         * config/m68k/m68k.h (ASM_PCREL_SPEC): Pass --pcrel also for
8777         implict or explicit -fPIE or -fpie.
8779 2015-05-30  Mike Frysinger  <vapier@gentoo.org>
8781         * gcc/config/alpha/elf.h (ASM_SPEC): Add %{mcpu=*:-m%*}.
8783 2015-05-28  DJ Delorie  <dj@redhat.com>
8785         * expmed.c (extract_bit_field_1): Avoid clobbering a
8786         yet-to-be-used base/index register.
8788 2015-05-30  Jan Hubicka  <hubicka@ucw.cz>
8790         * alias.c (alias_set_entry_d): Add is_pointer and has_pointer.
8791         (alias_stats): Add num_universal.
8792         (alias_set_subset_of): Special case pointers; be ready for NULL
8793         children.
8794         (alias_sets_conflict_p): Special case pointers; be ready for NULL
8795         children.
8796         (init_alias_set_entry): Break out from ...
8797         (record_alias_subset): ... here; propagate new fields;
8798         allocate children only when really needed.
8799         (get_alias_set): Do less generous pointer globbing.
8800         (dump_alias_stats_in_alias_c): Update statistics.
8802 2015-05-30  Alan Modra  <amodra@gmail.com>
8804         * config/rs6000/rs6000.c (split_stack_arg_pointer_used_p): Scan
8805         correct block for use of r12.
8806         (rs6000_expand_split_stack_prologue): Error on r29 asm global reg.
8808 2015-05-29  Dominik Vogt  <vogt@linux.vnet.ibm.com>
8810         PR target/66215
8811         * config/s390/s390.c (s390_reorg): Fix placement of post-label NOPs
8812         with -mhotpatch=.
8814 2015-05-29  Jakub Jelinek  <jakub@redhat.com>
8816         PR tree-optimization/66142
8817         * tree-if-conv.c (if_convertible_phi_p): Don't give up on
8818         virtual phis that feed themselves.
8820 2015-05-29  Richard Biener  <rguenther@suse.de>
8822         PR tree-optimization/66314
8823         * tree-ssa-threadupdate.c (create_block_for_threading): Add
8824         parameter that says which loop the new block belongs to.
8825         (ssa_create_duplicates): Blocks duplicated for the threaded
8826         path belong to the loop of the thread destination.
8828 2015-05-29  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
8830         * config/arm/neon-testgen.ml (emit_epilogue): Remove manual call
8831         to cleanup-saved-temps.
8832         * doc/sourcebuild.texi (Clean up generated test files): Expand
8833         introduction.
8834         (dg-keep-saved-temps): Document new proc.
8835         (cleanup-ipa-dump, cleanup-rtl-dump, cleanup-tree-dump,
8836         cleanup-saved-temps): Remove.
8838 2015-05-28  Andreas Tobler  <andreast@gcc.gnu.org>
8840         * configure.ac: Move the atoll check from AC_CHECK_FUNCS to
8841         gcc_AC_CHECK_DECLS.
8842         * configure: Regenerate.
8844 2015-05-28  Mike Frysinger  <vapier@gentoo.org>
8846         * config/nios2/linux.h (CPP_SPEC): Define.
8848 2015-05-28  Mike Frysinger  <vapier@gentoo.org>
8850         * config/microblaze/linux.h (CPP_SPEC): Define.
8852 2015-05-28  Mike Frysinger  <vapier@gentoo.org>
8854         * config/pa/pa-linux.h (CPP_SPEC): Change so -D_REENTRANT is used when
8855         -pthread is specified.
8857 2015-05-28  Richard Biener  <rguenther@suse.de>
8859         * tree-vect-loop.c (vect_fixup_reduc_chain): New function.
8860         (vect_fixup_scalar_cycles_with_patterns): Likewise.
8861         (vect_analyze_loop_2): Call vect_fixup_scalar_cycles_with_patterns
8862         after pattern recog.
8863         (vect_create_epilog_for_reduction): Properly handle reductions
8864         with patterns.
8865         (vectorizable_reduction): Likewise.
8866         * tree-vect-slp.c (vect_analyze_slp_instance): Properly mark
8867         reduction chains.
8868         (vect_get_constant_vectors): Create the correct number of
8869         initial values for reductions.
8870         (vect_schedule_slp_instance): Handle reduction chains that are
8871         type changing properly.
8872         * tree-vect-stmts.c (vect_analyze_stmt): Adjust.
8874 2015-05-28  Richard Biener  <rguenther@suse.de>
8876         PR tree-optimization/66142
8877         * tree-ssa-sccvn.c (vn_reference_lookup_3): Handle non-GIMPLE
8878         values better in memcpy destination handling.  Handle non-aliasing
8879         we discover here.
8881 2015-05-28  Lawrence Velázquez  <vq@larryv.me>
8883         PR target/63810
8884         * config/darwin-c.c (version_components): New global enum.
8885         (parse_version, version_as_legacy_macro)
8886         (version_as_modern_macro, macosx_version_as_macro): New functions.
8887         (version_as_macro): Remove.
8888         (darwin_cpp_builtins): Use new function.
8890 2015-05-28  H.J. Lu  <hongjiu.lu@intel.com>
8892         * builtins.c (expand_builtin_acc_on_device): Mark parameters
8893         with ATTRIBUTE_UNUSED.
8895 2015-05-28  Julian Brown  <julian@codesourcery.com>
8897         PR libgomp/65742
8899         * builtins.c (expand_builtin_acc_on_device): Don't use open-coded
8900         sequence for !ACCEL_COMPILER.
8902 2015-05-28  Nick Clifton  <nickc@redhat.com>
8904         * config/rx/rx.c (push_regs): New function.  Extracts code from...
8905         (rx_expand_prologue): ... here.  Use push_regs to push even small
8906         spans of registers.
8907         (pop_regs): New function.
8908         (rx_expand_epilogue):  Use pop_regs to pop even small spans of
8909         registers.
8911 2015-05-28  Richard Biener  <rguenther@suse.de>
8913         * tree-vectorizer.h (struct _slp_instance): Remove body_cost_vec
8914         member.
8915         (SLP_INSTANCE_BODY_COST_VEC): Remove.
8916         (vect_update_slp_costs_according_to_vf): Likewise.
8917         (vect_slp_analyze_operations): Update prototype.
8918         * tree-vect-loop.c (vect_analyze_loop_2): Remove call to
8919         vect_update_slp_costs_according_to_vf, adjust.
8920         * tree-vect-slp.c (vect_free_slp_instance): Adjust.
8921         (vect_analyze_slp_cost_1): Likewise.
8922         (vect_analyze_slp_cost): Likewise.  Properly deal with
8923         widening reduction ops.  Commit body costs.
8924         (vect_analyze_slp_instance): Adjust.  Do not analyze SLP
8925         cost for loops from here.
8926         (vect_slp_analyze_operations): But do it from here when
8927         the vectorization factor is known and stmts are analyzed.
8928         (vect_bb_vectorization_profitable_p): Simplify.
8929         (vect_slp_analyze_bb_1): Do not compute SLP cost here.
8930         (vect_update_slp_costs_according_to_vf): Remove.
8932 2015-05-27  Magnus Granberg  <zorry@gentoo.org>
8933             H.J. Lu  <hongjiu.lu@intel.com>
8935         * Makefile.in (COMPILER): Add @NO_PIE_CFLAGS@.
8936         (BUILD_CFLAGS): Likewise.
8937         (BUILD_CXXFLAGS): Likewise.
8938         (LINKER): Add @NO_PIE_FLAG@.
8939         (BUILD_LDFLAGS): Likewise.
8940         (libgcc.mvars): Set NO_PIE_CFLAGS to -fno-PIE for
8941         --enable-default-pie.
8942         * common.opt (fPIE): Initialize to -1.
8943         (fpie): Likewise.
8944         (no-pie): New option.
8945         (pie): Replace "Negative(shared)" with "Negative(no-pie)".
8946         * configure.ac: Add --enable-default-pie.
8947         (NO_PIE_CFLAGS): New.  Check if -fno-PIE works.  AC_SUBST.
8948         (NO_PIE_FLAG): New.  Check if -no-pie works.  AC_SUBST.
8949         * defaults.h (DEFAULT_FLAG_PIE): New.  Default PIE to -fPIE.
8950         * gcc.c (NO_PIE_SPEC): New.
8951         (PIE_SPEC): Likewise.
8952         (NO_FPIE1_SPEC): Likewise.
8953         (FPIE1_SPEC): Likewise.
8954         (NO_FPIE2_SPEC): Likewise.
8955         (FPIE2_SPEC): Likewise.
8956         (NO_FPIE2_SPEC): Likewise.
8957         (FPIE_SPEC): Likewise.
8958         (NO_FPIE_SPEC): Likewise.
8959         (NO_FPIC1_SPEC): Likewise.
8960         (FPIC1_SPEC): Likewise.
8961         (NO_FPIC2_SPEC): Likewise.
8962         (FPIC2_SPEC): Likewise.
8963         (NO_FPIC2_SPEC): Likewise.
8964         (FPIC_SPEC): Likewise.
8965         (NO_FPIC_SPEC): Likewise.
8966         (NO_FPIE1_AND_FPIC1_SPEC): Likewise.
8967         (FPIE1_OR_FPIC1_SPEC): Likewise.
8968         (NO_FPIE2_AND_FPIC2_SPEC): Likewise.
8969         (FPIE2_OR_FPIC2_SPEC): Likewise.
8970         (NO_FPIE_AND_FPIC_SPEC): Likewise.
8971         (FPIE_OR_FPIC_SPEC): Likewise.
8972         (LD_PIE_SPEC): Likewise.
8973         (LINK_PIE_SPEC): Handle -no-pie.  Use PIE_SPEC and LD_PIE_SPEC.
8974         * opts.c (finish_options): Update opts->x_flag_pie if it is -1.
8975         * config/darwin.h (PIE_SPEC): Renamed to ...
8976         (DARWIN_PIE_SPEC): This.
8977         (LINK_SPEC): Replace PIE_SPEC with DARWIN_PIE_SPEC.
8978         * config/darwin9.h (PIE_SPEC): Renamed to ...
8979         (DARWIN_PIE_SPEC): This.
8980         * config/gnu-user.h (GNU_USER_TARGET_STARTFILE_SPEC): Use
8981         PIE_SPEC and NO_PIE_SPEC if HAVE_LD_PIE is defined.
8982         * config/openbsd.h (ASM_SPEC): Use FPIE1_OR_FPIC1_SPEC and
8983         FPIE2_OR_FPIC2_SPEC.
8984         * config/m68k/netbsd-elf.h (ASM_SPEC): Likewise.
8985         * config/m68k/openbsd.h (ASM_SPEC): Likewise.
8986         * gcc/config/sol2.h (ASM_PIC_SPEC): Likewise.
8987         * config/arm/freebsd.h (SUBTARGET_EXTRA_ASM_SPEC): Likewise.
8988         * config/arm/netbsd-elf.h (SUBTARGET_EXTRA_ASM_SPEC): Likewise.
8989         * config/arm/semi.h (SUBTARGET_EXTRA_ASM_SPEC): Likewise.
8990         * config/cris/linux.h (CRIS_ASM_SUBTARGET_SPEC): Likewise.
8991         * config/m32r/m32r.h (ASM_SPEC): Likewise.
8992         * config/m68k/uclinux.h (DRIVER_SELF_SPECS): Likewise.
8993         * config/rs6000/linux64.h (ASM_SPEC32): Likewise.
8994         * config/rs6000/sysv4.h (ASM_SPEC): Likewise.
8995         * config/sparc/freebsd.h (ASM_SPEC): Likewise.
8996         * config/sparc/linux.h (ASM_SPEC): Likewise.
8997         * config/sparc/linux64.h (ASM_SPEC): Likewise.
8998         * config/sparc/netbsd-elf.h (ASM_SPEC): Likewise.
8999         * config/sparc/openbsd64.h (ASM_SPEC): Likewise.
9000         * config/sparc/sp-elf.h (ASM_SPEC): Likewise.
9001         * config/sparc/sp64-elf.h (ASM_SPEC): Likewise.
9002         * config/sparc/sparc.h (ASM_SPEC): Likewise.
9003         * config/sparc/sysv4.h (ASM_SPEC): Likewise.
9004         * config/sparc/vxworks.h (ASM_SPEC): Likewise.
9005         * config/c6x/elf-common.h (ASM_SPEC): Use NO_FPIC2_SPEC,
9006         FPIC2_SPEC, FPIC1_SPEC and FPIC2_SPEC.
9007         * config/c6x/uclinux-elf.h (LINK_SPEC): Use FPIE_SPEC.
9008         * config/frv/frv.h (DRIVER_SELF_SPECS): Use FPIC_SPEC,
9009         NO_FPIC_SPEC and NO_FPIE1_AND_FPIC1_SPEC.
9010         (ASM_SPEC): Use FPIE1_OR_FPIC1_SPEC and FPIE2_OR_FPIC2_SPEC.
9011         * config/m68k/m68k.h (ASM_PCREL_SPEC): Use FPIC_SPEC and NO_FPIC_SPEC.
9012         * config/mips/gnu-user.h (NO_SHARED_SPECS): Use NO_FPIE_AND_FPIC_SPEC.
9013         * config/mips/vxworks.h (SUBTARGET_ASM_SPEC): Use FPIC_SPEC.
9014         * config/rs6000/freebsd64.h (ASM_SPEC32): Likewise.
9015         * config/rs6000/vxworks.h (ASM_SPEC): Likewise.
9016         * config/vax/linux.h (ASM_SPEC): Likewise.
9017         * doc/install.texi: Document --enable-default-pie.
9018         * doc/invoke.texi: Document -no-pie.
9019         * config.in: Regenerated.
9020         * configure: Likewise.
9022 2015-05-28  Thomas Preud'homme  <thomas.preudhomme@arm.com>
9024         PR rtl-optimization/66168
9025         * loop-invariant.c (move_invariant_reg): Pass dest rather than reg to
9026         can_move_invariant_reg.
9028 2015-05-27  John David Anglin  <danglin@gcc.gnu.org>
9030         PR target/66148
9031         * config/pa/pa.c (pa_emit_move_sequence): Correct placement of
9032         REG_EQUAL note when doing insert.
9034         * config/pa/pa.c (pa_print_operand): Use HOST_WIDE_INT_PRINT_DEC
9035         instead of "%d" for 'o' operand.
9037 2015-05-27  Nathan Sidwell  <nathan@acm.org>
9039         PR c++/66270
9040         * tree.c (build_pointer_type_for_mode): Canonical type does not
9041         inherit can_alias_all.
9042         (build_reference_type_for_mode): Likewise.
9044 2015-05-27  Eric Botcazou  <ebotcazou@adacore.com>
9046         * expr.h (array_at_struct_end_p): Move to...
9047         (array_ref_element_size): Likewise.
9048         (component_ref_field_offset): Likewise.
9049         * tree.h (array_ref_element_size): ...here.
9050         (array_at_struct_end_p): Likewise.
9051         (component_ref_field_offset): Likewise.
9052         * expr.c (array_ref_element_size): Move to...
9053         (array_ref_low_bound): Likewise.
9054         (array_at_struct_end_p): Likewise.
9055         (array_ref_up_bound): Likewise.
9056         (component_ref_field_offset): Likewise.
9057         * tree.c (array_ref_element_size): ...here.
9058         (array_ref_low_bound): Likewise.
9059         (array_ref_up_bound): Likewise.
9060         (array_at_struct_end_p): Likewise.
9061         (component_ref_field_offset): Likewise.
9063 2015-05-27  Gregor Richards  <gregor.richards@uwaterloo.ca>
9064             Szabolcs Nagy  <szabolcs.nagy@arm.com>
9066         * config/aarch64/aarch64-linux.h (MUSL_DYNAMIC_LINKER): Define.
9068 2015-05-27  Jason Merrill  <jason@redhat.com>
9070         PR bootstrap/66304
9071         * configure.ac: Use ACX_PROG_CXX_WARNING_OPTS,
9072         ACX_PROG_CXX_WARNING_ALMOST_PEDANTIC, and
9073         ACX_PROG_CXX_WARNINGS_ARE_ERRORS.
9075 2015-05-22  Aditya Kumar  <hiraditya@msn.com>
9077         * auto-profile.c (afdo_calculate_branch_prob): Break once has_sample
9078         is true.
9080         * statistics.c (statistics_fini_pass): Print pass name.
9082 2015-05-27  Richard Biener  <rguenther@suse.de>
9084         PR tree-optimization/66272
9085         Revert parts of
9086         2014-08-15  Richard Biener  <rguenther@suse.de>
9088         PR tree-optimization/62031
9089         * tree-data-ref.c (dr_analyze_indices): Do not set
9090         DR_UNCONSTRAINED_BASE.
9091         (dr_may_alias_p): All indirect accesses have to go the
9092         formerly DR_UNCONSTRAINED_BASE path.
9093         * tree-data-ref.h (struct indices): Remove
9094         unconstrained_base member.
9095         (DR_UNCONSTRAINED_BASE): Remove.
9097 2015-05-27  Aldy Hernandez  <aldyh@redhat.com>
9099         * dwarf2out.c: Remove block_map.
9100         (gen_call_site_die): Replace block_map use with BLOCK_DIE.
9101         (gen_lexical_block_die): Same.
9102         (dwarf2out_function_decl): Remove block_map use.
9103         (dwarf2out_c_finalize): Same.
9104         * tree-core.h (struct tree_block): Add die field.
9105         * tree.h (BLOCK_DIE): New.
9107 2015-05-27  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
9109         PR target/65358
9110         * expr.c (memory_load_overlap): New function.
9111         (emit_push_insn): When pushing partial args to the stack would
9112         clobber the register part load the overlapping part into a pseudo
9113         and put it into the hard reg after pushing.  Change return type
9114         to bool.  Add bool argument.
9115         * expr.h (emit_push_insn): Change return type to bool.
9116         Add bool argument.
9117         * calls.c (expand_call): Cancel sibcall optimization when encountering
9118         partial argument on targets with ARGS_GROW_DOWNWARD and
9119         !STACK_GROWS_DOWNWARD.
9120         (emit_library_call_value_1): Update callsite of emit_push_insn.
9121         (store_one_arg): Likewise.
9123 2015-05-27  Gregor Richards  <gregor.richards@uwaterloo.ca>
9125         * config/arm/linux-eabi.h (MUSL_DYNAMIC_LINKER): Define.
9127 2015-05-27  Martin Liska  <mliska@suse.cz>
9129         * Makefile.in: Add additional dependencies related to memory report
9130         enhancement.
9131         * alloc-pool.c (allocate_pool_descriptor): Use new ctor.
9132         * bitmap.c (struct bitmap_descriptor_d): Remove.
9133         (struct loc): Likewise.
9134         (struct bitmap_desc_hasher): Likewise.
9135         (bitmap_desc_hasher::hash): Likewise.
9136         (bitmap_desc_hasher::equal): Likewise.
9137         (get_bitmap_descriptor): Likewise.
9138         (bitmap_register): User new memory descriptor API.
9139         (register_overhead): Likewise.
9140         (bitmap_find_bit): Register nsearches and search_iter statistics.
9141         (struct bitmap_output_info): Remove.
9142         (print_statistics): Likewise.
9143         (dump_bitmap_statistics): Use new memory descriptor.
9144         * bitmap.h (struct bitmap_usage): New class.
9145         * genmatch.c: Extend header file inclusion.
9146         * genpreds.c: Likewise.
9147         * ggc-common.c (struct ggc_usage): New class.
9148         (struct ggc_loc_desc_hasher): Remove.
9149         (ggc_loc_desc_hasher::hash): Likewise.
9150         (ggc_loc_desc_hasher::equal): Likewise.
9151         (struct ggc_ptr_hash_entry): Likewise.
9152         (struct ptr_hash_hasher): Likewise.
9153         (ptr_hash_hasher::hash): Likewise.
9154         (ptr_hash_hasher::equal): Likewise.
9155         (make_loc_descriptor): Likewise.
9156         (ggc_prune_ptr): Likewise.
9157         (dump_ggc_loc_statistics): Use new memory descriptor.
9158         (ggc_record_overhead): Likewise.
9159         (ggc_free_overhead): Likewise.
9160         (final_cmp_statistic): Remove.
9161         (cmp_statistic): Likewise.
9162         (ggc_add_statistics): Liekwise.
9163         (ggc_prune_overhead_list): Likewise.
9164         * hash-map-traits.h: New file.
9165         * hash-map.h (struct default_hashmap_traits): Move the traits to a
9166         separate header file.
9167         * hash-set.h: Pass memory statistics info to ctor.
9168         * hash-table.c (void dump_hash_table_loc_statistics): New function.
9169         * hash-table.h (hash_table::hash_table): Add new ctor arguments.
9170         (hash_table::~hash_table): Register memory release operation.
9171         (hash_table::alloc_entries): Handle memory allocation operation.
9172         (hash_table::expand): Likewise.
9173         * inchash.c (iterative_hash_hashval_t): Move implementation to header
9174         file.
9175         (iterative_hash_host_wide_int): Likewise.
9176         * inchash.h (class hash): Likewise.
9177         * mem-stats-traits.h: New file.
9178         * mem-stats.h: New file.
9179         (mem_location): Add new class.
9180         (mem_usage): Likewise.
9181         (mem_alloc_description): Likewise.
9182         * sese.c: Add new header file inclusision.
9183         * toplev.c (dump_memory_report): Add report for hash_table, hash_map
9184         and hash_set.
9185         * tree-sra.c: Add new header file inclusision.
9186         * vec.c (struct vec_descriptor): Remove.
9187         (hash_descriptor): Likewise.
9188         (struct vec_usage): Likewise.
9189         (struct ptr_hash_entry): Likewise.
9190         (hash_ptr): Likewise.
9191         (eq_ptr): Likewise.
9192         (vec_prefix::register_overhead): Use new memory descriptor API.
9193         (vec_prefix::release_overhead): Likewise.
9194         (add_statistics): Remove.
9195         (dump_vec_loc_statistics): Use new memory descriptor API.
9196         * vec.h (struct vec_prefix): Likewise.
9197         (va_heap::reserve): Likewise.
9198         (va_heap::release): Likewise.
9199         * emit-rtl.c (gen_raw_REG): Fix passing MEM_STAT.
9201 2015-05-27  Richard Biener  <rguenther@suse.de>
9203         * tree-vect-stmts.c (vectorizable_load): Initialize slp_perm
9204         earlier and remove ??? comment.
9205         (vect_analyze_stmt): If we are analyzing a pure SLP stmt
9206         and got called from loop analysis bail out.  Always pass the SLP
9207         node to the vectorizable_* functions.
9208         * tree-vect-loop.c (vect_analyze_loop_operations): Remove
9209         the premature SLP check here.
9210         * tree-vect-slp.c (vect_detect_hybrid_slp_stmts): Dump hybrid
9211         detected SLP stmts.
9212         (vect_detect_hybrid_slp_1): Likewise.
9214 2015-05-26  Jeff Law  <law@redhat.com>
9216         * combine.c (find_split_point): Verify that the shift count is a
9217         constant when choosing (plus (ashift ...)) as a split point.
9219         * tree-ssa-threadupdate.c: Replace 8 space sequences with tabs.
9220         No functional changes.
9222 2015-05-26  Jan Hubicka  <hubicka@ucw.cz>
9224         * ipa-polymorphic-call.c
9225         (ipa_polymorphic_call_context::get_dynamic_type): Short circuit the
9226         case when call target is already known.
9228 2015-05-26  Oleg Endo  <olegendo@gcc.gnu.org>
9230         PR target/65979
9231         * config/sh/sh.md (tstsi_t peephole2): Use gen_rtx_SET and
9232         take into account the case that operands[1] and operands[2]
9233         are the same register.
9235 2015-05-26  Michael Matz  <matz@suse.de>
9237         PR middle-end/66251
9239         * tree-vect-stmts.c (vect_model_store_cost): Handled strided group
9240         stores.
9241         (vect_create_vectorized_demotion_stmts): Always set
9242         STMT_VINFO_VEC_STMT, also with SLP.
9243         (vectorizable_store): Handle strided group stores.
9245 2015-05-26  Venkataramanan Kumar  <venkataramanan.kumar@amd.com>
9247         PR target/66049
9248         * config/aarch64/aarch64.md
9249         (*adds_shift_imm_<mode>):  New pattern.
9250         (*subs_shift_imm_<mode>):  Likewise.
9251         (*adds_<optab><ALLX:mode>_shift_<GPI:mode>):  Likewise.
9252         (*subs_<optab><ALLX:mode>_shift_<GPI:mode>): Likewise.
9253         (*add_uxt<mode>_shift2): Likewise.
9254         (*add_uxtsi_shift2_uxtw): Likewise.
9255         (*sub_uxt<mode>_shift2): Likewise.
9256         (*sub_uxtsi_shift2_uxtw): Likewise.
9258 2015-05-26  David Edelsohn  <dje.gcc@gmail.com>
9260         * config/rs6000/constraints.md (Y, U): Use match_test.
9262 2015-05-26  Christian Bruel  <christian.bruel@st.com>
9264         PR target/52144
9265         * config/arm/arm.c (arm_option_check_internal)
9266         (arm_option_params_internal): Check opts->target_flags to set macros.
9267         (TREE_TARGET_ARM, TREE_TARGET_THUMB)
9268         (TREE_TARGET_THUMB1, TREE_TARGET_THUMB2) Replace with...
9269         (TARGET_ARM_P, TARGET_THUMB_P, TARGET_THUMB1_P, TARGET_THUMB2_P)
9270         (builtin_define): Replaced with def_or_undef_macro.
9271         * config/arm/arm.h (TREE_TARGET_ARM, TREE_TARGET_THUMB)
9272         TREE_TARGET_THUMB1, TREE_TARGET_THUMB2) Redefine with...
9273         (TARGET_ARM_P, TARGET_THUMB_P, TARGET_THUMB1_P, TARGET_THUMB2_P)
9274         (TARGET_32BIT_P, TARGET_ARM_QBIT_P, TARGET_ARM_SAT_P, TARGET_IDIV_P)
9275         (TARGET_HAVE_LDREX_P, TARGET_HAVE_LDREXBH_P, TARGET_HAVE_LDREXD_P)
9276         (TARGET_ARM_FEATURE_LDREX_P)
9277         (TARGET_DSP_MULTIPLY_P, TARGET_INT_SIMD_P): New macros.
9278         * config/arm/arm-c.c (def_or_undef_macro): New function.
9279         (arm_cpu_cpp_builtins): Use def_or_undef_macro for macros definition.
9281 2015-05-26  Christian Bruel  <christian.bruel@st.com>
9283         * c-common.h (builtin_define_with_int_value)
9284         (builtin_define_type_sizeof): Declare.
9285         * c-cppbuiltin.c (builtin_define_with_int_value)
9286         (builtin_define_type_sizeof): Externalize.
9287         (builtin_define_std): Cleanup declaration.
9288         * config/arm/arm-protos.h (arm_cpu_cpp_builtins): Declare.
9289         * config/arm/arm.h (TARGET_CPU_CPP_BUILTINS): Move macro defines into...
9290         * config/arm/arm-c.c (arm_cpu_cpp_builtins): New function.
9291         (builtin_define, builtin_assert): New macros.
9293 2015-05-26  Richard Biener  <rguenther@suse.de>
9295         PR tree-optimization/66142
9296         * tree-ssa-sccvn.c (vn_reference_lookup_3): Manually compare
9297         MEM_REFs for the same base address.
9299 2015-05-26  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
9301         PR ipa/66181
9302         * tree.c (verify_type_variant): Do not check TYPE_NO_FORCE_BLK.
9304 2015-05-26  Jason Merrill  <jason@redhat.com>
9306         * configure.ac: Set CXXFLAGS for ISL test.
9307         * configure: Regenerate.
9309         * configure.ac: Use C++ for all tests.  Use AC_CHECK_DECLS for
9310         strstr and basename.
9311         * configure: Regenerate.
9313 2015-05-26  Richard Biener  <rguenther@suse.de>
9315         * fold-const.c (fold_binary_loc): Move X % -Y -> X % Y and
9316         X % C -> X & (C - 1) for C being a power-of two to ...
9317         * match.pd: ... patterns.
9319 2015-05-26  Marc Glisse  <marc.glisse@inria.fr>
9321         * match.pd (swapped_tcc_comparison): New operator list.
9322         (-A CMP -B): New simplification.
9323         * fold-const.c (fold_comparison): Remove corresponding code.
9325 2015-05-26  Richard Sandiford  <richard.sandiford@arm.com>
9327         * caller-save.c (init_caller_save): Base temporary register numbers
9328         on LAST_VIRTUAL_REGISTER + 1 rather than FIRST_PSEUDO_REGISTER.
9329         * cfgloopanal.c (init_set_costs): Likewise.
9330         * dojump.c (prefer_and_bit_test): Likewise.
9331         * expr.c (init_expr_target): Likewise.
9332         * ira.c (setup_prohibited_mode_move_regs): Likewise.
9333         * lower-subreg.c (init_lower_subreg): Likewise.
9334         * postreload.c (reload_cse_regs_1): Likewise.
9336 2015-05-26  Richard Sandiford  <richard.sandiford@arm.com>
9338         * gensupport.h (compute_test_codes): Declare.
9339         * gensupport.c (compute_predicate_codes): Rename to...
9340         (compute_test_codes): ...this.  Generalize error message.
9341         (process_define_predicate): Update accordingly.
9342         * genpreds.c (compute_maybe_allows): Delete.
9343         (add_constraint): Use compute_test_codes to determine whether
9344         something can accept a SUBREG, REG or MEM.
9346 2015-05-26  Torvald Riegel  <triegel@redhat.com>
9348         * doc/extend.texi (__atomic Builtins): Use 'memory order' instead of
9349         'memory model' to align with C++11; fix description of memory orders;
9350         fix a few typos.
9352 2015-05-26  Richard Biener  <rguenther@suse.de>
9354         * tree-vect-loop.c (vect_update_vf_for_slp): Split out from ...
9355         (vect_analyze_loop_operations): ... here.  Remove slp parameter,
9356         detect whether we apply SLP.  Remove call to
9357         vect_update_slp_costs_according_to_vf.
9358         (vect_analyze_loop_2): Call vect_update_vf_for_slp and
9359         vect_update_slp_costs_according_to_vf from here.  Dispatch
9360         to vect_slp_analyze_operations to analyze SLP stmts.
9361         * tree-vect-slp.c (vect_slp_analyze_node_operations): Drop
9362         unused bb_vec_info parameter, adjust assert.
9363         (vect_slp_analyze_operations): Pass in the slp instance tree
9364         instead of bb_vec_info.
9365         (vect_slp_analyze_bb_1): Adjust call to vect_slp_analyze_operations.
9366         * tree-vectorizer.h (vect_slp_analyze_operations): Declare.
9368 2015-05-25  Alexander Monakov  <amonakov@ispras.ru>
9370         * config/i386/i386.h (enum reg_class): Move CLOBBERED_REGS prior to
9371         Q_REGS.  Expand comment.
9372         (REG_CLASS_NAMES): Ditto.
9373         (REG_CLASS_CONTENTS): Ditto.
9375 2015-05-25  Uros Bizjak  <ubizjak@gmail.com>
9377         PR target/66274
9378         * config/i386/i386.c (print_reg): Only print "r" for TARGET_64BIT
9379         when LEGACY_INT_REGNO_P is processed.
9381 2015-05-25  Alexander Monakov  <amonakov@ispras.ru>
9383         * config/i386/i386.c (ix86_function_ok_for_sibcall): Check flag_plt.
9385 2015-05-25  Pitchumani Sivanupandi  <pitchumani.s@atmel.com>
9387         * config/avr/avr.c (avr_out_load_psi_reg_no_disp_tiny): Restore base
9388         register if not marked dead/unused, before return.
9390 2015-05-24  Jan Hubicka  <hubicka@ucw.cz>
9392         PR lto/66180
9393         * ipa-devirt.c (type_with_linkage): Check that TYPE_STUB_DECL
9394         is set; check for assembler name at LTO time.
9395         (type_in_anonymous_namespace): Remove hacks, check that all
9396         anonymous types are called "<anon>"
9397         (odr_type_p): Simplify; add check for "<anon>"
9398         (odr_subtypes_equivalent): Add odr_type_p check.
9399         * tree.c (need_assembler_name_p): Even anonymous namespace needs
9400         assembler name.
9402 2015-05-24  Jan Hubicka  <hubicka@ucw.cz>
9404         * ipa-utils.h (method_class_type): Remove.
9405         * cgraphunit.c (walk_polymorphic_call_targets): Use
9406         TYPE_METHOD_BASETYPE.
9407         * ipa-devirt.c (type_in_anonymous_namespace_p): Check that it is called
9408         on main variants only.
9409         (method_class_type): Remove.
9410         (update_type_inheritance_graph): Use TYPE_METHOD_BASETYPE.
9411         (build_type_inheritance_graph): Likewise.
9412         * ipa-icf.c (sem_function::equals_wpa): Likewise.
9413         * pa-polymorphic-call.c (decl_maybe_in_construction_p,
9414         check_stmt_for_type_change): Use TYPE_METHOD_BASETYPE.
9416 2015-05-24  Jan Hubicka  <hubicka@ucw.cz>
9418         * tree.c (prototype_p, virtual_method_call_p, obj_type_ref_class,
9419         is_typedef_decl, typedef_variant_p): Constify.
9420         * tree.h (prototype_p, virtual_method_call_p, obj_type_ref_class,
9421         is_typedef_decl, typedef_variant_p): Constify.
9423 2015-05-23  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
9425         * defaults.h (gen_tablejump): New function.
9426         (HAVE_tablejump): Add default value.
9427         * expr.c: Adjust.
9428         * stmt.c: Likewise.
9430 2015-05-23  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
9432         * defaults.h (gen_store_multiple): New function.
9433         (HAVE_store_multiple): Add default value.
9434         * expr.c (move_block_from_reg): Adjust.
9436 2015-05-23  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
9438         * defaults.h (gen_load_multiple): New function.
9439         (HAVE_load_multiple): Add default value.
9440         * expr.c (move_block_to_reg): Adjust.
9442 2015-05-23  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
9444         * defaults.h (gen_mem_signal_fence): New function.
9445         (HAVE_mem_signal_fence): Add default value.
9446         * optabs.c: Adjust.
9448 2015-05-23  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
9450         * defaults.h (gen_memory_barrier): New function.
9451         (HAVE_memory_barrier): Add default value.
9452         * optabs.c: Adjust.
9454 2015-05-23  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
9456         * defaults.h (gen_mem_thread_fence): New function.
9457         (HAVE_mem_thread_fence): Add default definition.
9458         * optabs.c: Adjust.
9460 2015-05-23  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
9462         * combine.c (find_split_point): Check the value of HAVE_lo_sum
9463         instead of if it is defined.
9464         (combine_simplify_rtx): Likewise.
9465         * lra-constraints.c (process_address_1): Likewise.
9466         * config/darwin.c: Adjust.
9467         * genconfig.c (main): Always define HAVE_lo_sum.
9469 2015-05-23  Prathamesh Kulkarni  <prathamesh.kulkarni@linaro.org>
9471         * genmatch.c (parser::parse_operation): Reject expanding
9472         operator-list inside 'for'.
9474 2015-05-23  Prathamesh Kulkarni  <prathamesh.kulkarni@linaro.org>
9476         * genmatch.c (parser::parse_for): Reject iterator if used as
9477         operator-list.
9479 2015-05-23  Prathamesh Kulkarni  <prathamesh.kulkarni@linaro.org>
9481         * genmatch.c (parser::parse_operator_list): Check for CPP_CLOSE_PAREN
9482         after end of id-list.
9484 2015-05-22  Jan Hubicka  <hubicka@ucw.cz>
9486         * tree.c (gimple_canonical_types_compatible_p): Sanity check that
9487         we do not try to compute canonical type for type that does not need
9488         alias set.
9489         (verify_type): Drop FIXME for METHOD_TYPE, update FIXME for
9490         FUNCITON_TYPE.
9491         * tree.h (type_with_alias_set_p): New.
9493 2015-05-22  Jan Hubicka  <hubicka@ucw.cz>
9495         * tree.c (gimple_canonical_types_compatible_p):  Do not compare
9496         function attributes.
9497         (verify_type): Remove METHOD_TYPE FIXME; update FUNCTION_TYPE.
9499 2015-05-22  Jim Wilson  <jim.wilson@linaro.org>
9501         * Makefile.in (check_gcc_parallelize): Delete.
9502         (lang_checks_parallelized): Update comment.
9504 2015-05-22  Mikhail Maltsev  <maltsevm@gmail.com>
9506         PR rtl-optimization/66237
9507         * bb-reorder.c (fix_crossing_conditional_branches): Fix wrong
9508         location of an "as_a" cast.
9510 2015-05-22  Jeff Law  <law@redhat.com>
9512         * config/pa/pa.md (non-canonical shift-add insns): Remove.
9513         (peepholes with non-canonical RTL sources): Remove.
9514         (peepholes for indexed stores of FP regs in integer modes): Match and
9515         generate canonical RTL.
9517 2015-05-22  Marc Glisse  <marc.glisse@inria.fr>
9519         PR tree-optimization/63387
9520         * match.pd ((X /[ex] A) * A -> X): Remove unnecessary condition.
9521         ((x ord x) & (y ord y) -> (x ord y),
9522         (x ord x) & (x ord y) -> (x ord y)): New simplifications.
9523         * fold-const.c (tree_unary_nonnegative_warnv_p) <ABS_EXPR>: Handle
9524         vectors like scalars.
9526 2015-05-22  Marc Glisse  <marc.glisse@inria.fr>
9528         * convert.c (convert_to_integer, convert_to_vector): Include the
9529         types in the error message.
9531 2015-05-22  Marc Glisse  <marc.glisse@inria.fr>
9533         * match.pd ((x | y) & ~x -> y & ~x, (x & y) | ~x -> y | ~x): New
9534         simplifications.
9536 2015-05-22  Jeff Law  <law@redhat.com>
9538         * config/pa/pa.md (integer_indexed_store splitters): Use
9539         mem_shadd_operand.  Use ASHIFT rather than MULT in the resulting
9540         insns -- adjusting the constant 2nd operand accordingly.
9542         * combine.c (try_combine): Canonicalize (plus (mult X pow2) Y) into
9543         (plus (ashift X log2) Y) if it is a split point.
9545         * config/pa/pa.c (mem_shadd_or_shadd_rtx_p): New function factoredx
9546         out of hppa_legitimize_address to handle both forms of a multiply
9547         by 2, 4 or 8.
9548         (hppa_legitimize_address): Use mem_shadd_or_shadd_rtx_p.
9549         Always generate the ASHIFT variant as the result is not directly
9550         used in a MEM.  Update comments and refactor slightly to improve
9551         readability.
9553 2015-05-22  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
9555         PR target/65491
9556         * config/aarch64/aarch64.c (aarch64_short_vector_p): Move above
9557         aarch64_composite_type_p.  Remove check for aarch64_composite_type_p.
9558         (aarch64_composite_type_p): Return false if given type and mode are
9559         for a short vector.
9561 2015-05-22  Richard Biener  <rguenther@suse.de>
9563         * tree-vectorizer.h (struct _slp_oprnd_info): Add second_pattern
9564         member.
9565         * tree-vect-loop.c (vect_analyze_loop_operations): Look at
9566         patterns when determining whether SLP is pure.
9567         (vect_is_slp_reduction): Remove check for pattern stmts.
9568         (vect_is_simple_reduction_1): Remove dead code.
9569         * tree-vect-slp.c (vect_create_oprnd_info): Initialize second_pattern.
9570         (vect_get_and_check_slp_defs): Pass in the stmt number.
9571         Allow the first def in a reduction to be not a pattern stmt when
9572         the rest of the stmts def are patterns.
9573         (vect_build_slp_tree_1): Allow tcc_expression codes like
9574         SAD_EXPR and DOT_PROD_EXPR.
9575         (vect_build_slp_tree): Adjust.
9576         (vect_analyze_slp): Refactor and move BB vect error message ...
9577         (vect_slp_analyze_bb_1): ... here.
9579 2015-05-22  Aldy Hernandez  <aldyh@redhat.com>
9581         * tree-switch-conversion.c (build_one_array): Set DECL_IGNORED_P
9582         for CSWTCH temporary.
9584 2015-05-22  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
9586         * config/arm/arm.c (arm_new_rtx_costs): Handle UNSPEC_VOLATILE.
9587         (arm_unspec_cost): Allow UNSPEC_VOLATILE.  Do not recurse inside
9588         unknown unspecs.
9590 2015-05-22  Richard Biener  <rguenther@suse.de>
9592         PR tree-optimization/66251
9593         * tree-vect-stmts.c (vectorizable_conversion): Properly
9594         set STMT_VINFO_VEC_STMT even for the SLP case.
9596 2015-05-22  Marek Polacek  <polacek@redhat.com>
9598         * doc/extend.texi: Use @pxref instead of @xref.
9600 2015-05-22  hiraditya  <hiraditya@msn.com>
9602         * gimple.h (gimple_expr_type): Refactor to make it concise. Remove
9603         redundant if.
9605 2015-05-22  Richard Biener  <rguenther@suse.de>
9607         PR tree-optimization/65701
9608         * tree-vect-data-refs.c (vect_enhance_data_refs_alignment):
9609         Move peeling cost models into one place.  Peel for alignment
9610         for single loads only if an aligned load is cheaper than
9611         an unaligned load.
9613 2015-05-22  Marek Polacek  <polacek@redhat.com>
9615         PR c/47043
9616         * doc/extend.texi (Enumerator Attributes): New section.
9617         Document syntax of enumerator attributes.
9619 2015-05-22  Richard Biener  <rguenther@suse.de>
9621         * tree-vect-loop.c (get_reduction_op): New function.
9622         (vect_model_reduction_cost): Use it, add reduc_index parameter.
9623         Make ready for BB reductions.
9624         (vect_create_epilog_for_reduction): Use get_reduction_op.
9625         (vectorizable_reduction): Init reduc_index to a valid value.
9626         Adjust vect_model_reduction_cost call.
9627         * tree-vect-slp.c (vect_get_constant_vectors): Use the proper
9628         operand for reduction defaults.  Add SAD_EXPR support.
9629         Assert we have a neutral op for SLP reductions.
9630         * tree-vect-stmts.c (vect_mark_stmts_to_be_vectorized): When
9631         walking pattern stmt ops only recurse to SSA names.
9633 2015-05-22  Richard Biener  <rguenther@suse.de>
9635         * tree-vect-patterns.c (vect_recog_dot_prod_pattern): Replace
9636         assert with guard, remove check on detected reduction.
9637         (vect_recog_sad_pattern): Likewise.
9638         (vect_recog_widen_sum_pattern): Likewise.
9640 2015-05-22  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
9642         * config/aarch64/arm_neon.h (vaeseq_u8): Add __extension__ and
9643         __always_inline__ attribute.
9644         (vaesdq_u8): Likewise.
9645         (vaesmcq_u8): Likewise.
9646         (vaesimcq_u8): Likewise.
9647         (vsha1cq_u32): Likewise.
9648         (vsha1mq_u32): Likewise.
9649         (vsha1pq_u32): Likewise.
9650         (vsha1h_u32): Likewise.
9651         (vsha1su0q_u32): Likewise.
9652         (vsha1su1q_u32): Likewise.
9653         (vsha256hq_u32): Likewise.
9654         (vsha256h2q_u32): Likewise.
9655         (vsha256su0q_u32): Likewise.
9656         (vsha256su1q_u32): Likewise.
9657         (vmull_p64): Likewise.
9658         (vmull_high_p64): Likewise.
9660 2015-05-21  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
9662         * final.c (final_scan_insn): Don't check HAVE_peephole with the
9663         preprocessor.
9664         * output.h: Likewise.
9665         * genconfig.c (main): Alwways define HAVE_peephole.
9666         * genpeep.c: Don't emit checks of HAVE_peephole.
9668 2015-05-21  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
9670         * combine.c, expmed.c, expr.c, optabs.c optabs.h, toplev.c: DOn't
9671         check HAVE_conditional_move with the preprocessor.
9673 2015-05-21  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
9675         * genconfig.c (main): Always define HAVE_conditional_move.
9676         * combine.c, expmed.c, expr.c, ifcvt.c, optabs.c, optabs.h,
9677         toplev.c, tree-ssa-phiopt.c: Don't check if HAVE_conditional_move
9678         is defined.
9680 2015-05-21  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
9682         * combine.c, df-problems.c, df-scan.c, emit-rtl.c, reginfo.c,
9683         reload.c, rtlanal.c: Remove comparison of ARG_FRAME_POINTER_REGNUM
9684         and FRAME_POINTER_REGNUM with the preprocessor.
9686 2015-05-21  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
9688         * defaults.h: Add default for STACK_PUSH_CODE.
9689         * expr.c: Don't redefine STACK_PUSH_CODE.
9690         * recog.c: Likewise.
9692 2015-05-21  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
9694         * builtins.c, dwarf2cfi.c, explow.c, expr.c, recog.c,
9695         sched-deps.c: Use if instead of preprocessor checks with
9696         STACK_GROWS_DOWNWARD.
9698 2015-05-21  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
9700         * *.c: Check the value of STACK_GROWS_DOWNWARD rather than if it
9701         is defined.
9702         * config/**/*.h: Define STACK_GROWS_DOWNWARD to an integer.
9703         * defaults.h: Provide default for STACK_GROWS_DOWNWARD.
9704         * doc/tm.texi.in: Update references to STACK_GROWS_DOWNWARD.
9705         * doc/tm.texi: Regenerate.
9707 2015-05-21  H.J. Lu  <hongjiu.lu@intel.com>
9709         PR target/66232
9710         * config/i386/constraints.md (Bg): New constraint for GOT memory
9711         operand.
9712         * config/i386/i386.md (*call_got_x32): New pattern.
9713         (*call_value_got_x32): Likewise.
9714         * config/i386/predicates.md (GOT_memory_operand): New predicate.
9716 2015-05-21  Jakub Jelinek  <jakub@redhat.com>
9718         PR tree-optimization/66233
9719         * match.pd (ocvt (icvt@1 @0)): Don't handle vector types.
9720         Simplify.
9722 2015-05-21  Jeff Law  <law@redhat.com>
9724         * config/pa/pa.md (add-with-constant splitter): Use ASHIFT rather
9725         than MULT for shadd sequences.
9727 2015-05-08  Jan Hubicka  <hubicka@ucw.cz>
9729         * alias.c (alias_stats): New static var.
9730         (alias_sets_conflict_p, alias_sets_must_conflict_p): Update stats.
9731         (dump_alias_stats_in_alias_c): New function.
9732         * alias.h (dump_alias_stats_in_alias_c): Declare.
9733         * tree-ssa-alias.c (dump_alias_stats): Call it.
9735 2015-05-08  Michael Matz  <matz@suse.de>
9737         * tree-vectorizer.h (struct _stmt_vec_info): Rename stride_load_p
9738         to strided_p.
9739         (STMT_VINFO_STRIDE_LOAD_P): Rename to ...
9740         (STMT_VINFO_STRIDED_P): ... this.
9741         * tree-vect-data-refs.c (vect_compute_data_ref_alignment): Adjust.
9742         (vect_verify_datarefs_alignment): Likewise.
9743         (vect_enhance_data_refs_alignment): Likewise.
9744         (vect_analyze_data_ref_access): Likewise.
9745         (vect_analyze_data_refs): Accept strided stores.
9746         * tree-vect-stmts.c (vect_model_store_cost): Count strided stores.
9747         (vect_model_load_cost): Adjust for macro rename.
9748         (vectorizable_mask_load_store): Likewise.
9749         (vectorizable_load): Likewise.
9750         (vectorizable_store): Open code strided stores.
9752 2015-05-21  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
9754         * doc/sourcebuild.texi (7.2.3.9 Other hardware attributes):
9755         Document sqrt_insn.
9757 2015-05-21  Richard Biener  <rguenther@suse.de>
9759         PR c++/66211
9760         * match.pd: Guard pattern optimzing (int)(float)int
9761         conversions to apply only on GIMPLE.
9763 2015-05-21  Jeff Law  <law@redhat.com>
9765         * combine.c (find_split_point): Handle ASHIFT like MULT to encourage
9766         multiply-accumulate/shift-add insn generation.
9768 2015-05-21  Oleg Endo  <olegendo@gcc.gnu.org>
9770         PR target/54236
9771         * config/sh/sh.md (*round_int_even): Reject pattern if operands[0] and
9772         operands[1] are the same.
9774 2015-05-21  Ilya Enkovich  <enkovich.gnu@gmail.com>
9776         PR middle-end/66221
9777         * ipa-chkp.c (chkp_copy_function_type_adding_bounds): Use
9778         build_distinct_type_copy to copy bounds.
9780 2015-05-21  Thomas Schwinge  <thomas@codesourcery.com>
9782         * genrecog.c (MAX_DEPTH, MIN_NUM_STATEMENTS, MAX_NUM_STATEMENTS):
9783         Change to unsigned int.
9785 2015-05-20  Jeff Law  <law@redhat.com>
9787         * config/pa/pa.c (pa_print_operand): New 'o' output modifier.
9788         (pa_mem_shadd_constant_p): Renamed from pa_shadd_constant_p.
9789         (pa_shadd_constant_p): Allow constants for shadd insns rather
9790         than valid scaling constants for memory addresses.
9791         * config/pa/pa-protos.h (pa_mem_shadd_constant_p): Add prototype.
9792         * config/pa/predicates.md (mem_shadd_operand): New predicate.
9793         * config/pa/pa.md (shift-add insns using MULT): Use mem_shadd_operand.
9794         (shift-add insns using ASHIFT): New patterns.
9796 2015-05-20  Mikhail Maltsev  <maltsevm@gmail.com>
9798         * bb-reorder.c (set_edge_can_fallthru_flag): Use rtx_jump_insn where
9799         feasible.
9800         (fix_up_fall_thru_edges): Likewise.
9801         (fix_crossing_conditional_branches): Likewise. Promote jump targets
9802         from to rtx_insn to rtx_code_label where feasible.
9803         * bt-load.c (move_btr_def): Remove as-a cast of the value returned by
9804         gen_move_insn (returned type changed to rtx_insn).
9805         * builtins.c (expand_errno_check): Fix arguments of
9806         do_compare_rtx_and_jump (now expects rtx_code_label).
9807         (expand_builtin_acc_on_device): Likewise.
9808         * cfgcleanup.c (try_simplify_condjump): Add cast when calling
9809         invert_jump (now exprects rtx_jump_insn).
9810         * cfgexpand.c (label_rtx_for_bb): Promote return type to rtx_code_label.
9811         (construct_init_block): Use rtx_code_label.
9812         * cfgrtl.c (block_label): Promote return type to rtx_code_label.
9813         (try_redirect_by_replacing_jump): Use cast to rtx_jump_insn when
9814         calling redirect_jump.
9815         (patch_jump_insn): Likewise.
9816         (redirect_branch_edge): Likewise.
9817         (force_nonfallthru_and_redirect): Likewise.
9818         (fixup_reorder_chain): Explicitly use rtx_jump_insn instead of rtx_insn
9819         when suitable.
9820         (rtl_lv_add_condition_to_bb): Update call of do_compare_rtx_and_jump.
9821         * cfgrtl.h: Promote return type of block_label to rtx_code_label.
9822         * config/bfin/bfin.c (hwloop_optimize): Fix call of emit_label_before.
9823         * config/i386/i386.c (ix86_emit_cmove): Explicitly use rtx_code_label
9824         to store the value retured by gen_label_rtx.
9825         * config/mips/mips.c (mips16_split_long_branches): Promote rtx_insn to
9826         rtx_jump_insn.
9827         * config/sh/sh.c (gen_far_branch): Likewise. Fix call of invert_jump.
9828         (split_branches): Fix calls of redirect_jump.
9829         * dojump.c (jumpifnot): Promote argument type from rtx to
9830         rtx_code_label.
9831         (jumpifnot_1): Likewise.
9832         (jumpif): Likewise.
9833         (jumpif_1): Likewise.
9834         (do_jump_1): Likewise.
9835         (do_jump): Likewise. Use rtx_code_label when feasible.
9836         (do_jump_by_parts_greater_rtx): Likewise.
9837         (do_jump_by_parts_zero_rtx): Likewise.
9838         (do_jump_by_parts_equality_rtx): Likewise.
9839         (do_compare_rtx_and_jump): Likewise.
9840         * dojump.h: Update function prototypes.
9841         * dse.c (emit_inc_dec_insn_before): Remove case (gen_move_insn now
9842         returns rtx_insn).
9843         * emit-rtl.c (emit_jump_insn_before_noloc): Promote return type to
9844         rtx_jump_insn.
9845         (emit_label_before): Likewise.
9846         (emit_jump_insn_after_noloc): Likewise.
9847         (emit_jump_insn_after_setloc): Likewise.
9848         (emit_jump_insn_after): Likewise
9849         (emit_jump_insn_before_setloc): Likewise.
9850         (emit_jump_insn_before): Likewise.
9851         (emit_label_before): Promote return type to rtx_code_label.
9852         (emit_label): Likewise.
9853         * except.c (sjlj_emit_dispatch_table): Use jump_target_rtx.
9854         * explow.c (emit_stack_save): Use gen_move_insn_uncast instead of
9855         gen_move_insn.
9856         (emit_stack_restore): Likewise.
9857         * expmed.c (emit_store_flag_force): Fix calls of do_compare_rtx_and_jump.
9858         (do_cmp_and_jump): Likewise.
9859         * expr.c (expand_expr_real_2): Likewise. Promote some local variables
9860         from rtx to rtx_code_label.
9861         (gen_move_insn_uncast): New function.
9862         * expr.h: Update return type of gen_move_insn (promote to rtx_insn).
9863         * function.c (convert_jumps_to_returns): Fix call of redirect_jump.
9864         * gcse.c (pre_insert_copy_insn): Use rtx_insn instead of rtx.
9865         * ifcvt.c (dead_or_predicable): Use rtx_jump_insn when calling
9866         invert_jump_1 and redirect_jump_1.
9867         * internal-fn.c (expand_arith_overflow_result_store): Fix call of
9868         do_compare_rtx_and_jump.
9869         (expand_addsub_overflow): Likewise.
9870         (expand_neg_overflow): Likewise.
9871         (expand_mul_overflow): Likewise.
9872         * ira.c (split_live_ranges_for_shrink_wrap): Use rtx_insn for
9873         return value of gen_move_insn.
9874         * jump.c (redirect_jump): Promote argument from rtx to rtx_jump_insn.
9875         * loop-doloop.c (add_test): Use rtx_code_label.
9876         (doloop_modify): Likewise.
9877         (doloop_optimize): Likewise.
9878         * loop-unroll.c (compare_and_jump_seq): Promote rtx to rtx_code_label.
9879         * lra-constraints.c (emit_spill_move): Remove cast of value returned
9880         by gen_move_insn.
9881         (inherit_reload_reg): Add cast when calling dump_insn_slim.
9882         (split_reg): Likewise.
9883         * modulo-sched.c (schedule_reg_moves): Remove cast of value returned by
9884         gen_move_insn.
9885         * optabs.c (expand_binop_directly): Remove casts of values returned by
9886         maybe_gen_insn.
9887         (expand_unop_direct): Likewise.
9888         (expand_abs): Likewise.
9889         (maybe_emit_unop_insn): Likewise.
9890         (maybe_gen_insn): Promote return type to rtx_insn.
9891         * optabs.h: Update prototype of maybe_gen_insn.
9892         * postreload-gcse.c (eliminate_partially_redundant_load): Remove
9893         redundant cast.
9894         * recog.c (struct peep2_insn_data): Promote type of insn field to
9895         rtx_insn.
9896         (peep2_reinit_state): Use NULL instead of NULL_RTX.
9897         (peep2_attempt): Remove casts of insn in peep2_insn_data.
9898         (peep2_fill_buffer): Promote argument from rtx to rtx_insn
9899         * recog.h (struct insn_gen_fn): Promote return types of function
9900         pointers and operator ().from rtx to rtx_insn.
9901         * reorg.c (fill_simple_delay_slots): Promote rtx_insn to rtx_jump_insn.
9902         (fill_eager_delay_slots): Likewise.
9903         (relax_delay_slots): Likewise.
9904         (make_return_insns): Likewise.
9905         (dbr_schedule): Likewise.
9906         (optimize_skips): Likewise.
9907         (reorg_redirect_jump): Likewise.
9908         (fill_slots_from_thread): Likewise.
9909         * reorg.h: Update prototypes.
9910         * resource.c (find_dead_or_set_registers): Use dyn_cast to
9911         rtx_jump_insn instead of check.  Use it's jump_target method.
9912         * rtl.h (rtx_jump_insn::jump_label): Define new method.
9913         (rtx_jump_insn::jump_target): Define new method.
9914         (rtx_jump_insn::set_jump_target): Define new method.
9915         * rtlanal.c (tablejump_p): Promote type of one local variable.
9916         * sched-deps.c (sched_analyze_2): Promote rtx to rtx_insn_list.
9917         (sched_analyze_insn): Likewise.
9918         * sched-vis.c (print_insn_with_notes): Promote rtx to rtx_insn.
9919         (print_insn): Likewise.
9920         * stmt.c (label_rtx): Promote return type to rtx_insn.
9921         (force_label_rtx): Likewise.
9922         (jump_target_rtx): Define new function.
9923         (expand_label): Use it, get rid of one cast.
9924         (expand_naked_return): Promote rtx to rtx_code_label.
9925         (do_jump_if_equal): Fix do_compare_rtx_and_jump call.
9926         (expand_case): Use rtx_code_label instread of rtx where feasible.
9927         (expand_sjlj_dispatch_table): Likewise.
9928         (emit_case_nodes): Likewise.
9929         * stmt.h: Declare jump_target_rtx.  Update prototypes.  Fix comments.
9930         * store-motion.c (insert_store): Make use of new return type of
9931         gen_move_insn and remove a cast.
9932         (replace_store_insn): Likewise.
9934 2015-05-20  Max Filippov  <jcmvbkbc@gmail.com>
9936         * config/xtensa/xtensa.c (init_alignment_context): Replace MULT
9937         by BITS_PER_UNIT with ASHIFT by exact_log2 (BITS_PER_UNIT).
9939 2015-05-20  Jeff Law  <law@redhat.com>
9941         * tree-ssa-threadupdate.c (mark_threaded_blocks): Properly
9942         dispose of the jump thread path when the jump threading
9943         opportunity is cancelled.
9945 2015-05-20  Manuel López-Ibáñez  <manu@gcc.gnu.org>
9947         * diagnostic.c (diagnostic_print_caret_line): Fix off-by-one error
9948         when printing the caret character.
9950 2015-05-20  Marek Polacek  <polacek@redhat.com>
9952         * cfgexpand.c (expand_debug_expr): Use UNARY_CLASS_P.
9954 2015-05-20  Marek Polacek  <polacek@redhat.com>
9956         * expr.c (expand_cond_expr_using_cmove): Use COMPARISON_CLASS_P.
9957         * gimple-expr.c (gimple_cond_get_ops_from_tree): Likewise.
9958         * gimple-fold.c (canonicalize_bool): Likewise.
9959         (same_bool_result_p): Likewise.
9960         * tree-if-conv.c (parse_predicate): Likewise.
9962 2015-05-20  Marek Polacek  <polacek@redhat.com>
9964         * gimple-fold.c (fold_const_aggregate_ref_1): Use DECL_P.
9965         * gimplify.c (gimplify_modify_expr_rhs): Likewise.
9967 2015-05-20  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
9969         * config/aarch64/aarch64.c (aarch64_class_max_nregs):
9970         Use UNITS_PER_VREG and UNITS_PER_WORD instead of their direct
9971         values.
9973 2015-05-20  Robert Suchanek  <robert.suchanek@imgtec.com>
9975         * config/mips/mips.h (micromips_globals): Declare.
9977 2015-05-20  David Malcolm  <dmalcolm@redhat.com>
9979         * timevar.def (TV_INITIALIZE_RTL): New.
9980         * toplev.c (initialize_rtl): Use an auto_timevar to account this
9981         function's time to TV_INITIALIZE_RTL.
9983 2015-05-20  Ilya Enkovich  <enkovich.gnu@gmail.com>
9985         * tree-chkp.c (chkp_maybe_copy_and_register_bounds): Remove useless
9986         gimple_build_nop calls.
9987         (chkp_find_bounds_for_elem): Likewise.
9988         (chkp_get_zero_bounds): Likewise.
9989         (chkp_get_none_bounds): Likewise.
9990         (chkp_get_bounds_by_definition): Likewise.
9991         (chkp_generate_extern_var_bounds): Likewise.
9992         (chkp_get_bounds_for_decl_addr): Likewise.
9993         (chkp_get_bounds_for_string_cst): Likewise.
9995 2015-05-20  Bin Cheng  <bin.cheng@arm.com>
9997         PR tree-optimization/65447
9998         * tree-ssa-loop-ivopts.c (struct iv_use): New fields.
9999         (dump_use, dump_uses): Support to dump sub use.
10000         (record_use): New parameters to support sub use.  Remove call to
10001         dump_use.
10002         (record_sub_use, record_group_use): New functions.
10003         (compute_max_addr_offset, split_all_small_groups): New functions.
10004         (group_address_uses, rewrite_use_address): New functions.
10005         (strip_offset): New declaration.
10006         (find_interesting_uses_address): Call record_group_use.
10007         (add_candidate): New assertion.
10008         (infinite_cost_p): Move definition forward.
10009         (add_costs): Check INFTY cost and return immediately.
10010         (get_computation_cost_at): Clear setup cost and dependent bitmap
10011         for sub uses.
10012         (determine_use_iv_cost_address): Compute cost for sub uses.
10013         (rewrite_use_address_1): Rename from old rewrite_use_address.
10014         (free_loop_data): Free sub uses.
10015         (tree_ssa_iv_optimize_loop): Call group_address_uses.
10017 2015-05-20  Kugan Vivekanandarajah  <kuganv@linaro.org>
10018             Jim Wilson  <jim.wilson@linaro.org>
10020         * config/arm/aarch-common-protos.h (struct mem_cost_table): Added
10021         new  fields loadv and storev.
10022         * config/aarch64/aarch64-cost-tables.h (thunderx_extra_costs):
10023         Initialize loadv and storev.
10024         * config/arm/aarch-cost-tables.h (generic_extra_costs): Likewise.
10025         (cortexa53_extra_costs): Likewise.
10026         (cortexa57_extra_costs): Likewise.
10027         (xgene1_extra_costs): Likewise.
10028         * config/aarch64/aarch64.c (aarch64_rtx_costs): Update vector
10029         rtx_costs.
10031 2015-05-20  Kugan Vivekanandarajah  <kuganv@linaro.org>
10033         * config/arm/arm.c (cortexa9_extra_costs): Initialize loadv and
10034          storev.
10035         (cortexa8_extra_costs): Likewise.
10036         (cortexa5_extra_costs): Likewise.
10037         (cortexa7_extra_costs): Likewise.
10038         (cortexa12_extra_costs): Likewise.
10039         (cortexa15_extra_costs): Likewise.
10040         (v7m_extra_costs): Likewise.
10042 2015-05-20  Jeff Law  <law@redhat.com>
10044         * tree-ssa-threadupdate.c (thread_single_edge): Use delete_jump_thread
10045         instead of open-coded version.  Also delete the jump thread created
10046         within this function.
10048 2015-05-20  Alan Modra  <amodra@gmail.com>
10050         * config/rs6000/rs6000.c (rs6000_emit_allocate_stack): Return
10051         stack adjusting insn.  Formatting.
10052         (rs6000_emit_prologue): Track stack adjusting insn, and use of
10053         r12.  If possible, emit first -fsplit-stack arg pointer insn
10054         before stack adjust.  Don't use r12 to save cr if split-stack.
10056 2015-05-20  Alan Modra  <amodra@gmail.com>
10058         * common/config/rs6000/rs6000-common.c (TARGET_SUPPORTS_SPLIT_STACK):
10059         Define.
10060         (rs6000_supports_split_stack): New function.
10061         * gcc/config/rs6000/rs6000.c (machine_function): Add
10062         split_stack_arg_pointer.
10063         (TARGET_EXTRA_LIVE_ON_ENTRY, TARGET_INTERNAL_ARG_POINTER): Define.
10064         (setup_incoming_varargs): Use crtl->args.internal_arg_pointer
10065         rather than virtual_incoming_args_rtx.
10066         (rs6000_va_start): Likewise.
10067         (split_stack_arg_pointer_used_p): New function.
10068         (rs6000_emit_prologue): Set up arg pointer for -fsplit-stack.
10069         (morestack_ref): New var.
10070         (gen_add3_const, rs6000_expand_split_stack_prologue,
10071         rs6000_internal_arg_pointer, rs6000_live_on_entry,
10072         rs6000_split_stack_space_check): New functions.
10073         (rs6000_elf_file_end): Call file_end_indicate_split_stack.
10074         * gcc/config/rs6000/rs6000.md (UNSPEC_STACK_CHECK): Define.
10075         (UNSPECV_SPLIT_STACK_RETURN): Define.
10076         (split_stack_prologue, load_split_stack_limit,
10077         load_split_stack_limit_di, load_split_stack_limit_si,
10078         split_stack_return, split_stack_space_check): New expands and insns.
10079         * gcc/config/rs6000/rs6000-protos.h
10080         (rs6000_expand_split_stack_prologue): Declare.
10081         (rs6000_split_stack_space_check): Declare.
10083 2015-05-20  Alan Modra  <amodra@gmail.com>
10085         * config/rs6000/rs6000.c (struct rs6000_stack): Correct comments.
10086         (direct_return): Test vrsave_size rather than vrsave_mask.
10087         (rs6000_emit_prologue): Likewise.  Remove redundant altivec tests.
10088         (rs6000_emit_epilogue): Likewise.
10090 2015-05-20  Alan Modra  <amodra@gmail.com>
10092         * config/rs6000/rs6000.c (rs6000_stack_info): Don't zero offsets
10093         when not saving registers.
10094         (debug_stack_info): Adjust to omit printing unused offsets,
10095         as before.
10096         (rs6000_emit_epilogue): Adjust use_backchain_to_restore_sp
10097         expression.
10099 2015-05-19  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
10101         PR c++/65835
10102         * config/i386/winnt.c (struct wrapped_symbol_hasher): Change
10103         value_type to const char *.
10105 2015-05-19  Sandra Loosemore  <sandra@codesourcery.com>
10107         * config.gcc [powerpc*-*-linux*]: Allow --enable-targets=all
10108         to build a biarch toolchain again.
10110 2015-05-19  Jan Hubicka  <hubicka@ucw.cz>
10112         * ipa-devirt.c (type_in_anonymous_namespace_p): Return true
10113         or implicit declarations.
10114         (odr_type_p): Check that TYPE_NAME is TYPE_DECL before looking
10115         into it.
10116         (get_odr_type): Check type has linkage before adding bases.
10117         (register_odr_type): Check that type has linkage before adding it.
10118         (type_known_to_have_no_deriavations_p): Rename to ..
10119         (type_known_to_have_no_derivations_p): This one.
10120         * ipa-utils.h (type_known_to_have_no_deriavations_p): Rename to ..
10121         (type_known_to_have_no_derivations_p): This one.
10122         * ipa-polymorphic-call.c
10123         (ipa_polymorphic_call_context::restrict_to_inner_type): Check that
10124         type has linkage.
10126 2015-05-19  Eric Botcazou  <ebotcazou@adacore.com>
10128         * stor-layout.c (finalize_type_size): Use AGGREGATE_TYPE_P.
10129         (layout_type): Use RECORD_OR_UNION_TYPE_P.
10131 2015-05-19  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
10133         * config/s390/s390.c (s390_vector_bool_type_p): New function.
10134         (s390_invalid_binary_op): New function.
10135         (TARGET_INVALID_BINARY_OP): Define macro.
10137 2015-05-19  David Sherwood  <david.sherwood@arm.com>
10139         * loop-invariant.c (create_new_invariant): Don't calculate address cost
10140         if mode is not a scalar integer.
10141         (get_inv_cost): Increase computational cost for unused invariants.
10143 2015-05-19  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
10145         * config.gcc: Add vecintrin.h to extra_headers.  Add s390-c.o to
10146         c_target_objs and cxx_target_objs.  Add t-s390 to tmake_file.
10147         * config/s390/s390-builtin-types.def: New file.
10148         * config/s390/s390-builtins.def: New file.
10149         * config/s390/s390-builtins.h: New file.
10150         * config/s390/s390-c.c: New file.
10151         * config/s390/s390-modes.def: Add modes CCVEQANY, CCVH,
10152         CCVHANY, CCVHU, CCVHUANY, CCVFHANY, CCVFHEANY.
10153         * config/s390/s390-protos.h (s390_expand_vec_compare_cc)
10154         (s390_cpu_cpp_builtins, s390_register_target_pragmas): Add
10155         prototypes.
10156         * config/s390/s390.c (s390-builtins.h, s390-builtins.def):
10157         Include.
10158         (flags_builtin, flags_overloaded_builtin_var, s390_builtin_types)
10159         (s390_builtin_fn_types, s390_builtin_decls, code_for_builtin): New
10160         variable definitions.
10161         (s390_const_operand_ok): New function.
10162         (s390_expand_builtin): Rewrite.
10163         (s390_init_builtins): New function.
10164         (s390_handle_vectorbool_attribute): New function.
10165         (s390_attribute_table): Add s390_vector_bool attribute.
10166         (s390_match_ccmode_set): Handle new cc modes CCVH, CCVHU.
10167         (s390_branch_condition_mask): Generate masks for new modes.
10168         (s390_expand_vec_compare_cc): New function.
10169         (s390_mangle_type): Add mangling for vector bool types.
10170         (enum s390_builtin): Remove.
10171         (s390_atomic_assign_expand_fenv): Rename constants for sfpc and
10172         efpc builtins.
10173         * config/s390/s390.h (TARGET_CPU_CPP_BUILTINS): Call
10174         s390_cpu_cpp_builtins.
10175         (REGISTER_TARGET_PRAGMAS): New macro.
10176         * config/s390/s390.md: Define more UNSPEC_VEC_* constants.
10177         (insn_cmp mode attribute): Add new CC modes.
10178         (s390_sfpc, s390_efpc): Rename patterns to sfpc and efpc.
10179         (lcbb): New pattern definition.
10180         * config/s390/s390intrin.h: Include vecintrin.h.
10181         * config/s390/t-s390: New file.
10182         * config/s390/vecintrin.h: New file.
10183         * config/s390/vector.md: Include vx-builtins.md.
10184         * config/s390/vx-builtins.md: New file.S/390 zvector builtin
10185         support.
10187 2015-05-19  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
10189         * config/s390/s390-modes.def: Add new modes CCVEQ, CCVFH, and
10190         CCVFHE.
10191         * config/s390/s390.c (s390_match_ccmode_set): Handle new modes.
10192         (s390_select_ccmode): Likewise.
10193         (s390_canonicalize_comparison): Swap operands if necessary.
10194         (s390_expand_vec_compare_scalar): Expand DFmode compare using
10195         single element vector instructions.
10196         (s390_emit_compare): Call s390_expand_vec_compare_scalar.
10197         (s390_branch_condition_mask): Generate CC masks for the new modes.
10198         * config/s390/s390.md (v0, vf, vd): New mode attributes.
10199         (VFCMP, asm_fcmp, insn_cmp): New mode iterator and attributes.
10200         (*vec_cmp<insn_cmp>df_cconly, *fixuns_truncdfdi2_z13)
10201         (*fix_trunc<BFP:mode><GPR:mode>2_bfp, *floatunsdidf2_z13)
10202         (*floatuns<GPR:mode><FP:mode>2, *extendsfdf2_z13)
10203         (*extend<DSF:mode><BFP:mode>2): New insn definition.
10204         (fix_trunc<BFP:mode><GPR:mode>2_bfp, loatuns<GPR:mode><FP:mode>2)
10205         (extend<DSF:mode><BFP:mode>2): Turn into expander.
10206         (floatdi<mode>2, truncdfsf2, add<mode>3, sub<mode>3, mul<mode>3)
10207         (div<mode>3, *neg<mode>2, *abs<mode>2, *negabs<mode>2)
10208         (sqrt<mode>2): Add vector instruction.
10210 2015-05-19  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
10212         * config/s390/constraints.md (j00, jm1, jxx, jyy, v): New
10213         constraints.
10214         * config/s390/predicates.md (const0_operand, constm1_operand)
10215         (constable_operand): Accept vector operands.
10216         * config/s390/s390-modes.def: Add supported vector modes.
10217         * config/s390/s390-protos.h (s390_cannot_change_mode_class)
10218         (s390_function_arg_vector, s390_contiguous_bitmask_vector_p)
10219         (s390_bytemask_vector_p, s390_expand_vec_strlen)
10220         (s390_expand_vec_compare, s390_expand_vcond)
10221         (s390_expand_vec_init): Add prototypes.
10222         * config/s390/s390.c (VEC_ARG_NUM_REG): New macro.
10223         (s390_vector_mode_supported_p): New function.
10224         (s390_contiguous_bitmask_p): Mask out the irrelevant bits.
10225         (s390_contiguous_bitmask_vector_p): New function.
10226         (s390_bytemask_vector_p): New function.
10227         (s390_split_ok_p): Vector regs don't work either.
10228         (regclass_map): Add VEC_REGS.
10229         (s390_legitimate_constant_p): Handle vector constants.
10230         (s390_cannot_force_const_mem): Handle CONST_VECTOR.
10231         (legitimate_reload_vector_constant_p): New function.
10232         (s390_preferred_reload_class): Handle CONST_VECTOR.
10233         (s390_reload_symref_address):  Likewise.
10234         (s390_secondary_reload): Vector memory instructions only support
10235         short displacements.  Rename reload*_nonoffmem* to reload*_la*.
10236         (s390_emit_ccraw_jump): New function.
10237         (s390_expand_vec_strlen): New function.
10238         (s390_expand_vec_compare): New function.
10239         (s390_expand_vcond): New function.
10240         (s390_expand_vec_init): New function.
10241         (s390_dwarf_frame_reg_mode): New function.
10242         (print_operand): Handle addresses with 'O' and 'R' constraints.
10243         (NR_C_MODES, constant_modes): Add vector modes.
10244         (s390_output_pool_entry): Handle vector constants.
10245         (s390_hard_regno_mode_ok): Handle vector registers.
10246         (s390_class_max_nregs): Likewise.
10247         (s390_cannot_change_mode_class): New function.
10248         (s390_invalid_arg_for_unprototyped_fn): New function.
10249         (s390_function_arg_vector): New function.
10250         (s390_function_arg_float): Remove size variable.
10251         (s390_pass_by_reference): Handle vector arguments.
10252         (s390_function_arg_advance): Likewise.
10253         (s390_function_arg): Likewise.
10254         (s390_return_in_memory): Vector values are returned in a VR if
10255         possible.
10256         (s390_function_and_libcall_value): Handle vector arguments.
10257         (s390_gimplify_va_arg): Likewise.
10258         (s390_call_saved_register_used): Consider the arguments named.
10259         (s390_conditional_register_usage): Disable v16-v31 for non-vec
10260         targets.
10261         (s390_preferred_simd_mode): New function.
10262         (s390_support_vector_misalignment): New function.
10263         (s390_vector_alignment): New function.
10264         (TARGET_STRICT_ARGUMENT_NAMING, TARGET_DWARF_FRAME_REG_MODE)
10265         (TARGET_VECTOR_MODE_SUPPORTED_P)
10266         (TARGET_INVALID_ARG_FOR_UNPROTOTYPED_FN)
10267         (TARGET_VECTORIZE_PREFERRED_SIMD_MODE)
10268         (TARGET_VECTORIZE_SUPPORT_VECTOR_MISALIGNMENT)
10269         (TARGET_VECTOR_ALIGNMENT): Define target macro.
10270         * config/s390/s390.h (FUNCTION_ARG_PADDING): Define macro.
10271         (FIRST_PSEUDO_REGISTER): Increase value.
10272         (VECTOR_NOFP_REGNO_P, VECTOR_REGNO_P, VECTOR_NOFP_REG_P)
10273         (VECTOR_REG_P): Define macros.
10274         (FIXED_REGISTERS, CALL_USED_REGISTERS)
10275         (CALL_REALLY_USED_REGISTERS, REG_ALLOC_ORDER)
10276         (HARD_REGNO_CALL_PART_CLOBBERED, REG_CLASS_NAMES)
10277         (FUNCTION_ARG_REGNO_P, FUNCTION_VALUE_REGNO_P, REGISTER_NAMES):
10278         Add vector registers.
10279         (CANNOT_CHANGE_MODE_CLASS): Call C function.
10280         (enum reg_class): Add VEC_REGS, ADDR_VEC_REGS, GENERAL_VEC_REGS.
10281         (SECONDARY_MEMORY_NEEDED): Allow SF<->SI mode moves without
10282         memory.
10283         (DBX_REGISTER_NUMBER, FIRST_VEC_ARG_REGNO, LAST_VEC_ARG_REGNO)
10284         (SHORT_DISP_IN_RANGE, VECTOR_STORE_FLAG_VALUE): Define macro.
10285         * config/s390/s390.md (UNSPEC_VEC_*): New constants.
10286         (VR*_REGNUM): New constants.
10287         (ALL): New mode iterator.
10288         (INTALL): Remove mode iterator.
10289         Include vector.md.
10290         (movti): Implement TImode moves for VRs.
10291         Disable TImode splitter for VR targets.
10292         Implement splitting TImode GPR<->VR moves.
10293         (reload*_tomem_z10, reload*_toreg_z10): Replace INTALL with ALL.
10294         (reload<mode>_nonoffmem_in, reload<mode>_nonoffmem_out): Rename to
10295         reload<mode>_la_in, reload<mode>_la_out.
10296         (*movdi_64, *movsi_zarch, *movhi, *movqi, *mov<mode>_64dfp)
10297         (*mov<mode>_64, *mov<mode>_31): Add vector instructions.
10298         (TD/TF mode splitter): Enable for GPRs only (formerly !FP).
10299         (mov<mode> SF SD): Prefer lder, lde for loading.
10300         Add lrl and strl instructions.
10301         Add vector instructions.
10302         (strlen<mode>): Rename old strlen<mode> to strlen_srst<mode>.
10303         Call s390_expand_vec_strlen on z13.
10304         (*cc_to_int): Change predicate to nonimmediate_operand.
10305         (addti3): Rename to *addti3.  New expander.
10306         (subti3): Rename to *subti3.  New expander.
10307         * config/s390/vector.md: New file.
10309 2015-05-19  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
10311         * common/config/s390/s390-common.c (processor_flags_table): Add
10312         z13.
10313         * config.gcc: Add z13.
10314         * config/s390/s390-opts.h (enum processor_type): Add
10315         PROCESSOR_2964_Z13.
10316         * config/s390/s390.c (s390_adjust_priority): Check for
10317         PROCESSOR_2964_Z13.
10318         (s390_reorg): Likewise.
10319         (s390_sched_reorder): Likewise.
10320         (s390_sched_variable_issue): Likewise.
10321         (s390_loop_unroll_adjust): Likewise.
10322         (s390_option_override): Likewise. Default to -mvx when available.
10323         * config/s390/s390.h (enum processor_flags): Add PF_Z13 and PF_VX.
10324         (TARGET_CPU_Z13, TARGET_CPU_VX, TARGET_Z13, TARGET_VX)
10325         (TARGET_VX_ABI): Define macros.
10326         macros.
10327         (TARGET_DEFAULT): Add MASK_OPT_VX.
10328         * config/s390/s390.md ("cpu" attribute): Add z13.
10329         ("cpu_facility" attribute): Add vec.
10330         * config/s390/s390.opt (processor_type): Add z13.
10331         (mvx): New options.
10332         * doc/invoke.texi: Add z13 option for -march.
10334 2015-05-19  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
10336         * config/s390/predicates.md (shift_count_or_setmem_operand): Add
10337         mode check to make sure that only scalar integer values are
10338         accepted.
10340 2015-05-19  Jan Hubicka  <hubicka@ucw.cz>
10342         * tree.c (verify_type_variant): Fix #undef.
10343         (gimple_canonical_types_compatible_p): Move here from lto.c
10344         (verify_type): Verify TYPE_CANONICAL compatibility.
10345         * tree.h (gimple_canonical_types_compatible_p): Declare.
10347 2015-05-19  Jakub Jelinek  <jakub@redhat.com>
10349         PR middle-end/66199
10350         * tree.h (OMP_TEAMS_COMBINED): Define.
10351         * gimplify.c (enum gimplify_omp_var_data): Add
10352         GOVD_LINEAR_LASTPRIVATE_NO_OUTER.
10353         (enum omp_region_type): Add ORT_COMBINED_TEAMS.
10354         (omp_notice_variable): Accept both ORT_TEAMS
10355         and ORT_COMBINED_TEAMS.  Don't recurse if
10356         GOVD_LINEAR_LASTPRIVATE_NO_OUTER is set and either
10357         GOVD_LINEAR is set, or GOVD_LASTPRIVATE without
10358         GOVD_FIRSTPRIVATE.
10359         (omp_no_lastprivate): New function.
10360         (gimplify_scan_omp_clauses): For OMP_CLAUSE_LASTPRIVATE
10361         and OMP_CLAUSE_LINEAR, if omp_no_lastprivate, don't
10362         notice_outer and set appropriate bits, otherwise make
10363         sure default(none) combined constructs won't complain.
10364         (gimplify_adjust_omp_clauses): Remove OMP_CLAUSE_LINEAR
10365         outer special casing, for OMP_CLAUSE_LASTPRIVATE if
10366         omp_no_lastprivate either remove the clause or turn it
10367         into OMP_CLAUSE_PRIVATE.
10368         (gimplify_omp_for): Fix up handling of implicit
10369         lastprivate or linear iterators.
10370         (gimplify_omp_workshare): For OMP_TEAMS_COMBINED use
10371         ORT_COMBINED_TEAMS.
10372         * omp-low.c (lower_omp_for_lastprivate): For combined
10373         for simd use fd.loop.n2 from the for rather than simd.
10375 2015-05-19  Richard Sandiford  <richard.sandiford@arm.com>
10377         * config/cris/cris.c (cris_expand_prologue): Use gen_raw_REG
10378         instead of gen_rtx_raw_REG.
10379         (cris_expand_epilogue): Likewise.
10380         * config/microblaze/microblaze.c (microblaze_classify_address):
10381         Likewise.
10382         * config/sparc/sparc.md: Likewise.
10384 2015-05-19  Uros Bizjak  <ubizjak@gmail.com>
10386         * config/alpha/alpha.c (alpha_legitimize_reload_address)
10387         (alpha_preferred_reload_class, alpha_legitimate_constant_p): Use
10388         CONST_INT_P, CONST_SCALAR_INT_P and CONST_DOUBLE_P predicates.
10389         (alpha_split_reload_pair) <case CONST_INT, case CONST_WIDE_INT>:
10390         Use CASE_CONST_SCALAR_INT.
10391         (print_operand) <case 'M'>: Use mode_width_operand to check the
10392         value of the constant.
10393         * config/alpha/alpha.md (movti): Use CONST_SCALAR_INT_P predicate.
10394         * config/alpha/predicates.md (input_operand): Use general_operand
10395         instead of match_code as operand check.
10396         (symbolic_operand): Use match_code with subexpression digits.
10397         * config/alpha/constraints.md (Q): Ditto.
10399 2015-05-19  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
10401         * optabs.c (expand_vec_perm): Don't re-use SEL as target operand.
10403 2015-05-19  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
10405         * config/s390/s390.c (s390_secondary_reload): Fix check for
10406         load/store relative.
10408 2015-05-19  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
10410         * recog.h: Increase MAX_RECOG_ALTERNATIVES.  Change type of
10411         alternative_mask to uint64_t.
10413 2015-05-19  Jakub Jelinek  <jakub@redhat.com>
10415         PR tree-optimization/66187
10416         * match.pd ((bit_and (plus/minus (convert @0) (convert @1)) mask)):
10417         Pass TYPE_SIGN to tree_int_cst_min_precision.  If
10418         !TYPE_OVERFLOW_WRAPS, ensure @4 is non-negative.
10420 2015-05-19  David Malcolm  <dmalcolm@redhat.com>
10422         * diagnostic.c (diagnostic_report_current_module): Strengthen
10423         local "new_map" from const line_map * to
10424         const line_map_ordinary *.
10425         * genmatch.c (error_cb): Likewise for local "map".
10426         (output_line_directive): Likewise for local "map".
10427         * input.c (expand_location_1): Likewise for local "map".
10428         Pass NULL rather than &map to
10429         linemap_unwind_to_first_non_reserved_loc, since the value is never
10430         read from there, and the value written back not read from here.
10431         (is_location_from_builtin_token): Strengthen local "map" from
10432         const line_map * to const line_map_ordinary *.
10433         (dump_location_info): Strengthen locals "map" from
10434         line_map *, one to const line_map_ordinary *, the other
10435         to const line_map_macro *.
10436         * tree-diagnostic.c (loc_map_pair): Strengthen field "map" from
10437         const line_map * to const line_map_macro *.
10438         (maybe_unwind_expanded_macro_loc): Add a call to
10439         linemap_check_macro when writing to the "map" field of the
10440         loc_map_pair.
10441         Introduce local const line_map_ordinary * "ord_map", using it in
10442         place of "map" in the part of the function where we know we have
10443         an ordinary map.  Strengthen local "m" from const line_map * to
10444         const line_map_ordinary *.
10446 2015-05-19  Nick Clifton  <nickc@redhat.com>
10448         PR target/66156
10449         * config/msp430/msp430.md (zero_extendhisi2): Add support for
10450         separate source and destination registers.
10452 2015-05-19  Richard Biener  <rguenther@suse.de>
10454         PR tree-optimization/66165
10455         * tree-vect-slp.c (vect_supported_load_permutation_p): Add guard
10456         for no load permutation.
10458         PR tree-optimization/66185
10459         * tree-vect-slp.c (vect_build_slp_tree): Properly roll back
10460         when building the SLP node from scalars.
10462 2015-05-19  Eric Botcazou  <ebotcazou@adacore.com>
10463             Tristan Gingold  <gingold@adacore.com>
10465         * insn-notes.def (UPDATE_SJLJ_CONTEXT): New note.
10466         * builtins.c (expand_builtin_update_setjmp_buf): Make global.
10467         (expand_stack_restore): Call record_new_stack_level.
10468         (expand_stack_save): Do not call do_pending_stack_adjust.
10469         * builtins.h (expand_builtin_update_setjmp_buf): Declare.
10470         * calls.c (expand_call): Call record_new_stack_level for alloca.
10471         * except.c (sjlj_mark_call_sites): Expand builtin_update_setjmp_buf
10472         wherever a NOTE_INSN_UPDATE_SJLJ_CONTEXT note is present.
10473         (update_sjlj_context): New global function.
10474         * except.h (update_sjlj_context): Declare.
10475         * explow.c (record_new_stack_level): New global function.
10476         (allocate_dynamic_stack_space): Call record_new_stack_level.
10477         * explow.h (record_new_stack_level): Declare.
10478         * final.c (final_scan_insn): Deal with NOTE_INSN_UPDATE_SJLJ_CONTEXT.
10479         * cfgrtl.c (duplicate_insn_chain): Likewise.
10481 2015-05-19  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
10483         * calls.c: Always define STACK_GROWS_DOWNWARD as 0 or 1.
10484         (mem_overlaps_already_clobbered_arg_p): Rewrite ifdef
10485         STACK_GROWS_DOWNWARD as normal if.
10486         (expand_call): Likewise.
10488 2015-05-19  Oleg Endo  <olegendo@gcc.gnu.org>
10490         PR target/54236
10491         * config/sh/sh.md (*round_int_even): New insn_and_split and
10492         accompanying new unnamed split.
10494 2015-05-19  Richard Sandiford  <richard.sandiford@arm.com>
10496         * bitmap.c (bitmap_set_range): Handle count==1 specially.
10497         (bitmap_clear_range): Likewise.
10498         * cfgcleanup.c (mark_effect): Use bitmap_clear_range and
10499         bitmap_set_range unconditionally.
10500         * df-problems.c (df_simulate_one_insn_forwards): Likewise.
10501         * df-scan.c (df_mark_reg): Likewise.
10502         * haifa-sched.c (setup_ref_regs): Likewise.
10503         * sched-rgn.c (update_live_1): Likewise.
10505 2015-05-19  Richard Sandiford  <richard.sandiford@arm.com>
10507         * regs.h (END_HARD_REGNO): Delete.
10508         (END_REGNO): Move to...
10509         * rtl.h: ...here.
10510         * bt-load.c (note_btr_set): Use END_REGNO instead of END_HARD_REGNO.
10511         * caller-save.c (mark_set_regs): Likewise.
10512         * combine.c (move_deaths, distribute_notes): Likewise.
10513         * cse.c (invalidate, invalidate_for_call): Likewise.
10514         * df-scan.c (df_ref_record): Likewise.
10515         * postreload-gcse.c (reg_changed_after_insn_p): Likewise.
10516         (record_last_reg_set_info): Likewise.
10517         * reg-stack.c (convert_regs_exit): Likewise.
10518         * reload.c (reg_overlap_mentioned_for_reload_p): Likewise.
10519         * resource.c (update_live_status): Likewise.
10520         * rtlanal.c (find_reg_fusage, find_regno_fusage): Likewise.
10522 2015-05-19  Richard Sandiford  <richard.sandiford@arm.com>
10524         * rtl.h (reg_info): Add an nregs field.
10525         (REG_NREGS): Use it.
10526         (SET_REGNO_RAW): Delete.
10527         (set_regno_raw): New function.
10528         * regs.h (END_HARD_REGNO): Make equivalent to END_REGNO.
10529         (END_REGNO): Redefine in terms of REG_NREGS.
10530         * read-rtl.c (read_rtx_code): Call set_regno_raw instead of
10531         SET_REGNO_RAW.
10532         * emit-rtl.c (set_mode_and_regno): Likewise.
10533         * df-scan.c (df_ref_change_reg_with_loc): Use set_mode_and_regno
10534         instead of SET_REGNO_RAW.
10536 2015-05-19  Richard Sandiford  <richard.sandiford@arm.com>
10538         * rtl.h (PUT_MODE_RAW): New macro.
10539         (PUT_REG_NOTE_KIND): Use it.
10540         (set_mode_and_regno): Declare.
10541         (gen_raw_REG): Change regno to "unsigned int".
10542         (gen_rtx_REG): Change "unsigned" to "unsigned int".
10543         (PUT_MODE): Forward to PUT_MODE_RAW for generators, otherwise
10544         use set_mode_and_regno to change the mode of registers.
10545         * gengenrtl.c (gendef): Use PUT_MODE_RAW.
10546         * emit-rtl.c (set_mode_and_regno): New function.
10547         (gen_raw_REG): Change regno to unsigned int.  Use set_mode_and_regno.
10548         * caller-save.c (reg_save_code): Use set_mode_and_regno.
10549         * expr.c (init_expr_target): Likewise.
10550         * ira.c (setup_prohibited_mode_move_regs): Likewise.
10551         * postreload.c (reload_cse_simplify_operands): Likewise.
10553 2015-05-19  Richard Sandiford  <richard.sandiford@arm.com>
10555         * caller-save.c (init_caller_save): Use word_mode and
10556         FIRST_PSEUDO_REGISTER when creating temporary rtxes.
10557         * expr.c (init_expr_target): Likewise.
10558         * ira.c (setup_prohibited_mode_move_regs): Likewise.
10559         * postreload.c (reload_cse_regs_1): Likewise.
10561 2015-05-19  Richard Sandiford  <richard.sandiford@arm.com>
10563         * rtl.def (REG): Change format to "r".
10564         * rtl.h (rtunion): Remove rt_reg.
10565         (reg_info): New structure.
10566         (rtx_def): Add reg field to main union.
10567         (X0REGATTR): Delete.
10568         (REG_CHECK): New macro.
10569         (SET_REGNO_RAW, rhs_regno, REG_ATTRS): Use it.
10570         * rtl.c (rtx_format): Document "r".
10571         (rtx_code_size): Handle REG specially.
10572         * gengenrtl.c (special_format): Return true for formats
10573         that include 'r'.
10574         * gengtype.c (adjust_field_rtx_def): Handle 'r' fields.
10575         Deal with REG_ATTRS after the field loop.
10576         * emit-rtl.c (gen_raw_REG): Call rtx_alloc_stat directly.
10577         * expmed.c (init_expmed): Call gen_raw_REG instead of
10578         gen_rtx_raw_REG.
10579         * expr.c (init_expr_target): Likewise.
10580         * regcprop.c (maybe_mode_change): Likewise.
10581         * varasm.c (make_decl_rtl): Likewise.
10582         * final.c (leaf_renumber_regs_insn): Return early after
10583         handling REGs.
10584         * genemit.c (gen_exp): Handle 'r' fields.
10585         * genpeep.c (match_rtx): Likewise.
10586         * gensupport.c (subst_pattern_match): Likewise.
10587         (get_alternatives_number, collect_insn_data, alter_predicate_for_insn)
10588         (alter_constraints, subst_dup): Likewise.
10589         * read-rtl.c (read_rtx_code): Likewise.
10590         * print-rtl.c (print_rtx): Likewise.
10591         * genrecog.c (find_operand, find_matching_operand): Likewise.
10592         (validate_pattern, match_pattern_2): Likewise.
10593         (parameter::UINT, rtx_test::REGNO_FIELD): New enum values.
10594         (rtx_test::regno_field): New function.
10595         (operator ==, safe_to_hoist_p, transition_parameter_type)
10596         (parameter_type_string, print_parameter_value)
10597         (print_nonbool_test, print_test): Handle new enum values.
10598         * cselib.c (rtx_equal_for_cselib_1): Handle REG specially.
10599         * lra-constraints.c (operands_match_p): Likewise.
10601 2015-05-19  Richard Sandiford  <richard.sandiford@arm.com>
10603         * df.h (df_ref_change_reg_with_loc): Remove old_regno parameter.
10604         Change type of new_regno to unsigned int.
10605         * df-scan.c (df_ref_change_reg_with_loc_1): Change type of
10606         new_regno to unsigned int.
10607         (df_ref_change_reg_with_loc): Remove old_regno parameter.
10608         Change type of new_regno to unsigned int.  Use SET_REGNO_RAW.
10609         * rtl.h (SET_REGNO): Update call to df_ref_change_reg_with_loc.
10610         (SET_REGNO_RAW): Add space after ",".
10612 2015-05-19  Richard Sandiford  <richard.sandiford@arm.com>
10614         * rtl.h (REG_NREGS): New macro
10615         * alias.c (record_set): Use it.
10616         * cfgcleanup.c (mark_effect): Likewise.
10617         * combine.c (likely_spilled_retval_1): Likewise.
10618         (likely_spilled_retval_p, can_change_dest_mode): Likewise.
10619         (move_deaths, distribute_notes): Likewise.
10620         * cselib.c (cselib_record_set): Likewise.
10621         * df-problems.c (df_simulate_one_insn_forwards): Likewise.
10622         * df-scan.c (df_mark_reg): Likewise.
10623         * dse.c (look_for_hardregs): Likewise.
10624         * dwarf2out.c (reg_loc_descriptor): Likewise.
10625         (multiple_reg_loc_descriptor): Likewise.
10626         * expr.c (write_complex_part, read_complex_part): Likewise.
10627         (emit_move_complex): Likewise.
10628         * haifa-sched.c (setup_ref_regs): Likewise.
10629         * ira-lives.c (mark_hard_reg_live): Likewise.
10630         * lra.c (lra_set_insn_recog_data): Likewise.
10631         * mode-switching.c (create_pre_exit): Likewise.
10632         * postreload.c (reload_combine_recognize_const_pattern): Likewise.
10633         (reload_combine_recognize_pattern): Likewise.
10634         (reload_combine_note_use, move2add_record_mode): Likewise.
10635         (reload_cse_move2add): Likewise.
10636         * reg-stack.c (subst_stack_regs_pat): Likewise.
10637         * regcprop.c (kill_value, copy_value): Likewise.
10638         (copyprop_hardreg_forward_1): Likewise.
10639         * regrename.c (verify_reg_in_set, scan_rtx_reg): Likewise.
10640         (build_def_use): Likewise.
10641         * sched-deps.c (mark_insn_reg_birth, mark_reg_death): Likewise.
10642         (deps_analyze_insn): Likewise.
10643         * sched-rgn.c (check_live_1, update_live_1): Likewise.
10644         * sel-sched.c (count_occurrences_equiv): Likewise.
10645         * valtrack.c (dead_debug_insert_temp): Likewise.
10647 2015-05-19  Richard Sandiford  <richard.sandiford@arm.com>
10649         * cfgcleanup.c (mentions_nonequal_regs): Use END_REGNO.
10650         * dse.c (note_add_store): Likewise.
10651         * ira-lives.c (mark_hard_reg_dead): Likewise.
10652         * loop-invariant.c (mark_reg_store): Likewise.
10653         (mark_reg_death): Likewise.
10654         * postreload.c (reload_combine): Likewise.
10655         (reload_combine_note_store): Likewise.
10656         (reload_combine_note_use): Likewise.
10657         * recog.c (peep2_reg_dead_p): Likewise.
10659 2015-05-19  Alan Modra  <amodra@gmail.com>
10661         * config/rs6000/predicates.md (gpc_reg_operand): Don't allow all
10662         hard registers numbered greater or equal to ARG_POINTER_REGNUM.
10663         (reg_or_neg_short_operand, fix_trunc_dest_operand): Delete
10664         unused predicates.
10665         * config/rs6000/altivec.md (save_vregs_*, restore_vregs_*):
10666         Use altivec_register_operand.  Make insn predicate TARGET_ALTIVEC.
10667         * config/rs6000/rs6000.md (extzvdi_internal2): Use cc_reg_operand.
10668         * config/rs6000/vsx.md (vsx_float<VSi><mode>2): Expand comment.
10670 2015-05-19  Sameera Deshpande  <Sameera.Deshpande@imgtec.com>
10672         * config/mips/mips.md (JOIN_MODE): New mode iterator.
10673         (join2_load_Store<JOIN_MODE:mode>): New pattern.
10674         (join2_loadhi): Likewise.
10675         (define_peehole2): Add peephole2 patterns to join 2 HI/SI/SF/DF-mode
10676         load-load and store-stores.
10677         * config/mips/mips.opt (mload-store-pairs): New option.
10678         (TARGET_LOAD_STORE_PAIRS): New macro.
10679         * config/mips/mips.h (ENABLE_LD_ST_PAIRS): Likewise.
10680         * config/mips/mips-protos.h (mips_load_store_bonding_p): New prototype.
10681         * config/mips/mips.c (mips_load_store_bonding_p): New function.
10683 2015-05-19  Mikhail Maltsev  <maltsevm@gmail.com>
10685         * bb-reorder.c (fix_up_fall_thru_edges): Use std::swap instead of
10686         explicit swaps.
10687         * dojump.c (do_compare_rtx_and_jump): Likewise.
10688         * expmed.c (emit_store_flag_1): Likewise.
10689         * fibonacci_heap.h (fibonacci_heap::union_with): Likewise.
10690         * final.c (sprint_ul): Use std::reverse for reversing a string.
10691         * fold-const.c (extract_muldiv_1): Use std::swap.
10692         * genmodes.c (emit_mode_int_n): Likewise.
10693         * ifcvt.c (dead_or_predicable): Likewise.
10694         * ira-build.c (ira_merge_live_ranges): Likewise.
10695         (swap_allocno_copy_ends_if_necessary): Likewise.
10696         * ira.c (ira_setup_alts): Likewise.
10697         * loop-iv.c (iv_analyze_expr): Likewise.
10698         (implies_p): Likewise.
10699         (canon_condition): Likewise.
10700         * lra-constraints.c (swap_operands): Likewise.
10701         * lra-lives.c (lra_merge_live_ranges): Likewise.
10702         * omega.c (swap): Remove.
10703         (bswap): Remove.
10704         (omega_unprotect_1): Use std::swap.
10705         (omega_solve_geq): Likewise.
10706         * optabs.c (expand_binop_directly): Likewise.
10707         (expand_binop): Likewise.
10708         (emit_conditional_move): Likewise.
10709         (emit_conditional_add): Likewise.
10710         * postreload.c (reload_cse_simplify_operands): Likewise.
10711         * reg-stack.c (emit_swap_insn): Likewise.
10712         (swap_to_top): Likewise.
10713         (compare_for_stack_reg): Likewise.
10714         (subst_asm_stack_regs): Likewise.
10715         * reload.c (find_reloads): Likewise.
10716         * reload1.c (gen_reload_chain_without_interm_reg_p): Likewise.
10717         * sel-sched.c (invoke_reorder_hooks): Likewise.
10718         (create_block_for_bookkeeping): Likewise.
10719         * tree-data-ref.c (lambda_matrix_row_exchange): Remove.
10720         (lambda_matrix_right_hermite): Use std::swap.
10721         * tree-ssa-coalesce.c (sort_coalesce_list): Likewise.
10722         * tree-ssa-ifcombine.c (ifcombine_ifandif): Likewise.
10723         * tree-ssa-loop-ivopts.c (iv_ca_delta_reverse): Likewise.
10724         * tree-ssa-math-opts.c (is_widening_mult_p): Likewise.
10725         * tree-ssa-phiopt.c (hoist_adjacent_loads): Likewise.
10726         * tree-ssa-reassoc.c (linearize_expr_tree): Likewise.
10727         * tree-ssa-threadedge.c (simplify_control_stmt_condition): Likewise.
10728         * tree-vrp.c (compare_ranges): Likewise.
10729         * var-tracking.c (add_with_sets): Likewise.
10730         (vt_find_locations): Likewise.
10732 2015-05-18  Andreas Tobler  <andreast@gcc.gnu.org>
10734         * config/freebsd-spec.h (FBSD_STARTFILE_SPEC): Add the bits to build
10735         pie executables.
10736         (FBSD_ENDFILE_SPEC): Likewise.
10737         * config/i386/freebsd.h (STARTFILE_SPEC): Remove and use the one from
10738         config/freebsd-spec.h.
10739         (ENDFILE_SPEC): Likewise.
10741 2015-05-18  Uros Bizjak  <ubizjak@gmail.com>
10742             Richard Henderson  <rth@redhat.com>
10744         PR target/57032
10745         * config/alpha/constraints.md (Q): Rewrite as define_memory_constraint.
10746         Check for a memory location that is not a reference (using an AND)
10747         to an unaligned location here.
10748         * config/alpha/predicates.md (normal_memory_operand): Remove.
10750 2015-05-18  Alex Velenko  <Alex.Velenko@arm.com>
10752         * config/arm/arm.md (andsi_not_shiftsi_si_scc): New pattern.
10753         (andsi_not_shiftsi_si_scc_no_reuse): New pattern.
10755 2015-05-18  Robert Suchanek  <robert.suchanek@imgtec.com>
10757         * config/mips/mips.c (micromips_globals): New variable.
10758         (mips_set_compression_mode): Save and reinitialize target-dependent
10759         state for microMIPS.
10761 2015-05-18  Martin Liska  <mliska@suse.cz>
10763         * dbgcnt.def: Add new counter.
10764         * ipa-icf.c (sem_item_optimizer::merge_classes): Use the counter.
10766 2015-05-18  Martin Liska  <mliska@suse.cz>
10768         * dbgcnt.def: Sort counters.
10769         * opts.c (common_handle_option): Do not compile if
10770         -fdbg-cnt-list is enabled.
10772 2015-05-18  Tom de Vries  <tom@codesourcery.com>
10774         * gimplify.c (gimplify_modify_expr): Remove do_deref handling.
10775         (gimplify_va_arg_expr): Remove do_deref handling.  Remove adding of
10776         address operator to va_list operand.
10777         * tree-stdarg.c (expand_ifn_va_arg_1): Do deref of va_list operand
10778         unconditionally.
10779         * config/i386/i386.c (ix86_gimplify_va_arg): Remove deref on va_list
10780         operand.
10781         * config/rs6000/rs6000.c (rs6000_gimplify_va_arg): Same.
10782         * config/s390/s390.c (s390_gimplify_va_arg): Same.
10783         * config/spu/spu.c (spu_gimplify_va_arg_expr): Same.
10785 2015-05-18  Tom de Vries  <tom@codesourcery.com>
10787         * tree-ssa-tail-merge.c: Fix whitespace.
10789 2015-05-17  Jim Wilson  <jim.wilson@linaro.org>
10791         * doc/invoke.texi (ARM Options, mtune): Add generic-armv7-a,
10792         cortex-a17, and cortex-a17.cortex-a7.
10794 2015-05-17  Oleg Endo  <olegendo@gcc.gnu.org>
10796         PR target/54236
10797         * config/sh/sh.md (*addc_2r_t): Use ashift instead of mult.
10799 2015-05-17  Uros Bizjak  <ubizjak@gmail.com>
10801         PR target/66174
10802         * config/i386/i386.c (expand_vec_perm_blend): Enable HImode and
10803         QImode inner modes for TARGET_AVX512BW.  Force mask operand
10804         to a register for AVX512F modes.
10806 2015-05-16  Jan Hubicka  <hubicka@ucw.cz>
10808         * toplev.c (emit_debug_global_declarations): Do not output debug info
10809         when doing slim LTO objects.
10811 2015-05-16  Jan Hubicka  <hubicka@ucw.cz>
10813         * ipa-utils.h (warn_types_mismatch, odr_or_derived_type_p,
10814         odr_types_equivalent_p): Declare.
10815         (odr_type_p): Use gcc_checking_assert.
10816         (type_in_anonymous_namespace_p) Declare.
10817         (type_with_linkage_p): Declare.
10818         * common.opt (Wlto-type-mismatch): New warning.
10819         * ipa-devirt.c (compound_type_base): New function.
10820         (odr_or_derived_type_p): New function.
10821         (odr_types_equivalent_p): New function.
10822         (add_type_duplicate): Simplify.
10823         (type_with_linkage_p): Add hack to prevent false positives on C types
10824         (type_in_anonymous_namespace_p): Likewise.
10825         * tree.c (need_assembler_name_p): Use type_with_linkage.
10826         * tree.h (type_in_anonymous_namespace_p): Remove.
10827         * doc/invoke.texi (-Wlto-type-mismatch): Document
10829 2015-05-16  Jan Hubicka  <hubicka@ucw.cz>
10831         * tree.c (verify_type_variant): Verify tree_base and type_common flags.
10832         (verify_type): Verify STRING_FLAG.
10834 2015-05-16  Manuel López-Ibáñez  <manu@gcc.gnu.org>
10836         PR fortran/44054
10837         * tree-pretty-print.c (percent_K_format): Replace locus pointer
10838         with accessor function.
10839         * tree-diagnostic.c (diagnostic_report_current_function): Use
10840         diagnostic_location function.
10841         (maybe_unwind_expanded_macro_loc): Likewise.
10842         (virt_loc_aware_diagnostic_finalizer): Likewise.
10843         (default_tree_printer): Replace locus pointer with accessor function.
10844         * diagnostic.c (diagnostic_initialize): Initialize caret_chars array.
10845         (diagnostic_set_info_translated): Initialize second location.
10846         (diagnostic_build_prefix): Use CARET_LINE_MARGIN.
10847         (diagnostic_show_locus): Handle two locations. Call
10848         diagnostic_print_caret_line.
10849         (diagnostic_print_caret_line): New.
10850         (default_diagnostic_starter): Use diagnostic_location function.
10851         (diagnostic_report_diagnostic): Use diagnostic_location function.
10852         (verbatim): Do not set text.locus.
10853         * diagnostic.h (struct diagnostic_info): Remove location field.
10854         (struct diagnostic_context): Make caret_chars an array of two.
10855         (diagnostic_location): New inline.
10856         (diagnostic_expand_location): Handle two locations.
10857         (diagnostic_same_line): New inline.
10858         (diagnostic_print_caret_line): Declare.
10859         (CARET_LINE_MARGIN): New constant.
10860         * pretty-print.c (pp_printf): Do not set text.locus.
10861         (pp_verbatim): Do not set text.locus.
10862         * pretty-print.h (MAX_LOCATIONS_PER_MESSAGE): New constant.
10863         (struct text_info): Replace locus pointer with locations
10864         array. Add accessor functions.
10866 2015-05-16  Kugan Vivekanandarajah  <kuganv@linaro.org>
10867             Zhenqiang Chen  <zhenqiang.chen@linaro.org>
10869         PR target/65768
10870         * config/arm/arm.h (DONT_EARLY_SPLIT_CONSTANT): New macro.
10871         * config/arm/arm.md (subsi3, andsi3, iorsi3, xorsi3, movsi): Keep some
10872          large constants in register instead of splitting them.
10874 2015-05-16  Uros Bizjak  <ubizjak@gmail.com>
10876         PR target/66140
10877         * config/alpha/alpha.c (get_aligned_mem): Also look for reload
10878         replacements in memory addresses.
10879         (get_unaligned_address): Ditto.
10881 2015-05-16  James Bowman  <james.bowman@ftdichip.com>
10883         * config/ft32/*: New files for FT32 port.
10884         * doc/install.texi: Add FT32 information.
10885         * doc/invoke.texi: Add FT32 information.
10886         * doc/md.texi: Add FT32 information.
10887         * doc/contrib.texi: Self added.
10889 2015-05-15  Marc Glisse  <marc.glisse@inria.fr>
10891         PR tree-optimization/64454
10892         * match.pd ((X % Y) % Y, (X % Y) < Y): New patterns.
10893         (-1 - A -> ~A): Remove unnecessary condition.
10895 2015-05-15  Gregor Richards  <gregor.richards@uwaterloo.ca>
10897         * config/i386/linux.h (MUSL_DYNAMIC_LINKER): Define.
10898         * config/i386/linux64.h (MUSL_DYNAMIC_LINKER32): Define.
10899         (MUSL_DYNAMIC_LINKER64, MUSL_DYNAMIC_LINKERX32): Define.
10901 2015-05-15  Ilya Enkovich  <ilya.enkovich@intel.com>
10903         * ipa-chkp.h (chkp_wrap_function): New.
10904         * ipa-chkp.c (chkp_wrap_function): Remove 'static'.
10905         (chkp_wrap_function_name): New.
10906         (chkp_build_instrumented_fndecl): Use chkp_wrap_function_name
10907         to get wrapper name.
10908         * lto-cgraph.c: Include ipa-chkp.h.
10909         (input_cgraph_1): Avoid alias chain for wrappers.
10911 2015-05-15  Ilya Enkovich  <enkovich.gnu@gmail.com>
10913         PR middle-end/66134
10914         * tree-chkp.c (chkp_get_orginal_bounds_for_abnormal_copy): New.
10915         (chkp_maybe_copy_and_register_bounds): Don't copy abnormal copy.
10917 2015-05-15  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
10919         * config/aarch64/aarch64.h (AARCH64_TUNE_SLOWMUL): Delete.
10920         (AARCH64_FL_SLOWMUL): Delete.
10921         (AARCH64_FL_CRC): Redefine to 1<<3.
10922         (AARCH64_FL_USE_FMA_STEERING_PASS): Redefine to 1<<4.
10924 2015-05-15  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
10926         * config/arm/arm.h (LOGICAL_OP_NON_SHORT_CIRCUIT): Add appropriate
10927         casting.
10929 2015-05-15  Uros Bizjak  <ubizjak@gmail.com>
10931         * config/alpha/alpha.md (extendqidi2): Use general_operand
10932         instead of some_operand for operand[1] predicate.
10933         (extendhidi2): Ditto.
10934         (cbranchdi4): Use general_operand instead of some_operand
10935         for operand[1] and operands[2] predicates.
10936         (cstoredi4): Ditto.
10937         * config/alpha/predicates.md (some_operand): Remove unused predicate.
10938         (some_ni_operand): Ditto.
10940 2015-05-15  Uros Bizjak  <ubizjak@gmail.com>
10942         * config/alpha/alpha.c (alpha_extract_integer): Do not handle
10943         CONST_WIDE_INT and CONST_DOUBLE.  Assert CONST_INT_P (x).
10944         (alpha_legitimate_constant_p) <case CONST_WIDE_INT>: Check high and
10945         low part of the constant using alpha_emit_set_const_1.
10946         (alpha_expand_mov): Do not handle CONST_WIDE_INT and CONST_DOUBLE.
10948 2015-05-14  Rohit Arul Raj  <rohitrulraj@freescale.com>
10950         * varasm.c (output_constant_pool_1): Pass down alignment from
10951         constant pool entry's descriptor to output_constant_pool_2.
10952         (output_object_block): Add comment prior to call to
10953         output_constant_pool_1.
10955 2015-05-14  Vladimir Makarov  <vmakarov@redhat.com>
10957         PR rtl-optimization/65862
10958         * target.def (ira_change_pseudo_allocno_class): New hook.
10959         * targhooks.c (default_ira_change_pseudo_allocno_class): Default
10960         value of the hook.
10961         * targhooks.h (default_ira_change_pseudo_allocno_class): New extern.
10962         * doc/tm.texi.in (TARGET_IRA_CHANGE_PSEUDO_ALLOCNO_CLASS): Add the
10963         hook.
10964         * ira-costs.c (find_costs_and_classes): Call the hook and change
10965         classes when it is necessary.
10966         * doc/tm.texi: Update.
10968 2015-05-14  Alexander Monakov  <amonakov@ispras.ru>
10970         * config/i386/i386.md (sibcall_memory): Check that register with
10971         callee address is not also used as one of the arguments, instead
10972         of checking that it is not live after the sibcall.
10973         (sibcall_pop_memory): Ditto.
10974         (sibcall_value_memory): Ditto.
10975         (sibcall_value_pop_memory): Ditto.
10977 2015-05-14  Marc Glisse  <marc.glisse@inria.fr>
10979         * generic-match-head.c (types_match): Handle non-types.
10980         * gimple-match-head.c (types_match): Likewise.
10981         * match.pd: Remove unnecessary TREE_TYPE for types_match.
10983 2015-05-14  Wilco Dijkstra  <wdijkstr@arm.com>
10985         * config/aarch64/aarch64.md (absdi2): Optimize abs expansion.
10986         (csneg3<mode>_insn): Enable expansion of pattern.
10988 2015-05-14  Nick Clifton  <nickc@redhat.com>
10990         * config/rl78/rl78.c (rl78_select_section): Select the correct
10991         default section based upon the category of the decl.
10993 2015-05-13  Segher Boessenkool  <segher@kernel.crashing.org>
10995         PR rtl-optimization/30967
10996         * config/rs6000/rs6000.c (rs6000_rtx_costs): Don't consider
10997         destination mode for the cost of scc patterns.
10999 2015-05-13  Uros Bizjak  <ubizjak@gmail.com>
11001         * config/i386/i386.md (*mul<mode>3_1): Merge with *mulhi3_1
11002         using SWIM248 mode iterator.
11003         (*mulv<mode>4): Use x86_64_sext_operand for operand[2] constraint.
11004         (*mulvhi4): mark operand[1] as commutative.  Use nonimmediate_operand
11005         for operand[2] constraint.
11006         (*mulv<mode>4_1): Merge with *mulvhi4_1 using SWI248 mode iterator.
11008 2015-05-13  Jakub Jelinek  <jakub@redhat.com>
11010         PR middle-end/66133
11011         * omp-low.c (expand_omp_taskreg): For GIMPLE_OMP_TASK expansion,
11012         make sure it is never noreturn, even when the task body does not
11013         return.
11014         (lower_omp_taskreg): For GIMPLE_OMP_TASK, emit GIMPLE_OMP_CONTINUE
11015         right before GIMPLE_OMP_RETURN.
11016         (make_gimple_omp_edges): Accept GIMPLE_OMP_CONTINUE as ->cont
11017         for GIMPLE_OMP_TASK.  For GIMPLE_OMP_RETURN corresponding to
11018         GIMPLE_OMP_TASK add an EDGE_ABNORMAL edge from entry to exit.
11020 2015-05-13  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
11022         * params.def (PARAM_MAX_POW_SQRT_DEPTH): New param.
11023         * tree-ssa-math-opts.c: Include params.h
11024         (pow_synth_sqrt_info): New struct.
11025         (representable_as_half_series_p): New function.
11026         (get_fn_chain): Likewise.
11027         (print_nested_fn): Likewise.
11028         (dump_fractional_sqrt_sequence): Likewise.
11029         (dump_integer_part): Likewise.
11030         (expand_pow_as_sqrts): Likewise.
11031         (gimple_expand_builtin_pow): Use above to attempt to expand
11032         pow as series of square roots.  Removed now unused variables.
11034 2015-05-13  Uros Bizjak  <ubizjak@gmail.com>
11036         * config/alpha/alpha.c (alpha_emit_set_long_const): Remove c1 argument.
11037         (alpha_extract_integer): Redeclare as static HOST_WIDE_INT.
11038         Remove *p0 and *p1 arguments.  Rewrite function.
11039         (alpha_legitimate_constant_p): Update call to alpha_extract_integer.
11040         (alpha_split_const_mov): Update calls to alpha_extract_integer and
11041         alpha_emit_set_long_const.
11042         (alpha_expand_epilogue): Update calls to alpha_emit_set_long_const.
11043         (alpha_output_mi_thunk_osf): Ditto.
11044         * config/alpha/alpha.md (movti): Do not check operands[1]
11045         for CONST_DOUBLE.
11047 2015-05-13  Richard Biener  <rguenther@suse.de>
11049         PR tree-optimization/66129
11050         * tree-vect-slp.c (vect_build_slp_tree): Make sure all ops are
11051         commutative.
11052         (vect_schedule_slp_instance): Fix typo.
11054 2015-05-13  David Malcolm  <dmalcolm@redhat.com>
11056         * common.opt (fdump-internal-locations): New option.
11057         * input.c: Include diagnostic-core.h.
11058         (get_end_location): New function.
11059         (write_digit): New function.
11060         (write_digit_row): New function.
11061         (dump_location_range): New function.
11062         (dump_labelled_location_range): New function.
11063         (dump_location_info): New function.
11064         * input.h (dump_location_info): New prototype.
11065         * toplev.c (compile_file): Handle flag_dump_locations.
11067 2015-05-13  Eric Botcazou  <ebotcazou@adacore.com>
11069         * gimple-expr.h (is_gimple_constant): Reorder.
11070         * tree-ssa-propagate.c (before_dom_children): Use inline accessor.
11072 2015-05-13  Segher Boessenkool  <segher@kernel.crashing.org>
11074         * combine.c (simplify_set): When generating a CC set, if the
11075         source already is in the correct mode, do not wrap it in a
11076         compare.  Simplify the rest of that code.
11078 2015-05-13  Richard Biener  <rguenther@suse.de>
11080         PR tree-optimization/66123
11081         * tree-ssa-dom.c (propagate_rhs_into_lhs): Check if we found
11082         a taken edge.
11084 2015-05-13  Richard Biener  <rguenther@suse.de>
11086         PR middle-end/66110
11087         * alias.c (alias_sets_conflict_p): Do not treat has_zero_child
11088         specially.
11089         * Makefile.in (dfp.o-warn): Add -Wno-strict-aliasing.
11091 2015-05-13  Michael Haubenwallner  <michael.haubenwallner@ssi-schaefer.com>
11093         * doc/install.texi: Bump latest automake 1.11 version to 1.11.6.
11094         * aclocal.m4: Regenerated with automake-1.11.6.
11096 2015-05-13  Tom de Vries  <tom@codesourcery.com>
11098         PR tree-optimization/66010
11099         * gimplify.h (gimplify_va_arg_internal): Remove declaration.
11100         * gimplify.c (gimplify_va_arg_internal): Remove and inline into ...
11101         * tree-stdarg.c (expand_ifn_va_arg_1): ... here.  Choose between lval
11102         and rval based on do_deref.
11104 2015-05-13  Ilya Enkovich  <ilya.enkovich@intel.com>
11106         PR target/65103
11107         * config/i386/i386.c (ix86_rtx_costs): We want to propagate
11108         link time constants into adress expressions and therefore set
11109         their cost to 0.
11111 2015-05-13  Jakub Jelinek  <jakub@redhat.com>
11113         PR target/66112
11114         * config/i386/i386.md (mulv<mode>4, umulv<mode>4, *umulv<mode>4):
11115         Use SWI248 iterator instead of SWI.
11116         (*mulv<mode>4_1): Use SWI48 instead of SWI.  Simplify output template.
11117         Use eq_attr "alternative" "0" instead of match_test in
11118         length_immediate attribute computation.
11119         (*mulvhi4, *mulvhi4_1): New define_insns.
11121         PR target/66112
11122         * internal-fn.c (get_min_precision): Use UNSIGNED instead of
11123         SIGNED to get precision of non-negative value.
11125 2015-05-13  Ilya Enkovich  <ilya.enkovich@intel.com>
11127         PR target/66048
11128         * function.c (diddle_return_value_1): Process bounds first.
11129         * config/i38/i386.c (ix86_function_value_regno_p): Add bnd1
11130         register.
11132 2015-05-13  Thomas Preud'homme  <thomas.preudhomme@arm.com>
11134         PR rtl-optimization/64616
11135         * loop-invariant.c (can_move_invariant_reg): New.
11136         (move_invariant_reg): Call above new function to decide whether
11137         instruction can just be moved, skipping creation of temporary
11138         register.
11140 2015-05-12  Jan Hubicka  <hubicka@ucw.cz>
11142         PR target/pr66047.c
11143         * i386.c (ix86_function_sseregparm): Only return -1 if local function
11144         with implied regparm is called from -mno-sse function.
11145         (init_cumulative_args): Output error if ix86_function_sseregparm
11146         return -1 and SSE register would be needed.
11147         (function_arg_advance_32): Likewise.
11148         (function_arg_32): Likewise.
11149         * i386.h (ix86_args): Add decl field.
11151 2015-05-12  Jan Hubicka  <hubicka@ucw.cz>
11153         PR ipa/65873
11154         * ipa-inline.c (can_inline_edge_p): Allow early inlining of always
11155         inlines across optimization boundary.
11157 2015-05-12  Jason Merrill  <jason@redhat.com>
11159         * config/mmix/mmix.c, config/msp430/msp430.c: Add space between
11160         string literal and macro name.
11162 2015-05-12  Steve Ellcey  <sellcey@imgtec.com>
11164         * config/mips/mips.c (mips_print_operand): Remove 'y' operand code.
11165         * config/mips/mips.md (<GPR:d>lsa): Rewrite with shift operator.
11166         * config/mips/predicates.md (const_immlsa_operand): Remove log call.
11168 2015-05-12  David Malcolm  <dmalcolm@redhat.com>
11170         * doc/invoke.texi (Warning Options): Add -Wmisleading-indentation.
11171         (-Wmisleading-indentation): New option.
11172         * Makefile.in (C_COMMON_OBJS): Add c-family/c-indentation.o.
11174 2015-05-12  Uros Bizjak  <ubizjak@gmail.com>
11176         * config/alpha/alpha.h (TARGET_SUPPORTS_WIDE_INT): New define.
11177         * config/alpha/alpha.c (alpha_rtx_costs): Handle CONST_WIDE_INT.
11178         (alpha_extract_integer): Ditto.
11179         (alpha_legitimate_constant_p): Ditto.
11180         (alpha_split_tmode_pair): Ditto.
11181         (alpha_preferred_reload_class): Add CONST_WIDE_INT.
11182         (alpha_expand_mov): Ditto.
11183         (print_operand): Remove handling of 'H' modifier.
11184         <case 'm'>: Remove CONST_DOUBLE handling.
11185         (summarize_insn): Handle CONST_WIDE_INT.
11186         * config/alpha/alpha.md (*andsi_internal): Remove H constraint.
11187         (anddi3): Ditto.
11188         (movti): Handle CONST_WIDE_INT.
11189         * config/alpha/constraints.md ('H'): Remove constraint definition.
11190         ('G'): Do not match MODE_FLOAT class.
11191         * config/alpha/predicates.md (const0_operand): Also match
11192         const_wide_int.
11193         (non_add_const_operand): Ditto.
11194         (non_zero_const_operand): Ditto.
11195         (some_operand): Ditto.
11196         (input_operand): Ditto.  Handle CONST_WIDE_INT.
11197         (and_operand): Do not match const_double.
11198         * config/alpha/sync.md (fetchop_constr): Remove H constraint.
11200 2015-05-12  Andrew MacLeod  <amacleod@redhat.com>
11202         PR target/65697
11203         * coretypes.h (MEMMODEL_SYNC, MEMMODEL_BASE_MASK): New macros.
11204         (enum memmodel): Add SYNC_{ACQUIRE,RELEASE,SEQ_CST}.
11205         * tree.h (memmodel_from_int, memmodel_base, is_mm_relaxed,
11206         is_mm_consume,is_mm_acquire, is_mm_release, is_mm_acq_rel,
11207         is_mm_seq_cst, is_mm_sync): New accessor functions.
11208         * builtins.c (expand_builtin_sync_operation,
11209         expand_builtin_compare_and_swap): Use MEMMODEL_SYNC_SEQ_CST.
11210         (expand_builtin_sync_lock_release): Use MEMMODEL_SYNC_RELEASE.
11211         (get_memmodel,  expand_builtin_atomic_compare_exchange,
11212         expand_builtin_atomic_load, expand_builtin_atomic_store,
11213         expand_builtin_atomic_clear): Use new accessor routines.
11214         (expand_builtin_sync_synchronize): Use MEMMODEL_SYNC_SEQ_CST.
11215         * optabs.c (expand_compare_and_swap_loop): Use MEMMODEL_SYNC_SEQ_CST.
11216         (maybe_emit_sync_lock_test_and_set): Use new accessors and
11217         MEMMODEL_SYNC_ACQUIRE.
11218         (expand_sync_lock_test_and_set): Use MEMMODEL_SYNC_ACQUIRE.
11219         (expand_mem_thread_fence, expand_mem_signal_fence, expand_atomic_load,
11220         expand_atomic_store): Use new accessors.
11221         * emit-rtl.c (need_atomic_barrier_p): Add additional enum cases.
11222         * tsan.c (instrument_builtin_call): Update check for memory model beyond
11223         final enum to use MEMMODEL_LAST.
11224         * c-family/c-common.c: Use new accessor for memmodel_base.
11225         * config/aarch64/aarch64.c (aarch64_expand_compare_and_swap): Use new
11226         accessors.
11227         * config/aarch64/atomics.md (atomic_load<mode>,atomic_store<mode>,
11228         arch64_load_exclusive<mode>, aarch64_store_exclusive<mode>,
11229         mem_thread_fence, *dmb): Likewise.
11230         * config/alpha/alpha.c (alpha_split_compare_and_swap,
11231         alpha_split_compare_and_swap_12): Likewise.
11232         * config/arm/arm.c (arm_expand_compare_and_swap,
11233         arm_split_compare_and_swap, arm_split_atomic_op): Likewise.
11234         * config/arm/sync.md (atomic_load<mode>, atomic_store<mode>,
11235         atomic_loaddi): Likewise.
11236         * config/i386/i386.c (ix86_destroy_cost_data, ix86_memmodel_check):
11237         Likewise.
11238         * config/i386/sync.md (mem_thread_fence, atomic_store<mode>): Likewise.
11239         * config/ia64/ia64.c (ia64_expand_atomic_op): Add new memmodel cases and
11240         use new accessors.
11241         * config/ia64/sync.md (mem_thread_fence, atomic_load<mode>,
11242         atomic_store<mode>, atomic_compare_and_swap<mode>,
11243         atomic_exchange<mode>): Use new accessors.
11244         * config/mips/mips.c (mips_process_sync_loop): Likewise.
11245         * config/pa/pa.md (atomic_loaddi, atomic_storedi): Likewise.
11246         * config/rs6000/rs6000.c (rs6000_pre_atomic_barrier,
11247         rs6000_post_atomic_barrier): Add new cases.
11248         (rs6000_expand_atomic_compare_and_swap): Use new accessors.
11249         * config/rs6000/sync.md (mem_thread_fence): Add new cases.
11250         (atomic_load<mode>): Add new cases and use new accessors.
11251         (store_quadpti): Add new cases.
11252         * config/s390/s390.md (mem_thread_fence, atomic_store<mode>): Use new
11253         accessors.
11254         * config/sparc/sparc.c (sparc_emit_membar_for_model): Use new accessors.
11255         * doc/extend.texi: Update docs to indicate 16 bits are used for memory
11256         model, not 8.
11258 2015-05-12  Jan Hubicka  <hubicka@ucw.cz>
11260         * ipa-devirt.c (type_with_linkage_p): New function.
11261         (type_in_anonymous_namespace_p): Move here from tree.c; assert that
11262         type has linkage.
11263         (odr_type_p): Move here from ipa-utils.h; use type_with_linkage_p.
11264         (can_be_name_hashed_p): Simplify.
11265         (hash_odr_name): Check that type has linkage before checking if it is
11266         anonymous.
11267         (types_same_for_odr): Likewise.
11268         (odr_name_hasher::equal): Likewise.
11269         (odr_subtypes_equivalent_p): Likewise.
11270         (warn_types_mismatch): Likewise.
11271         (get_odr_type): Likewise.
11272         (odr_types_equivalent_p): Fix checking of TYPE_MAIN_VARIANT.
11273         * ipa-utils.h (odr_type_p): Move offline.
11274         * tree.c (need_assembler_name_p): Fix handling of types
11275         without linkages.
11276         (type_in_anonymous_namespace_p): Move to ipa-devirt.c
11278 2015-05-12  David Malcolm  <dmalcolm@redhat.com>
11280         * timevar.c (timevar_enable): Delete in favor of...
11281         (g_timer): New global.
11282         (struct timevar_def): Move to timevar.h inside class timer.
11283         (struct timevar_stack_def): Likewise.
11284         (timevars): Delete global in favor of field "m_timevars" within
11285         class timer in timevar.h
11286         (stack): Likewise, in favor of field "m_stack".
11287         (unused_stack_instances): Likewise, in favor of field
11288         "m_unused_stack_instances".
11289         (start_time): Likewise, in favor of field "m_start_time".
11290         (get_time): Eliminate check for timevar_enable.
11291         (timer::timer): New function, built from part of timevar_init.
11292         (timevar_init): Rewrite idempotency test from using
11293         "timevar_enable" bool to using dynamic allocation of "g_timer".
11294         Move rest of implementation into timer's constructor.
11295         (timevar_push_1): Rename to...
11296         (timer::push): ...this, adding "m_" prefixes to variables that
11297         are now fields of timer.
11298         (timevar_pop_1): Likewise, rename to...
11299         (timer::pop): ...this, and add "m_" prefixes.
11300         (timevar_start): Replace test for "timevar_enable" with one for
11301         "g_timer", and move bulk of implementation to...
11302         (timer::start): ...here, adding "m_" prefixes.
11303         (timevar_stop): Likewise, from here...
11304         (timer::stop): ...to here.
11305         (timevar_cond_start): Likewise, from here...
11306         (timer::cond_start): ...to here.
11307         (timevar_cond_stop): Likewise, from here...
11308         (timer::cond_stop): ...to here.
11309         (validate_phases): Rename to...
11310         (timer::validate_phases): ...this, and add "m_" prefixes.  Make
11311         locals "total" and "tv" const.
11312         (timevar_print): Rename to...
11313         (timer::print): ...this, and add "m_" prefixes.  Make locals
11314         "total" and "tv" const.  Eliminate test for timevar_enable.
11315         * timevar.h (timevar_enable): Eliminate.
11316         (g_timer): New declaration.
11317         (timevar_push_1): Eliminate.
11318         (timevar_pop_1): Eliminate.
11319         (timevar_print): Eliminate.
11320         (class timer): New class.
11321         (timevar_push): Rewrite to use g_timer.
11322         (timevar_pop): Likewise.
11323         * toplev.c (toplev::~toplev): Likewise.
11325 2015-05-12  Richard Earnshaw  <rearnsha@arm.com>
11327         * arm-protos.h (arm_sched_autopref): Delete.
11328         (tune_params): Re-organize, use enums for flag values.
11329         (FUSE_OPS): New macro.
11330         * arm.c (ARM_PREFETCH_NOT_BENEFICIAL): Update.
11331         (ARM_PREFETCH_BENEFICIAL): Likewise.
11332         (ARM_FUSE_NOTHING, ARM_FUSE_MOVW_MOVT): Delete.
11333         (arm_slowmul_tune, arm_fastmul_tune, arm_strongarm_tune)
11334         (arm_xscale_tune, arm_9e_tune, arm_marvell_pj4_tune)
11335         (arm_v6t2_tune, arm_cortex_tune, arm_cortex_a8_tune)
11336         (arm_cortex_a7_tune, arm_cortex_a15_tune, arm_cortex_a53_tune)
11337         (arm_cortex_a57_tune,  arm_xgene1_tune, arm_cortex_a5_tune)
11338         (arm_cortex_a9_tune, arm_cortex_a12_tune, arm_v7m_tune)
11339         (arm_cortex_m7_tune, arm_v6m_tune, arm_fa726te_tune): Use new
11340         format.
11341         (arm_option_override, thumb2_reorg, arm_print_tune_info)
11342         (aarch_macro_fusion_pair_p): Update uses of current_tune.
11343         * arm.h (LOGICAL_OP_NON_SHORT_CIRCUIT): Likewise.
11345 2015-05-12  Sandra Loosemore  <sandra@codesourcery.com>
11347         * config/nios2/nios2.md (trap, ctrapsi4): Use "trap" instead of
11348         "break".
11350 2015-05-12  Chung-Lin Tang  <cltang@codesourcery.com>
11351             Sandra Loosemore <sandra@codesourcery.com>
11353         * config/nios2/nios2.h (enum reg_class): Add IJMP_REGS enum
11354         value.
11355         (REG_CLASS_NAMES): Add "IJMP_REGS".
11356         (REG_CLASS_CONTENTS): Add new entry for IJMP_REGS.
11357         * config/nios2/nios2.md (indirect_jump,*tablejump): Adjust to
11358         use new "c" register constraint.
11359         * config/nios2/constraint.md (c): New register constraint
11360         corresponding to IJMP_REGS.
11362 2015-05-12  Segher Boessenkool  <segher@kernel.crashing.org>
11364         * config/rs6000/rs6000.md (*rotlsi3_internal4, *rotlsi3_internal5,
11365         *rotlsi3_internal6, rlwinm, 5 unnamed define_insns, and 6
11366         define_splits): Delete, revamp, transmogrify into ...
11367         (*rotlsi3_mask, *rotlsi3_mask_dot, *rotlsi3_mask_dot2,
11368         *ashlsi3_imm_mask, *ashlsi3_imm_mask_dot, *ashlsi3_imm_mask_dot2,
11369         *lshrsi3_imm_mask, *lshrsi3_imm_mask_dot, *lshrsi3_imm_mask_dot2):
11370         New.
11372 2015-05-12  Segher Boessenkool  <segher@kernel.crashing.org>
11374         * config/rs6000/rs6000.md (rs6000_adjust_atomic_subword): Use
11375         gen_ashlsi3 and gen_andsi3 instead of gen_rlwinm.
11377 2015-05-12  Segher Boessenkool  <segher@kernel.crashing.org>
11379         * config/rs6000/rs6000.md (extzv): FAIL for SImode.
11380         (extzvsi_internal, *extzvsi_internal1, *extzvsi_internal2,
11381         *rotlsi3_internal7le, *rotlsi3_internal7be, *rotlsi3_internal8le,
11382         *rotlsi3_internal8be, *rotlsi3_internal9le, *rotlsi3_internal9be,
11383         *rotlsi3_internal10le, *rotlsi3_internal10be, *rotlsi3_internal11le,
11384         *rotlsi3_internal11be, *rotlsi3_internal12le, *rotlsi3_internal12be,
11385         *lshiftrt_internal1le, *lshiftrt_internal1be, *lshiftrt_internal2le,
11386         *lshiftrt_internal2be, *lshiftrt_internal3le, *lshiftrt_internal3be,
11387         *lshiftrt_internal4le, *lshiftrt_internal4be, *lshiftrt_internal5le,
11388         *lshiftrt_internal5be, *lshiftrt_internal5le, *lshiftrt_internal5be,
11389         *rotldi3_internal7le, *rotldi3_internal7be, *rotldi3_internal8le,
11390         *rotldi3_internal8be, *rotldi3_internal9le, *rotldi3_internal9be,
11391         *rotldi3_internal10le, *rotldi3_internal10be, *rotldi3_internal11le,
11392         *rotldi3_internal11be, *rotldi3_internal12le, *rotldi3_internal12be,
11393         *rotldi3_internal13le, *rotldi3_internal13be, *rotldi3_internal14le,
11394         *rotldi3_internal14be, *rotldi3_internal15le, *rotldi3_internal15be,
11395         and 30 corresponding splitters): Delete.
11397 2015-05-12  Segher Boessenkool  <segher@kernel.crashing.org>
11399         * config/rs6000/rs6000.md (define_split for bswaphi): Don't use
11400         zero_extract.
11402 2015-05-12  Segher Boessenkool  <segher@kernel.crashing.org>
11404         * combine.c (recog_for_combine_1): New function, factored out
11405         from recog_for_combine.
11406         (change_zero_ext): New function.
11407         (recog_for_combine): If recog fails, try again with the pattern
11408         modified by change_zero_ext; if that still fails, restore the
11409         pattern.
11411 2015-05-12  Segher Boessenkool  <segher@kernel.crashing.org>
11413         * combine.c (get_undo_marker): New function.
11414         (undo_to_marker): New function, largely factored out from ...
11415         (undo_all): ... this.  Adjust.
11417 2015-05-12  Richard Biener  <rguenther@suse.de>
11419         PR tree-optimization/66101
11420         * tree-ssa-dce.c (remove_dead_stmt): Properly mark loops for
11421         fixup if we turn a loop exit edge to a fallthru edge.
11423 2015-05-12  Richard Biener  <rguenther@suse.de>
11425         PR tree-optimization/37021
11426         * tree-vectorizer.h (struct _slp_tree): Add two_operators flag.
11427         (SLP_TREE_TWO_OPERATORS): New define.
11428         * tree-vect-slp.c (vect_create_new_slp_node): Initialize
11429         SLP_TREE_TWO_OPERATORS.
11430         (vect_build_slp_tree_1): Allow two mixing plus/minus in an
11431         SLP node.
11432         (vect_build_slp_tree): Adjust.
11433         (vect_analyze_slp_cost_1): Likewise.
11434         (vect_schedule_slp_instance): Vectorize mixing plus/minus by
11435         emitting two vector stmts and mixing the results.
11437 2015-05-12  Dominik Vogt  <vogt@linux.vnet.ibm.com>
11439         * call.c (print_z_candidates): Remove dead code.
11441 2015-05-12  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
11443         * config/s390/2827.md: Split zEC12_simple into zEC12_simple_int
11444         and zEC12_simple_fp.
11445         * config/s390/s390.c (s390_issue_rate): Set issue rate for zEC12
11446         to 1.
11448 2015-05-12  Tom de Vries  <tom@codesourcery.com>
11450         PR tree-optimization/66010
11451         * gimplify.c (gimplify_modify_expr): Handle new do_deref argument of
11452         ifn_va_arg.
11453         * gimplify.h (gimplify_va_arg_internal): Remove loc parameter.
11454         (gimplify_va_arg_internal): Remove loc parameter.  Assert no array-typed
11455         va_lists are passed, and remove corresponding handling.
11456         (gimplify_va_arg_expr): Only take address of ap if necessary.  Add
11457         do_deref argument to ifn_va_arg.
11458         * tree-stdarg.c (expand_ifn_va_arg_1): Handle new do_deref argument of
11459         ifn_va_arg.
11461 2015-05-12  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
11463         PR target/65955
11464         * config/arm/arm.md (movcond_addsi): Check that operands[2] is a
11465         REG before taking its REGNO.
11467 2015-05-12  Thomas Preud'homme  <thomas.preudhomme@arm.com>
11469         * combine.c i(set_nonzero_bits_and_sign_copies): Split code updating
11470         rsp->sign_bit_copies and rsp->nonzero_bits into ...
11471         (update_rsp_from_reg_equal): This.  Also use REG_EQUAL note on src if
11472         present to get more accurate information about the number of sign bit
11473         copies and non zero bits.
11475 2015-05-12  Richard Biener  <rguenther@suse.de>
11477         * tree-vect-slp.c (vect_build_slp_tree_1): For BB vectorization
11478         do not allow unrolling.
11480 2015-05-11  Richard Henderson  <rth@redhat.com>
11482         * config/i386/i386-modes.def (CCP): New.
11483         * config/i386/i386.c (put_condition_code): Handle it.
11484         (ix86_match_ccmode, ix86_cc_modes_compatible): Likewise.
11486 2015-05-11  Richard Henderson  <rth@redhat.com>
11488         * target.def (md_asm_clobbers): Replace with...
11489         (md_asm_adjust): this.
11490         * tm.texi.in (TARGET_MD_ASM_CLOBBERS): Remove.
11491         (TARGET_MD_ASM_ADJUST): New.
11492         * tm.texi: Rebuild.
11493         * hooks.c (hook_tree_tree_tree_tree_3rd_identity): Remove.
11494         * hooks.h (hook_tree_tree_tree_tree_3rd_identity): Remove.
11495         * system.h (TARGET_MD_ASM_CLOBBERS): Poison.
11497         * cfgexpand.c (check_operand_nalternatives): Accept vector of
11498         constraints instead of lists of outputs and inputs.
11499         (expand_asm_stmt): Save and restore input_location around the
11500         body of the function.  Move asm data into vectors instead of
11501         building tree lists.  Generate cleanup sequences as needed,
11502         rather than waiting til the end.  Use new md_asm_adjust hook.
11504         * config/vxworks.c: Include vec.h before target.h.
11505         * gimple.c: Likewise.
11506         * incpath.c: Likewise.
11507         * mode-switching.c: Likewise.
11509         * config/cris/cris.c (cris_md_asm_clobbers): Convert to...
11510         (cris_md_asm_adjust): this.
11511         (TARGET_MD_ASM_CLOBBERS): Remove.
11512         (TARGET_MD_ASM_ADJUST): New.
11513         * config/i386/i386.c (ix86_md_asm_clobbers): Convert to...
11514         (ix86_md_asm_adjust): this.
11515         (TARGET_MD_ASM_CLOBBERS): Remove.
11516         (TARGET_MD_ASM_ADJUST): New.
11517         * config/mn10300/mn10300.c (mn10300_md_asm_clobbers): Convert to...
11518         (mn10300_md_asm_adjust): this.
11519         (TARGET_MD_ASM_CLOBBERS): Remove.
11520         (TARGET_MD_ASM_ADJUST): New.
11521         * config/rs6000/rs6000.c (rs6000_md_asm_clobbers): Convert to...
11522         (rs6000_md_asm_adjust): this.
11523         (TARGET_MD_ASM_CLOBBERS): Remove.
11524         (TARGET_MD_ASM_ADJUST): New.
11525         * config/visium/visium.c (visium_md_asm_clobbers): Convert to...
11526         (visium_md_asm_adjust): this.
11527         (TARGET_MD_ASM_CLOBBERS): Remove.
11528         (TARGET_MD_ASM_ADJUST): New.
11530 2015-05-11  Richard Henderson  <rth@redhat.com>
11532         * gimplify.c (gimplify_asm_expr): Set gimple_asm_volatile_p
11533         if noutputs is zero.
11534         * cfgexpand.c (expand_asm_stmt): Use gimple_asm_volatile_p unchanged.
11536         * cfgexpand.c (expand_asm_operands): Merge into...
11537         (expand_asm_stmt): ... here.
11539         * cfgexpand.c (expand_asm_operands): Don't call
11540         resolve_asm_operand_names.
11541         * stmt.c (resolve_asm_operand_names): Clarify block comment.
11543 2015-05-11  Jan Hubicka  <hubicka@ucw.cz>
11545         * dwarf2out.c (gen_member_die): Sanity check that we access
11546         TYPE_MAIN_VARIANT for TYPE_METHODS.
11547         * function.c (use_register_for_decl): Look for TYPE_MAIN_VARIANT when
11548         checking TYPE_METHODS.
11549         * tree.c (free_lang_data_in_type): See TYPE_METHODS to error_mark_node
11550         if non-null.
11551         (build_distinct_type_copy): Clear TYPE_METHODS.
11552         (verify_type_variant): Verify that TYPE_METHODS is NULL for variants.
11553         (verify_type): Allow TYPE_METHODS to be error_mark_node.
11554         * tree.def: Update docs of TYPE_STUB_DECL and TYPE_METHODS.
11556 2015-05-11  Eric Botcazou  <ebotcazou@adacore.com>
11558         * emit-rtl.c (emit_pattern_after_setloc): Add missing guard.
11559         (emit_pattern_before_setloc): Likewise.
11561 2015-05-11  Richard Sandiford  <richard.sandiford@arm.com>
11563         * genrecog.c (match_pattern_1): Expect the pattern to be a SEQUENCE
11564         for define_peephole2s.
11565         (get_peephole2_pattern): New function.
11566         (main): Use it.  Call validate_pattern.
11568 2015-05-11  Pitchumani Sivanupandi  <pitchumani.s@atmel.com>
11570         * config/avr/avr.c (avr_hard_regno_call_part_clobbered): Use
11571         LAST_CALLEE_SAVED_REG instead of hard-coded register number.
11572         (Last callee saved reg is different for AVR_TINY architecture)
11574 2015-05-11  Uros Bizjak  <ubizjak@gmail.com>
11576         * config/i386/i386.c (ix86_loop_unroll_adjust): Use PATTERN (insn)
11577         when looking for memory references.
11579 2015-05-11  Alexander Monakov  <amonakov@ispras.ru>
11581         PR target/65753
11582         * config/i386/i386.c (ix86_function_ok_for_sibcall): Allow PIC sibcalls
11583         via function pointers.
11585 2015-05-11  Alexander Monakov  <amonakov@ispras.ru>
11587         * calls.c (prepare_call_address): Transform PLT call to GOT lookup and
11588         indirect call by forcing address into a pseudo with -fno-plt.
11589         * common.opt (flag_plt): New option.
11590         * doc/invoke.texi (Code Generation Options): Add -fno-plt.
11591         ([-fno-plt]): Document.
11593 2015-05-11  Markus Trippelsdorf  <markus@trippelsdorf.de>
11595         PR bootstrap/66105
11596         * config/rs6000/option-defaults.h: Add space between string literal
11597         and macro name.
11599 2015-05-11  Thomas Preud'homme  <thomas.preudhomme@arm.com>
11601         * gcc.target/arm/pr64616.c: Test dump rather than assembly to work
11602         accross ARM targets.
11604 2015-05-11  Christian Bruel  <christian.bruel@st.com>
11606         * config/arm/arm-protos.h (thumb_code, thumb1_code): Remove.
11607         * config/arm/vxworks.h (thumb_code): Replace with TARGET_THUMB.
11609 2015-05-11  Richard Sandiford  <richard.sandiford@arm.com>
11611         PR rtl-optimization/66076
11612         * rtlanal.c (generic_subrtx_iterator <T>::add_single_to_queue):
11613         Don't grow the heap array if it is already big enough from a
11614         previous iteration.
11616 2015-05-11  Christian Bruel  <christian.bruel@st.com>
11618         * config/arm/arm-protos.h (arm_declare_function_name): Declare.
11619         (is_called_in_ARM_mode): Remove.
11620         * config/arm/arm.c (is_called_in_ARM_mode): Declare static bool.
11621         (arm_declare_function_name): Moved from from ARM_DECLARE_FUNCTION_NAME.
11622         * config/arm/arm.h (ARM_DECLARE_FUNCTION_NAME): Call
11623          arm_declare_function_name.
11625 2015-05-11  Christian Bruel  <christian.bruel@st.com>
11627         * config/arm/arm.c (arm_option_override): Reoganized and split into :
11628         (arm_option_params_internal); New function.
11629         (arm_option_check_internal): New function.
11630         (arm_option_override_internal): New function.
11631         (thumb_code, thumb1_code): Remove.
11632         * config/arm/arm.h (TREE_TARGET_THUMB, TREE_TARGET_THUMB1): New macros.
11633         (TREE_TARGET_THUM2, TREE_TARGET_ARM): Likewise.
11634         (thumb_code, thumb1_code): Remove.
11635         * config/arm/arm.md (is_thumb, is_thumb1): Check TARGET flag.
11637 2015-05-11  Uros Bizjak  <ubizjak@gmail.com>
11639         * config/alpha/alpha.c (alpha_emit_set_const_1)
11640         (alpha_emit_set_long_const, alpha_extract_integer)
11641         (alpha_legitimate_constant_p, alpha_split_const_mov)
11642         (alpha_expand_block_clear, alpha_expand_zap_mask, print_operand):
11643         [HOST_BITS_PER_WIDE_INT < 64]: Remove dead code.
11644         (alpha_emit_set_const_1): Change "(HOST_WIDE_INT) 1" to
11645         HOST_WIDE_INT_1U.
11646         * config/alpha/predicates.md (mode_mask_operand): Do not match
11647         const_double RTX.
11648         [HOST_BITS_PER_WIDE_INT < 64]: Remove dead code.
11649         * config/alpha/alpha.md (abstf, *abstf_internal, UNSPEC_ZAP splitter):
11650         Change "(HOST_WIDE_INT) 1" to HOST_WIDE_INT_1U.
11651         [HOST_BITS_PER_WIDE_INT < 64]: Remove dead code.
11652         (*negtf_internal): Use gen_int_mode instead of immed_double_const.
11654 2015-05-11  Jakub Jelinek  <jakub@redhat.com>
11656         PR target/65780
11657         * config/s390/linux.h (TARGET_BINDS_LOCAL_P): Define to
11658         default_binds_local_p_2.
11659         * config/arm/linux-elf.h (TARGET_BINDS_LOCAL_P): Likewise.
11660         * config/aarch64/aarch64-linux.h (TARGET_BINDS_LOCAL_P): Likewise.
11662 2015-05-09  Jan Hubicka  <hubicka@ucw.cz>
11664         * tree.c (verify_type_variant): Check TYPE_VALUES_RAW and TYPE_PRECISION
11666 2015-05-09  Jan Hubicka  <hubicka@ucw.cz>
11668         Patch by Richard Biener
11669         * coverage.c (coverage_obj_init): Delay building of type variant
11670         until the type is finished.
11672 2015-05-09  Jan Hubicka  <hubicka@ucw.cz>
11674         * ipa-devirt.c (warn_types_mismatch): Do not ICE when warning about
11675         mismatch between C and C++ type; compoare correctly ARG_TYPES
11676         for non-prototypes and output correctly parameter index for METHOD_TYPE.
11677         (odr_types_equivalent_p): Fix wording of warning about attributes;
11678         it is OK to match prototype and non-prototype.
11680 2015-05-09  Jan Hubicka  <hubicka@ucw.cz>
11682         * tree.c (free_lang_data_in_type): Free TREE_PURPOSE of
11683         TYPE_ARG_TYPES list.
11684         (verify_type): Permit non-NULL TREE_PURPOSE in non-LTO builds.
11685         * tree.def (FUNCTION_TYPE): Document TREE_PURPOSE in TYPE_ARG_TYPES
11687 2015-05-09  Jan Hubicka  <hubicka@ucw.cz>
11689         * tree.c (verify_type): Verify TYPE_BINFO and TYPE_VALUES_RAW.
11690         * tree.h (is_lang_specific): Constify.
11692 2015-05-09  Marc Glisse  <marc.glisse@inria.fr>
11694         PR tree-optimization/64454
11695         * tree-vrp.c (extract_range_from_binary_expr_1) <TRUNC_MOD_EXPR>:
11696         Rewrite.
11698 2015-05-08  Jason Merrill  <jason@redhat.com>
11700         * bitmap.c, c/c-aux-info.c, cfg.c, cfghooks.c, cgraph.c,
11701         config/aarch64/aarch64.md config/alpha/vms.h, config/darwin.c,
11702         config/darwin.h, config/darwin9.h, config/elfos.h,
11703         config/i386/bsd.h, config/ia64/ia64.c, config/lm32/lm32.h,
11704         config/microblaze/microblaze.h, config/mips/mips.h,
11705         config/mmix/mmix.c, config/msp430/msp430.c, config/nios2/nios2.h,
11706         config/nvptx/nvptx.c, config/nvptx/nvptx.h, config/pa/pa.c,
11707         config/pa/pa.h, config/rs6000/rs6000.c, config/rs6000/sysv4.h,
11708         config/rs6000/xcoff.h, config/rx/rx.h, config/s390/s390.h,
11709         config/sparc/sol2.h, config/sparc/sparc.h, config/visium/visium.h,
11710         cppbuiltin.c, defaults.h, doc/invoke.texi, dwarf2cfi.c,
11711         dwarf2out.c, final.c, gcc.c, gcov-dump.c, gcov.c, ipa-cp.c,
11712         ipa-inline.c, ipa-polymorphic-call.c, ipa-profile.c, ipa-prop.c,
11713         ira-color.c, ira.c, loop-doloop.c, loop-iv.c, mcf.c,
11714         modulo-sched.c, predict.c, profile.c, stor-layout.c, toplev.c,
11715         tree-ssa-reassoc.c, value-prof.c, wide-int-print.cc: Add space
11716         between string literal and macro name.
11718 2015-05-08  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
11720         * jump.c: Change argument types to rtx_insn *.
11721         * rtl.h: Adjust.
11723 2015-05-08  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
11725         * lra-constraints.c: Change argument type to rtx_insn *.
11727 2015-05-08  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
11729         * df-problems.c: Change argument type to rtx_insn *.
11731 2015-05-08  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
11733         * combine.c: Change argument type to rtx_insn *.
11735 2015-05-08  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
11737         * rtl.h: Adjust.
11738         * rtlanal.c: Change argument type to rtx_insn *.
11740 2015-05-08  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
11742         * sched-deps.c: Change argument types to rtx_insn *.
11743         * sched-int.h: Adjust.
11745 2015-05-08  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
11747         * dwarf2cfi.c: Change argument type to rtx_insn *.
11749 2015-05-08  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
11751         * ira.c (decrease_live_ranges_number): Changetype of local
11752         variable to rtx_insn *.
11753         * recog.c: Change argument types to rtx_insn *.
11754         * recog.h: Adjust.
11756 2015-05-08  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
11758         * reorg.c: Change argument types to rtx_insn *.
11760 2015-05-08  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
11762         * ira-color.c: Change argument types to rtx_insn *.
11763         * lra-eliminations.c: Likewise.
11764         * ira.h: Adjust.
11766 2015-05-08  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
11768         * gcse.c: Change argument types to rtx_insn *.
11770 2015-05-08  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
11772         * cse.c (cse_change_cc0_mode): Change argument type to rtx_insn *.
11774 2015-05-08  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
11776         * emit-rtl.c (emit_debug_insn_before): Change argument type to
11777         rtx_insn *.
11778         * rtl.h: Adjust.
11780 2015-05-08  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
11782         * emit-rtl.c (emit_note_before): Change argument type to rtx_insn *.
11783         * rtl.h: Adjust.
11785 2015-05-08  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
11787         * emit-rtl.c (emit_note_after): Change argument type to rtx_insn *.
11788         * rtl.h: Adjust.
11790 2015-05-08  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
11792         * emit-rtl.c (prev_cc0_setter): Change argument type to rtx_insn *.
11793         * rtl.h: Adjust.
11795 2015-05-08  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
11797         * rtlanal.c (noop_move_p): Change argument type to rtx_insn *.
11798         * rtl.h: Adjust.
11800 2015-05-08  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
11802         * rtlanal.c (add_shallow_copy_of_reg_note): Change argument type
11803         to rtx_insn *.
11804         * rtl.h: Adjust.
11806 2015-05-08  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
11808         * rtlanal.c (remove_reg_equal_equiv_notes): Change argument type
11809         to rtx_insn *.
11810         * rtl.h: Likewise.
11812 2015-05-08  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
11814         * except.c (can_nonlocal_goto): Change type of argument to
11815         rtx_insn *.
11816         * rtl.h: Adjust.
11818 2015-05-08  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
11820         * rtlanal.c (computed_jump_p): Cange argument type to rtx_insn *.
11821         * rtl.h: Adjust.
11823 2015-05-08  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
11825         * rtlanal.c (in_insn_list_p): Renamed from in_expr_list_p.
11826         * cfgrtl.c (can_delete_label_p): Adjust.
11827         * rtl.h: likewise.
11829 2015-05-08  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
11831         * reorg.c (stop_search_p): Change argument to rtx_insn *.
11833 2015-05-08  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
11835         * except.c (make_reg_eh_region_note): Change argument to
11836         rtx_insn *.
11837         (make_reg_eh_region_note_nothrow_nononlocal): Likewise.
11838         * except.h: Adjust.
11840 2015-05-08  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
11842         * mode-switching.c (commit_mode_sets): Change type of local
11843         variable from rtx to rtx_insn *.
11845 2015-05-08  Jim Wilson  <jim.wilson@linaro.org>
11847         * doc/install.texi (--enable-languages): Add missing jit and lto info.
11848         Add ^ to grep command.
11849         * doc/match-and-simplify.texi (GIMPLE API): Add missing fourth tree
11850         arg to last gimple_simplify declaration.  Add missing gimple_build
11851         declaration for built-in function case with four tree args.
11853 2015-05-08  Gregor Richards  <gregor.richards@uwaterloo.ca>
11854             Szabolcs Nagy  <szabolcs.nagy@arm.com>
11856         * config/mips/linux.h (MUSL_DYNAMIC_LINKER32): Define.
11857         (MUSL_DYNAMIC_LINKER64, MUSL_DYNAMIC_LINKERN32): Define.
11858         (GNU_USER_DYNAMIC_LINKERN32): Update.
11860 2015-05-08  Richard Biener  <rguenther@suse.de>
11862         PR tree-optimization/66036
11863         * tree-vect-data-refs.c (vect_compute_data_ref_alignment):
11864         Handle strided group loads.
11865         (vect_verify_datarefs_alignment): Likewise.
11866         (vect_enhance_data_refs_alignment): Likewise.
11867         (vect_analyze_group_access): Likewise.
11868         (vect_analyze_data_ref_access): Likewise.
11869         (vect_analyze_data_ref_accesses): Likewise.
11870         * tree-vect-stmts.c (vect_model_load_cost): Likewise.
11871         (vectorizable_load): Likewise.
11873 2015-05-08  Segher Boessenkool  <segher@kernel.crashing.org>
11875         * config/rs6000/rs6000.md: Require operand inequality in one
11876         of the peepholes.
11878 2015-05-08  Richard Sandiford  <richard.sandiford@arm.com>
11879             Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
11881         * config/i386/i386.md (<mode>_ldx, *<mode>_ldx): Remove mode
11882         from (set ...).
11883         * config/rx/rx.md (movdi, movdf): Likewise.
11884         Likewise for define_peephole2s.
11886 2015-05-08  Alan Lawrence  <alan.lawrence@arm.com>
11888         * config/aarch64/arm_neon.h (vceq_s64, vceq_u64, vceqz_s64, vceqz_u64,
11889         vcge_s64, vcge_u64, vcgez_s64, vcgt_s64, vcgt_u64, vcgtz_s64, vcle_s64,
11890         vcle_u64, vclez_s64, vclt_s64, vclt_u64, vcltz_s64, vtst_s64,
11891         vtst_u64): Rewrite using gcc vector extensions.
11893 2015-05-08  Alan Lawrence  <alan.lawrence@arm.com>
11895         * config/aarch64/aarch64-simd.md (aarch64_vcond_internal<mode><mode>,
11896         vcond<mode><mode>, vcondu<mode><mode>): Add DImode variant.
11898 2015-05-08  Alan Lawrence  <alan.lawrence@arm.com>
11900         * optabs.c (vector_compare_rtx): Handle RTL operands having VOIDmode.
11902 2015-05-08  Szabolcs Nagy  <szabolcs.nagy@arm.com>
11904         * config/glibc-stdint.h (OPTION_MUSL): Define.
11905         (INT_FAST16_TYPE, INT_FAST32_TYPE, UINT_FAST16_TYPE, UINT_FAST32_TYPE):
11906         Change the definition based on OPTION_MUSL for 64 bit targets.
11907         * config/linux.h (OPTION_MUSL): Redefine.
11908         * config/alpha/linux.h (OPTION_MUSL): Redefine.
11909         * config/rs6000/linux.h (OPTION_MUSL): Redefine.
11910         * config/rs6000/linux64.h (OPTION_MUSL): Redefine.
11912 2015-05-08  Gregor Richards  <gregor.richards@uwaterloo.ca>
11913             Szabolcs Nagy  <szabolcs.nagy@arm.com>
11915         * config.gcc (LIBC_MUSL): New tm_defines macro.
11916         * config/linux.h (OPTION_MUSL): Define.
11917         (MUSL_DYNAMIC_LINKER, MUSL_DYNAMIC_LINKER32,)
11918         (MUSL_DYNAMIC_LINKER64, MUSL_DYNAMIC_LINKERX32,)
11919         (INCLUDE_DEFAULTS_MUSL_GPP, INCLUDE_DEFAULTS_MUSL_LOCAL,)
11920         (INCLUDE_DEFAULTS_MUSL_PREFIX, INCLUDE_DEFAULTS_MUSL_CROSS,)
11921         (INCLUDE_DEFAULTS_MUSL_TOOL, INCLUDE_DEFAULTS_MUSL_NATIVE): Define.
11922         * config/linux.opt (mmusl): New option.
11923         * doc/invoke.texi (GNU/Linux Options): Document -mmusl.
11924         * configure.ac (gcc_cv_libc_provides_ssp): Add *-*-musl*.
11925         (gcc_cv_target_dl_iterate_phdr): Add *-linux-musl*.
11926         * configure: Regenerate.
11928 2015-05-08  H.J. Lu  <hongjiu.lu@intel.com>
11929             Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
11931         PR target/48904
11932         * config.gcc (x86_64-*-knetbsd*-gnu): Add i386/knetbsd-gnu64.h.
11933         * config/i386/knetbsd-gnu64.h: New file.
11935 2015-05-08  Marek Polacek  <polacek@redhat.com>
11937         PR c/64918
11938         * doc/invoke.texi: Document -Woverride-init-side-effects.
11940 2015-05-07  Marek Polacek  <polacek@redhat.com>
11942         PR c/65179
11943         * doc/invoke.texi: Document -Wshift-negative-value.
11945 2015-05-06  Aditya Kumar  <hiraditya@msn.com>
11947         * gcov-tool.c (do_merge): Refactore to remove int ret.
11948         * ipa-icf.c (sem_item::hash_referenced_symbol_properties): Change
11949         !type == FUNC to type != FUNC.
11950         * reload.h (struct target_reload): Changee to type of
11951         x_spill_indirect_levels from bool to unsigned char.
11953 2015-05-07  Richard Sandiford  <richard.sandiford@arm.com>
11955         * rtl.h (always_void_p): New function.
11956         * gengenrtl.c (always_void_p): Likewise.
11957         (genmacro): Don't add a mode parameter to gen_rtx_foo if rtxes
11958         with code foo are always VOIDmode.
11959         * genemit.c (gen_exp): Update gen_rtx_foo calls accordingly.
11960         * builtins.c, caller-save.c, calls.c, cfgexpand.c, combine.c,
11961         compare-elim.c, config/aarch64/aarch64.c,
11962         config/aarch64/aarch64.md, config/alpha/alpha.c,
11963         config/alpha/alpha.md, config/arc/arc.c, config/arc/arc.md,
11964         config/arm/arm-fixed.md, config/arm/arm.c, config/arm/arm.md,
11965         config/arm/ldrdstrd.md, config/arm/thumb2.md, config/arm/vfp.md,
11966         config/avr/avr.c, config/bfin/bfin.c, config/c6x/c6x.c,
11967         config/c6x/c6x.md, config/cr16/cr16.c, config/cris/cris.c,
11968         config/cris/cris.md, config/darwin.c, config/epiphany/epiphany.c,
11969         config/epiphany/epiphany.md, config/fr30/fr30.c, config/frv/frv.c,
11970         config/frv/frv.md, config/h8300/h8300.c, config/i386/i386.c,
11971         config/i386/i386.md, config/i386/sse.md, config/ia64/ia64.c,
11972         config/ia64/vect.md, config/iq2000/iq2000.c,
11973         config/iq2000/iq2000.md, config/lm32/lm32.c, config/lm32/lm32.md,
11974         config/m32c/m32c.c, config/m32r/m32r.c, config/m68k/m68k.c,
11975         config/m68k/m68k.md, config/mcore/mcore.c, config/mcore/mcore.md,
11976         config/mep/mep.c, config/microblaze/microblaze.c,
11977         config/mips/mips.c, config/mips/mips.md, config/mmix/mmix.c,
11978         config/mn10300/mn10300.c, config/msp430/msp430.c,
11979         config/nds32/nds32-memory-manipulation.c, config/nds32/nds32.c,
11980         config/nds32/nds32.md, config/nios2/nios2.c, config/nvptx/nvptx.c,
11981         config/pa/pa.c, config/pa/pa.md, config/rl78/rl78.c,
11982         config/rs6000/altivec.md, config/rs6000/rs6000.c,
11983         config/rs6000/rs6000.md, config/rs6000/vector.md,
11984         config/rs6000/vsx.md, config/rx/rx.c, config/rx/rx.md,
11985         config/s390/s390.c, config/s390/s390.md, config/sh/sh.c,
11986         config/sh/sh.md, config/sh/sh_treg_combine.cc,
11987         config/sparc/sparc.c, config/sparc/sparc.md, config/spu/spu.c,
11988         config/spu/spu.md, config/stormy16/stormy16.c,
11989         config/tilegx/tilegx.c, config/tilegx/tilegx.md,
11990         config/tilepro/tilepro.c, config/tilepro/tilepro.md,
11991         config/v850/v850.c, config/v850/v850.md, config/vax/vax.c,
11992         config/visium/visium.c, config/xtensa/xtensa.c, cprop.c, dse.c,
11993         expr.c, gcse.c, ifcvt.c, ira.c, jump.c, lower-subreg.c,
11994         lra-constraints.c, lra-eliminations.c, lra.c, postreload.c, ree.c,
11995         reg-stack.c, reload.c, reload1.c, reorg.c, sel-sched.c,
11996         var-tracking.c: Update calls accordingly.
11998 2015-05-07  Segher Boessenkool  <segher@kernel.crashing.org>
12000         PR middle-end/192
12001         PR middle-end/54303
12002         * varasm.c (function_mergeable_rodata_prefix): New function.
12003         (mergeable_string_section): Use it.
12004         (mergeable_constant_section): Use it.
12006 2015-05-07  Jeff Law  <law@redhat.com>
12008         PR target/39726
12009         * match.pd (bit_and (plus/minus (convert @0) (convert @1) mask): New
12010         simplifier to narrow arithmetic.
12011         * generic-match-head.c: (types_match, single_use): New functions.
12012         * gimple-match-head.c: (types_match, single_use): New functions.
12014 2015-05-07  Venkataramanan Kumar  <venkataramanan.kumar@amd.com>
12016         * combine.c (make_compound_operation): Remove checks for PLUS/MINUS
12017         rtx type.
12019 2015-05-07  Richard Biener  <rguenther@suse.de>
12021         PR tree-optimization/66002
12022         * passes.def: Schedule another pass_merge_phi after ifcombine, right
12023         before phiopt.
12025 2015-05-07  Marek Polacek  <polacek@redhat.com>
12026             Martin Uecker  <uecker@eecs.berkeley.edu>
12028         * doc/invoke.texi: Document -fsanitize=bounds-strict.
12029         * flag-types.h (enum sanitize_code): Add SANITIZE_BOUNDS_STRICT, or it
12030         into SANITIZE_NONDEFAULT.
12031         * opts.c (common_handle_option): Handle -fsanitize=bounds-strict.
12033 2015-05-07  Uros Bizjak  <ubizjak@gmail.com>
12035         PR target/66015
12036         * config/alpha/alpha.c (alpha_override_options_after_change): New.
12037         (TARGET_OVERRIDE_OPTIONS_AFTER_CHANGE): New.
12038         (alpha_override_options): Move align_loops, align_jumps and
12039         align_functions handling into alpha_override_options_after_change.
12041 2015-05-06  Sandra Loosemore  <sandra@codesourcery.com>
12042             Chris Jones  <chrisj@nvidia.com>
12043             Joshua Conner  <jconner@nvidia.com>
12045         * config/arm/unknown-elf.h (STARTFILE_SPEC): Add conditional
12046         linking of crtfastmath.o.
12047         * config/arm/linux-eabi.h (STARTFILE_SPEC): Likewise.
12049 2015-05-06  Segher Boessenkool  <segher@kernel.crashing.org>
12051         * config/rs6000/rs6000.md (cstore<mode>4_signed_imm): New expander.
12052         (cstore<mode>4_unsigned_imm): New expander.
12053         (cstore<mode>4): Remove empty constraint strings.  Use the new
12054         expanders.
12056 2015-05-06  Yvan Roux  <yvan.roux@linaro.org>
12058         PR target/64208
12059         * config/arm/iwmmxt.md ("*iwmmxt_arm_movdi"): Cleanup redundant
12060         alternatives.
12062 2015-05-06  Szabolcs Nagy  <szabolcs.nagy@arm.com>
12064         * config/aarch64/geniterators.sh: Use standard BRE in sed.
12066 2015-05-06  Alan Modra  <amodra@gmail.com>
12068         PR target/66033
12069         * config/rs6000/rs6000.md (nop): Use an unspec pattern.
12070         (UNSPEC_NOP): Define.
12071         (reload_vsx_from_gpr<mode>): Add missing DONE.
12072         (reload_gpr_from_vsx<mode>): Likewise.
12073         * config/rs6000/vsx.md (vsx_mul_v2di): Likewise.
12074         (vsx_div_v2di, vsx_udiv_v2di): Likewise.
12076 2015-05-06  Christian Bruel  <christian.bruel@st.com>
12078         PR target/66015
12079         * config/aarch64/aarch64.c (aarch64_override_options): Move align_loops,
12080         align_jumps, align_functions into aarch64_override_options_after_change.
12082 2015-05-06  Richard Biener  <rguenther@suse.de>
12084         * tree-vect-slp.c (vect_supported_load_permutation_p): Use
12085         vect_transform_slp_perm_load to check if we support a permutation
12086         for basic-block vectorization.
12088 2015-05-06  Nick Clifton  <nickc@redhat.com>
12090         * config/rl78/rl78.c (need_to_save): Save register 22 if it is
12091         used, even if it is not being used as a frame pointer.
12093 2015-05-05  Jason Merrill  <jason@redhat.com>
12095         * dwarf2out.c (gen_member_die): Don't emit anything for an
12096         anonymous class constructor.
12098 2015-05-05  David Malcolm  <dmalcolm@redhat.com>
12100         * auto-profile.c (afdo_find_equiv_class): Fix indentation so
12101         that it reflects the block structure.
12102         (afdo_propagate_edge): Likewise.
12103         (afdo_calculate_branch_prob): Likewise.
12104         (afdo_annotate_cfg): Likewise.
12105         * cfgcleanup.c (equal_different_set_p): Likewise.
12106         (try_crossjump_to_edge): Likewise.
12107         * cgraph.c (cgraph_node::verify_node): Likewise.
12108         * cgraphunit.c (expand_all_functions): Likewise.
12109         * config/i386/i386.c (ix86_expand_copysign): Likewise.
12110         (exact_dependency_1): Likewise.
12111         * dwarf2asm.c (dw2_output_indirect_constants): Likewise.
12112         * dwarf2out.c (tree_add_const_value_attribute_for_decl): Likewise.
12113         * gensupport.c (process_define_subst): Likewise.
12114         * lto-wrapper.c (merge_and_complain): Likewise.
12115         * tree-if-conv.c (if_convertible_bb_p): Likewise.
12116         * tree-ssa-loop-prefetch.c (find_or_create_group): Likewise.
12117         * tree-ssa-tail-merge.c (gsi_advance_fw_nondebug_nonlocal): Likewise.
12118         * tree-vect-data-refs.c (vect_grouped_load_supported): Likewise.
12119         * tree-vect-loop.c (vectorizable_reduction): Likewise.
12120         * tree-vect-slp.c (vect_transform_slp_perm_load): Likewise.
12121         * tree-vect-stmts.c (vectorizable_shift): Likewise.
12122         * tree-vrp.c (vrp_finalize): Likewise.
12123         * tree.c (variably_modified_type_p): Likewise.
12125 2015-05-05  Jack Howarth  <howarth.at.gcc@gmail.com>
12127         * config.gcc: Use darwin9.h, darwin10.h and darwin12.h
12128         on darwin12 and later.
12129         * config/darwin12.h (LINK_GCC_C_SEQUENCE_SPEC): Add
12130         file to pass -rdynamic on darwin12 and later.
12131         * config/darwin.opt (rdynamic): Add.
12133 2015-05-05  Uros Bizjak  <ubizjak@gmail.com>
12135         * doc/extend.texi (C Extensions): Update menu for moved Variable
12136         Attributes and Type Attributes sections.
12138 2015-05-05  Uros Bizjak  <ubizjak@gmail.com>
12140         PR target/65990
12141         * config/i386/i386.c (ix86_parse_stringop_strategy_string): Error out
12142         if rep_8byte stringop strategy was specified for 32-bit target.
12144 2015-05-05  Ilya Tocar  <ilya.tocar@intel.com>
12146         PR target/65915
12147         * config/i386/i386.md (vector convert to float spltiter): Check for
12148         xmm16+, when splitting scalar float conversion.
12149         * config/i386/sse.md (sse2_cvtsi2sd): Support EVEX version.
12151 2015-05-05  Nick Clifton  <nickc@redhat.com>
12153         * config/msp430/msp430-opts.h (enum msp430_regions): New.
12154         * config/msp430/msp430.c (msp430_override_options): Complain if
12155         -mcode-region or -mdata-region is used on a non MSP430X.
12156         (msp430_section_attr): New function.  Checks lower, upper and
12157         either attributes.
12158         (msp430_attribute_table): Add lower, upper and either.
12159         (gen_prefix): New function.  Generates a prefix for a section
12160         name.
12161         (msp430_select_section): New function - handles the choice of
12162         section for an object.  Takes into account memory region
12163         attributes and options.
12164         (msp430_function_section): Use gen_prefix.
12165         (TARGET_SECTION_TYPE_FLAGS): Define.
12166         (msp430_section_type_flags): New function.
12167         (TARGET_ASM_UNIQUE_SECTION): Define.
12168         (msp430_unique_section): New function.
12169         (msp430_output_aligned_decl_common): New function.
12170         (msp430_do_not_relax_short_jumps): New function.
12171         * config/msp430/msp430.h (USE_SELECT_SECTION_FOR_FUNCTIONS):
12172         Define.
12173         (ASM_OUTPUT_ALIGNED_DECL_COMMON): Define.
12174         * config/msp430/msp430-protos.h
12175         (msp430_do_not_relax_short_jumps): New prototype.
12176         (msp430_output_aligned_decl_common): New prototype.
12177         * config/msp430/msp430.md (length): New attribute.
12178         (cbranchhi4_real): If msp430_do_not_relax_short_jumps is true
12179         then use a long code sequence for short jumps.
12180         * config/msp430/msp430.opt (mcode-region): New.
12181         (mdata-region): New.
12182         * doc/invoke.texi: Document new options.
12183         * doc/extend.texi: Document new attributes.
12185 2015-05-05  Matthew Wahab  <matthew.wahab@arm.com>
12187         * gcc/config/aarch64-protos.h (struct cpu_branch_cost): New.
12188         (tune_params): Add field branch_costs.
12189         (aarch64_branch_cost): Declare.
12190         * gcc/config/aarch64.c (generic_branch_cost): New.
12191         (generic_tunings): Set field cpu_branch_cost to generic_branch_cost.
12192         (cortexa53_tunings): Likewise.
12193         (cortexa57_tunings): Likewise.
12194         (thunderx_tunings): Likewise.
12195         (xgene1_tunings): Likewise.
12196         (aarch64_branch_cost): Define.
12197         * gcc/config/aarch64/aarch64.h (BRANCH_COST): Redefine.
12199 2015-05-05  Uros Bizjak  <ubizjak@gmail.com>
12201         * config/i386/i386.c: Use HOST_WIDE_INT_1 instead of (HOST_WIDE_INT) 1
12202         and HOST_WIDE_INT_1U instead of (unsigned HOST_WIDE_INT) 1.
12203         * config/i386/i386.md: Ditto.
12204         * config/i386/winnt.c: Ditto.
12206 2015-05-05  Matthew Wahab  <matthew.wahab@arm.com>
12208         * doc/extend.texi (__atomic Builtins): Move implementation details
12209         to the end of the description, rewrite opening paragraphs, state
12210         difference with __sync builtins, state C11/C++11 assumptions,
12211         weaken itemized descriptions, add explanation of memory model
12212         behaviour, expand description of compare-exchange, simplify text.
12214 2015-05-05  Renlin Li  <renlin.li@arm.com>
12216         * config/aarch64/aarch64.md (add<mode>3): Use mov when allowed.
12218 2015-05-05  Yvan Roux  <yvan.roux@linaro.org>
12220         * config/aarch64/aarch64-elf-raw.h (CA53_ERR_843419_SPEC): Define.
12221         (LINK_SPEC): Include CA53_ERR_843419_SPEC.
12222         * config/aarch64/aarch64-linux.h (CA53_ERR_843419_SPEC): Define.
12223         (LINK_SPEC): Include CA53_ERR_843419_SPEC.
12224         * config/aarch64/aarch64.opt (mfix-cortex-a53-843419): New option.
12225         * configure: Regenerate.
12226         * configure.ac: Add --enable-fix-cortex-a53-843419 option.
12227         * doc/install.texi (aarch64*-*-*): Document new
12228         --enable-fix-cortex-a53-843419 option.
12229         * doc/invoke.texi (AArch64 Options): Document -mfix-cortex-a53-843419
12230         and -mno-fix-cortex-a53-843419 options.
12232 2015-05-05  Uros Bizjak  <ubizjak@gmail.com>
12234         PR target/65871
12235         * config/i386/i386.md (*bmi_andn_<mode>_ccno): New pattern.
12237 2015-05-04  Jan Hubicka  <hubicka@ucw.cz>
12239         * tree.c (verify_type): Check various uses of TYPE_MAXVAL;
12240         fix overactive TYPE_MIN_VALUE check and add FIXME for type
12241         compatibility problems.
12243 2015-05-04  Ajit Agarwal  <ajitkum@xilinx.com>
12245         * config/microblaze/microblaze.md (cbranchsi4): Added immediate
12246         constraints.
12247         (cbranchsi4_reg): New.
12248         * config/microblaze/microblaze.c
12249         (microblaze_expand_conditional_branch_reg): New.
12250         * config/microblaze/microblaze-protos.h
12251         (microblaze_expand_conditional_branch_reg): New prototype.
12253 2015-05-04  Ajit Agarwal  <ajitkum@xilinx.com>
12255         * config/microblaze/microblaze.md (peephole2): New.
12257 2015-05-04  Jeff Law  <law@redhat.com>
12259         Revert:
12260         2015-05-04  Jeff Law  <law@redhat.com>
12262         * match.pd (bit_and (plus/minus (convert @0) (convert @1) mask): New
12263         simplifier to narrow arithmetic.
12264         * generic-match-head.c: (types_match, single_use): New functions.
12265         * gimple-match-head.c: (types_match, single_use): New functions.
12267 2015-05-04  Kaz Kojima  <kkojima@gcc.gnu.org>
12269         PR target/65987
12270         * config/sh/sh.c (output_far_jump): Take into account crossing jumps.
12271         (split_branches): Likewise.
12273 2015-05-04  Sandra Loosemore  <sandra@codesourcery.com>
12275         * common.opt (fdelete-null-pointer-checks): Init to -1.
12276         * config/nios2/elf.h (SUBTARGET_OVERRIDE_OPTIONS): Define to
12277         override flag_delete_null_pointer_checks default.
12278         * doc/invoke.texi (-fdelete-null-pointer-checks): Clarify
12279         behavior re address zero.  Better document target-specific behavior.
12280         (-fisolate-errneous-paths-dereference): Mention relationship to
12281         -fdelete-null-pointer-checks.
12283 2015-05-04  Jakub Jelinek  <jakub@redhat.com>
12285         PR tree-optimization/65984
12286         * ubsan.c: Include tree-cfg.h.
12287         (instrument_bool_enum_load): Use stmt_ends_bb_p instead of
12288         stmt_could_throw_p test, rename can_throw variable to ends_bb.
12290 2015-05-04  Uros Bizjak  <ubizjak@gmail.com>
12292         * config/i386/i386.c: Change GET_CODE (...) == CONST_DOUBLE check
12293         to CONST_DOUBLE_P predicate.
12294         (standard_sse_constant_p): Return 0 for !TARGET_SSE.
12295         (ix86_legitimate_constant_p) <case CONST_WIDE_INT>: For 32bit targets,
12296         allow only operands that satisfy standard_sse_constant_p predicate.
12297         * config/i386/i386.md: Change GET_CODE (...) == CONST_DOUBLE check
12298         to CONST_DOUBLE_P predicate.
12300 2015-05-04  Jeff Law  <law@redhat.com>
12302         * match.pd (bit_and (plus/minus (convert @0) (convert @1) mask): New
12303         simplifier to narrow arithmetic.
12304         * generic-match-head.c: (types_match, single_use): New functions.
12305         * gimple-match-head.c: (types_match, single_use): New functions.
12307 2015-05-04  Andreas Tobler  <andreast@gcc.gnu.org>
12309         * config/arm/arm.c: Restore bootstrap.
12311 2015-05-04  Uros Bizjak  <ubizjak@gmail.com>
12313         * config/i386/i386.h (TARGET_SUPPORTS_WIDE_INT): New define.
12314         * config/i386/i386.c (ix86_legitimate_constant_p): Handle TImode
12315         as CONST_WIDE_INT, not CONST_DOUBLE.
12316         (ix86_cannot_force_const_mem): Handle CONST_WIDE_INT.
12317         (output_pic_addr_const): Do not handle VOIDmode CONST_DOUBLEs.
12318         (ix86_find_base_term): Do not check for CONST_DOUBLE.
12319         (ix86_print_operand): Do not handle non-FPmode CONST_DOUBLEs.
12320         (ix86_build_signbit_mask): Rewrite using wide ints.
12321         (ix86_split_to_parts) [HOST_BITS_PER_WIDE_INT < 64]: Remove.
12322         (ix86_rtx_costs): Handle CONST_WIDE_INT.
12323         (find_constant): Ditto.
12324         * config/i386/i386.md (bts, btr, btc peepholes): Rewrite
12325         using gen_int_mode.
12326         * config/i386/predicates.md (x86_64_immediate_operand)
12327         <case CONST_INT>: Remove HOST_BITS_PER_WIDE_INT == 32 code.
12328         (x86_64_zext_immediate_operand): Remove CONST_DOUBLE handling.
12329         <case CONST_INT>: Remove HOST_BITS_PER_WIDE_INT == 32 code.
12330         (const0_operand): Also match const_wide_int.
12331         (constm1_operand): Ditto.
12332         (const1_operand): Ditto.
12334 2015-05-04  Richard Biener  <rguenther@suse.de>
12336         PR tree-optimization/65965
12337         * tree-vect-data-refs.c (vect_analyze_data_ref_accesses): Split
12338         store groups at gaps.
12340 2015-05-04  Richard Biener  <rguenther@suse.de>
12342         PR tree-optimization/65935
12343         * tree-vect-slp.c (vect_build_slp_tree): If we swapped operands
12344         then make sure to apply that swapping to the IL.
12346 2015-05-04  Jakub Jelinek  <jakub@redhat.com>
12348         * Makefile.in (PATCHLEVEL_c): New variable.
12349         (DATESTAMP_s, REVISION_s): If PATCHLEVEL_c is not 0,
12350         expand the same way as if DEVPHASE_c was non-empty.
12352 2015-05-04  Kai Tietz  <ktietz@redhat.com>
12354         PR target/65559
12355         * lto-wrapper.c (run_gcc): Open filename
12356         in binary-mode.
12358 2015-05-03  Sandra Loosemore  <sandra@codesourcery.com>
12360         * doc/extend.texi (Variable Attributes, Type Attributes):  Move
12361         sections up in file, to immediately after the Function Attributes
12362         section.
12364 2015-05-02  Jan Hubicka  <hubicka@ucw.cz>
12366         * tree.c (verify_type): Check various uses of TYPE_MINVAL.
12368 2015-05-02  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
12370         * tree-outof-ssa.c (emit_partition_copy): Return rtx_insn *.
12371         (insert_partition_copy_on_edge): Adjust.
12372         (insert_rtx_to_part_on_edge): Likewise.
12373         (insert_part_to_rtx_on_edge): Likewise.
12375 2015-05-02  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
12377         * function.c (set_return_jump_label): Change type of argument to
12378         rtx_insn *.
12379         * function.h (set_return_jump_label): Adjust.
12381 2015-05-02  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
12383         * reload.h (struct reg_equivs_t): Change type of init to
12384         rtx_insn *.
12385         * ira.c (fix_reg_equiv_init): Adjust.
12386         * reload1.c (eliminate_regs_1): Likewise.
12387         (init_eliminable_invariants): Likewise.
12389 2015-05-02  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
12391         * cselib.c (fp_setter_insn): Take a rtx_insn *.
12392         * cselib.h (fp_setter_insn): Adjust.
12394 2015-05-02  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
12396         * recog.c (struct validate_replace_src_data): Change type of
12397         insn field to rtx_insn *.
12398         (validate_replace_src_group): Change type of argument to rtx_insn *.
12399         * recog.h (validate_replace_src_group): Adjust.
12401 2015-05-02  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
12403         * haifa-sched.c: Change the type of some variables to rtx_insn *.
12404         * sched-deps.c: Likewise.
12405         * sched-int.h: Likewise.
12406         * sched-rgn.c: Likewise.
12407         * sel-sched.c: Likewise.
12409 2015-05-02  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
12411         to rtx_insn *.
12412         * config/i386/i386.c: Change the type of some arguments to
12413         rtx_insn *.
12414         * config/arm/arm.c: Likewise.
12416 2015-05-02  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
12418         * lra-constraints.c: Change type of some arguments to rtx_insn *.
12420 2015-05-02  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
12422         * regcprop.c (kill_autoinc_value): Change type of argument to
12423         rtx_insn *.
12425 2015-05-02  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
12427         * genrecog.c (print_subroutine): Adjust.
12428         * recog.c (get_bool_attr_mask_uncached): Likewise.
12429         * recog.h (struct recog_data_d): Change the type of insn to
12430         rtx_insn *.
12432 2015-05-02  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
12434         * dwarf2cfi.c (add_cfi_insn): Change type to rtx_insn *.
12436 2015-05-02  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
12438         * df-problems.c (df_set_note): Change type of argument to
12439         rtx_insn *.
12441 2015-05-02  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
12443         * builtins.c (expand_builtin_trap): Change type of local
12444         variable to rtx_insn *.
12445         (add_sched_insns_for_speculation): Likewise.
12446         (ix86_emit_save_regs): Likewise.
12447         (get_scratch_register_on_entry): Likewise.
12448         (ix86_emit_restore_reg_using_pop): Likewise.
12449         (ix86_emit_leave): Likewise.
12450         (ix86_emit_restore_regs_using_mov): Likewise.
12451         (ix86_expand_epilogue): Likewise.
12452         Likewise.
12453         (rl78_alloc_physical_registers_umul): Likewise.
12454         * cselib.c (discard_useless_locs): Likewise.
12455         (cselib_invalidate_regno): Likewise.
12456         (cselib_invalidate_mem): Likewise.
12457         * function.c (expand_function_start): Likewise.
12458         (emit_use_return_register_into_block): Likewise.
12459         * gcse.c: Likewise.
12460         * haifa-sched.c (ok_for_early_queue_removal): Likewise.
12461         * ifcvt.c (noce_get_alt_condition): Likewise.
12462         * loop-doloop.c (doloop_condition_get): Likewise.
12463         * lra-constraints.c (inherit_in_ebb): Likewise.
12464         * modulo-sched.c (sms_schedule_by_order): Likewise.
12465         * recog.c (next_insn_tests_no_inequality): Likewise.
12466         * reorg.c (emit_delay_sequence): Likewise.
12467         (update_reg_dead_notes): Likewise.
12468         (fix_reg_dead_note): Likewise.
12469         (fill_slots_from_thread): Likewise.
12470         (delete_computation): Likewise.
12472 2015-05-01  Sandra Loosemore  <sandra@codesourcery.com>
12474         * doc/extend.texi (Variable Attributes): Add menu and proper
12475         @nodes to subsections.  Move Microsoft Windows attributes to
12476         their own subsection.
12477         (Type Attributes): Reorganize introduction to remove duplicate
12478         list of attributes.  Add menu and proper @nodes to subsections.
12479         Alphabetize the main table of common attributes.
12481 2015-05-01  Rasmus Villemoes  <rv@rasmusvillemoes.dk>
12483         * match.pd: New simplification patterns.
12484         (x + (x & 1))  -> ((x + 1) & ~1)
12485         (x & ~(x & y)) -> ((x & ~y))
12486         (x | ~(x | y)) -> ((x | ~y))
12488 2015-05-01  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
12490         * target.def (attribute_table): Mention that struct attribute_spec
12491         is defined in tree-core.h rather than tree.h
12492         * doc/tm.texi: Regenerate.
12494 2015-05-01  Richard Sandiford  <richard.sandiford@arm.com>
12496         * genrecog.c (test): Rename to rtx_test.  Update rest of file
12497         accordingly.
12499 2015-05-01  Andreas Schwab  <schwab@linux-m68k.org>
12501         PR translation/65959
12502         * params.h (DEFPARAM): Rename msgid to nocmsgid.
12504 2015-05-01  Wilco Dijkstra  <wdijkstr@arm.com>
12506         * gcc/config/aarch64/aarch64-protos.h (tune_params):
12507         Add min_div_recip_mul_sf and min_div_recip_mul_df fields.
12508         * gcc/config/aarch64/aarch64.c (aarch64_min_divisions_for_recip_mul):
12509         Return value depending on target.
12510         (generic_tunings): Initialize new target settings.
12511         (cortexa53_tunings): Likewise.
12512         (cortexa57_tunings): Likewise.
12513         (thunderx_tunings): Likewise.
12514         (xgene1_tunings): Likewise.
12516 2015-05-01  Wilco Dijkstra  <wdijkstr@arm.com>
12518         * gcc/config/arm/aarch-cost-tables.h (cortexa53_extra_costs):
12519         Make Cortex-A53 shift costs more accurate.
12521 2015-05-01  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
12523         * config/aarch64/aarch64.c (aarch64_rtx_costs): Handle FLOAT and
12524         UNSIGNED_FLOAT.
12526 2015-05-01  Wilco Dijkstra  <wdijkstr@arm.com>
12528         * gcc/config/aarch64/aarch64.c (aarch64_rtx_costs):
12529         Calculate cost of op0 and op1 in PLUS and MINUS cases.
12531 2015-05-01  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
12533         * config/aarch64/aarch64.c (aarch64_rtx_costs, COMPARE case):
12534         Add cost of op0 in the compare-with-fpzero case.
12536 2015-04-30  David Malcolm  <dmalcolm@redhat.com>
12538         * builtins.c (fold_builtin_1): Remove spurious second
12539         semicolon.
12540         * cgraph.h (symtab_node::get_availability): Likewise.
12541         * opts.c (common_handle_option): Remove spurious second semicolon.
12542         * tree-ssa-loop-ivopts.c (extract_cond_operands): Likewise.
12543         * tree-ssa-loop-niter.c (derive_constant_upper_bound_ops): Likewise.
12545 2015-04-30  Caroline Tice  <cmtice@google.com>
12547         PR gcov-profile/65929
12548         * config/elfos.h (ASM_DECLARE_COLD_FUNCTION_NAME): New macro definition.
12549         (ASM_DECLARE_COLD_FUNCTION_SIZE): New macro definition.
12550         * doc/tm.texi.in (ASM_DECLARE_COLD_FUNCTION_NAME): Document new macro.
12551         (ASM_DECLARE_COLD_FUNCTION_SIZE): Document new macro.
12552         * doc/tm.texi: Regenerate.
12553         * final.c (final_scan_insn):  Use ASM_DECLARE_COLD_FUNCTION_NAME
12554         instead of ASM_DECLARE_FUNCTION_NAME for cold partition name.
12555         * varasm.c (assemble_end_function):  Use ASM_DECLARE_COLD_FUNCTION_SIZE
12556         instead of ASM_DECLARE_FUNCTION_SIZE for cold partition size.
12558 2015-04-30  Marek Polacek  <polacek@redhat.com>
12560         * varasm.c (handle_cache_entry): Fix logic.
12562 2015-04-30  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
12564         * config/aarch64/aarch64.md (*extr<mode>5_insn_alt): New pattern.
12565         (*extrsi5_insn_uxtw_alt): Likewise.
12566         * config/aarch64/aarch64.c (aarch64_extr_rtx_p): New function.
12567         (aarch64_rtx_costs, IOR case): Use above to properly cost extr
12568         operations.
12570 2015-04-30  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
12572         * config/aarch64/aarch64.c (aarch64_rtx_costs): Handle pattern for
12573         fabd in ABS case.
12575 2015-04-30  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
12577         * config/aarch64/aarch64.md
12578         (*eor_one_cmpl_<SHIFT:optab><mode>3_alt): New pattern.
12579         (*eor_one_cmpl_<SHIFT:optab>sidi3_alt_ze): Likewise.
12580         * config/aarch64/aarch64.c (aarch64_rtx_costs): Handle MVN-shift
12581         appropriately.  Handle alternative EON form.
12583 2015-04-30  Renlin Li  <renlin.li@arm.com>
12585         * config/aarch64/aarch64-simd.md (vec_shr): Defined as an unspec.
12586         * config/aarch64/iterators.md (unspec): Add UNSPEC_VEC_SHR.
12588 2015-04-30  Jan Hubicka  <hubicka@ucw.cz>
12590         PR ipa/65873
12591         * ipa-inline.c (can_inline_edge_p): It is safe to inline across
12592         -fstrict-aliasing boundaries.
12594 2015-04-30  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
12596         * config/aarch64/aarch64.c (aarch64_rtx_mult_cost): Handle MNEG
12597         and [SU]MNEGL patterns.
12599 2015-04-30  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
12601         * config/aarch64/aarch64.c (aarch64_shift_p): New function.
12602         (aarch64_rtx_mult_cost): Update comment to reflect that it also handles
12603         combined arithmetic-shift ops.  Properly handle all shift and extend
12604         operations that can occur in combination with PLUS/MINUS.
12605         Rename maybe_fma to compound_p.
12606         (aarch64_rtx_costs): Use aarch64_shift_p when costing compound
12607         arithmetic and shift operations.
12609 2015-04-30  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
12611         * config/aarch64/aarch64.c (aarch64_rtx_costs): Use extend_arith
12612         rather than arith_shift cost when costing ADD/MINUS of an
12613         extended value.
12615 2015-04-30  Jan Hubicka  <hubicka@ucw.cz>
12617         PR lto/65948
12618         * ipa-devirt.c (odr_types_equivalent_p): NULLPTR_TYPE is equivalent
12619         to itself.
12621 2015-04-30  Richard Sandiford  <richard.sandiford@arm.com>
12623         * genrecog.c (simplify_tests): Check that CONST_INT and XWINT tests
12624         are for the same position.
12626 2015-04-29  Aditya Kumar  <hiraditya@hotmail.com>
12628         * tree-vectorizer.c (set_uid_loop_bbs): New.  Factored out of
12629         vectorize_loops.
12630         (vectorize_loops): Use it.
12632 2015-04-29  Jan Hubicka  <hubicka@ucw.cz>
12634         * ipa-devirt.c (odr_subtypes_equivalent_p): Compare TYPE_NAME only
12635         for aggregate types.
12636         (register_odr_type): Be ready for MAIN_VARIANT of ODR type
12637         type to be non_ODR.
12638         * tree.c (need_assembler_name_p): Compute mangled name for
12639         non-fundamental types and integer types.
12641 2015-04-29  Mikhail Maltsev  <maltsevm@gmail.com>
12643         * dojump.c (do_compare_rtx_and_jump): Use std::swap instead of
12644         manual swaps.
12645         * expr.c (expand_expr_real_2): Likewise.
12647 2015-04-29  Jan Hubicka  <hubicka@ucw.cz>
12649         * tree.c (build_common_builtin_nodes): Do not build
12650         __builtin_alloca_with_align as equivalent of library alloca.
12652 2015-04-29  Jan Hubicka  <hubicka@ucw.cz>
12654         * dwarf2out.c (gen_type_die_with_usage): Call verify_type.
12655         * ipa-chkp.c (chkp_copy_function_type_adding_bounds): Do not produce
12656         bugus variants.
12657         * tree.c: Include print-tree.h and ipa-utils.h
12658         (free_lang_data_in_type): Clear TYPE_VFIELD leaked by C FE.
12659         (free_lang_data_in_cgraph): Call verify_type.
12660         (verify_type_variant): New function.
12661         (verify_type): New function.
12662         * tree.h (verify_type): Declare.
12664 2015-04-29  Steve Ellcey  <sellcey@imgtec.com>
12666         * config/mips/mips-cpus.def: (mips4): Change default processor
12667         from PROCESSOR_R8000 to PROCESSOR_R10000.
12669 2015-04-29  Petar Jovanovic  <petar.jovanovic@rt-rk.com>
12671         * config/mips/mips.h (CRT_CALL_STATIC_FUNCTION): Fix the macro to use
12672         la/jalr instead of jal.
12674 2015-04-29  Uros Bizjak  <ubizjak@gmail.com>
12676         PR target/65871
12677         * config/i386/i386.md (*bmi_bextr_<mode>_ccz): New pattern.
12678         (*bmi2_bzhi_<mode>3_1_ccz): Ditto.
12679         (setcc+movzbl peephole2): Check also clobbered reg.
12680         (setcc+andl peephole2): Ditto.
12682 2015-04-29  Thomas Schwinge  <thomas@codesourcery.com>
12684         PR libgomp/65099
12685         * config/nvptx/mkoffload.c (target_ilp32): New variable.
12686         (main): Set it depending on "-foffload-abi=[...]".
12687         (compile_native, main): Use it to pass "-m32" or "-m64" to the
12688         compiler.
12690 2015-04-29  Alan Lawrence  <alan.lawrence@arm.com>
12692         PR target/65770
12693         * config/aarch64/aarch64-simd.md (vec_store_lanesoi_lane<mode>,
12694         vec_store_lanesci_lane<mode>, vec_store_lanesxi_lane<mode>):
12695         Flip lane index back at assembly time for bigendian.
12697 2015-04-29  Thomas Schwinge  <thomas@codesourcery.com>
12699         * tree.h (OMP_STANDALONE_CLAUSES): New macro.
12700         * gimplify.c (gimplify_omp_workshare): Use it.
12702 2015-04-29  Richard Sandiford  <richard.sandiford@arm.com>
12704         * Makefile.in (build/genrecog.o): Depend on inchash.h.
12705         (build/genrecog$(build_exeext): Depend on build/hash-table.o and
12706         build/inchash.o
12707         * genrecog.c: Rewrite most of the code except for the third page.
12709 2015-04-29  Richard Sandiford  <richard.sandiford@arm.com>
12711         * inchash.h, inchash.c: Include bconfig.h for build objects.
12712         * Makefile.in (build/inchash.o): New rule.
12714 2015-04-29  Yvan Roux  <yvan.roux@linaro.org>
12716         PR target/65924
12717         * config/arm/thumb2.md (*thumb2_addsi3_compare0_scratch): Fix operand
12718         number in type attribute expression.
12720 2015-04-29  Richard Sandiford  <richard.sandiford@arm.com>
12722         * loop-iv.c (canon_condition): Generalize to all types of integer
12723         constant.
12725 2015-04-29  Bernhard Reuther-Fischer  <aldot@gcc.gnu.org>
12727         * gimple-walk.c: Prune duplicate or unneeded includes.
12728         (walk_gimple_asm): Only call parse_input_constraint or
12729         parse_output_constraint if their findings are used.
12730         Honour parse_input_constraint and parse_output_constraint
12731         result.
12733 2015-04-29  Alan Lawrence  <alan.lawrence@arm.com>
12735         * config/arm/neon.md (vec_shl<mode>, vec_shr<mode>): Remove.
12737 2015-04-29  Tom de Vries  <tom@codesourcery.com>
12739         PR tree-optimization/65893
12740         * passes.def (pass_all_optimizations): Move pass_stdarg to after
12741         pass_dce.
12743 2015-04-29  Richard Biener  <rguenther@suse.de>
12745         * tree-vect-data-refs.c (vect_analyze_group_access): Properly
12746         compute GROUP_SIZE for basic-block SLP.
12747         * tree-vect-slp.c (vect_get_place_in_interleaving_chain): Properly
12748         take into account gaps.
12749         (vect_get_mask_element): Properly reject references to previous
12750         vectors.
12751         (vect_transform_slp_perm_load): Likewise.
12753 2015-04-29  Christian Bruel  <christian.bruel@st.com>
12755         PR target/64835
12756         * config/i386/i386.c (ix86_default_align): New function.
12757         (ix86_override_options_after_change): Call ix86_default_align.
12758         (TARGET_OVERRIDE_OPTIONS_AFTER_CHANGE): New hook.
12759         (ix86_override_options_after_change): New function.
12761 2015-04-28  Jeff Law  <law@redhat.com>
12763         * tree-ssa-dom.c (record_equality); Fix comment typos.
12765 2015-04-28  Tom de Vries  <tom@codesourcery.com>
12767         PR tree-optimization/65887
12768         * gimplify.c (gimplify_modify_expr): Remove ifn_va_arg ap fixup.
12770 2015-04-28  Sandra Loosemore  <sandra@codesourcery.com>
12772         * doc/extend.texi (Declaring Attributes of Functions): Split into
12773         subsections by target.  Alphabetize the table of common attributes.
12774         Rewrite some of the introductory text to reflect the new structure.
12775         Update some cross-references to point to the new subsections.
12776         (Attribute Syntax): Put paragraph about "__" naming here.  Remove
12777         duplicate copies in the discussion of function, label, and type
12778         attributes.
12780 2015-04-28  Dominique d'Humieres  <dominiq@lps.ens.fr>
12782         PR bootstrap/65910
12783         * varasm.c (assemble_end_function): Guard ASM_DECLARE_FUNCTION_SIZE.
12785 2015-04-28  Jason Merrill  <jason@redhat.com>
12787         PR c++/65734
12788         * stor-layout.c (layout_type): Layout the TYPE_MAIN_VARIANT.
12789         (finalize_type_size): Respect TYPE_USER_ALIGN.
12790         (layout_type) [ARRAY_TYPE]: Likewise.
12792 2015-04-28  Yvan Roux  <yvan.roux@linaro.org>
12794         * config/arm/arm.md (*arm_movt): Fix type attribute.
12795         (*cmpsi_shiftsi): Likewise.
12796         (*cmpsi_shiftsi_swp): Likewise.
12797         (*movsicc_insn): Likewise.
12798         (*cond_move): Likewise.
12799         (*if_plus_move): Likewise.
12800         (*if_move_plus): Likewise.
12801         (*if_arith_move): Likewise.
12802         (*if_move_arith): Likewise.
12803         (*if_shift_move): Likewise.
12804         (*if_move_shift): Likewise.
12805         (*arm_movtas_ze): Likewise.
12806         * config/arm/thumb2.md (*thumb2_movsicc_insn): Fix alternative
12807         redundancy and type attribute.
12808         (*thumb2_movsi_insn): Fix type attribute.
12809         (*thumb2_addsi_short): Likewise.
12810         (thumb2_addsi3_compare0): Likewise.
12811         (*thumb2_addsi3_compare0_scratch): Merge alternatives and fix
12812         attributes accordingly.
12814 2015-04-28  Markus Trippelsdorf  <markus@trippelsdorf.de>
12816         PR other/65911
12817         * function.c (pad_to_arg_alignment): Add parentheses.
12819 2015-04-28  Uros Bizjak  <ubizjak@gmail.com>
12821         * config/frv/frv.h (CRT_GET_RFIB_DATA): Move definition to
12822         libgcc/config/frv/elf-lib.h.
12824 2015-04-28  Tom de Vries  <tom@codesourcery.com>
12826         * tree-call-cdce.c: Fix example in header comment.
12828 2015-04-28  Richard Biener  <rguenther@suse.de>
12830         PR tree-optimization/62283
12831         * tree-vect-slp.c (vect_build_slp_tree): When the SLP build
12832         fails fatally and we are vectorizing a basic-block simply
12833         cause the child to be constructed piecewise.
12834         (vect_analyze_slp_cost_1): Adjust.
12835         (vect_detect_hybrid_slp_stmts): Likewise.
12836         (vect_bb_slp_scalar_cost): Likewise.
12837         (vect_get_constant_vectors): For piecewise constructed
12838         constants place them after the last def.
12839         (vect_get_slp_defs): Adjust.
12840         * tree-vect-stmts.c (vect_is_simple_use): Detect in-BB
12841         externals for basic-block vectorization.
12843 2015-04-28  Thomas Preud'homme  <thomas.preudhomme@arm.com>
12845         PR target/63503
12846         * config.gcc: Add cortex-a57-fma-steering.o to extra_objs for
12847         aarch64-*-*.
12848         * config/aarch64/t-aarch64: Add a rule for cortex-a57-fma-steering.o.
12849         * config/aarch64/aarch64.h (AARCH64_FL_USE_FMA_STEERING_PASS): Define.
12850         (AARCH64_TUNE_FMA_STEERING): Likewise.
12851         * config/aarch64/aarch64-cores.def: Set
12852         AARCH64_FL_USE_FMA_STEERING_PASS for cores with dynamic steering of
12853         FMUL/FMADD instructions.
12854         * config/aarch64/aarch64.c (aarch64_register_fma_steering): Declare.
12855         (aarch64_override_options): Include cortex-a57-fma-steering.h.  Call
12856         aarch64_register_fma_steering () if AARCH64_TUNE_FMA_STEERING is true.
12857         * config/aarch64/cortex-a57-fma-steering.h: New file.
12858         * config/aarch64/cortex-a57-fma-steering.c: Likewise.
12860 2015-04-28  Richard Sandiford  <richard.sandiford@arm.com>
12862         * gensupport.c (std_preds): Add missing codes to address_operand entry.
12864 2015-04-28  Richard Biener  <rguenther@suse.de>
12866         PR tree-optimization/65851
12867         * tree-ssa-ccp.c (set_lattice_value): Perform a meet when
12868         changing CONSTANT to CONSTANT non-copy.  Get new_val by reference.
12869         (ccp_lattice_meet): Remove stray argument.  Use operand_equal_p
12870         rather than simple_cst_equal as the latter doesn't handle COMPLEX_CST.
12871         (ccp_visit_phi_node): Adjust.
12872         (evaluate_stmt): For simplifications to SSA names return its
12873         lattice value if that isn't VARYING.  Return immediately when
12874         simplified to a constant.
12875         (visit_assignment): Adjust.
12876         (ccp_visit_stmt): Likewise.
12878 2015-04-28  Tom de Vries  <tom@codesourcery.com>
12880         PR tree-optimization/65818
12881         * tree-stdarg.c (expand_ifn_va_arg_1): Ensure that side-effects are
12882         evaluated.
12884 2015-04-27  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
12886         * calls.c (save_fixed_argument_area): Don't check
12887         ARGS_GROW_DOWNWARD with the preprocessor.
12888         (restore_fixed_argument_area): Likewise.
12889         (mem_overlaps_already_clobbered_arg_p): Likewise.
12890         (check_sibcall_argument_overlap): Likewise.
12891         (expand_call): Likewise.
12892         (emit_library_call_value_1): Likewise.
12893         (store_one_arg): Likewise.
12894         * function.c (assign_parms): Likewise.
12895         (locate_and_pad_parm): Likewise.
12896         (pad_to_arg_alignment): Likewise.
12897         * targhooks.c (std_gimplify_va_arg_expr): Likewise.
12899 2015-04-27  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
12901         * config/pa/pa.h (ARGS_GROW_DOWNWARD): Define to 1.
12902         * defaults.h (ARGS_GROW_DOWNWARD): Define it to 0 by default.
12903         * calls.c (save_fixed_argument_area): Don't chekc if
12904         ARGS_GROW_DOWNWARD is defined.
12905         (restore_fixed_argument_area): Likewise.
12906         (mem_overlaps_already_clobbered_arg_p): Likewise.
12907         (check_sibcall_argument_overlap): Likewise.
12908         (expand_call): Likewise.
12909         (emit_library_call_value_1): Likewise.
12910         (store_one_arg): Likewise.
12911         * function.c (assign_parms): Likewise.
12912         (locate_and_pad_parm): Likewise.
12913         (pad_to_arg_alignment): Likewise.
12914         * targhooks.c (std_gimplify_va_arg_expr): Likewise.
12916 2015-04-27  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
12918         * defaults.h (gen_epilogue): New function.
12919         * alias.c (init_alias_analysis): don't check if HAVE_epilogue is
12920         defined.
12921         * cfgrtl.c (cfg_layout_finalize): Likewise.
12922         * df-scan.c: Likewise.
12923         * function.c (thread_prologue_and_epilogue_insns): Likewise.
12924         (reposition_prologue_and_epilogue_notes): Likewise.
12925         * reorg.c (find_end_label): Likewise.
12926         * toplev.c: Likewise.
12928 2015-04-27  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
12930         * bb-reorder.c (HAVE_return): Don't check if its undefined.
12931         * defaults.h (gen_simple_return): New function.
12932         (gen_simple_return): Likewise.
12933         (HAVE_return): Add default definition to false.
12934         (HAVE_simple_return): Likewise.
12935         * cfgrtl.c (force_nonfallthru_and_redirect): Remove checks if
12936         HAVE_return and HAVE_simple_return are defined.
12937         * function.c (gen_return_pattern): Likewise.
12938         (convert_jumps_to_returns): Likewise.
12939         (thread_prologue_and_epilogue_insns): Likewise.
12940         * reorg.c (find_end_label): Likewise.
12941         (dbr_schedule): Likewise.
12942         * shrink-wrap.c: Likewise.
12943         * shrink-wrap.h: Likewise.
12945 2015-04-27  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
12947         * defaults.h (EPILOGUE_USES): Add default definition of false.
12948         * df-scan.c (EPILOGUE_USES): Remove check if its undefined.
12949         * resource.c (init_resource_info): Likewise.
12951 2015-04-27  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
12953         * defaults.h (PCC_BITFIELD_TYPE_MATTERS): Add default definition
12954         to false.
12955         * dwarf2out.c (field_byte_offset): REmove check if
12956         PCC_BITFIELD_TYPE_MATTERS is defined.
12957         * stor-layout.c (layout_decl): Likewise.
12958         (update_alignment_for_field): Likewise.
12959         (place_field): Likewise.
12961 2015-04-27  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
12963         * defaults.h (HARD_REGNO_RENAME_OK): Add default definition to
12964         true.
12965         * regrename.c (check_new_reg_p): Remove check if
12966         HARD_REGNO_RENAME_OK is defined.
12967         * sel-sched.c (sel_hard_regno_rename_ok): Likewise.
12969 2015-04-27  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
12971         * calls.c (prepare_call_address): Remove ifdef NO_FUNCTION_CSE.
12972         * cse.c (fold_rtx): Likewise.
12973         * config/alpha/alpha.h (NO_FUNCTION_CSE): Define to 1.
12974         * config/arc/arc.h (NO_FUNCTION_CSE): Likewise.
12975         * config/avr/avr.h (NO_FUNCTION_CSE): Likewise.
12976         * config/cr16/cr16.h (NO_FUNCTION_CSE): Likewise.
12977         * config/epiphany/epiphany.h (NO_FUNCTION_CSE): Likewise.
12978         * config/frv/frv.h (NO_FUNCTION_CSE): Likewise.
12979         * config/h8300/h8300.h (NO_FUNCTION_CSE): Likewise.
12980         * config/i386/i386.h (NO_FUNCTION_CSE): Likewise.
12981         * config/ia64/ia64.h (NO_FUNCTION_CSE): Likewise.
12982         * config/lm32/lm32.h (enum reg_class) (NO_FUNCTION_CSE):
12983         * Likewise.
12984         * config/m32r/m32r.h (NO_FUNCTION_CSE): Likewise.
12985         * config/mep/mep.h (NO_FUNCTION_CSE): Likewise.
12986         * config/mn10300/mn10300.h (NO_FUNCTION_CSE): Likewise.
12987         * config/nds32/nds32.h (NO_FUNCTION_CSE): Likewise.
12988         * config/nios2/nios2.h (NO_FUNCTION_CSE): Likewise.
12989         * config/pa/pa.h (NO_FUNCTION_CSE): Likewise.
12990         * config/rs6000/rs6000.h (NO_FUNCTION_CSE): Likewise.
12991         * config/s390/s390.h (NO_FUNCTION_CSE): Likewise.
12992         * config/sparc/sparc.h (NO_FUNCTION_CSE): Likewise.
12993         * config/spu/spu.h (NO_FUNCTION_CSE): Likewise.
12994         * config/stormy16/stormy16.h (NO_FUNCTION_CSE): Likewise.
12995         * config/v850/v850.h (NO_FUNCTION_CSE): Likewise.
12996         * defaults.h (NO_FUNCTION_CSE): Provide default definition to 0.
12997         * doc/tm.texi: Regenerate.
12998         * doc/tm.texi.in: Document NO_FUNCTION_CSE is always defined to
12999         either true or false.
13001 2015-04-27  Jeff Law  <law@redhat.com>
13003         PR tree-optimization/65217
13004         * tree-ssa-dom.c (record_equality): Given two SSA_NAMEs, if just one
13005         of them has a single use, make sure it is the LHS of the implied
13006         copy.
13008 2015-04-28  Alan Modra  <amodra@gmail.com>
13010         PR target/65810
13011         * config/rs6000/rs6000.c (POWERPC64_TOC_POINTER_ALIGNMENT): Define.
13012         (offsettable_ok_by_alignment): Use minimum of decl and toc
13013         pointer alignment.  Replace dead code with assertion.
13014         (use_toc_relative_ref): Add mode arg.  Return false in -mcmodel=medium
13015         case if size exceeds toc pointer alignment.
13016         (rs6000_legitimize_reload_address): Update use_toc_relative_ref call.
13017         (rs6000_emit_move): Likewise.
13018         * configure.ac: Add linker toc pointer alignment check.
13019         * configure: Regenerate.
13020         * config.in: Regenerate.
13022 2015-04-27  Yoshinori Sato <ysato@users.sourceforge.jp>
13024         * config.gcc: Add h8300-*-linux.
13025         * config/h8300/linux.h: New.
13026         * config/h8300/t-linux: New.
13027         * config/h8300/h8300.c (h8300_option_override): Normal mode
13028         is not supported for h8300-*-linux.
13029         (h8300_file_start): Target priority change.
13030         (get_shift_alg): Likewise.
13031         (h8300_shift_need_scratch_p): Likewise.
13032         * config/h8300/h8300.h (TARGET_CPU_CPP_BUILTINS): Likewise.
13033         * config/h8300/h8300.md (define_peephole2): Remove duplicate condition.
13035 2015-04-27  Caroline Tice  <cmtice@google.com>
13037         * final.c (final_scan_insn):  Output cold_function_name as function
13038         type.
13039         * varasm.c (cold_function_name):  Make global.
13040         (assemble_start_function):  Re-set cold_function_name.
13041         (assemble_end_function): Output cold partition size.
13042         * varasm.h (cold_function_name):  Declare global.
13044 2015-04-27  Ilya Tocar  <ilya.tocar@intel.com>
13046         * config/i386/i386.h (EXT_REX_SSE_REG_P): New.
13047         * config/i386/i386.md (*cmpi<FPCMP:unord><MODEF:mode>_mixed): Use "v"
13048         constraint.
13049         (*movxi_internal_avx512f): Ditto.
13050         (define_split): Check for xmm16+, when splitting scalar float_extend.
13051         (*extendsfdf2_mixed): Use "v" constraint.
13052         (define_split): Check for xmm16+, when splitting scalar float_truncate.
13053         (*truncdfsf_fast_sse): Use "v" constraint.
13054         (fix_trunc<MODEF:mode><SWI48:mode>_sse): Ditto.
13055         (*float<SWI48:mode><MODEF:mode>2_sse): Ditto.
13056         (define_peephole2): Check for xmm16+, when converting scalar
13057         float_truncate.
13058         (define_peephole2): Check for xmm16+, when converting scalar
13059         float_extend.
13060         (*fop_<mode>_comm_mixed): Use "v" constraint.
13061         (*fop_<mode>_comm_sse): Ditto.
13062         (*fop_<mode>_1_mixed): Ditto.
13063         (*sqrt<mode>2_sse): Ditto.
13064         (*ieee_s<ieee_maxmin><mode>3): Ditto.
13066 2015-04-27  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
13068         * combine.c (simplify_if_then_else): Use std::swap instead
13069         of manually swapping.
13070         (known_cond): Likewise.
13071         (simplify_comparison): Likewise.
13073 2015-04-27  Peter Bergner  <bergner@vnet.ibm.com>
13075         PR target/64579
13076         * config/rs6000/htm.md: Remove all define_expands.
13077         (UNSPECV_HTM_TABORTDC, UNSPECV_HTM_TABORTDCI, UNSPECV_HTM_TABORTWC,
13078         UNSPECV_HTM_TABORTWCI): Remove.
13079         (UNSPECV_HTM_TABORTXC, UNSPECV_HTM_TABORTXCI, UNSPECV_HTM_TTEST): New.
13080         (tabort_internal, tbegin_internal, tcheck_internal, tend_internal,
13081         trechkpt_internal, treclaim_internal, tsr_internal): Rename from this...
13082         (tabort, tbegin, tcheck, tend, trechkpt, treclaim, tsr): ...to this.
13083         (tabortdc_internal, tabortdci_internal, tabortwc_internal,
13084         tabortwci_internal): Remove define_insns.
13085         (tabort<wd>c, tabort<wd>ci): New define_insns.
13086         (tabort): Use gpc_reg_operand.
13087         (tcheck): Remove operand.
13088         (htm_mfspr_<mode>, htm_mtspr_<mode>): Use GPR mode macro.
13089         * config/rs6000/htmxlintrin.h (__TM_end): Use _HTM_TRANSACTIONAL as
13090         expected value.
13091         * config/rs6000/rs6000-builtin.def (BU_HTM_SPR0): Remove.
13092         (BU_HTM_SPR1): Rename to BU_HTM_V1.  Remove use of RS6000_BTC_SPR.
13093         (tabort, tabortdc, tabortdci, tabortwc, tabortwci, tbegin,
13094         tcheck, tend, tendall, trechkpt, treclaim, tresume, tsuspend,
13095         tsr, ttest): Pass in the RS6000_BTC_CR attribute.
13096         (get_tfhar, set_tfhar, get_tfiar, set_tfiar, get_texasr, set_texasr,
13097         get_texasru, set_texasru): Pass in the RS6000_BTC_SPR attribute.
13098         (tcheck): Remove builtin argument.
13099         * config/rs6000/rs6000.c (rs6000_htm_spr_icode): Use TARGET_POWERPC64
13100         not TARGET_64BIT.
13101         (htm_expand_builtin): Fix usage of expandedp.  Disallow usage of the
13102         tabortdc and tabortdci builtins when not in 64-bit mode.
13103         Modify code to handle the loss of the HTM define_expands.
13104         Emit code to copy the CR register to TARGET.
13105         (htm_init_builtins): Modify code to handle the loss of the HTM
13106         define_expands.
13107         * config/rs6000/rs6000.h (RS6000_BTC_32BIT): Delete.
13108         (RS6000_BTC_64BIT): Likewise.
13109         (RS6000_BTC_CR): New macro.
13110         * doc/extend.texi: Update documentation for htm builtins.
13112 2015-04-27  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
13114         * simplify-rtx.c (simplify_gen_binary): Use std::swap instead
13115         of manually swapping.
13116         (simplify_associative_operation): Likewise.
13117         (simplify_binary_operation): Likewise.
13118         (simplify_plus_minus): Likewise.
13119         (simplify_relational_operation): Likewise.
13120         (simplify_ternary_operation): Likewise.
13122 2015-04-27  Richard Sandiford  <richard.sandiford@arm.com>
13124         * config/stormy16/predicates.md (xs_hi_general_operand): Delete.
13125         (xs_hi_nonmemory_operand): Remove error.
13126         * config/stormy16/stormy16.md (movhi, movhi_internal): Use
13127         general_operand rather than xs_hi_general_operand.
13129 2015-04-27  Richard Biener  <rguenther@suse.de>
13131         * tree-ssa-dom.c (record_equivalences_from_phis): Valueize PHI arg.
13132         (record_equivalences_from_stmt): Valueize rhs.
13133         (record_equality): Canonicalize x and y order via
13134         tree_swap_operands_p.  Do not swap operands for same loop depth.
13136 2015-04-27  Georg-Johann Lay  <avr@gjlay.de>
13138         PR target/65296
13139         PR target/65895
13140         * config/avr/gen-avr-mmcu-specs.c (print_mcu): Close file.
13141         Add hint how to use own spec file.
13143 2015-04-27  Jakub Jelinek  <jakub@redhat.com>
13145         PR tree-optimization/65875
13146         * tree-vrp.c (update_value_range): If in is_new case setting
13147         old_vr to VR_VARYING, also set new_vr to it.  Remove
13148         old_vr->type == VR_VARYING test.
13149         (vrp_visit_phi_node): Return SSA_PROP_VARYING instead of
13150         SSA_PROP_INTERESTING if update_value_range returned true,
13151         but new range is VR_VARYING.
13153 2015-04-27  Thomas Preud'homme  <thomas.preudhomme@arm.com>
13155         * combine.c (sign_extend_short_imm): New.
13156         (set_nonzero_bits_and_sign_copies): Use above new function for sign
13157         extension of src short immediate.
13158         (reg_nonzero_bits_for_combine): Likewise for tem.
13160 2015-04-27  Eric Botcazou  <ebotcazou@adacore.com>
13162         * stor-layout.c (self_referential_component_ref_p): New predicate.
13163         (copy_self_referential_tree_r): Use it.
13164         (self_referential_size): Punt for simple operations directly involving
13165         self-referential component references.
13166         * tree-cfg.c (dump_function_to_file): Add missing final curly bracket.
13168 2015-04-27  Eric Botcazou  <ebotcazou@adacore.com>
13170         * ipa-icf.c (icf_handled_component_p): Remove redundant tests.
13172 2015-04-27  Richard Sandiford  <richard.sandiford@arm.com>
13174         * vec.h (vec): Make splice arguments const.  Update definitions
13175         accordingly.
13177 2015-04-27  Yvan Roux  <yvan.roux@linaro.org>
13179         * config/arm/arm.md (*arm_subsi3_insn): Fixed redundant
13180         alternatives.
13182 2015-04-26  Tom de Vries  <tom@codesourcery.com>
13184         PR tree-optimization/65826
13185         * internal-fn.def: Mark VA_ARG with ECF_LEAF.
13187 2015-04-24  Steve Ellcey  <sellcey@imgtec.com>
13189         * config/mips/mips.md: (*madd4<mode>) Remove accum_in attribute.
13190         (*madd3<mode>): Ditto.
13191         (*msub4<mode>): Ditto.
13192         (*msub3<mode>): Ditto.
13193         (*nmadd4<mode>): Ditto.
13194         (*nmadd3<mode>): Ditto.
13195         (*nmadd4<mode>_fastmath): Ditto.
13196         (*nmadd3<mode>_fastmath): Ditto.
13197         (*nmsub4<mode>): Ditto.
13198         (*nmsub3<mode>): Ditto.
13199         (*nmsub4<mode>_fastmath): Ditto.
13200         (*nmsub3<mode>_fastmath): Ditto.
13202 2015-04-24  Jason Merrill  <jason@redhat.com>
13204         PR c++/50800
13205         * tree.c (build_reference_type_for_mode): Don't pass can_alias_all
13206         down when building TYPE_CANONICAL.
13207         (build_pointer_type_for_mode): Likewise.
13209 2015-04-24  Chen Gang  <gang.chen.5i5j@gmail.com>
13211         * genrecog.c (validate_pattern): Check matching constraint refers
13212         to a lower numbered operand.
13214 2015-04-24  Michael Meissner  <meissner@linux.vnet.ibm.com>
13216         PR target/65849
13217         * config/rs6000/rs6000.opt (-mvsx-align-128): Make options that
13218         save to independent variables use the Save attribute.  This will
13219         allow these options to be modified with the #pragma/attribute
13220         target support.
13221         (-mallow-movmisalign): Likewise.
13222         (-mallow-df-permute): Likewise.
13223         (-msched-groups): Likewise.
13224         (-malways-hint): Likewise.
13225         (-malign-branch-targets): Likewise.
13226         (-mvectorize-builtins): Likewise.
13227         (-msave-toc-indirect): Likewise.
13229         * config/rs6000/rs6000.c (rs6000_opt_masks): Add more options that
13230         can be set via the #pragma/attribute target support.
13231         (rs6000_opt_vars): Likewise.
13232         (rs6000_inner_target_options): If VSX was set, also set
13233         -mno-avoid-indexed-addresses.
13235 2015-04-24  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
13237         * config/arm/iterators.md (shiftable_ops): Rename to...
13238         (SHIFTABLE_OPS): ... This.  Update use in comments.
13239         (ior_xor): Rename to...
13240         (IOR_XOR): ... This.
13241         (vqh_ops): Rename to...
13242         (VQH_OPS): ... This.
13243         (vqhs_ops): Rename to...
13244         (VQHS_OPS): ... This.
13245         (rshifts): Rename to...
13246         (RSHIFTS): ... This.
13247         (returns): Rename to...
13248         (RETURNS): ... This.
13249         * config/arm/arm.md: Update uses of the above.
13250         * config/arm/neon.md: Likewise.
13252 2014-04-24  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
13254         * config.host (case ${host}): Add aarch64*-*-linux case.
13255         * config/aarch64/aarch64-cores.def: Add IMPLEMENTER_ID and PART_NUMBER
13256         fields to all the cores.
13257         * config/aarch64/aarch64-elf.h (DRIVER_SELF_SPECS):
13258         Add MCPU_MTUNE_NATIVE_SPECS.
13259         * config/aarch64/aarch64-option-extensions.def: Add FEATURE_STRING
13260         field to all extensions.
13261         * config/aarch64/aarch64-opts.h: Adjust definition of AARCH64_CORE.
13262         * config/aarch64/aarch64.c: Adjust definition of AARCH64_CORE.
13263         Adjust definition of AARCH64_OPT_EXTENSION.
13264         * config/aarch64/aarch64.h: Adjust definition of AARCH64_CORE.
13265         (MCPU_MTUNE_NATIVE_SPECS): Define.
13266         * config/aarch64/driver-aarch64.c: New file.
13267         * config/aarch64/x-arch64: New file.
13268         * doc/invoke.texi (AArch64 Options): Document native value for -mcpu,
13269         -mtune and -march.
13271 2015-04-24  Uros Bizjak  <ubizjak@gmail.com>
13272             Wei Mi  <wmi@google.com>
13274         * config/i386/i386-protos.h (ix86_operands_ok_for_move_multiple): New.
13275         * config/i386/i386.c (extract_base_offset_in_addr): New function.
13276         (ix86_operands_ok_for_move_multiple): Ditto.
13277         * config/i386/sse.md (movsd/movhpd to movupd peephole2): New pattern.
13278         (movlpd/movhpd to movupd peephole2): Ditto.
13280 2015-04-24  Marek Polacek  <polacek@redhat.com>
13282         PR c/61534
13283         * input.h (from_macro_expansion_at): Define.
13285         PR c/63357
13286         * doc/invoke.texi: Update description of -Wlogical-op.
13288 2015-04-24  Thomas Preud'homme  <thomas.preudhomme@arm.com>
13290         * config/arm/unknown-elf.h (ASM_OUTPUT_ALIGNED_DECL_LOCAL): fix
13291         ternary operator in fprintf and harmonize spacing.
13293 2015-04-24  Uros Bizjak  <ubizjak@gmail.com>
13295         * config/i386/sse.md (*vec_widen_smult_even_v8si<mask_name>):
13296         Mark operand1 commutative.
13298 2015-04-24  Uros Bizjak  <ubizjak@gmail.com>
13300         * config/i386/sse.md (*vec_concatv2sf_sse4_1): Do not allow both
13301         input operands in memory.
13302         (*vec_concatv2si_sse4_1): Ditto.
13303         (*vec_concatv2df): Ditto, except for SSE3 and equal input operands.
13304         (vec_extract_lo_<mode><mask_name>): Change operand 1 predicate to
13305         register_operand.
13306         (vec_extract_hi_v32hi): Ditto.
13307         (vec_extract_hi_v64hi): Ditto.
13308         (<mask_codefor>avx512f_unpckhpd512<mask_name>): Ditto.
13310 2015-04-24  Thomas Preud'homme  <thomas.preudhomme@arm.com>
13311             Steven Bosscher <steven@gcc.gnu.org>
13313         PR rtl-optimization/34503
13314         * cprop.c (cprop_reg_p): New.
13315         (hash_scan_set): Use above function to check if register can be
13316         propagated.
13317         (find_avail_set): Return up to two sets, one whose source is a
13318         register and one whose source is a constant.  Sets are returned in an
13319         array passed as parameter rather than as a return value.
13320         (cprop_insn): Use a do while loop rather than a goto.  Try each of the
13321         sets returned by find_avail_set, starting with the one whose source is
13322         a constant. Use cprop_reg_p to check if register can be propagated.
13323         (do_local_cprop): Use cprop_reg_p to check if register can be
13324         propagated.
13325         (implicit_set_cond_p): Likewise.
13327 2015-04-23  Jan Hubicka  <hubicka@ucw.cz>
13329         * ipa-icf.c (sem_function::equals_wpa): Compare thunk info.
13330         (sem_function::equals): IGNORED_NODES parameter is now unused;
13331         update call of equals_private.
13332         (sem_function::equals_private): Do not call equals_wpa; skip
13333         gimple body matching if there is no body.
13334         (sem_function::init): Add logic to hash tthunk info.
13335         (sem_function::parse): Also parse thunks.
13336         * ipa-icf.h (equals_private): Update declaration.
13338 2015-04-23  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
13340         * config/rs6000/altivec.md (*altivec_lvx_<mode>_internal): Remove
13341         asterisk from name so this can be generated directly.
13342         (*altivec_stvx_<mode>_internal): Likewise.
13343         * config/rs6000/rs6000.c (rs6000_emit_le_vsx_store): Add assert
13344         that this is never called during or after reload/lra.
13345         (rs6000_frame_related): Remove split_reg
13346         argument and logic that references it.
13347         (emit_frame_save): Remove last parameter from call to
13348         rs6000_frame_related.
13349         (rs6000_emit_prologue): Remove last parameter from eight calls to
13350         rs6000_frame_related.  Force generation of stvx instruction for
13351         Altivec register saves.  Remove split_reg handling, which is no
13352         longer needed.
13353         (rs6000_emit_epilogue):  Force generation of lvx instruction for
13354         Altivec register restores.
13356 2015-04-23  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
13358         * config/rs6000/rs6000.opt (mcrypto): Change option description to
13359         match category changes in ISA 2.07B.
13361 2015-04-23  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
13363         * config/arm/iterators.md (GTGE, GTUGEU, COMPARISONS): New code
13364         iterators.
13365         (cmp_op, cmp_type): New code attributes.
13366         (NEON_VCMP, NEON_VACMP): New int iterators.
13367         (cmp_op_unsp): New int attribute.
13368         * config/arm/neon.md (neon_vc<cmp_op><mode>): New define_expand.
13369         (neon_vceq<mode>): Delete.
13370         (neon_vc<cmp_op><mode>_insn): New pattern.
13371         (neon_vc<cmp_op_unsp><mode>_insn_unspec): Likewise.
13372         (neon_vcgeu<mode>): Delete.
13373         (neon_vcle<mode>): Likewise.
13374         (neon_vclt<mode>: Likewise.
13375         (neon_vcage<mode>): Likewise.
13376         (neon_vcagt<mode>): Likewise.
13377         (neon_vca<cmp_op><mode>): New define_expand.
13378         (neon_vca<cmp_op><mode>_insn): New pattern.
13379         (neon_vca<cmp_op_unsp><mode>_insn_unspec): Likewise.
13381 2015-04-23  Jan Hubicka  <hubicka@ucw.cz>
13383         * tree.h (attribute_value_equal): Declare.
13384         * tree.c (attribute_value_equal): Export.
13386 2015-04-23  Jan Hubicka  <hubicka@ucw.cz>
13388         * ipa-icf.c (sem_item::compare_attributes): New function.
13389         (sem_item::compare_referenced_symbol_properties): Compare variable
13390         attributes.
13391         (sem_item::hash_referenced_symbol_properties): Record DECL_ALIGN.
13392         (sem_function::param_used_p): New function.
13393         (sem_function::equals_wpa): Fix attribute comparsion; match
13394         parameter type codes; do not compare paremter flags when
13395         they are not used; compare edge flags; compare indirect calls.
13396         (sem_item::update_hash_by_addr_refs): Hash reference type.
13397         (sem_function::equals_private): Do not match DECL_ATTRIBUTES.
13398         (sem_variable::equals_wpa): Do not match DECL_ALIGN; match
13399         reference use type.
13400         (sem_item_optimizer::update_hash_by_addr_refs): Use param_used_p.
13401         * ipa-icf.h (compare_attributes, param_used_p): Declare.
13403 2015-04-23  Jan Hubicka  <hubicka@ucw.cz>
13405         * ipa-icf.c (symbol_compare_collection::symbol_compare_collection):
13406         cleanup.
13407         (sem_function::get_hash): Do not hash DECL_DISREGARD_INLINE_LIMITS,
13408         DECL_DECLARED_INLINE_P and DECL_IS_OPERATOR_NEW.
13409         (sem_item::compare_referenced_symbol_properties): New.
13410         (sem_item::hash_referenced_symbol_properties): New.
13411         (sem_item::compare_cgraph_references): Rename to ...
13412         (sem_item::compare_symbol_references): ... this one; use
13413         compare_referenced_symbol_properties.
13414         (sem_function::equals_wpa): Do not compare
13415         DECL_DISREGARD_INLINE_LIMITS, DECL_DECLARED_INLINE_P,
13416         DECL_IS_OPERATOR_NEW; compare pointer sizes.
13417         (sem_item::update_hash_by_addr_refs): Call
13418         hash_referenced_symbol_properties.
13419         (sem_item::update_hash_by_local_refs): Cleanup.
13420         (sem_function::merge): Do not mix up symbol properties.
13421         (sem_variable::equals_wpa): Use compare_symbol_references.
13422         * ipa-icf.h (sem_item::compare_referenced_symbol_properties): New.
13423         (sem_item::hash_referenced_symbol_properties): New.
13424         (sem_item::compare_symbol_references): New.
13425         (sem_item::compare_cgraph_references): Remove.
13427 2015-04-23  Kwok Cheung Yeung  <kcy@codesourcery.com>
13429         PR target/26702
13430         * config/arm/unknown-elf.h (ASM_OUTPUT_ALIGNED_DECL_LOCAL):
13431         Emit size of local.
13433 2015-04-23  Nick Clifton  <nickc@redhat.com>
13435         * config/rl78/rl78.c (rl78_preferred_reload_class): Add
13436         ATTRIBUTE_UNUSED to x parameter.
13437         * config/rl78/rl78-opts.h (enum rl78_mul_types): Remove unused MUL_RL78.
13439 2015-04-23  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
13441         * config/rs6000/crypto.md (crypto_vpmsum<CR_char>): Change
13442         TARGET_CRYPTO to TARGET_P8_VECTOR>
13443         (crypto_vpermxor_<mode>): Likewise.
13444         * config/rs6000/rs6000-builtin.def (BU_CRYPTO_2A): New #define.
13445         (BU_CRYPTO_3A): Likewise.
13446         (BU_CRYPTO_OVERLOAD_2A): Rename from BU_CRYPTO_OVERLOAD_2.
13447         (BU_CRYPTO_OVERLOAD_3A): New #define.
13448         (VPMSUMB): Change from BU_CRYPTO_2 to BU_CRYPTO_2A.
13449         (VPMSUMH): Likewise.
13450         (VPMSUMW): Likewise.
13451         (VPMSUMD): Likewise.
13452         (VPERMXOR_V2DI): Change from BU_CRYPTO_3 to BU_CRYPTO_3A.
13453         (VPERMXOR_V4SI): Likewise.
13454         (VPERMXOR_V8HI): Likewise.
13455         (VPERMXOR_V16QI): Likewise.
13456         (VPMSUM): Change from BU_CRYPTO_OVERLOAD_2 to
13457         BU_CRYPTO_OVERLOAD_2A.
13458         (VPERMXOR): Change from BU_CRYPTO_OVERLOAD3 to
13459         BU_CRYPTO_OVERLOAD_3A.
13460         * config/rs6000/rs6000.opt (mcrypto): Change description of
13461         option.
13463 2015-04-23  Richard Biener  <rguenther@suse.de>
13465         * passes.def: Remove copy propagation passes run directly after CCP.
13466         * tree-ssa-ccp.c (get_value_for_expr): Fall back to a COPY for
13467         SSA names.
13468         (ccp_visit_phi_node): Rework to handle first executable edge
13469         specially.
13471 2015-04-23  Matthew Wahab  <matthew.wahab@arm.com>
13473         * config/arm/arm.h (LEGITIMIZE_RELOAD_ADDRESS): Remove.
13474         (ARM_LEGITIMIZE_RELOAD_ADDRESS): Remove.
13475         (THUMB_LEGITIMIZE_RELOAD_ADDRESS): Remove.
13476         * config/arm/arm.c (arm_legimitimize_reload_address): Remove.
13477         (thumb_legimitimize_reload_address): Remove.
13478         * config/arm/arm-protos.h (arm_legimitimize_reload_address):
13479         Remove.
13480         (thumb_legimitimize_reload_address): Remove.
13482 2015-04-23  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
13484         * conditions.h (CC_STATUS_INIT): Gate on #ifndef CC_STATUS_INIT.
13486 2015-04-23  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
13488         * config/arm/arm.md (load_multiple): Reject operand 2 greater than
13489         MAX_LDM_STM_OPS.
13490         (store_multiple): Likewise.
13492 2015-04-23  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
13494         * config/arm/arm-protos.h (struct tune_params): Add issue_rate field.
13495         * config/arm/arm.c (arm_slowmul_tune, arm_fastmul_tune,
13496         arm_strongarm_tune, arm_xscale_tune, arm_9e_tune, arm_v6t2_tune,
13497         arm_cortex_tune, arm_cortex_a8_tune, arm_cortex_a7_tune,
13498         arm_cortex_a15_tune, arm_cortex_a53_tune, arm_cortex_a57_tune,
13499         arm_cortex_a9_tune, arm_cortex_a12_tune, arm_v7m_tune, arm_v6m_tune,
13500         arm_fa726te_tune arm_cortex_a5_tune, arm_xgene1_tune):
13501         Specify issue_rate value.
13502         (arm_issue_rate): Look up issue rate from tuning structs. Remove
13503         large switch statement.
13504         (arm_marvell_pj4_tune): New struct.
13505         * config/arm/arm-cores.def (marvell-pj4): Use arm_marvell_pj4_tune
13506         struct.
13508 2015-04-23  Richard Biener  <rguenther@suse.de>
13510         * tree-vect-slp.c (vect_find_first_load_in_slp_instance): Remove.
13511         (vect_find_last_store_in_slp_instance): Rename to ...
13512         (vect_find_last_scalar_stmt_in_slp): ... this and generalize.
13513         (vect_analyze_slp_cost_1): Use vector_load for constant defs
13514         and vec_construct for external defs when estimating prologue cost.
13515         (vect_analyze_slp_instance): Do not init SLP_INSTANCE_FIRST_LOAD_STMT.
13516         Compute costs here only when vectorizing loops.
13517         (vect_slp_analyze_bb_1): Compute SLP cost here, after vector types
13518         have been determined.
13519         (vect_schedule_slp_instance): Simplify vectorized code placement
13520         and prepare for in-BB external defs.
13521         * tree-vectorizer.h (struct _slp_instance): Remove first_load member.
13522         (SLP_INSTANCE_FIRST_LOAD_STMT): Remove.
13523         * tree-vect-stmts.c (vect_model_store_cost): Remove PURE_SLP_STMT
13524         guard.
13525         (vect_model_load_cost): Likewise.
13526         (vectorizable_store): Instead add it here.
13527         (vectorizable_load): Likewise.
13528         (vect_is_simple_use): Dump def type textually.
13530 2015-04-23  Richard Biener  <rguenther@suse.de>
13532         * cfgexpand.c (expand_gimple_stmt_1): Use ops.code.
13533         * cfgloop.c (verify_loop_structure): Verify the root loop node.
13534         * except.c (duplicate_eh_regions): Call get_eh_region_from_lp_number_fn
13535         instead of get_eh_region_from_lp_number.
13536         * loop-init.c (fix_loop_structure): If we removed a loop, reset
13537         the SCEV cache.
13539 2015-04-23  Anton Blanchard  <anton@samba.org>
13541         * config/rs6000/rs6000.c (rs6000_output_function_prologue): No
13542         need for -mprofile-kernel to save LR to stack.
13544 2015-04-22  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
13546         * config/rs6000/rs6000.c (rtx_is_swappable_p): Commentary
13547         adjustments.
13548         (insn_is_swappable_p): Return 1 for a convert from double to
13549         single precision when all of its uses are splats of BE element
13550         zero.
13552 2015-04-23  Kugan Vivekanandarajah  <kuganv@linaro.org>
13554         * ira-costs.c (record_operand_costs): Fix typo (remove redundant code).
13556 2015-04-22  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
13558         PR target/65456
13559         * config/rs6000/rs6000.c (rs6000_option_override_internal):  For
13560         VSX + POWER8, enable TARGET_ALLOW_MOVMISALIGN and
13561         TARGET_EFFICIENT_UNALIGNED_VSX if not selected by command line
13562         option.
13563         (rs6000_builtin_mask_for_load): Return 0 for targets with
13564         efficient unaligned VSX accesses so that the vectorizer will use
13565         direct unaligned loads.
13566         (rs6000_builtin_support_vector_misalignment): Always return true
13567         for targets with efficient unaligned VSX accesses.
13568         (rs6000_builtin_vectorization_cost): Cost of unaligned loads and
13569         stores on targets with efficient unaligned VSX accesses is almost
13570         always the same as the cost of an aligned load or store, so model
13571         it that way.
13572         * config/rs6000/rs6000.h (SLOW_UNALIGNED_ACCESS): Return 0 for
13573         unaligned vectors if we have efficient unaligned VSX accesses.
13574         * config/rs6000/rs6000.opt (mefficient-unaligned-vector): New
13575         undocumented option.
13577 2015-04-22  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
13579         Revert:
13580         2015-04-22  Gregor Richards  <gregor.richards@uwaterloo.ca>
13582         * config.gcc (LIBC_MUSL): New tm_defines macro.
13583         * config/linux.h (OPTION_MUSL): Define.
13584         (INCLUDE_DEFAULTS_MUSL_GPP, INCLUDE_DEFAULTS_MUSL_LOCAL,)
13585         (INCLUDE_DEFAULTS_MUSL_PREFIX, INCLUDE_DEFAULTS_MUSL_CROSS,)
13586         (INCLUDE_DEFAULTS_MUSL_TOOL, INCLUDE_DEFAULTS_MUSL_NATIVE): Define.
13588         * config/linux.opt (mmusl): New option.
13589         * configure.ac (gcc_cv_libc_provides_ssp): Add *-*-musl*.
13590         (gcc_cv_target_dl_iterate_phdr): Add *-linux-musl*.
13592         * configure: Regenerate.
13594 2015-04-22  Gregor Richards  <gregor.richards@uwaterloo.ca>
13596         * config.gcc (LIBC_MUSL): New tm_defines macro.
13597         * config/linux.h (OPTION_MUSL): Define.
13598         (INCLUDE_DEFAULTS_MUSL_GPP, INCLUDE_DEFAULTS_MUSL_LOCAL,)
13599         (INCLUDE_DEFAULTS_MUSL_PREFIX, INCLUDE_DEFAULTS_MUSL_CROSS,)
13600         (INCLUDE_DEFAULTS_MUSL_TOOL, INCLUDE_DEFAULTS_MUSL_NATIVE): Define.
13602         * config/linux.opt (mmusl): New option.
13603         * configure.ac (gcc_cv_libc_provides_ssp): Add *-*-musl*.
13604         (gcc_cv_target_dl_iterate_phdr): Add *-linux-musl*.
13606         * configure: Regenerate.
13608 2015-04-22  Yury Gribov  <y.gribov@samsung.com>
13610         * doc/invoke.texi (-fsanitize-sections): Update description.
13611         * asan.c (set_sanitized_sections): Parse incoming arg.
13612         (section_sanitized_p): Support wildcards.
13614 2015-04-22  Tom de Vries  <tom@codesourcery.com>
13616         PR tree-optimization/65823
13617         * gimplify.c (gimplify_modify_expr): Use operand_equal_p to test for
13618         equality between ap_copy and ap.
13620 2015-04-22  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
13622         PR target/47098
13623         * config/openbsd-oldgas.h (OBSD_LIB_SPEC): Add.
13625 2015-04-22  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
13627         PR target/47122
13628         * config.gcc (vax-*-openbsd*): Fix name of pthread spec header.
13630 2015-04-22  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
13632         PR target/55144
13633         * config.gcc (bfin*-linux-uclibc*): Prepend tmake_file and
13634         remove already contained t-files.
13636 2015-04-22  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
13638         * tree-tailcall.c (suitable_for_tail_opt_p, find_tail_calls):
13639         Remove unneeded forward declarations.
13640         (suitable_for_tail_call_opt_p): Commentary typo fix.
13642 2015-04-22  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
13644         * varasm.c (emit_bss): Remove redundant guard.
13646 2015-04-22  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
13648         * config/c6x/c6x.h (TARGET_CPU_CPP_BUILTINS): Add unk_isa.
13650 2015-04-22  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
13652         * config/bfin/bfin.h (TARGET_CPU_CPP_BUILTINS): Add BFIN_CPU_UNKNOWN.
13654 2015-04-22  Hale Wang  <hale.wang@arm.com>
13655             Terry Guo  <terry.guo@arm.com>
13657         PR rtl-optimization/64818
13658         * combine.c (can_combine_p): Don't combine user-specified
13659         register if it is in an asm input.
13661 2015-04-21  Jan Hubicka  <hubicka@ucw.cz>
13663         PR ipa/65076
13664         * passes.def (early_optimizations): Add pass_dse.
13666 2015-04-21  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
13668         * defaults.h (INSN_REFERENCES_ARE_DELAYED): New definition.
13669         * reorg.c (redundant_insn): Remove ifdef
13670         INSN_REFERENCES_ARE_DELAYED.
13671         * resource.c (mark_referenced_resources): Likewise.
13673 2015-04-21  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
13675         * defaults.h (INSN_SETS_ARE_DELAYED): New definition.
13676         * reorg.c (redundant_insn): Remove ifdef INSN_SETS_ARE_DELAYED.
13677         * resource.c (mark_set_resources): Likewise.
13679 2015-04-21  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
13681         * caller-save.c (insert_one_insn): Remove ifdef HAVE_cc0.
13682         * cfgcleanup.c (flow_find_cross_jump): Likewise.
13683         (flow_find_head_matching_sequence): Likewise.
13684         (try_head_merge_bb): Likewise.
13685         * combine.c (can_combine_p): Likewise.
13686         (try_combine): Likewise.
13687         (distribute_notes): Likewise.
13688         * df-problems.c (can_move_insns_across): Likewise.
13689         * final.c (final): Likewise.
13690         * gcse.c (insert_insn_end_basic_block): Likewise.
13691         * ira.c (find_moveable_pseudos): Likewise.
13692         * reorg.c (try_merge_delay_insns): Likewise.
13693         (fill_simple_delay_slots): Likewise.
13694         (fill_slots_from_thread): Likewise.
13695         * sched-deps.c (sched_analyze_2): Likewise.
13697 2015-04-21  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
13699         * df-scan.c (df_get_entry_block_def_set): Remove #ifdef
13700         PIC_OFFSET_TABLE_REGNUM.
13702 2015-04-21  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
13704         * alias.c (init_alias_target): Remove ifdef
13705         * HARD_FRAME_POINTER_IS_FRAME_POINTER.
13706         * df-scan.c (df_insn_refs_collect): Likewise.
13707         (df_get_regular_block_artificial_uses): Likewise.
13708         (df_get_eh_block_artificial_uses): Likewise.
13709         (df_get_entry_block_def_set): Likewise.
13710         (df_get_exit_block_use_set): Likewise.
13711         * emit-rtl.c (gen_rtx_REG): Likewise.
13712         * ira.c (ira_setup_eliminable_regset): Likewise.
13713         * reginfo.c (init_reg_sets_1): Likewise.
13714         * regrename.c (rename_chains): Likewise.
13715         * reload1.c (reload): Likewise.
13716         (eliminate_regs_in_insn): Likewise.
13717         * resource.c (mark_referenced_resources): Likewise.
13718         (init_resource_info): Likewise.
13720 2015-04-21  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
13722         * defaults.h (MASK_RETURN_ADDR): New definition.
13723         * except.c (expand_builtin_extract_return_addr): Remove ifdef
13724         MASK_RETURN_ADDR.
13726 2015-04-21  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
13728         * defaults.h (RETURN_ADDR_OFFSET): New definition.
13729         * except.c (expand_builtin_extract_return_addr): Remove ifdef
13730         RETURN_ADDR_OFFSET.
13731         (expand_builtin_frob_return_addr): Likewise.
13733 2015-04-21  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
13735         * cfgrtl.c (rtl_merge_blocks): Change #if HAVE_cc0 to if (HAVE_cc0)
13736         (try_redirect_by_replacing_jump): Likewise.
13737         (rtl_tidy_fallthru_edge): Likewise.
13738         * combine.c (insn_a_feeds_b): Likewise.
13739         (find_split_point): Likewise.
13740         (simplify_set): Likewise.
13741         * cprop.c (cprop_jump): Likewise.
13742         * cse.c (cse_extended_basic_block): Likewise.
13743         * df-problems.c (can_move_insns_across): Likewise.
13744         * function.c (emit_use_return_register_into_block): Likewise.
13745         * haifa-sched.c (sched_init): Likewise.
13746         * ira.c (find_moveable_pseudos): Likewise.
13747         * loop-invariant.c (find_invariant_insn): Likewise.
13748         * lra-constraints.c (curr_insn_transform): Likewise.
13749         * postreload.c (reload_combine_recognize_const_pattern):
13750         * Likewise.
13751         * reload.c (find_reloads): Likewise.
13752         * reorg.c (delete_scheduled_jump): Likewise.
13753         (steal_delay_list_from_target): Likewise.
13754         (steal_delay_list_from_fallthrough): Likewise.
13755         (redundant_insn): Likewise.
13756         (fill_simple_delay_slots): Likewise.
13757         (fill_slots_from_thread): Likewise.
13758         (delete_computation): Likewise.
13759         * sched-rgn.c (add_branch_dependences): Likewise.
13761 2015-04-21  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
13763         * genconfig.c (main): Always define HAVE_cc0.
13764         * caller-save.c (insert_one_insn): Change ifdef HAVE_cc0 to #if
13765         HAVE_cc0.
13766         * cfgcleanup.c (flow_find_cross_jump): Likewise.
13767         (flow_find_head_matching_sequence): Likewise.
13768         (try_head_merge_bb): Likewise.
13769         * cfgrtl.c (rtl_merge_blocks): Likewise.
13770         (try_redirect_by_replacing_jump): Likewise.
13771         (rtl_tidy_fallthru_edge): Likewise.
13772         * combine.c (do_SUBST_MODE): Likewise.
13773         (insn_a_feeds_b): Likewise.
13774         (combine_instructions): Likewise.
13775         (can_combine_p): Likewise.
13776         (try_combine): Likewise.
13777         (find_split_point): Likewise.
13778         (subst): Likewise.
13779         (simplify_set): Likewise.
13780         (distribute_notes): Likewise.
13781         * cprop.c (cprop_jump): Likewise.
13782         * cse.c (cse_extended_basic_block): Likewise.
13783         * df-problems.c (can_move_insns_across): Likewise.
13784         * final.c (final): Likewise.
13785         (final_scan_insn): Likewise.
13786         * function.c (emit_use_return_register_into_block): Likewise.
13787         * gcse.c (insert_insn_end_basic_block): Likewise.
13788         * haifa-sched.c (sched_init): Likewise.
13789         * ira.c (find_moveable_pseudos): Likewise.
13790         * loop-invariant.c (find_invariant_insn): Likewise.
13791         * lra-constraints.c (curr_insn_transform): Likewise.
13792         * optabs.c (prepare_cmp_insn): Likewise.
13793         * postreload.c (reload_combine_recognize_const_pattern):
13794         * Likewise.
13795         * reload.c (find_reloads): Likewise.
13796         (find_reloads_address_1): Likewise.
13797         * reorg.c (delete_scheduled_jump): Likewise.
13798         (steal_delay_list_from_target): Likewise.
13799         (steal_delay_list_from_fallthrough): Likewise.
13800         (try_merge_delay_insns): Likewise.
13801         (redundant_insn): Likewise.
13802         (fill_simple_delay_slots): Likewise.
13803         (fill_slots_from_thread): Likewise.
13804         (delete_computation): Likewise.
13805         (relax_delay_slots): Likewise.
13806         * sched-deps.c (sched_analyze_2): Likewise.
13807         * sched-rgn.c (add_branch_dependences): Likewise.
13809 2015-04-21  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
13811         * combine.c (find_single_use): Remove HAVE_cc0 ifdef for code
13812         that is trivially ded on non cc0 targets.
13813         (simplify_set): Likewise.
13814         (mark_used_regs_combine): Likewise.
13815         * cse.c (new_basic_block): Likewise.
13816         (fold_rtx): Likewise.
13817         (cse_insn): Likewise.
13818         (cse_extended_basic_block): Likewise.
13819         (set_live_p): Likewise.
13820         * rtlanal.c (canonicalize_condition): Likewise.
13821         * simplify-rtx.c (simplify_binary_operation_1): Likewise.
13823 2015-04-21  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
13825         * conditions.h: Define macros even if HAVE_cc0 is undefined.
13826         * emit-rtl.c: Define functions even if HAVE_cc0 is undefined.
13827         * final.c: Likewise.
13828         * jump.c: Likewise.
13829         * recog.c: Likewise.
13830         * recog.h: Declare functions even when HAVE_cc0 is undefined.
13831         * sched-deps.c (sched_analyze_2): Always compile case for cc0.
13833 2015-04-21  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
13835         * defaults.h: New definition of EH_RETURN_DATA_REGNO.
13836         * except.c: Remove definition of EH_RETURN_DATA_REGNO.
13837         * builtins.c (expand_builtin): Remove check if
13838         EH_RETURN_DATA_REGNO is defined.
13839         * df-scan.c (df_bb_refs_collect): Likewise.
13840         (df_get_exit_block_use_set): Likewise.
13841         * haifa-sched.c (initiate_bb_reg_pressure_info): Likewise.
13842         * ira-lives.c (process_bb_node_lives): Likewise.
13843         * lra-lives.c (process_bb_lives): Likewise.
13845 2015-04-21  Uros Bizjak  <ubizjak@gmail.com>
13847         * config/i386/i386.md (ARGP_REG, FRAME_REG, BND2_REG, BND3_REG,
13848         FIRST_PSEUDO_REG): New.
13849         * config/i386/i386.h (STACK_POINTER_REGNUM): Define to SP_REG.
13850         (ARG_POINTER_REGNUM): Define to ARGP_REG.
13851         (FRAME_POINTER_REGNUM): Define to FRAME_REG.
13852         (HARD_FRAME_POINTER_REGNUM): Define to BP_REG.
13853         (FIRST_PSEUDO_REGISTER): Define to FIRST_PSEUDO_REG.
13854         (FIRST_INT_REG): New.
13855         (LAST_INT_REG): New.
13856         (FIRST_*_REG): Define using *_REG.
13857         (LAST_*_REG): Ditto.
13858         (QI_REGNO_P): Define using FIRST_QU_REG and LAST_QI_REG.
13859         (LEGACY_INT_REGNO_P): Define using FIRST_INT_REG and LAST_INT_REG.
13860         (FIRST_FLOAT_REG): Define to FIRST_STACK_REG.
13862 2015-04-21  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
13864         * expmed.c: (synth_mult): Only assume overlapping
13865         shift with previous steps in alg_sub_t_m2 case.
13867 2015-04-21  Richard Biener  <rguenther@suse.de>
13869         PR tree-optimization/65650
13870         * tree-ssa-ccp.c (valid_lattice_transition): Allow lattice
13871         transitions involving copies.
13872         (set_lattice_value): Adjust for copy lattice state.
13873         (ccp_lattice_meet): Do not merge UNDEFINED and a copy to the copy
13874         if that doesn't dominate the merge point.
13875         (bit_value_unop): Adjust what we treat as varying mask.
13876         (bit_value_binop): Likewise.
13877         (bit_value_assume_aligned): Likewise.
13878         (evaluate_stmt): When we simplified to a SSA name record a copy
13879         instead of dropping to varying.
13880         (visit_assignment): Simplify.
13882         * gimple-match.h (gimple_simplify): Add another callback.
13883         * gimple-fold.c (fold_stmt_1): Adjust caller.
13884         (gimple_fold_stmt_to_constant_1): Likewise - pass valueize
13885         for the 2nd callback.
13886         * gimple-match-head.c (gimple_simplify): Add a callback that is
13887         used to valueize the stmt operands and use it that way.
13889 2015-04-21  Richard Biener  <rguenther@suse.de>
13891         PR tree-optimization/65788
13892         * tree-ssa-ccp.c (evaluate_stmt): Evaluate to UNDEFINED early.
13894 2015-04-21  Richard Biener  <rguenther@suse.de>
13896         * config/i386/i386.c (ix86_builtin_vectorization_cost): Scale
13897         vec_construct cost by vec_stmt_cost.
13899 2015-04-21  Richard Biener  <rguenther@suse.de>
13901         * cfghooks.h (create_basic_block): Replace with two overloads
13902         for RTL and GIMPLE.
13903         (split_block): Likewise.
13904         * cfghooks.c (split_block): Rename to ...
13905         (split_block_1): ... this.
13906         (split_block): Add two type-safe overloads for RTL and GIMPLE.
13907         (split_block_after_labels): Call split_block_1.
13908         (create_basic_block): Rename to ...
13909         (create_basic_block_1): ... this.
13910         (create_basic_block): Add two type-safe overloads for RTL and GIMPLE.
13911         (create_empty_bb): Call create_basic_block_1.
13912         * cfgrtl.c (fixup_fallthru_exit_predecessor): Use
13913         split_block_after_labels.
13914         * omp-low.c (expand_parallel_call): Likewise.
13915         (expand_omp_target): Likewise.
13916         (simd_clone_adjust): Likewise.
13917         * tree-chkp.c (chkp_get_entry_block): Likewise.
13918         * cgraphunit.c (init_lowered_empty_function): Use the GIMPLE
13919         create_basic_block overload.
13920         (cgraph_node::expand_thunk): Likewise.
13921         * tree-cfg.c (make_blocks): Likewise.
13922         (handle_abnormal_edges): Likewise.
13923         * tree-inline.c (copy_bb): Likewise.
13925 2015-04-21  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
13927         * config/aarch64/aarch64.md (*<NLOGICAL:optab>_one_cmplsidi3_ze):
13928         New pattern.
13929         (*xor_one_cmplsidi3_ze): Likewise.
13931 2015-04-21  Thomas Preud'homme  <thomas.preudhomme@arm.com>
13933         * df-core.c (df_finish_pass): Iterate over df->problems_by_index[] and
13934         use df_remove_problem rather than manually removing problems, leaving
13935         holes in df->problems_in_order[].
13937 2015-04-21  Tom de Vries  <tom@codesourcery.com>
13939         PR tree-optimization/65802
13940         * internal-fn.def (VA_ARG): Add ECF_NOTROW to flags.
13942 2015-04-21  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
13944         * common/config/aarch64/aarch64-common.c (AARCH64_CPU_NAME_LENGTH):
13945         Increase to 128.
13946         (aarch64_rewrite_selected_cpu): Do not chop off extensions starting
13947         at '.'.  Assert that there's enough space for everything.
13949 2015-04-21  Uros Bizjak  <ubizjak@gmail.com>
13951         PR tree-optimization/64950
13952         Revert:
13953         2010-08-02  Uros Bizjak  <ubizjak@gmail.com>
13955         PR target/41089
13956         * config/alpha/alpha.c (alpha_build_builtin_va_list): Mark __offset
13957         as volatile.
13959 2015-04-20  Shiva Chen  <shiva0217@gmail.com>
13961         PR rtl-optimization/64916
13962         * cfgcleanup.c (values_equal_p): New function.
13963         (can_replace_by): Use it.
13965 2015-04-20  Paolo Carlini  <paolo.carlini@oracle.com>
13967         PR c++/65801
13968         * doc/invoke.texi ([-Wnarrowing]): Update.
13970 2015-04-20  Jeff Law  <law@redhat.com>
13972         PR tree-optimization/65658
13973         * tree-ssa-threadupdate.c (redirection_block_p): Remove
13974         redundant test for GIMPLE_ASSIGN in last change.
13976 2015-04-20  Uros Bizjak  <ubizjak@gmail.com>
13978         * config/i386/i386.c (set_pic_reg_ever_live): Remove.
13979         (legitimize_pic_address): Do not call set_pic_reg_ever_live.
13980         (legitimize_tls_address): Ditto.
13981         (ix86_expand_move): Ditto.
13982         (ix86_expand_binary_operator): Remove reload_in_progress checks.
13983         (ix86_expand_unary_operator): Ditto.
13984         * config/i386/predicates.md (index_register_operand): Ditto.
13986 2015-04-20  Selim Belbachir  <selim.belbachir@fr.thalesgroup.com>
13988         * reorg.c (try_merge_delay_insns): Improve correctness checking
13989         for targets with multiple delay slots.
13991 2015-04-20  Jeff Law  <law@redhat.com>
13993         PR tree-optimization/65658
13994         * tree-ssa-threadupdate.c (redirection_block_p): Ignore clobber
13995         statements too.
13997 2015-04-20  Alan Lawrence  <alan.lawrence@arm.com>
13999         * config/aarch64/aarch64.c (aarch64_simd_emit_pair_result_insn): Delete.
14000         * config/aarch64/aarch64-protos.h (aarch64_simd_emit_pair_result_insn):
14001         Delete.
14003 2015-04-20  Jakub Jelinek  <jakub@redhat.com>
14005         PR debug/65807
14006         * dwarf2out.c (add_AT_wide): Clear attr.dw_attr_val.val_entry.
14008 2015-04-20  Richard Biener  <rguenther@suse.de>
14010         * gimple-fold.h (gimple_build): Remove optional valueize arguments.
14011         * gimple-fold.c (gimple_build_valueize): New function.
14012         (gimple_build): Always use gimple_build_valueize as valueize hook.
14014 2015-04-20  Alan Lawrence  <alan.lawrence@arm.com>
14016         PR target/64134
14017         * config/aarch64/aarch64.c (aarch64_expand_vector_init): Load constant
14018         and overwrite variable parts if <= 1/2 the elements are variable.
14020 2015-04-19  Vladimir Makarov  <vmakarov@redhat.com>
14022         PR rtl-optimization/65805
14023         * lra-eliminations.c (lra_eliminate_regs_1): Add new assert.
14024         Don't use difference of offset and previous offset if
14025         update_sp_offset is non-zero.
14026         (eliminate_regs_in_insn): Ditto.
14027         * lra-spills.c (remove_pseudos): Exchange 4th and 6th args in
14028         lra_eliminate_regs_1 call.
14029         * lra-constraints.c (get_equiv_with_elimination): Ditto.
14031 2015-04-18  Trevor Saunders  <tsaunders@mozilla.com>
14033         * hash-table.h: Remove version of hash_table that stored value_type *.
14034         * asan.c, attribs.c, bitmap.c, cfg.c, cgraph.h, config/arm/arm.c,
14035         config/i386/winnt.c, config/ia64/ia64.c, config/mips/mips.c,
14036         config/sol2.c, coverage.c, cselib.c, dse.c, dwarf2cfi.c,
14037         dwarf2out.c, except.c, gcse.c, genmatch.c, ggc-common.c,
14038         gimple-ssa-strength-reduction.c, gimplify.c, haifa-sched.c,
14039         hard-reg-set.h, hash-map.h, hash-set.h, ipa-devirt.c, ipa-icf.h,
14040         ipa-profile.c, ira-color.c, ira-costs.c, loop-invariant.c,
14041         loop-iv.c, loop-unroll.c, lto-streamer.h, plugin.c, postreload-gcse.c,
14042         reginfo.c, statistics.c, store-motion.c, trans-mem.c, tree-cfg.c,
14043         tree-eh.c, tree-hasher.h, tree-into-ssa.c, tree-parloops.c,
14044         tree-sra.c, tree-ssa-coalesce.c, tree-ssa-dom.c, tree-ssa-live.c,
14045         tree-ssa-loop-im.c, tree-ssa-loop-ivopts.c, tree-ssa-phiopt.c,
14046         tree-ssa-pre.c, tree-ssa-reassoc.c, tree-ssa-sccvn.c,
14047         tree-ssa-structalias.c, tree-ssa-tail-merge.c,
14048         tree-ssa-threadupdate.c, tree-vectorizer.c, tree-vectorizer.h,
14049         valtrack.h, var-tracking.c, vtable-verify.c, vtable-verify.h: Adjust.
14051 2015-04-17  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
14052             Jakub Jelinek  <jakub@redhat.com>
14054         PR target/65787
14055         * config/rs6000/rs6000.c (rtx_is_swappable_p): Ensure that a
14056         subsequent SH_NONE operand does not overwrite an existing *special
14057         value.
14058         (adjust_extract): Handle case where a vec_extract operation is
14059         wrapped in a PARALLEL.
14061 2015-04-17  H.J. Lu  <hongjiu.lu@intel.com>
14063         PR target/65780
14064         * config/i386/i386.c (ix86_binds_local_p): Define only if
14065         TARGET_MACHO and TARGET_DLLIMPORT_DECL_ATTRIBUTES are false.
14067 2015-04-17  Jeff Law  <law@redhat.com>
14069         PR tree-optimization/47679
14070         * Makefile.in (OBJS); Add tree-ssa-scopedtables.o.
14071         * tree-ssa-scopedtables.c: New file.
14072         * tree-ssa-scopedtables.h: New file.
14073         * tree-ssa-dom.c: Include tree-ssa-scopedtables.h.
14074         (const_and_copies): Change name/type.
14075         (record_const_or_copy): Move into tree-ssa-scopedtables.c
14076         (record_const_or_copy_1): Similarly.
14077         (restore_vars_to_original_value): Similarly.
14078         (pass_dominator::execute): Create and destroy const_and_copies table.
14079         (thread_across_edge): Update passing of const_and_copies.
14080         (record_temporary_equivalence): Use method calls rather than
14081         manipulating const_and_copies directly.
14082         (record_equality, cprop_into_successor_phis): Similarly.
14083         (dom_opt_dom_walker::before_dom_children): Similarly.
14084         (dom_opt_dom_walker::after_dom_children): Similarly.
14085         (eliminate_redundant_computations): Similarly.
14086         * tree-ssa-threadedge.c (remove_temporary_equivalences): Delete.
14087         (record_temporary_equivalence): Likewise.
14088         (invalidate_equivalences): Likewise.
14089         (record_temporary_equivalences_from_phis): Update due to type
14090         change of const_and_copies.  Use method calls rather than
14091         manipulating the stack directly.
14092         (record_temporary_equivalences_from_stmts_at_dest): Likewise.
14093         (thread_through_normal_block, thread_across_edge): Likewise.
14094         (thread_across_edge): Likewise.
14095         * tree-ssa-threadedge.h (thread_across_edge): Update prototype.
14096         * tree-vrp.c: Include tree-ssa-scopedtables.h.  Change type
14097         of equiv_stack.
14098         (identify_jump_threads): Update due to type change of equiv_stack.
14099         (finalize_jump_threads): Delete the equiv_stack when complete.
14101 2015-04-17  Uros Bizjak  <ubizjak@gmail.com>
14103         * config/i386/i386.h (LEGITIMIZE_RELOAD_ADDRESS): Remove.
14104         * config/i386/i386.c (ix86_legitimize_reload_address): Ditto.
14105         * config/i386/i386-protos.h (ix86_legitimize_reload_address): Ditto.
14107 2015-04-17  Andreas Tobler  <andreast@gcc.gnu.org>
14109         PR target/65535
14110         * config.gcc: Exit with a comment when we do not have a major version
14111         number for the FreeBSD target.
14113 2015-04-17  Jakub Jelinek  <jakub@redhat.com>
14115         PR target/65689
14116         * genpreds.c (struct constraint_data): Add maybe_allows_reg and
14117         maybe_allows_mem bitfields.
14118         (maybe_allows_none_start, maybe_allows_none_end,
14119         maybe_allows_reg_start, maybe_allows_reg_end, maybe_allows_mem_start,
14120         maybe_allows_mem_end): New variables.
14121         (compute_maybe_allows): New function.
14122         (add_constraint): Use it to initialize maybe_allows_reg and
14123         maybe_allows_mem fields.
14124         (choose_enum_order): Sort the non-is_register/is_const_int/is_memory/
14125         is_address constraints such that those that allow neither mem nor
14126         reg come first, then those that only allow reg but not mem, then
14127         those that only allow mem but not reg, then the rest.
14128         (write_allows_reg_mem_function): New function.
14129         (write_tm_preds_h): Call it.
14130         * stmt.c (parse_output_constraint, parse_input_constraint): Use
14131         the generated insn_extra_constraint_allows_reg_mem function
14132         instead of always setting *allows_reg = true; *allows_mem = true;
14133         for unknown extra constraints.
14135 2015-04-17  H.J. Lu  <hongjiu.lu@intel.com>
14137         PR target/65780
14138         * output.h (default_binds_local_p_3): New.
14139         * varasm.c (default_binds_local_p_3): Make it public.  Take an
14140         argument to indicate if common symbol may be local.  If common
14141         symbol may be local, treat non-external variable as defined
14142         locally.
14143         (default_binds_local_p_2): Pass !flag_pic to default_binds_local_p_3.
14144         (default_binds_local_p_1): Pass false to default_binds_local_p_3.
14145         * config/i386/i386.c (ix86_binds_local_p): New.
14146         (TARGET_BINDS_LOCAL_P): Replace default_binds_local_p_2 with
14147         ix86_binds_local_p.
14149 2015-04-17  Jakub Jelinek  <jakub@redhat.com>
14151         PR debug/65771
14152         * dwarf2out.c (mem_loc_descriptor): For CONST, fallback to
14153         trying mem_loc_descriptor on XEXP (rtl, 0).
14155 2015-04-17  Martin Liska  <mliska@suse.cz>
14157         * ipa-icf.c (sem_item_optimizer::subdivide_classes_by_sensitive_refs):
14158         Release symbol_compare_collection.
14159         * ipa-reference.c: Add TODO that a vector should be released.
14161 2015-04-17  Sivanupandi Pitchumani <Pitchumani.Sivanupandi@atmel.com>
14163         PR target/65296
14164         * config/avr/gen-avr-mmcu-specs.c (*avrlibc_startfile): Adjust
14165         to new AVR-LibC file layout (bug #44574).
14166         (*avrlibc_devicelib): Same.
14167         * config/avr/avr-mcus.def: Adjust comments.
14168         * config/avr/avr.opt (nodevicelib): Adjust help.
14170 2015-04-17  Alan Lawrence  <alan.lawrence@arm.com>
14172         * config/aarch64/arm_neon.h (vdup_n_f32): Remove forward declaration.
14174 2015-04-17  Patrick Palka  <ppalka@gcc.gnu.org>
14176         PR c++/64527
14177         * gimplify.c (gimplify_init_constructor): Always emit a
14178         side-effecting constructor.
14180 2015-04-17  Tom de Vries  <tom@codesourcery.com>
14182         PR tree-optimization/64950
14183         * gimplify.c (gimplify_function_tree): Tentatively set PROP_gimple_lva
14184         in cfun->curr_properties.
14185         (gimplify_va_arg_expr): Clear PROP_gimple_lva in cfun->curr_properties
14186         if we generate an IFN_VA_ARG.
14187         * tree-inline.c (expand_call_inline): Reset PROP_gimple_lva in dest
14188         function if PROP_gimple_lva is not set in src function.
14190 2015-04-17  Tom de Vries  <tom@codesourcery.com>
14191             Michael Matz  <matz@suse.de>
14193         PR tree-optimization/64950
14194         * gimple-iterator.c (update_modified_stmts): Remove static.
14195         * gimple-iterator.h (update_modified_stmts): Declare.
14196         * gimplify.c (gimplify_modify_expr): Handle IFN_VA_ARG.
14197         (gimplify_va_arg_internal): New function.
14198         (gimplify_va_arg_expr): Use IFN_VA_ARG.
14199         * gimplify.h (gimplify_va_arg_internal): Declare.
14200         * internal-fn.c (expand_VA_ARG): New unreachable function.
14201         * internal-fn.def (VA_ARG): New DEF_INTERNAL_FN.
14202         * tree-stdarg.c (gimple_call_ifn_va_arg_p, expand_ifn_va_arg_1)
14203         (expand_ifn_va_arg): New function.
14204         (pass_data_stdarg): Add PROP_gimple_lva to properties_provided field.
14205         (pass_stdarg::execute): Call expand_ifn_va_arg.
14206         (pass_data_lower_vaarg): New pass_data.
14207         (pass_lower_vaarg): New gimple_opt_pass.
14208         (pass_lower_vaarg::gate, pass_lower_vaarg::execute)
14209         (make_pass_lower_vaarg): New function.
14210         * cfgexpand.c (pass_data_expand): Add PROP_gimple_lva to
14211         properties_required field.
14212         * passes.def (all_passes): Add pass_lower_vaarg.
14213         * tree-pass.h (PROP_gimple_lva): Add define.
14214         (make_pass_lower_vaarg): Declare.
14216 2015-04-17  Tom de Vries  <tom@codesourcery.com>
14218         * fold-const.c (operand_equal_p): Handle INTERNAL_FNs.
14219         * calls.c (call_expr_flags): Same.
14221 2015-04-17  Tom de Vries  <tom@codesourcery.com>
14223         * tree-stdarg.c (optimize_va_list_gpr_fpr_size): Factor out of ...
14224         (pass_stdarg::execute): ... here.
14226 2015-04-17  Tom de Vries  <tom@codesourcery.com>
14227             Michael Matz  <matz@suse.de>
14229         * tree-cfg.c (make_blocks_1): Factor out of ...
14230         (make_blocks): ... here.
14231         (make_edges_bb): Factor out of ...
14232         (make_edges): ... here.
14233         (gimple_find_sub_bbs): New function.
14234         * tree-cfg.h (gimple_find_sub_bbs): Declare.
14236 2015-04-17  Tom de Vries  <tom@codesourcery.com>
14238         * tree.c (free_lang_data): Disable lang_hooks.gimplify_expr.
14240 2015-04-17  Yury Gribov  <y.gribov@samsung.com>
14242         * asan.c (set_sanitized_sections): New function.
14243         (section_sanitized_p): Ditto.
14244         (asan_protect_global): Optionally sanitize user-defined
14245         sections.
14246         * asan.h (set_sanitized_sections): Declare new function.
14247         * common.opt (fsanitize-sections): New option.
14248         * doc/invoke.texi (-fsanitize-sections): Document new option.
14249         * opts-global.c (handle_common_deferred_options): Handle new
14250         option.
14252 2015-04-17  Jakub Jelinek  <jakub@redhat.com>
14254         PR debug/65771
14255         * dwarf2out.c (loc_list_from_tree): Return NULL
14256         for DEBUG_EXPR_DECL.
14258 2015-04-17  Christian Bruel  <christian.bruel@st.com>
14260         * ipa-inline.c (can_inline_edge_p): Allow inlining of functions with
14261         same attributes.
14263 2015-04-16  Zhouyi Zhou  <yizhouzhou@ict.ac.cn>
14265         * ira-color.c (setup_left_conflict_sizes_p): Do not process
14266         node itself when computing left conflict subnode size.
14268 2015-04-16  Uros Bizjak  <ubizjak@gmail.com>
14270         * config/i386/predicates.md (register_mixssei387nonimm_operand): New.
14271         * config/i386/i386.md (*fop_<mode>_1_mixed): Merge with
14272         *fop_<mode>_1_sse using enabled attribute.  Use
14273         register_mixssei387nonimm_operand operand 1 predicate. Change
14274         alternative 3 constraints from "x" to "v".
14276 2015-04-16  Richard Biener  <rguenther@suse.de>
14278         PR tree-optimization/65774
14279         * tree-ssa-ccp.c (evaluate_stmt): Constrain types we invoke
14280         bit-value tracking on.
14282 2015-04-16  Richard Biener  <rguenther@suse.de>
14284         PR tree-optimization/64277
14285         * tree-vrp.c (check_array_ref): Fix anti-range handling,
14286         simplify upper bound handling.
14287         (search_for_addr_array): Simplify.
14288         (check_array_bounds): Handle ADDR_EXPRs here.
14289         (check_all_array_refs): Simplify.
14291 2015-04-16  Uros Bizjak  <ubizjak@gmail.com>
14293         * config/i386/i386.c (print_reg): Rewrite function.
14295 2015-04-16  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
14297         * config/s390/s390.h (IRA_HARD_REGNO_ADD_COST_MULTIPLIER):
14298         Invert the condition.
14300 2015-04-16  Renlin Li  <renlin.li@arm.com>
14302         * simplify-rtx.c (simplify_unary_operation_1): Fix a typo. Enable two
14303         simplifications for UNSIGNED_FLOAT.
14305 2015-04-16  Nick Clifton  <nickc@redhat.com>
14307         * config/rl78/rl78-opts.h (enum rl78_mul_types): Add MUL_G14 and
14308         MUL_UNINIT.
14309         (enum rl78_cpu_type): New.
14310         * config/rl78/rl78-virt.md (attr valloc): Add divhi and divsi.
14311         (umulhi3_shift_virt): Remove m constraint from operand 1.
14312         (umulqihi3_virt): Likewise.
14313         * config/rl78/rl78.c (rl78_option_override): Add code to process
14314         -mcpu and -mmul options.
14315         (rl78_alloc_physical_registers): Add code to handle divhi and
14316         divsi valloc attributes.
14317         (set_origin): Likewise.
14318         * config/rl78/rl78.h (RL78_MUL_G14): Define.
14319         (TARGET_G10, TARGET_G13, TARGET_G14): Define.
14320         (TARGET_CPU_CPP_BUILTINS): Define __RL78_MUL_xxx__ and
14321         __RL78_Gxx__.
14322         (ASM_SPEC): Pass -mcpu on to assembler.
14323         * config/rl78/rl78.md (mulqi3): Add a clobber of AX.
14324         (mulqi3_rl78): Likewise.
14325         (mulhi3_g13): Likewise.
14326         (mulhi3): Generate the G13 or G14 versions of the insn directly.
14327         (mulsi3): Likewise.
14328         (mulhi3_g14): Add clobbers of AX and BC.
14329         (mulsi3_g14): Likewise.
14330         (mulsi3_g13): Likewise.
14331         (udivmodhi4, udivmodhi4_g14, udivmodsi4): New patterns.
14332         (udivmodsi4_g14, udivmodsi4_g13): New patterns.
14333         * config/rl78/rl78.opt (mmul): Initialise value to
14334         RL78_MUL_UNINIT.
14335         (mcpu): New option.
14336         (m13, m14, mrl78): New option aliases.
14337         * config/rl78/t-rl78 (MULTILIB_OPTIONS): Add mg13 and mg14.
14338         (MULTILIB_DIRNAMES): Add g13 and g14.
14339         * doc/invoke.texi: Document -mcpu and -mmul options.
14341 2015-04-16  Richard Biener  <rguenther@suse.de>
14343         * tree-ssa-ccp.c (likely_value): See if we have operands that
14344         are marked as never simulate again and return CONSTANT in this
14345         case.
14346         * tree-ssa-propagate.c (simulate_stmt): Mark stmts that do
14347         not have any operands that will be simulated again as
14348         not being simulated again.
14350 2015-04-15  Uros Bizjak  <ubizjak@gmail.com>
14352         * config/i386/i386.md (*cmpi<FPCMP:unord><MODEF:mode>_mixed):
14353         Merge with *cmpi<FPCMP:unord><MODEF:mode>_sse using enabled attribute.
14354         (*extendsfdf2_mixed): Merge with *extendsfdf2_sse using enabled
14355         attribute.
14356         (*truncdfsf_fast_mixed): Merge with *truncdfsf_fast_sse using
14357         enabled attribute.
14358         (*float<SWI48:mode><MODEF:mode>2_mixed): Rename from
14359         *float<SWI48:mode><MODEF:mode>2_sse.
14360         (*absneg<mode>2_mixed): Merge with *absneg<mode>2_sse using
14361         enabled attribute.
14362         (*fop_<mode>_comm_mixed): Merge with *fop_<mode>_comm_sse using
14363         enabled attribute.
14365 2015-04-15  Tom de Vries  <tom@codesourcery.com>
14367         PR other/65487
14368         * function.c (push_dummy_function): New function.
14369         (init_dummy_function_start): Use push_dummy_function.
14370         (pop_dummy_function): New function.  Factored out of ...
14371         (expand_dummy_function_end): ... here.
14372         * function.h (push_dummy_function, pop_dummy_function): Declare.
14373         * passes.c (pass_manager::dump_passes): Use push_dummy_function and
14374         pop_dummy_function.
14375         * tree-chkp.c (chkp_gate): Handle cgraph_node::get (cfun->decl) == NULL.
14377 2015-04-15  Jeff Law  <law@redhat.com>
14379         PR tree-optimization/47679
14380         * tree-ssa-dom.c (build_and_record_new_cond): Moved to avoid
14381         need for forward declaration in upcoming changes.
14382         (record_conditions, record_edge_info): Likewise.
14384         PR rtl-optimization/42522
14385         * cse.c (fold_rtx): Try to simplify a ZERO_EXTRACT or
14386         SIGN_EXTRACT as a whole object rather than simplifying
14387         its operand.
14389 2015-04-15  Jakub Jelinek  <jakub@redhat.com>
14391         PR ipa/65765
14392         * ipa-icf-gimple.c (func_checker::compare_bb): For GIMPLE_NOP
14393         and GIMPLE_PREDICT use break instead of return true. For
14394         GIMPLE_EH_DISPATCH, compare dispatch region.
14396 2015-04-14  Matthew Wahab  <matthew.wahab@arm.com>
14398         * doc/extend.texi (__sync Builtins): Simplify some text.  Update
14399         details about the implementation.  Make clear preference for
14400         __atomic builtins.  Reduce possibility of future change.
14402 2015-04-15  Nick Clifton  <nickc@redhat.com>
14404         * config/rx/rx.opt (mallow-string-insns): New option.
14405         * config/rx/rx.c (RX_BUILTIN_RMPA): Disable the use of this
14406         builtin if string instructions are denied.
14407         * config/rx/rx.h (TARGET_CPU_CPP_BUILTINS): Define
14408         __RX_ALLOW_STRING_INSNS__ or __RX_DISALLOW_STRING_INSNS__, as
14409         appropriate.
14410         (ASM_SPEC): Pass -mno-allow-string-insns on to the assembler.
14411         * config/rx/rx.md (movstr): Enable pattern only if string
14412         instructions are allowed.
14413         (rx_movstr, rx_strend, movmemsi, rx_movmem): Likewise.
14414         (cmpstrnsi, cmpstrsi, rx_cmpstrn, rmpa): Likewise.
14415         * config/rx/t-rx (MULTILIB_OPTIONS): Add mno-allow-string-insns.
14416         (MULTILIB_DIRNAMES): Add no-strings.
14417         * doc/invoke.texi: Document -mno-allow-string-insns.
14419 2015-04-15  Alan Modra  <amodra@gmail.com>
14421         PR target/65408
14422         PR target/58744
14423         PR middle-end/36043
14424         * calls.c (load_register_parameters): Don't load past end of
14425         mem unless suitably aligned.
14427 2015-04-15  Nick Clifton  <nickc@redhat.com>
14429         * config/rl78/rl78.c (rl78_expand_prologue): Mark large stack
14430         decrement instruction as being frame related.
14431         (rl78_print_operand_1): Handle 'p' modifier to add +0 to HL
14432         based addresses.
14433         If zero extending a function address enclose the operation in
14434         %code(...).
14435         (rl78_preferred_reload_class): New function.
14436         (TARGET_PREFERRED_RELOAD_CLASS): Define.
14437         * config/rl78/rl78.md: Remove useless constraints in expanders.
14438         (mulqi3_rl78): Remove + qualifier on input-only operand 1.
14439         (mulhi3_rl78): Likewise.
14440         (mulhi3_g13): Likewise.
14441         (mulsi3_rl78): Likewise.
14442         (es_addr): Move to before the multiply patterns.
14444 2015-04-15  Alan Modra  <amodra@gmail.com>
14446         * function.h (struct emit_status): Delete x_first_insn, x_last_insn
14447         and sequence_stack.  Add seq.
14448         (seq_stack): Delete.
14449         * function.c (prepare_function_start): Don't access x_last_insn.
14450         * emit-rtl.h (get_current_sequence, get_topmost_sequence): New.
14451         (get_insns, set_first_insn, get_last_insn, set_last_insn): Use them.
14452         * emit_rtl.c (start_sequence, push_topmost_sequence,
14453         pop_topmost_sequence, end_sequence, in_sequence_p, init_emit): Use
14454         sequence accessors.
14455         (get_last_insn_anywhere, add_insn_after_nobb, add_insn_before_nobb,
14456         remove_insn): Likewise.  Simplify.
14457         * config/m32c/m32c.c (m32c_leaf_function_p): Use push_topmost_sequence
14458         and pop_topmost_sequence.
14459         (m32c_function_needs_enter): Use get_topmost_sequence.  Ignore
14460         debug insns.
14461         * config/rs6000/rs6000.c (rs6000_call_aix): Use get_current_sequence.
14463 2015-04-14  Yvan Roux  <yvan.roux@linaro.org>
14465         PR target/65729
14466         * lra-constraints.c (prohibited_class_reg_set_mode_p): Restore and fix
14467         the assertiion.
14469 2015-04-14  Uros Bizjak  <ubizjak@gmail.com>
14471         * config/i386/i386.h (LEGACY_INT_REG_P): New define.
14472         (LEGACY_INT_REGNO_P): Ditto.
14473         (GENERAL_REGNO_P): Use LEGACY_INT_REGNO_P.
14474         (ANY_MASK_REG_P): Remove.
14475         (BND_REG_P): Rename from ANY_BND_REG_P.
14476         * config/i386/i386.c (print_reg): Use LEGACY_INT_REG_P to print
14477         legacy integer registers.  Do not handle MMX_REG_P in a special way.
14478         Merge 64byte and 32byte SSE handling.
14480 2015-04-14  Nick Clifton  <nickc@redhat.com>
14482         * expr.c (expand_assignment): Force an address offset computation
14483         into a register before changing its mode.
14484         (expand_expr_real_1): Likewise.
14486 2015-04-14  Alan Lawrence  <alan.lawrence@arm.com>
14488         * config/aarch64/arm_neon.h (vst1_lane_f32, vst1_lane_f64,
14489         vst1_lane_p8, vst1_lane_p16, vst1_lane_s8, vst1_lane_s16,
14490         vst1_lane_s32, vst1_lane_s64, vst1_lane_u8, vst1_lane_u16,
14491         vst1_lane_u32, vst1_lane_u64, vst1q_lane_f32, vst1q_lane_f64,
14492         vst1q_lane_p8, vst1q_lane_p16, vst1q_lane_s8, vst1q_lane_s16,
14493         vst1q_lane_s32, vst1q_lane_s64, vst1q_lane_u8, vst1q_lane_u16,
14494         vst1q_lane_u32, vst1q_lane_u64): Reimplement with pointer dereference
14495         and __aarch64_vget_lane_any.
14497 2015-04-14  Jakub Jelinek  <jakub@redhat.com>
14499         PR rtl-optimization/65761
14500         * cfgrtl.c (rtl_split_edge): For EDGE_CROSSING split, use
14501         get_last_bb_insn (after) instead of NEXT_INSN (BB_END (after)).
14503 2015-04-14  Richard Biener  <rguenther@suse.de>
14505         * graphite-scop-detection.c: Do not include cp/cp-tree.h.
14506         (graphite_can_represent_scev): Use POINTER_TYPE_P.
14508 2015-04-14  Richard Biener  <rguenther@suse.de>
14510         PR tree-optimization/65758
14511         * tree-ssa-ccp.c (get_value_from_alignment): Adjust mask test
14512         against -1.
14513         (ccp_lattice_meet): Likewise.
14514         (bit_value_unop): Likewise.
14515         (bit_value_binop): Likewise.
14516         (bit_value_assume_aligned): Likewise.
14518 2015-04-14  Christian Bruel  <christian.bruel@st.com>
14520         * execute_dwarf2_frame (dw_frame_pointer_regnum): Reinitialize for each
14521         function.
14523 2015-04-14  Marc Glisse  <marc.glisse@inria.fr>
14525         PR tree-optimization/63387
14526         * match.pd ((x unord x) | (y unord y) -> (x unord y),
14527         (x unord x) | (x unord y) -> (x unord y)): New simplifications.
14529 2015-04-14  Uros Bizjak  <ubizjak@gmail.com>
14531         * config/i386/predicates.md (any_QIreg_operand): Rename from
14532         q_regs_operand.  Do not process subregs.
14533         (QIreg_operand): Use QI_REGNO_P predicate.
14534         (ext_QIreg_operand): Ditto.
14535         (ext_register_operand): Ditto.
14536         * config/i386/i386.md (TEST splitters): Use QIreg_operand predicate.
14537         (AND splitters): Ditto.
14538         (AND with -65536 splitter): Add SWI48 mode for operand 0.
14539         (AND with -256 splitter): Use any_QIreg_operand predicate and
14540         SWI248 mode for operand 0.
14541         (AND with -65281 splitter): Use QIreg_operand predicate and SWI248
14542         mode for operand 0.
14543         (SETCC + MOVZBL peepholes): Update for renamed any_QIreg_operand.
14545 2015-04-13  Gerald Pfeifer  <gerald@pfeifer.com>
14547         * doc/plugins.texi: Rewrite first introductory paragraph.
14549 2015-04-12  Jan Hubicka  <hubicka@ucw.cz>
14551         * tree-vrp.c (nonnull_arg_p): THIS pointers and references are non-zero.
14552         (gimple_stmt_nonzero_warnv_p): Reference return values are non-zero.
14554 2015-04-12  Jan Hubicka  <hubicka@ucw.cz>
14556         * ipa-profie.c (ipa_profile): Check number of parameters
14557         and possible polymorphic call targets before
14558         devirtualizing.
14560 2015-04-13  Uros Bizjak  <ubizjak@gmail.com>
14562         * config/i386/i386.md (*bmi2_umul<mode><dwi>3_1): Merge from
14563         *bmi2_umulsidi3_1 and *bmi2_umulditi3_1 using DWIH mode iterator.
14565 2015-04-13  Richard Biener  <rguenther@suse.de>
14567         PR tree-optimization/65204
14568         * tree-ssa-ccp.c (evaluate_stmt): Always evaluate address
14569         takens for bit-CCP.
14571 2015-04-13  Richard Biener  <rguenther@suse.de>
14573         PR target/65660
14574         * config/i386/i386.c (bdver1_cost): Double cond_taken_branch_cost
14575         and cond_not_taken_branch_cost to 4 and 2.
14576         (bdver2_cost): Likewise.
14577         (bdver3_cost): Likewise.
14578         (bdver4_cost): Likewise.
14580 2015-04-12  Jan Hubicka  <hubicka@ucw.cz>
14582         * hash-table.h (hash_table constructor): Add mem stats.
14583         (alloc_entries): Likewise.
14585 2015-04-12  Jan Hubicka  <hubicka@ucw.cz>
14587         * ipa-cp.c (ipcp_driver): Relase prev_edge.
14588         * passes.c (execute_one_pass): Only add transform if pass has one.
14590 2015-04-12  Joseph Myers  <joseph@codesourcery.com>
14592         * config/i386/i386.c (ix86_option_override_internal): Don't set
14593         -fprefetch-loop-arrays if optimizing for size.
14595 2015-04-12  Jan Hubicka  <hubicka@ucw.cz>
14596             Gerald Pfeifer  <gerald@pfeifer.com>
14598         * doc/contrib.texi (Contributors): Add Martin Jambor and
14599         Michael Matz.
14601 2015-04-12  Jakub Jelinek  <jakub@redhat.com>
14603         * BASE-VER: Set to 6.0.0.
14605         PR tree-optimization/65747
14606         * ipa-icf-gimple.c (func_checker::compare_operand): Use compare_operand
14607         rather than compare_ssa_name for OBJ_TYPE_REF_OBJECT.
14609 2015-04-12  Gerald Pfeifer  <gerald@pfeifer.com>
14611         * doc/invoke.texi (-Wmemset-transposed-args): Break a long
14612         sentence.  Improve grammar.
14614 2015-04-12  Gerald Pfeifer  <gerald@pfeifer.com>
14616         * doc/contrib.texi (Contributors): Add Maxim Kuvyrkov.
14618 2015-04-11  Jan Hubicka  <hubicka@ucw.cz>
14620         PR ipa/65743
14621         * ipa-inline-transform.c (speculation_removed): Remove static var.
14622         (check_speculations): New function.
14623         (clone_inlined_nodes): Do not check spculations.
14624         (inline_call): Call check_speculations.
14625         * ipa-prop.c (ipa_make_edge_direct_to_target): Do not
14626         consider non-invariants.
14628 2015-04-11  Jan Hubicka  <hubicka@ucw.cz>
14629             Martin Liska  <mliska@suse.cz>
14631         PR ipa/65722
14632         * ipa-icf.c (sem_item::compare_cgraph_references): function and
14633         variable can not match.
14634         (sem_item::update_hash_by_addr_refs): Fix handling of virtual tables.
14635         (sem_variable::equals_wpa): Fix checking of DECL_FINAL_P patch.
14637 2015-04-11  Jakub Jelinek  <jakub@redhat.com>
14639         PR tree-optimization/65735
14640         * tree-ssa-threadedge.c (fsm_find_control_statement_thread_paths):
14641         Remove visited_phis argument, add visited_bbs, avoid recursing into the
14642         same bb rather than just into the same phi node.
14643         (thread_through_normal_block): Adjust caller.
14645 2015-04-11  Gerald Pfeifer  <gerald@pfeifer.com>
14647         * doc/contrib.texi (Contributors): Add Ira Rosen.
14649 2015-04-11  Benno Schulenberg  <bensberg@justemail.net>
14651         * gcov.c (find_source): Fix miswording in error message.
14652         * config/i386/i386.c (ix86_handle_cconv_attribute): Likewise.
14653         (ix86_expand_sse_comi_round): Fix typo in error message.
14655 2015-04-11  Gerald Pfeifer  <gerald@pfeifer.com>
14657         * doc/contrib.texi (Contributors): Add Laurynas Biveinis.
14659 2015-04-10  Gerald Pfeifer  <gerald@pfeifer.com>
14661         * doc/contrib.texi (Contributors): Update Joe Buck's entry.
14663 2015-04-10  Vladimir Makarov  <vmakarov@redhat.com>
14665         PR target/65710
14666         * lra-assigns.c (spill_for): Update smallest_bad_spills_num.
14667         Print bad_spills_num and insn_pseudos_num.
14669 2015-04-10  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
14671         PR target/65694
14672         * config/arm/arm.c (arm_canonicalize_comparison): Use ARM_SIGN_EXTEND
14673         when creating +1 values for SImode.
14675 2015-04-10  Vladimir Makarov  <vmakarov@redhat.com>
14677         PR target/65729
14678         * lra-constraints.c (prohibited_class_reg_set_mode_p): Comment the
14679         assert.
14681 2015-04-10  Jakub Jelinek  <jakub@redhat.com>
14682             Iain Sandoe  <iain@codesourcery.com>
14684         PR target/65351
14685         * configure: Regenerate.
14687 2015-04-09  Kirill Yukhin  <kirill.yukhin@intel.com>
14689         PR target/65671
14690         * config/i386/sse.md: Generate vextract32x4 if AVX-512DQ is disabled.
14692 2015-04-09  Gerald Pfeifer  <gerald@pfeifer.com>
14694         * doc/contrib.texi (Contributors): Add John Marino.
14696 2015-04-09  Jakub Jelinek  <jakub@redhat.com>
14698         PR tree-optimization/65709
14699         * ubsan.c (instrument_mem_ref): Use TREE_TYPE (base) instead of
14700         TREE_TYPE (TREE_TYPE (t)).
14702 2015-04-09  Vladimir Makarov  <vmakarov@redhat.com>
14704         PR target/65710
14705         * lra-int.h (lra_bad_spill_regno_start): New.
14706         * lra.c (lra_bad_spill_regno_start): New.
14707         (lra): Set up lra_bad_spill_regno_start.  Set up
14708         lra_constraint_new_regno_start unconditionally.
14709         * lra-assigns.c (spill_for): Use lra_bad_spill_regno_start for
14710         spill preferences.
14712 2015-04-09  Marek Polacek  <polacek@redhat.com>
14713             Jakub Jelinek  <jakub@redhat.com>
14715         PR middle-end/65554
14716         * gimple-fold.c (gimple_fold_builtin_memory_op): Update comment.
14717         (fold_ctor_reference): Use STRIP_USELESS_TYPE_CONVERSION instead
14718         of STRIP_NOPS.
14720 2015-04-09  Segher Boessenkool  <segher@kernel.crashing.org>
14722         PR rtl-optimization/65693
14723         * combine.c (is_parallel_of_n_reg_sets): Move outside of
14724         #ifndef HAVE_cc0.
14726 2015-04-09  Georg-Johann Lay  <avr@gjlay.de>
14728         PR target/65296
14729         * config/avr/driver-avr.c (avr_devicespecs_file): Don't specify a
14730         device specs file if "device-specs%s" didn't resolve to a path.
14732 2015-04-09  Kirill Yukhin  <kirill.yukhin@intel.com>
14734         PR target/65676
14735         * config/i386/i386.c (fixup_modeless_constant): New.
14736         (ix86_expand_args_builtin): Fixup modeless constant operand.
14737         (ix86_expand_round_builtin): Ditto.
14738         (ix86_expand_special_args_builtin): Ditto.
14739         (ix86_expand_builtin): Ditto.
14741 2015-04-09  Jakub Jelinek  <jakub@redhat.com>
14743         PR target/65693
14744         * config/i386/i386.md (*udivmod<mode>4_pow2): Allow
14745         any pow2 integer in between 2 and 0x80000000U inclusive.
14747 2015-04-08  Segher Boessenkool  <segher@kernel.crashing.org>
14749         PR rtl-optimization/65693
14750         * combine.c (is_parallel_of_n_reg_sets): Change first argument
14751         from an rtx_insn * to an rtx.
14752         (try_combine): Adjust both callers.  Use it once more.
14754 2015-04-08  Ilya Enkovich  <ilya.enkovich@intel.com>
14756         * tree-chkp.c (chkp_find_const_bounds_var): Remove.
14757         (chkp_make_static_const_bounds): Search existing
14758         symbol by assembler name.  Use make_decl_one_only.
14759         (chkp_get_zero_bounds_var): Remove node search which
14760         is now performed in chkp_make_static_const_bounds.
14761         (chkp_get_none_bounds_var): Likewise.
14763 2015-04-08  Michael Witten  <mfwitten@gmail.com>
14765         * doc/extend.texi (Attribute Syntax): Add a trailing semicolon
14766         to an example.
14768 2015-04-08  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
14770         * tree.h (CONVERT_EXPR_P): Commentary typo fix.
14772 2015-04-08  Gerald Pfeifer  <gerald@pfeifer.com>
14774         * doc/extend.texi (__sync Builtins): Fix grammar.
14776 2015-04-08  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
14778         * doc/cfg.texi (GIMPLE statement iterators): Fix typo.
14780 2015-04-08  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
14782         * varasm.c (emit_local): Move definition of align.
14784 2015-04-08  Julian Brown  <julian@codesourcery.com>
14786         * config/nvptx/mkoffload.c (process): Support variable mapping.
14788 2015-03-27  Trevor Saunders  <tbsaunde@tbsaunde.org>
14790         * config/alpha/alpha.c (alpha_use_linkage): Change type of slot to
14791         alpha_links **.
14792         (alpha_write_one_linkage): Correct typo.
14794 2015-04-08  Ilya Enkovich  <ilya.enkovich@intel.com>
14796         * ipa-comdats.c (propagate_comdat_group): Walk through thunks.
14798 2015-04-08  Gerald Pfeifer  <gerald@pfeifer.com>
14800         * doc/install.texi (bootstrap-lto-noplugin): Rewrite.
14802 2015-04-08  Ilya Enkovich  <ilya.enkovich@intel.com>
14804         * tree-chkp.h (chkp_insert_retbnd_call): New.
14805         * tree-chkp.c (chkp_insert_retbnd_call): New.
14806         * ipa-split.c (insert_bndret_call_after): Remove.
14807         (split_function): Use chkp_insert_retbnd_call.
14808         * cgraphunit.c (cgraph_node::expand_thunk): Build returned
14809         bounds for instrumented functions.
14811 2015-04-07  Jan Hubicka  <hubicka@ucw.cz>
14813         PR ipa/65540
14814         * calls.c (initialize_argument_information): When producing tail
14815         call also turn SSA_NAMES passed by references to original PARM_DECLs
14817 2015-04-07  Vladimir Makarov  <vmakarov@redhat.com>
14819         PR target/65648
14820         * lra-remat.c (do_remat): Process input and non-input insn
14821         registers separately.
14823 2015-04-07  Jakub Jelinek  <jakub@redhat.com>
14825         PR debug/65678
14826         * valtrack.c (debug_lowpart_subreg): New function.
14827         (dead_debug_insert_temp): Use it.
14829         PR middle-end/65680
14830         * expr.c (get_inner_reference): Handle bit_offset that doesn't fit
14831         into signed HOST_WIDE_INT the same as negative bit_offset.
14833 2015-04-07  Ilya Enkovich  <ilya.enkovich@intel.com>
14835         * ipa-comdats.c (ipa_comdats): Visit all thunks
14836         to set proper comdat group.
14838 2015-04-07  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
14840         PR target/65489
14841         * config/arm/arm.c (arm_legitimate_constant_p_1): Remove restriction
14842         on constants for NEON VSTRUCT modes.
14844 2015-04-07  Jakub Jelinek  <jakub@redhat.com>
14845             Iain Sandoe  <iain@codesourcery.com>
14847         PR target/65351
14848         * configure: Regenerate.
14850 2015-04-06  Michael Meissner  <meissner@linux.vnet.ibm.com>
14852         PR target/65614
14853         * config/rs6000/rs6000.c (struct processor_costs): Add cost field
14854         for SF->DF conversions to make FLOAT_EXTEND more expensive, so
14855         that LFD is used to load double constants instead of LFS.  Add
14856         defaults for all costs structures.  Add comments for missing
14857         initialization fields.
14858         (size32_cost): Likewise.
14859         (size64_cost): Likewise.
14860         (rs64a_cost): Likewise.
14861         (mpccore_cost): Likewise.
14862         (ppc403_cost): Likewise.
14863         (ppc405_cost): Likewise.
14864         (ppc440_cost): Likewise.
14865         (ppc476_cost): Likewise.
14866         (ppc601_cost): Likewise.
14867         (ppc603_cost): Likewise.
14868         (ppc604_cost): Likewise.
14869         (ppc604e_cost): Likewise.
14870         (ppc620_cost): Likewise.
14871         (ppc630_cost): Likewise.
14872         (ppccell_cost): Likewise.
14873         (ppc750_cost): Likewise.
14874         (ppc7450_cost): Likewise.
14875         (ppc8540_cost): Likewise.
14876         (ppce300c2c3_cost): Likewise.
14877         (ppce500mc_cost): Likewise.
14878         (ppce500mc64_cost): Likewise.
14879         (ppce5500_cost): Likewise.
14880         (ppce6500_cost): Likewise.
14881         (titan_cost): Likewise.
14882         (power4_cost): Likewise.
14883         (power6_cost): Likewise.
14884         (power7_cost): Likewise.
14885         (power8_cost): Likewise.
14886         (ppca2_cost): Likewise.
14887         (rs6000_rtx_costs): Make FLOAT_EXTEND use SFDF_convert field.
14889         * config/rs6000/rs6000.md (extendsfdf2_fpr): Generate XSCPSGNDP
14890         instead of XXLOR to copy SFmode to clear out dirty bits created
14891         when SFmode denormals are generated.
14892         (mov<mode>_hardfloat, FMOVE32 case): Likewise.
14893         (truncdfsf2_fpr): Add support for ISA 2.07 XSRSP instruction.
14895 2015-04-06  Evandro Menezes  <e.menezes@samsung.com>
14897         * doc/invoke.texi (AARCH64/mtune): Add exynos-m1 as an option.
14898         * config/aarch64/aarch64-cores.def (exynos-m1): New core.
14899         * config/aarch64/aarch64-tune.md: Regenerate.
14901 2015-04-06  Evandro Menezes  <e.menezes@samsung.com>
14903         * doc/invoke.texi (ARM/mtune): Add "exynos-m1" as an option.
14904         * config/arm/arm.c (arm_issue_rate): Specify "3" for "exynosm1".
14905         * config/arm/arm-cores.def (exynos-m1): New core.
14906         * config/arm/arm-tune.md: Regenerate.
14907         * config/arm/arm-tables.opt: Add entry for "exynos-m1".
14908         * config/arm/bpabi.h: Likewise.
14910 2015-04-06  Ilya Enkovich  <ilya.enkovich@intel.com>
14912         * ipa-cp (set_single_call_flag): Remove too
14913         restrictive assert.
14915 2015-04-06  Ilya Verbin  <ilya.verbin@intel.com>
14917         * config/i386/intelmic-mkoffload.c (generate_host_descr_file): Call
14918         GOMP_offload_unregister from the destructor.
14920 2015-04-06  Ilya Enkovich  <ilya.enkovich@intel.com>
14922         * ipa-chkp.c (chkp_maybe_create_clone): Reset cdtor
14923         flags for instrumentation thunk.
14924         (chkp_produce_thunks): Likewise.
14926 2015-04-05  Martin Liska  <mliska@suse.cz>
14928         PR ipa/65665
14929         * ipa-icf.c (sem_function::equals_wpa): Verify that IPA CP
14930         has computed data structure.
14931         (sem_item_optimizer::update_hash_by_addr_refs): Likewise.
14933 2015-04-04  Jan Hubicka  <hubicka@ucw.cz>
14935         * invoke.texi (inline-unit-growth): Increase growth to 20%
14936         * params.def (PARAM_INLINE_UNIT_GROWTH): Likewise.
14938 2015-04-04  Vladimir Makarov  <vmakarov@redhat.com>
14940         PR target/65647
14941         * lra-int.h (LRA_MAX_REMATERIALIZATION_PASSES): New.  Add its
14942         value checking.
14943         (lra_rematerialization_iter): New.
14944         * lra.c (lra): Initialize lra_rematerialization_iter.
14945         Stop updating lra_constraint_new_regno_start after switching of
14946         inheritance and rematerialization.
14947         * lra-remat.c (lra_rematerialization_iter): New.
14948         (lra_remat): Add printing pass iteration.  Do rematerialization
14949         only first LRA_MAX_REMATERIALIZATION_PASSES iterations.
14951 2015-04-04  Richard Biener  <rguenther@suse.de>
14953         PR tree-optimization/64909
14954         PR tree-optimization/65660
14955         * tree-vectorizer.h (vect_get_known_peeling_cost): Adjust
14956         to take a cost vector for scalar iteration cost.
14957         (vect_get_single_scalar_iteration_cost): Likewise.
14958         * tree-vect-loop.c (vect_get_single_scalar_iteration_cost):
14959         Compute the scalar iteration cost into a cost vector.
14960         (vect_get_known_peeling_cost): Use the scalar cost vector to
14961         account for the cost of the peeled iterations.
14962         (vect_estimate_min_profitable_iters): Likewise.
14963         * tree-vect-data-refs.c (vect_peeling_hash_get_lowest_cost):
14964         Likewise.
14966 2015-04-04  Alan Modra  <amodra@gmail.com>
14968         PR target/65576
14969         PR target/65240
14970         * config/rs6000/predicates.md (zero_reg_mem_operand): Exclude
14971         0.0 constant unless TARGET_VSX.
14972         * config/rs6000/rs6000.md (extenddftf2_internal): Remove last
14973         alternative.
14975 2015-04-03  Jan Hubicka  <hubicka@ucw.cz>
14977         PR ipa/65654
14978         * ipa-inline-transform.c (inline_call): Skip sanity check to work
14979         around the ICE
14981 2015-04-03  Jan Hubicka  <hubicka@ucw.cz>
14983         PR ipa/65655
14984         * ipa-inline-analysis.c (edge_set_predicate): Do not redirect
14985         speculative indirect edges to avoid ordering issue.
14987 2015-04-03  Jan Hubicka  <hubicka@ucw.cz>
14989         PR ipa/65076
14990         * ipa-inline.c (edge_badness): Add combined size to the denominator.
14992 2015-04-03  Jakub Jelinek  <jakub@redhat.com>
14994         * omp-low.c (scan_omp_parallel, scan_omp_task, scan_omp_target): Set
14995         TYPE_ARTIFICIAL on the .omp_data* types.
14997 2015-04-02  Ilya Enkovich  <ilya.enkovich@intel.com>
14999         * cgraphunit.c (cgraph_node::expand_thunk): Don't expand
15000         instrumentation thunks.
15002 2015-04-02  Ilya Enkovich  <ilya.enkovich@intel.com>
15004         * config/i386/i386.c (ix86_expand_call): Avoid nested
15005         PARALLEL in returned call value.
15007 2015-04-02  Ilya Enkovich  <ilya.enkovich@intel.com>
15009         * lto-cgraph.c (input_cgraph_1): Always link instrumented
15010         assembler name with original one.
15012 2015-04-02  Uros Bizjak  <ubizjak@gmail.com>
15014         * config/i386/i386.c (ix86_register_priority): Use AX_REG.
15016 2015-04-02  Uros Bizjak  <ubizjak@gmail.com>
15018         Revert parts of r216820.
15019         * config/i386/i386.md (movqi_internal): Correct type calculation
15020         for alternatives 3 and 5.
15022 2015-04-02  Jakub Jelinek  <jakub@redhat.com>
15024         PR preprocessor/61977
15025         * config/rs6000/rs6000-c.c (rs6000_cpu_cpp_builtins): Don't
15026         predefine __vector/__bool/__pixel macros nor context sensitive
15027         macros for CLK_ASM.
15028         * config/spu/spu-c.c (spu_cpu_cpp_builtins): Similarly.
15030 2015-04-02  John David Anglin  <danglin@gcc.gnu.org>
15032         * config/pa/pa.c (pa_output_move_double): Directly handle register
15033         indexed memory operand.  Simplify handling of scaled register indexed
15034         memory operands.
15036 2015-04-02  Ilya Enkovich  <ilya.enkovich@intel.com>
15038         PR driver/65444
15039         * config/i386/linux-common.h (MPX_SPEC): New.
15040         (CHKP_SPEC): Add MPX_SPEC.
15041         * doc/invoke.texi (-fcheck-pointer-boudns): Document
15042         possible issues with '-z bndplt' support in linker.
15044 2015-04-02  Uros Bizjak  <ubizjak@gmail.com>
15046         * config/i386/sync.md (UNSPEC_FILD_ATOMIC, UNSPEC_FIST_ATOMIC): New.
15047         (loaddi_via_fpu): Use UNSPEC_FILD_ATOMIC.
15048         (storedi_via_fpu): Use UNSPEC_FIST_ATOMIC.
15049         * reg-stack.c (get_true_reg): Change UNSPEC_LDA to UNSPEC_FILD_ATOMIC.
15050         (subst_stack_regs_pat): Change UNSPEC_STA to UNSPEC_FIST_ATOMIC.
15052 2015-04-01  Uros Bizjak  <ubizjak@gmail.com>
15054         * config/i386/sync.md (UNSPEC_MOVA): Remove.
15055         (atomic_load<mode>): Change operand 0 predicate to
15056         nonimmediate_operand and fix up the destination when needed.
15057         Use UNSPEC_LDA.
15058         (atomic_loaddi_fpu): Use UNSPEC_LDA.
15059         (atomic_store<mode>): Change operand 1 predicate to
15060         nonimmendate_operand and move the source to register when needed.
15061         Use UNSPEC_STA.
15062         (atomic_store<mode>_1): Use UNSPEC_STA.
15063         (atomic_storedi_fpu): Change operand 1 to nonimmediate_operand.
15064         Fix moves from memory operand.  Use UNSPEC_STA.
15066 2015-04-01  Bernd Edlinger  <bernd.edlinger@hotmail.de>
15068         * expmed.c (strict_volatile_bitfield_p): Check that the access will
15069         not cross a MODESIZE boundary.
15070         (store_bit_field, extract_bit_field): Added assertions in the
15071         strict volatile bitfields code path.
15073 2015-04-01  Max Ostapenko  <m.ostapenko@partner.samsung.com>
15075         PR target/65624
15076         * config/aarch64/aarch64-builtins.c (aarch64_simd_expand_builtin):
15077         Increase args array size by one to avoid buffer overflow.
15079 2015-03-31  Jan Hubicka  <hubicka@ucw.cz>
15081         * lto-cgraph.c (lto_output_node, input_overwrite_node): Stream
15082         split_part.
15083         * ipa-inline.c (edge_badness): Add wrapper penalty.
15084         (sum_callers): Move up.
15085         (inline_small_functions): Set single_caller.
15086         * ipa-inline.h (inline_summary): Add single_caller.
15087         * ipa-split.c (split_function): Set split_part.
15088         (cgraph_node::create_clone): Do not shadow decl; copy split_part.
15089         * cgraph.h (cgraph_node): Add split_part.
15091 2015-03-31  Uros Bizjak  <ubizjak@gmail.com>
15093         PR target/58945
15094         * config/i386/sync.md (atomic_compare_and_swap<dwi>_doubleword):
15095         Do not split operands 0 and operands 2 to halfmode.
15096         (atomic_compare_and_swap<mode>): Update for
15097         atomic_compare_and_swap<dwi>_doubleword changes.
15099 2015-03-31  Jan Hubicka  <hubicka@ucw.cz>
15101         * tree.c (need_assembler_name_p): Artificial types have no ODR names.
15102         * ipa-devirt.c (warn_odr): Do not try to apply ODR cache when
15103         no caching is done.
15105 2015-03-31  Martin Liska  <mliska@suse.cz>
15107         PR ipa/65557
15108         * ipa-icf.c (sem_function::equals_wpa): Check if IPA CP
15109         has already filled up function summary.
15110         (sem_item_optimizer::update_hash_by_addr_refs): Likewise.
15112 2015-03-31  Richard Biener  <rguenther@suse.de>
15114         * tree-sra.c (create_access_replacement): Drop under-/over-alignment
15115         of types.
15117 2015-03-31  Dominik Vogt  <vogt@linux.vnet.ibm.com>
15119         * config/s390/s390.c (s390_function_num_hotpatch_hw): Allow hotpatching
15120         nested functions.
15121         (s390_reorg): Adapt to new signature of s390_function_num_hotpatch_hw.
15122         (s390_asm_output_function_label): Adapt to new signature of
15123         s390_function_num_hotpatch_hw
15124         Optimise the code generating assembler output.
15125         Add comments to assembler file.
15127 2015-03-31  Richard Biener  <rguenther@suse.de>
15129         PR middle-end/65626
15130         * tree-cfgcleanup.c (fixup_noreturn_call): Only split the block
15131         of the noreturn call so it is last and cleanup_control_flow_bb
15132         can do the CFG part.
15134 2015-03-31  Ilya Enkovich  <ilya.enkovich@intel.com>
15136         PR target/65531
15137         * ipa-chkp.c (chkp_maybe_create_clone): Don't set
15138         same_comdat_group for external symbols.
15139         * symtab.c (symtab_node::verify_symtab_nodes): Avoid
15140         infinite same_comdat_group traversal loop.
15142 2015-03-31  Jakub Jelinek  <jakub@redhat.com>
15144         PR plugins/61176
15145         * Makefile.in (install-plugin): Add all gcc/*.{h,def} files
15146         automatically to $headers.
15148 2015-03-30  Jakub Jelinek  <jakub@redhat.com>
15150         PR ipa/65610
15151         * ipa-utils.h (inlined_polymorphic_ctor_dtor_block_p): Declare.
15152         * ipa-polymorphic-call.c (inlined_polymorphic_ctor_dtor_block_p): New
15153         function.
15154         (decl_maybe_in_construction_p, noncall_stmt_may_be_vtbl_ptr_store):
15155         Use it.
15156         * ipa-prop.c (param_type_may_change_p): Likewise.
15157         * tree-ssa-live.c: Include ipa-utils.h and its dependencies.
15158         (remove_unused_scope_block_p): Add in_ctor_dtor_block
15159         argument.  Before inlining, preserve
15160         inlined_polymorphic_ctor_dtor_block_p blocks and the outermost block
15161         with FUNCTION_DECL BLOCK_ABSTRACT_ORIGIN inside of them.  Adjust
15162         recursive calls.
15163         (remove_unused_locals): Adjust remove_unused_scope_block_p caller.
15165 2015-03-27  Jan Hubicka  <hubicka@ucw.cz>
15167         PR ipa/65076
15168         * ipa-inline.c (edge_badness): Base denominator on callee's
15169         grwoth squared.
15171 2015-03-27  Martin Jambor  <mjambor@suse.cz>
15173         PR ipa/65478
15174         * params.def (PARAM_IPA_CP_RECURSION_PENALTY) : New.
15175         (PARAM_IPA_CP_SINGLE_CALL_PENALTY): Likewise.
15176         * ipa-prop.h (ipa_node_params): New flags node_within_scc and
15177         node_calling_single_call.
15178         * ipa-cp.c (count_callers): New function.
15179         (set_single_call_flag): Likewise.
15180         (initialize_node_lattices): Count callers and set single_flag_call if
15181         necessary.
15182         (incorporate_penalties): New function.
15183         (good_cloning_opportunity_p): Use it, dump new flags.
15184         (propagate_constants_topo): Set node_within_scc flag if appropriate.
15185         * doc/invoke.texi (ipa-cp-recursion-penalty,
15186         ipa-cp-single-call-pentalty): Document.
15188 2015-03-27  Jan Hubicka  <hubicka@ucw.cz>
15190         PR ipa/65588
15191         * symtab.c (symtab_node::get_partitioning_class): Register vars
15192         are duplicated.
15193         * varpool.c (symbol_table::output_variables) Do not assemble unefined
15194         decls for non-symbols.
15196 2015-03-27  H.J. Lu  <hongjiu.lu@intel.com>
15198         PR target/65248
15199         * output.h (default_binds_local_p_2): New.
15200         * varasm.c (default_binds_local_p_2): Renamed to ...
15201         (default_binds_local_p_3): This.  Don't return true on protected
15202         data symbol if protected data may be external.
15203         (default_binds_local_p): Use default_binds_local_p_3.
15204         (default_binds_local_p_1): Likewise.
15205         (default_binds_local_p_2): New.
15206         * config/i386/i386.c (TARGET_BINDS_LOCAL_P): Set to
15207         default_binds_local_p_2 if TARGET_MACHO is undefined.
15209 2015-03-27  Jakub Jelinek  <jakub@redhat.com>
15211         PR target/65593
15212         * config/i386/i386.c (legitimize_pic_address): If base
15213         is SYMBOL_REF or LABEL_REF using %rip addressing, force
15214         it to reg to avoid PLUS of SYMBOL_REF/LABEL_REF and register.
15216 2015-03-27  Jan Hubicka  <hubicka@ucw.cz>
15218         PR target/65531
15219         * symtab.c (symtab_node::verify_symtab_nodes): Fix verification of
15220         comdat groups.
15222 2015-03-27  Jan Hubicka  <hubicka@ucw.cz>
15224         PR ipa/65600
15225         * cgraph.c (cgraph_update_edges_for_call_stmt_node): Fix the case
15226         of optimized out indirect call.
15227         (redirect_to_unreachable): Always build symbol table node for
15228         BUILT_IN_UNREACHABLE
15230 2015-03-27  Vladimir Makarov  <vmakarov@redhat.com>
15232         PR target/65407
15233         * ira-costs.c (record_reg_classes): Process all constraint string
15234         containing 0-9.
15236 2015-03-27  Bernd Schmidt  <bernds@codesourcery.com>
15238         * config/c6x/c6x.md (movmisalign<mode>): Use MEM_P, not
15239         memory_operand.
15241         PR target/65052
15242         * config/c6x/constraints.md (S3): New constraint.
15243         * config/c6x/c6x.md (real_jump): Use it.
15245 2015-03-26  Jan Hubicka  <hubicka@ucw.cz>
15247         PR middle-end/65595
15248         * cgraph.c (cgraph_update_edges_for_call_stmt_node): Only
15249         do redirection if the call is not optimized out.
15251 2015-03-27  Ilya Enkovich  <ilya.enkovich@intel.com>
15253         PR target/65495
15254         * c-family/c.opt (fcheck-pointer-bounds): List supported languages.
15255         (fchkp-check-incomplete-type): Add LTO.
15256         (fchkp-zero-input-bounds-for-main): Likewise.
15257         (fchkp-first-field-has-own-bounds): Likewise.
15258         (fchkp-narrow-bounds): Likewise.
15259         (fchkp-narrow-to-innermost-array): Likewise.
15260         (fchkp-use-static-bounds): Likewise.
15261         (fchkp-use-static-const-bounds): Likewise.
15262         (fchkp-treat-zero-dynamic-size-as-infinite): Likewise.
15264 2015-03-27  Marek Polacek  <polacek@redhat.com>
15266         * gimple-iterator.h (gsi_prev_nondebug): Fix typo.
15268 2015-03-27  Marek Polacek  <polacek@redhat.com>
15270         PR sanitizer/65583
15271         * ubsan.c (ubsan_create_edge): New function.
15272         (instrument_bool_enum_load): Call it.
15273         (instrument_nonnull_arg): Likewise.
15274         (instrument_nonnull_return): Likewise.
15275         (instrument_object_size): Likewise.
15277 2015-03-26  Jan Hubicka  <hubicka@ucw.cz>
15279         * lto-streamer.h (class lto_location_cache): Turn loc_cache into
15280         auto_vec.
15282 2015-03-26  Jan Hubicka  <hubicka@ucw.cz>
15284         PR lto/65536
15285         * lto-streamer.h (class lto_location_cache): New.
15286         (struct data_in): Add location_cache.
15287         (lto_input_location): Update prototype.
15288         (stream_input_location_now): New.
15289         * streamer-hooks.h (struct streamer_hooks): Make input_location to take
15290         pointer to location.
15291         (stream_input_location): Update.
15292         * ipa-devirt.c: Include streamer-hooks.h and lto-streamer.h
15293         (warn_odr): Apply location cache before warning.
15294         (lto_input_location): Update prototype.
15295         * gimple-streamer-in.c (input_phi, input_gimple_stmt):
15296         Use stream_input_location_now.
15297         * lto-streamer-in.c (lto_location_cache::current_cache): New static
15298         variable.
15299         (lto_location_cache::cmp_loc): New function.
15300         (lto_location_cache::apply_location_cache): New function.
15301         (lto_location_cache::accept_location_cache): New function.
15302         (lto_location_cache::revert_location_cache): New function.
15303         (lto_location_cache::input_location): New function.
15304         (lto_input_location): Do location caching.
15305         (stream_input_location_now): New function.
15306         (input_eh_region, input_struct_function_base): Use
15307         stream_input_location_now.
15308         (lto_data_in_create): use new.
15309         (lto_data_in_delete): Use delete.
15310         * tree-streamer-in.c (unpack_ts_block_value_fields,
15311         unpack_ts_omp_clause_value_fields, streamer_read_tree_bitfields,
15312         lto_input_ts_exp_tree_pointers): Update for cached location api.
15314 2015-03-26  Jan Hubicka  <hubicka@ucw.cz>
15316         PR ipa/65076
15317         * passes.def: Add pass_nothrow.
15318         * ipa-pure-const.c: (pass_data_nothrow): New.
15319         (pass_nothrow): New.
15320         (pass_nothrow::execute): New.
15321         (make_pass_nothrow): New.
15322         * tree-pass.h (make_pass_nothrow): Declare.
15324 2015-03-26  Jan Hubicka  <hubicka@ucw.cz>
15326         * ipa-inline-analysis.c (redirect_to_unreachable): Be prepared for
15327         edge to change by speculation resolution or redirection.
15328         (edge_set_predicate): Likewise.
15329         (inline_summary_t::duplicate): Likewise.
15330         (remap_edge_summaries): Likewise.
15332 2015-03-26  Jan Hubicka  <hubicka@ucw.cz>
15334         * ipa-inline.c (check_maybe_up, check_maybe_down, check_match):
15335         New macros.
15336         (can_inline_edge_p): Relax option matching for always inline functions.
15338 2015-03-26  Uros Bizjak  <ubizjak@gmail.com>
15340         PR target/65561
15341         * config/i386/sse.md (avx512dq_vextract<shuffletype>64x2_1_maskm):
15342         Check operand 4 and operand 0 for equality.
15343         (avx512f_vextract<shuffletype>32x4_1_maskm):
15344         Check operand 6 and operand 0 for equality.
15345         (vec_extract_lo_<mode>_maskm): Check operand 2 and operand 0
15346         for equality.
15347         (vec_extract_hi_<mode>_maskm): Ditto.
15349 2015-03-26  Jan Hubicka  <hubicka@ucw.cz>
15351         * cgraph.c (cgraph_update_edges_for_call_stmt_node): Do not bring
15352         dead calls back to live.
15353         (cgraph_edge::verify_count_and_frequency): Move cgraph/cfg frequency
15354         cross check to ...
15355         (cgraph_node::verify_node): ... here; verify only callee edges,
15356         not caller.
15357         * cif-code.def (CILK_SPAWN): New code.
15359 2015-03-26  Jan Hubicka  <hubicka@ucw.cz>
15361         * ipa-inline-analysis.c (redirect_to_unreachable): New function.
15362         (edge_set_predicate): Use it to mark unreachable edges.
15363         (inline_summary_t::duplicate): Remove unnecesary code.
15364         (remap_edge_summaries): Likewise.
15365         (dump_inline_summary): Report contains_cilk_spawn.
15366         (compute_inline_parameters): Compute contains_cilk_spawn.
15367         (inline_read_section, inline_write_summary): Stream
15368         contains_cilk_spawn.
15369         * ipa-inline.c (can_inline_edge_p): Do not touch
15370         DECL_STRUCT_FUNCTION that may not be available;
15371         use CIF_CILK_SPAWN for cilk; fix optimization attribute checks;
15372         remove check for callee_fun->can_throw_non_call_exceptions and
15373         replace it by optimization attribute check; check for flag_exceptions.
15374         * ipa-inline-transform.c (inline_call): Maintain
15375         DECL_FUNCTION_PERSONALITY
15376         * ipa-inline.h (inline_summary): Add contains_cilk_spawn.
15378 2015-03-26  Jakub Jelinek  <jakub@redhat.com>
15380         PR tree-optimization/65551
15381         * tree-ssa-sccvn.c (fully_constant_vn_reference_p): Use
15382         TYPE_PRECISION only for INTEGRAL_TYPE_P types.
15384 2015-03-26  Richard Biener  <rguenther@suse.de>
15386         PR middle-end/65555
15387         * tree-cfg.c (verify_gimple_call): Do not require a call to
15388         have no LHS if it wasn't recognized as control altering yet.
15390 2015-03-26  Jakub Jelinek  <jakub@redhat.com>
15392         PR tree-optimization/64715
15393         * passes.def: Add another instance of pass_object_sizes before ccp1.
15394         * tree-object-size.c (pass_object_sizes::execute): In
15395         first_pass_instance, only handle __bos (, 1) and __bos (, 3)
15396         calls, and keep the call in the IL, as {MIN,MAX}_EXPR of the
15397         __bos result and the computed constant.  Remove redundant
15398         checks, obsoleted by gimple_call_builtin_p test.
15400         * var-tracking.c (variable_tracking_main_1): Don't track
15401         variables for targetm.no_register_allocation targets.
15403 2015-03-26  Oleg Endo  <olegendo@gcc.gnu.org>
15405         * config/sh/t-linux (DEFAULT_ENDIAN, MULTILIB_EXCEPTIONS): Remove.
15406         * config/sh/t-sh (MULTILIB_EXCEPTIONS): Handle default endian.
15408 2015-03-25  Michael Meissner  <meissner@linux.vnet.ibm.com>
15410         PR target/65569
15411         * config/rs6000/rs6000.md (extenddftf2_fprs): On VSX systems use
15412         XXLXOR to create 0.0.  On pre-VSX systems make sure the constant
15413         0.0 is correctly setup.
15414         (extenddftf2_internal): Likewise.
15416 2015-03-25  Sebastian Pop  <s.pop@samsung.com>
15418         PR tree-optimization/65177
15419         * tree-ssa-threadupdate.c (verify_seme): Renamed verify_jump_thread.
15420         (bb_in_bbs): New.
15421         (duplicate_seme_region): Renamed duplicate_thread_path.  Redirect all
15422         edges not adjacent on the path to the original code.
15424 2015-03-25  Uros Bizjak  <ubizjak@gmail.com>
15426         PR bootstrap/65537
15427         * doc/install.texi (Building a native compiler): Document new
15428         bootstrap-lto-noplugin configuration.  Mention that bootstrap-lto
15429         configuration assumes that the host supports the linker plugin.
15431 2015-03-25  Ilya Enkovich  <ilya.enkovich@intel.com>
15433         PR target/65508
15434         * tree-chkp.c (chkp_add_bounds_to_call_stmt): Set static
15435         chain for generated call.
15437 2015-03-25  Richard Biener  <rguenther@suse.de>
15439         * passes.c (pass_manager::execute_early_local_passes): Guard
15440         execution of pass_chkp_instrumentation_passes with
15441         flag_check_pointer_bounds.
15442         (pass_chkp_instrumentation_passes::gate): Likewise.
15444 2015-03-25  Martin Liska  <mliska@suse.cz>
15446         PR tree-optimization/65538
15447         * symbol-summary.h (function_summary::~function_summary):
15448         Relese memory for allocated summaries.
15449         (function_summary::release): New function.
15451 2015-03-25  Jakub Jelinek  <jakub@redhat.com>
15453         PR lto/65515
15454         * lto-streamer-out.c (DFS::worklist): New struct.
15455         (DFS::worklist_vec): New data member.
15456         (DFS::next_dfs_num): Remove.
15457         (DFS::DFS): Rewritten using worklist instead of recursion,
15458         using most of code from DFS::DFS_write_tree.
15459         (DFS::DFS_write_tree_body): Remove SINGLE_P argument, don't
15460         pass it to DFS_write_tree calls.
15461         (DFS::DFS_write_tree): Remove SINGLE_P argument, after
15462         quick initial checks push it into worklist_vec and return.
15464 2015-03-25  Richard Biener  <rguenther@suse.de>
15466         PR middle-end/65519
15467         * genmatch.c (expr::gen_transform): Re-write to avoid
15468         using gimple_build.
15470 2015-03-25  Bin Cheng  <bin.cheng@arm.com>
15472         * doc/sourcebuild.texi (arm_tune_string_ops_prefer_neon): New.
15474 2015-03-25  Bin Cheng  <bin.cheng@arm.com>
15476         * config/arm/arm.opt (print_tune_info): New option.
15477         * config/arm/arm.c (arm_print_tune_info): New function.
15478         (arm_file_start): Call arm_print_tune_info.
15479         * config/arm/arm-protos.h (struct tune_params): Add comment.
15480         * doc/invoke.texi (@item -mprint-tune-info): New item.
15481         (-mtune): mention it in ARM Option Summary.
15483 2015-03-25  DJ Delorie  <dj@redhat.com>
15485         * config/rl78/rl78.c (rl78_print_operand_1): Move 'p' test to
15486         correct clause.
15488 2015-03-24  Jan Hubicka  <hubicka@ucw.cz>
15489             Martin Liska  <mliska@suse.cz>
15491         * ipa-icf-gimple.h (return_with_result): Add missing colon to dump.
15492         * ipa-icf.c (sem_function::get_hash): Hash new declaration properties.
15493         (sem_item::add_type): New function.
15494         (sem_function::hash_stmt): Add TREE_TYPE of gimple_op.
15495         (sem_function::compare_polymorphic_p): Do not consider indirect calls.
15496         (sem_item_optimizer::update_hash_by_addr_refs): Add ODR type to hash.
15497         (sem_function::equals_wpa): Fix typo.
15498         * ipa-icf.h (sem_item::add_type): New function.
15499         (symbol_compare_hashmap_traits): Replace hashing of pointer with symbol
15500         order.
15502 2015-03-24  Jakub Jelinek  <jakub@redhat.com>
15504         PR tree-optimization/65533
15505         * tree-vect-slp.c (vect_build_slp_tree): Before re-trying
15506         with swapped operands, call vect_free_slp_tree on
15507         SLP_TREE_CHILDREN of child and truncate the SLP_TREE_CHILDREN
15508         vector.
15510 2015-03-24  Richard Biener  <rguenther@suse.de>
15512         PR middle-end/65517
15513         * tree-cfg.c (remove_edge_and_dominated_blocks): Mark loops
15514         for fixup if necessary.
15516 2015-03-23  Sandra Loosemore  <sandra@codesourcery.com>
15518         * doc/extend.texi (Function Attributes): Add @cindex entries
15519         for all attributes and regularize their format.  Delete text
15520         about long-obsolete 68HC11 and 68HC12 targets.  Move misplaced
15521         information about "eightbit_data", "tiny_data", and "model"
15522         variable attributes to the Variable Attributes section.  Fix
15523         some obvious typos and copy-editing issues.
15524         (Variable Attributes, Type Attributes): Likewise add/fix
15525         @cindex entries for all attributes.
15527 2015-03-23  Jakub Jelinek  <jakub@redhat.com>
15529         PR target/65523
15530         * tree-chkp.c (chkp_build_returned_bound): Ignore
15531         ERF_RETURNS_ARG calls if they have fewer than needed arguments.
15533 2015-03-23  Oleg Endo  <olegendo@gcc.gnu.org>
15535         PR target/65505
15536         * config/sh/predicates.md (simple_mem_operand,
15537         displacement_mem_operand): Add test for reg.
15538         (short_displacement_mem_operand): Test for displacement_mem_operand
15539         before invoking sh_disp_addr_displacement.
15540         * config/sh/constraints.md (Sdd, Sra): Simplify.
15541         * config/sh/sync.md (atomic_mem_operand_0, atomic_mem_operand_1):
15542         Remove redundant displacement_mem_operand tests.
15544 2015-03-23  Georg-Johann Lay  <avr@gjlay.de>
15546         PR target/65296
15547         * config/avr/driver-avr.c (avr_devicespecs_file): Allow to specify
15548         the same -mmcu=MCU more than once.
15550 2015-03-23  Jakub Jelinek  <jakub@redhat.com>
15552         PR bootstrap/65522
15553         * ipa-devirt.c: Remove duplicate demangle.h include.
15555         PR target/65504
15556         * config/i386/i386.c (ix86_copy_addr_to_reg): Set REG_POINTER
15557         on the pseudo.
15558         (expand_set_or_movmem_prologue_epilogue_by_misaligned_moves): Set
15559         REG_POINTER on *destptr after adjusting it for prologue size.
15561         PR ipa/65521
15562         * ipa-icf.c (sem_item::update_hash_by_addr_refs): Hash
15563         ultimate_alias_target ()->order ints instead of
15564         ultimate_alias_target () pointers.
15566 2015-03-23  Richard Biener  <rguenther@suse.de>
15568         PR tree-optimization/65518
15569         * tree-vect-stmts.c (vectorizable_load): Reject single-element
15570         interleaving cases we generate absymal code for.
15572 2015-03-23  Richard Biener  <rguenther@suse.de>
15574         PR tree-optimization/65494
15575         * tree-vect-slp.c (vect_build_slp_tree): Do not (re-)allocate
15576         matches here.
15577         (vect_analyze_slp_instance): But do that here, always and once.
15579 2015-03-23  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
15581         * expmed.c (synth_mult): Fix comment about multiplying by T-1 and
15582         adding T or multiplying by T+1 and subracting T.
15584 2015-03-22  Jeff Law  <law@redhat.com>
15586         PR rtl-optimization/64317
15587         * Makefile.in (OBJS): Add gcse-common.c
15588         * gcse.c: Include gcse-common.h
15589         (struct modify_pair_s): Move structure definition to gcse-common.h
15590         (compute_transp): Move function to gcse-common.c.
15591         (canon_list_insert): Similarly.
15592         (record_last_mem_set_info): Break out some code and put it into
15593         gcse-common.c.  Call into the new common code.
15594         (compute_local_properties): Pass additional arguments to compute_transp.
15595         * postreload-gcse.c: Include gcse-common.h and df.h
15596         (modify_mem_list_set, blocks_with_calls): New variables.
15597         (modify_mem_list, canon_modify_mem_list, transp): Likewise.
15598         (get_bb_avail_insn): Pass in the expression index too.
15599         (alloc_mem): Allocate memory for the new bitmaps and lists.
15600         (free_mem): Free memory for the new bitmaps and lists.
15601         (insert_expr_in_table): Record a bitmap index for each entry we
15602         add to the table.
15603         (record_last_mem_set_info): Call into common code in gcse-common.c.
15604         (get_bb_avail_insn): If no available insn was found in the requested
15605         BB.  If BB has a single predecessor, see if the expression is
15606         transparent in BB and available in that single predecessor.
15607         (compute_expr_transp): New wrapper for compute_transp.
15608         (eliminate_partially_redundant_load): Pass expression's bitmap_index
15609         to get_bb_avail_insn.  Compute next_pred_bb_end a bit later.
15610         (gcse_after_reload_main): If there are elements in the hash table,
15611         then compute transparency for all the elements in the hash table.
15612         * gcse-common.h: New file.
15613         * gcse-common.c: New file.
15615 2015-03-22  Sandra Loosemore  <sandra@codesourcery.com>
15617         * doc/cpp.texi (Search Path): Hyphenate "command-line" when used
15618         as an adjective.
15619         (System Headers): Likewise.
15620         (Ifdef): Likewise.
15621         (Traditional macros): Likewise.
15622         (Invocation): Likewise.
15623         (Option Index): Likewise.
15624         * doc/cppopts.texi (-M): Likewise.
15625         (-finput-charset): Likewise.
15626         (--help): Likewise.
15627         * doc.invoke.texi (AVR Options): Likewise.
15628         (V850 Options): Likewise.
15630 2015-03-22  Jan Hubicka  <hubicka@ucw.cz>
15632         PR ipa/65475
15633         * ipa-devirt.c: Include demangle.h
15634         (odr_type_d): Add field rtti_broken.
15635         (odr_subtypes_equivalent_p): Do not require name to match.
15636         (compare_virtual_tables): Fix typo; if type already has ODR violation,
15637         bypass the tests; be ready for function referneces in vtables that are
15638         not DECL_VIRTUAL; make warnings to be OPT_Wodr.
15639         (warn_odr): Give up for nameless types.
15640         (warn_types_mismatch): Report mismatch in mangled names;
15641         report mismatch in anonymous namespaces; look into component types to
15642         give useful error; report when mismatch is dragged in from other ODR
15643         type.
15644         (odr_types_equivalent_p): Match types for being polymorphic; avoid
15645         duplicated diagnostics.
15646         (add_type_duplicate): Reorder checks so more informative ones come
15647         first; fix typo; do not output "the extra base is defined here" when
15648         we did not warn.
15649         (BINFO_N_BASE_BINFOS): Relax sanity check.
15651 2015-03-22  Martin Liska  <mliska@suse.cz>
15652             Jakub Jelinek  <jakub@redhat.com>
15654         * config/i386/i386.c (def_builtin): Set deferred_isa_values for
15655         masks that can potentially include a builtin.
15656         (ix86_add_new_builtins): Introduce fast filter for isa values
15657         that cannot trigger builtin inclusion.
15659 2015-03-22  Martin Liska  <mliska@suse.cz>
15661         * ipa-icf.c (sem_item::update_hash_by_addr_refs): New function.
15662         (sem_item::update_hash_by_local_refs): Likewise.
15663         (sem_variable::get_hash): Empty line is fixed.
15664         (sem_item_optimizer::execute): Include adding of hash references.
15665         (sem_item_optimizer::update_hash_by_addr_refs): New function.
15666         (sem_item_optimizer::build_hash_based_classes): Use local hash.
15667         * ipa-icf.h (sem_item::update_hash_by_addr_refs): New function.
15668         (sem_item::update_hash_by_local_refs): Likewise.
15670 2015-03-20  Jan Hubicka  <hubicka@ucw.cz>
15672         PR ipa/65502
15673         * ipa-comdats.c (enqueue_references): Walk through thunks.
15674         (ipa_comdats): Likewise.
15675         (set_comdat_group_1): New function.
15677 2015-03-20  Jan Hubicka  <hubicka@ucw.cz>
15679         PR ipa/65475
15680         * ipa-devirt.c (add_type_duplicate): Prevail polymorphic type over
15681         non-polymorphic
15683 2015-03-22  Dave Korn  <dave.korn.cygwin@gmail.com>
15684             Gerald Pfeifer  <gerald@pfeifer.com>
15686         * doc/contrib.texi (Contributors): Update entry for Danny Smith.
15688 2015-03-21  Chung-Lin Tang  <cltang@codesourcery.com>
15689             Sandra Loosemore  <sandra@codesourcery.com>
15691         * config/nios2/nios2-protos.h (nios2_adjust_call_address): Adjust
15692         function parameter declaration.
15693         * config/nios2/nios2.md (call,call_value,sibcall,sibcall_value):
15694         Update arguments to nios2_adjust_call_address().
15695         (sibcall_internal): Rename from *sibcall.
15696         (sibcall_value_internal): Rename from *sibcall_value.
15697         * config/nios2/nios2.c (nios2_emit_add_constant): New function.
15698         (nios2_large_got_address): Add target temp reg parameter.
15699         (nios2_got_address): Adjust call to nios2_large_got_address, add
15700         force_reg around it.
15701         (nios2_load_pic_address): Add target temp reg parameter, replace call
15702         to nios2_got_address with corresponding code.
15703         (nios2_legitimize_constant_address): Update call to
15704         nios2_load_pic_address.
15705         (nios2_adjust_call_address): Add temp reg parameter, update PIC case
15706         to use temp reg for PIC loading purposes.
15707         (nios2_asm_output_mi_thunk): Implement TARGET_ASM_OUTPUT_MI_THUNK.
15708         (TARGET_ASM_CAN_OUTPUT_MI_THUNK): Define.
15709         (TARGET_ASM_OUTPUT_MI_THUNK): Likewise.
15711 2015-03-21  Sandra Loosemore  <sandra@codesourcery.com>
15713         * doc/invoke.texi (-fno-diagnostics-show-caret): Fix
15714         usage of "the @option{...}".
15715         (-Wopenmp-simd): Likewise.
15716         (-fsanitize-recover): Likewise.
15717         (-fsanitize-undefined-trap-on-error): Likewise.
15718         (-flto): Likewise.
15719         (tracer-dynamic-coverage-feedback): Likewise.
15720         (reorder-block-duplicate-feedback): Likewise.
15721         (loop-unroll-jam-size): Likewise.
15722         (-B): Likewise.
15723         (-I-): Likewise.
15724         (-mabs=legacy): Likewise.
15725         (-mupper-regs-df): Likewise.
15726         (-mupper-regs-sf): Likewise.
15727         (-mpointers-to-nested-functions): Likewise.
15729 2015-03-21  Sandra Loosemore  <sandra@codesourcery.com>
15731         * doc/extend.texi (Cilk Plus Builtins): Add markup.
15733 2015-03-21  Sandra Loosemore  <sandra@codesourcery.com>
15735         * doc/invoke.texi (-fcheck-pointer-bounds): Copy-edit, add
15736         additional index entries and cross-references.
15737         (-fchkp-check-incomplete-type): Likewise.
15738         (-fchkp-first-field-has-own-bounds): Likewise.
15739         (-fchkp-narrow-to-innermost-array): Likewise.
15740         (-fchkp-use-fast-string-functions): Likewise.
15741         (-fchkp-use-nochk-string-functions): Likewise.
15742         (-fchkp-use-static-const-bounds): Likewise.
15743         (-fchkp-treat-zero-dynamic-size-as-infinite): Likewise.
15744         (-fchkp-instrument-marked-only): Likewise.
15745         (-fchkp-use-wrappers): Likewise.
15746         (-static-libmpx): Likewise.
15747         (-static-libmpxwrappers): Likewise.
15748         * doc/extend.texi (bnd_legacy): Likewise.
15749         (bnd_instrument): Likewise.
15750         (bnd_variable_size): Likewise.
15751         (Pointer Bounds Checker builtins): Likewise.
15753 2015-03-21  Tom de Vries  <tom@codesourcery.com>
15755         PR tree-optimization/65458
15756         * cgraph.c (cgraph_node::dump): Handle parallelized_function field.
15757         * cgraph.h (cgraph_node): Add parallelized_function field.
15758         * lto-cgraph.c (lto_output_node): Write parallelized_function field.
15759         (input_overwrite_node): Read parallelized_function field.
15760         * omp-low.c (expand_omp_taskreg, finalize_task_copyfn): Set
15761         parallelized_function on cgraph_node for child_fn.
15762         * tree-parloops.c: Add include of plugin-api.h, ipa-ref.h and cgraph.h.
15763         Remove include of gt-tree-parloops.h.
15764         (parallelized_functions): Remove static variable.
15765         (parallelized_function_p): Rewrite using parallelized_function field of
15766         cgraph_node.
15767         (create_loop_fn): Remove adding to parallelized_functions.
15768         * Makefile.in (GTFILES): Remove tree-parloops.c
15770 2015-03-20  Vladimir Makarov  <vmakarov@redhat.com>
15772         PR rtl-optimization/64366
15773         * lra.c (lra_update_insn_regno_info): Consider regs in
15774         CALL_INSN_FUNCTION_USAGE memory.
15776 2015-03-20  Richard Biener  <rguenther@suse.de>
15778         PR middle-end/64715
15779         * tree-chrec.c (chrec_fold_poly_cst): Use useless_type_conversion_p
15780         for type comparison and gcc_checking_assert.
15781         (chrec_fold_plus_poly_poly): Likewise.
15782         (chrec_fold_multiply_poly_poly): Likewise.
15783         (chrec_convert_1): Likewise.
15784         * gimplify.c (gimplify_expr): Remove premature folding of
15785         &X + CST to &MEM[&X, CST].
15787 2015-03-20  Jan Hubicka  <hubicka@ucw.cz>
15789         * ipa-inline.c (can_inline_edge_p): Short circuit if inline_failed
15790         already is final.
15791         (ipa_inline): Recompute inline_failed codes.
15792         * cif-code.def (FUNCTION_NOT_OPTIMIZED, REDEFINED_EXTERN_INLINE,
15793         USES_COMDAT_LOCAL, ATTRIBUTE_MISMATCH, UNREACHABLE): Declare as
15794         CIF_FINAL_ERROR.
15796 2015-03-20  Uros Bizjak  <ubizjak@gmail.com>
15798         PR rtl-optimization/60851
15799         * recog.c (constrain_operands): Accept a pseudo register before reload
15800         for LRA enabled targets.
15802 2015-03-19  Michael Meissner  <meissner@linux.vnet.ibm.com>
15804         PR target/65240
15805         * config/rs6000/predicates.md (easy_fp_constant): Remove special
15806         -ffast-math handling that kept non-0 constants live in the RTL
15807         until reload.  Remove logic testing the number of instructions it
15808         took to create a constant in a GPR that was never used, due to a
15809         test for soft-float earlier.
15810         (memory_fp_constant): Delete, no longer used.
15812         * config/rs6000/rs6000.md (mov<MODE>_hardfloat): Remove
15813         alternatives for loading non-0 constants into GPRs for hard
15814         floating point that is no longer needed due to changes in
15815         easy_fp_constant.  Add support for loading 0.0 into GPRs.
15816         (mov<mode>_hardfloat32): Likewise.
15817         (mov<mode>_hardfloat64): Likewise.
15818         (mov<mode>_64bit_dm): Likewise.
15819         (movtd_64bit_nodm): Likewise.
15820         (pre-reload move FP constant define_split): Delete define_split,
15821         since it is no longer used.
15822         (extenddftf2_internal): Remove GHF constraints that are not valid
15823         for extenddftf2.
15825 2015-03-19  Vladimir Makarov  <vmakarov@redhat.com>
15827         PR rtl-optimization/63491
15828         * lra-constraints.c (check_and_process_move): Use src instead of
15829         sreg.  Remove some dead code.
15831 2015-03-19  Jan Hubicka  <hubicka@ucw.cz>
15833         PR ipa/65380
15834         * ipa-icf.c (sem_function::merge): Do not merge DECL_EXTERNAL symbols.
15835         (sem_variable::merge): Likewise.
15837 2015-03-19  Martin Liska  <mliska@suse.cz>
15839         PR ipa/65465
15840         * cgraphunit.c (cgraph_node::create_wrapper): Correctly reset
15841         all fields of cgraph_thunk_info.
15843 2015-03-19  Ilya Enkovich  <ilya.enkovich@intel.com>
15845         * ipa-chkp.c (chkp_maybe_create_clone): Don't try to
15846         clone instrumented thunks.
15848 2015-03-19  Richard Biener  <rguenther@suse.de>
15850         Revert
15851         2015-03-10  Richard Biener  <rguenther@suse.de>
15853         PR middle-end/63155
15854         * tree-ssa-coalesce.h (verify_ssa_coalescing): Declare.
15855         * tree-ssa-coalesce.c: Include timevar.h.
15856         (attempt_coalesce): Handle graph being NULL.
15857         (coalesce_partitions): Call verify_ssa_coalescing if ENABLE_CHECKING.
15858         Split out abnormal coalescing to ...
15859         (perform_abnormal_coalescing): ... this function.
15860         (coalesce_ssa_name): Perform abnormal coalescing without computing
15861         live/conflict.
15862         (verify_ssa_coalescing_worker): New function.
15863         (verify_ssa_coalescing): Likewise.
15865 2015-03-19  Bernd Edlinger  <bernd.edlinger@hotmail.de>
15866             Jakub Jelinek  <jakub@redhat.com>
15868         PR sanitizer/65400
15869         * tsan.c (instrument_gimple): Clear tail call flag on
15870         calls.
15872 2015-03-19  Jakub Jelinek  <jakub@redhat.com>
15874         PR sanitizer/65400
15875         * ipa-split.c (find_return_bb): Allow TSAN_FUNC_EXIT internal
15876         call in the return bb.
15877         (find_split_points): Add RETURN_BB argument, don't call
15878         find_return_bb.
15879         (split_function): Likewise.  Add ADD_TSAN_FUNC_EXIT argument,
15880         if true append TSAN_FUNC_EXIT internal call after the call to
15881         the split off function.
15882         (execute_split_functions): Call find_return_bb here.
15883         Don't optimize if TSAN_FUNC_EXIT is found in unexpected places.
15884         Adjust find_split_points and split_function calls.
15886 2015-03-18  DJ Delorie  <dj@redhat.com>
15888         * config/rl78/rl78-virt.md (andqi3_virt): Allow far operands.
15889         (iorqi3_virt): Likewise.
15891 2015-03-18  Tom de Vries  <tom@codesourcery.com>
15893         * tree-parloops.c (parallelize_loops): Make static.
15894         * tree-parloops.h (parallelize_loops): Remove extern declaration.
15896 2015-03-18  Andrew Stubbs  <ams@codesourcery.com>
15898         PR middle-end/64491
15899         Revert:
15900         2014-11-20  Andrew Stubbs  <ams@codesourcery.com>
15902         * tree-ssa-loop-niter.c (maybe_lower_iteration_bound): Warn if a loop
15903         condition would be removed due to undefined behaviour.
15905 2015-03-18  Martin Liska  <mliska@suse.cz>
15907         PR ipa/65432
15908         * cgraph.c (cgraph_node::get_create): Remove unnecessary
15909         xstrdup_for_dump wrapper.
15910         * ipa-icf.c (sem_item::dump): Use symtab_node::name instead of
15911         sem_item::name.
15912         (sem_function::equals): Wrap symtab_node::name and symtab_node::asm_name
15913         with xstrdup_for_dump.
15914         (sem_variable::equals): Likewise.
15915         (sem_item_optimizer::read_section): Use symtab_node::name instead of
15916         sem_item::name.
15917         (sem_item_optimizer::parse_funcs_and_vars): Likewise.
15918         (sem_item_optimizer::merge_classes): Wrap symtab_node::name and
15919         symtab_node::asm_name with xstrdup_for_dump.
15920         (congruence_class::dump): Use symtab_node::name instead of
15921         sem_item::name.
15922         * ipa-icf.h (symtab_node::name): Remove.
15923         (symtab_node::asm_name): Likewise.
15925 2015-03-18  Jakub Jelinek  <jakub@redhat.com>
15927         PR tree-optimization/65450
15928         * tree-vect-data-refs.c (vect_duplicate_ssa_name_ptr_info): New
15929         function.
15930         (vect_create_addr_base_for_vector_ref, vect_create_data_ref_ptr): Use
15931         it instead of duplicate_ssa_name_ptr_info.
15933         PR target/65222
15934         * doc/invoke.texi: Add knl as x86 -march=/-mtune= CPU type.
15936 2015-03-18  Richard Biener  <rguenther@suse.de>
15938         * tree-data-ref.h (struct access_matrix): Remove.
15939         (AM_LOOP_NEST, AM_NB_INDUCTION_VARS, AM_PARAMETERS, AM_MATRIX,
15940         AM_NB_PARAMETERS, AM_CONST_COLUMN_INDEX, AM_NB_COLUMNS,
15941         AM_GET_SUBSCRIPT_ACCESS_VECTOR, AM_GET_ACCESS_MATRIX_ELEMENT): Likewise.
15942         (am_vector_index_for_loop): Likewise.
15943         (struct data_reference): Remove access_matrix member.
15944         (DR_ACCESS_MATRIX): Remove.
15945         (lambda_vector_new): Add comment.
15946         (lambda_matrix_new): Use XOBNEWVEC.
15948 2015-03-18  Richard Biener  <rguenther@suse.de>
15950         * tree-ssa-loop-ch.c (pass_data_ch): Remove TODO_cleanup_cfg.
15951         (pass_ch::execute): Cleanup the CFG only if we did sth.
15952         * tree-vect-generic.c (pass_data_lower_vector): Remove TODO_cleanup_cfg.
15954 2015-03-18  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
15956         * expmed.c (synth_mult): Use std::swap instead of manually
15957         swapping algorithms.
15959 2015-03-18  Jakub Jelinek  <jakub@redhat.com>
15961         PR target/65078
15962         * config/i386/sse.md (movsi/movdi -> vec_extract_*_0 splitter): New.
15964 2015-03-16  Georg-Johann Lay  <avr@gjlay.de>
15966         PR target/65296
15967         * config/avr/avr.opt (-nodevicelib): New option.
15968         * doc/invoke.texi (AVR Options): Document it.
15969         * config/avr/avrlibc.h (LIB_SPEC, LIBGCC_SPEC) [avr1]: Don't link
15970         libgcc.a, libc.a, libm.a.
15971         * config/avr/specs.h: Same.
15972         * config/avr/gen-avr-mmcu-specs.c (print_mcu): Don't print specs
15973         which don't (directly) depend on the device.  Print more help.
15974         (*avrlibc_devicelib) [-nodevicelib]: Don't link libdev.a.
15975         (*cpp): Don't define __AVR_DEV_LIB_NAME__.
15976         * config/avr/driver-avr.c: Remove -nodevicelib from option list in
15977         case of an error.
15978         (avr_devicespecs_file): Use suffix "%s" instead of absolute path
15979         for specs file name.
15980         * config/avr/avr-arch.h (avr_mcu_t) [.library_name]: Remove.
15981         * config/avr/avr-mcus.def: Adjust initializers and comments.
15983 2015-03-16  Jan Hubicka  <hubicka@ucw.cz>
15985         * tree-sra.c (ipa_sra_preliminary_function_checks): Use
15986         DECL_ONE_ONLY to check if decl is one only.
15987         * ipa-split.c (consider_split): Limit splitt of one only functions.
15989 2015-03-16  Jakub Jelinek  <jakub@redhat.com>
15991         PR tree-optimization/65427
15992         * tree-vect-generic.c (do_cond, expand_vector_scalar_condition): New
15993         functions.
15994         (expand_vector_operations_1): Handle BLKmode vector COND_EXPR.
15996 2015-03-16  Marek Polacek  <polacek@redhat.com>
15998         * cgraph.h (add_new_static_var): Remove declaration.
15999         * varpool.c (add_new_static_var): Remove function.
16001 2015-03-16  Jakub Jelinek  <jakub@redhat.com>
16003         * omp-low.c (expand_omp_target): Use auto_vec<tree, 11>
16004         instead of vec<tree> * with vec_alloc and release for args.
16005         Adjust all users.
16007         PR middle-end/65431
16008         * omp-low.c (delete_omp_context): Only splay_tree_delete
16009         reduction_map in GIMPLE_OMP_TARGET is_gimple_omp_offloaded
16010         is_gimple_omp_oacc contexts.  Don't look at ctx->outer.
16012 2015-03-16  Max Ostapenko  <m.ostapenko@partner.samsung.com>
16014         PR sanitizer/64820
16015         * cfgexpand.c (align_base): New function.
16016         (alloc_stack_frame_space): Call it.
16017         (expand_stack_vars): Align prev_frame to be sure
16018         data->asan_vec elements aligned properly.
16020 2015-03-16  Eric Botcazou  <ebotcazou@adacore.com>
16022         PR middle-end/65409
16023         * expr.c (store_field): Do not do a direct block copy if the source is
16024         a PARALLEL with BLKmode.
16026 2015-03-16  Tom de Vries  <tom@codesourcery.com>
16028         PR middle-end/65414
16029         Revert:
16030         2015-03-12  Tom de Vries  <tom@codesourcery.com>
16032         PR rtl-optimization/64895
16033         * lra-lives.c (check_pseudos_live_through_calls): Use
16034         actual_call_used_reg_set instead of call_used_reg_set, if available.
16036 2015-03-16  Alan Modra  <amodra@gmail.com>
16038         PR target/63150
16039         * config/rs6000/rs6000.md (bswapdi2): Remove one scratch reg.
16040         Modify Z->r bswapdi splitter to use dest in place of scratch.
16041         In r->Z and Z->r bswapdi splitter rename word_high, word_low
16042         to word1, word2 and rearrange logic to suit.
16043         (bswapdi2_64bit): Remove early clobber on Z->r alternative.
16044         (bswapdi2_ldbrx): Likewise.  Remove '??' on r->r.
16045         (bswapdi2_32bit): Remove early clobber on Z->r alternative.
16046         Add one '?' on r->r.  Modify Z->r splitter to avoid need for
16047         early clobber.
16049 2015-03-14  Jakub Jelinek  <jakub@redhat.com>
16051         PR tree-optimization/65369
16052         * tree-vect-stmts.c (vectorizable_load) <case dr_explicit_realign>:
16053         Set bump to vs * TYPE_SIZE_UNIT (elem_type) - 1 instead of
16054         (vs - 1) * TYPE_SIZE_UNIT (elem_type).
16056         PR tree-optimization/65418
16057         * tree-ssa-reassoc.c (extract_bit_test_mask): If there
16058         are casts in the first PLUS_EXPR operand, ensure tbias and
16059         *totallowp are in the inner type.
16061         PR rtl-optimization/65401
16062         * combine.c (rtx_equal_for_field_assignment_p): Add widen_x
16063         argument.  If true, adjust_address_nv of x with big-endian
16064         correction for the mode widening to GET_MODE (y).
16065         (make_field_assignment): Don't do MEM mode widening here.
16066         Use MEM_P instead of GET_CODE == MEM.
16068 2015-03-13  Ilya Verbin  <ilya.verbin@intel.com>
16070         * varpool.c (varpool_node::get_create): Don't set 'offloadable' flag for
16071         the external decls.
16073 2015-03-13  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
16075         PR target/64600
16076         * config/arm/arm.c (arm_gen_constant, AND case): Use
16077         ARM_SIGN_EXTEND when constructing AND mask.
16079 2015-03-13  Thomas Preud'homme  <thomas.preudhomme@arm.com>
16081         * graph.c (print_graph_cfg): Make function names visible and append
16082         parenthesis to it.  Also make groups of basic blocks belonging to the
16083         same function visible.
16085 2015-03-12  Richard Biener  <rguenther@suse.de>
16087         PR middle-end/44563
16088         * tree-inline.c (gimple_expand_calls_inline): Walk BB backwards
16089         to avoid quadratic behavior with inline expansion splitting blocks.
16090         * tree-cfgcleanup.c (cleanup_tree_cfg_bb): Do not merge block
16091         with the successor if the predecessor will be merged with it.
16092         * tree-cfg.c (gimple_can_merge_blocks_p): We can't merge the
16093         entry block with its successor.
16095 2015-03-13  Richard Biener  <rguenther@suse.de>
16097         PR middle-end/44563
16098         * tree-cfgcleanup.c (split_bb_on_noreturn_calls): Remove.
16099         (cleanup_tree_cfg_1): Do not call it.
16100         (execute_cleanup_cfg_post_optimizing): Fixup the CFG here.
16101         (fixup_noreturn_call): Mark the stmt as control altering.
16102         * tree-cfg.c (execute_fixup_cfg): Do not dump the function
16103         here.
16104         (pass_data_fixup_cfg): Produce a dump file.
16105         * tree-ssa-dom.c: Include tree-cfgcleanup.h.
16106         (need_noreturn_fixup): New global.
16107         (pass_dominator::execute): Fixup queued noreturn calls.
16108         (optimize_stmt): Queue calls that became noreturn for fixup.
16109         * tree-ssa-forwprop.c (pass_forwprop::execute): Likewise.
16110         * tree-ssa-pre.c: Include tree-cfgcleanup.h.
16111         (el_to_fixup): New global.
16112         (eliminate_dom_walker::before_dom_childre): Queue calls that
16113         became noreturn for fixup.
16114         (eliminate): Fixup queued noreturn calls.
16115         * tree-ssa-propagate.c: Include tree-cfgcleanup.h.
16116         (substitute_and_fold_dom_walker): New member stmts_to_fixup.
16117         (substitute_and_fold_dom_walker::before_dom_children): Queue
16118         alls that became noreturn for fixup.
16119         (substitute_and_fold): Fixup queued noreturn calls.
16121 2015-03-12  Jan Hubicka  <hubicka@ucw.cz>
16123         * ipa-icf.c (sem_function::equals_wpa): Match CXX_CONSTRUCTOR_P
16124         and CXX_DESTURCTOR_P. For consutrctors match ODR type of class they
16125         are building; for methods check ODR type of class they belong to if
16126         they may lead to a polymorphic call.
16127         (sem_function::compare_polymorphic_p): Be bit smarter about testing
16128         when function may lead to a polymorphic call.
16129         (sem_function::compare_type_list): Remove.
16130         (sem_variable::equals): Update use of compatible_types_p.
16131         (sem_variable::parse_tree_refs): Remove.
16132         (sem_item_optimizer::filter_removed_items): Do not filter out CXX
16133         cdtor.
16134         * ipa-icf-gimple.c (func_checker::compare_decl): Do polymorphic
16135         matching here.
16136         (func_checker::compatible_polymorphic_types_p): Break out from ...
16137         (unc_checker::compatible_types_p): ... here.
16138         * ipa-icf-gimple.h (func_checker::compatible_polymorphic_types_p):
16139         Declare.
16140         (unc_checker::compatible_types_p): Update.
16141         * ipa-icf.h (compare_type_list, parse_tree_refs, compare_sections):
16142         Remove.
16144 2015-03-12  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
16146         PR rtl-optimization/65235
16147         * simplify-rtx.c (simplify_binary_operation_1, VEC_SELECT case):
16148         When first element of vec_concat is const_int, calculate its size
16149         using second element.
16151 2015-03-12  Richard Biener  <rguenther@suse.de>
16153         PR middle-end/65270
16154         * fold-const.c (operand_equal_p): Fix ordering of resetting
16155         OEP_ADDRESS_OF and checking for it in the [TARGET_]MEM_REF case.
16157 2015-03-12  Dominik Vogt  <vogt@linux.vnet.ibm.com>
16159         * config/s390/s390.c (s390_reorg): Move code to output nops after label
16160         to s390_reorg ().
16161         (s390_asm_output_function_label): Likewise.
16162         * config/s390/s390.c (s390_asm_output_function_label):
16163         Fix function label alignment with -mhtopatch.
16164         * config/s390/s390.md ("unspecv"): New values UNSPECV_NOP_2_BYTE,
16165         UNSPECV_NOP_4_BYTE and UNSPECV_NOP_6_BYTE
16166         ("nop_2_byte"): New define_insn.
16167         ("nop_4_byte"): Likewise.
16168         ("nop_6_byte"): Likewise.
16169         * doc/extend.texi (hotpatch): hotpatch attribute doc fixes.
16170         * doc/invoke.texi (-mhotpatch): -mhotpatch doc fixes.
16172 2015-03-12  Ilya Enkovich  <ilya.enkovich@intel.com>
16174         PR target/65103
16175         * config/i386/i386.c (ix86_address_cost): Fix cost of a PIC
16176         register.
16178 2015-03-12  Ilya Enkovich  <ilya.enkovich@intel.com>
16180         PR target/65044
16181         * toplev.c (process_options): Restrict Pointer Bounds Checker
16182         usage with Address Sanitizer.
16184 2015-03-12  Richard Biener  <rguenther@suse.de>
16186         * tree-cfg.c (gimple_split_block): Remove loop finding stmt
16187         to split on.
16188         * omp-low.c (expand_omp_taskreg): Split block before removing
16189         the stmt.
16190         (expand_omp_target): Likewise.
16191         * ubsan.c (ubsan_expand_null_ifn): Adjust stmt if we replaced it.
16192         * tree-parloops.c (create_call_for_reduction_1): Pass a proper
16193         stmt to split_block.
16195 2015-03-12  Tom de Vries  <tom@codesourcery.com>
16197         PR rtl-optimization/64895
16198         * lra-lives.c (check_pseudos_live_through_calls): Use
16199         actual_call_used_reg_set instead of call_used_reg_set, if available.
16201 2015-03-10  Jan Hubicka  <hubicka@ucw.cz>
16203         * cgraph.c (cgraph_node::release_body): Free function_in_decl_state.
16204         (cgraph_node::remove): Likewise.
16205         (cgraph_node::get_untransformed_body): Likewise.
16206         * varpool.c (varpool_node::remove): Likewise.
16207         (varpool_node::get_constructor): Add sanity check.
16209 2015-03-11  Sandra Loosemore  <sandra@codesourcery.com>
16211         * doc/invoke.texi (-fgnu89-inline): Remove discussion about
16212         old GCC versions.
16213         (-fabi-compat-version): Likewise.
16214         (-ffriend-injection): Likewise.
16215         (-Wdeclaration-after-statement): Likewise.
16216         (-fomit-frame-pointer): Likewise.
16217         (-ftree-coalesce-inlined-vars): Likewise.
16218         (-fvisibility=): Likewise.
16219         * doc/extend.texi (Typeof): Likewise.
16220         (Zero Length): Likewise.
16221         (Escaped Newlines): Likewise.
16222         (Compound Literals): Likewise.
16223         (Function Attributes): Likewise.
16224         (Label Attributes): Likewise.
16225         (Type Attributes): Likewise.
16226         (Function Names): Likewise.
16227         (Other Builtins): Likewise.
16228         (Function Specific Option Pragmas): Likewise.
16229         (C++ Interface): Likewise.
16231 2015-03-11  Thomas Schwinge  <thomas@codesourcery.com>
16233         * config/nvptx/nvptx.h (LIBSTDCXX): Define to "gcc".
16235 2015-03-11  Marek Polacek  <polacek@redhat.com>
16237         PR tree-optimization/65388
16238         * tree-ssa-tail-merge.c (same_succ_def::equal): Fix typo in comparison.
16240 2015-03-10  Georg-Johann Lay  <avr@gjlay.de>
16242         PR target/65296
16243         * configure.ac [avr]: Check as for options -mrmw, --mlink-relax.
16244         * configure: Regenerate.
16245         * config.in: Regenerate.
16246         * doc/invoke.texi (AVR Options) [-mrmw]: Document it.
16247         [-mn-flash]: Document it.
16248         [__AVR_ARCH__]: Document avrtiny.
16250         * config/avr/gen-avr-mmcu-specs.c (config.h): Include it.
16251         (*asm_relax): Only define spec if HAVE_AS_AVR_MLINK_RELAX_OPTION.
16252         (*asm_rmw): Only define spec if HAVE_AS_AVR_MRMW_OPTION.
16254 2015-03-11  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
16256         * doc/invoke.texi: Add missing cpu values (z196, zEC12).
16258 2015-03-11  Michael Meissner  <meissner@linux.vnet.ibm.com>
16260         PR target/65242
16261         * config/rs6000/rs6000.c (rs6000_preferred_reload_class): Do not
16262         allow reloads of PLUS in floating point/VSX registers.
16264 2015-03-11  Junmo Park  <junmoz.park@samsung.com>
16266         * config/arm/cortex-a57.md (cortex_a57_crypto_simple): Add
16267         crypto_sha256_fast.
16268         (cortex_a57_crypto_complex): Add crypto_sha256_slow.
16270 2015-03-11  Richard Biener  <rguenther@suse.de>
16272         PR tree-optimization/65310
16273         * tree-sra.c (build_ref_for_offset): Also preserve larger
16274         alignment.
16276 2015-03-11  Marat Zakirov  <m.zakirov@samsung.com>
16278         * asan.c (instrument_derefs): Disable instrumentation on asan-globals=0.
16280 2015-03-10  Jakub Jelinek  <jakub@redhat.com>
16282         PR target/65368
16283         * config/i386/i386.md (bmi2_bzhi_<mode>3): Removed define_insn,
16284         new define_expand.
16285         (*bmi2_bzhi_<mode>3, *bmi2_bzhi_<mode>3_1): New define_insns.
16287 2015-03-10  Jan Hubicka  <hubicka@ucw.cz>
16289         * ipa-icf.c (sem_function::equals_wpa): Move here some checks from ...
16290         (sem_function::equals_wpa): ... here.
16292 2015-03-10  Marek Polacek  <polacek@redhat.com>
16293             Jakub Jelinek  <jakub@redhat.com>
16295         PR sanitizer/65367
16296         * ubsan.c (ubsan_expand_objsize_ifn): Update GSI instead of GSI_ORIG
16297         when only removing the statement.  Handle expanding UBSAN_OBJECT_SIZE
16298         separately.
16300 2015-03-10  Jakub Jelinek  <jakub@redhat.com>
16302         PR target/65286
16303         * config/rs6000/t-linux: For powerpc64* target set
16304         MULTILIB_OSDIRNAMES instead of MULTIARCH_DIRNAME.
16306 2015-03-10  Richard Biener  <rguenther@suse.de>
16308         PR middle-end/44563
16309         * tree-inline.c (copy_cfg_body): Skip block mapped to entry/exit
16310         for redirect_all_calls.
16312 2015-03-10  Marek Polacek  <polacek@redhat.com>
16314         * gdbinit.in (pcfun): Define and document.
16316 2015-03-10  Ilya Verbin  <ilya.verbin@intel.com>
16318         * config/i386/intelmic-mkoffload.c: Include intelmic-offload.h instead
16319         of libgomp-plugin.h.
16320         (find_target_compiler): Support a case when the path to gcc is
16321         specified in the PATH env var, so COLLECT_GCC doesn't contain a path.
16322         (generate_host_descr_file): Use GOMP_DEVICE_INTEL_MIC from
16323         intelmic-offload.h instead of OFFLOAD_TARGET_TYPE_INTEL_MIC from
16324         libgomp-plugin.h.
16325         (main): Use GCC_INSTALL_NAME as target_driver_name.
16326         * config/i386/t-intelmic (CFLAGS-mkoffload.o): Add GCC_INSTALL_NAME
16327         define.
16328         (mkoffload.o): Remove obsolete include path and defines.
16329         (mkoffload$(exeext)): Use $(LINKER) instead of $(COMPILER).
16331 2015-03-10  Richard Biener  <rguenther@suse.de>
16333         PR middle-end/63155
16334         * tree-ssa-coalesce.h (verify_ssa_coalescing): Declare.
16335         * tree-ssa-coalesce.c: Include timevar.h.
16336         (attempt_coalesce): Handle graph being NULL.
16337         (coalesce_partitions): Call verify_ssa_coalescing if ENABLE_CHECKING.
16338         Split out abnormal coalescing to ...
16339         (perform_abnormal_coalescing): ... this function.
16340         (coalesce_ssa_name): Perform abnormal coalescing without computing
16341         live/conflict.
16342         (verify_ssa_coalescing_worker): New function.
16343         (verify_ssa_coalescing): Likewise.
16345 2015-03-10  Georg-Johann Lay  <avr@gjlay.de>
16347         PR target/65296
16348         * config.gcc (extra_options) [avr]: Remove.
16349         (extra_gcc_objs) [avr]: Use driver-avr.o, avr-devices.o.
16350         (tm_file) [avr]: Add avr/specs.h after avr/avr.h.
16351         (tm_defines) [avr-*-rtems*]: Add WITH_RTEMS.
16353         * config/avr/avr.opt (config/avr/avr-arch.h): Remove include.
16354         (-mmcu=): Add Var and MissingArgError properties.
16355         (-march=): Remove.
16356         * config/avr/genmultilib.awk: Use -mmcu= instead of -march=.
16357         * config/avr/t-multilib: Regenerate.
16358         * config/avr/specs.h: New file.
16359         * config/avr/driver-avr.c: New file.
16360         * config/avr/genopt.sh: Remove file.
16361         * config/avr/avr-tables.opt: Remove file.
16362         * config/avr/predicates.md (avr_current_arch): Rename to avr_arch.
16363         * config/avr/avr-c.c: Same.
16364         * avr-arch.h: Same.
16365         (avr_current_device): Remove proto.
16366         * config/avr/avr.h (avr_current_arch): Rename to avr_arch.
16367         (AVR_HAVE_8BIT_SP): Don't depend on avr_current_device.
16368         (EXTRA_SPEC_FUNCTIONS): Define.
16369         (avr_devicespecs_file): New specs function proto.
16370         (DRIVER_SELF_SPECS): Use device-specs-file spec function.
16371         * config/avr/avr.c (avr_current_arch): Rename to avr_arch.
16372         (avr_current_device): Remove definition and usage.
16373         (avr_set_core_architecture): New static function.
16374         (avr_option_override): Use it.
16375         * config/avr/avr-devices.c (diagnostic.h, avr-arch.h): Include them.
16376         (mcu_name): New static array.
16377         (comparator, avr_archs_str, avr_mcus_str): New static functions.
16378         (avr_inform_devices, avr_inform_core_architectures): New functions.
16379         * config/avr/gen-avr-mmcu-specs.c (avr-arch.h, specs.h): Include.
16380         (avrlibc.h) [WITH_AVRLIBC]: Include.
16381         (../rtems.h, rtems.h) [WITH_RTEMS]: Include.
16382         (print_mcu): Rewrite from scratch.
16383         * config/avr/avrlibc.h (LIB_SPEC, LIBGCC_SPEC, STARTFILE_SPEC):
16384         Forward to avr-specific specs defined in device-specs file.
16385         * config/avr/t-avr (driver-avr.o): New rule.
16386         (avr-devices.o): Depend on avr-arch.h.
16387         (avr-mcus): No more depend on avr-tables.opt.
16388         (avr-tables.opt): Remove rule.
16389         (install-device-specs): Use INSTALL_DATA, not INSTALL_PROGRAM.
16391 2015-03-10  Ilya Enkovich  <ilya.enkovich@intel.com>
16393         * c-family/c.opt (fchkp-use-wrappers): New.
16394         * ipa-chkp.c (CHKP_WRAPPER_SYMBOL_PREFIX): New.
16395         (chkp_wrap_function): New.
16396         (chkp_build_instrumented_fndecl): Support wrapped
16397         functions.
16398         * doc/invoke.texi (-fcheck-pointer-bounds): New.
16399         (-fchkp-check-incomplete-type): New.
16400         (-fchkp-first-field-has-own-bounds): New.
16401         (-fchkp-narrow-bounds): New.
16402         (-fchkp-narrow-to-innermost-array): New.
16403         (-fchkp-optimize): New.
16404         (-fchkp-use-fast-string-functions): New.
16405         (-fchkp-use-nochk-string-functions): New.
16406         (-fchkp-use-static-bounds): New.
16407         (-fchkp-use-static-const-bounds): New.
16408         (-fchkp-treat-zero-dynamic-size-as-infinite): New.
16409         (-fchkp-check-read): New.
16410         (-fchkp-check-write): New.
16411         (-fchkp-store-bounds): New.
16412         (-fchkp-instrument-calls): New.
16413         (-fchkp-instrument-marked-only): New.
16414         (-fchkp-use-wrappers): New.
16415         (-static-libmpx): New.
16416         (-static-libmpxwrappers): New.
16418 2015-03-10  Ilya Enkovich  <ilya.enkovich@intel.com>
16420         * config/i386/linux-common.h (LIBMPX_WRAPPERSSPEC): New.
16421         (CHKP_SPEC): Add wrappers library.
16422         * c-family/c.opt (static-libmpxwrappers): New.
16424 2015-03-10  Ilya Enkovich  <ilya.enkovich@intel.com>
16426         * config/i386/linux-common.h (LIBMPX_LIBS): New.
16427         (LIBMPX_SPEC): New.
16428         (CHKP_SPEC): New.
16429         * gcc.c (CHKP_SPEC): New.
16430         (LINK_COMMAND_SPEC): Add CHKP_SPEC.
16431         * c-family/c.opt (static-libmpx): New.
16433 2015-03-10  Richard Biener  <rguenther@suse.de>
16435         PR middle-end/44563
16436         * cgraph.h (struct cgraph_edge_hasher): Add hash overload
16437         for compare_type.
16438         * cgraph.c (cgraph_edge_hasher::hash): Inline htab_hash_pointer.
16439         (cgraph_update_edge_in_call_site_hash): Use cgraph_edge_hasher::hash.
16440         (cgraph_add_edge_to_call_site_hash): Likewise.
16441         (cgraph_node::get_edge): Likewise.
16442         (cgraph_edge::set_call_stmt): Likewise.
16443         (cgraph_edge::remove_caller): Likewise.
16445 2015-03-10  Chung-Ju Wu  <jasonwucj@gmail.com>
16447         * config/nds32/nds32.h (callee_saved_regs_size): Rename to ...
16448         (callee_saved_gpr_regs_size): ... this.
16449         (callee_saved_regs_first_regno): Rename to ...
16450         (callee_saved_first_gpr_regno): ... this.
16451         (callee_saved_regs_last_regno) Rename to ...
16452         (callee_saved_last_gpr_regno): ... this.
16453         * config/nds32/nds32.c (nds32_compute_stack_frame): Adjust renamed
16454         variables.
16455         (nds32_initial_elimination_offset): Likewise.
16456         (nds32_expand_prologue): Likewise.
16457         (nds32_expand_epilogue): Likewise.
16458         (nds32_expand_prologue_v3push): Likewise.
16459         (nds32_expand_epilogue_v3pop): Likewise.
16460         * config/nds32/nds32-md-auxiliary.c (nds32_output_stack_push):
16461         Adjust renamed variables.
16462         (nds32_output_stack_pop): Likewise.
16464 2015-03-10  Thomas Preud'homme  <thomas.preudhomme@arm.com>
16466         * dominance.c (nearest_common_dominator_for_set): Fix A_Dominated_by_B
16467         code in comment.
16469 2015-03-10  Jakub Jelinek  <jakub@redhat.com>
16471         PR rtl-optimization/65321
16472         * cfgexpand.c (expand_debug_expr): Ensure shift amount isn't wider
16473         than shift mode.
16474         * var-tracking.c (use_narrower_mode): Likewise.
16476 2015-03-10  Jan Hubicka  <hubicka@ucw.cz>
16478         PR tree-optimization/65355
16479         * varasm.c (notice_global_symbol): Do not produce RTL.
16480         * symtab.c (symtab_node::can_increase_alignment_p): Check for section
16481         anchor.
16482         * tree-vect-data-refs.c (vect_compute_data_ref_alignment): Do not
16483         check for section anchors.
16485 2015-03-10  Alan Modra  <amodra@gmail.com>
16487         PR target/65286
16488         * config.gcc (powerpc*-*-linux*): Arrange for powerpc64le-linux
16489         to be single-arch by default.  Set cpu_is_64bit for powerpc64
16490         given --with-cpu=native.
16491         * config/rs6000/t-fprules: Do not set default MULTILIB vars.
16492         * config/rs6000/t-linux (MULTIARCH_DIRNAME): Support powerpc64
16493         and powerpc64le.
16494         * config/rs6000/linux64.h (SUBSUBTARGET_OVERRIDE_OPTIONS): Test
16495         rs6000_isa_flags rather than TARGET_64BIT.
16497 2015-03-09  Yoshinori Sato  <ysato@users.sourceforge.jp>
16498             Kaz Kojima  <kkojima@gcc.gnu.org>
16500         * config/sh/t-linux (MULTILIB_EXCEPTIONS): Define for m2a cases.
16502 2015-03-09  Jakub Jelinek  <jakub@redhat.com>
16504         PR lto/65361
16505         * ipa-devirt.c (add_type_duplicate): Don't use DECL_CONTEXT
16506         on a TREE_BINFO, instead use BINFO_TYPE.
16508 2015-03-09  Richard Biener  <rguenther@suse.de>
16510         PR middle-end/65270
16511         * tree-core.h (enum operand_equal_flag): Add OEP_ADDRESS_OF.
16512         * fold-const.c (operand_equal_p): When recursing for ADDR_EXPRs
16513         operand set OEP_ADDRESS_OF.  Clear it when recursing to non-bases
16514         of that.  When comparing dereferences compare alignment.
16515         When comparing MEM_REFs or TARGET_MEM_REFs compare dependence info.
16517 2015-03-08  Jan Hubicka  <hubicka@ucw.cz>
16519         * ipa-inline-analysis.c (check_callers): Check
16520         node->can_remove_if_no_direct_calls_and_refs_p.
16521         (growth_likely_positive): Reorganize to call
16522         can_remove_if_no_direct_calls_p later.
16523         * cgraph.h (will_be_removed_from_program_if_no_direct_calls_p,
16524         will_be_removed_from_program_if_no_direct_calls_p): Add
16525         will_inline parameter.
16526         * cgraph.c (cgraph_node::can_remove_if_no_direct_calls_p,
16527         cgraph_node::will_be_removed_from_program_if_no_direct_calls_p):
16528         Handle inliner case correctly.
16530 2015-03-09  Thomas Preud'homme  <thomas.preudhomme@arm.com>
16532         PR tree-optimization/63743
16533         * cfgexpand.c (reorder_operands): Also reorder if only second operand
16534         had its definition forwarded by TER.
16536 2015-03-08  Jan Hubicka  <hubicka@ucw.cz>
16538         PR lto/65316
16539         * ipa-utils.h (types_odr_comparable): Add strict argument.
16540         * ipa-devirt.c: Fix whitespace;
16541         (odr_hasher): Remove.
16542         (odr_name_hasher, odr_vtable_hasher): New hashers.
16543         (can_be_name_hashed_p): New predicate.
16544         (hash_type_name): remove.
16545         (hash_odr_name): New.
16546         (odr_name_hasher::hash): new.
16547         (can_be_vtable_hashed_p): New.
16548         (hash_odr_vtable): New.
16549         (odr_vtable_hasher::hash): New.
16550         (types_same_for_odr): Add strict parameter.
16551         (types_odr_comparable): Likewise.
16552         (odr_name_hasher::equal): New.
16553         (odr_vtable_hasher::equal): New.
16554         (odr_name_hasher::remove): New.
16555         (odr_hash_type): Change to hash_table<odr_name_hasher>.
16556         (odr_vtable_hash_type): New.
16557         (odr_vtable_hash): New.
16558         (odr_subtypes_equivalent_p): Do strict comparsion.
16559         (add_type_duplicate): Merge type names; cleanup; avoid type
16560         duplicates.
16561         (register_odr_type): Initialize vtable hash.
16562         (build_type_inheritance_graph): Likewise
16563         (get_odr_type): Reorg to use two hashes.
16564         (dump_possible_polymorphic_call_targets): Move sanity check after debug
16565         output.
16566         (ipa_devirt): Dump type_inheritance_graph.
16567         (types_same_for_odr): Add strict mode.
16569 2015-03-05  Jan Hubicka  <hubicka@ucw.cz>
16571         PR ipa/65334
16572         * cgraph.h (symtab_node): Add definition_alignment,
16573         can_increase_alignment_p and increase_alignment.
16574         * symtab.c (symtab_node::can_increase_alignment_p,
16575         increase_alignment_1, symtab_node::increase_alignment,
16576         symtab_node::definition_alignment): New.
16577         * tree-vect-data-refs.c (vect_can_force_dr_alignment_p): Use
16578         can_increase_alignment_p.
16579         * tree-vectorizer.c (increase_alignment): Use increase_alignment.
16580         * tree-vect-stmts.c (ensure_base_align): Likewise.
16581         * varasm.c (function_section_1): Use definition_alignment.
16582         (assemble_start_function): Likewise.
16583         (emit_local): likewise.
16584         (build_constant_desc): Likewsie.
16585         (output_constant_def_contents): Likewise.
16586         (place_block_symbol): Likewise.
16587         (output_object_block): Likewise.
16589 2015-03-05  Jan Hubicka  <hubicka@ucw.cz>
16591         PR ipa/65316
16592         * tree.c (free_lang_data_in_type): Be sure to keep BINFO_VTABLE
16593         when outputting debug.
16595 2015-03-07  Marek Polacek  <polacek@redhat.com>
16596             Martin Uecker  <uecker@eecs.berkeley.edu>
16598         PR sanitizer/65280
16599         * doc/invoke.texi: Update description of -fsanitize=bounds.
16601 2015-03-06  Wilco Dijkstra  <wilco.dijkstra@arm.com>
16603         * tree-ssa-phiopt.c (neg_replacement): Remove.
16604         (tree_ssa_phiopt_worker): Remove negate optimization.
16606 2015-03-05  Jan Hubicka  <hubicka@ucw.cz>
16608         PR ipa/65302
16609         * value-prof.c (gimple_ic): Pure dead eh edges when needed.
16611 2015-03-06  Richard Biener  <rguenther@suse.de>
16613         PR middle-end/64928
16614         * tree-ssa-live.h (struct tree_live_info_d): Add livein_obstack
16615         and liveout_obstack members.
16616         (calculate_live_on_exit): Remove.
16617         (calculate_live_ranges): Change declaration.
16618         * tree-ssa-live.c (liveness_bitmap_obstack): Remove global var.
16619         (new_tree_live_info): Adjust.
16620         (calculate_live_ranges): Delete livein when not wanted.
16621         (calculate_live_ranges): Do not initialize liveness_bitmap_obstack.
16622         Deal with partly deleted live info.
16623         (loe_visit_block): Remove temporary bitmap by using
16624         bitmap_ior_and_compl_into.
16625         (live_worklist): Adjust accordingly.
16626         (calculate_live_on_exit): Make static.
16627         * tree-ssa-coalesce.c (coalesce_ssa_name): Tell calculate_live_ranges
16628         we do not need livein.
16630 2015-03-06  Jonathan Wakely  <jwakely@redhat.com>
16632         * real.c (real_from_string): Fix typo in assertion.
16634 2015-03-06  Alex Velenko  <alex.velenko@arm.com>
16636         * ChangeLog (2015-03-05): Reflect Richard Henderson as actual author of
16637         the patch.
16639 2015-03-05  Jan Hubicka  <hubicka@ucw.cz>
16641         * ipa-icf.c (sem_variable::equals_wpa): Check FINAL flags.
16643 2015-03-05  Vladimir Makarov  <vmakarov@redhat.com>
16645         PR target/64342
16646         * lra-assigns.c (find_hard_regno_for): Rename to
16647         find_hard_regno_for_1.  Add a new parameter.
16648         (find_hard_regno_for): New function using find_hard_regno_for_1.
16650 2015-03-05  Bernd Edlinger  <bernd.edlinger@hotmail.de>
16652         PR rtl-optimization/65067
16653         * expmed.c (store_bit_field, extract_bit_field): Reworked the
16654         strict volatile bitfield handling.
16656 2015-03-05  Martin Liska  <mliska@suse.cz>
16658         PR ipa/65318
16659         * ipa-icf.c (sem_variable::equals): Compare variables types.
16661 2015-03-05  Richard Henderson  <rth@redhat.com>
16663         PR target/65121
16664         * config/arm/arm.c (arm_function_in_section_p): Fix predicate to
16665         correctly check weak symbol binding.
16667 2015-03-05  Steve Ellcey  <sellcey@imgtec.com>
16669         PR middle-end/65315
16670         * cfgexpand.c (expand_stack_vars): Update large_align to maximum
16671         needed alignment.
16673 2015-03-05  Martin Liska  <mliska@suse.cz>
16675         * ipa-inline.c (inline_small_functions): Set default value to
16676         prevent warning during bootstrap.
16677         * tree.h: Add pragma guard that ignores false positives during
16678         bootstrap.
16680 2015-03-05  Richard Biener  <rguenther@suse.de>
16682         PR tree-optimization/65310
16683         * tree-vect-data-refs.c (vect_compute_data_ref_alignment):
16684         Properly preserve alignment of the base of the access.
16686 2015-03-05  Richard Biener  <rguenther@suse.de>
16688         PR ipa/65270
16689         * ipa-icf-gimple.c (func_checker::compare_memory_operand):
16690         Compare dependence info.
16692 2015-03-05  Richard Biener  <rguenther@suse.de>
16694         PR middle-end/65233
16695         * ipa-polymorphic-call.c: Include tree-ssa-operands.h and
16696         tree-into-ssa.h.
16697         (walk_ssa_copies): Revert last chage.  Instead do not walk
16698         SSA names registered for SSA update.
16700 2015-03-03  Jan Hubicka  <hubicka@ucw.cz>
16702         PR ipa/65270
16703         * ipa-icf.c (sem_item::compare_cgraph_references): Compare
16704         vtable references for their containing type.
16705         (sem_function::equals_wpa): Compare TYPE_RESTRICT
16706         and type attributes.
16708 2015-03-04  Eric Botcazou  <ebotcazou@adacore.com>
16710         * fold-const.c (round_up_loc): Cast divisor to signed on all paths
16711         before negating it.
16712         * stor-layout.c (finalize_record_size): Revert latest change.
16714 2015-03-04  Andreas Tobler  <andreast@gcc.gnu.org>
16716         * config/rs6000/t-freebsd64: Remove 32-bit soft-float multilibs.
16718 2015-03-03  Jan Hubicka  <hubicka@ucw.cz>
16720         * cgraph.c (cgraph_node::can_remove_if_no_direct_calls_p): Rewrite
16721         for correct comdat handling.
16722         (cgraph_node::will_be_removed_from_program_if_no_direct_calls_p):
16723         Likewise.
16724         * cgraph.h (call_for_symbol_and_aliases): Fix formating.
16725         (used_from_object_file_p_worker): Remove.
16726         (cgraph_node::only_called_directly_or_alised): Add
16727         used_from_object_file_p.
16728         * ipa-inline-analysis.c (growth_likely_positive): Optimie.
16729         * ipa-inline-transform.c (can_remove_node_now_p_1): Use
16730         can_remove_if_no_direct_calls_and_refs_p.
16732 2015-03-04  Nick Clifton  <nickc@redhat.com>
16734         * config/rl78/rl78.h (enum reg_class): Remove real registers from
16735         General register class.
16736         * config/rl78/rl78-real.md: Replace general register constraints
16737         with real+virtual register constraints.
16739 2015-03-04  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
16741         * config/s390/s390.c (s390_expand_builtin): Exlude non-htm builtins
16742         from checking for -mhtm option.
16744 2015-03-03  Jan Hubicka  <hubicka@ucw.cz>
16746         * tree-sra.c (convert_callers): Use call_for_symbol_and_aliases.
16747         (struct ipa_sra_check_caller_data): Add has_thunk field.
16748         (ipa_sra_check_caller): Check for thunk.
16749         (ipa_sra_preliminary_function_checks): Give up on function with
16750         thunks.
16751         (ipa_early_sra): Use call_for_symbol_and_aliases.
16753 2015-03-03  Kaz Kojima  <kkojima@gcc.gnu.org>
16755         PR target/65249
16756         * config/sh/sh.md (symGOT_load): Use R0 reg for operands[2] when
16757         called for __stack_chk_guard symbol.
16759 2015-03-03  DJ Delorie  <dj@redhat.com>
16761         * config/rl78/rl78-real.md (*addqi_real): Allow SADDR types for
16762         inc/dec.
16763         (*addhi3_real): Likewise.
16764         * config/rl78/rl78-virt.md (*inc<mode>3_virt): Additional
16765         pattern to match incrementing memory.
16766         * config/rl78/predicates.md (rl78_1_2_operand): New.
16767         * config/rl78/rl78.c (rl78_force_nonfar_3): Allow far mem-mem if
16768         it's the same and only mem.
16769         (rl78_alloc_physical_registers_op2): If there's effectively only
16770         one MEM, transcode it into HL.
16771         (rl78_far_p): Reject addresses that aren't legitimate.
16773 2015-03-03  Eric Botcazou  <ebotcazou@adacore.com>
16775         * fold-const.c (round_up_loc): Cast divisor to HOST_WIDE_INT before
16776         negating it.
16778         * tree-sra.c (pa_sra_preliminary_function_checks): Fix typo in message.
16780 2015-03-03  Max Filippov  <jcmvbkbc@gmail.com>
16782         Implement call0 ABI for xtensa
16783         * config/xtensa/constraints.md ("a" constraint): Include stack
16784         pointer in case of call0 ABI.
16785         ("q" constraint): Make empty in case of call0 ABI.
16786         ("D" constraint): Include stack pointer in case of call0 ABI.
16787         * config/xtensa/xtensa-protos.h (xtensa_set_return_address,
16788         xtensa_expand_epilogue, xtensa_regno_to_class): Add new function
16789         prototypes.
16790         * config/xtensa/xtensa.c (xtensa_callee_save_size): New
16791         variable.
16792         (xtensa_regno_to_class): Make it a local variable in the
16793         function xtensa_regno_to_class.
16794         (xtensa_function_epilogue, TARGET_ASM_FUNCTION_EPILOGUE): Remove
16795         macro, function prototype and implementation.
16796         (reg_nonleaf_alloc_order): Make it a local variable in the
16797         function order_regs_for_local_alloc.
16798         (xtensa_conditional_register_usage): New function.
16799         (TARGET_CONDITIONAL_REGISTER_USAGE): Define macro.
16800         (xtensa_valid_move): Allow direct moves to stack pointer
16801         register in call0 ABI.
16802         (xtensa_setup_frame_addresses): Only spill register windows in
16803         windowed ABI.
16804         (xtensa_emit_call): Emit call(x)8 or call(x)0 in windowed and
16805         call0 ABI respectively.
16806         (xtensa_function_arg_1): Only mark a7 register for copying in
16807         windowed ABI.
16808         (xtensa_call_save_reg): New function.
16809         (compute_frame_size): Add space for callee saved register
16810         storage to the frame size in call0 ABI.
16811         (xtensa_expand_prologue): Generate code to set up stack frame
16812         and save callee-saved registers in call0 ABI.
16813         (xtensa_expand_epilogue): New function.
16814         (xtensa_set_return_address): New function.
16815         (xtensa_return_addr): Calculate return address in call0 ABI.
16816         (xtensa_builtin_saveregs): Only mark a7 register for copying and
16817         emit copying code in windowed ABI.
16818         (order_regs_for_local_alloc): Add preferred register allocation
16819         order for non-leaf function in call0 ABI.
16820         (xtensa_static_chain): Add atatic chain passing for call0 ABI.
16821         (xtensa_asm_trampoline_template): Add trampoline generation for
16822         call0 ABI.
16823         (xtensa_trampoline_init): Add trampoline initialization for
16824         call0 ABI.
16825         (xtensa_conditional_register_usage, xtensa_regno_to_class): New
16826         functions.
16827         * config/xtensa/xtensa.h (TARGET_WINDOWED_ABI): New macro.
16828         (TARGET_CPU_CPP_BUILTINS): Add built-in define for call0 ABI.
16829         (CALL_USED_REGISTERS): Modify to encode both windowed and call0
16830         ABI call-used registers.
16831         (HARD_FRAME_POINTER_REGNUM): Add frame pointer for call0 ABI.
16832         (INCOMING_REGNO, OUTGOING_REGNO): Use argument unchanged in
16833         call0 ABI.
16834         (REG_CLASS_CONTENTS): Include all registers into the preferred
16835         reload registers set, adjust the set in the
16836         xtensa_conditional_register_usage.
16837         (xtensa_regno_to_class): Drop variable declaration.
16838         (REGNO_REG_CLASS): Redefine to use xtensa_regno_to_class
16839         function.
16840         (WINDOW_SIZE): Define as 8 or 0 for windowed and call0 ABI
16841         respectively.
16842         (FUNCTION_PROFILER): Add _mcount call for call0 ABI.
16843         (TRAMPOLINE_SIZE): Define trampoline size for call0 ABI.
16844         (RETURN_ADDR_IN_PREVIOUS_FRAME): Define to 0 in call0 ABI.
16845         (ASM_OUTPUT_POOL_PROLOGUE): Always generate literal pool
16846         location in call0 ABI.
16847         (EH_RETURN_STACKADJ_RTX): New definition, use a10 for passing
16848         stack adjustment size when handling exception.
16849         (CRT_CALL_STATIC_FUNCTION): Add definition for call0 ABI.
16850         * config/xtensa/xtensa.md (A9_REG, UNSPECV_BLOCKAGE): New
16851         definitions.
16852         ("return" pattern): Generate ret.n/ret in call0 ABI.
16853         ("epilogue" pattern): Expand epilogue.
16854         ("nonlocal_goto" pattern): Use default in call0 ABI.
16855         ("eh_return" pattern): Move implementation to eh_set_a0_windowed,
16856         emit eh_set_a0_* depending on ABI.
16857         ("eh_set_a0_windowed" pattern): Former eh_return pattern.
16858         ("eh_set_a0_call0", "blockage"): New patterns.
16860 2015-03-03  Martin Liska  <mliska@suse.cz>
16862         PR ipa/65287
16863         * ipa-icf.c (sem_variable::parse): Skip all alias variables.
16865 2015-03-03  Michael Meissner  <meissner@linux.vnet.ibm.com>
16867         PR 65138/target
16868         * config/rs6000/rs6000-tables.opt: Regenerate table.
16870 2015-03-03  Renlin Li  <renlin.li@arm.com>
16872         * doc/md.texi (@item ^): Change ? into ^.
16874 2015-03-03  H.J. Lu  <hongjiu.lu@intel.com>
16876         * doc/tm.texi: Regenerated.
16878 2015-03-03  Max Filippov  <jcmvbkbc@gmail.com>
16880         * builtins.c (expand_builtin_return_addr): Add
16881         RETURN_ADDR_IN_PREVIOUS_FRAME to 'if' condition, remove
16882         surrounding #ifdef.
16883         * config/sparc/sparc.h (RETURN_ADDR_IN_PREVIOUS_FRAME): Change
16884         definition to 1.
16885         * config/xtensa/xtensa.h (RETURN_ADDR_IN_PREVIOUS_FRAME):
16886         Likewise.
16887         * defaults.h (RETURN_ADDR_IN_PREVIOUS_FRAME): Define to 0 if
16888         undefined.
16889         * doc/tm.texi.in (RETURN_ADDR_IN_PREVIOUS_FRAME): Update
16890         paragraph.
16892 2015-03-03  Martin Jambor  <mjambor@suse.cz>
16893             Eric Botcazou  <ebotcazou@adacore.com>
16895         * tree-sra.c (ipa_sra_check_caller_data): New type.
16896         (has_caller_p): Removed.
16897         (ipa_sra_check_caller): New function.
16898         (ipa_sra_preliminary_function_checks): Use it.
16900 2015-03-03  Martin Liska  <mliska@suse.cz>
16902         * ipa-icf.c (sem_item_optimizer::merge_classes): Use bit or
16903         instead of if branch.
16905 2015-03-03  Martin Liska  <mliska@suse.cz>
16907         PR ipa/65282
16908         * ipa-icf.c (sem_variable::equals): Fix wrong condition.
16910 2015-03-23  Jeff Law  <law@redhat.com>
16912         PR tree-optimization/65241
16913         * tree-ssa-dom.c (lookup_avail_expr): Only modify the avail_expr
16914         hash table if INSERT is true.
16916 2015-03-03  Georg-Johann Lay  <avr@gjlay.de>
16918         PR target/65296
16919         * config.gcc (extra_gcc_objs) [avr-*-rtems*]: Remove.
16921 2015-03-03  Georg-Johann Lay  <avr@gjlay.de>
16923         PR target/64331
16924         * config/avr/avr.c (context.h, tree-pass.h): Include them.
16925         (avr_pass_data_recompute_notes): New static variable.
16926         (avr_pass_recompute_notes): New class.
16927         (avr_register_passes): New static function.
16928         (avr_option_override): Call it.
16930 2015-03-03  Georg-Johann Lay  <avr@gjlay.de>
16932         Fix various problems with specs file generation.
16934         PR target/65296
16935         * config.gcc (extra_gcc_objs) [avr]: Remove.
16936         * config/avr/driver-avr.c: Remove file.
16937         * config/avr/t-avr (driver-avr.o): Remove rule.
16938         (gen-avr-mmcu-specs): Use CXX_FOR_BUILD, CXXFLAGS_FOR_BUILD and
16939         INCLUDES to build.  Depend on TM_H.
16940         * config/avr/gen-avr-mmcu-specs.c: Tidy up code.  Fix various
16941         build warnings.  Fix non-matching types and non-existing %-codes.
16942         (tm.h): Include.
16943         (*lib) [!WITH_AVRLIBC]: Don't link libdev.a.
16944         (*libgcc) [WITH_AVRLIBC]: Add "-lm".
16945         * config/avr/avrlibc.h (LIBGCC_SPEC): Remove definition.
16946         * config/avr/avr.h (DRIVER_SELF_SPECS): Fix handling of -march=.
16947         (CPP_SPEC, CC1PLUS_SPEC, ASM_SPEC, LINK_SPEC, LIB_SPEC)
16948         (LIBGCC_SPEC): Remove definitions.
16950 2015-03-03  Eric Botcazou  <ebotcazou@adacore.com>
16952         * config/ia64/ia64.c (expand_vec_perm_interleave_2): Use gen_raw_REG
16953         to create a register in testing mode.
16955 2015-03-03  Martin Liska  <mliska@suse.cz>
16956             Jan Hubicka  <hubicka@ucw.cz>
16958         PR ipa/65263
16959         * cgraph.c (cgraph_node::has_thunk_p): New function.
16960         * cgraph.h (cgraph_node::has_thunk_p: Likewise.
16961         * ipa-icf.c (redirect_all_callers): Do not redirect thunks.
16962         (sem_function::merge): Assert is changed.
16964 2015-03-03  Martin Liska  <mliska@suse.cz>
16965             Martin Jambor  <mjambor@suse.cz>
16967         PR ipa/65087
16968         * ipa-icf.c (sem_item_optimizer::execute): Change function
16969         return value to boolean.
16970         (sem_item_optimizer::merge_classes): Likewise.
16971         (ipa_icf_driver): Return TODO_remove_functions in case there's
16972         a merge operation processed.
16973         * ipa-icf.h: Change function return value to boolean.
16975 2015-03-02  Michael Meissner  <meissner@linux.vnet.ibm.com>
16977         PR 65138/target
16978         * config/rs6000/rs6000-cpus.def (powerpc64le): Add new generic
16979         processor type for 64-bit little endian PowerPC.
16981         * config/rs6000/rs6000.c (rs6000_option_override_internal): If
16982         -mdebug=reg, print TARGET_DEFAULT.  Fix logic to use
16983         TARGET_DEFAULT if there is no default cpu.  Fix -mdebug=reg
16984         printing built-in mask so it does not pass NULL pointers.
16986         * doc/invoke.texi (IBM RS/6000 and PowerPC options): Document
16987         -mcpu=powerpc64le.
16989 2015-03-02  Steve Ellcey  <sellcey@imgtec.com>
16991         PR target/58158
16992         * config/mips/mips.md (mov<mode>cc): Change ISA_HAS_SEL check to
16993         !ISA_HAS_FP_CONDMOVE.
16995 2015-03-02  Aldy Hernandez  <aldyh@redhat.com>
16997         * config/i386/i386.md (*udivmod<mode>4_pow2): Remove
16998         reload_completed.
17000 2015-03-02  Ulrich Drepper  <drepper@gmail.com>
17002         * doc/invoke.texi (Options for Code Generation Conventions):
17003         Fix URL of DSO paper.
17005 2015-03-02  Jan Hubicka  <hubicka@ucw.cz>
17007         PR ipa/65130
17008         * ipa-inline.c (check_callers): Looks for recursion.
17009         (inline_to_all_callers): Give up on uninlinable or recursive edges.
17010         * ipa-inline-analysis.c (inline_summary_t::duplicate): Do not update
17011         summary of inline clones.
17012         (do_estimate_growth_1): Fix recursion check.
17014 2015-03-02  Jan Hubicka  <hubicka@ucw.cz>
17016         PR ipa/64988
17017         * ipa-inline-transform.c (clone_inlined_nodes): Do not dissolve
17018         comdat groups.
17020 2015-03-02  Jan Hubicka  <hubicka@ucw.cz>
17021             Aldy Hernandez  <aldyh@redhat.com>
17023         PR lto/65276
17024         * ipa-devirt.c (add_type_duplicate): Remove odr_violated assert
17025         when checking TYPE_BINFO.
17027 2015-03-02  Richard Biener  <rguenther@suse.de>
17029         PR ipa/65270
17030         * ipa-icf-gimple.c: Include builtins.h.
17031         (func_checker::compare_memory_operand): Compare base alignment.
17033 2015-03-02  Ilya Enkovich  <ilya.enkovich@intel.com>
17035         PR target/65184
17036         * gcc/config/i386/i386.c (ix86_pass_by_reference) Bounds
17037         are never passed by reference.
17039 2015-03-02  Ilya Enkovich  <ilya.enkovich@intel.com>
17041         PR target/65183
17042         * tree-chkp.c (chkp_check_lower): Don't check against
17043         zero bounds for already instrumented functions.
17044         (chkp_check_upper): Likewise.
17045         (chkp_fini): Clean pass local data to avoid wrong reusage.
17047 2015-02-28  Martin Liska  <mliska@suse.cz>
17048             Jan Hubicka  <hubicka@ucw.cz>
17050         * ipa-icf.c (sem_variable::equals): Improve debug output;
17051         get variable constructor.
17052         (sem_variable::parse): Do not filter out too early; give up on
17053         volatile and register vars.
17054         (sem_item_optimizer::filter_removed_items): Filter out nonreadonly
17055         variables.
17056         * ipa-icf.h (sem_variable::init): Do not set ctor.
17057         (sem_variable::ctor): Remove.
17059 2015-03-01  Aldy Hernandez  <aldyh@redhat.com>
17061         PR middle-end/65233
17062         * ipa-polymorphic-call.c (walk_ssa_copies): Handle empty PHIs.
17064 2015-02-28  Jan Hubicka  <hubicka@ucw.cz>
17066         * ipa-icf.c: Include stor-layout.h
17067         (sem_function::compare_cgraph_references): Rename to ...
17068         (sem_item::compare_cgraph_references): ... this one.
17069         (sem_variable::equals_wpa): New function
17070         (sem_variable::equals): Do not check stuff already verified by
17071         equals_wpa.
17072         (sem_variable::equals): Reorg based on varasm.c:compare_constant.
17073         * ipa-icf.h (sem_item): Add compare_cgraph_references.
17074         (sem_function): Remove compare_cgraph_references.
17075         (sem_variable): Turns equals_wpa into non-inline.
17077 2015-02-28  Jan Hubicka  <hubicka@ucw.cz>
17079         * ipa-icf.c (sem_function::init): Fix formating; skip GIMPLE_PREDICT.
17080         (sem_item::add_expr): New function.
17081         (sem_function::hash_stmt): Handle operands of most statements.
17082         (sem_variable::get_hash): Hash the actual constructor.
17083         * ipa-icf.h (sem_item): Add add_expr.
17084         (sem_function): Update prototype of hash_stmt
17086 2015-02-28  Martin Liska  <mliska@suse.cz>
17087             Jan Hubicka  <hubicka@ucw.cz>
17089         PR ipa/65245
17090         * ipa-icf-gimple.c (func_checker::compare_function_decl):
17091         Remove.
17092         (func_checker::compare_variable_decl): Skip symtab vars.
17093         (func_checker::compare_cst_or_decl): Update.
17094         * ipa-icf.c (sem_function::parse): Do not consider aliases.
17095         (sem_function::compare_cgraph_references): Add ADDRESS parameter;
17096         use correct symtab predicates.
17097         (sem_function::equals_wpa): Update uses of compare_cgraph_references.
17098         (sem_variable::parse):  Update comment.
17099         (sem_item_optimizer::build_graph): Consider ultimate aliases
17100         for references.
17102 2015-02-28  Jan Hubicka  <hubicka@ucw.cz>
17104         * ipa-icf-gimple.c (func_checker::compare_operand): Fix handling
17105         of OBJ_TYPE_REF.
17107 2015-02-28  Jan Hubicka  <hubicka@ucw.cz>
17109         * ipa-icf.c (sem_function::merge): Fix handling of COMDAT.
17110         (sem_variable::merge) Likewise.
17112 2015-02-28  Jan Hubicka  <hubicka@ucw.cz>
17114         * ipa-inline.c (can_inline_edge_p): Match opt_for_fn on inline
17115         target; also match flag_ipa_devirt.
17117 2015-03-01  Martin Liska  <mliska@suse.cz>
17118             Jan Hubicka  <hubicka@ucw.cz>
17120         * ipa-icf-gimple.c (func_checker::compare_variable_decl):
17121         Validate variable alignment.
17122         * ipa-icf.c (sem_function::equals_private): Be more precise
17123         about non-common function attributes.
17124         (sem_variable::equals): Likewise.
17126 2015-02-28  Jan Hubicka  <hubicka@ucw.cz>
17128         PR ipa/65237
17129         * ipa-icf.c (sem_function::merge): Do not attempt to produce alias
17130         across COMDAT group boundary.
17132 2015-02-28  Jan Hubicka  <hubicka@ucw.cz>
17134         PR ipa/65232
17135         * ipa-icf.c (clear_decl_rtl): New function.
17136         (sem_function::merge): Clear RTL before forming alias.
17137         (sem_variable::merge): Clear RTL before forming alias.
17139 2015-02-28  Jan Hubicka  <hubicka@ucw.cz>
17141         PR ipa/65236
17142         * cgraphunit.c (cgraph_node::expand_thunk): Enable return slot opt.
17144 2015-02-28  Xingxing Pan  <xxingpan@marvell.com>
17146         * config/aarch64/aarch64.md: (mov<mode>_aarch64): Change type
17147         to neon_to_gp<q>.
17149 2015-02-27  Vladimir Makarov  <vmakarov@redhat.com>
17151         * params.def (PARAM_LRA_INHERITANCE_EBB_PROBABILITY_CUTOFF): Fix
17152         a typo in the description.
17154 2015-02-27  Vladimir Makarov  <vmakarov@redhat.com>
17156         PR target/64317
17157         * params.def (PARAM_LRA_INHERITANCE_EBB_PROBABILITY_CUTOFF): New.
17158         * params.h (LRA_INHERITANCE_EBB_PROBABILITY_CUTOFF): New.
17159         * lra-constraints.c: Include "params.h".
17160         (EBB_PROBABILITY_CUTOFF): Use
17161         LRA_INHERITANCE_EBB_PROBABILITY_CUTOFF.
17162         (lra_inheritance): Use '<' instead of '<=' for
17163         EBB_PROBABILITY_CUTOFF.
17164         * doc/invoke.texi (lra-inheritance-ebb-probability-cutoff):
17165         Document change.
17167 2015-02-27  Martin Liska  <mliska@suse.cz>
17169         * ipa-icf.h (struct symbol_compare_hashmap_traits): Add missing
17170         vector length condition.
17172 2015-02-27  Sandra Loosemore  <sandra@codesourcery.com>
17174         * doc/extend.texi (x86 transactional memory intrinsics):
17175         Reorganize discussion of _xbegin.  Clarify that the return
17176         value is a bit mask.  Expand example and move to end of section.
17178 2015-02-26  Jakub Jelinek  <jakub@redhat.com>
17179             Aldy Hernandez  <aldyh@redhat.com>
17181         PR rtl-optimization/65220
17182         * config/i386/i386.md (*udivmod<mode>4_pow2): New.
17184 2015-02-27  Vladimir Makarov  <vmakarov@redhat.com>
17186         PR target/65032
17187         * lra-remat.c (update_scratch_ops): New.
17188         (do_remat): Call it.
17189         * lra.c (lra_register_new_scratch_op): New. Take code from ...
17190         (remove_scratches): ... here.
17191         * lra-int.h (lra_register_new_scratch_op): New prototype.
17193 2015-02-27  Marek Polacek  <polacek@redhat.com>
17195         PR c/65040
17196         * doc/invoke.texi: Update to reflect that -Wformat=2 doesn't enable
17197         -Wformat-signedness anymore.
17199 2015-02-27  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
17201         * config/s390/s390.c: (s390_atomic_assign_expand_fenv): New
17202         function.
17203         (TARGET_ATOMIC_ASSIGN_EXPAND_FENV): Define macro.
17205 2015-02-27  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
17207         * config/s390/s390.c (enum s390_builtin):
17208         Add S390_BUILTIN_S390_SFPC and S390_BUILTIN_S390_EFPC.
17209         (code_for_builtin): Add CODE_FOR_s390_sfpc and CODE_FOR_s390_efpc.
17210         (s390_init_builtins): Generate new builtin functions.
17211         * config/s390/s390.md (UNSPECV_SFPC, UNSPECV_EFPC): New constants.
17212         (s390_sfpc, s390_efpc): New pattern definitions.
17214 2015-02-27  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
17216         * config/s390/s390.c: (enum s390_builtin, s390_expand_builtin):
17217         Rename S390_BUILTIN_max to S390_BUILTIN_MAX.
17218         (s390_builtin_decls): New array.
17219         (s390_init_builtins): Put builtin decls into s390_builtin_decls.
17220         (s390_builtin_decl): New function.
17221         (TARGET_BUILTIN_DECL): Define macro.
17223 2015-02-27  Richard Biener  <rguenther@suse.de>
17225         PR middle-end/63175
17226         * builtins.c (get_object_alignment_2): Make sure to re-apply
17227         the ANDed mask after recursing to its operand gets us a new
17228         misalignment bit position.
17230 2015-02-26  Jan Hubicka  <hubicka@ucw.cz>
17231             Martin Liska  <mliska@suse.cz>
17233         PR bootstrap/65150
17234         * ipa-icf.c (symbol_compare_collection::symbol_compare_colleciton):
17235         Use address_matters_p.
17236         (redirect_all_callers, set_addressable): New functions.
17237         (sem_function::merge): Reorganize and fix merging issues.
17238         (sem_variable::merge): Likewise.
17239         (sem_variable::compare_sections): Remove.
17240         * common.opt (fmerge-all-constants, fmerge-constants): Remove
17241         Optimization flag.
17242         * symtab.c (symtab_node::resolve_alias): When alias has aliases,
17243         redirect them.
17244         (symtab_node::make_decl_local): Set ADDRESSABLE bit when
17245         decl is used.
17246         (address_matters_1): New function.
17247         (symtab_node::address_matters_p): New function.
17248         * cgraph.c (cgraph_edge::verify_corresponds_to_fndecl): Fix
17249         check for merged flag.
17250         * cgraph.h (address_matters_p): Declare.
17251         (symtab_node::address_taken_from_non_vtable_p): Remove.
17252         (symtab_node::address_can_be_compared_p): New method.
17253         (ipa_ref::address_matters_p): Move here from ipa-ref.c; simplify.
17254         * ipa-visibility.c (symtab_node::address_taken_from_non_vtable_p):
17255         Remove.
17256         (comdat_can_be_unshared_p_1) Use address_matters_p.
17257         (update_vtable_references): Fix formating.
17258         * ipa-ref.c (ipa_ref::address_matters_p): Move inline.
17259         * cgraphunit.c (cgraph_node::create_wrapper): Drop UNINLINABLE flag.
17260         * cgraphclones.c: Preserve merged and icf_merged flags.
17262 2015-02-26  Sandra Loosemore  <sandra@codesourcery.com>
17264         * doc/extend.texi (Function Attributes): Fix spelling and typos.
17265         (Label Attributes): Likewise.
17266         (Cilk Plus Builtins): Likewise.
17267         (ARC SIMD Built-in Functions): Likewise.
17268         (ARM C Language Extensions (ACLE)): Likewise.
17269         (PowerPC Built-in Functions): Likewise.
17270         (PowerPC Hardware Transactional Memory Built-in Functions):
17271         Likewise.
17273 2015-02-26  Jakub Jelinek  <jakub@redhat.com>
17275         PR tree-optimization/65216
17276         * tree-ssa-reassoc.c (rewrite_expr_tree): Force creation of
17277         new stmt and new SSA_NAME for lhs whenever the arguments have
17278         changed and weren't just swapped.  Fix comment typo.
17280         PR tree-optimization/65215
17281         * tree-ssa-math-opts.c (find_bswap_or_nop_load): Return false
17282         for PDP endian targets.
17283         (perform_symbolic_merge, find_bswap_or_nop_1, find_bswap_or_nop):
17284         Fix up formatting issues.
17285         (bswap_replace): Likewise.  For BYTES_BIG_ENDIAN, if the final access
17286         size is smaller than the original, adjust MEM_REF offset by the
17287         difference of sizes.  Use is_gimple_mem_ref_addr instead of
17288         is_gimple_min_invariant test to avoid adding address temporaries.
17290 2015-02-26  Martin Liska  <mliska@suse.cz>
17291             Jan Hubicka  <hubicka@ucw.cz>
17293         PR ipa/64693
17294         * ipa-icf.c (symbol_compare_collection::symbol_compare_collection): New.
17295         (sem_item_optimizer::subdivide_classes_by_sensitive_refs): New function.
17296         (sem_item_optimizer::process_cong_reduction): Include division by
17297         sensitive references.
17298         * ipa-icf.h (struct symbol_compare_hashmap_traits): New class.
17299         * ipa-ref.c (ipa_ref::address_matters_p): New function.
17300         * ipa-ref.h (ipa_ref::address_matters_p): Likewise.
17302 2015-02-26  Georg-Johann Lay  <avr@gjlay.de>
17304         PR target/65192
17305         * config/avr/avr-protos.h (tiny_valid_direct_memory_access_range):
17306         Remove.
17307         * config/avr/avr.c: Same.
17308         (avr_legitimate_address_p) <AVR_TINY, CONSTANT_ADDRESS_P>:
17309         Refuse any constant address not in 0..0xbf.
17310         * config/avr/avr.md (*mov<mode>, *movsf): Remove
17311         tiny_valid_direct_memory_access_range from insn conditions.
17312         (mov<mode>): Don't special-case expansion of avrtiny addresses.
17314 2015-02-26  Oleg Endo  <olegendo@gcc.gnu.org>
17316         PR target/61142
17317         * config/sh/sh.c (sh_check_add_incdec_notes): New function.
17318         * config/sh/sh-protos.h (sh_check_add_incdec_notes): Declare it.
17319         * config/sh/predicates.md (const_logical_operand): New predicate.
17320         * config/sh/sh.md: Add new peephole2 patterns.
17322 2015-02-26  Marek Polacek  <polacek@redhat.com>
17324         PR ipa/65008
17325         * ipa-inline.c (early_inliner): Recompute inline parameters.
17327 2015-02-26  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
17329         PR target/65171
17330         * config/rs6000/rs6000.c (rs6000_analyze_swaps): Ensure
17331         instructions with TImode operands are included in the analysis.
17333 2015-02-26  Sebastian Pop  <s.pop@samsung.com>
17335         * tree-ssa-threadupdate.c (dump_jump_thread_path): Print all edges
17336         of an EDGE_FSM_THREAD.
17338 2015-02-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17340         * config/rs6000/htm.md (tcheck): Fix assembly encoding.
17342 2015-02-25  Aldy Hernandez  <aldyh@redhat.com>
17344         PR debug/46102
17345         * dwarf2out.c (dwarf2out_init): Disable -feliminate-dwarf2-dups.
17347 2015-02-26  Sebastian Pop  <s.pop@samsung.com>
17349         PR tree-optimization/65048
17350         * tree-ssa-threadupdate.c (valid_jump_thread_path): New.
17351         (thread_through_all_blocks): Call valid_jump_thread_path.
17352         Remove invalid FSM jump-thread paths.
17354 2015-02-26  Jakub Jelinek  <jakub@redhat.com>
17356         * passes.c (ipa_write_summaries_1): Call lto_output_init_mode_table.
17357         (ipa_write_optimization_summaries): Likewise.
17358         * tree-streamer.h: Include data-streamer.h.
17359         (streamer_mode_table): Declare extern variable.
17360         (bp_pack_machine_mode, bp_unpack_machine_mode): New inline functions.
17361         * lto-streamer-out.c (lto_output_init_mode_table,
17362         lto_write_mode_table): New functions.
17363         (produce_asm_for_decls): Call lto_write_mode_table when streaming
17364         offloading LTO.
17365         * lto-section-in.c (lto_section_name): Add "mode_table" entry.
17366         (lto_create_simple_input_block): Add mode_table argument to the
17367         lto_input_block constructors.
17368         * ipa-prop.c (ipa_prop_read_section, read_replacements_section):
17369         Likewise.
17370         * data-streamer-in.c (string_for_index): Likewise.
17371         * ipa-inline-analysis.c (inline_read_section): Likewise.
17372         * ipa-icf.c (sem_item_optimizer::read_section): Likewise.
17373         * lto-cgraph.c (input_cgraph_opt_section): Likewise.
17374         * lto-streamer-in.c (lto_read_body_or_constructor,
17375         lto_input_toplevel_asms): Likewise.
17376         (lto_input_mode_table): New function.
17377         * tree-streamer-out.c (pack_ts_fixed_cst_value_fields,
17378         pack_ts_decl_common_value_fields, pack_ts_type_common_value_fields):
17379         Use bp_pack_machine_mode.
17380         * real.h (struct real_format): Add name field.
17381         * lto-streamer.h (enum lto_section_type): Add LTO_section_mode_table.
17382         (class lto_input_block): Add mode_table member.
17383         (lto_input_block::lto_input_block): Add mode_table_ argument,
17384         initialize mode_table.
17385         (struct lto_file_decl_data): Add mode_table field.
17386         (lto_input_mode_table, lto_output_init_mode_table): New prototypes.
17387         * tree-streamer-in.c (unpack_ts_fixed_cst_value_fields,
17388         unpack_ts_decl_common_value_fields,
17389         unpack_ts_type_common_value_fields): Call bp_unpack_machine_mode.
17390         * tree-streamer.c (streamer_mode_table): New variable.
17391         * real.c (ieee_single_format, mips_single_format,
17392         motorola_single_format, spu_single_format, ieee_double_format,
17393         mips_double_format, motorola_double_format,
17394         ieee_extended_motorola_format, ieee_extended_intel_96_format,
17395         ieee_extended_intel_128_format, ieee_extended_intel_96_round_53_format,
17396         ibm_extended_format, mips_extended_format, ieee_quad_format,
17397         mips_quad_format, vax_f_format, vax_d_format, vax_g_format,
17398         decimal_single_format, decimal_double_format, decimal_quad_format,
17399         ieee_half_format, arm_half_format, real_internal_format): Add name
17400         field.
17401         * config/pdp11/pdp11.c (pdp11_f_format, pdp11_d_format): Likewise.
17403 2015-02-26  Yuri Rumyantsev  <ysrumyan@gmail.com>
17405         PR target/65161
17406         * config/i386/i386.c (ix86_sched_reorder): Skip instruction
17407         reordering for selective scheduling.
17409 2015-02-26  Terry Guo  <terry.guo@arm.com>
17411         * config/arm/arm-cores.def (cortex-m7): Add flag FL_NO_VOLATILE_CE.
17412         * config/arm/arm-protos.h (FL_NO_VOLATILE_CE): New flag.
17413         (arm_arch_no_volatile_ce): Declare new global variable.
17414         * config/arm/arm.c (arm_arch_no_volatile_ce): New global variable.
17415         (arm_option_override): Assign value to arm_arch_no_volatile_ce.
17416         * config/arm/arm.h (arm_arch_no_volatile_ce): Declare it.
17417         (TARGET_NO_VOLATILE_CE): New macro.
17418         * config/arm/arm.md (arm_comparison_operator): Disabled if not allow
17419         volatile memory access in IT block
17421 2015-02-25  Kai Tietz  <ktietz@redhat.com>
17423         PR tree-optimization/61917
17424         * tree-vect-loop.c (vectorizable_reduction): Handle obvious case
17425         that reduc_def_stmt is null.
17427 2015-02-25  Martin Liska  <mliska@suse.cz>
17429         * ipa-icf-gimple.c (func_checker::compare_variable_decl): Compare
17430         hard register variables.
17432 2015-02-25  Kai Tietz  <ktietz@redhat.com>
17434         PR target/64212
17435         * symtab.c (symtab::make_decl_local): Set DECL_IMPORT_P explicit to 0.
17436         (symtab::noninterposable_alias): Likewise.
17438 2015-02-25  Ilya Enkovich  <ilya.enkovich@intel.com>
17440         PR target/65167
17441         * gcc/config/i386/i386.c (ix86_function_arg_regno_p): Support
17442         bounds registers.
17443         (avoid_func_arg_motion): Add dependencies for BNDSTX insns.
17445 2015-02-25  Alan Lawrence  <alan.lawrence@arm.com>
17447         PR target/64997
17448         * config/aarch64/aarch64.md (*xor_one_cmpl<mode>3): Use FP_REGNUM_P
17449         as split condition; force split via '#' in output pattern.
17451 2015-02-25  Richard Biener  <rguenther@suse.de>
17452             Kai Tietz  <ktietz@redhat.com>
17454         PR tree-optimization/61917
17455         * tree-vect-loop.c (vectorizable_reduction): Allow
17456         vect_internal_def without reduction to exit graceful.
17458 2015-02-25  Georg-Johann Lay  <avr@gjlay.de>
17460         PR target/65196
17461         * config/avr/avr.c (avr_adjust_insn_length): Call recog_memoized
17462         only with NONDEBUG_INSN_P.
17464 2015-02-25  Georg-Johann Lay  <avr@gjlay.de>
17466         Use variadic macros with avr-log.c.
17468         * config/avr/avr-protos.h (avr_vdump): New prototype.
17469         (avr_log_set_caller_e, avr_log_set_caller_f): Remove protos.
17470         (avr_edump, avr_fdump, avr_dump): (Re)define to use avr_vdump.
17471         * config/avr/avr-log.c: Adjust comments.
17472         (avr_vdump): New function.
17473         (avr_vadump): Pass caller as 2nd argument instead of format string.
17474         (avr_log_caller, avr_log_fdump_e, avr_log_fdump_f)
17475         (avr_log_set_caller_e, avr_log_set_caller_f): Remove.
17477 2015-02-25  Jakub Jelinek  <jakub@redhat.com>
17479         PR lto/64374
17480         * target.def (target_option_stream_in): New target hook.
17481         * tree-streamer-in.c (streamer_read_tree_bitfields): Invoke
17482         targetm.target_option.post_stream_in if non-NULL.
17483         * doc/tm.texi.in: Add @hook TARGET_OPTION_POST_STREAM_IN.
17484         * doc/tm.texi: Updated.
17485         * config/i386/i386.c (ix86_function_specific_post_stream_in): New
17486         function.
17487         (TARGET_OPTION_POST_STREAM_IN): Redefine.
17489 2015-02-24  Jeff Law  <law@redhat.com>
17491         PR target/65117
17492         * config/xtensa/xtensa.md (zero_cost_loop_start): Reverse numbering
17493         of operand 0 and operand 2.
17494         (zero_cost_loop_end, loop_end): Similarly.
17496 2015-02-24  Aldy Hernandez  <aldyh@redhat.com>
17498         * gimple.h (gimple_build_assign): Rename CXX_MEM_STAT_DECL to
17499         CXX_MEM_STAT_INFO.
17501 2015-02-24  DJ Delorie  <dj@redhat.com>
17503         * config/rl78/rl78-protos.h (rl78_split_movsi): Accept a mode as well.
17504         * config/rl78/rl78-expand.md (movsf): New, same as movsi.
17505         * config/rl78/rl78.c (rl78_split_movsi): Accept a mode, use it
17506         instead of hardcoding SImode.
17508 2015-02-24  Bernd Schmidt  <bernds@codesourcery.com>
17510         * omp-low.c (create_omp_child_function): Tag entrypoint
17511         functions with a special attribute.
17513 2015-02-24  Michael Haubenwallner <michael.haubenwallner@ssi-schaefer.com>
17515         PR target/65058
17516         * config/rs6000/xcoff.h (ASM_OUTPUT_EXTERNAL): Drop unused variable.
17518 2015-02-24  Vladimir Makarov  <vmakarov@redhat.com>
17520         PR rtl-optimization/65123
17521         * lra-remat.c (operand_to_remat): Check hard regs in insn
17522         definition too.
17524 2015-02-24  Nick Clifton  <nickc@redhat.com>
17526         * config/v850/v850.h (ASM_SPEC): Pass -msoft-float/-mhard-float on
17527         to the assembler.
17529 2015-02-24  Thomas Schwinge  <thomas@codesourcery.com>
17531         PR libgomp/64625
17532         * omp-builtins.def (BUILT_IN_GOACC_DATA_START): Specify as
17533         BT_FN_VOID_INT_SIZE_PTR_PTR_PTR, not
17534         BT_FN_VOID_INT_PTR_SIZE_PTR_PTR_PTR.
17535         (BUILT_IN_GOACC_ENTER_EXIT_DATA, BUILT_IN_GOACC_UPDATE): Specify as
17536         BT_FN_VOID_INT_SIZE_PTR_PTR_PTR_INT_INT_VAR, not
17537         BT_FN_VOID_INT_PTR_SIZE_PTR_PTR_PTR_INT_INT_VAR.
17538         (BUILT_IN_GOACC_PARALLEL): Specify as
17539         BT_FN_VOID_INT_OMPFN_SIZE_PTR_PTR_PTR_INT_INT_INT_INT_INT_VAR, not
17540         BT_FN_VOID_INT_OMPFN_PTR_SIZE_PTR_PTR_PTR_INT_INT_INT_INT_INT_VAR.
17541         * builtin-types.def
17542         (BT_FN_VOID_INT_PTR_SIZE_PTR_PTR_PTR_INT_INT_VAR)
17543         (BT_FN_VOID_INT_OMPFN_PTR_SIZE_PTR_PTR_PTR_INT_INT_INT_INT_INT_VAR):
17544         Remove function types.
17545         (BT_FN_VOID_INT_SIZE_PTR_PTR_PTR)
17546         (BT_FN_VOID_INT_SIZE_PTR_PTR_PTR_INT_INT_VAR)
17547         (BT_FN_VOID_INT_OMPFN_SIZE_PTR_PTR_PTR_INT_INT_INT_INT_INT_VAR):
17548         New function types.
17550 2015-02-24  Georg-Johann Lay  <avr@gjlay.de>
17552         * config/avr/stdfix.h [__WITH_AVRLIBC__]: Include <stdfix-avrlibc.h>.
17554 2015-02-24  Jakub Jelinek  <jakub@redhat.com>
17556         PR tree-optimization/65170
17557         * wide-int.cc (wi::mul_internal): For the umul_ppmm optimization,
17558         if val[1] < 0, clear also val[2] and return 3.
17560 2015-02-24  Alan Modra  <amodra@gmail.com>
17562         PR target/65172
17563         * config/rs6000/rs6000.c (get_memref_parts): Only return true
17564         when *base is a reg.  Handle nested plus addresses.  Simplify
17565         pre_modify test.
17567 2015-02-22  Max Filippov  <jcmvbkbc@gmail.com>
17569         * config/xtensa/xtensa.h (CONSTANT_ALIGNMENT, DATA_ALIGNMENT):
17570         use natural alignment when optimizing for size.
17572 2015-02-23  Kaz Kojima  <kkojima@gcc.gnu.org>
17574         PR target/65153
17575         * config/sh/sh.md (movsicc_true+3): Remove peephole.
17576         * config/sh/sh-protos.h (replace_n_hard_rtx): Don't declare.
17577         * config/sh/sh.c (replace_n_hard_rtx): Remove.
17579 2015-02-23  Richard Sandiford  <richard.sandiford@arm.com>
17581         PR fortran/63427
17582         * wide-int.cc (wi::from_mpz): Cope with unwrapped values that are
17583         too big for a wide_int.  Implement missing wrapping operation.
17585 2015-02-23  Oleg Endo  <olegendo@gcc.gnu.org>
17587         PR target/65163
17588         * config/sh/sh.md (swapbsi2, related peephole2): Use const_int -65536
17589         instead of const_int 4294901760.
17591 2015-02-23  Georg-Johann Lay  <avr@gjlay.de>
17593         * config/avr/t-avr: Fix typo in comment.
17595 2015-02-21  Richard Sandiford  <richard.sandiford@arm.com>
17597         * doc/rtl.texi (fma): Clarify documentation.
17599 2015-02-20  Aldy Hernandez  <aldyh@redhat.com>
17601         PR debug/58123
17602         * gimplify.c (gimplify_expr): Prefer location of TRY_FINALLY_EXPR
17603         over input_location.
17605 2015-02-20  Bernd Schmidt  <bernds@codesourcery.com>
17607         * tree-streamer-in.c (unpack_ts_decl_common_value_fields,
17608         unpack_ts_type_common_value_fields): If ACCEL_COMPILER,
17609         restrict alignments to absolute_biggest_alignment.
17610         * config/i386/i386.c (TARGET_ABSOLUTE_BIGGEST_ALIGNMENT):
17611         Define.
17612         * doc/tm.texi.in (TARGET_ABSOLUTE_BIGGEST_ALIGNMENT): Add.
17613         * doc/tm.texi: Regenerate.
17614         * target.def (absolute_biggest_alignment): New DEFHOOKPOD.
17616 2015-02-20  Vladimir Makarov  <vmakarov@redhat.com>
17618         PR target/64172
17619         * ira-color.c (color_pass): Prevent splitting multi-register pseudos.
17621 2015-02-20  Richard Biener  <rguenther@suse.de>
17623         PR tree-optimization/65136
17624         * tree-ssa-propagate.c: Include cfgloop.h.
17625         (replace_phi_args_in): Avoid replacing loop latch edge PHI
17626         arguments with constants.
17628 2015-02-20  Jakub Jelinek  <jakub@redhat.com>
17629             Martin Liska  <mliska@suse.cz>
17631         PR target/63892
17632         * ipa-icf.c (sem_function::merge): If DECL_COMDAT_GROUP (alias->decl),
17633         don't try to create_thunk if stdarg_p.  If
17634         !sem_item::target_supports_symbol_aliases_p (), similarly, and try to
17635         redirect_callers if possible.
17636         (sem_item_optimizer::execute): Call unregister_hooks here...
17637         (ipa_icf_driver): ... instead of here.
17639 2015-02-20  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
17641         * config/aarch64/aarch64.md (*aarch64_lshr_sisd_or_int_<mode>3):
17642         Mark operand 0 as earlyclobber in 2nd alternative.
17643         (1st define_split below *aarch64_lshr_sisd_or_int_<mode>3):
17644         Write negated shift amount into QI lowpart operand 0 and use it
17645         in the shift step.
17646         (2nd define_split below *aarch64_lshr_sisd_or_int_<mode>3): Likewise.
17648 2015-02-20  Bernd Schmidt  <bernds@codesourcery.com>
17650         * cgraph.h (clone_function_name_1): Declare.
17651         * cgraphclones.c (clone_function_name_1): New function.
17652         (clone_function_name): Use it.
17653         * lto-partition.c: Include "stringpool.h".
17654         (must_not_rename, maybe_rewrite_identifier)
17655         (validize_symbol_for_target): New static functions.
17656         (privatize_symbol_name): Use must_not_rename.
17657         (promote_symbol): Call validize_symbol_for_target.
17658         (lto_promote_cross_file_statics): Likewise.
17659         (lto_promote_statics_nonwpa): Likewise.
17661 2015-02-20  Georg-Johann Lay  <avr@gjlay.de>
17663         PR target/64452
17664         * config/avr/avr.md (pushhi_insn): New insn.
17665         (push<mode>1): Push virtual regs in one chunk using pushhi1_insn.
17667 2015-02-20  Bernd Schmidt  <bernds@codesourcery.com>
17668             Jakub Jelinek  <jakub@redhat.com>
17670         * tree-streamer.c (preload_common_nodes): Don't preload
17671         TI_VA_LIST* for offloading.
17672         * tree-stdarg.c (pass_stdarg::gate): Disable for ACCEL_COMPILER
17673         in_lto_p.
17675 2015-02-19  John David Anglin  <danlgin@gcc.gnu.org>
17677         * config/pa/pa.c (pa_emit_move_sequence): Always force
17678         (const (plus (symbol) (const_int))) to const mem.  Put REG_EQUAL
17679         note on insn.
17681         * config/pa/pa.c (pa_reloc_rw_mask): New function.
17682         (TARGET_ASM_RELOC_RW_MASK): Define.
17683         (pa_cannot_force_const_mem): Revert previous change.
17685 2015-02-19  Martin Jambor  <mjmabor@suse.cz>
17686             Jan Hubicka  <hubicka@ucw.cz>
17688         PR ipa/65028
17689         * ipa-cp.c (propagate_alignment_accross_jump_function): Fix propagation
17690         across jump functions.
17692 2015-02-19  Uros Bizjak  <ubizjak@gmail.com>
17694         * config/alpha/alpha.c (alpha_in_small_data_p): Reject common symbols.
17696 2015-02-19  Sandra Loosemore  <sandra@codesourcery.com>
17698         * doc/extend.texi (x86 transactional memory intrinsics): Copy-edit.
17700 2015-02-19  Richard Henderson  <rth@redhat.com>
17702         PR middle-end/65074
17703         * varasm.c (default_binds_local_p_2): Don't test node->definition;
17704         test DECL_EXTERNAL independent of symtab_node.
17706 2015-02-19  Jakub Jelinek  <jakub@redhat.com>
17708         PR lto/65012
17709         * varpool.c (varpool_node::get_constructor): Return early
17710         if this->lto_file_data is NULL.
17712 2015-02-19  Maxim Kuvyrkov  <maxim.kuvyrkov@linaro.org>
17714         * haifa-sched.c (enum rfs_decision, rfs_str): Remove RFS_DEBUG.
17715         (rank_for_schedule_debug): Update.
17716         (ready_sort): Make static.  Move sorting logic to ...
17717         (ready_sort_debug, ready_sort_real): New static functions.
17718         (schedule_block): Sort both debug insns and real insns in preparation
17719         for ready list trimming.  Improve debug output.
17720         * sched-int.h (ready_sort): Remove global declaration.
17722 2015-02-18  Trevor Saunders  <tsaunders@mozilla.com>
17724         * ipa-icf.c (sem_function::equals_private): Adjust.
17725         (sem_function::bb_dict_test): Take a vec<int> * instead of
17726         auto_vec<int>.
17727         * ipa-icf.h (bb_dict_test): Likewise.
17729 2015-02-18  Jakub Jelinek  <jakub@redhat.com>
17731         PR gcov-profile/64634
17732         * tree-eh.c (frob_into_branch_around): Fix up typos
17733         in function comment.
17734         (lower_catch): Put eh_seq resulting from EH lowering of
17735         the cleanup sequence after the cleanup rather than before it.
17737 2015-02-18  Tom de Vries  <tom@codesourcery.com>
17739         * common.opt (fstdarg-opt): New option.
17740         * tree-stdarg.c (pass_stdarg::gate): Use flag_stdarg_opt.
17741         * doc/invoke.texi (@item Optimization Options): Add -fstdarg-opt.
17742         (@item -fstdarg-opt): New item.
17744 2015-02-18  H.J. Lu  <hongjiu.lu@intel.com>
17746         PR target/65064
17747         * config/ia64/predicates.md (sdata_symbolic_operand): Return false
17748         for common symbols.
17750 2015-02-18  Jakub Jelinek  <jakub@redhat.com>
17752         * config/i386/t-intelmic (mkoffload.o): Remove dependency on
17753         insn-modes.h.
17754         (ALL_HOST_OBJS): Add mkoffload.o.
17755         * config/nvptx/t-nvptx (ALL_HOST_OBJS): Likewise.
17757 2015-02-18  Jan Hubicka  <hubicka@ucw.cz>
17759         * ipa-devirt.c (odr_subtypes_equivalent_p): Fix formating.
17760         (compare_virtual_tables): Be smarter about skipping typeinfos;
17761         do sane output on virtual table table mismatch.
17762         (warn_odr): Be ready for forward declarations of enums;
17763         output sane info on base mismatch and virtual table mismatch.
17764         (add_type_duplicate): Fix code choosing prevailing type; do not ICE
17765         when only one type is polymorphic.
17766         (get_odr_type): Fix hashtable corruption.
17767         (dump_odr_type): Dump mangled names.
17769 2015-02-18  Richard Biener  <rguenther@suse.de>
17771         PR tree-optimization/65063
17772         * tree-predcom.c (determine_unroll_factor): Return 1 if we
17773         have replaced looparound PHIs.
17775 2015-02-18  Martin Liska  <mliska@suse.cz>
17777         * lto-streamer.c (lto_streamer_init): Encapsulate
17778         streamer_check_handled_ts_structures with checking macro.
17780 2015-02-18  Jakub Jelinek  <jakub@redhat.com>
17782         PR ipa/65087
17783         * cgraphclones.c (cgraph_node::create_virtual_clone): Only copy
17784         section if !implicit_section.
17785         (cgraph_node::create_version_clone_with_body): Likewise.
17786         * trans-mem.c (ipa_tm_create_version): Likewise.
17788 2015-02-18  Richard Biener  <rguenther@suse.de>
17790         PR tree-optimization/62217
17791         * tree-ssa-dom.c (cprop_operand): Avoid propagating copies
17792         into BIVs.
17794 2015-02-18  Marek Polacek  <polacek@redhat.com>
17796         PR sanitizer/65081
17797         * ubsan.c (OBJSZ_MAX_OFFSET): Define.
17798         (ubsan_expand_objsize_ifn): Don't emit run-time check if the offset
17799         is in range [-16K, -1].  Don't issue run-time error if
17800         (ptr > ptr + offset).
17802 2015-02-18  Thomas Schwinge  <thomas@codesourcery.com>
17804         * doc/install.texi (nvptx-*-none): New section.
17805         * doc/invoke.texi (Nvidia PTX Options): Likewise.
17806         * config/nvptx/nvptx.opt: Update.
17808         * config/nvptx/mkoffload.c (parse_env_var, free_array_of_ptrs)
17809         (access_check): New functions, copied from
17810         config/i386/intelmic-mkoffload.c.
17811         (main): For non-installed testing, look in all COMPILER_PATHs for
17812         GCC_INSTALL_NAME.
17814         * config/nvptx/nvptx.h (GOMP_SELF_SPECS): Define macro.
17816 2015-02-18  Andrew Pinski  <apinski@cavium.com>
17817             Naveen H.S  <Naveen.Hurugalawadi@caviumnetworks.com>
17819         * config/aarch64/aarch64.c (*aarch64_load_symref_appropriately):
17820         Check whether the destination of SYMBOL_SMALL_TPREL is Pmode.
17822 2015-02-17  Jan Hubicka  <hubicka@ucw.cz>
17824         * ipa-visibility.c (function_and_variable_visibility): Only
17825         check locality if node is not already local.
17826         * ipa-inline.c (want_inline_function_to_all_callers_p): Use
17827         call_for_symbol_and_aliases instead of
17828         call_for_symbol_thunks_and_aliases.
17829         (ipa_inline): Likewise.
17830         * cgraph.c (cgraph_node::call_for_symbol_thunks_and_aliases):
17831         first walk aliases.
17832         * ipa.c (symbol_table::remove_unreachable_nodes): Use
17833         call_for_symbol_and_aliases.
17834         * ipa-profile.c (ipa_propagate_frequency_data): Add function_symbol.
17835         (ipa_propagate_frequency_1): Use it; use opt_for_fn
17836         (ipa_propagate_frequency): Update.
17837         (ipa_profile): Add opt_for_fn gueards.
17839 2015-02-17  Oleg Endo  <olegendo@gcc.gnu.org>
17841         * config/sh/sh.opt (mcbranch-force-delay-slot): New option.
17842         * doc/invoke.texi (SH options): Document it.
17843         * config/sh/sh.c (sh_insn_length_adjustment): Check
17844         TARGET_CBRANCH_FORCE_DELAY_SLOT instead of sh_cpu_attr == CPU_SH2E.
17846 2015-02-17  H.J. Lu  <hongjiu.lu@intel.com>
17848         * common.opt (fipa-cp-alignment): New.
17849         * ipa-cp.c (ipcp_store_alignment_results): Check
17850         flag_ipa_cp_alignment.
17851         * opts.c (default_options_table): Enable -fipa-cp-alignment for
17852         -O2.
17853         (enable_fdo_optimizations): Set x_flag_ipa_cp_alignment.
17854         * doc/invoke.texi: Document -fipa-cp-alignment.
17856 2015-02-17  Oleg Endo  <olegendo@gcc.gnu.org>
17858         PR target/64793
17859         * config/sh/sh.md (cbranch define_delay): Set annulled true branch insn
17860         to nil.  Adjust comments.
17862 2015-02-17  Jan Hubicka  <hubicka@ucw.cz>
17864         * ipa-visibility.c (function_and_variable_visibility): Only
17865         check locality if node is not already local.
17866         * ipa-inline.c (want_inline_function_to_all_callers_p): Use
17867         call_for_symbol_and_aliases instead of
17868         call_for_symbol_thunks_and_aliases.
17869         (ipa_inline): Likewise.
17870         * cgraph.c (cgraph_node::call_for_symbol_thunks_and_aliases):
17871         first walk aliases.
17872         * ipa.c (symbol_table::remove_unreachable_nodes): Use
17873         call_for_symbol_and_aliases.
17874         * ipa-profile.c (ipa_propagate_frequency_data): Add function_symbol.
17875         (ipa_propagate_frequency_1): Use it; use opt_for_fn
17876         (ipa_propagate_frequency): Update.
17877         (ipa_profile): Add opt_for_fn guards.
17879 2015-02-17  Thomas Schwinge  <thomas@codesourcery.com>
17881         * config/nvptx/mkoffload.c (parse_file): Fix logic error in
17882         skipping of "strange" tokens.
17884 2015-02-17  Jeff Law  <law@redhat.com>
17886         * tree-vrp.c (identify_jump_threads): Use last_stmt.  Remove
17887         obsolete comment.
17889 2015-02-17  James Greenhalgh  <james.greenhalgh@arm.com>
17891         * haifa-sched.c (recompute_todo_spec): Treat SCHED_GROUP_P
17892         as forcing a HARD_DEP between instructions, thereby
17893         disallowing rewriting to break dependencies.
17895 2015-02-16  Jan Hubicka  <hubicka@ucw.cz>
17897         * symtab.c (symtab_node::verify_base): Verify body_removed->!definiton
17898         * lto-cgraph.c (lto_output_varpool_node): Do not keep definition of
17899         variables in boundary that have no inlitalizer encoded and are
17900         not aliases.
17901         * varasm.c (default_binds_local_p_2): External definitions do not
17902         count as definitions here.
17904 2015-02-16  Jeff Law  <law@redhat.com>
17906         PR tree-optimization/64823
17907         * tree-vrp.c (identify_jump_threads): Handle blocks with no real
17908         statements.
17909         * tree-ssa-threadedge.c (potentially_threadable_block): Allow
17910         threading through blocks with PHIs, but no statements.
17911         (thread_through_normal_block): Distinguish between blocks where
17912         we did not process all the statements and blocks with no statements.
17914 2015-02-16  Jakub Jelinek  <jakub@redhat.com>
17915             James Greenhalgh  <james.greenhalgh@arm.com>
17917         PR ipa/64963
17918         * cgraphclones.c (cgraph_node::create_virtual_clone): Copy
17919         section if not linkonce.  Fix up formatting.
17920         (cgraph_node::create_version_clone_with_body): Copy section.
17921         * trans-mem.c (ipa_tm_create_version): Likewise.
17923 2015-02-16  Richard Biener  <rguenther@suse.de>
17925         PR tree-optimization/65077
17926         * tree-ssa-structalias.c (get_constraint_for_1): Handle
17927         IMAGPART_EXPR, REALPART_EXPR and BIT_FIELD_REF.
17928         (find_func_aliases): Allow float values to carry pointers again.
17930 2015-02-16  James Greenhalgh  <james.greenhalgh@arm.com>
17932         * doc/install.texi (Specific): Reorder targets list to put
17933         aarch64 in alphabetical order.  Add a link to aarch64*-*-*
17934         from the top menu.
17936 2015-02-16  Michael Haubenwallner  <michael.haubenwallner@ssi-schaefer.com>
17937             David Edelsohn  <dje.gcc@gmail.com>
17939         PR target/65058
17940         * config/rs6000/rs6000.c (rs6000_output_symbol_ref): Append storage
17941         mapping class to external variable or function reference.
17942         * config/rs6000/xcoff.h (ASM_OUTPUT_EXTERNAL): Do not append storage
17943         mapping class.
17945 2015-02-16  David Eelsohn  <dje.gcc@gmail.com>
17947         PR target/53348
17948         * config/rs6000/rs6000.c (rs6000_declare_alias): Only use
17949         ASM_WEAKEN_DECL if defined.
17951 2015-02-16  Richard Biener  <rguenther@suse.de>
17953         PR lto/65015
17954         * varasm.c (default_file_start): For LTO produced units
17955         emit <artificial> as file directive.
17957 2015-02-16  Richard Biener  <rguenther@suse.de>
17959         PR tree-optimization/63593
17960         * tree-predcom.c (execute_pred_commoning_chain): Delay removing
17961         stmts and releasing SSA names until...
17962         (execute_pred_commoning): ... after processing all chains.
17964 2015-02-16  Jan Hubicka  <hubicka@ucw.cz>
17966         PR ipa/65059
17967         * ipa-comdats.c (ipa_comdats): Do not categorize thunks to
17968         external functions.
17970 2015-02-15  Sandra Loosemore  <sandra@codesourcery.com>
17972         * doc/bugreport.texi: Adjust section titles throughout the file
17973         to use "Title Case".
17974         * doc/extend.texi: Likewise.
17975         * doc/gcov.texi: Likewise.
17976         * doc/implement-c.texi: Likewise.
17977         * doc/implement-cxx.texi: Likewise.
17978         * doc/invoke.texi: Likewise.
17979         * doc/objc.texi: Likewise.
17980         * doc/standards.texi: Likewise.
17981         * doc/trouble.texi: Likewise.
17983 2015-02-15  Jan Hubicka  <hubicka@ucw.cz>
17985         * cgraph.h (symtab_node::has_aliases_p): Simplify.
17986         (symtab_node::call_for_symbol_and_aliases): Use has_aliases_p
17987         * tree.c (lookup_binfo_at_offset): Make static.
17988         (get_binfo_at_offset): Do not shadow offset; add explanatory
17989         comment.
17991 2015-02-15  John David Anglin  <danglin@gcc.gnu.org>
17993         * config/pa/pa.c (pa_secondary_reload): Request a secondary reload
17994         for all floading point loads and stores except those using a register
17995         index address.
17996         * config/pa/pa.md: Add new patterns to load a lo_sum DLT operand
17997         to a register.
17999 2015-02-14  Jan Hubicka  <hubicka@ucw.cz>
18001         * ipa-inline-analysis.c (growth_data): Add uninlinable field.
18002         (do_estimate_growth_1): Record if any uninlinable edge was seen.
18003         (estimate_growth): Handle uninlinable edges correctly.
18004         (check_callers): New.
18005         (growth_likely_positive): Handle aliases correctly.
18007 2015-02-14  Jan Hubicka  <hubicka@ucw.cz>
18009         * ipa-chkp.c: Use iterate_direct_aliases.
18010         * symtab.c (resolution_used_from_other_file_p): Move inline.
18011         (symtab_node::create_reference): Fix formating.
18012         (symtab_node::has_aliases_p): Move inline; use iterate_direct_aliases.
18013         (symtab_node::iterate_reference): Move inline.
18014         (symtab_node::iterate_referring): Move inline.
18015         (symtab_node::iterate_direct_aliases): Move inline.
18016         (symtab_node::used_from_object_file_p_worker): Inline into ...
18017         (symtab_node::used_from_object_file_p): ... this one; move inline.
18018         (symtab_node::call_for_symbol_and_aliases): Move inline;
18019         use iterate_direct_aliases.
18020         (symtab_node::call_for_symbol_and_aliases_1): New method.
18021         (cgraph_node::call_for_symbol_and_aliases): Move inline;
18022         use iterate_direct_aliases.
18023         (cgraph_node::call_for_symbol_and_aliases_1): New method.
18024         (varpool_node::call_for_node_and_aliases): Rename to ...
18025         (varpool_node::call_for_symbol_and_aliases): ... this one; Move inline;
18026         use iterate_direct_aliases.
18027         (varpool_node::call_for_symbol_and_aliases_1): New method.
18028         * ipa.c (ipa_single_use): Use iterate_direct_aliases.
18029         (ipa_discover_readonly_nonaddressable_var): Update.
18030         * ipa-devirt.c: Fix formating.
18031         * cgraph.c (cgraph_node::can_remove_if_no_direct_calls_and_refs_p):
18032         Move inline.
18033         (cgraph_node::call_for_symbol_and_aliases): Move inline.
18034         (cgraph_node::call_for_symbol_and_aliases_1): New function..
18035         * cgraph.h (used_from_object_file_p_worker): Remove.
18036         (resolution_used_from_other_file_p): Move inline.
18037         (symtab_node::has_aliases_p): Move inline; use iterate_direct_aliases.
18038         (symtab_node::iterate_reference): Move inline.
18039         (symtab_node::iterate_referring): Move inline.
18040         (symtab_node::iterate_direct_aliases): Move inline.
18041         (symtab_node::used_from_object_file_p_worker): Inline into ...
18042         (symtab_node::used_from_object_file_p): Move inline.
18043         * tree-emutls.c (ipa_lower_emutls): Update.
18044         * varpool.c (varpool_node::call_for_symbol_and_aliases_1): New method.
18045         (varpool_node::call_for_node_and_aliases): Remove.
18047 2015-02-14  Jakub Jelinek  <jakub@redhat.com>
18049         PR tree-optimization/62209
18050         * tree-ssa-reassoc.c (update_range_test): If stmt is a PHI and
18051         op == range->exp, insert seq and gimplified code after labels
18052         instead of after the phi.
18054 2015-02-13  Jeff Law  <law@redhat.com>
18056         PR bootstrap/65060
18057         Revert my change for tree-optimization/64823.
18059 2015-02-13  Jakub Jelinek  <jakub@redhat.com>
18061         PR tree-optimization/65053
18062         * tree-ssa-phiopt.c (value_replacement): When moving assign before
18063         cond, either reset VR on lhs or set it to phi result VR.
18065 2015-02-13  Jeff Law  <law@redhat.com>
18067         PR tree-optimization/64823
18068         * tree-vrp.c (identify_jump_threads): Handle blocks with no statements.
18069         * tree-ssa-threadedge.c (potentially_threadable_block): Allow
18070         threading through blocks with PHIs, but no statements.
18071         (thread_through_normal_block): Distinguish between blocks where
18072         we did not process all the statements and blocks with no statements.
18074         PR rtl-optimization/47477
18075         * match.pd (convert (plus/minus (convert @0) (convert @1): New
18076         simplifier to narrow arithmetic.
18078 2015-02-13  Jan Hubicka  <hubicka@ucw.cz>
18080         PR ipa/65028
18081         * ipa-prop.c (update_indirect_edges_after_inlining): Do not drop
18082         polymorphic call info when type is not known to be preserved.
18084 2015-02-13  Maritn Jambor  <mjambor@suse.cz>
18086         PR ipa/65028
18087         * ipa-inline-transform.c (mark_all_inlined_calls_cdtor): New function.
18088         (inline_call): Use it.
18090 2015-02-13  Thomas Schwinge  <thomas@codesourcery.com>
18092         * config/nvptx/offload.h (ACCEL_COMPILER_acc_device): Define to
18093         GOMP_DEVICE_NVIDIA_PTX.
18095 2015-02-13  Jakub Jelinek  <jakub@redhat.com>
18097         PR ipa/65034
18098         * stmt.c (emit_case_nodes): Use void_type_node instead of
18099         NULL_TREE as LABEL_DECL type.
18101 2015-02-13  John David Anglin  <danglin@gcc.gnu.org>
18103         * config/pa/constraints.md: Change "Q" and "T" constraints to memory
18104         constraints.
18105         * config/pa/pa.c (pa_cannot_force_const_mem): Don't allow constant
18106         symbolic references to data to be forced to constant memory on the
18107         SOM target.
18109 2015-02-13  Ilya Enkovich  <ilya.enkovich@intel.com>
18111         PR tree-optimization/65002
18112         * tree-cfg.c (pass_data_fixup_cfg): Don't update
18113         SSA on start.
18114         * tree-sra.c (some_callers_have_no_vuse_p): New.
18115         (ipa_early_sra): Reject functions whose callers
18116         assume function is read only.
18118 2015-02-13  Richard Biener  <rguenther@suse.de>
18120         PR lto/65015
18121         * dwarf2out.c (dwarf2out_finish): Use <artificial> as DW_AT_name
18122         for LTO produced CUs.
18124 2015-02-13  Bin Cheng  <bin.cheng@arm.com>
18126         PR tree-optimization/64705
18127         * tree-ssa-loop-niter.h (expand_simple_operations): New parameter.
18128         * tree-ssa-loop-niter.c (expand_simple_operations): New parameter.
18129         * tree-ssa-loop-ivopts.c (extract_single_var_from_expr): New.
18130         (find_bivs, find_givs_in_stmt_scev): Pass new argument to
18131         expand_simple_operations.
18133 2015-02-13  H.J. Lu  <hongjiu.lu@intel.com>
18134             Richard Henderson  <rth@redhat.com>
18136         PR rtl/32219
18137         * cgraphunit.c (cgraph_node::finalize_function): Set definition
18138         before notice_global_symbol.
18139         (varpool_node::finalize_decl): Likewise.
18140         * varasm.c (default_binds_local_p_2): Rename from
18141         default_binds_local_p_1, add weak_dominate argument.  Use direct
18142         returns instead of assigning to local variable.  Unify varpool and
18143         cgraph paths via symtab_node.  Reject undef weak variables before
18144         testing visibility.  Reorder tests for simplicity.
18145         (default_binds_local_p): Use default_binds_local_p_2.
18146         (default_binds_local_p_1): Likewise.
18147         (decl_binds_to_current_def_p): Unify varpool and cgraph paths
18148         via symtab_node.
18149         (default_elf_asm_output_external): Emit visibility when specified.
18151 2015-02-13  Alan Modra  <amodra@gmail.com>
18153         * config/rs6000/rs6000.c (rs6000_emit_epilogue): Fix typo in
18154         code setting up r11 for out-of-line fp restore.
18156 2015-02-13  Eric Botcazou  <ebotcazou@adacore.com>
18158         * config/visium/visium.opt (msv-mode): Add RejectNegative and Report.
18159         (muser-mode): Likewise.
18161 2015-02-13  Alan Modra  <amodra@gmail.com>
18163         * config/rs6000/rs6000.c (rs6000_emit_epilogue): Use addsi3_carry
18164         or adddi3_carry when restoring frame_reg_rtx from r0 after restvr.
18166 2015-02-12  David Howells  <dhowells@redhat.com>
18168         * tree-sra.c (dump_dereferences_table): Avoid -Wformat-security
18169         warning.
18170         * tree-ssa-uninit.c (dump_predicates): Likewise.
18171         * opts.c (print_filtered_help): Likewise.
18173 2015-02-12  Jakub Jelinek  <jakub@redhat.com>
18175         * dwarf2out.c (output_die): Use "%s", name instead of name to
18176         avoid -Wformat-security warning.
18178         * dwarf2asm.c (dw2_asm_output_vms_delta): Only define
18179         if ASM_OUTPUT_DWARF_VMS_DELTA is defined.
18180         * dwarf2out.c (output_die): Use dw2_asm_output_vms_delta
18181         only if ASM_OUTPUT_DWARF_VMS_DELTA is defined.
18183 2015-02-12  Jason Merrill  <jason@redhat.com>
18185         * common.opt (-flifetime-dse): New.
18187 2015-02-12  Jakub Jelinek  <jakub@redhat.com>
18189         PR sanitizer/65019
18190         * ubsan.c (ubsan_expand_objsize_ifn): Always return true.
18192         PR tree-optimization/65014
18193         * fold-const.c (fold_binary_loc): When creating {L,R}ROTATE_EXPR,
18194         use original second operand of arg0 or arg1 instead of
18195         that adjusted by STRIP_NOPS.
18197 2015-02-11  Jeff Law  <law@redhat.com>
18199         PR target/63347
18200         * haifa-sched.c (prune_ready_list): If we have a SCHED_GROUP_P insn
18201         that needs to be queued, just queue it for a single cycle.
18203 2015-02-11  Jan Hubicka  <hubicka@ucw.cz>
18205         * ipa.c (symbol_table::remove_unreachable_nodes): Avoid releasing
18206         bodies of thunks; comment on why.
18207         * symtab.c (symtab_node::get_partitioning_class): Aliases of extern
18208         symbols are extern.
18210 2015-02-11  Richard Henderson  <rth@redhat.com>
18212         PR sanitize/65000
18213         * tree-eh.c (mark_reachable_handlers): Mark source and destination
18214         regions of __builtin_eh_copy_values.
18216 2015-02-11  Jakub Jelinek  <jakub@redhat.com>
18218         PR middle-end/65003
18219         * varasm.c (place_block_symbol): Assert that DECL_RTL of the
18220         ultimate alias is MEM with SYMBOL_REF satisfying
18221         SYMBOL_REF_HAS_BLOCK_INFO_P as its operand.  Don't pass the MEM
18222         to place_block_symbol, but instead pass the SYMBOL_REF operand of it.
18224 2015-02-11  Thomas Schwinge  <thomas@codesourcery.com>
18226         * config/nvptx/mkoffload.c: Include "diagnostic.h" instead of
18227         "diagnostic-core.h".
18228         (main): Initialize progname, and call diagnostic_initialize.
18230         * config/nvptx/mkoffload.c (process): Refer to __OFFLOAD_TABLE__
18231         instead of __OPENMP_TARGET__.
18233         * config/nvptx/mkoffload.c: Include "gomp-constants.h".
18234         (process): Use its GOMP_DEVICE_NVIDIA_PTX instead of (wrongly)
18235         hard-coding PTX_ID.
18237 2015-02-11  H.J. Lu  <hongjiu.lu@intel.com>
18239         * doc/sourcebuild.texi (pie_enabled): Document.
18241 2015-02-11  Martin Liska  <mliska@suse.cz>
18243         PR ipa/64813
18244         * cgraphunit.c (cgraph_node::expand_thunk): Do not create
18245         a return value for call to a function that is noreturn.
18247 2015-02-11  Richard Biener  <rguenther@suse.de>
18249         PR lto/65015
18250         * dwarf2out.c (gen_producer_string): Drop -fltrans-output-list
18251         and -fresolution.
18253 2015-02-11  Andrew Pinski  <apinski@cavium.com>
18255         PR target/64893
18256         * config/aarch64/aarch64-builtins.c (aarch64_init_simd_builtins):
18257         Change the first argument type to size_type_node and add another
18258         size_type_node.
18259         (aarch64_simd_expand_builtin): Handle the new argument to
18260         AARCH64_SIMD_BUILTIN_LANE_CHECK and don't ICE but rather
18261         print an out when the first two arguments are not
18262         nonzero integer constants.
18263         * config/aarch64/arm_neon.h (__AARCH64_LANE_CHECK):
18264         Pass the sizeof directly to __builtin_aarch64_im_lane_boundsi.
18266 2015-02-11  Jakub Jelinek  <jakub@redhat.com>
18268         PR target/61925
18269         * config/i386/i386.c (ix86_reset_to_default_globals): Removed.
18270         (ix86_reset_previous_fndecl): Restore it here, unconditionally.
18271         (ix86_set_current_function): Rewritten.
18272         (ix86_add_new_builtins): Temporarily clear current_target_pragma
18273         when creating builtin fndecls.
18275 2015-02-10  Jan Hubicka  <hubicka@ucw.cz>
18277         PR ipa/65005
18278         * ipa-visibility.c (cgraph_node::non_local_p): Turn into static
18279         function.
18280         * symtab.c (symtab_node::verify_base): Remove check that non-definitions
18281         have no comdat group.
18282         * lto-cgraph.c (lto_output_node): Always output thunk and alias info.
18283         (lto_output_varpool_node): Always output alias info.
18284         (output_refs): Output refs of boundary aliases, too.
18285         (compute_ltrans_boundary): Add alias and thunk target into boundaries.
18286         (output_symtab): Output call eges in thunks in boundary.
18287         (get_alias_symbol): Remove.
18288         (input_node, input_varpool_node): Do not special case weakrefs.
18289         * ipa.c (symbol_table::remove_unreachable_nodes): Do not remove
18290         alias and thunks targets in the boundary; do not take removed symbols
18291         from their comdat groups.
18292         * cgraph.c (cgraph_node::local_info): Look through aliases and thunks.
18293         (cgraph_node::global_info): Remove.
18294         (cgraph_node::rtl_info): Look through aliases and thunks.
18295         * cgrpah.h (global_info): Remove.
18296         (non_local_p): Remove.
18298 2015-02-10  David Wohlferd  <dw@LimeGreenSocks.com>
18299             Sandra Loosemore  <sandra@codesourcery.com>
18301         * doc/invoke.texi (x86 Options [-masm=dialect]): Add cross-references
18302         to inline asm.  List dialects in proper order.
18304 2015-02-10  David Wohlferd  <dw@LimeGreenSocks.com>
18305             Sandra Loosemore  <sandra@codesourcery.com>
18307         * doc/extend.texi (Loop-Specific Pragmas): Fix grammar error.
18309 2015-02-10  David Wohlferd  <dw@LimeGreenSocks.com>
18311         * doc/extend.texi (Symbol-Renaming Pragmas): Restore (slightly
18312         modified) reference to Solaris.
18314 2015-02-10  Sandra Loosemore  <sandra@codesourcery.com>
18316         * doc/extend.texi (Extended Asm): Fix typos.
18318 2015-02-10  Jakub Jelinek  <jakub@redhat.com>
18320         PR sanitizer/65004
18321         * ubsan.c (ubsan_expand_vptr_ifn): Always return true.
18323 2015-02-10  Oleg Endo  <olegendo@gcc.gnu.org>
18325         PR target/64661
18326         * config/sh/sh-protos.h (TARGET_ATOMIC_ANY, TARGET_ATOMIC_STRICT,
18327         TARGET_ATOMIC_SOFT_GUSA, TARGET_ATOMIC_HARD_LLCS,
18328         TARGET_ATOMIC_SOFT_TCB, TARGET_ATOMIC_SOFT_IMASK): Add parentheses.
18329         * config/sh/constraints.md (Ara, Add): New constraints.
18330         * config/sh/sync.md (atomic_mem_operand_0, atomic_mem_operand_1): New
18331         predicates.
18332         (atomic_compare_and_swap<mode>, atomic_exchange<mode>): Use
18333         atomic_mem_operand_0.  Don't use force_reg on the memory address.
18334         (atomic_compare_and_swapsi_hard): Use atomic_mem_operand_0 predicate and
18335         Sra constraint.  Convert to insn_and_split.  Add workaround for
18336         PR 64974.
18337         (atomic_compare_and_swap<mode>_hard): Copy to
18338         atomic_compare_and_swap<mode>_hard_1.  Convert to insn_and_split.
18339         Use atomic_mem_operand_0 predicate.
18340         (atomic_compare_and_swap<mode>_soft_gusa,
18341         atomic_exchange<mode>_soft_gusa): Use atomic_mem_operand_0 predicate and
18342         AraAdd constraints.
18343         (atomic_compare_and_swap<mode>_soft_tcb,
18344         atomic_compare_and_swap<mode>_soft_imask,
18345         atomic_exchange<mode>_soft_tcb, atomic_exchange<mode>_soft_imask): Use
18346         atomic_mem_operand_0 predicate and SraSdd constraints.
18347         (atomic_exchangesi_hard) Use atomic_mem_operand_0 predicate and Sra
18348         constraint.
18349         (atomic_exchange<mode>_hard): Copy to atomic_exchange<mode>_hard_1.
18350         Convert to insn_and_split.  Use atomic_mem_operand_0 predicate.
18351         (atomic_fetch_<fetchop_name><mode>, atomic_fetch_nand<mode>,
18352         atomic_<fetchop_name>_fetch<mode>): Use atomic_mem_operand_1.  Don't use
18353         force_reg on the memory address.
18354         (atomic_fetch_<fetchop_name>si_hard, atomic_fetch_notsi_hard,
18355         atomic_fetch_nandsi_hard, atomic_<fetchop_name>_fetchsi_hard,
18356         atomic_not_fetchsi_hard, atomic_nand_fetchsi_hard): Use
18357         atomic_mem_operand_1 predicate and Sra constraint.
18358         (atomic_fetch_<fetchop_name><mode>_hard): Copy to
18359         atomic_fetch_<fetchop_name><mode>_hard_1.  Convert to insn_and_split.
18360         Use atomic_mem_operand_1 predicate.
18361         (atomic_<fetchop_name><mode>_hard): Copy to
18362         atomic_<fetchop_name><mode>_hard_1.  Convert to insn_and_split.
18363         Use atomic_mem_operand_1 predicate.
18364         (atomic_fetch_nand<mode>_hard): Copy to atomic_fetch_nand<mode>_hard_1.
18365         Convert to insn_and_split.  Use atomic_mem_operand_1 predicate.
18366         (atomic_nand<mode>_hard): Copy to atomic_nand<mode>_hard_1.  Convert to
18367         insn_and_split.  Use atomic_mem_operand_1 predicate.
18368         (atomic_<fetchop_name>_fetch<mode>_hard): Copy to
18369         atomic_<fetchop_name>_fetch<mode>_hard_1.  Convert to insn_and_split.
18370         Use atomic_mem_operand_1 predicate.
18371         (atomic_nand_fetch<mode>_hard): Copy to atomic_nand_fetch<mode>_hard_1.
18372         Convert to insn_and_split.  Use atomic_mem_operand_1 predicate.
18373         (atomic_fetch_not<mode>_hard, atomic_not_fetch<mode>_hard): Replace mems
18374         in generated insn with original mem operand before emitting the insn.
18375         (atomic_fetch_<fetchop_name><mode>_soft_gusa,
18376         atomic_fetch_not<mode>_soft_gusa, atomic_fetch_nand<mode>_soft_gusa,
18377         atomic_<fetchop_name>_fetch<mode>_soft_gusa,
18378         atomic_not_fetch<mode>_soft_gusa, atomic_nand_fetch<mode>_soft_gusa):
18379         Use atomic_mem_operand_1 predicate and AraAdd constraints.
18380         (atomic_fetch_<fetchop_name><mode>_soft_tcb,
18381         atomic_<fetchop_name><mode>_soft_tcb, atomic_fetch_not<mode>_soft_tcb,
18382         atomic_not<mode>_soft_tcb, atomic_fetch_<fetchop_name><mode>_soft_imask,
18383         atomic_fetch_not<mode>_soft_imask, atomic_fetch_nand<mode>_soft_tcb,
18384         atomic_nand<mode>_soft_tcb, atomic_fetch_nand<mode>_soft_imask,
18385         atomic_<fetchop_name>_fetch<mode>_soft_tcb,
18386         atomic_not_fetch<mode>_soft_tcb,
18387         atomic_<fetchop_name>_fetch<mode>_soft_imask,
18388         atomic_not_fetch<mode>_soft_imask, atomic_nand_fetch<mode>,
18389         atomic_nand_fetch<mode>_soft_tcb, atomic_nand_fetch<mode>_soft_imask):
18390         Use atomic_mem_operand_1 predicate and SraSdd constraints.
18392 2015-02-10  Uros Bizjak  <ubizjak@gmail.com>
18394         * config/alpha/alpha.md (reload_out<mode>_aligned): Make operands 2
18395         and 3 earlyclobber operands.
18397 2015-02-10  Jan Hubicka  <hubicka@ucw.cz>
18399         * common.opt (fstack-reuse): Mark as optimization.
18401 2015-02-10  Jan Hubicka  <hubicka@ucw.cz>
18403         PR ipa/64982
18404         * cgraphunit.c (cgraph_node::expand_thunk): Look for stdarg thunks.
18406 2015-02-10  Trevor Saunders  <tsaunders@mozilla.com>
18408         PR tree-optimization/64326
18409         * cfghooks.c (make_forwarder_block): Cap frequency of created block.
18411 2015-02-10  Rainer Emrich  <rainer@emrich-ebersheim.de>
18413         PR gcov-profile/61889
18414         * gcov-tool.c: Remove wrong #if !defined(_WIN32)
18416 2015-02-10  Richard Biener  <rguenther@suse.de>
18418         PR tree-optimization/64995
18419         * tree-ssa-sccvn.c (set_ssa_val_to): Assert that the
18420         value we use is final.
18421         (visit_reference_op_store): Always valueize op.
18422         (visit_use): Properly valueize vuses.
18424 2015-02-10  Richard Biener  <rguenther@suse.de>
18426         PR tree-optimization/64909
18427         * tree-vect-loop.c (vect_estimate_min_profitable_iters): Properly
18428         pass a scalar-stmt count estimate to the cost model.
18429         * tree-vect-data-refs.c (vect_peeling_hash_get_lowest_cost): Likewise.
18431 2015-02-10  Alexander Monakov  <amonakov@ispras.ru>
18433         * doc/invoke.texi (-fvar-tracking-assignments): Clarify that VTA is
18434         enabled by default together with var-tracking.
18436 2015-02-10  Nick Clifton  <nickc@redhat.com>
18438         * config/rl78/rl78.c: Remove DIV attribute code accidentally
18439         included in previous rl78 commit.
18441 2015-02-10  Richard Biener  <rguenther@suse.de>
18443         * tree-streamer.h (streamer_read_tree_bitfields): Adjust.
18444         * tree-streamer-in.c (streamer_read_tree_bitfields): Do not
18445         return the bitpack.
18447 2015-02-09  Trevor Saunders  <tsaunders@mozilla.com>
18449         PR gcov-profile/61889
18450         * config.in: regenerate.
18451         * configure.in: Likewise.
18452         * configure.ac: Check for ftw.h.
18453         * gcov-tool.c: Check for ftw.h before using nftw.
18455 2015-02-09  Trevor Saunders  <tsaunders@mozilla.com>
18457         PR lto/64076
18458         * ipa-visibility.c (update_visibility_by_resolution_info): Only
18459         assert when not in lto mode.
18461 2015-02-09  Zhouyi Zhou  <yizhouzhou@ict.ac.cn>
18463         * ira-color.c (setup_left_conflict_sizes_p): Simplify
18464         initialization/assignment of conflict_size.
18466 2015-02-09  Jan Hubicka  <hubicka@ucw.cz>
18468         PR ipa/64978
18469         * ipa-cp.c (gather_caller_stats): Skip thunks.
18470         (propagate_constants_topo): Skip aliases.
18472 2015-02-09  Kaz Kojima  <kkojima@gcc.gnu.org>
18474         PR target/64761
18475         * config/sh/sh.c (sh_option_override): Don't change
18476         -freorder-blocks-and-partition to -freorder-blocks even when
18477         unwinding is enabled.
18478         (sh_can_follow_jump): Return false if the followee jump is
18479         a crossing jump when -freorder-blocks-and-partition is specified.
18480         * config/sh/sh.md (*jump_compact_crossing): New insn.
18482 2015-02-09  Joern Rennecke  <joern.rennecke@embecosm.com>
18483             Kaz Kojima  <kkojima@gcc.gnu.org>
18485         PR target/64761
18486         * config/sh/sh-protos.h (sh_can_redirect_branch): Don't declare.
18487         * config/sh/sh.c (TARGET_CAN_FOLLOW_JUMP): Redefine.
18488         (sh_can_redirect_branch): Rename to ...
18489         (sh_can_follow_jump): ... this.  Constify argument types.
18490         * config/sh/sh.h (MD_CAN_REDIRECT_BRANCH): Don't define.
18491         * doc/tm.texi.in (MD_CAN_REDIRECT_BRANCH): Remove documentation.
18492         * reorg.c (steal_delay_list_from_target): Use targetm.can_follow_jump.
18493         * doc/tm.texi: Regenerate.
18495 2015-02-09  Jakub Jelinek  <jakub@redhat.com>
18497         PR sanitizer/64981
18498         * builtins.c (expand_builtin): Call targetm.expand_builtin
18499         for BUILT_IN_MD builtins regardless of asan_intercepted_p.
18501 2015-02-08  Jan Hubicka  <hubicka@ucw.cz>
18503         PR ipa/61548
18504         * tree-emutls.c (ipa_lower_emutls): Avoid duplicates in TLS_VARS.
18506 2015-02-08  Jan Hubicka  <hubicka@ucw.cz>
18508         PR ipa/63566
18509         * ipa-icf.c (set_local): New function.
18510         (sem_function::merge): Use it.
18512 2015-02-08  Jan Hubicka  <hubicka@ucw.cz>
18514         * ipa-devirt.c (odr_types_equivalent_p): Fix formating.
18515         (add_type_duplicate): Fix comparison of BINFOs.
18517 2015-02-08  Jan Hubicka  <hubicka@ucw.cz>
18519         * ipa-polymorphic-call.c (ipa_polymorphic_call_context): Avoid ICE
18520         on getting VOID pointer.
18522 2015-02-09  Jakub Jelinek  <jakub@redhat.com>
18524         PR target/64979
18525         * tree-stdarg.c (pass_stdarg::execute): Scan phi node args for
18526         va_list escapes.
18528 2015-02-09  Richard Biener  <rguenther@suse.de>
18530         * genmatch.c (replace_id): Copy expr_type.
18532 2015-02-09  Richard Biener  <rguenther@suse.de>
18534         * tree-streamer.h (streamer_pack_tree_bitfields): Remove.
18535         (streamer_write_tree_bitfields): Declare.
18536         * tree-streamer-in.c (unpack_ts_base_value_fields): Inline,
18537         properly unpack padding.
18538         (unpack_value_fields): Inline ...
18539         (streamer_read_tree_bitfields): ... here.
18540         * tree-streamer-out.c (pack_ts_base_value_fields): Inline
18541         and properly add padding bits.
18542         (streamer_pack_tree_bitfields): Fold into ...
18543         (streamer_write_tree_bitfields): ... this new function,
18544         exposing the bitpack object.
18545         * lto-streamer-out.c (lto_write_tree_1): Call
18546         streamer_write_tree_bitfields.
18548 2015-02-09  Richard Biener  <rguenther@suse.de>
18550         PR tree-optimization/54000
18551         * tree-ssa-looo-ivopts.c: Include tree-vectorizer.h.
18552         (struct ivopts_data): Add loop_loc member.
18553         (tree_ssa_iv_optimize_loop): Dump loop location.
18554         (create_new_ivs): Likewise, also dump number of IVs generated.
18556 2015-02-09  Martin Liska  <mliska@suse.cz>
18558         * ipa-icf.c (sem_item_optimizer::register_hooks): Register hooks
18559         just if not yet registered.
18560         (ipa_icf_generate_summary): Register callgraph hooks.
18562 2015-02-08  Andrew Pinski  <apinski@cavium.com>
18564         * config/aarch64/aarch64.c (gty_dummy): Delete.
18566 2015-02-08  Jan Hubicka  <hubicka@ucw.cz>
18568         PR ipa/63566
18569         * ipa-visibility.c (cgraph_node::non_local_p): Accept aliases.
18570         (cgraph_node::local_p): Remove thunk related FIXME.
18572 2015-02-08  Jan Hubicka  <hubicka@ucw.cz>
18574         PR ipa/63566
18575         * i386.c (ix86_function_regparm): Look through aliases to see if callee
18576         is local and optimized.
18577         (ix86_function_sseregparm): Likewise; also use target's SSE math
18578         settings; error out instead of silently generating wrong code
18579         on mismatches.
18580         (init_cumulative_args): Look through aliases.
18582 2015-02-08  Jan Hubicka  <hubicka@ucw.cz>
18584         PR ipa/63566
18585         * ipa-split.c (execute_split_functions): Split if function has aliases.
18587 2015-02-08  Jan Hubicka  <hubicka@ucw.cz>
18589         PR ipa/63566
18590         * cgraphunit.c (cgraph_node::analyze): Be sure target of thunk is
18591         aliases before trying to expand it.
18592         (cgraph_node::expand_thunk): Fix formating.
18594 2015-02-07  Sandra Loosemore  <sandra@codesourcery.com>
18596         * doc/extend.texi (Function Attributes [naked]): Copy-edit.
18597         (Using Assembly Language with C): Expand introduction.
18598         (Basic Asm): Copy-edit.  Add more information about uses of
18599         basic asm.
18600         (Extended Asm): Copy-edit.  Document new escape syntax and
18601         %l[label] syntax.
18602         (Global Reg Vars): Copy-edit.
18603         (Local Reg Vars): Likewise.
18605 2015-02-06  David Edelsohn  <dje.gcc@gmail.com>
18607         PR debug/2714
18608         PR bootstrap/64256
18609         * xcoffout.h (DBX_CONTIN_LENGTH): Define as 16384.
18610         (DBX_CONTIN_CHAR): Define.
18612 2015-02-06  Sebastian Pop  <s.pop@samsung.com>
18613             Brian Rzycki  <b.rzycki@samsung.com>
18615         PR tree-optimization/64878
18616         * tree-ssa-threadedge.c: Include tree-ssa-loop.h.
18617         (fsm_find_control_statement_thread_paths): Add parameter seen_loop_phi.
18618         Stop recursion at loop phi nodes after having visited a loop phi node.
18620 2015-02-06  Jakub Jelinek  <jakub@redhat.com>
18622         * toplev.c (process_options): Change flag_ipa_ra before creating
18623         optimization_{default,current}_node.
18625         PR ipa/64896
18626         * cgraphunit.c (cgraph_node::expand_thunk): If
18627         restype is not is_gimple_reg_type nor the thunk_fndecl
18628         returns aggregate_value_p, set restmp to a temporary variable
18629         instead of resdecl.
18631 2015-02-06  Vladimir Makarov  <vmakarov@redhat.com>
18633         * lra.c (lra_emit_add): Fix a typo in using disp instead of base.
18635 2015-02-06  Michael Meissner  <meissner@linux.vnet.ibm.com>
18637         PR target/64205
18638         * config/rs6000/rs6000.c (rs6000_init_hard_regno_mode_ok): Do not
18639         add a general secondary reload handler for SDmode, unless we have
18640         both read/write support for SDmode.
18642 2015-02-06  Jakub Jelinek  <jakub@redhat.com>
18644         PR middle-end/64937
18645         * dwarf2out.c (set_block_abstract_flags, set_decl_abstract_flags):
18646         Replace setting argument with abstract_vec, always set BLOCK_ABSTRACT
18647         or DECL_ABSTRACT_P flags to 1 rather than to setting, and if it wasn't
18648         1 before, push it to abstract_vec.
18649         (dwarf2out_abstract_function): Adjust caller.  Don't call
18650         set_decl_abstract_flags second time, instead clear BLOCK_ABSTRACT or
18651         DECL_ABSTRACT_P flags for all abstract_vec elts.
18653 2015-02-06  Renlin Li  <renlin.li@arm.com>
18655         * tree-ssa-forwprop.c (execute): Keep location info while rewrite
18656         complex gimple.
18657         * tree-ssa.c (execute_update_addresses_taken): Likewise.
18659 2015-02-06  Jeff Law  <law@redhat.com>
18661         PR target/64889
18662         * config/h8300/h8300.c (push): New argument "in_prologue".
18663         Pass "in_prologue" along to "F".
18664         (h8300_push_pop): Corresponding changes.
18665         (h8300_expand_prologue): Likewise.
18666         (h8300_swap_into_er6): Likewise.  Do not set RTX_FRAME_RELATED_P.
18668 2015-02-06  Jakub Jelinek  <jakub@redhat.com>
18670         PR rtl-optimization/64957
18671         PR debug/64817
18672         * simplify-rtx.c (simplify_binary_operation_1): Use ~cval for
18673         IOR rather than for AND.
18675 2015-02-06  Eric Botcazou  <ebotcazou@adacore.com>
18677         PR target/62631
18678         * tree-ssa-loop-ivopts.c (get_shiftadd_cost): Use the mininum of costs
18679         of shift-add and (add + shift) operations.  Rename local variable.
18681 2015-02-05  Jeff Law  <law@redhat.com>
18683         PR target/17306
18684         * config/h8300/constraints.md (U): Correctly dectect
18685         "eightbit_data" memory addresses.
18686         * config/h8300/h8300.c (eightbit_constant_address_p): Also
18687         handle (const (plus (symbol_ref (x)))) where x is declared
18688         as an 8-bit data memory address.
18689         * config/h8300/h8300.md (call, call_value): Correctly detect
18690         "funcvec" functions.
18692         PR target/43264
18693         * config/h8300/h8300.c (get_shift_alg): Fix ASHIFTRT by
18694         24 to 28 bits for the H8/300.
18696 2015-02-06  Alan Modra  <amodra@gmail.com>
18698         PR target/64876
18699         * config/rs6000/rs6000.c (chain_already_loaded): New function.
18700         (rs6000_call_aix): Use it.
18702 2015-02-05  Jan Hubicka <hubicka@ucw.cz>
18704         * ipa-cp.c (ipa_value_from_jfunc, ipa_context_from_jfunc): Add bounds
18705         check.
18707 2015-02-05  Joern Rennecke  <joern.rennecke@embecosm.com>
18709         * config/h8300/constraints.md ("U" constraint): Use strict
18710         variant of REG_OK_FOR_BASE_P after reload has started.
18712 2015-02-04  Mantas Mikaitis  <mantas.mikaitis@arm.com>
18714         * config/arm/arm.h (TARGET_NEON_FP): Removed conditional definition,
18715         define to zero if !TARGET_NEON.
18716         (TARGET_ARM_FP): Added !TARGET_SOFT_FLOAT into conditional definition.
18718 2015-02-04  Jan Hubicka  <hubicka@ucw.cz>
18719             Trevor Saunders  <tsaunders@mozilla.com>
18721         PR ipa/61548
18722         * tree-emultls.c (new_emutls_decl): Resolve alias after creating it.
18724 2015-02-04  Jan Hubicka  <hubicka@ucw.cz>
18726         PR ipa/61548
18727         * ipa.c (symbol_table::remove_unreachable_nodes): Fix ordering issue
18728         when removing varpool nodes.
18730 2015-02-04  Jan Hubicka  <hubicka@ucw.cz>
18732         PR ipa/61548
18733         * varpool.c (varpool_node::remove): Fix order of variables.
18735 2015-02-04  Jan Hubicka  <hubicka@ucw.cz>
18737         PR ipa/64686
18738         * ipa-inline.c (inline_small_functions): Fix ordering issue between
18739         speculation resolution and key updates.
18741 2015-02-04  Jan Hubicka  <hubicka@ucw.cz>
18743         * ipa-prop.c (update_indirect_edges_after_inlining): By more careful
18744         about not letting any speculative edges unupdated.
18746 2015-02-04  Jan Hubicka  <hubicka@ucw.cz>
18748         PR gcov/64123
18749         * gcov-io.c (gcov_var): Export.
18751 2015-02-04  Jan Hubicka  <hubicka@ucw.cz>
18753         PR middle-end/64922
18754         * ipa-prop.c (update_indirect_edges_after_inlining): Correctly update
18755         edges that become speculative.
18757 2015-02-04  Jakub Jelinek  <jakub@redhat.com>
18759         * dwarf2out.c (is_fortran): Also return true for DW_LANG_Fortran03
18760         or DW_LANG_Fortran08.
18761         (lower_bound_default): Return 1 for DW_LANG_Fortran03 or
18762         DW_LANG_Fortran08.
18763         (gen_compile_unit_die): Handle "GNU Fortran2003" and
18764         "GNU Fortran2008" language strings.
18765         * dbxout.c (get_lang_number): Use lang_GNU_Fortran.
18766         * langhooks.h (lang_GNU_Fortran): New prototype.
18767         * langhooks.c (lang_GNU_Fortran): New function.
18768         * config/rs6000/rs6000.c (rs6000_output_function_epilogue): Use
18769         lang_GNU_Fortran.
18771 2015-02-04  Eric Botcazou  <ebotcazou@adacore.com>
18773         * config/sparc/sparc.c (RTX_OK_FOR_OFFSET_P): Fix off-by-one error.
18774         (RTX_OK_FOR_OLO10_P): Likewise.
18776 2015-02-04  Eric Botcazou  <ebotcazou@adacore.com>
18778         * tree-ssa-loop-ivopts.c (get_address_cost): Use right mode for offset.
18780 2015-02-04  Jan Hubicka  <hubicka@ucw.cz>
18782         PR middle-end/64922
18783         * gimple.c: Include gimple-ssa.h.
18784         (maybe_remove_unused_call_args): New function.
18785         * gimple.h (maybe_remove_unused_call_args): Declare.
18786         * cgraph.c (cgraph_edge::redirect_call_stmt_to_callee): Use it.
18787         * tree-ssa-pre.c (eliminate_dom_walker::before_dom_children): Likewise.
18788         * gimple-fold.c (gimple_fold_call): Likewise.
18790 2015-02-04  H.J. Lu  <hongjiu.lu@intel.com>
18792         PR rtl-optimization/64905
18793         * lra-eliminations.c (setup_can_eliminate): Clear hard frame
18794         pointer alignment if it isn't needed.
18796 2015-02-04  Matthew Wahab  <matthew.wahab@arm.com>
18798         * config/aarch64/aarch64-cores.def: Add cortex-a72 and
18799         cortex-a72.cortex-a53.
18800         * config/aarch64/aarch64-tune.md: Regenerate.
18801         * doc/invoke.texi (AArch64 Options/-mtune): Add "cortex-a72".
18803 2015-02-04  Nick Clifton  <nickc@redhat.com>
18805         * config/rl78/rl78.c (rl78_note_reg_set): Note the use of REGs
18806         inside a MEM.
18808 2015-02-04  Jakub Jelinek  <jakub@redhat.com>
18810         * builtins.def (DEF_BUILTIN_CHKP): Define if not defined.
18811         (DEF_LIB_BUILTIN_CHKP, DEF_EXT_LIB_BUILTIN_CHKP): Redefine.
18812         (DEF_CHKP_BUILTIN): Define using DEF_BUILTIN_CHKP instead
18813         of DEF_BUILTIN.
18814         (BUILT_IN_MEMCPY, BUILT_IN_MEMMOVE, BUILT_IN_MEMSET, BUILT_IN_STRCAT,
18815         BUILT_IN_STRCHR, BUILT_IN_STRCPY, BUILT_IN_STRLEN): Use
18816         DEF_LIB_BUILTIN_CHKP macro instead of DEF_LIB_BUILTIN.
18817         (BUILT_IN_MEMCPY_CHK, BUILT_IN_MEMMOVE_CHK, BUILT_IN_MEMPCPY_CHK,
18818         BUILT_IN_MEMPCPY, BUILT_IN_MEMSET_CHK, BUILT_IN_STPCPY_CHK,
18819         BUILT_IN_STPCPY, BUILT_IN_STRCAT_CHK, BUILT_IN_STRCPY_CHK): Use
18820         DEF_EXT_LIB_BUILTIN_CHKP macro instead of DEF_EXT_LIB_BUILTIN.
18821         * tree-core.h (enum built_in_function): In between
18822         BEGIN_CHKP_BUILTINS and END_CHKP_BUILTINS only define enum values
18823         for builtins that use DEF_BUILTIN_CHKP macro.
18825 2015-02-04  Alexandre Oliva <aoliva@redhat.com>
18827         PR debug/64817
18828         * cfgexpand.c (expand_debug_expr): Compute unsignedp from
18829         operands for tcc_comparison exprs.  Fix typos.
18831         PR debug/64817
18832         * simplify-rtx.c (simplify_binary_operation_1): Simplify one
18833         of two XORs that have an intervening AND or IOR.
18835         PR debug/64817
18836         * simplify-rtx.c (simplify_binary_operation_1): Rewrite
18837         simplification of XOR of AND to not allocate new rtx before
18838         committing to a simplification.
18840 2015-02-04  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
18842         * config/aarch64/aarch64-ldpstp.md: Use std::swap instead of
18843         manual swaps in all peepholes.
18845 2015-02-04  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
18847         * config/aarch64/aarch64.c (aarch64_evpc_ext): Use std::swap instead
18848         of manual swapping implementation.
18849         (aarch64_expand_vec_perm_const_1): Likewise.
18851 2015-02-04  James Greenhalgh <james.greenhalgh@arm.com>
18853         * config/aarch64/aarch64.c (NAMED_PARAM): Delete it.
18854         (generic_addrcost_table): Remove NAMED_PARAM.
18855         (cortexa57_addrcost_table): Likewise.
18856         (xgene1_addrcost_table): Likewise.
18857         (generic_regmove_table): Likewise.
18858         (cortexa53_regmove_table): Likewise.
18859         (xgene1_regmove_table): Likewise.
18860         (generic_vector_table): Likewise.
18861         (cortexa57_vector_table): Likewise.
18862         (xgene1_vector_table): Likewise.
18863         (generic_tunings): Likewise.
18864         (cortexa53_tunings): Likewise.
18865         (cortexa57_tunings): Likewise.
18866         (xgene1_tunings): Likewise.
18868 2015-02-04  Matthew Wahab  <matthew.wahab@arm.com>
18870         * config/arm/arm-cores.def: Add cortex-a72 and
18871         cortex-a72.cortex-a53.
18872         * config/arm/bpabi.h (BE8_LINK_SPEC): Likewise.
18873         * config/arm/t-aprofile (MULTILIB_MATCHES): Likewise.
18874         * config/arm/arm-tune.md: Regenerate.
18875         * config/arm/arm-tables.opt: Add entries for "cortex-a72" and
18876         "cortex-a72.cortex-a53".
18877         * doc/invoke.texi (ARM Options/-mtune): Likewise.
18879 2015-02-04  Nick Clifton  <nickc@redhat.com>
18881         PR target/64408
18882         * config/fr30/predicates.md (di_operand): Add SUBREG to the list
18883         of accepted codes.
18884         (nonimmediate_di_operand): Likewise.
18886         * config/msp430/msp430.c (msp430_use_f5_series_hwmult): Add more
18887         prefixes of known F5 using MSP430 MCUs.
18889 2015-02-04  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
18891         * config/aarch64/aarch64-simd-builtins.def (sqrt): Use BUILTIN_VDQF_DF.
18892         * config/aarch64/arm_neon.h (vsqrt_f64): Use __builtin_aarch64_sqrtdf
18893         instead of __builtin_sqrt.
18895 2015-02-04  Ilya Enkovich  <ilya.enkovich@intel.com>
18897         * varasm.c (do_assemble_alias): Follow transparent alias
18898         chain for target.
18899         (default_assemble_visibility): Follow transparent alias
18900         chain for decl name.
18902 2015-02-04  Thomas Preud'homme  <thomas.preudhomme@arm.com>
18904         PR middle-end/62103
18905         * tree-ssa-sccvn.c (fully_constant_vn_reference_p): Use TYPE_PRECISION
18906         to compute size of referenced value in the constant case.
18908 2015-02-03  Jakub Jelinek  <jakub@redhat.com>
18910         PR rtl-optimization/64756
18911         * cse.c (invalidate_dest): New function.
18912         (cse_insn): Use it.  If dest != SET_DEST (sets[i].rtl) and
18913         HASH (SET_DEST (sets[i].rtl), mode) computation sets do_not_record,
18914         invalidate and do not record it.
18916 2015-02-03  Oleg Endo  <olegendo@gcc.gnu.org>
18918         PR target/64660
18919         * config/sh/sync.md (atomic_<fetchop_name><mode>_hard,
18920         atomic_not<mode>_hard, atomic_<fetchop_name><mode>_soft_tcb,
18921         atomic_not<mode>_soft_tcb, atomic_nand<mode>_hard,
18922         atomic_nand<mode>_soft_tcb): New insns.
18923         (atomic_fetch_<fetchop_name>si_hard): Convert to insn_and_split.
18924         Split into atomic_<fetchop_name>_fetchsi_hard if operands[0] is unused.
18925         (define_insn "atomic_fetch_notsi_hard): Convert to insn_and_split.
18926         Split into atomic_not_fetchsi_hard if operands[0] is unused.
18927         (atomic_fetch_<fetchop_name><mode>_hard): Convert to insn_and_split.
18928         Split into atomic_<fetchop_name><mode>_hard if operands[0] is unused.
18929         (atomic_fetch_not<mode>_hard): Convert to insn_and_split.  Split into
18930         atomic_not<mode>_hard if operands[0] is unused.
18931         (atomic_fetch_<fetchop_name><mode>_soft_gusa): Convert to
18932         insn_and_split.  Split into atomic_<fetchop_name>_fetch<mode>_soft_gusa
18933         if operands[0] is unused.
18934         (atomic_fetch_not<mode>_soft_gusa): Convert to insn_and_split.  Split
18935         into atomic_not_fetch<mode>_soft_gusa if operands[0] is unused.
18936         (atomic_fetch_<fetchop_name><mode>_soft_tcb): Convert to insn_and_split.
18937         Split into atomic_<fetchop_name><mode>_soft_tcb if operands[0] is
18938         unused.
18939         (atomic_fetch_not<mode>_soft_tcb): Convert to insn_and_split.  Split
18940         into atomic_not<mode>_soft_tcb if operands[0] is unused.
18941         (atomic_fetch_<fetchop_name><mode>_soft_imask): Convert to
18942         insn_and_split.  Split into atomic_<fetchop_name>_fetch<mode>_soft_imask
18943         if operands[0] is unused.
18944         (atomic_fetch_not<mode>_soft_imask): Convert to insn_and_split.  Split
18945         into atomic_not_fetch<mode>_soft_imask is operands[0] is unused.
18946         (atomic_fetch_nandsi_hard): Convert to insn_and_split.  Split into
18947         atomic_nand_fetchsi_hard if operands[0] is unused.
18948         (atomic_fetch_nand<mode>_hard): Convert to insn_and_split.  Split into
18949         atomic_nand<mode>_hard if operands[0] is unused.
18950         (atomic_fetch_nand<mode>_soft_gusa): Convert to insn_and_split.  Split
18951         into atomic_nand_fetch<mode>_soft_gusa if operands[0] is unused.
18952         (atomic_fetch_nand<mode>_soft_tcb): Convert to insn_and_split.  Split
18953         into atomic_nand<mode>_soft_tcb if operands[0] is unused.
18954         (atomic_fetch_nand<mode>_soft_imask): Convert to insn_and_split.  Split
18955         into atomic_nand_fetch<mode>_soft_imask if operands[0] is unused.
18956         (atomic_<fetchop_name>_fetch<mode>_hard): Convert to insn_and_split.
18957         Split into atomic_<fetchop_name><mode>_hard if operands[0] is unused.
18958         (atomic_not_fetch<mode>_hard): Convert to insn_and_split.  Split into
18959         atomic_not<mode>_hard if operands[0] is unused.
18960         (atomic_<fetchop_name>_fetch<mode>_soft_tcb): Convert to insn_and_split.
18961         Split into atomic_<fetchop_name><mode>_soft_tcb if operands[0] is
18962         unused.
18963         (atomic_not_fetch<mode>_soft_tcb): Convert to insn_and_split.  Split
18964         into atomic_not<mode>_soft_tcb if operands[0] is unused.
18965         (atomic_nand_fetch<mode>_hard): Convert to insn_and_split.  Split into
18966         atomic_nand<mode>_hard if operands[0] is unused.
18967         (atomic_nand_fetch<mode>_soft_tcb): Convert to insn_and_split.  Split
18968         into atomic_nand<mode>_soft_tcb if operands[0] is unused.
18970 2015-02-03  David Malcolm  <dmalcolm@redhat.com>
18972         PR jit/64810
18973         * Makefile.in (GCC_OBJS): Add gcc-main.o.
18974         * gcc-main.c: New file, containing "main" taken from gcc.c.
18975         * gcc.c (do_self_spec): Free decoded_options.
18976         (class driver): Move declaration to gcc.h.
18977         (main): Move declaration and implementation to new file
18978         gcc-main.c.
18979         (driver_get_configure_time_options): New function.
18980         * gcc.h (class driver): Move this declaration here, from
18981         gcc.c.
18982         (driver_get_configure_time_options): New declaration.
18984 2015-02-03  Jan Hubicka  <hubicka@ucw.cz>
18986         * ipa-inline-analysis.c (simple_edge_hints): Fix check for
18987         cross-module inlining.
18988         * cgraph.h (cgraph_node): Add flag merged.
18989         * ipa-icf.c (sem_function::merge): Maintain it.
18991 2015-02-03  Richard Sandiford  <richard.sandiford@arm.com>
18993         * config/arm/arm.c (thumb2_reorg): Test UNARY_P and BINARY_P
18994         instead of OBJECT_P.
18996 2015-02-03  Eric Botcazou  <ebotcazou@adacore.com>
18998         PR target/62631
18999         * config/sparc/sparc.h (TARGET_HARD_MUL): Remove TARGET_V8PLUS.
19000         (TARGET_HARD_MUL32): Rewrite based on TARGET_HARD_MUL.
19001         * config/sparc/sparc.c (sparc_rtx_costs) <MULT>: Return costs based on
19002         int_mulX for integers in 64-bit mode if TARGET_HARD_MUL is not set.
19004 2015-02-03  Jakub Jelinek  <jakub@redhat.com>
19006         PR other/63504
19007         * combine.c (reg_n_sets_max): New variable.
19008         (can_change_dest_mode, reg_nonzero_bits_for_combine,
19009         reg_num_sign_bit_copies_for_combine, get_last_value_validate,
19010         get_last_value): Use REG_N_SETS only on pseudos < reg_n_sets_max.
19011         (try_combine): Use INC_REG_N_SETS only on pseudos < reg_n_sets_max.
19012         (rest_of_handle_combine): Initialize reg_n_sets_max.
19014 2015-02-02  Jan Hubicka  <hubicka@ucw.cz>
19016         * ipa-inline.c (early_inliner): Skip inlining only in always_inlined;
19017         if some always_inline was inlined, apply changes before inlining
19018         heuristically.
19020 2015-02-02  David Malcolm  <dmalcolm@redhat.com>
19022         PR jit/64810
19023         * config/arm/arm.c (arm_option_override): Set
19024         arm_selected_arch/cpu/tune to NULL on entry.
19026 2015-02-02  Tejas Belagod  <tejas.belagod@arm.com>
19027             Andrew Pinski  <pinskia@gcc.gnu.org>
19028             Jakub Jelinek  <jakub@gcc.gnu.org>
19030         PR target/64231
19031         * config/aarch64/aarch64.c (aarch64_classify_symbol): Fix large
19032         integer typing for small model. Use IN_RANGE.
19034 2015-02-02  Richard Biener  <rguenther@suse.de>
19036         * tree-ssa-ccp.c (valueize_op_1): Always allow valueizing default-defs.
19037         * tree-vrp.c (vrp_valueize_1): Likewise.
19039 2015-02-02  Alan Modra  <amodra@gmail.com>
19041         * config/rs6000/rs6000.c (rs6000_call_aix): Use unspec rather
19042         than mem for toc_restore.
19043         * config/rs6000/rs6000.md (UNSPEC_TOCSLOT): Define.
19044         (call_indirect_aix, call_value_indirect_aix): Adjust to suit.
19045         (call_indirect_elfv2, call_value_indirect_elfv2): Likewise.
19047 2015-02-01  David Edelsohn  <dje.gcc@gmail.com>
19049         PR target/64047
19050         * config/rs6000/rs6000.c (rs6000_set_current_function): Handle
19051         explicit default options.
19053 2015-02-01  Jan Hubicka  <hubicka@ucw.cz>
19055         PR ipa/64872
19056         * ipa-utils.c (ipa_merge_profiles): Add release argument.
19057         * ipa-icf.c (sem_function::merge): Do not release body when merging.
19058         * ipa-utils.h (ipa_merge_profiles): Update prototype.
19060 2015-02-01  Jakub Jelinek  <jakub@redhat.com>
19062         PR debug/64817
19063         * cfgexpand.c (deep_ter_debug_map): New variable.
19064         (avoid_deep_ter_for_debug): New function.
19065         (expand_debug_expr): If TERed SSA_NAME is in
19066         deep_ter_debug_map, use the corresponding DEBUG_EXPR_DECL
19067         instead of trying to expand SSA_NAME's def stmt.
19068         (expand_debug_locations): When expanding debug bind
19069         of a DEBUG_EXPR_DECL to corresponding SSA_NAME,
19070         temporarily remove the DEBUG_EXPR_DECL from deep_ter_debug_map's
19071         value.
19072         (pass_expand::execute): Call avoid_deep_ter_for_debug on
19073         all debug bind stmts.  Delete deep_ter_debug_map after
19074         expand_debug_location if non-NULL and clear it.
19076 2015-02-01  Oleg Endo  <olegendo@gcc.gnu.org>
19078         PR target/64851
19079         * config/sh/sync.md (atomic_fetch_notsi_hard,
19080         atomic_fetch_not<mode>_hard, atomic_fetch_not<mode>_soft_gusa,
19081         atomic_fetch_not<mode>_soft_tcb, atomic_fetch_not<mode>_soft_imask,
19082         atomic_not_fetchsi_hard, atomic_not_fetch<mode>_hard,
19083         atomic_not_fetch<mode>_soft_gusa, atomic_not_fetch<mode>_soft_tcb,
19084         atomic_not_fetch<mode>_soft_imask): New insns.
19086 2015-02-01  Maxim Kuvyrkov  <maxim.kuvyrkov@linaro.org>
19088         * haifa-sched.c (INSN_RFS_DEBUG_ORIG_ORDER): New access macro.
19089         (rank_for_schedule_debug): Split from ...
19090         (rank_for_schedule): ... this.
19091         (ready_sort): Sort DEBUG_INSNs separately from normal INSNs.
19092         * sched-int.h (struct _haifa_insn_data): New field rfs_debug_orig_order.
19094 2015-01-31  Sandra Loosemore  <sandra@codesourcery.com>
19096         * doc/md.texi (Machine Constraints): Alphabetize table by target.
19097         * doc/extend.texi (x86 Variable Attributes): Move section to
19098         correct alphabetization after renaming.
19099         (x86 Type Attributes): Likewise.
19100         (Target Builtins): Re-alphabetize menu.
19101         (x86 Built-in Functions): Move section to correct alphabetization
19102         after renaming.
19103         (x86 transactional memory intrinsics): Likewise.
19104         * doc/invoke.texi (Option Summary): Re-alphabetize x86 Options
19105         and x86 Windows Options in table and menu.
19106         (x86 Options): Move section to correct alphabetization after
19107         renaming.
19108         (x86 Windows Options): Likewise.
19110 2015-01-31  Sandra Loosemore  <sandra@codesourcery.com>
19112         * doc/extend.texi: Use "x86", "x86-32", and "x86-64" as the
19113         preferred names of the architecture and its 32- and 64-bit
19114         variants.
19115         * doc/invoke.texi: Likewise.
19116         * doc/md.texi: Likewise.
19118 2015-01-31  Uros Bizjak  <ubizjak@gmail.com>
19120         PR target/64882
19121         * config/i386/predicates.md (address_no_seg_operand): Reject
19122         non-CONST_INT_P operands in invalid mode.
19124 2015-01-31  Uros Bizjak  <ubizjak@gmail.com>
19126         * config/i386/i386.md (*prefetch_prefetchw1): Remove mode of
19127         address_operand 0.  Rename from *prefetch_prefetchwt1_<mode>.
19128         * config/i386/predicates.md (address_no_seg_operand): Call
19129         address_operand with VOIDmode.
19130         (vsib_address_operand): Ditto.
19131         (address_mpx_no_base_operand): Ditto.
19132         (address_mpx_no_index_operand): Ditto.
19134 2015-01-30  Vladimir Makarov  <vmakarov@redhat.com>
19136         PR target/64688
19137         * lra-constraints.c (original_subreg_reg_mode): New.
19138         (simplify_operand_subreg): Try to simplify subreg of const.  Use
19139         original_subreg_reg_mode for it.
19140         (swap_operands): Update original_subreg_reg_mode.
19141         (curr_insn_transform): Set up original_subreg_reg_mode.
19143 2015-01-30  Vladimir Makarov  <vmakarov@redhat.com>
19145         PR target/64617
19146         * lra-constraints.c (prohibited_class_reg_set_mode_p): New
19147         function.
19148         (process_alt_operands): Use it.
19149         (curr_insn_transform): Check the optional reload pseudo class is
19150         ok for the mode.
19152 2015-01-30  Joseph Myers  <joseph@codesourcery.com>
19154         * diagnostic.c (fatal_error (const char *, ...)): Remove function.
19155         * diagnostic-core.h (fatal_error (const char *, ...)): Remove
19156         prototype.
19157         * toplev.h (init_asm_output): Update comment on use of
19158         UNKNOWN_LOCATION with fatal_error.
19159         * cgraph.c, collect-utils.c, collect2.c, config/arc/arc.c,
19160         config/arc/arc.md, config/avr/avr.c, config/c6x/c6x.h,
19161         config/darwin.c, config/host-darwin.c, config/i386/host-cygwin.c,
19162         config/i386/intelmic-mkoffload.c, config/nios2/nios2.c,
19163         config/nvptx/mkoffload.c, config/nvptx/nvptx.h,
19164         config/rs6000/host-darwin.c, config/rs6000/rs6000.c,
19165         config/s390/s390.c, gcc.c, gcov-io.h, gcov-tool.c, ggc-common.c,
19166         ggc-page.c, graph.c, ipa-inline-analysis.c, ipa-reference.c,
19167         lto-cgraph.c, lto-section-in.c, lto-streamer-in.c, lto-streamer.c,
19168         lto-wrapper.c, objc/objc-act.c, opts.c, passes.c, plugin.c,
19169         tlink.c, toplev.c, tree-streamer-in.c, varpool.c: All callers of
19170         fatal_error changed to pass input_location as first argument.
19172 2015-01-30  Martin Liska  <mliska@suse.cz>
19174         * tree.h: Change GCC_VERSION >= 4004 to GCC_VERSION >= 4006
19175         in #pragma GCC diagnostic guards.
19177 2015-01-30  Richard Biener  <rguenther@suse.de>
19179         PR tree-optimization/64829
19180         * tree-vect-patterns.c (vect_handle_widen_op_by_const): Do
19181         not add a widening conversion pattern but hand off extra
19182         widenings to callers.
19183         (vect_recog_widen_mult_pattern): Handle extra widening produced
19184         by vect_handle_widen_op_by_const.
19185         (vect_recog_widen_shift_pattern): Likewise.
19186         (vect_pattern_recog_1): Remove excess vertical space in dumping.
19187         * tree-vect-stmts.c (vect_mark_stmts_to_be_vectorized): Likewise.
19188         (vect_init_vector_1): Likewise.
19189         (vect_get_vec_def_for_operand): Likewise.
19190         (vect_finish_stmt_generation): Likewise.
19191         (vectorizable_load): Likewise.
19192         (vect_analyze_stmt): Likewise.
19193         (vect_is_simple_use): Likewise.
19195 2015-01-29  Jeff Law  <law@redhat.com>
19197         * combine.c (try_combine): Fix typo in comment.
19199 2015-01-29  Segher Boessenkool  <segher@kernel.crashing.org>
19201         PR target/64580
19202         * config.rs6000/rs6000.c (compute_vrsave_mask): Reverse loop order.
19203         (rs6000_stack_info): Add assert.
19204         (rs6000_output_savres_externs): New function, split off from...
19205         (rs6000_output_function_prologue): ... here.  Do not call it for
19206         thunks.
19208 2015-01-29  Jeff Law  <law@redhat.com>
19210         PR target/15184
19211         * combine.c (try_combine): If I0 is a memory load and I3 a store
19212         to a related address, increase the "goodness" of doing a 4-insn
19213         combination with I0-I3.
19214         (make_field_assignment): Handle SUBREGs in the ior+and case.
19216 2015-01-29  Yuri Rumyantsev  <ysrumyan@gmail.com>
19218         PR tree-optimization/64746
19219         * tree-if-conv.c (mask_exists): New function.
19220         (predicate_mem_writes): Save created mask with given size for further
19221         use.
19222         (stmt_is_root_of_bool_pattern): Remove argument VAR and store to it.
19223         (ifcvt_repair_bool_pattern): Collect all statements that are root
19224         of bool pattern and use iterative algorithm to remove multiple uses
19225         of predicates, display number of required iterations.
19227 2015-01-29  Richard Biener  <rguenther@suse.de>
19229         PR tree-optimization/64853
19230         * tree-vrp.c (vrp_valueize_1): Do not return anything if the
19231         stmt will get simulated again.
19232         * tree-ssa-ccp.c (valueize_op_1): Likewise.
19234 2015-01-29  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
19236         * config/arm/arm.c (arm_emit_multi_reg_pop): Simplify definition of
19237         return_in_pc.  Remove redundant assignments.
19238         (thumb2_emit_ldrd_pop): Simplify definition of return_in_pc.
19239         (arm_expand_epilogue): Don't compare boolean with true in if condition.
19241 2015-01-29  Uros Bizjak  <ubizjak@gmail.com>
19243         * config/i386/i386.c (ix86_mode_after): Make static.
19245 2015-01-29  Richard Biener  <rguenther@suse.de>
19247         PR tree-optimization/64844
19248         * tree-vect-loop.c (vect_estimate_min_profitable_iters): Always
19249         dump cost model analysis.
19250         * tree-vect-data-refs.c (vect_enhance_data_refs_alignment):
19251         Do not register adjusted load/store costs here.
19253 2015-01-29  Ilya Enkovich  <ilya.enkovich@intel.com>
19254             Uros Bizjak  <ubizjak@gmail.com>
19256         * config/i386/i386-protos.h (ix86_use_pseudo_pic_reg): New.
19257         * config/i386/i386.h (PIC_OFFSET_TABLE_REGNUM): Simplify by
19258         using x86_use_pseudo_pic_reg.
19259         * config/i386/i386.c (ix86_conditional_register_usage): Remove
19260         support for fixed PIC register.
19261         (ix86_use_pseudo_pic_reg): Not static any more.
19263 2015-01-29  Ilya Enkovich  <ilya.enkovich@intel.com>
19265         PR middle-end/64805
19266         * ipa-inline.c (early_inliner): Rebuild IPA_REF_CHKP reference
19267         to avoid error in cgraph node verification.
19269 2015-01-29  Marek Polacek  <polacek@redhat.com>
19271         * doc/standards.texi: Reflect that the default for C is gnu11.
19273 2015-01-29  Kaz Kojima  <kkojima@gcc.gnu.org>
19275         PR target/64761
19276         * reorg.c (switch_text_sections_between_p): New function.
19277         (relax_delay_slots): Call it when testing if the jump insn
19278         is removable.  Use targetm.can_follow_jump when testing if
19279         the conditional branch can follow an unconditional jump.
19281 2015-01-27  Caroline Tice  <cmtice@google.com>
19283         Committing VTV Cywin/Ming patch for Patrick Wollgast
19284         * config/i386/cygwin.h (STARTFILE_SPEC): Add vtv_start.o,
19285         if -fvtable-verify=preinit/std is used.
19286         * config/i386/mingw-w64.h (STARTFILE_SPEC): Likewise.
19287         * config/i386/mingw32.h (STARTFILE_SPEC): Likewise.
19288         * config/i386/cygwin.h (ENDFILE_SPEC): Add vtv_end.o,
19289         if -fvtable-verify=preinit/std is used.
19290         * config/i386/mingw32.h (ENDFILE_SPEC): Likewise.
19291         * config/i386/cygwin.h (LIB_SPEC): Pass -lvtv and -lpsapi,
19292         if -fvtable-verify=preinit/std is used.
19293         * config/i386/mingw-w64.h (LIB_SPEC): Likewise.
19294         * config/i386/mingw32.h (LIB_SPEC): Likewise.
19295         * varasm.c (assemble_variable): Add code to properly set the comdat
19296         section and name for the .vtable_map_vars section in case the
19297         target is PE or COFF.
19299 2015-01-29  Jan Hubicka  <hubicka@ucw.cz>
19301         PR ipa/64801
19302         * cgraphunit.c (init_lowered_empty_function): Add CoUNT parameter;
19303         make sane BB profile.
19304         (cgraph_node::expand_thunk): Make sane BB profile.
19305         (cgraph_node::create_wrapper): Do not set call_stmt_cannot_inline_p.
19306         * cgraph.h (init_lowered_empty_function): Update prototype.
19307         * config/i386/i386.c (make_resolver_func): Update call.
19308         * predict.c (gate): Disable branch prediction pass if
19309         profile is already there.
19311 2015-01-29  Jan Hubicka  <hubicka@ucw.cz>
19313         * optc-save-gen.awk: flag_fp_contract_mode is no longer speical.
19314         * opth-gen.awk: Likewise.
19315         * common.opt: Mark flag_fp_contract_mode as Optimization.
19317 2015-01-29  Bernd Edlinger  <bernd.edlinger@hotmail.de>
19319         * config/i386/cygwin.h (LIBGCJ_SONAME): Set libgcj version to -16.
19320         * config/i386/mingw32.h (LIBGCJ_SONAME): Set libgcj version to -16.
19322 2015-01-28  Oleg Endo  <olegendo@gcc.gnu.org>
19324         PR target/64659
19325         * config/sh/predicates.md (atomic_arith_operand,
19326         atomic_logical_operand): Remove.
19327         * config/sh/sync.md (fetchop_predicate, fetchop_constraint): Remove.
19328         (atomic_arith_operand_0): New predicate.
19329         (atomic_compare_and_swap<mode>): Use arith_reg_dest for output values.
19330         Use atomic_arith_operand_0 for input values.
19331         (atomic_compare_and_swapsi_hard, atomic_compare_and_swap<mode>_hard,
19332         atomic_compare_and_swap<mode>_soft_gusa,
19333         atomic_compare_and_swap<mode>_soft_tcb,
19334         atomic_compare_and_swap<mode>_soft_imask): Use arith_reg_dest and
19335         arith_reg_operand instead of register_operand.
19336         (atomic_exchange<mode>): Use arith_reg_dest for output value.  Use
19337         atomic_arith_operand_0 for newval input.
19338         (atomic_exchangesi_hard, atomic_exchange<mode>_hard,
19339         atomic_exchange<mode>_soft_gusa, atomic_exchange<mode>_soft_tcb,
19340         atomic_exchange<mode>_soft_imask): Use arith_reg_dest and
19341         arith_reg_operand instead of register_operand.
19342         (atomic_arith_operand_1, atomic_logical_operand_1): New predicates.
19343         fetchop_predicate_1, fetchop_constraint_1_llcs,
19344         fetchop_constraint_1_gusa, fetchop_constraint_1_tcb,
19345         fetchop_constraint_1_imask): New code iterator attributes.
19346         (atomic_fetch_<fetchop_name><mode>): Use arith_reg_dest instead of
19347         register_operand.  Use fetchop_predicate_1.
19348         (atomic_fetch_<fetchop_name>si_hard,
19349         atomic_fetch_<fetchop_name><mode>_hard): Use arith_reg_dest instead of
19350         register_operand.  Use fetchop_predicate_1, fetchop_constraint_1_llcs.
19351         (atomic_fetch_<fetchop_name><mode>_soft_gusa): Use arith_reg_dest
19352         and arith_reg_operand instead of register_operand.  Use
19353         fetchop_predicate_1, fetchop_constraint_1_gusa.
19354         (atomic_fetch_<fetchop_name><mode>_soft_tcb): Use arith_reg_dest
19355         and arith_reg_operand instead of register_operand.  Use
19356         fetchop_predicate_1, fetchop_constraint_1_tcb.  Adjust asm sequence
19357         to allow R0 usage.
19358         (atomic_fetch_<fetchop_name><mode>_soft_imask): Use arith_reg_dest
19359         and arith_reg_operand instead of register_operand.  Use
19360         fetchop_predicate_1, fetchop_constraint_1_imask.  Adjust asm sequence
19361         to allow R0 usage.
19362         (atomic_fetch_nand<mode>): Use arith_reg_dest instead of
19363         register_operand.  Use atomic_logical_operand_1.
19364         (atomic_fetch_nandsi_hard, atomic_fetch_nand<mode>_hard,
19365         atomic_fetch_nand<mode>_soft_gusa): Use arith_reg_dest and
19366         arith_reg_operand instead of register_operand.
19367         (atomic_fetch_nand<mode>_soft_tcb, atomic_fetch_nand<mode>_soft_imask):
19368         Use arith_reg_dest and arith_reg_operand instead of register_operand.
19369         Use logical_operand and rK08.  Adjust asm sequence to allow R0 usage.
19370         (atomic_<fetchop_name>_fetch<mode>): Use arith_reg_dest instead of
19371         register_operand.  Use fetchop_predicate_1.
19372         (atomic_<fetchop_name>_fetchsi_hard,
19373         atomic_<fetchop_name>_fetch<mode>_hard): Use arith_reg_dest and
19374         arith_reg_operand instead of register_operand.  Use fetchop_predicate_1,
19375         fetchop_constraint_1_llcs.
19376         (atomic_<fetchop_name>_fetch<mode>_soft_gusa): Use arith_reg_dest and
19377         arith_reg_operand instead of register_operand.  Use fetchop_predicate_1,
19378         fetchop_constraint_1_gusa.
19379         (atomic_<fetchop_name>_fetch<mode>_soft_tcb): Use arith_reg_dest and
19380         arith_reg_operand instead of register_operand.  Use fetchop_predicate_1,
19381         fetchop_constraint_1_tcb.  Adjust asm sequence to allow R0 usage.
19382         (atomic_<fetchop_name>_fetch<mode>_soft_imask): Use arith_reg_dest and
19383         arith_reg_operand instead of register_operand.  Use fetchop_predicate_1,
19384         fetchop_constraint_1_imask.  Adjust asm sequence to allow R0 usage.
19385         (atomic_nand_fetch<mode>): Use arith_reg_dest instead of
19386         register_operand.  Use atomic_logical_operand_1.
19387         (atomic_nand_fetchsi_hard, atomic_nand_fetch<mode>_hard,
19388         atomic_nand_fetch<mode>_soft_gusa): Use arith_reg_dest and
19389         arith_reg_operand instead of register_operand.
19390         (atomic_nand_fetch<mode>_soft_tcb): Use arith_reg_dest and
19391         arith_reg_operand instead of register_operand.  Use logical_operand
19392         and K08.  Adjust asm sequence to allow R0 usage.
19393         (atomic_nand_fetch<mode>_soft_imask): Use arith_reg_dest and
19394         arith_reg_operand instead of register_operand.  Use logical_operand
19395         and K08.
19397 2015-01-28  Jakub Jelinek  <jakub@redhat.com>
19399         PR other/63504
19400         * dwarf2out.c (add_AT_wide, mem_loc_descriptor, loc_descriptor):
19401         Use ggc_alloc<wide_int> instead of ggc_cleared_alloc<wide_int>.
19402         (attr_checksum, attr_checksum_ordered, hash_loc_operands): Checksum
19403         only get_full_len HOST_WIDE_INTs from get_val () array rather than
19404         all bits in *val_wide.
19406 2015-01-28  Jan Hubicka  <hubicka@ucw.cz>
19408         * varpool.c (tls_model_names): Fix names.
19409         (varpool_node::dump): Dump tls- prefix for tls models.
19411 2015-01-28  Thomas Schwinge  <thomas@codesourcery.com>
19412             Bernd Schmidt  <bernds@codesourcery.com>
19413             Nathan Sidwell  <nathan@codesourcery.com>
19415         * config/nvptx/mkoffload.c: New file.
19416         * config/nvptx/t-nvptx: Add build rules for it.
19417         * config.gcc <nvptx-*> [$enable_as_accelerator = yes]
19418         (extra_programs): Add mkoffload.
19419         * config/nvptx/nvptx.c (nvptx_record_offload_symbol): New
19420         function.
19421         (TARGET_RECORD_OFFLOAD_SYMBOL): Define macro to use it.
19423 2015-01-28  Yuri Rumyantsev  <ysrumyan@gmail.com>
19425         PR middle-end/64809
19426         * cfgexpand.c (reorder_operands): Skip debug gimples.
19428 2015-01-28  Ilya Enkovich  <ilya.enkovich@intel.com>
19430         PR tree-optimization/64277
19431         * tree-ssa-loop-niter.c (record_nonwrapping_iv): Use base
19432         range info when possible to refine estimation.
19434 2015-01-28  Thomas Preud'homme  <thomas.preudhomme@arm.com>
19436         PR tree-optimization/64718
19437         * tree-ssa-math-opts.c (pass_optimize_bswap::execute): Make bswap_type
19438         be a 16bit unsigned integer when n->range is 16.
19439         (bswap_replace): Convert src to that type if necessary for all bswap
19440         sizes.  Fix rotation right notation in nearby comment.  Use bswap_type
19441         set in pass_optimize_bswap::execute ().
19443 2015-01-28  James Greenhalgh  <james.greenhalgh@arm.com>
19445         * config/aarch64/aarch64-simd.md (aarch64_abs<mode>): New.
19446         * config/aarch64/aarch64-simd-builtins.def (abs): Split by
19447         integer and floating point variants.
19448         * config/aarch64/iterators.md (unspec): Add UNSPEC_ABS.
19450 2015-01-28  Robert Suchanek  <robert.suchanek@imgtec.com>
19452         * config/mips/mips.c (mips_hard_regno_mode_ok_p): Prohibit accumulators
19453         for all vector modes.
19455 2015-01-28  Jakub Jelinek  <jakub@redhat.com>
19457         PR bootstrap/64612
19458         * doc/sourcebuild.texi (comdat_group): Document.
19460 2015-01-28  Terry Guo  <terry.guo@arm.com>
19462         * config/arm/thumb1.md (*thumb1_movpc_insn): New insn pattern.
19464 2015-01-27  David Malcolm  <dmalcolm@redhat.com>
19466         * toplev.c (print_version): Add param "show_global_state", and
19467         only print GGC and plugin information if it is true.
19468         (init_asm_output): Pass in "true" for the new param when calling
19469         print_version.
19470         (process_options): Likewise.
19471         (toplev::main): Likewise.
19472         * toplev.h (print_version): Add new param to decl.
19474 2015-01-27  Jan Hubicka  <hubicka@ucw.cz>
19476         PR ipa/60871
19477         PR ipa/64139
19478         * tree.c (lookup_binfo_at_offset): New function.
19479         (get_binfo_at_offset): Use it.
19481 2015-01-27  Jan Hubicka  <hubicka@ucw.cz>
19483         PR ipa/64282
19484         * gimple-fold.c (gimple_get_virt_method_for_vtable): Remove assert
19485         on vtable being vtable.
19487 2015-01-27  Dominik Vogt  <vogt@linux.vnet.ibm.com>
19489         * doc/extend.texi: s/390: Update documentation of hotpatch attribute.
19490         * doc/invoke.texi (-mhotpatch): s/390: Update documentation of
19491         -mhotpatch= option.
19492         * config/s390/s390.opt (mhotpatch): s/390: Remove -mhotpatch and
19493         -mno-hotpatch options.  Change syntax of -mhotpatch= option.
19494         * config/s390/s390.c (s390_hotpatch_trampoline_halfwords_default):
19495         Renamed.
19496         (s390_hotpatch_trampoline_halfwords_max): Renamed.
19497         (s390_hotpatch_hw_max): New name.
19498         (s390_hotpatch_trampoline_halfwords): Renamed.
19499         (s390_hotpatch_hw_before_label): New name.
19500         (get_hotpatch_attribute): Removed.
19501         (s390_hotpatch_hw_after_label): New name.
19502         (s390_handle_hotpatch_attribute): Add second parameter to hotpatch
19503         attribute.
19504         (s390_attribute_table): Ditto.
19505         (s390_function_num_hotpatch_trampoline_halfwords): Renamed.
19506         (s390_function_num_hotpatch_hw): New name.
19507         Remove special handling of inline functions and hotpatching.
19508         Return number of nops before and after the function label.
19509         (s390_can_inline_p): Removed.
19510         (s390_asm_output_function_label): Emit a configurable number of nops
19511         after the function label.
19512         (s390_option_override): Update -mhotpatch= syntax and remove -mhotpatch.
19513         (TARGET_CAN_INLINE_P) Removed.
19514         (TARGET_FUNCTION_ATTRIBUTE_INLINABLE_P): New.
19516 2015-01-27  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
19517             Jiong Wang  <jiong.wang@arm.com>
19519         * config/aarch64/aarch64.md (tb<optab><mode>1): Clobber CC reg instead
19520         of scratch reg.
19521         (cb<optab><mode>1): Likewise.
19522         * config/aarch64/iterators.md (bcond): New define_code_attr.
19524 2015-01-27  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
19526         * config/s390/s390.c (s390_memory_move_cost): Increase costs for
19527         memory accesses.
19529 2015-01-27  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
19531         * config/s390/s390.c (s390_register_move_cost): Increase costs for
19532         FPR->GPR moves.
19534 2015-01-27  Richard Biener  <rguenther@suse.de>
19536         * tree-vrp.c (update_value_range): Intersect the range with
19537         old recorded SSA name range information.
19539 2015-01-27  Nick Clifton  <nickc@redhat.com>
19541         * config/rl78/rl78.c (rl78_expand_prologue): In G10 mode push the
19542         BC, DE and HL registers directly, not via AX.
19543         When decrementing the stack pointer by a large amount, transfer SP
19544         into AX and perform the subtraction there.
19545         (rl78_expand_epilogue): Perform the inverse of the above
19546         enhancements.
19548 2015-01-27  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
19550         * config/i386/sysv4.h (CRT_GET_RFIB_DATA): Remove.
19552 2015-01-27  Jakub Jelinek  <jakub@redhat.com>
19553             Yury Gribov  <y.gribov@samsung.com>
19555         PR ubsan/64741
19556         * ubsan.c (ubsan_source_location): Refactor code.
19557         (ubsan_type_descriptor): Update type size. Refactor code.
19559 2015-01-27  Richard Biener  <rguenther@suse.de>
19561         PR tree-optimization/56273
19562         PR tree-optimization/59124
19563         PR tree-optimization/64277
19564         * tree-vrp.c (vrp_finalize): Emit array-bound warnings only
19565         from the first VRP pass.
19567 2015-01-27  Jakub Jelinek  <jakub@redhat.com>
19569         PR ipa/64776
19570         * cgraphunit.c (cgraph_node::expand_thunk): If not this_adjusting,
19571         handle the first argument in the same loop as all the other arguments.
19573         PR rtl-optimization/61058
19574         * jump.c (cleanup_barriers): Update basic block boundaries
19575         if BLOCK_FOR_INSN is non-NULL on PREV.
19577 2015-01-27  Ilya Enkovich  <ilya.enkovich@intel.com>
19579         * tree-chkp.c (chkp_call_returns_bounds_p): Fix handling of
19580         bounds narrowing, already instrumented calls and calls to
19581         not instrumentable functions.
19583 2015-01-27  Jakub Jelinek  <jakub@redhat.com>
19585         PR tree-optimization/64807
19586         * wide-int.cc (wi::divmod_internal): Clear
19587         b_dividend[dividend_blocks_needed].
19589 2015-01-26  DJ Delorie  <dj@redhat.com>
19591         * config/rl78/rl78.c (move_elim_pass): Don't optimize away
19592         volatile memory references.
19594 2015-01-26  Oleg Endo  <olegendo@gcc.gnu.org>
19596         PR target/49263
19597         * config/sh/sh.c (sh_split_treg_set_expr): Invoke emit_insn before
19598         remove_insn.
19599         * config/sh/sh.md (tstsi_t): Don't try to optimize constant with right
19600         shifts if it already fits into K08.
19602 2015-01-26  Jakub Jelinek  <jakub@redhat.com>
19604         PR ipa/64730
19605         * ipa-inline.c (inline_small_functions): Print "unknown" even
19606         if edge->call_stmt is non-NULL, but has builtins or unknown
19607         location.
19609         PR middle-end/64421
19610         * omp-low.c (simd_clone_mangle): If DECL_ASSEMBLER_NAME starts
19611         with asterisk, skip the first character.
19613 2015-01-26  H.J. Lu  <hongjiu.lu@intel.com>
19615         PR target/64806
19616         * config/i386/i386 (feature_priority): Revert the last P_POPCNT
19617         order change.
19619 2015-01-26  Uros Bizjak  <ubizjak@gmail.com>
19621         PR target/64795
19622         * config/i386/i386.md (*movdi_internal): Also check operand 0
19623         to determine TYPE_LEA operand.
19624         (*movsi_internal): Ditto.
19626 2015-01-26  Jakub Jelinek  <jakub@redhat.com>
19628         * config/rs6000/rs6000-cpus.def (POWERPC_MASKS): Add
19629         OPTION_MASK_QUAD_MEMORY_ATOMIC.
19631 2015-01-26  Renlin Li  <renlin.li@arm.com>
19633         * config/aarch64/aarch64.c (aarch64_load_symref_appropriately): Correct
19634         the comment.
19635         * config/aarch64/aarch64.md (tlsle_small_<mode>): Add left shift 12-bit
19636         for higher part.
19638 2015-01-26  Richard Biener  <rguenther@suse.de>
19640         PR middle-end/64764
19641         * tree-ssa-uninit.c (is_pred_expr_subset_of): Handle
19642         combining two BIT_AND_EXPR predicates.
19644 2015-01-26  H.J. Lu  <hongjiu.lu@intel.com>
19646         PR bootstrap/64754
19647         * tree-ssa-structalias.c (new_var_info): Initialize ruid.
19649 2015-01-26  Terry Guo  <terry.guo@arm.com>
19651         * config/arm/arm.c (arm_file_start): Update the assignment of
19652         Tag_ABI_HardFP_use.
19654 2015-01-25  James Greenhalgh  <james.greenhalgh@arm.com>
19656         * config/arm/arm-cores.def (cortex-a57): Use the new Cortex-A57
19657         pipeline model.
19658         config/arm/arm.md: Include the new Cortex-A57 model.
19659         (generic_sched): Don't use generic_sched when tuning for
19660         Cortex-A57.
19662 2015-01-25  Allan Sandfeld Jensen  <sandfeld@kde.org>
19663             Uros Bizjak  <ubizjak@gmail.com>
19665         * config/i386/i386.c (get_builtin_code_for_version): Add
19666         support for BMI and BMI2 multiversion functions.
19668 2015-01-25  Prathamesh Kulkarni  <prathamesh.kulkarni@linaro.org>
19670         * emit-rtl.h (store_bit_field): Move prototype to expmed.h.
19671         (extract_bit_field): Likewise.
19672         (extract_low_bits): Likewise.
19673         (expand_mult): Likewise.
19674         (expand_mult_highpart_adjust): Likewise.
19676 2015-01-24  H.J. Lu  <hongjiu.lu@intel.com>
19678         * config/i386/driver-i386.c (host_detect_local_cpu): Check new
19679         Silvermont, Haswell, Broadwell and Knights Landing model numbers.
19680         * config/i386/i386.c (processor_model): Add
19681         M_INTEL_COREI7_BROADWELL.
19682         (arch_names_table): Add "broadwell".
19684 2015-01-24  Oleg Endo  <olegendo@gcc.gnu.org>
19686         PR target/49263
19687         PR target/53987
19688         PR target/64345
19689         PR target/59533
19690         PR target/52933
19691         PR target/54236
19692         PR target/51244
19693         * config/sh/sh-protos.h
19694         (sh_extending_set_of_reg::can_use_as_unextended_reg,
19695         sh_extending_set_of_reg::use_as_unextended_reg,
19696         sh_is_nott_insn, sh_movt_set_dest, sh_movrt_set_dest, sh_is_movt_insn,
19697         sh_is_movrt_insn, sh_insn_operands_modified_between_p,
19698         sh_reg_dead_or_unused_after_insn, sh_in_recog_treg_set_expr,
19699         sh_recog_treg_set_expr, sh_split_treg_set_expr): New functions.
19700         (sh_treg_insns): New class.
19701         * config/sh/sh.c (TARGET_LEGITIMATE_COMBINED_INSN): Define target hook.
19702         (scope_counter): New class.
19703         (sh_legitimate_combined_insn, sh_is_nott_insn, sh_movt_set_dest,
19704         sh_movrt_set_dest, sh_reg_dead_or_unused_after_insn,
19705         sh_extending_set_of_reg::can_use_as_unextended_reg,
19706         sh_extending_set_of_reg::use_as_unextended_reg, sh_recog_treg_set_expr,
19707         sh_in_recog_treg_set_expr, sh_try_split_insn_simple,
19708         sh_split_treg_set_expr): New functions.
19709         (addsubcosts): Handle treg_set_expr.
19710         (sh_rtx_costs): Handle IF_THEN_ELSE and ZERO_EXTRACT.
19711         (sh_rtx_costs): Use arith_reg_operand in SIGN_EXTEND and ZERO_EXTEND.
19712         (sh_rtx_costs): Handle additional bit test patterns in EQ and AND cases.
19713         (sh_insn_operands_modified_between_p): Make non-static.
19714         * config/sh/predicates.md (zero_extend_movu_operand): Allow
19715         simple_mem_operand in addition to displacement_mem_operand.
19716         (zero_extend_operand): Don't allow zero_extend_movu_operand.
19717         (treg_set_expr, treg_set_expr_not_const01,
19718         arith_reg_or_treg_set_expr): New predicates.
19719         * config/sh/sh.md (tstsi_t): Use arith_reg_operand and
19720         arith_or_int_operand instead of logical_operand.  Convert to
19721         insn_and_split.  Try to optimize constant operand in splitter.
19722         (tsthi_t, tstqi_t): Fold into *tst<mode>_t.  Convert to insn_and_split.
19723         (*tstqi_t_zero): Delete.
19724         (*tst<mode>_t_subregs): Add !sh_in_recog_treg_set_expr split condition.
19725         (tstsi_t_and_not): Delete.
19726         (tst<mode>_t_zero_extract_eq): Rename to *tst<mode>_t_zero_extract.
19727         Convert to insn_and_split.
19728         (unnamed split, tstsi_t_zero_extract_xor,
19729         tstsi_t_zero_extract_subreg_xor_little,
19730         tstsi_t_zero_extract_subreg_xor_big): Delete.
19731         (*tstsi_t_shift_mask): New insn_and_split.
19732         (cmpeqsi_t, cmpgesi_t): Add new split for const_int 0 operands and try
19733         to recombine with surrounding insns when splitting.
19734         (*negtstsi): Add !sh_in_recog_treg_set_expr condition.
19735         (cmp_div0s_0, cmp_div0s_1, *cmp_div0s_0, *cmp_div0s_1): Rewrite as ...
19736         (cmp_div0s, *cmp_div0s_1, *cmp_div0s_2, *cmp_div0s_3, *cmp_div0s_4,
19737         *cmp_div0s_5, *cmp_div0s_6): ... these new insn_and_split patterns.
19738         (*cbranch_div0s: Delete.
19739         (*addc): Convert to insn_and_split.  Use treg_set_expr as 3rd operand.
19740         Try to recombine with surrounding insns when splitting.  Add operand
19741         order variants.
19742         (*addc_t_r, *addc_r_t): Use treg_set_expr_not_const01.
19743         (*addc_r_r_1, *addc_r_lsb, *addc_r_r_lsb, *addc_r_lsb_r, *addc_r_msb,
19744         *addc_r_r_msb, *addc_2r_msb): Delete.
19745         (*addc_2r_lsb): Rename to *addc_2r_t.  Use treg_set_expr.  Add operand
19746         order variant.
19747         (*addc_negreg_t): New insn_and_split.
19748         (*subc): Convert to insn_and_split.  Use treg_set_expr as 3rd operand.
19749         Try to recombine with surrounding insns when splitting.
19750         Add operand order variants.
19751         (*subc_negt_reg, *subc_negreg_t, *reg_lsb_t, *reg_msb_t): New
19752         insn_and_split patterns.
19753         (*rotcr): Use arith_reg_or_treg_set_expr.  Try to recombine with
19754         surrounding insns when splitting.
19755         (unnamed rotcr split): Use arith_reg_or_treg_set_expr.
19756         (*rotcl): Likewise.  Add zero_extract variant.
19757         (*ashrsi2_31): New insn_and_split.
19758         (*negc): Convert to insn_and_split.  Use treg_set_expr.
19759         (*zero_extend<mode>si2_disp_mem): Update comment.
19760         (movrt_negc, *movrt_negc, nott): Add !sh_in_recog_treg_set_expr split
19761         condition.
19762         (*mov_t_msb_neg, mov_neg_si_t): Use treg_set_expr.  Try to recombine
19763         with surrounding insns when splitting.
19764         (any_treg_expr_to_reg): New insn_and_split.
19765         (*neg_zero_extract_0, *neg_zero_extract_1, *neg_zero_extract_2,
19766         *neg_zero_extract_3, *neg_zero_extract_4, *neg_zero_extract_5,
19767         *neg_zero_extract_6, *zero_extract_0, *zero_extract_1,
19768         *zero_extract_2): New single bit zero extract patterns.
19769         (bld_reg, *bld_regqi): Fold into bld<mode>_reg.
19770         (*get_thread_pointersi, store_gbr, *mov<mode>_gbr_load,
19771         *mov<mode>_gbr_load, *mov<mode>_gbr_load, *mov<mode>_gbr_load,
19772         *movdi_gbr_load): Use arith_reg_dest instead of register_operand for
19773         set destination.
19774         (set_thread_pointersi, load_gbr): Use arith_reg_operand instead of
19775         register_operand for set source.
19777 2015-01-23  Jan Hubicka  <hubicka@ucw.cz>
19779         * i386.opt (prefetch_sse): New targetsave.
19780         * i386.c (ix86_function_specific_save): Save prefetch_sse.
19781         (ix86_function_specific_restore): Restore prefetch_sse and initialize
19782         ix86_cost/ix86_tune_cost.
19784 2015-01-23  David Malcolm  <dmalcolm@redhat.com>
19786         * config/rs6000/rs6000.c (rs6000_output_function_epilogue):
19787         Support the JIT by using 0 as the language type.
19789 2015-01-23  Vladimir Makarov  <vmakarov@redhat.com>
19791         PR target/64317
19792         * lra-lives.c (make_hard_regno_born): Add parameter.  Don't make
19793         REAL_PIC_OFFSET_TABLE_REGNUM conflicting with pic offset pseudo.
19794         (mark_regno_live, process_bb_lives): Pass new parameter value to
19795         make_hard_regno_born.
19797 2015-01-23  Jakub Jelinek  <jakub@redhat.com>
19799         PR rtl-optimization/63637
19800         PR rtl-optimization/60663
19801         * cse.c (merge_equiv_classes): Set new_elt->cost to MAX_COST
19802         if elt->cost is MAX_COST for ASM_OPERANDS.
19803         (find_sets_in_insn): Fix up comment typo.
19804         (cse_insn): Don't set src_volatile for all non-volatile
19805         ASM_OPERANDS in PARALLELs, but just those with multiple outputs
19806         or with "memory" clobber.  Set elt->cost to MAX_COST
19807         for ASM_OPERANDS in PARALLEL.  Set src_elt->cost to MAX_COST
19808         if new_src is ASM_OPERANDS and elt->cost is MAX_COST.
19810 2015-01-23  Uros Bizjak  <ubizjak@gmail.com>
19812         * config/i386/sse.md (sse2_loadld): Set attribute isa to sse2 for
19813         alternative 1.
19815 2015-01-23  Uros Bizjak  <ubizjak@gmail.com>
19817         * config/i386/gnu-user.h (CRT_GET_RFIB_DATA): Move definition to
19818         libgcc/config/i386/elf-lib.h.
19820 2015-01-23  Jakub Jelinek  <jakub@redhat.com>
19822         PR driver/64737
19823         * gcc.c (print_configuration): Don't print a blank line at the end
19824         here...
19825         (run_attempt): ... but here unstead.
19827         PR middle-end/64734
19828         * omp-low.c (scan_sharing_clauses): Don't ignore
19829         OMP_CLAUSE_MAP_ZERO_BIAS_ARRAY_SECTION GOMP_MAP_POINTER clauses
19830         on target data/update constructs.
19832 2015-01-23  Bernd Edlinger  <bernd.edlinger@hotmail.de>
19834         PR target/50928
19835         * config/m32c/m32c.c (encode_pattern_1): Removed gcc_unreachable here.
19836         (DEBUG_RELOAD): Removed define.
19837         (m32c_limit_reload_class): Enable traces with if DEBUG0.
19838         (m32c_function_arg): Added a type cast.
19839         (m32c_legitimize_reload_address): Push A_REGS reload with PSImode.
19840         * config/m32c/addsub.md (addsi3_1): Specify the mode of all arguments.
19841         * config/m32c/bitops.md (andqi3_16): Likewise.
19842         * config/m32c/mov.md (m32c_immd_dbl_mov): Likewise.
19843         (push_a01_l): Likewise.
19845 2015-01-23  David Malcolm  <dmalcolm@redhat.com>
19847         PR jit/64721
19848         * main.c (main): Construct toplev instances with init_signals=true.
19849         * toplev.c (general_init): Add param "init_signals", and use it to
19850         conditionalize the calls to signal and host_hooks.extra_signals.
19851         (toplev::toplev): Add param "init_signals".
19852         (toplev::main): When invoking general_init, pass m_init_signals
19853         to control whether signal-handlers are installed.
19854         * toplev.h (toplev::toplev): Add param "init_signals".
19855         (toplev::m_init_signals): New field.
19857 2015-01-23  David Malcolm  <dmalcolm@redhat.com>
19859         PR jit/64722
19860         * emit-rtl.c (init_emit_regs): Set pic_offset_table_rtx to
19861         NULL_RTX before testing PIC_OFFSET_TABLE_REGNUM, since the
19862         latter may be affected by the former (e.g. on i686).
19864 2015-01-23  Martin Liska  <mliska@suse.cz>
19866         * tree.h (tree_vec_elt_check): Workaround -Wstrict-overflow
19867         false positive during profiledbootstrap.
19869 2015-01-23  Tom de Vries  <tom@codesourcery.com>
19871         PR libgomp/64672
19872         * lto-opts.c (lto_write_options): Output non-explicit conservative
19873         -fno-openacc.
19874         * lto-wrapper.c (merge_and_complain): Handle merging -fopenacc.
19875         (append_compiler_options): Pass -fopenacc through.
19877 2015-01-23  Tom de Vries  <tom@codesourcery.com>
19879         PR libgomp/64707
19880         * lto-opts.c (lto_write_options): Output non-explicit conservative
19881         -fno-openmp.
19882         * lto-wrapper.c (merge_and_complain): Handle merging -fopenmp.
19883         (append_compiler_options): Pass -fopenmp through.
19885 2015-01-23  Jakub Jelinek  <jakub@redhat.com>
19887         PR debug/64511
19888         * dwarf2out.c (struct dw_loc_descr_node): Add chain_next
19889         GTY markup.
19891         * diagnostic-core.h (internal_error_no_backtrace): New prototype.
19892         * diagnostic.def (DK_ICE_NOBT): New kind.
19893         * diagnostic.c (diagnostic_action_after_output): Handle DK_ICE_NOBT
19894         like DK_ICE, but never print backtrace.
19895         (diagnostic_report_diagnostic): Handle DK_ICE_NOBT like DK_ICE.
19896         (internal_error_no_backtrace): New function.
19897         * gcc.c (execute): Use internal_error_no_backtrace instead of
19898         internal_error.
19900 2015-01-22  Jeff Law  <law@redhat.com>
19902         PR target/52076
19903         * config/m68k/m68k.md (xorsi3_internal): Twiddle constraints to
19904         improve code density for small immediate to memory case.
19905         (insv): Better handle bitfield assignments when the field is
19906         being set to all ones.
19907         * config/m68k/predicates.md (reg_or_pow2_m1_operand): New
19908         operand predicate.
19910 2015-01-22  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
19911             Jakub Jelinek  <jakub@redhat.com>
19913         PR middle-end/64729
19914         * gcc.c (LINK_SSP_SPEC): Handle -fstack-protector-explicit
19915         for !TARGET_LIBC_PROVIDES_SSP version and
19916         -fstack-protector-{all,strong,explicit} otherwise.
19917         * config/freebsd.h (LINK_SSP_SPEC): Handle
19918         -fstack-protector-{strong,explicit}.
19920 2015-01-22  Jan Hubicka  <hubicka@ucw.cz>
19921             H.J. Lu  <hongjiu.lu@intel.com>
19923         PR ipa/64694
19924         * ipa-inline.c (inline_small_functions): Fix thinko in maintenance of
19925         heap.
19927 2015-01-22  Wei Mi  <wmi@google.com>
19929         PR rtl-optimization/64557
19930         * dse.c (record_store): Call get_addr for mem_addr.
19931         (check_mem_read_rtx): Likewise.
19933 2015-01-22  Eric Botcazou  <ebotcazou@adacore.com>
19935         * fold-const.c (const_binop): Add early return for non-tcc_binary.
19937 2015-01-22  Chen Gang  <gang.chen.5i5j@gmail.com>
19939         * toplev.c (init_local_tick): Process the failure when read
19940         fails for random_seed.
19942         * ubsan.c (ubsan_type_descriptor): Use 'pretty_print' for
19943         'pretty_name' to avoid memory overflow.
19945 2015-01-22  Richard Biener  <rguenther@suse.de>
19947         PR middle-end/64728
19948         * tree-ssa-coalesce.c (coalesce_partitions): Do not perform
19949         abnormal coalescing on undefined SSA names.
19951 2015-22-01  Uros Bizjak  <ubizjak@gmail.com>
19953         PR target/64688
19954         PR target/64477
19955         * config/i386/sse.md (vec_set<mode>_0): Use (Yi/r/C) constraints
19956         for alternative 3.
19957         (*vec_dup<mode>): Use (Yi/$r) constraints for alternative 1.
19959 2015-01-22  Trevor Saunders  <tsaunders@mozilla.com>
19961         PR middle-end/63325
19962         * fold-const.c (fold_checksum_tree): Don't include value of
19963         expr->decl_with_vis.symtab_node in the checksum.
19965 2015-01-22  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
19967         * config/s390/s390.md (atomic code attribute): Fix typo "ior" -> "or".
19969 2015-01-22  Max Ostapenko  <m.ostapenko@partner.samsung.com>
19971         PR driver/64690
19972         * gcc.c (insert_comments): New function.
19973         (try_generate_repro): Call it.
19974         (append_text): Removed.
19976 2015-01-22  Richard Biener  <rguenther@suse.de>
19978         * ipa-inline.c (can_inline_edge_p): Disable inlining of edges
19979         with IL incompatible options.  Properly honor user optimize
19980         attributes.
19982 2015-01-21  Segher Boessenkool  <segher@kernel.crashing.org>
19984         PR rtl-optimization/64682
19985         * combine.c (distribute_notes): When moving a death note for
19986         a register that is set in the new I2, make sure to put it
19987         before that new I2.
19989 2015-01-21  David Edelsohn  <dje.gcc@gmail.com>
19991         * config/rs6000/rs6000.c (rs6000_file_start): Use rs6000_isa_flags
19992         not TARGET_DEFAULT.
19994 2015-01-21  Jakub Jelinek  <jakub@redhat.com>
19996         PR debug/64511
19997         * simplify-rtx.c (simplify_relational_operation_1): Don't try to
19998         optimize (eq/ne (and (side_effects) (const_int 0)) (const_int 0))
19999         into (eq/ne (and (not (side_effects)) (const_int 0)) (const_int 0)).
20001         PR sanitizer/64706
20002         * doc/invoke.texi (-fsanitize=vptr): Document.
20004         PR rtl-optimization/62078
20005         * dse.c: Include cfgcleanup.h.
20006         (rest_of_handle_dse): For -fnon-call-exceptions, if DSE removed
20007         anything call purge_all_dead_edges and cleanup_cfg at the end
20008         of the pass.
20010 2015-01-21  Jan Hubicka  <hubicka@ucw.cz>
20012         * ipa-utils.c (ipa_merge_profiles): Avoid ICE on mismatch in indirect
20013         edges.
20015 2015-01-21  Bernd Edlinger  <bernd.edlinger@hotmail.de>
20017         * gimplify.c (gimplify_function_tree): Check the no_sanitize_thread
20018         decl attribute.
20020 2015-01-21  David Sherwood  <david.sherwood@arm.com>
20021             Tejas Belagod <Tejas.Belagod@arm.com>
20023         * config/aarch64/aarch64.h (CANNOT_CHANGE_MODE_CLASS): Removed.
20024         * config/aarch64/aarch64.c (aarch64_cannot_change_mode_class): Removed.
20025         * config/aarch64/aarch64-protos.h (aarch64_cannot_change_mode_class):
20026         Removed.
20028 2015-01-21  David Sherwood  <david.sherwood@arm.com>
20029             Tejas Belagod <Tejas.Belagod@arm.com>
20031         * config/aarch64/aarch64-protos.h (aarch64_simd_attr_length_rglist)
20032         (aarch64_reverse_mask): New decls.
20033         * config/aarch64/iterators.md (UNSPEC_REV_REGLIST): New enum.
20034         (insn_count): New mode_attr.
20035         * config/aarch64/aarch64-simd.md (vec_store_lanesoi, vec_store_lanesci)
20036         (vec_store_lanesxi, vec_load_lanesoi, vec_load_lanesci)
20037         (vec_load_lanesxi): Made ABI compliant for Big Endian targets.
20038         (aarch64_rev_reglist, aarch64_simd_ld2, aarch64_simd_ld3)
20039         (aarch64_simd_ld4, aarch64_simd_st2, aarch64_simd_st3)
20040         (aarch64_simd_st4): New patterns.
20041         * config/aarch64/aarch64.c (aarch64_simd_attr_length_rglist)
20042         (aarch64_reverse_mask): New functions.
20044 2015-01-21  Richard Sandiford  <richard.sandiford@arm.com>
20046         * config/aarch64/aarch64-protos.h (aarch64_simd_disambiguate_copy):
20047         Declare.
20048         * config/aarch64/aarch64.c (aarch64_classify_address): Allow extra
20049         addressing modes for BE.
20050         (aarch64_print_operand): Add 'R' specifier.
20051         (aarch64_simd_disambiguate_copy): Delete.
20052         (aarch64_simd_emit_reg_reg_move): New function.
20053         * config/aarch64/aarch64-simd.md: Use aarch64_simd_emit_reg_reg_move
20054         in define_splits for structural moves.
20055         (mov<mode>): Use less restrictive predicates.
20056         (*aarch64_mov<mode>): Simplify and only allow for LE.
20057         (*aarch64_be_movoi, *aarch64_be_movci, *aarch64_be_movxi): New.
20059 2015-01-21  Alan Hayward  <alan.hayward@arm.com>
20061         * rtlanal.c (subreg_get_info): Exit early for simple and common cases.
20063 2015-01-21  Richard Henderson  <rth@redhat.com>
20065         PR target/64669
20066         * ccmp.c (used_in_cond_stmt_p): Remove.
20067         (expand_ccmp_expr): Don't use it.
20069 2015-01-21  Nick Clifton  <nickc@redhat.com>
20071         * config/rl78/rl78.c (rl78_calculate_death_notes): Look inside
20072         PARALLELs.
20074 2015-01-21  Richard Biener  <rguenther@suse.de>
20076         PR middle-end/64313
20077         * tree-core.h (builtin_info, builtin_info_type): Turn from
20078         an object with two arrays into an array of an object with
20079         decl and two flags, implicit_p and declared_p.
20080         * tree.h (builtin_decl_explicit, builtin_decl_implicit,
20081         set_builtin_decl, set_builtin_decl_implicit_p,
20082         builtin_decl_explicit_p, builtin_decl_implicit_p): Adjust.
20083         (set_builtin_decl_declared_p, builtin_decl_declared_p): New functions.
20084         * builtins.c (builtin_info): Adjust.
20085         * gimplify.c (gimplify_addr_expr): References to builtins
20086         that have been declared by the user makes them eligible for
20087         use by the compiler.  Call set_builtin_decl_implicit_p on them.
20089 2015-01-20  Jeff Law  <law@redhat.com>
20091         PR target/59946
20092         * config/m68k/m68k.md (Comparison expanders and patterns): Do not
20093         allow pc-relative addresses in operand predicates or constraints.
20095 2015-01-21  Bin Cheng  <bin.cheng@arm.com>
20097         * config/arm/arm.c (arm_cortex_a53_tune, arm_cortex_a57_tune): Prefer
20098         neon on aarch32 processors for stringops.
20100 2015-01-19  Jan Hubicka  <hubicka@ucw.cz>
20102         PR ipa/63576
20103         * ipa-utils.c (ipa_merge_profiles): Merge speculative edges.
20105 2015-01-19  Jan Hubicka  <hubicka@ucw.cz>
20107         PR lto/45375
20108         * ipa-inline.c: Include lto-streamer.h
20109         (report_inline_failed_reason): Output source file differences and
20110         flags on optimization/target node mismatch.
20111         (can_inline_edge_p): Consider caller to be the outer inline function;
20112         be less restrictive about matching opimize and optimize_size attributes.
20113         (inline_account_function_p): Break out from ...
20114         (inline_small_functions): ... here.
20115         * ipa-inline-transform.c (clone_inlined_nodes): Use
20116         inline_account_function_p.
20117         (inline_call): Use optimize attribution; use inline_account_function_p.
20118         (inline_transform): Use opt_for_fn.
20119         * ipa-inline.h (inline_account_function_p): Declare.
20121 2015-01-20  Jakub Jelinek  <jakub@redhat.com>
20123         PR debug/64663
20124         * dwarf2out.c (decl_piece_node): Don't put bitsize into
20125         mode if bitsize <= 0.
20126         (decl_piece_bitsize, adjust_piece_list, add_var_loc_to_decl,
20127         dw_sra_loc_expr): Use HOST_WIDE_INT instead of int for bit
20128         sizes and positions.
20130 2015-01-20  Chung-Lin Tang  <cltang@codesourcery.com>
20132         * config/nios2/nios2.c (nios2_asm_file_end): Implement
20133         TARGET_ASM_FILE_END hook for adding .note.GNU-stack section when
20134         needed.
20135         (TARGET_ASM_FILE_END): Define.
20137 2015-01-20  Maxim Kuvyrkov  <maxim.kuvyrkov@linaro.org>
20139         * config/arm/arm-protos.h (enum arm_sched_autopref): New constants.
20140         (struct tune_params): Use the enum.
20141         * arm.c (arm_*_tune): Update.
20142         (arm_option_override): Update.
20144 2015-01-20  Richard Biener  <rguenther@suse.de>
20146         PR ipa/64684
20147         * ipa-reference.c (add_static_var): Inline ...
20148         (analyze_function): ... here after splitting out from ...
20149         (is_proper_for_analysis): ... this.
20151 2015-01-20  Matthew Wahab  <matthew.wahab@arm.com>
20153         PR target/64149
20154         * config/arm/arm.opt: Remove lra option and arm_lra_flag variablesle.
20155         * config/arm/arm.h (MODE_BASE_REG_CLASS): Remove use of arm_lra_flagag,
20156         replace the conditional with it's true branch.
20157         * config/arm/arm.config (TARGET_LRA_P): Set to hook_bool_void_true.
20158         (arm_lra_p): Remove.
20160 2015-01-20  Eric Botcazou  <ebotcazou@adacore.com>
20162         * config/visium/visium.h (LIB_SPEC): Adjust in default case.
20164 2015-01-20  Prathamesh Kulkarni  <prathamesh.kulkarni@linaro.org>
20166         * config/tilegx/mul-tables.c: Move symtab.h include after
20167         coretypes.h include.
20168         * config/tilepro/mul-tables.c: Add includes hashtab.h, hash-set.h,
20169         vec.h, machmode.h, tm.h, hard-reg-set.h, input.h, function.h, rtl.h,
20170         flags.h, statistics.h, double-int.h, real.h, fixed-value.h, alias.h,
20171         wide-int.h, inchash.h, tree.h, insn-config.h, expmed.h, dojump.h,
20172         explow.h, calls.h, emit-rtl.h, varasm.h, stmt.h.
20174 2015-01-20  Igor Zamyatin  <igor.zamyatin@intel.com>
20176         PR bootstrap/64676
20177         Revert:
20178         2015-01-19  Igor Zamyatin  <igor.zamyatin@intel.com>
20180         PR rtl-optimization/64081
20181         * loop-iv.c (def_pred_latch_p): New function.
20182         (latch_dominating_def): Allow specific cases with non-single
20183         definitions.
20184         (iv_get_reaching_def): Likewise.
20185         (check_complex_exit_p): New function.
20186         (check_simple_exit): Use check_complex_exit_p to allow certain cases
20187         with exits not executing on any iteration.
20189 2015-01-19  Jan Hubicka  <hubicka@ucw.cz>
20191         PR lto/45375
20192         * i386.c (ix86_option_override_internal): Use ix86_tune_cost
20193         to set branch cost.
20195 2015-01-19  Jan Hubicka  <hubicka@ucw.cz>
20197         PR lto/45375
20198         * i386.c (gate): Check flag_expensive_optimizations and
20199         optimize_size.
20200         (ix86_option_override_internal): Drop optimize_size condition
20201         on MASK_ACCUMULATE_OUTGOING_ARGS, MASK_VZEROUPPER,
20202         MASK_AVX256_SPLIT_UNALIGNED_LOAD, MASK_AVX256_SPLIT_UNALIGNED_STORE,
20203         MASK_PREFER_AVX128.
20204         (ix86_avx256_split_vector_move_misalign,
20205         ix86_avx256_split_vector_move_misalign): Check optimize_insn_for_speed.
20206         * sse.md (all uses of TARGET_PREFER_AVX128): Add
20207         optimize_insn_for_speed_p check.
20209 2015-01-19  Matthew Fortune  <matthew.fortune@imgtec.com>
20211         * config/mips/mips.h (FP_ASM_SPEC): New define.
20212         (ASM_SPEC): Remove floating-point options and use FP_ASM_SPEC
20213         instead.
20215 2015-01-19  Oleg Endo  <olegendo@gcc.gnu.org>
20217         PR target/53988
20218         * config/sh/sh-protos.h (sh_find_set_of_reg): Make sure not to return
20219         nullptr for insn when reaching the first insn.
20220         * config/sh/sh.c (sh_unspec_insn_p): Rewrite using subrtx_iterator.
20221         (sh_insn_operands_modified_between_p): Add nullptr check.
20222         (sh_find_extending_set_of_reg): Fix log message.  Don't accept
20223         sign extending mem load if the insn contains any UNSPEC or
20224         UNSPEC_VOLATILE.
20226 2015-01-19  Jan Hubicka  <hubicka@ucw.cz>
20228         * params.def (inline-unit-growth): Drop to 15%.
20229         * invoke.texi (inline-unit-growth): Document change.
20231 2015-01-19  Martin Liska  <mliska@suse.cz>
20233         PR ipa/64668
20234         * ipa-icf-gimple.c (func_checker::compare_operand): Call proper
20235         function for second argument of OBJ_TYPE_REF.
20237 2015-01-19  Jan Hubicka  <hubicka@ucw.cz>
20239         PR ipa/64218
20240         * ipa-inline.c (want_inline_function_to_all_callers_p): Fix check
20241         whether function is an alias.
20243 2015-01-19  Jan Hubicka  <hubicka@ucw.cz>
20245         * ipa-devirt.c (ipa_devirt): Drop polymorphic call info in hopeless
20246         cases.
20248 2015-01-19  Vladimir Makarov  <vmakarov@redhat.com>
20250         PR rtl-optimization/64671
20251         * lra-remat.c (operand_to_remat): Don't consider jump and call
20252         insns.
20254 2015-01-19  David Edelsohn  <dje.gcc@gmail.com>
20256         PR target/59828
20257         * config/rs6000/default64.h: Include rs6000-cpus.def.
20258         (TARGET_DEFAULT) [LITTLE_ENDIAN]: Use ISA 2.7 (POWER8).
20259         (TARGET_DEFAULT) [BIG_ENDIAN]: Use POWER4.
20260         * config/rs6000/driver-rs6000.c (detect_processor_aix): Add POWER7
20261         and POWER8.
20262         * config/rs6000/linux64.h (PROCESSOR_DEFAULT64): Always default to
20263         POWER8.
20264         * config/rs6000/rs6000.c (rs6000_file_start): Emit .machine
20265         pseudo-op to specify assembler dialect.
20267 2015-01-19  Martin Liska  <mliska@suse.cz>
20269         PR ipa/64664
20270         * ipa-icf.c (sem_item_optimizer::filter_removed_items):
20271         Handle safe potentially removed nodes during filtering.
20273 2015-01-19  Martin Liska  <mliska@suse.cz>
20275         * doc/extend.texi (no_icf): Add new attribute description.
20276         * ipa-icf.c (sem_item_optimizer::merge_classes): Handle cases
20277         where the pass attempts to merge a function with no_icf attribute.
20279 2015-01-19  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
20281         PR target/64532
20282         * doc/md.texi (ARM Options): Document register constraints.
20284 2015-01-19  Jiong Wang  <jiong.wang@arm.com>
20285             Andrew Pinski  <apinski@cavium.com>
20287         PR target/64304
20288         * config/aarch64/aarch64.md (define_insn "*ashl<mode>3_insn"): Deleted.
20289         (ashl<mode>3): Don't expand if operands[2] is not constant.
20291 2015-01-19  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
20293         PR target/64448
20294         * config/aarch64/aarch64-simd.md (aarch64_simd_bsl<mode>_internal):
20295         Match xor-and-xor RTL pattern.
20297 2015-01-19  Igor Zamyatin  <igor.zamyatin@intel.com>
20299         PR rtl-optimization/64081
20300         * loop-iv.c (def_pred_latch_p): New function.
20301         (latch_dominating_def): Allow specific cases with non-single
20302         definitions.
20303         (iv_get_reaching_def): Likewise.
20304         (check_complex_exit_p): New function.
20305         (check_simple_exit): Use check_complex_exit_p to allow certain cases
20306         with exits not executing on any iteration.
20308 2015-01-19  Jakub Jelinek  <jakub@redhat.com>
20310         * common.opt (fgraphite): Fix a typo.
20312 2015-01-19  Felix Yang  <felix.yang@huawei.com>
20314         * config/aarch64/aarch64-simd.md (aarch64_<maxmin_uns>p<mode>): New
20315         pattern.
20316         * config/aarch64/aarch64-simd-builtins.def (smaxp, sminp, umaxp,
20317         uminp, smax_nanp, smin_nanp): New builtins.
20318         * config/aarch64/arm_neon.h (vpmax_s8, vpmax_s16, vpmax_s32,
20319         vpmax_u8, vpmax_u16, vpmax_u32, vpmaxq_s8, vpmaxq_s16, vpmaxq_s32,
20320         vpmaxq_u8, vpmaxq_u16, vpmaxq_u32, vpmax_f32, vpmaxq_f32, vpmaxq_f64,
20321         vpmaxqd_f64, vpmaxs_f32, vpmaxnm_f32, vpmaxnmq_f32, vpmaxnmq_f64,
20322         vpmaxnmqd_f64, vpmaxnms_f32, vpmin_s8, vpmin_s16, vpmin_s32, vpmin_u8,
20323         vpmin_u16, vpmin_u32, vpminq_s8, vpminq_s16, vpminq_s32, vpminq_u8,
20324         vpminq_u16, vpminq_u32, vpmin_f32, vpminq_f32, vpminq_f64, vpminqd_f64,
20325         vpmins_f32, vpminnm_f32, vpminnmq_f32, vpminnmq_f64, vpminnmqd_f64,
20326         vpminnms_f32): Rewrite using builtin functions.
20328 2015-01-19  Thomas Schwinge  <thomas@codesourcery.com>
20330         PR libgomp/64625
20331         * omp-low.c (offload_symbol_decl): Remove variable.
20332         (get_offload_symbol_decl): Remove function.
20333         (expand_omp_target): For BUILT_IN_GOMP_TARGET,
20334         BUILT_IN_GOMP_TARGET_DATA, BUILT_IN_GOMP_TARGET_UPDATE pass NULL
20335         instead of &__OFFLOAD_TABLE__, for BUILT_IN_GOACC_DATA_START,
20336         BUILT_IN_GOACC_ENTER_EXIT_DATA, BUILT_IN_GOACC_PARALLEL,
20337         BUILT_IN_GOACC_UPDATE don't pass it at all.
20339 2015-01-19  Ilya Enkovich  <ilya.enkovich@intel.com>
20341         * tree-sra.c (some_callers_have_mismatched_arguments_p): Allow thunk
20342         callers.
20344 2015-01-19  Ilya Enkovich  <ilya.enkovich@intel.com>
20346         * ipa-chkp.c (chkp_produce_thunks): Add early param
20347         to split thunks production into two passes.  Keep
20348         'always_inline' function bodies after the first pass.
20349         (pass_data_ipa_chkp_early_produce_thunks): New.
20350         (pass_ipa_chkp_early_produce_thunks): New.
20351         (pass_ipa_chkp_produce_thunks::execute): Adjust to new
20352         chkp_produce_thunks signature.
20353         (make_pass_ipa_chkp_early_produce_thunks): New.
20354         * passes.def (pass_ipa_chkp_early_produce_thunks): New.
20355         (pass_ipa_chkp_produce_thunks): Move after local optimizations.
20356         * tree-pass.h (make_pass_ipa_chkp_early_produce_thunks): New.
20358 2015-01-18  Jan Hubicka  <hubicka@ucw.cz>
20360         * cgraph.c (cgraph_node::dump): Dump profile flags.
20362 2015-01-18  Oleg Endo  <olegendo@gcc.gnu.org>
20364         PR target/64652
20365         * config/sh/sh.md (udivsi3_i4, divsi3_i4): Make use of sfunc address
20366         reg appear first in the parallel.
20368 2015-01-18  Jan Hubicka  <hubicka@ucw.cz>
20370         * ipa-reference.c (set_reference_optimization_summary,
20371         ipa_reference_get_not_written_global): Do nothing if ipa-reference is
20372         disabled.
20373         (ignore_module_statics): New static var.
20374         (propagate_bits): If ipa-reference is disabled, do not look into local
20375         properties.
20376         (analyze_function): Disable analysis when ipa_reference is disabled.
20377         (generate_summary): Do not dump when reference is disabled;
20378         collect vars accessed from functions with ipa-reference disabled.
20379         (get_read_write_all_from_node): When ipa-reference is disabled, use the
20380         node flags.
20381         (gate): Enable for LTO.
20382         (ignore_edge_p): New function.
20383         (propagate): Skip functions w/o ipa-reference analysis.
20384         * optc-save-gen.awk: Handle optimize_debug correctly.
20385         * opth-gen.awk: Likewise.
20386         * common.opt (fauto-inc-dec, fdelete-dead-exceptions, ffunction-cse,
20387         fgraphite, fstrict-volatile-bitfields, fira-algorithm, fira-region,
20388         fira-share-save-slots, fira-share-spill-slots,
20389         fmodulo-sched-allow-regmoves, fpartial-inlining,
20390         sched-stalled-insns, fsched-stalled-insns-dep, fstrict-overflow,
20391         ftracer, ftree-parallelize-loops, fassociative-math,
20392         freciprocal-math, fvect-cost-model, fsimd-cost-model): Mark as
20393         Optimization
20394         (fauto-profile, fcommon, fdata-sections, fipa-icf-variables,
20395         ftoplevel-reorder, funit-at-a-time, fwhole-program): Do not mark as
20396         Optimization.
20397         * ipa-icf.c (gate, sem_item_optimizer::filter_removed_items):
20398         Fix for IPA.
20400 2015-01-18  Jan Hubicka  <hubicka@ucw.cz>
20402         PR ipa/64378
20403         * ipa-prop.c (try_make_edge_direct_virtual_call): Clear speculative
20404         flag correctly.
20405         * ipa-cp.c (ipa_get_indirect_edge_target_1): Handle speculation.
20407 2015-01-18  Sandra Loosemore  <sandra@codesourcery.com>
20409         * doc/invoke.texi ([-funroll-loops], [-funroll-all-loops]):
20410         Remove duplicate option listings.
20412 2015-01-18  Felix Yang  <felix.yang@huawei.com>
20414         * auto-profile.c (afdo_find_equiv_class): Remove unnecessary test.
20415         (autofdo_source_profile::get_callsite_total_count,
20416         function_instance::get_function_instance_by_decl,
20417         string_table::get_index, string_table::get_index_by_decl,
20418         afdo_vpt_for_early_inline, afdo_callsite_hot_enough_for_early_inline):
20419         Fix comment typos. Reformatting and minor code rearrangement.
20421 2015-01-17  Segher Boessenkool  <segher@kernel.crashing.org>
20423         * config/rs6000/rs6000.md (probe_stack): Delete.
20424         (probe_stack_address): New.
20426 2015-01-17  Segher Boessenkool  <segher@kernel.crashing.org>
20428         * config/rs6000/rs6000.c (rs6000_gimplify_va_arg): Use TARGET_32BIT
20429         to test for 32-bit ABIs, not !TARGET_POWERPC64.
20431 2015-01-17  Segher Boessenkool  <segher@kernel.crashing.org>
20433         * config/rs6000/rs6000.c (rs6000_parallel_return): New function.
20434         (rs6000_function_value): Use it.  Handle SCmode and TCmode as well,
20435         for TARGET_32BIT && TARGET_POWERPC64.  Fix another BITS_PER_WORD
20436         snafu.
20437         (rs6000_libcall_value): Use the new function.
20439 2015-01-17  Sandra Loosemore  <sandra@codesourcery.com>
20441         * doc/invoke.texi ([-ftracer]): Remove duplicate option listing.
20443 2015-01-17  Eric Botcazou  <ebotcazou@adacore.com>
20445         * reorg.c (fill_simple_delay_slots): If TARGET_FLAGS_REGNUM is valid,
20446         implement a more precise life analysis for it during backward scan.
20448 2015-01-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
20450         * dwarf2out.c (gen_producer_string): Ignore also OPT_fpreprocessed.
20452 2015-01-17  Bernd Schmidt  <bernds@codesourcery.com>
20454         PR rtl-optimization/52773
20455         * calls.c (emit_library_call_value): When pushing arguments use
20456         stack_pointer_rtx rather than virtual_outgoing_args_rtx in
20457         CALL_INSN_FUNCTION_USAGE.  Only emit one of use of the magic
20458         stack pointer reference into CALL_INSN_FUNCTION_USAGE.
20460 2015-01-17  Jeff Law  <law@redhat.com>
20462         PR rtl-optimization/32790
20463         * reginfo.c (reg_scan_mark_refs): Look for ZERO_EXTRACT,
20464         not ZERO_EXTEND in SET_DESTs.
20466 2015-01-17  Alan Modra  <amodra@gmail.com>
20468         * cprop.c (do_local_cprop): Revert last change.
20470 2015-01-16  DJ Delorie  <dj@redhat.com>
20471             Nick Clifton  <nickc@redhat.com>
20473         * config/rl78/rl78-real.md (addqi3_real): Allow volatiles.
20474         (addhi3_real): Likewise.  Fix [HL+0] syntax.
20475         (subqi3_real): Likewise.
20476         (subhi3_real): Likewise.
20477         (cbranchqi4_real): Likewise.  Allow saddr,#imm.
20478         (cbranchhi4_real): Likewise.
20479         (cbranchhi4_real_inverted): Likewise.
20480         (cbranchsi4_real_lt): Likewise.
20481         (cbranchsi4_real_ge): Likewise.
20482         (cbranchsi4_real_ge): Likewise.
20483         * config/rl78/rl78-virt.md (add<mode>3_virt): Likewise.
20484         (sub<mode>3_virt): Likewise.
20485         (cbranchqi4_virt): Likewise.
20486         (cbranchhi4_virt): Likewise.
20487         * config/rl78/rl78.c (rl78_print_operand_1): 'p' modifier means
20488         always use '[reg+imm]' even when imm is zero.
20489         * config/rl78/predicates.md (rl78_volatile_memory_operand): New.
20490         (rl78_general_operand): New.
20491         (rl78_nonimmediate_operand): New.
20492         (rl78_nonfar_operand): Use them.
20493         (rl78_nonfar_nonimm_operand): Likewise.
20494         (rl78_stack_based_mem): Fix.
20495         * config/rl78/constraints.md (Ibqi): New.
20496         (IBqi): New.
20497         (Wsa): New.
20498         (Wsf): New.
20499         (Cs1): Fix.
20500         * config/rl78/rl78-expand.md (andqi3): Accept volatiles.
20501         (iorqi3): Likewise.
20502         (xorqi3): Likewise.
20503         * config/rl78/rl78-protos.h (rl78_sfr_p): New.
20505         * config/rl78/constrains (Qs8): New constraint.
20506         * config/rl78/rl78.c (rl78_flags_already_set): New function.
20507         * config/rl78/rl78-protos.h (rl78_flags_already_set): New prototype.
20508         * config/rl78/rl78-real.md (update_Z): New attribute.
20509         Update patterns to set it.
20510         (cbranchqi4_real): Call rl78_flags_already_set() to determine if a
20511         shorter compare and branch sequence can be used.
20512         (cbranchhi4_real): Likewise.
20513         (cbranchhi4_real_inverted): Likewise.
20515         * config/rl78/predicates.md (uword_operand): Allow symbol_refs.
20516         * config/rl78/rl78-c.c (rl78_register_pragmas): Register __near
20517         address space.
20518         * config/rl78/rl78.c (rl78_get_name_encoding): New.
20519         (rl78_option_override): Allow -mes0 only if C.
20520         (characterize_address): Support subregs of symbol_refs.
20521         (rl78_addr_space_address_mode): Move.  Add __near.
20522         (rl78_far_p): Likewise.
20523         (rl78_addr_space_pointer_mode): Likewise.
20524         (rl78_as_legitimate_address): Likewise.
20525         (rl78_addr_space_subset_p): Likewise.
20526         (rl78_addr_space_convert): Likewise.
20527         (rl78_print_operand_1): Support 16-bit addressing of 32-bit
20528         symbols with -mes0.
20529         (transcode_memory_rtx): Don't copy ES if -mes0.  Allow symbol[BC]
20530         addressing.
20531         (rl78_alloc_physical_registers_op1): Change logic to prefer
20532         symbol[BC] addressing.
20533         (frodata_section): New.
20534         (rl78_asm_init_sections): Initialize it.
20535         (rl78_select_section): Put __far readonly symbols in .frodata.
20536         (rl78_make_type_far): New.
20537         (rl78_insert_attributes): Force all readonly symbols to be
20538         __far when -mes0.
20539         (rl78_asm_out_integer): New.
20540         * config/rl78/rl78.h (ADDR_SPACE_NEAR): New.
20541         * config/rl78/rl78.opt (-mes0): New.
20543         * config/rl78/rl78.h (ASM_OUTPUT_LABELREF): New.
20544         (ASM_OUTPUT_ALIGNED_DECL_COMMON): New.
20545         (ASM_OUTPUT_ALIGNED_DECL_LOCAL): New.
20546         * config/rl78/rl78-protos.h (rl78_output_labelref): New.
20547         (rl78_saddr_p): New.
20548         (rl78_output_aligned_common): New.
20549         * config/rl78/rl78.c (rl78_output_symbol_ref): Strip encodings.
20550         (rl78_handle_saddr_attribute): New.
20551         (rl78_handle_naked_attribute): New.
20552         (rl78_attribute_table): Add saddr.
20553         (rl78_print_operand_1): Don't print '!' on saddr operands.
20554         (rl78_print_operand_1): Strip encodings.
20555         (rl78_sfr_p): New.
20556         (rl78_strip_name_encoding): New.
20557         (rl78_attrlist_to_encoding): New.
20558         (rl78_encode_section_info): New.
20559         (rl78_asm_init_sections): New.
20560         (rl78_select_section): New.
20561         (rl78_output_labelref): New.
20562         (rl78_output_aligned_common): New.
20563         (rl78_asm_out_integer): New.
20564         (rl78_asm_ctor_dtor): New.
20565         (rl78_asm_constructor): New.
20566         (rl78_asm_destructor): New.
20568         * config/rl78/rl78-real.md (movqi_es): Rename to movqi_to_es.
20569         * config/rl78/rl78.c (rl78_expand_epilogue): Update.
20570         (transcode_memory_rtx): Update.
20571         (rl78_expand_epilogue): Use A_REG instead of 0.
20573 2015-01-17  Maxim Kuvyrkov  <maxim.kuvyrkov@linaro.org>
20575         * config/arm/arm-protos.h (struct tune_params): New field
20576         sched_autopref_queue_depth.
20577         * config/arm/arm.c (sched-int.h): Include header.
20578         (arm_first_cycle_multipass_dfa_lookahead_guard,)
20579         (TARGET_SCHED_FIRST_CYCLE_MULTIPASS_DFA_LOOKAHEAD_GUARD): Define hook.
20580         (arm_slowmul_tune, arm_fastmul_tune, arm_strongarm_tune,)
20581         (arm_xscale_tune, arm_9e_tune, arm_v6t2_tune, arm_cortex_tune,)
20582         (arm_cortex_a8_tune, arm_cortex_a7_tune, arm_cortex_a15_tune,)
20583         (arm_cortex_a53_tune, arm_cortex_a57_tune, arm_xgene1_tune,)
20584         (arm_cortex_a5_tune, arm_cortex_a9_tune, arm_cortex_a12_tune,)
20585         (arm_v7m_tune, arm_cortex_m7_tune, arm_v6m_tune, arm_fa726te_tune):
20586         Specify sched_autopref_queue_depth value.  Enabled for A15 and A57.
20587         * config/arm/t-arm (arm.o): Update.
20588         * haifa-sched.c (update_insn_after_change): Update.
20589         (rank_for_schedule): Use auto-prefetcher model, if requested.
20590         (autopref_multipass_init): New static function.
20591         (autopref_rank_for_schedule): New rank_for_schedule heuristic.
20592         (autopref_multipass_dfa_lookahead_guard_started_dump_p): New static
20593         variable for debug dumps.
20594         (autopref_multipass_dfa_lookahead_guard_1): New static helper function.
20595         (autopref_multipass_dfa_lookahead_guard): New global function that
20596         implements TARGET_SCHED_FIRST_CYCLE_MULTIPASS_DFA_LOOKAHEAD_GUARD hook.
20597         (init_h_i_d): Update.
20598         * params.def (PARAM_SCHED_AUTOPREF_QUEUE_DEPTH): New tuning knob.
20599         * sched-int.h (enum autopref_multipass_data_status): New const enum.
20600         (autopref_multipass_data_): Structure for auto-prefetcher data.
20601         (autopref_multipass_data_def, autopref_multipass_data_t): New typedefs.
20602         (struct _haifa_insn_data:autopref_multipass_data): New field.
20603         (INSN_AUTOPREF_MULTIPASS_DATA): New access macro.
20604         (autopref_multipass_dfa_lookahead_guard): Declare.
20606 2015-01-17  Maxim Kuvyrkov  <maxim.kuvyrkov@linaro.org>
20608         * rtlanal.c (get_base_term): Handle SCRATCH.
20610 2015-01-17  Maxim Kuvyrkov  <maxim.kuvyrkov@linaro.org>
20612         * config/aarch64/aarch64.c
20613         (aarch64_sched_first_cycle_multipass_dfa_lookahead): Implement hook.
20614         (TARGET_SCHED_FIRST_CYCLE_MULTIPASS_DFA_LOOKAHEAD): Define.
20615         * config/arm/arm.c
20616         (arm_first_cycle_multipass_dfa_lookahead): Implement hook.
20617         (TARGET_SCHED_FIRST_CYCLE_MULTIPASS_DFA_LOOKAHEAD): Define.
20619 2015-01-17  Alan Modra  <amodra@gmail.com>
20621         * cprop.c (do_local_cprop): Disallow replacement of fixed
20622         hard registers.
20624 2015-01-16  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
20626         PR target/62066
20627         * config/arm/arm-builtins.c (arm_expand_neon_args): Call va_end before
20628         early return 0.
20630 2015-01-16  Bernd Edlinger  <bernd.edlinger@hotmail.de>
20632         * sanitizer.def (BUILT_IN_TSAN_VPTR_UPDATE): Fixed parameters.
20633         * tsan.c (instrument_expr): Fixed parameters of __tsan_vptr_update.
20635 2015-01-16  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
20637         * config/arm/arm.md: Move comment about splitting Thumb1 patterns to...
20638         * config/arm/thumb1.md: ... Here.
20640 2015-01-16  Segher Boessenkool  <segher@kernel.crashing.org>
20642         * config/rs6000/rs6000.c (rs6000_scalar_mode_supported_p): Disallow
20643         TImode for TARGET_32BIT.
20645 2015-01-16  Segher Boessenkool  <segher@kernel.crashing.org>
20647         * config/rs6000/rs6000.c (TARGET_LIBGCC_CMP_RETURN_MODE,
20648         TARGET_LIBGCC_SHIFT_COUNT_MODE, TARGET_UNWIND_WORD_MODE): Implement
20649         as ...
20650         (rs6000_abi_word_mode): New function.
20652 2015-01-16  Segher Boessenkool  <segher@kernel.crashing.org>
20654         * config/rs6000/rs6000.c (rs6000_va_start): Use MIN_UNITS_PER_WORD
20655         instead of UNITS_PER_WORD to describe the size of stack slots.
20657 2015-01-16  Segher Boessenkool  <segher@kernel.crashing.org>
20659         * config/rs6000/rs6000.c (TARGET_PROMOTE_FUNCTION_MODE): Implement
20660         as rs6000_promote_function_mode.  Move comment to there.
20661         (rs6000_promote_function_mode): New function.
20663 2015-01-16  Segher Boessenkool  <segher@kernel.crashing.org>
20665         * config/rs6000/rs6000.h (PROMOTE_MODE): Correct test for when -m32
20666         -mpowerpc64 is active.
20668 2015-01-16  Ilya Enkovich  <ilya.enkovich@intel.com>
20670         PR middle-end/64353
20671         * tree-cfg.c (pass_data_fixup_cfg): Update SSA for
20672         virtuals on start.
20674 2015-01-16  James Greenhalgh  <james.greenhalgh@arm.com>
20676         * config/arm/cortex-a57.md: Remove duplicate of file accidentally
20677         introduced in revision 219724.
20679 2015-01-16  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
20680             Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
20682         PR target/64263
20683         * config/aarch64/aarch64.md (*movsi_aarch64): Don't split if the
20684         destination is not a GP reg.
20685         (*movdi_aarch64): Likewise.
20687 2015-01-16  David Edelsohn  <dje.gcc@gmail.com>
20689         PR target/64623
20690         * config/rs6000/default64.h: Revert ISA change.
20692 2015-01-16  Richard Biener  <rguenther@suse.de>
20694         PR middle-end/64614
20695         * tree-ssa-uninit.c: Include tree-cfg.h.
20696         (MAX_SWITCH_CASES): New define.
20697         (convert_control_dep_chain_into_preds): Handle switch statements.
20698         (is_pred_expr_subset_of): Handle x == CST vs. (x & CST) != 0.
20699         (normalize_one_pred_1): Do not split bit-manipulations.
20700         Record (x & CST).
20702 2015-01-16  Richard Biener  <rguenther@suse.de>
20704         PR tree-optimization/64568
20705         * tree-ssa-forwprop.c (pass_forwprop::execute): Guard
20706         complex load rewriting for TARGET_MEM_REFs.
20708 2015-01-16  Uros Bizjak  <ubizjak@gmail.com>
20710         * builtins.c (expand_builtin_acc_on_device): Check target for NULL.
20712 2015-01-16  Matthew Wahab  <matthew.wahab@arm.com>
20714         PR target/64149
20715         * config/aarch64/aarch64.opt: Remove lra option and aarch64_lra_flag
20716         variable.
20717         * config/aarch64/aarch64.c (TARGET_LRA_P): Set to hook_bool_void_true.
20718         (aarch64_lra_p): Remove.
20720 2015-01-16  Ilya Enkovich  <ilya.enkovich@intel.com>
20722         PR target/64363
20723         * ipa-chkp.h (chkp_instrumentable_p): New.
20724         * ipa-chkp.c: Include tree-inline.h.
20725         (chkp_instrumentable_p): New.
20726         (chkp_maybe_create_clone): Use chkp_instrumentable_p.
20727         Fix processing of not instrumentable functions.
20728         (chkp_versioning): Use chkp_instrumentable_p. Warn about
20729         not instrumentable functions.
20730         * tree-chkp.c (chkp_add_bounds_to_call_stmt): Use
20731         chkp_instrumentable_p.
20732         * tree-inline.h (copy_forbidden): New.
20733         * tree-inline.c (copy_forbidden): Not static anymore.
20735 2015-01-16  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
20737         * optc-save-gen.awk (cl_target_option_print_diff): Mark indent,
20738         ptr1, ptr2 unused.
20740 2015-01-16  Robert Suchanek  <robert.suchanek@imgtec.com>
20742         * lra-constraints.c (curr_insn_transform): Change a reload pseudo of
20743         type OP_OUT to OP_INOUT.
20745 2015-01-16  Robert Suchanek  <robert.suchanek@imgtec.com>
20747         * simplify-rtx.c (simplify_replace_fn_rtx): Simplify (lo_sum
20748         (high x) y) to y if x and y have the same base.
20750 2015-01-16  James Greenhalgh  <james.greenhalgh@arm.com>
20752         * config/arm/cortex-a57.md: New.
20753         * config/aarch64/aarch64.md: Include it.
20754         * config/aarch64/aarch64-cores.def (cortex-a57): Tune for it.
20755         * config/aarch64/aarch64-tune.md: Regenerate.
20757 2015-01-16  Zhenqiang Chen  <zhenqiang.chen@arm.com>
20759         PR target/64015
20760         * ccmp.c (expand_ccmp_next): New function.
20761         (expand_ccmp_expr_1, expand_ccmp_expr): Handle operand insn sequence
20762         and compare insn sequence.
20763         * config/aarch64/aarch64.c (aarch64_code_to_ccmode,
20764         aarch64_gen_ccmp_first, aarch64_gen_ccmp_next): New functions.
20765         (TARGET_GEN_CCMP_FIRST, TARGET_GEN_CCMP_NEXT): New MICRO.
20766         * config/aarch64/aarch64.md (*ccmp_and): Changed to ccmp_and<mode>.
20767         (*ccmp_ior): Changed to ccmp_ior<mode>.
20768         (cmp<mode>): New pattern.
20769         * doc/tm.texi (TARGET_GEN_CCMP_FIRST, TARGET_GEN_CCMP_NEXT): Update
20770         parameters.
20771         * target.def (gen_ccmp_first, gen_ccmp_next): Update parameters.
20773 2015-01-16  Ilya Tocar  <ilya.tocar@intel.com>
20775         * config/i386/avx2intrin.h (_mm256_bslli_epi128,
20776         _mm256_bsrli_epi128): New.
20777         * config/i386/emmintrin.h (_mm_bsrli_si128, _mm_bslli_si128): Ditto.
20779 2015-01-15  Jiong Wang  <jiong.wang@arm.com>
20781         * expmed.c (store_bit_field_using_insv): Improve warning message.
20782         Use %wu instead of HOST_WIDE_INT_PRINT_UNSIGNED.
20784 2015-01-15  Jiong Wang  <jiong.wang@arm.com>
20786         PR rtl-optimization/64011
20787         * expmed.c (store_bit_field_using_insv): Warn and truncate bitsize when
20788         there is partial overflow.
20790 2015-01-16  Chung-Ju Wu  <jasonwucj@gmail.com>
20792         * config/nds32/nds32-protos.h (nds32_expand_epilogue): Change
20793         prototype.
20794         (nds32_expand_epilogue_v3pop): Likewise.
20795         * config/nds32/nds32.md (sibcall): Define this for sibling call
20796         optimization.
20797         (sibcall_register): Likewise.
20798         (sibcall_immediate): Likewise.
20799         (sibcall_value): Likewise.
20800         (sibcall_value_register): Likewise.
20801         (sibcall_value_immediate): Likewise.
20802         (sibcall_epilogue): Likewise.
20803         (epilogue): Pass false to indicate this is not a sibcall epilogue.
20804         * config/nds32/nds32.c (nds32_expand_epilogue): Consider sibcall case.
20805         (nds32_expand_epilogue_v3pop): Likewise.
20807 2015-01-16  Chung-Ju Wu  <jasonwucj@gmail.com>
20809         * config/nds32/nds32-protos.h (nds32_can_use_return_insn): New.
20810         * config/nds32/nds32.md (unspec_volatile_func_return): Remove.
20811         (return_internal): New.
20812         (return): Define this named pattern.
20813         (simple_return): Define this named pattern.
20814         * config/nds32/nds32.c (nds32_expand_epilogue): Emit return_internal
20815         pattern instead of unspec_volatile_func_return.
20816         (nds32_expand_epilogue_v3pop): Likewise.
20817         (nds32_can_use_return_insn): New function.
20819 2015-01-16  Chung-Ju Wu  <jasonwucj@gmail.com>
20821         * config/nds32/constants.md (UNSPEC_VOLATILE_POP25_RETURN): New.
20822         * config/nds32/nds32.md (pop25return): New.
20823         * config/nds32/nds32.c (nds32_expand_epilogue_v3pop): Emit
20824         pop25return pattern.
20826 2015-01-16  Chung-Ju Wu  <jasonwucj@gmail.com>
20828         * doc/invoke.texi (NDS32 Options): Remove -mforce-fp-as-gp,
20829         -mforbid-fp-as-gp, and -mex9 options.
20831 2015-01-16  Chung-Ju Wu  <jasonwucj@gmail.com>
20833         * doc/invoke.texi (NDS32 Options): Add -mcmodel= option and
20834         remove -mgp-direct option.
20836 2015-01-15  Jan Hubicka  <hubicka@ucw.cz>
20838         * doc/invoke.texi (--param early-inlining-insns): Update default value.
20839         * params.def (PARAM_EARLY_INLINING_INSNS): Set to 14.
20841 2015-01-15  Jan Hubicka  <hubicka@ucw.cz>
20843         * ipa-inline.c (inline_small_functions): Work around hints
20844         cache issue.
20846 2015-01-15  Sandra Loosemore  <sandra@codesourcery.com>
20848         PR target/59710
20849         * doc/invoke.texi (Option Summary): Document new Nios II
20850         -mgpopt= syntax.
20851         (Nios II Options): Likewise.
20852         * config/nios2/nios2.opt: Add -mgpopt= option support.
20853         Modify existing -mgpopt and -mno-gpopt options to be aliases.
20854         * config/nios2/nios2-opts.h (enum nios2_gpopt_type): New.
20855         * config/nios2/nios2.c (nios2_option_override): Adjust
20856         -mgpopt defaulting.
20857         (nios2_in_small_data_p): Return true for explicit small data
20858         sections even with -G0.
20859         (nios2_symbol_ref_in_small_data_p): Adjust to handle new -mgpopt=
20860         option choices.
20862 2015-01-15  Jan Hubicka  <hubicka@ucw.cz>
20864         PR ipa/64612
20865         * ipa-inline-transform.c (can_remove_node_now_p): Fix handling
20866         of comdat locals.
20867         (inline_call): Fix removal of aliases.
20869 2015-01-15  Jakub Jelinek  <jakub@redhat.com>
20871         * flag-types.h (enum sanitize_code): Add SANITIZE_VPTR,
20872         include SANITIZE_VPTR in SANITIZE_UNDEFINED.
20873         * opts.c (common_handle_option): Add -fsanitize=vptr.
20874         * sanitizer.def (BUILT_IN_UBSAN_HANDLE_DYNAMIC_TYPE_CACHE_MISS,
20875         BUILT_IN_UBSAN_HANDLE_DYNAMIC_TYPE_CACHE_MISS_ABORT): New.
20876         * ubsan.h (enum ubsan_null_ckind): Add UBSAN_DOWNCAST_POINTER,
20877         UBSAN_DOWNCAST_REFERENCE, UBSAN_UPCAST and UBSAN_CAST_TO_VBASE.
20878         (ubsan_expand_vptr_ifn): New prototype.
20879         * internal-fn.c (expand_ANNOTATE, expand_GOMP_SIMD_LANE,
20880         expand_GOMP_SIMD_VF, expand_GOMP_SIMD_LAST_LANE, expand_UBSAN_NULL,
20881         expand_UBSAN_BOUNDS, expand_UBSAN_OBJECT_SIZE, expand_ASAN_CHECK,
20882         expand_LOOP_VECTORIZED): Make argument nameless, remove
20883         ATTRIBUTE_UNUSED.
20884         (expand_UBSAN_VPTR): New function.
20885         * internal-fn.def (UBSAN_NULL, ASAN_CHECK): Use R instead of W
20886         in fn spec.
20887         (UBSAN_VPTR): New internal function.
20888         * sanopt.c (tree_map_traits): Renamed to ...
20889         (sanopt_tree_map_traits): ... this.
20890         (sanopt_tree_triplet, sanopt_tree_triplet_map_traits): New classes.
20891         (sanopt_ctx): Adjust asan_check_map type for tree_map_traits
20892         to sanopt_tree_map_traits renaming.  Add vptr_check_map field.
20893         (maybe_optimize_ubsan_vptr_ifn): New function.
20894         (sanopt_optimize_walker): Handle IFN_UBSAN_VPTR.
20895         (pass_sanopt::execute): Likewise.  Call sanopt_optimize even for
20896         -fsanitize=vptr.
20897         * tree-ssa-alias.c (call_may_clobber_ref_p_1): Handle certain
20898         internal calls like pure functions for aliasing, even when they
20899         have other side-effects that prevent making them ECF_PURE.
20900         * ubsan.c (ubsan_vptr_type_cache_decl): New variable.
20901         (ubsan_expand_vptr_ifn): New function.
20903 2015-01-15  Vladimir Makarov  <vmakarov@redhat.com>
20905         PR rtl-optimization/64110
20906         * stmt.c (parse_output_constraint): Process '^' and '$'.
20907         (parse_input_constraint): Ditto.
20908         * lra-constraints.c (process_alt_operands): Process the new
20909         constraints.
20910         * ira-costs.c (record_reg_classes): Process the new constraint
20911         '^'.
20912         * genoutput.c (indep_constraints): Add '^' and '$'.
20913         * config/i386/sse.md (*vec_dup<mode>): Use '$' instead of '!'.
20914         * doc/md.texi: Add description of the new constraints.
20916 2015-01-15  Thomas Schwinge  <thomas@codesourcery.com>
20917             Bernd Schmidt  <bernds@codesourcery.com>
20918             Cesar Philippidis  <cesar@codesourcery.com>
20919             James Norris  <jnorris@codesourcery.com>
20920             Tom de Vries  <tom@codesourcery.com>
20921             Ilmir Usmanov  <i.usmanov@samsung.com>
20922             Dmitry Bocharnikov  <dmitry.b@samsung.com>
20923             Evgeny Gavrin  <e.gavrin@samsung.com>
20924             Jakub Jelinek  <jakub@redhat.com>
20926         * builtin-types.def (BT_FN_VOID_INT_INT_VAR)
20927         (BT_FN_VOID_INT_PTR_SIZE_PTR_PTR_PTR_INT_INT_VAR)
20928         (BT_FN_VOID_INT_OMPFN_PTR_SIZE_PTR_PTR_PTR_INT_INT_INT_INT_INT_VAR):
20929         New function types.
20930         * builtins.c: Include "gomp-constants.h".
20931         (expand_builtin_acc_on_device): New function.
20932         (expand_builtin, is_inexpensive_builtin): Handle
20933         BUILT_IN_ACC_ON_DEVICE.
20934         * builtins.def (DEF_GOACC_BUILTIN, DEF_GOACC_BUILTIN_COMPILER):
20935         New macros.
20936         * cgraph.c (cgraph_node::create): Consider flag_openacc next to
20937         flag_openmp.
20938         * config.gcc <nvptx-*> (tm_file): Add nvptx/offload.h.
20939         <*-intelmic-* | *-intelmicemul-*> (tm_file): Add
20940         i386/intelmic-offload.h.
20941         * gcc.c (LINK_COMMAND_SPEC, GOMP_SELF_SPECS): For -fopenacc, link
20942         to libgomp and its dependencies.
20943         * config/arc/arc.h (LINK_COMMAND_SPEC): Likewise.
20944         * config/darwin.h (LINK_COMMAND_SPEC_A): Likewise.
20945         * config/i386/mingw32.h (GOMP_SELF_SPECS): Likewise.
20946         * config/ia64/hpux.h (LIB_SPEC): Likewise.
20947         * config/pa/pa-hpux11.h (LIB_SPEC): Likewise.
20948         * config/pa/pa64-hpux.h (LIB_SPEC): Likewise.
20949         * doc/generic.texi: Update for OpenACC changes.
20950         * doc/gimple.texi: Likewise.
20951         * doc/invoke.texi: Likewise.
20952         * doc/sourcebuild.texi: Likewise.
20953         * gimple-pretty-print.c (dump_gimple_omp_for): Handle
20954         GF_OMP_FOR_KIND_OACC_LOOP.
20955         (dump_gimple_omp_target): Handle GF_OMP_TARGET_KIND_OACC_KERNELS,
20956         GF_OMP_TARGET_KIND_OACC_PARALLEL, GF_OMP_TARGET_KIND_OACC_DATA,
20957         GF_OMP_TARGET_KIND_OACC_UPDATE,
20958         GF_OMP_TARGET_KIND_OACC_ENTER_EXIT_DATA.
20959         Dump more data.
20960         * gimple.c: Update comments for OpenACC changes.
20961         * gimple.def: Likewise.
20962         * gimple.h: Likewise.
20963         (enum gf_mask): Add GF_OMP_FOR_KIND_OACC_LOOP,
20964         GF_OMP_TARGET_KIND_OACC_PARALLEL, GF_OMP_TARGET_KIND_OACC_KERNELS,
20965         GF_OMP_TARGET_KIND_OACC_DATA, GF_OMP_TARGET_KIND_OACC_UPDATE,
20966         GF_OMP_TARGET_KIND_OACC_ENTER_EXIT_DATA.
20967         (gimple_omp_for_cond, gimple_omp_for_set_cond): Sort in the
20968         appropriate place.
20969         (is_gimple_omp_oacc, is_gimple_omp_offloaded): New functions.
20970         * gimplify.c: Include "gomp-constants.h".
20971         Update comments for OpenACC changes.
20972         (is_gimple_stmt): Handle OACC_PARALLEL, OACC_KERNELS, OACC_DATA,
20973         OACC_HOST_DATA, OACC_DECLARE, OACC_UPDATE, OACC_ENTER_DATA,
20974         OACC_EXIT_DATA, OACC_CACHE, OACC_LOOP.
20975         (gimplify_scan_omp_clauses, gimplify_adjust_omp_clauses): Handle
20976         OMP_CLAUSE__CACHE_, OMP_CLAUSE_ASYNC, OMP_CLAUSE_WAIT,
20977         OMP_CLAUSE_NUM_GANGS, OMP_CLAUSE_NUM_WORKERS,
20978         OMP_CLAUSE_VECTOR_LENGTH, OMP_CLAUSE_GANG, OMP_CLAUSE_WORKER,
20979         OMP_CLAUSE_VECTOR, OMP_CLAUSE_DEVICE_RESIDENT,
20980         OMP_CLAUSE_USE_DEVICE, OMP_CLAUSE_INDEPENDENT, OMP_CLAUSE_AUTO,
20981         OMP_CLAUSE_SEQ.
20982         (gimplify_adjust_omp_clauses_1, gimplify_adjust_omp_clauses): Use
20983         GOMP_MAP_* instead of OMP_CLAUSE_MAP_*.  Use
20984         OMP_CLAUSE_SET_MAP_KIND.
20985         (gimplify_oacc_cache): New function.
20986         (gimplify_omp_for): Handle OACC_LOOP.
20987         (gimplify_omp_workshare): Handle OACC_KERNELS, OACC_PARALLEL,
20988         OACC_DATA.
20989         (gimplify_omp_target_update): Handle OACC_ENTER_DATA,
20990         OACC_EXIT_DATA, OACC_UPDATE.
20991         (gimplify_expr): Handle OACC_LOOP, OACC_CACHE, OACC_HOST_DATA,
20992         OACC_DECLARE, OACC_KERNELS, OACC_PARALLEL, OACC_DATA,
20993         OACC_ENTER_DATA, OACC_EXIT_DATA, OACC_UPDATE.
20994         (gimplify_body): Consider flag_openacc next to flag_openmp.
20995         * lto-streamer-out.c: Include "gomp-constants.h".
20996         * omp-builtins.def (BUILT_IN_ACC_GET_DEVICE_TYPE)
20997         (BUILT_IN_GOACC_DATA_START, BUILT_IN_GOACC_DATA_END)
20998         (BUILT_IN_GOACC_ENTER_EXIT_DATA, BUILT_IN_GOACC_PARALLEL)
20999         (BUILT_IN_GOACC_UPDATE, BUILT_IN_GOACC_WAIT)
21000         (BUILT_IN_GOACC_GET_THREAD_NUM, BUILT_IN_GOACC_GET_NUM_THREADS)
21001         (BUILT_IN_ACC_ON_DEVICE): New builtins.
21002         * omp-low.c: Include "gomp-constants.h".
21003         Update comments for OpenACC changes.
21004         (struct omp_context): Add reduction_map, gwv_below, gwv_this
21005         members.
21006         (extract_omp_for_data, use_pointer_for_field, install_var_field)
21007         (new_omp_context, delete_omp_context, scan_sharing_clauses)
21008         (create_omp_child_function, scan_omp_for, scan_omp_target)
21009         (check_omp_nesting_restrictions, lower_reduction_clauses)
21010         (build_omp_regions_1, diagnose_sb_0, make_gimple_omp_edges):
21011         Update for OpenACC changes.
21012         (scan_sharing_clauses): Handle OMP_CLAUSE_NUM_GANGS:
21013         OMP_CLAUSE_NUM_WORKERS: OMP_CLAUSE_VECTOR_LENGTH,
21014         OMP_CLAUSE_ASYNC, OMP_CLAUSE_WAIT, OMP_CLAUSE_GANG,
21015         OMP_CLAUSE_WORKER, OMP_CLAUSE_VECTOR, OMP_CLAUSE_DEVICE_RESIDENT,
21016         OMP_CLAUSE_USE_DEVICE, OMP_CLAUSE__CACHE_, OMP_CLAUSE_INDEPENDENT,
21017         OMP_CLAUSE_AUTO, OMP_CLAUSE_SEQ.  Use GOMP_MAP_* instead of
21018         OMP_CLAUSE_MAP_*.
21019         (expand_omp_for_static_nochunk, expand_omp_for_static_chunk):
21020         Handle GF_OMP_FOR_KIND_OACC_LOOP.
21021         (expand_omp_target, lower_omp_target): Handle
21022         GF_OMP_TARGET_KIND_OACC_PARALLEL, GF_OMP_TARGET_KIND_OACC_KERNELS,
21023         GF_OMP_TARGET_KIND_OACC_UPDATE,
21024         GF_OMP_TARGET_KIND_OACC_ENTER_EXIT_DATA,
21025         GF_OMP_TARGET_KIND_OACC_DATA.
21026         (pass_expand_omp::execute, execute_lower_omp)
21027         (pass_diagnose_omp_blocks::gate): Consider flag_openacc next to
21028         flag_openmp.
21029         (offload_symbol_decl): New variable.
21030         (oacc_get_reduction_array_id, oacc_max_threads)
21031         (get_offload_symbol_decl, get_base_type, lookup_oacc_reduction)
21032         (maybe_lookup_oacc_reduction, enclosing_target_ctx)
21033         (oacc_loop_or_target_p, oacc_lower_reduction_var_helper)
21034         (oacc_gimple_assign, oacc_initialize_reduction_data)
21035         (oacc_finalize_reduction_data, oacc_process_reduction_data): New
21036         functions.
21037         (is_targetreg_ctx): Remove function.
21038         * tree-core.h (enum omp_clause_code): Add OMP_CLAUSE__CACHE_,
21039         OMP_CLAUSE_DEVICE_RESIDENT, OMP_CLAUSE_USE_DEVICE,
21040         OMP_CLAUSE_GANG, OMP_CLAUSE_ASYNC, OMP_CLAUSE_WAIT,
21041         OMP_CLAUSE_AUTO, OMP_CLAUSE_SEQ, OMP_CLAUSE_INDEPENDENT,
21042         OMP_CLAUSE_WORKER, OMP_CLAUSE_VECTOR, OMP_CLAUSE_NUM_GANGS,
21043         OMP_CLAUSE_NUM_WORKERS, OMP_CLAUSE_VECTOR_LENGTH.
21044         * tree.c (omp_clause_code_name, walk_tree_1): Update accordingly.
21045         * tree.h (OMP_CLAUSE_GANG_EXPR, OMP_CLAUSE_GANG_STATIC_EXPR)
21046         (OMP_CLAUSE_ASYNC_EXPR, OMP_CLAUSE_WAIT_EXPR)
21047         (OMP_CLAUSE_VECTOR_EXPR, OMP_CLAUSE_WORKER_EXPR)
21048         (OMP_CLAUSE_NUM_GANGS_EXPR, OMP_CLAUSE_NUM_WORKERS_EXPR)
21049         (OMP_CLAUSE_VECTOR_LENGTH_EXPR): New macros.
21050         * tree-core.h: Update comments for OpenACC changes.
21051         (enum omp_clause_map_kind): Remove.
21052         (struct tree_omp_clause): Change type of map_kind member from enum
21053         omp_clause_map_kind to unsigned char.
21054         * tree-inline.c: Update comments for OpenACC changes.
21055         * tree-nested.c: Likewise.  Include "gomp-constants.h".
21056         (convert_nonlocal_reference_stmt, convert_local_reference_stmt)
21057         (convert_tramp_reference_stmt, convert_gimple_call): Update for
21058         OpenACC changes.  Use GOMP_MAP_* instead of OMP_CLAUSE_MAP_*.  Use
21059         OMP_CLAUSE_SET_MAP_KIND.
21060         * tree-pretty-print.c: Include "gomp-constants.h".
21061         (dump_omp_clause): Handle OMP_CLAUSE_DEVICE_RESIDENT,
21062         OMP_CLAUSE_USE_DEVICE, OMP_CLAUSE__CACHE_, OMP_CLAUSE_GANG,
21063         OMP_CLAUSE_ASYNC, OMP_CLAUSE_AUTO, OMP_CLAUSE_SEQ,
21064         OMP_CLAUSE_WAIT, OMP_CLAUSE_WORKER, OMP_CLAUSE_VECTOR,
21065         OMP_CLAUSE_NUM_GANGS, OMP_CLAUSE_NUM_WORKERS,
21066         OMP_CLAUSE_VECTOR_LENGTH, OMP_CLAUSE_INDEPENDENT.  Use GOMP_MAP_*
21067         instead of OMP_CLAUSE_MAP_*.
21068         (dump_generic_node): Handle OACC_PARALLEL, OACC_KERNELS,
21069         OACC_DATA, OACC_HOST_DATA, OACC_DECLARE, OACC_UPDATE,
21070         OACC_ENTER_DATA, OACC_EXIT_DATA, OACC_CACHE, OACC_LOOP.
21071         * tree-streamer-in.c: Include "gomp-constants.h".
21072         (unpack_ts_omp_clause_value_fields) Use GOMP_MAP_* instead of
21073         OMP_CLAUSE_MAP_*.  Use OMP_CLAUSE_SET_MAP_KIND.
21074         * tree-streamer-out.c: Include "gomp-constants.h".
21075         (pack_ts_omp_clause_value_fields): Use GOMP_MAP_* instead of
21076         OMP_CLAUSE_MAP_*.
21077         * tree.def (OACC_PARALLEL, OACC_KERNELS, OACC_DATA)
21078         (OACC_HOST_DATA, OACC_LOOP, OACC_CACHE, OACC_DECLARE)
21079         (OACC_ENTER_DATA, OACC_EXIT_DATA, OACC_UPDATE): New tree codes.
21080         * tree.c (omp_clause_num_ops): Update accordingly.
21081         * tree.h (OMP_BODY, OMP_CLAUSES, OMP_LOOP_CHECK, OMP_CLAUSE_SIZE):
21082         Likewise.
21083         (OACC_PARALLEL_BODY, OACC_PARALLEL_CLAUSES, OACC_KERNELS_BODY)
21084         (OACC_KERNELS_CLAUSES, OACC_DATA_BODY, OACC_DATA_CLAUSES)
21085         (OACC_HOST_DATA_BODY, OACC_HOST_DATA_CLAUSES, OACC_CACHE_CLAUSES)
21086         (OACC_DECLARE_CLAUSES, OACC_ENTER_DATA_CLAUSES)
21087         (OACC_EXIT_DATA_CLAUSES, OACC_UPDATE_CLAUSES)
21088         (OACC_KERNELS_COMBINED, OACC_PARALLEL_COMBINED): New macros.
21089         * tree.h (OMP_CLAUSE_MAP_KIND): Cast it to enum gomp_map_kind.
21090         (OMP_CLAUSE_SET_MAP_KIND): New macro.
21091         * varpool.c (varpool_node::get_create): Consider flag_openacc next
21092         to flag_openmp.
21093         * config/i386/intelmic-offload.h: New file.
21094         * config/nvptx/offload.h: Likewise.
21096 2015-01-15  Prathamesh Kulkarni  <prathamesh.kulkarni@linaro.org>
21098         * explow.h: Remove duplicate contents.
21099         * dojump.h: Likewise.
21101 2015-01-15  Richard Earnshaw  <rearnsha@arm.com>
21103         * arm.c (arm_xgene_tune): Add default initializer for instruction
21104         fusion.
21106 2015-01-15  Jan Hubicka  <hubicka@ucw.cz>
21108         PR ipa/64068
21109         PR ipa/64559
21110         * ipa.c (symbol_table::remove_unreachable_nodes):
21111         Do not put abstract origins into boundary.
21113 2015-01-15  Evgeny Stupachenko  <evstupac@gmail.com>
21115         * config/i386/gnu-user.h (CRT_GET_RFIB_DATA): Remove EBX register usage.
21116         * config/i386/sysv4.h (CRT_GET_RFIB_DATA): Ditto.
21118 2015-01-15  Steve Ellcey  <sellcey@mips.com>
21120         * Makefile.in (PLUGIN_HEADERS): Add dominance.h, cfg.h, cfgrtl.h,
21121         cfganal.h, cfgbuild.h, cfgcleanup.h, lcm.h, cfgloopmanip.h,
21122         builtins.def, and chkp-builtins.def.
21124 2015-01-15  David Edelsohn  <dje.gcc@gmail.com>
21126         * config/rs6000/default64.h (TARGET_DEFAULT) [LITTLE_ENDIAN]: Use
21127         ISA 2.7 (POWER8).
21129 2015-01-15  Richard Biener  <rguenther@suse.de>
21131         PR tree-optimization/61743
21132         * tree-ssa-pre.c (insert_into_preds_of_block): Preserve range
21133         information on PHIs for some simple cases.
21135 2015-01-15  Philipp Tomsich  <philipp.tomsich@theobroma-systems.com>
21137         * config/arm/arm.md (generic_sched): Specify xgene1 in 'no' list.
21138         Include xgene1.md.
21139         * config/arm/arm.c (arm_issue_rate): Specify 4 for xgene1.
21140         * config/arm/arm-cores.def (xgene1): New entry.
21141         * config/arm/arm-tables.opt: Regenerate.
21142         * config/arm/arm-tune.md: Regenerate.
21143         * config/arm/bpabi.h (BE8_LINK_SPEC): Specify mcpu=xgene1.
21145 2015-01-15  Yuri Rumyantsev  <ysrumyan@gmail.com>
21147         * tree-if-conv.c: Include hash-map.h.
21148         (aggressive_if_conv): New variable.
21149         (fold_build_cond_expr): Add simplification of non-zero condition.
21150         (add_to_dst_predicate_list): Invoke add_to_predicate_list if edge
21151         destination block is not always executed.
21152         (if_convertible_phi_p): Fix commentary, allow phi nodes have more
21153         than two predecessors if AGGRESSIVE_IF_CONV is true.
21154         (if_convertible_stmt_p): Fix commentary.
21155         (all_preds_critical_p): New function.
21156         (has_pred_critical_p): New function.
21157         (if_convertible_bb_p): Fix commentary, if AGGRESSIVE_IF_CONV is true
21158         BB can have more than two predecessors and all incoming edges can be
21159         critical.
21160         (predicate_bbs): Skip predication for loop exit block, use build2_loc
21161         to compute predicate for true edge.
21162         (find_phi_replacement_condition): Delete this function.
21163         (is_cond_scalar_reduction): Add arguments ARG_0, ARG_1 and EXTENDED.
21164         Allow interchange PHI arguments if EXTENDED is false.
21165         Change check that block containing reduction statement candidate
21166         is predecessor of phi-block since phi may have more than two arguments.
21167         (phi_args_hash_traits): New helper structure.
21168         (struct phi_args_hash_traits): New type.
21169         (phi_args_hash_traits::hash): New function.
21170         (phi_args_hash_traits::equal_keys): New function.
21171         (gen_phi_arg_condition): New function.
21172         (predicate_scalar_phi): Add handling of phi nodes with more than two
21173         arguments, delete COND and TRUE_BB arguments, insert body of
21174         find_phi_replacement_condition to predicate ordinary phi nodes.
21175         (predicate_all_scalar_phis): Skip blocks with the only predecessor,
21176         delete call of find_phi_replacement_condition and invoke
21177         predicate_scalar_phi with two arguments.
21178         (insert_gimplified_predicates): Add assert that non-predicated block
21179         don't have statements to insert.
21180         (ifcvt_split_critical_edges): New function.
21181         (ifcvt_split_def_stmt): Likewise.
21182         (ifcvt_walk_pattern_tree): Likewise.
21183         (stmt_is_root_of_bool_pattern): Likewise.
21184         (ifcvt_repair_bool_pattern): Likewise.
21185         (ifcvt_local_dce): Likewise.
21186         (tree_if_conversion): Add initialization of AGGRESSIVE_IF_CONV which
21187         is copy of inner or outer loop force_vectorize field, invoke
21188         ifcvt_split_critical_edges, ifcvt_local_dce and
21189         ifcvt_repair_bool_pattern for aggressive if-conversion.
21191 2015-01-15  Philipp Tomsich  <ptomsich@theobroma-systems.com>
21193         * config/aarch64/aarch64.md: Include xgene1.md.
21194         * config/aarch64/xgene1.md: New file.
21196 2015-01-15  Philipp Tomsich  <philipp.tomsich@theobroma-systems.com>
21198         * config/aarch64/aarch64-cores.def (xgene1): Update/add the
21199         xgene1 (APM XGene-1) core definition.
21200         * gcc/config/aarch64/aarch64.c: Add cost tables for APM XGene-1
21201         * config/arm/aarch-cost-tables.h: Add cost tables for APM XGene-1
21202         * doc/invoke.texi: Document -mcpu=xgene1.
21204 2015-01-15  Prathamesh Kulkarni  <prathamesh.kulkarni@linaro.org>
21206         * dojump.h: New header file.
21207         * explow.h: Likewise.
21208         * expr.h: Remove includes.
21209         Move expmed.c prototypes to expmed.h.
21210         Move dojump.c prototypes to dojump.h.
21211         Move alias.c prototypes to alias.h.
21212         Move explow.c prototypes to explow.h.
21213         Move calls.c prototypes to calls.h.
21214         Move emit-rtl.c prototypes to emit-rtl.h.
21215         Move varasm.c prototypes to varasm.h.
21216         Move stmt.c prototypes to stmt.h.
21217         (saved_pending_stack_adjust): Move to dojump.h.
21218         (adjust_address): Move to explow.h.
21219         (adjust_address_nv): Move to emit-rtl.h.
21220         (adjust_bitfield_address): Likewise.
21221         (adjust_bitfield_address_size): Likewise.
21222         (adjust_bitfield_address_nv): Likewise.
21223         (adjust_automodify_address_nv): Likewise.
21224         * explow.c (expr_size): Move to expr.c.
21225         (int_expr_size): Likewise.
21226         (tree_expr_size): Likewise.
21227         Include calls.h dojump.h emit-rtl.h explow.h expmed.h
21228         fixed-value.h hashtab.h statistics.h stmt.h varasm.h.
21229         * genemit.c (main): Generate includes statistics.h, real.h,
21230         fixed-value.h, insn-config.h, expmed.h, dojump.h, explow.h, emit-rtl.h,
21231         stmt.h.
21232         * genopinit.c (main): Generate includes hashtab.h, hard-reg-set.h,
21233         function.h, statistics.h, real.h, fixed-value.h, expmed.h, dojump.h,
21234         explow.h, emit-rtl.h, stmt.h.
21235         * genoutput.c (main): Generate includes hashtab.h, statistics.h, real.h,
21236         fixed-value.h, expmed.h, dojump.h, explow.h, emit-rtl.h, stmt.h.
21237         * genemit.c (open_base_files): Generate includes flags.h, statistics.h,
21238         real.h, fixed-value.h, tree.h, expmed.h, dojump.h, explow.h, calls.h,
21239         emit-rtl.h, varasm.h, stmt.h.
21240         * config/tilepro/gen-mul-tables.cc: Generate includes hashtab.h,
21241         hash-set.h, vec.h, machmode.h, tm.h, hard-reg-set.h, input.h,
21242         function.h, rtl.h, flags.h, statistics.h, double-int.h, real.h,
21243         fixed-value.h, alias.h, wide-int.h, inchash.h, tree.h, insn-config.h,
21244         expmed.h, dojump.h, explow.h, calls.h, emit-rtl.h, varasm.h, stmt.h.
21245         * config/tilegx/mul-tables.c: Include alias.h calls.h dojump.h
21246         double-int.h emit-rtl.h explow.h expmed.h fixed-value.h flags.h
21247         function.h hard-reg-set.h hash-set.h hashtab.h inchash.h input.h
21248         insn-config.h machmode.h real.h rtl.h statistics.h stmt.h symtab.h
21249         tm.h tree.h varasm.h vec.h wide-int.h.
21250         * rtlhooks.c: Include alias.h calls.h dojump.h double-int.h emit-rtl.h
21251         explow.h expmed.h fixed-value.h flags.h function.h hard-reg-set.h
21252         hash-set.h hashtab.h inchash.h input.h insn-config.h machmode.h
21253         real.h statistics.h stmt.h tree.h varasm.h vec.h wide-int.h.
21254         * cfgloopanal.c: Include alias.h calls.h dojump.h double-int.h
21255         emit-rtl.h explow.h expmed.h fixed-value.h flags.h inchash.h
21256         insn-config.h real.h statistics.h stmt.h tree.h varasm.h wide-int.h.
21257         * loop-iv.c: Likewise.
21258         * lra-assigns.c: Include alias.h calls.h dojump.h double-int.h
21259         emit-rtl.h explow.h expmed.h fixed-value.h flags.h inchash.h real.h
21260         statistics.h stmt.h tree.h varasm.h wide-int.h.
21261         * lra-constraints.c: Likewise.
21262         * lra-eliminations.c: Likewise.
21263         * lra-lives.c: Likewise.
21264         * lra-remat.c: Likewise.
21265         * bt-load.c: Include alias.h calls.h dojump.h double-int.h emit-rtl.h
21266         explow.h expmed.h fixed-value.h inchash.h insn-config.h real.h
21267         statistics.h stmt.h tree.h varasm.h wide-int.h.
21268         * hw-doloop.c: Likewise.
21269         * ira-color.c: Likewise.
21270         * ira-emit.c: Likewise.
21271         * loop-doloop.c: Likewise.
21272         * loop-invariant.c: Likewise.
21273         * reload.c: Include alias.h calls.h dojump.h double-int.h emit-rtl.h
21274         explow.h expmed.h fixed-value.h inchash.h real.h rtl.h
21275         statistics.h stmt.h tree.h varasm.h wide-int.h.
21276         * caller-save.c: Include alias.h calls.h dojump.h double-int.h
21277         emit-rtl.h explow.h expmed.h fixed-value.h inchash.h real.h
21278         statistics.h stmt.h tree.h varasm.h wide-int.h.
21279         * combine-stack-adj.c: Likewise.
21280         * cse.c: Likewise.
21281         * ddg.c: Likewise.
21282         * ifcvt.c: Likewise.
21283         * ira-costs.c: Likewise.
21284         * jump.c: Likewise.
21285         * lra-coalesce.c: Likewise.
21286         * lra-spills.c: Likewise.
21287         * profile.c: Include alias.h calls.h dojump.h double-int.h emit-rtl.h
21288         explow.h expmed.h fixed-value.h insn-config.h real.h statistics.h
21289         stmt.h varasm.h wide-int.h.
21290         * lra.c: Include alias.h calls.h dojump.h double-int.h emit-rtl.h
21291         explow.h expmed.h fixed-value.h real.h statistics.h stmt.h
21292         varasm.h.
21293         * config/sh/sh_treg_combine.cc: Include alias.h calls.h dojump.h
21294         double-int.h explow.h expmed.h fixed-value.h flags.h real.h
21295         statistics.h stmt.h varasm.h wide-int.h.
21296         * reorg.c: Include alias.h calls.h dojump.h double-int.h explow.h
21297         expmed.h fixed-value.h inchash.h real.h statistics.h stmt.h tree.h
21298         varasm.h wide-int.h.
21299         * reload1.c: Include alias.h calls.h dojump.h double-int.h explow.h
21300         expmed.h fixed-value.h real.h rtl.h statistics.h stmt.h varasm.h.
21301         * config/tilegx/tilegx.c: Include alias.h dojump.h double-int.h
21302         emit-rtl.h explow.h expmed.h fixed-value.h flags.h real.h
21303         statistics.h stmt.h.
21304         * config/tilepro/tilepro.c: Likewise.
21305         * config/mmix/mmix.c: Include alias.h dojump.h double-int.h emit-rtl.h
21306         explow.h expmed.h fixed-value.h real.h statistics.h stmt.h.
21307         * config/pdp11/pdp11.c: Likewise.
21308         * config/xtensa/xtensa.c: Likewise.
21309         * config/lm32/lm32.c: Include alias.h dojump.h double-int.h emit-rtl.h
21310         explow.h expmed.h fixed-value.h real.h statistics.h stmt.h
21311         varasm.h.
21312         * tree-chkp.c: Include calls.h dojump.h emit-rtl.h explow.h expmed.h
21313         fixed-value.h flags.h function.h hard-reg-set.h hashtab.h
21314         insn-config.h real.h rtl.h statistics.h stmt.h tm.h.
21315         * cilk-common.c: Include calls.h dojump.h emit-rtl.h explow.h expmed.h
21316         fixed-value.h flags.h function.h hard-reg-set.h hashtab.h
21317         insn-config.h real.h rtl.h statistics.h stmt.h tm.h varasm.h.
21318         * rtl-chkp.c: Likewise.
21319         * tree-chkp-opt.c: Likewise.
21320         * config/arm/arm-builtins.c: Include calls.h dojump.h emit-rtl.h
21321         explow.h expmed.h fixed-value.h flags.h function.h hard-reg-set.h
21322         hashtab.h insn-config.h real.h statistics.h stmt.h varasm.h.
21323         * ipa-icf.c: Include calls.h dojump.h emit-rtl.h explow.h expmed.h
21324         fixed-value.h flags.h hashtab.h insn-config.h real.h rtl.h
21325         statistics.h stmt.h.
21326         * tree-vect-data-refs.c: Likewise.
21327         * graphite-sese-to-poly.c: Include calls.h dojump.h emit-rtl.h explow.h
21328         expmed.h fixed-value.h flags.h hashtab.h insn-config.h real.h
21329         rtl.h statistics.h stmt.h varasm.h.
21330         * internal-fn.c: Likewise.
21331         * ipa-icf-gimple.c: Likewise.
21332         * lto-section-out.c: Likewise.
21333         * tree-data-ref.c: Likewise.
21334         * tree-nested.c: Likewise.
21335         * tree-outof-ssa.c: Likewise.
21336         * tree-predcom.c: Likewise.
21337         * tree-pretty-print.c: Likewise.
21338         * tree-scalar-evolution.c: Likewise.
21339         * tree-ssa-strlen.c: Likewise.
21340         * tree-vect-loop.c: Likewise.
21341         * tree-vect-patterns.c: Likewise.
21342         * tree-vect-slp.c: Likewise.
21343         * tree-vect-stmts.c: Likewise.
21344         * tsan.c: Likewise.
21345         * targhooks.c: Include calls.h dojump.h emit-rtl.h explow.h expmed.h
21346         fixed-value.h flags.h hashtab.h insn-config.h real.h statistics.h
21347         stmt.h.
21348         * config/sh/sh-mem.cc: Include calls.h dojump.h emit-rtl.h explow.h
21349         expmed.h fixed-value.h flags.h hashtab.h insn-config.h real.h
21350         statistics.h stmt.h varasm.h.
21351         * loop-unroll.c: Likewise.
21352         * ubsan.c: Likewise.
21353         * tree-ssa-loop-prefetch.c: Include calls.h dojump.h emit-rtl.h explow.h
21354         expmed.h fixed-value.h flags.h hashtab.h real.h rtl.h statistics.h
21355         stmt.h varasm.h.
21356         * dse.c: Include calls.h dojump.h emit-rtl.h explow.h expmed.h
21357         fixed-value.h function.h hashtab.h statistics.h stmt.h varasm.h.
21358         * tree-switch-conversion.c: Include calls.h dojump.h emit-rtl.h explow.h
21359         expmed.h fixed-value.h hashtab.h insn-config.h real.h rtl.h
21360         statistics.h stmt.h.
21361         * generic-match-head.c: Include calls.h dojump.h emit-rtl.h explow.h
21362         expmed.h fixed-value.h hashtab.h insn-config.h real.h rtl.h
21363         statistics.h stmt.h varasm.h.
21364         * gimple-match-head.c: Likewise.
21365         * lto-cgraph.c: Likewise.
21366         * lto-section-in.c: Likewise.
21367         * lto-streamer-in.c: Likewise.
21368         * lto-streamer-out.c: Likewise.
21369         * tree-affine.c: Likewise.
21370         * tree-cfg.c: Likewise.
21371         * tree-cfgcleanup.c: Likewise.
21372         * tree-if-conv.c: Likewise.
21373         * tree-into-ssa.c: Likewise.
21374         * tree-ssa-alias.c: Likewise.
21375         * tree-ssa-copyrename.c: Likewise.
21376         * tree-ssa-dse.c: Likewise.
21377         * tree-ssa-forwprop.c: Likewise.
21378         * tree-ssa-live.c: Likewise.
21379         * tree-ssa-math-opts.c: Likewise.
21380         * tree-ssa-pre.c: Likewise.
21381         * tree-ssa-sccvn.c: Likewise.
21382         * tree-tailcall.c: Likewise.
21383         * tree-vect-generic.c: Likewise.
21384         * tree-sra.c: Include calls.h dojump.h emit-rtl.h explow.h expmed.h
21385         fixed-value.h hashtab.h insn-config.h real.h rtl.h stmt.h varasm.h.
21386         * stor-layout.c: Include calls.h dojump.h emit-rtl.h explow.h expmed.h
21387         fixed-value.h hashtab.h insn-config.h real.h statistics.h stmt.h.
21388         * varasm.c: Likewise.
21389         * coverage.c: Include calls.h dojump.h emit-rtl.h explow.h expmed.h
21390         fixed-value.h hashtab.h insn-config.h real.h statistics.h stmt.h
21391         varasm.h.
21392         * init-regs.c: Likewise.
21393         * ira.c: Likewise.
21394         * omp-low.c: Likewise.
21395         * stack-ptr-mod.c: Likewise.
21396         * tree-ssa-reassoc.c: Likewise.
21397         * tree-complex.c: Include calls.h dojump.h emit-rtl.h explow.h expmed.h
21398         fixed-value.h hashtab.h insn-config.h rtl.h statistics.h stmt.h
21399         varasm.h.
21400         * dwarf2cfi.c: Include calls.h dojump.h emit-rtl.h explow.h expmed.h
21401         fixed-value.h hashtab.h insn-config.h statistics.h stmt.h varasm.h.
21402         * shrink-wrap.c: Include calls.h dojump.h emit-rtl.h explow.h expmed.h
21403         fixed-value.h hashtab.h real.h rtl.h statistics.h stmt.h.
21404         * recog.c: Include calls.h dojump.h emit-rtl.h explow.h expmed.h
21405         fixed-value.h hashtab.h real.h rtl.h statistics.h stmt.h varasm.h.
21406         * tree-ssa-phiopt.c: Likewise.
21407         * config/darwin.c: Include calls.h dojump.h emit-rtl.h explow.h expmed.h
21408         fixed-value.h hashtab.h real.h statistics.h stmt.h.
21409         * config/fr30/fr30.c: Likewise.
21410         * config/frv/frv.c: Likewise.
21411         * expr.c: Likewise.
21412         * final.c: Likewise.
21413         * optabs.c: Likewise.
21414         * passes.c: Likewise.
21415         * simplify-rtx.c: Likewise.
21416         * stmt.c: Likewise.
21417         * toplev.c: Likewise.
21418         * var-tracking.c: Likewise.
21419         * gcse.c: Include calls.h dojump.h emit-rtl.h explow.h expmed.h
21420         fixed-value.h hashtab.h real.h statistics.h stmt.h varasm.h.
21421         * lower-subreg.c: Likewise.
21422         * postreload-gcse.c: Likewise.
21423         * ree.c: Likewise.
21424         * reginfo.c: Likewise.
21425         * store-motion.c: Likewise.
21426         * combine.c: Include calls.h dojump.h emit-rtl.h explow.h expmed.h
21427         fixed-value.h hashtab.h real.h stmt.h varasm.h.
21428         * emit-rtl.c: Include calls.h dojump.h emit-rtl.h explow.h expmed.h
21429         fixed-value.h hashtab.h statistics.h stmt.h.
21430         * dojump.c: Include calls.h dojump.h emit-rtl.h explow.h expmed.h
21431         fixed-value.h hashtab.h statistics.h stmt.h varasm.h.
21432         * except.c: Likewise.
21433         * explow.c: Likewise.
21434         * tree-dfa.c: Include calls.h dojump.h emit-rtl.h explow.h expmed.h
21435         fixed-value.h insn-config.h real.h rtl.h statistics.h stmt.h
21436         varasm.h.
21437         * gimple-fold.c: Include calls.h dojump.h emit-rtl.h explow.h expmed.h
21438         fixed-value.h insn-config.h real.h rtl.h statistics.h varasm.h.
21439         * tree-ssa-structalias.c: Likewise.
21440         * cfgexpand.c: Include calls.h dojump.h emit-rtl.h explow.h expmed.h
21441         fixed-value.h insn-config.h real.h statistics.h.
21442         * calls.c: Include calls.h dojump.h emit-rtl.h explow.h expmed.h
21443         fixed-value.h insn-config.h real.h statistics.h stmt.h.
21444         * bb-reorder.c: Include calls.h dojump.h emit-rtl.h explow.h expmed.h
21445         fixed-value.h insn-config.h real.h statistics.h stmt.h varasm.h.
21446         * cfgbuild.c: Likewise.
21447         * function.c: Include calls.h dojump.h emit-rtl.h explow.h expmed.h
21448         fixed-value.h real.h rtl.h statistics.h stmt.h.
21449         * cfgrtl.c: Include calls.h dojump.h emit-rtl.h explow.h expmed.h
21450         fixed-value.h real.h rtl.h statistics.h stmt.h varasm.h.
21451         * dbxout.c: Include calls.h dojump.h emit-rtl.h explow.h expmed.h
21452         fixed-value.h real.h statistics.h stmt.h.
21453         * auto-inc-dec.c: Include calls.h dojump.h emit-rtl.h explow.h expmed.h
21454         fixed-value.h real.h statistics.h stmt.h varasm.h.
21455         * cprop.c: Likewise.
21456         * modulo-sched.c: Likewise.
21457         * postreload.c: Likewise.
21458         * ccmp.c: Include calls.h dojump.h emit-rtl.h explow.h fixed-value.h
21459         flags.h function.h hard-reg-set.h hashtab.h insn-config.h real.h
21460         statistics.h stmt.h varasm.h.
21461         * gimple-ssa-strength-reduction.c: Include calls.h dojump.h emit-rtl.h
21462         explow.h fixed-value.h flags.h hashtab.h insn-config.h real.h
21463         rtl.h statistics.h stmt.h varasm.h.
21464         * tree-ssa-loop-ivopts.c: Include calls.h dojump.h emit-rtl.h explow.h
21465         fixed-value.h flags.h hashtab.h real.h rtl.h statistics.h stmt.h
21466         varasm.h.
21467         * expmed.c: Include calls.h dojump.h emit-rtl.h explow.h fixed-value.h
21468         function.h hard-reg-set.h hashtab.h real.h statistics.h stmt.h
21469         varasm.h.
21470         * target-globals.c: Include calls.h dojump.h emit-rtl.h explow.h
21471         fixed-value.h function.h hashtab.h real.h statistics.h stmt.h
21472         varasm.h.
21473         * tree-ssa-address.c: Include calls.h dojump.h emit-rtl.h explow.h
21474         fixed-value.h hashtab.h real.h statistics.h stmt.h varasm.h.
21475         * cfgcleanup.c: Include calls.h dojump.h explow.h expmed.h fixed-value.h
21476         function.h real.h statistics.h stmt.h varasm.h.
21477         * alias.c: Include calls.h dojump.h explow.h expmed.h fixed-value.h
21478         insn-config.h real.h statistics.h stmt.h.
21479         * dwarf2out.c: Include calls.h dojump.h explow.h expmed.h fixed-value.h
21480         statistics.h stmt.h.
21481         * config/nvptx/nvptx.c: Include dojump.h emit-rtl.h explow.h expmed.h
21482         fixed-value.h flags.h hard-reg-set.h insn-config.h real.h
21483         statistics.h stmt.h varasm.h.
21484         * gimplify.c: Include dojump.h emit-rtl.h explow.h expmed.h
21485         fixed-value.h flags.h hashtab.h insn-config.h real.h rtl.h statistics.h.
21486         * asan.c: Include dojump.h emit-rtl.h explow.h expmed.h fixed-value.h
21487         flags.h hashtab.h insn-config.h real.h rtl.h statistics.h stmt.h.
21488         * ipa-devirt.c: Include dojump.h emit-rtl.h explow.h expmed.h
21489         fixed-value.h flags.h hashtab.h insn-config.h real.h rtl.h
21490         statistics.h stmt.h varasm.h.
21491         * ipa-polymorphic-call.c: Likewise.
21492         * config/aarch64/aarch64.c: Include dojump.h emit-rtl.h explow.h
21493         expmed.h fixed-value.h flags.h hashtab.h insn-config.h real.h
21494         statistics.h stmt.h.
21495         * config/c6x/c6x.c: Likewise.
21496         * config/aarch64/aarch64-builtins.c: Include dojump.h emit-rtl.h
21497         explow.h expmed.h fixed-value.h flags.h hashtab.h insn-config.h real.h
21498         statistics.h stmt.h varasm.h.
21499         * ipa-prop.c: Include dojump.h emit-rtl.h explow.h expmed.h
21500         fixed-value.h hashtab.h insn-config.h real.h rtl.h statistics.h
21501         stmt.h varasm.h.
21502         * ipa-split.c: Likewise.
21503         * tree-eh.c: Likewise.
21504         * tree-ssa-dce.c: Likewise.
21505         * tree-ssa-loop-niter.c: Likewise.
21506         * tree-vrp.c: Likewise.
21507         * config/nds32/nds32-cost.c: Include dojump.h emit-rtl.h explow.h
21508         expmed.h fixed-value.h hashtab.h insn-config.h real.h statistics.h
21509         stmt.h.
21510         * config/nds32/nds32-fp-as-gp.c: Likewise.
21511         * config/nds32/nds32-intrinsic.c: Likewise.
21512         * config/nds32/nds32-isr.c: Likewise.
21513         * config/nds32/nds32-md-auxiliary.c: Likewise.
21514         * config/nds32/nds32-memory-manipulation.c: Likewise.
21515         * config/nds32/nds32-pipelines-auxiliary.c: Likewise.
21516         * config/nds32/nds32-predicates.c: Likewise.
21517         * config/nds32/nds32.c: Likewise.
21518         * config/cris/cris.c: Include dojump.h emit-rtl.h explow.h expmed.h
21519         fixed-value.h hashtab.h real.h statistics.h.
21520         * config/alpha/alpha.c: Include dojump.h emit-rtl.h explow.h expmed.h
21521         fixed-value.h hashtab.h real.h statistics.h stmt.h.
21522         * config/arm/arm.c: Likewise.
21523         * config/avr/avr.c: Likewise.
21524         * config/bfin/bfin.c: Likewise.
21525         * config/h8300/h8300.c: Likewise.
21526         * config/i386/i386.c: Likewise.
21527         * config/ia64/ia64.c: Likewise.
21528         * config/iq2000/iq2000.c: Likewise.
21529         * config/m32c/m32c.c: Likewise.
21530         * config/m32r/m32r.c: Likewise.
21531         * config/m68k/m68k.c: Likewise.
21532         * config/mcore/mcore.c: Likewise.
21533         * config/mep/mep.c: Likewise.
21534         * config/mips/mips.c: Likewise.
21535         * config/mn10300/mn10300.c: Likewise.
21536         * config/moxie/moxie.c: Likewise.
21537         * config/pa/pa.c: Likewise.
21538         * config/rl78/rl78.c: Likewise.
21539         * config/rx/rx.c: Likewise.
21540         * config/s390/s390.c: Likewise.
21541         * config/sh/sh.c: Likewise.
21542         * config/sparc/sparc.c: Likewise.
21543         * config/spu/spu.c: Likewise.
21544         * config/stormy16/stormy16.c: Likewise.
21545         * config/v850/v850.c: Likewise.
21546         * config/vax/vax.c: Likewise.
21547         * config/cr16/cr16.c: Include dojump.h emit-rtl.h explow.h expmed.h
21548         fixed-value.h hashtab.h real.h statistics.h stmt.h varasm.h.
21549         * config/msp430/msp430.c: Likewise.
21550         * predict.c: Likewise.
21551         * value-prof.c: Likewise.
21552         * config/epiphany/epiphany.c: Include dojump.h emit-rtl.h explow.h
21553         expmed.h fixed-value.h hashtab.h statistics.h stmt.h.
21554         * config/microblaze/microblaze.c: Likewise.
21555         * config/nios2/nios2.c: Likewise.
21556         * config/rs6000/rs6000.c: Likewise.
21557         * tree.c: Include dojump.h emit-rtl.h explow.h expmed.h fixed-value.h
21558         insn-config.h real.h rtl.h statistics.h stmt.h.
21559         * cgraph.c: Include dojump.h emit-rtl.h explow.h expmed.h fixed-value.h
21560         insn-config.h real.h statistics.h stmt.h.
21561         * fold-const.c: Include dojump.h emit-rtl.h explow.h expmed.h
21562         fixed-value.h insn-config.h real.h statistics.h stmt.h varasm.h.
21563         * tree-inline.c: Include dojump.h emit-rtl.h explow.h expmed.h
21564         fixed-value.h real.h rtl.h statistics.h stmt.h varasm.h.
21565         * builtins.c: Include dojump.h emit-rtl.h explow.h expmed.h
21566         fixed-value.h real.h statistics.h stmt.h.
21567         * config/arc/arc.c: Include dojump.h emit-rtl.h explow.h expmed.h
21568         fixed-value.h statistics.h stmt.h.
21569         * config/visium/visium.c: Include dojump.h emit-rtl.h explow.h expmed.h
21570         stmt.h.
21572 2015-01-15  Jakub Jelinek  <jakub@redhat.com>
21574         * gengtype.c (create_user_defined_type): Workaround
21575         -Wmaybe-uninitialized false positives.
21576         * cse.c (fold_rtx): Likewise.
21577         * loop-invariant.c (gain_for_invariant): Likewise.
21579 2015-01-15  Eric Botcazou  <ebotcazou@adacore.com>
21581         * expr.c (expand_expr_real_1) <normal_inner_ref>: Use the expression to
21582         set the memory attributes in all cases but clear MEM_EXPR if need be.
21584 2015-01-15  Yuri Rumyantsev  <ysrumyan@gmail.com>
21586         PR tree-optimization/64434
21587         * cfgexpand.c (reorder_operands): New function.
21588         (expand_gimple_basic_block): Insert call of reorder_operands if
21589         optimized is true.
21591 2015-01-15  Matthew Fortune  <matthew.fortune@imgtec.com>
21593         * config/mips/micromips.md (*swp): Remove explicit parallel.
21594         (jraddiusp, *movep<MOVEP1:mode><MOVEP2:mode>): Likewise.
21595         * config/mips/mips-dsp.md (add<DSPV:mode>3): Likewise.
21596         (mips_add<DSP:dspfmt1>_s_<DSP:dspfmt2>, sub<DSPV:mode>3): Likewise.
21597         (mips_sub<DSP:dspfmt1>_s_<DSP:dspfmt2>, mips_addsc): Likewise.
21598         (mips_addwc, mips_absq_s_<DSPQ:dspfmt2>): Likewise.
21599         (mips_precrq_rs_ph_w, mips_precrqu_s_qb_ph): Likewise.
21600         (mips_shll_<DSPV:dspfmt2>, mips_shll_s_<DSPQ:dspfmt2>): Likewise.
21601         (mips_muleu_s_ph_qbl, mips_muleu_s_ph_qbr): Likewise.
21602         (mips_mulq_rs_ph, mips_muleq_s_w_phl, mips_muleq_s_w_phr): Likewise.
21603         (mips_dpaq_s_w_ph, mips_dpsq_s_w_ph, mips_mulsaq_s_w_ph): Likewise.
21604         (mips_dpaq_sa_l_w, mips_dpsq_sa_l_w, mips_maq_s_w_phl): Likewise.
21605         (mips_maq_s_w_phr, mips_maq_sa_w_phl, mips_maq_sa_w_phr): Likewise.
21606         (mips_extr_w, mips_extr_r_w, mips_extr_rs_w): Likewise.
21607         (mips_extr_s_h, mips_extp, mips_extpdp, mips_mthlip): Likewise.
21608         (mips_wrdsp): Likewise.
21609         * config/mips/mips-dspr2.md (mips_absq_s_qb): Remove explicit
21610         parallel.
21611         (mips_addu_ph, mips_addu_s_ph, mips_cmpgdu_eq_qb): Likewise.
21612         (mips_cmpgdu_lt_qb, mips_cmpgdu_le_qb, mulv2hi3): Likewise.
21613         (mips_mul_s_ph, mips_mulq_rs_w, mips_mulq_s_ph): Likewise.
21614         (mips_mulq_s_w, mips_subu_ph, mips_subu_s_ph): Likewise.
21615         (mips_dpaqx_s_w_ph, mips_dpaqx_sa_w_ph): Likewise.
21616         (mips_dpsqx_s_w_ph, mips_dpsqx_sa_w_ph): Likewise.
21617         * config/mips/mips-fixed.md (usadd<mode>3): Remove explicit parallel.
21618         (ssadd<mode>3, ussub<mode>3, sssub<mode>3, ssmul<mode>3): Likewise.
21619         (ssmaddsqdq4, ssmsubsqdq4): Likewise.
21621 2015-01-14  Matthew Fortune  <matthew.fortune@imgtec.com>
21623         * config/mips/mips.c (mips_rtx_costs): Set costs for LSA/DLSA.
21624         (mips_print_operand): Support 'y' to print exact log2 in decimal
21625         of a const_int.
21626         * config/mips/mips.h (ISA_HAS_LSA): New define.
21627         (ISA_HAS_DLSA): Likewise.
21628         * config/mips/mips.md (<GPR:d>lsa): New define_insn.
21629         * config/mips/predicates.md (const_immlsa_operand): New predicate.
21631 2015-01-15  Martin Liska  <mliska@suse.cz>
21633         PR target/64377
21634         * optc-save-gen.awk: Add support for array types.
21636 2015-01-15  Richard Biener  <rguenther@suse.de>
21638         PR middle-end/64365
21639         * tree-data-ref.c (dr_analyze_indices): Make sure that accesses
21640         for MEM_REF access functions with the same base can never partially
21641         overlap.
21643 2015-01-14  Marcos Diaz <marcos.diaz@tallertechnologies.com>
21645         * common.opt: New option -fstack-protector-explicit.
21646         * cfgexpand.c (SPCT_FLAG_EXPLICIT): New enum.
21647         (stack_protect_decl_phase): Handle stack_protect attribute for
21648         explicit stack protection requests.
21649         (expand_used_vars): Similarly.
21650         * doc/cpp.texi (__SSP_EXPLICIT__): Document predefined macro.
21651         * doc/extend.texi: Add documentation for "stack_protect" attribute.
21652         * doc/invoke.texi: Add documentation for -fstack-protector-explicit.
21654 2015-01-14  Oleg Endo  <olegendo@gcc.gnu.org>
21656         PR target/53988
21657         * config/sh/sh-protos.h (sh_find_set_of_reg): Add option to ignore
21658         reg-reg copies.
21659         (sh_extending_set_of_reg): New struct.
21660         (sh_find_extending_set_of_reg, sh_split_tst_subregs,
21661         sh_remove_reg_dead_or_unused_notes): New Declarations.
21662         * config/sh/sh.c (sh_remove_reg_dead_or_unused_notes,
21663         sh_find_extending_set_of_reg, sh_split_tst_subregs,
21664         sh_extending_set_of_reg::use_as_extended_reg): New functions.
21665         * config/sh/sh.md (*tst<mode>_t_zero): Rename to *tst<mode>_t_subregs,
21666         convert to insn_and_split and use new function sh_split_tst_subregs.
21668 2015-01-14  Sandra Loosemore  <sandra@codesourcery.com>
21670         * doc/invoke.texi (Option Summary): Reclassify -fuse-ld as a linker
21671         option.
21672         (Optimization Options): Move -fuse-ld documentation to...
21673         (Link Options): ...here.
21675 2015-01-14  Matthew Fortune  <matthew.fortune@imgtec.com>
21677         * config/mips/constraints.md (ZC): Add support for R6 LL/SC
21678         offsets.
21679         (ZD): Update to use ISA_HAS_9BIT_DISPLACEMENT.
21680         * config/mips/mips.h (ISA_HAS_PREFETCH_9BIT): Rename to...
21681         (ISA_HAS_9BIT_DISPLACEMENT): ... this. New macro.
21682         * config/mips/sync.md (sync_compare_and_swap<mode>): Use ZC
21683         instead of ZR for the memory operand of LL/SC.
21684         (compare_and_swap_12, sync_add<mode>): Likewise.
21685         (sync_<optab>_12, sync_old_<optab>_12): Likewise.
21686         (sync_new_<optab>_12, sync_nand_12): Likewise.
21687         (sync_old_nand_12, sync_new_nand_12): Likewise.
21688         (sync_sub<mode>, sync_old_add<mode>): Likewise.
21689         (sync_old_sub<mode>, sync_new_add<mode>): Likewise.
21690         (sync_new_sub<mode>, sync_<optab><mode>): Likewise.
21691         (sync_old_<optab><mode>, sync_new_<optab><mode>"): Likewise.
21692         (sync_nand<mode>, sync_old_nand<mode>): Likewise.
21693         (sync_new_nand<mode>, sync_lock_test_and_set<mode>): Likewise.
21694         (test_and_set_12, atomic_compare_and_swap<mode>): Likewise.
21695         (atomic_exchange<mode>_llsc, atomic_fetch_add<mode>_llsc): Likewise.
21696         * doc/md.texi (ZC): Update description.
21698 2015-01-14  Andrew MacLeod  <amacleod@redhat.com>
21700         * builtins.c (expand_builtin_atomic_exchange): Remove error when
21701         memory model is CONSUME.
21702         (expand_builtin_atomic_compare_exchange, expand_builtin_atomic_load,
21703         expand_builtin_atomic_store): Change invalid memory model errors to
21704         warnings.
21705         (expand_builtin_atomic_clear): Change invalid model errors to warnings
21706         and issue warning for CONSUME.
21708 2015-01-14  Aldy Hernandez  <aldyh@redhat.com>
21710         * lto-cgraph: Update function comments for
21711         lto_symtab_encoder_encode_*.
21713 2015-01-14  Ilya Verbin  <ilya.verbin@intel.com>
21715         * Makefile.in (site.exp): Do not set ENABLE_LTO.
21717 2015-01-14  Ilya Verbin  <ilya.verbin@intel.com>
21719         * cgraphunit.c (ipa_passes): Remove argument from ipa_write_summaries.
21720         * lto-cgraph.c (select_what_to_stream): Remove argument, use
21721         lto_stream_offload_p instead.
21722         * lto-streamer.h (select_what_to_stream): Remove argument.
21723         * passes.c (ipa_write_summaries): Likewise.
21724         * tree-pass.h (ipa_write_summaries): Likewise.
21726 2015-01-14  Richard Biener  <rguenther@suse.de>
21728         PR tree-optimization/59354
21729         * tree-vect-slp.c (vect_build_slp_tree_1): Treat loads from
21730         groups larger than the slp group size as having gaps.
21732 2015-01-14  Andrew MacLeod  <amacleod@redhat.com>
21734         PR middle-end/59448
21735         * builtins.c (get_memmodel): Promote consume to acquire always.
21737 2015-01-14  Ilya Tocar  <ilya.tocar@intel.com>
21739         PR target/64386
21740         * config/i386/i386.c (ix86_expand_sse_cmp): Handle V64QImode,
21741         V32HImode.
21743 2015-01-14  Ilya Tocar  <ilya.tocar@intel.com>
21745         PR target/64393
21746         * common/config/i386/i386-common.c (OPTION_MASK_ISA_AVX512VBMI_SET):
21747         Enable AVX512BW.
21748         (OPTION_MASK_ISA_AVX512BW_UNSET): Disable AVX512VBMI.
21749         * config/i386/i386.c (ix86_hard_regno_mode_ok): Don't check
21750         AVX512VBMI, as it implies AVX512BW.
21752 2015-01-14  Ilya Tocar  <ilya.tocar@intel.com>
21754         PR target/64387
21755         * config/i386/sse.md (vec_unpacks_hi_v8sf): Fix predicate.
21756         (vec_unpacks_hi_v16sf): Ditto.
21758 2015-01-14  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
21760         * config/aarch64/arm_neon.h: Error out if AdvancedSIMD
21761         is not available.
21763 2015-01-14  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
21765         * doc/invoke.texi (mapcs): Mention deprecation.
21766         (mapcs-frame): Likewise.
21768 2015-01-14  Thomas Preud'homme  <thomas.preudhomme@arm.com>
21770         PR target/64453
21771         * config/arm/arm.c (callee_saved_reg_p): Define.
21772         (arm_compute_save_reg0_reg12_mask): Use callee_saved_reg_p to check if
21773         register is callee saved instead of !call_used_regs[reg].
21774         (thumb1_compute_save_reg_mask): Likewise.
21776 2015-01-14  Hale Wang  <hale.wang@arm.com>
21778         * config/arm/arm.c: Tune the max_cond_insns/branch_cost for
21779         Cortex-M7.
21781 2015-01-14  Richard Biener  <rguenther@suse.de>
21783         PR lto/64415
21784         * tree-inline.c (insert_debug_decl_map): Check destination
21785         function MAY_HAVE_DEBUG_STMTS.
21786         (insert_init_debug_bind): Likewise.
21787         (insert_init_stmt): Remove redundant check.
21788         (remap_gimple_stmt): Drop debug stmts if the destination
21789         function has var-tracking assignments disabled.
21791 2015-01-14  Martin Liska  <mliska@suse.cz>
21793         * ipa-icf-gimple.c (func_checker::compare_operand): Add support for
21794         IMAGPART_EXPR and REALPART_EXPR and fix BIT_FIELD_REF comparison.
21796 2015-01-14  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
21798         PR target/64460
21799         * config/arm/arm.md (*<arith_shift_insn>_multsi): Set 'shift' to 2.
21800         (*<arith_shift_insn>_shiftsi): Set 'shift' attr to 3.
21802 2015-01-14  Matthew Fortune  <matthew.fortune@imgtec.com>
21804         * config/mips/mips.h (MIPS_ISA_LEVEL_SPEC): Only infer an ISA
21805         level from an ARCH; do not inject the default.
21806         (MIPS_DEFAULT_ISA_LEVEL_SPEC): New macro split out from
21807         MIPS_ISA_LEVEL_SPEC.
21808         (MIPS_ISA_NAN2008_SPEC): Update comment.
21809         (BASE_DRIVER_SELF_SPECS): Likewise.
21810         * config/mips/elfoabi.h (DRIVER_SELF_SPECS): Add
21811         MIPS_DEFAULT_ISA_LEVEL_SPEC.
21812         * config/mips/mti-elf.h (DRIVER_SELF_SPECS): Likewise.
21813         * config/mips/mti-linux.h (DRIVER_SELF_SPECS): Likewise.
21814         * config/mips/sde.h (DRIVER_SELF_SPECS): Likewise.
21816 2015-01-14  Richard Biener  <rguenther@suse.de>
21818         PR tree-optimization/64493
21819         PR tree-optimization/64495
21820         * tree-vect-loop.c (vect_finalize_reduction): For double-reductions
21821         assign the proper vectorized PHI to the inner loop exit PHIs.
21823 2015-01-14  Joey Ye  <joey.ye@arm.com>
21825         * config/arm/arm.c (arm_compute_save_reg_mask):
21826         Do not save lr in case of tail call.
21827         * config/arm/thumb2.md (*thumb2_pop_single): New pattern.
21829 2015-01-14  Martin Uecker <uecker@eecs.berkeley.edu>
21831         * tree-vrp.c (check_array_ref): Emit more warnings
21832         for warn_array_bounds >= 2.
21833         * common.opt: New option -Warray-bounds=.
21834         * doc/invoke.texi: Document -Warray-bounds=.
21836 2015-01-14  Chung-Ju Wu  <jasonwucj@gmail.com>
21838         * config/nds32/nds32.opt (mforce-fp-as-gp): Remove.
21839         (mforbid-fp-as-gp): Remove.
21840         (mex9): Remove.
21841         * config/nds32/nds32-fp-as-gp.c (nds32_have_prologue_p): Remove.
21842         (nds32_symbol_load_store_p): Remove.
21843         (nds32_fp_as_gp_check_available): Clean up implementation.
21844         * config/nds32/nds32.h (LINK_SPEC): Remove -mforce-as-gp and -mex9
21845         cases.
21846         * config/nds32/nds32.c (nds32_asm_file_start): No need to consider
21847         fp-as-gp and ex9 cases.
21849 2015-01-13  Jan Hubicka  <hubicka@ucw.cz>
21851         * tree-profile.c (init_ic_make_global_vars): Drop workaround
21852         for bintuils bug 14342.
21853         (init_ic_make_global_vars): Likewise.
21854         (gimple_init_edge_profiler): Likewise.
21855         (gimple_gen_ic_func_profiler): Likewise.
21857 2015-01-13  Naveen H.S  <Naveen.Hurugalawadi@caviumnetworks.com>
21859         * ipa-inline.c (inline_small_functions): Swap the operands in
21860         enum.
21862 2015-01-13  Jan Hubicka  <hubicka@ucw.cz>
21864         PR ipa/64481
21865         * ipa-inline-analysis.c (node_growth_cache): Remove.
21866         (initialize_growth_caches): Do not initialize it.
21867         (free_growth_caches): Do not free it.
21868         (do_estimate_growth): Rename to ...
21869         (estimate_growth): ... this one; drop growth cache code.
21870         (growth_likely_positive): Always go the heuristics way.
21871         * ipa-inline.c (can_inline_edge_p): Walk through aliases.
21872         (reset_edge_caches): Do not reset node growth.
21873         (heap_edge_removal_hook): Do not maintain cache.
21874         (inline_small_functions): Likewise; strenghten sanity check.
21875         (ipa_inline): Do not maintain caches.
21876         * ipa-inline.h (node_growth_cache): Remove.
21877         (do_estimate_growth): Remove to ...
21878         (estimate_growth): this one; remove inline version.
21879         (reset_node_growth_cache): Remove.
21881 2015-01-13  Jan Hubicka  <hubicka@ucw.cz>
21883         PR ipa/64565
21884         * ipa-inline.c (inline_small_functions): Update callee keys after
21885         resolving speculation
21886         (inline_small_functions): Always check monotonicity of the queue.
21888 2015-01-13  Marek Polacek  <polacek@redhat.com>
21890         PR middle-end/64391
21891         * trans-mem.c (get_attrs_for): Return NULL_TREE if X is NULL_TREE.
21893 2015-01-13  Jakub Jelinek  <jakub@redhat.com>
21895         PR rtl-optimization/64286
21896         * ree.c (combine_reaching_defs): Move part of comment earlier,
21897         remove !SCALAR_INT_MODE_P check.
21898         (add_removable_extension): Don't add vector mode
21899         extensions if all uses of the source register aren't the same
21900         vector extensions.
21902 2015-01-13  Renlin Li  <renlin.li@arm.com>
21904         * config/arm/arm.h (CLZ_DEFINED_VALUE_AT_ZERO): Return 2.
21905         (CTZ_DEFINED_VALUE_AT_ZERO): Ditto.
21907 2015-01-13  Martin Liska  <mliska@suse.cz>
21909         * ipa-icf.c (sem_function::equals_private): Call new functions
21910         cl_target_option_print_diff and cl_optimization_print_diff.
21911         * optc-save-gen.awk (cl_target_option_print_diff): New function.
21912         (cl_optimization_print_diff): Likewise.
21913         * opth-gen.awk: Likewise.
21915 2015-01-13  Richard Sandiford  <richard.sandiford@arm.com>
21917         * config/aarch64/aarch64.md (subsi3, *subsi3_uxtw, subdi3)
21918         (*sub_<optab><ALLX:mode>_<GPI:mode>, *sub_<optab><SHORT:mode>_si_uxtw)
21919         (*sub_<optab><ALLX:mode>_shft_<GPI:mode>)
21920         (*sub_<optab><SHORT:mode>_shft_si_uxtw, *sub_<optab><mode>_multp2)
21921         (*sub_<optab>si_multp2_uxtw, *sub_uxt<mode>_multp2)
21922         (*sub_uxtsi_multp2_uxtw): Add stack pointer sources.
21924 2015-01-13  Andrew Pinski  <apinski@cavium.com>
21926         * config/aarch64/aarch64.c (fusion_load_store): Check dest mode
21927         instead of src mode.
21929 2015-01-13  Richard Biener  <rguenther@suse.de>
21931         PR lto/64373
21932         * lto-streamer-out.c (tree_is_indexable): Guard for NULL
21933         DECL_CONTEXT.
21935 2015-01-13  Andrew Pinski  <apinski@cavium.com>
21937         * config/aarch64/aarch64.c (aarch64_operands_ok_for_ldpstp): Reject
21938         volatile mems.
21939         (aarch64_operands_adjust_ok_for_ldpstp): Likewise.
21941 2015-01-13  Jakub Jelinek  <jakub@redhat.com>
21943         PR middle-end/63974
21944         * cfgexpand.c (expand_computed_goto): Don't call
21945         convert_memory_address here.
21947 2015-01-13  Richard Biener  <rguenther@suse.de>
21949         PR tree-optimization/64406
21950         * tree-loop-distibution.c (pass_loop_distribution::execute):
21951         Reset the SCEV hashtable if we distributed anything.
21953 2015-01-13  Richard Biener  <rguenther@suse.de>
21955         PR tree-optimization/64404
21956         * tree-vect-stmts.c (vectorizable_load): Reject conflicting
21957         SLP types for CSEd loads.
21959 2015-01-13  Thomas Preud'homme  <thomas.preudhomme@arm.com>
21961         PR tree-optimization/64436
21962         * tree-ssa-math-opts.c (find_bswap_or_nop_1): Move code performing the
21963         merge of two symbolic numbers for a bitwise OR to ...
21964         (perform_symbolic_merge): This. Also fix computation of the range and
21965         end of the symbolic number corresponding to the result of a bitwise OR.
21967 2015-01-13  Richard Biener  <rguenther@suse.de>
21969         PR tree-optimization/64568
21970         * tree-ssa-forwprop.c (pass_forwprop::execute): Properly
21971         release defs of removed stmts, avoid splitting TARGET_MEM_REFs.
21973 2015-01-13  Chung-Ju Wu  <jasonwucj@gmail.com>
21975         * config/nds32/nds32.c (nds32_legitimate_address_p): Consider
21976         TARGET_CMODEL_LARGE and TARGET_CMODEL_MEDIUM cases.
21978 2015-01-13  Chung-Ju Wu  <jasonwucj@gmail.com>
21980         * config/nds32/nds32.h (NDS32_SYMBOL_FLAG_RODATA): Define our own
21981         target-specific symbol_ref flag.
21982         (NDS32_SYMBOL_REF_RODATA_P): Define it to check if the symbol_ref
21983         resides in rodata section.
21984         * config/nds32/nds32.c (TARGET_ENCODE_SECTION_INFO): Define.
21985         (nds32_encode_section_info): New function.
21987 2015-01-13  Chung-Ju Wu  <jasonwucj@gmail.com>
21989         * config/nds32/nds32.md (call): Use pseudo instruction bal which
21990         clobbers TA_REGNUM if large code model is specified.
21991         (call_register): Likewise.
21992         (call_immediate): Likewise.
21993         (call_value): Likewise.
21994         (call_value_register): Likewise.
21995         (call_value_immediate): Likewise.
21997 2015-01-13  Chung-Ju Wu  <jasonwucj@gmail.com>
21999         * config/nds32/nds32.h (TARGET_CMODEL_SMALL): New macro.
22000         (TARGET_CMODEL_MEDIUM): New macro.
22001         (TARGET_CMODEL_LARGE): New macro.
22002         * config/nds32/nds32.c (nds32_asm_file_start): Display corresponding
22003         code model setting in assembly code.
22005 2015-01-13  Chung-Ju Wu  <jasonwucj@gmail.com>
22007         * common/config/nds32/nds32-common.c (TARGET_DEFAULT_TARGET_FLAGS):
22008         Remove MASK_GP_DIRECT flag.
22009         * config/nds32/nds32.h (MULTILIB_DEFAULTS): Have -mcmodel=medium as
22010         one of the multilib default options.
22011         * config/nds32/nds32.opt (mgp-direct): Remove.
22012         * config/nds32/t-mlibs (MULTILIB_OPTIONS): Use -mcmodel instead of
22013         -mgp-direct.  We also remove unnecessary -mlittle-endian/-mbig-endian.
22015 2015-01-13  Chung-Ju Wu  <jasonwucj@gmail.com>
22017         * config/nds32/nds32.opt (mcmodel): Add new option.
22018         * config/nds32/nds32-opts.h (nds32_cmodel_type): Add new enum type
22019         to describe code model.
22021 2015-01-13  Oleg Endo  <olegendo@gcc.gnu.org>
22023         PR target/64479
22024         * rtlanal.c (set_reg_p): Handle SEQUENCE constructs.
22026 2015-01-12  Kaz Kojima  <kkojima@gcc.gnu.org>
22028         * config/sh/sh.c (sh_atomic_assign_expand_fenv): New function.
22029         (TARGET_ATOMIC_ASSIGN_EXPAND_FENV): Define.
22030         (sh_builtin_get_fpscr, sh_builtin_set_fpscr): New variables.
22031         (sh_init_builtins): Record decls for __builtin_sh_get_fpscr and
22032         __builtin_sh_set_fpscr.
22034 2015-01-12  Sandra Loosemore  <sandra@codesourcery.com>
22036         * doc/invoke.texi ([-Wsuggest-attribute=]): Don't use parentheses
22037         after a funtion name just to indicate it is a function.
22038         ([-fsanitize-undefined-trap-on-error]): Likewise.
22039         ([-fdbg-cnt=]): Likewise.
22040         ([-mmemcpy]): Likewise.
22041         ([-mflush-func]): Likewise.
22042         ([-msynci]): Likewise.
22044 2015-01-12  Sandra Loosemore  <sandra@codesourcery.com>
22046         * doc/invoke.texi ([-Wbad-function-cast]): Rewrite to avoid confusing
22047         example.
22049 2015-01-12  Jakub Jelinek  <jakub@redhat.com>
22051         PR tree-optimization/64563
22052         * tree-vrp.c (vrp_evaluate_conditional): Check for VR_RANGE
22053         instead of != VR_VARYING.
22055         PR target/64513
22056         * config/i386/i386.c (ix86_expand_prologue): Add
22057         REG_FRAME_RELATED_EXPR to %rax and %r10 pushes.
22059         PR tree-optimization/64454
22060         * tree-vrp.c (simplify_div_or_mod_using_ranges): Optimize
22061         op0 % op1 into op0 if op0 is in range [-op1 + 1, op1 - 1]
22062         for signed or [0, op1 - 1] for unsigned modulo.
22063         (simplify_stmt_using_ranges): Call simplify_div_or_mod_using_ranges
22064         even if op1 does not satisfy integer_pow2p.
22066         PR other/64370
22067         * sreal.c (sreal::to_double): Use ldexp instead of scalbnl.
22069 2015-01-12  Jeff Law  <law@redhat.com>
22071         PR target/64461
22072         * config/m68k/m68k.md (truncsiqi2): Disable for TARGET_COLDFIRE.
22073         (trunchiqi2, truncsihi2): Similarly.
22075         * config/h8300/h8300.c (Fpa): Use RTX_FRAME_RELATED_P directly
22076         rather than calling F.
22078 2015-01-12  Bernd Edlinger  <bernd.edlinger@hotmail.de>
22080         * tsan.c (instrument_expr): Use force_gimple_operand.
22081         Use may_be_nonaddressable_p instead of is_gimple_addressable.
22083 2015-01-12  Richard Biener  <rguenther@suse.de>
22085         PR tree-optimization/64530
22086         * tree-loop-distribution.c (pg_add_dependence_edges): Shuffle
22087         back dr1.
22089 2015-01-12  Richard Biener  <rguenther@suse.de>
22091         PR middle-end/64357
22092         * tree-cfg.c (gimple_can_merge_blocks_p): Protect simple
22093         latches properly.
22095 2015-01-12  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
22097         * config/arm/arm.c (arm_cortex_a12_tune): Update entries to match
22098         Cortex-A17 tuning parameters.
22099         * config/arm/arm-cores.def (cortex-a12): Schedule for cortex-a17.
22101 2015-01-12  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
22103         * config/arm/arm-protos.h (tune_params): Add fuseable_ops field.
22104         * config/arm/arm.c (arm_macro_fusion_p): New function.
22105         (arm_macro_fusion_pair_p): Likewise.
22106         (TARGET_SCHED_MACRO_FUSION_P): Define.
22107         (TARGET_SCHED_MACRO_FUSION_PAIR_P): Likewise.
22108         (ARM_FUSE_NOTHING): Likewise.
22109         (ARM_FUSE_MOVW_MOVT): Likewise.
22110         (arm_slowmul_tune, arm_fastmul_tune, arm_strongarm_tune,
22111         arm_xscale_tune, arm_9e_tune, arm_v6t2_tune, arm_cortex_tune,
22112         arm_cortex_a8_tune, arm_cortex_a7_tune, arm_cortex_a15_tune,
22113         arm_cortex_a53_tune, arm_cortex_a57_tune, arm_cortex_a9_tune,
22114         arm_cortex_a12_tune, arm_v7m_tune, arm_v6m_tune, arm_fa726te_tune
22115         arm_cortex_a5_tune): Specify fuseable_ops value.
22117 2015-01-12  H.J. Lu  <hongjiu.lu@intel.com>
22119         PR bootstrap/64561
22120         * configure.ac (HAVE_LD_PIE_COPYRELOC): Update Linux/x86-64 linker
22121         test for PIE with copy reloc.
22122         * configure: Regenerated.
22124 2015-01-12  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
22126         * config/arm/arm.c (arm_load_tp): Use R0_REGNUM instead of constant 0
22127         in gen_rtx_REG.
22128         (arm_tls_descseq_addr): Likewise.
22129         (arm_gen_movmemqi): Likewise.
22130         (arm_expand_epilogue_apcs_frame): Likewise.
22131         (arm_expand_epilogue): Likewise.
22132         (arm_expand_prologue): Likewise.  Use R1_REGNUM instead of constant 1
22133         in gen_rtx_REG.
22135 2015-01-12  Martin Liska  <mliska@suse.cz>
22137         PR ipa/64550
22138         * ipa-icf-gimple.c (func_checker::compare_memory_operand): Compare
22139         volatility for correct operands.
22141 2015-01-12  Martin Liska  <mliska@suse.cz>
22143         * ipa-icf.c (sem_function::equals_wpa): Add indirect_calls as
22144         indication that a function is not leaf.
22145         (sem_function::compare_polymorphic_p): Likewise.
22147 2015-01-12  Prathamesh Kulkarni  <prathamesh.kulkarni@linaro.org>
22149         * config/visium/visium.c: Add includes hashtab.h, hash-set.h,
22150         machmode.h, input.h, statistics.h, vec.h, double-int.h, real.h,
22151         fixed-value.h, alias.h, symtab.h, tree-core.h, wide-int.h, inchash.h,
22152         fold-const.h, tree-check.h.
22154 2015-01-12  Jan Hubicka  <hubicka@ucw.cz>
22156         PR ipa/63967
22157         PR ipa/64425
22158         * ipa-inline.c (compute_uninlined_call_time,
22159         compute_inlined_call_time): Use counts for extra precision when
22160         needed possible.
22161         (big_speedup_p): Fix formating.
22162         (RELATIVE_TIME_BENEFIT_RANGE): Remove.
22163         (relative_time_benefit): Remove.
22164         (edge_badness): Turn DECL_DISREGARD_INLINE_LIMITS into hint;
22165         merge guessed and read profile paths.
22166         (inline_small_functions): Count only !optimize_size functions into
22167         initial size; be more lax about sanity check when profile is used;
22168         be sure to update inlined function profile when profile is read.
22170 2015-01-12  Jan Hubicka  <hubicka@ucw.cz>
22172         PR ipa/63470
22173         * ipa-inline-analysis.c (inline_edge_duplication_hook): Adjust
22174         cost when edge becomes direct.
22175         * ipa-prop.c (make_edge_direct): Do not adjust when speculation
22176         is resolved or when introducing new speculation.
22178 2015-01-12  Chen Gang  <gang.chen.5i5j@gmail.com>
22180         PR ipa/64551
22181         PR ipa/64552
22182         * ipa-icf.c (sem_function::equals_private): Use '&&' instead of
22183         '||' to fix typo issue.
22185         * gcc/tree.h (target_opts_for_fn): Check NULL_TREE since it can
22186         accept and return NULL.
22188 2015-01-12  Martin Liska  <mliska@suse.cz>
22190         * cgraph.c (cgraph_edge::remove_callee): Move function to header
22191         file for being inlined.
22192         (cgraph_set_edge_callee): Delete.
22193         (cgraph_edge::redirect_callee): Move function to header file
22194         for being inlined.
22195         (cgraph_edge::make_direct): Use new function.
22196         (cgraph_edge::dump_edge_flags): New function created from
22197         static dump_edge_flags function.
22198         (cgraph_node::dump): Use new function.
22199         (cgraph_edge::verify_count_and_frequency): New function created
22200         from verify_edge_count_and_frequency.
22201         (cgraph_edge::verify_corresponds_to_fndecl): New function created
22202         from verify_edge_corresponds_to_fndecl.
22203         (verify_edge_corresponds_to_fndecl): Delete.
22204         (cgraph_node::verify_node): Use new function.
22205         * cgraph.h (cgraph_edge::set_callee): New function.
22206         (cgraph_edge::dump_edge_flags): Likewise.
22207         (cgraph_edge::verify_corresponds_to_fndecl): Likewise.
22209 2015-01-11  Jan Hubicka  <hubicka@ucw.cz>
22211         * ipa-utils.c (estimate_function_body_sizes): Do not
22212         free node params when called late with early=true.
22214 2015-01-11  James Greenhalgh  <james.greenhalgh@arm.com>
22216         * doc/md.texi (Instruction Patterns): Rewrite text for
22217         clarity.
22218         (Example): Likewise.
22220 2015-01-10  Sandra Loosemore  <sandra@codesourcery.com>
22222         * doc/invoke.texi (Option Summary): Break long lines.
22223         [(-fdiagnostics-color)]: Put long literal in @smallexample
22224         instead of inline.
22225         [(-fsanitize-recover)]: Likewise.
22226         [(-fdump-rtl-split*)]: Rewrite to fix over-full hbox.
22227         [(-ffast-math)]: Likewise.
22228         [(--param max-inline-insns-recursive)]: Likewise.
22229         [(--param max-inline-recursive-depth)]: Likewise.
22230         [(-mno-text-section-literals)]: Likewise.
22232 2015-01-10  Thomas Schwinge  <thomas@codesourcery.com>
22234         * doc/install.texi: Update for libgomp being renamed from "GNU
22235         OpenMP Runtime Library" to "GNU Offloading and Multi Processing
22236         Runtime Library".
22237         * doc/sourcebuild.texi: Likewise.
22239 2015-01-10  Anthony Green  <green@moxielogic.com>
22241         * config/moxie/moxie.c (moxie_option_override): Fix forcing of
22242         mul.x availability for moxiebox configuration.
22244 2015-01-09  Anthony Green  <green@moxielogic.com>
22246         * config/moxie/moxie.md: Tabify assembly output.
22248 2015-01-09  Anthony Green  <green@moxielogic.com>
22250         * config/moxie/moxie.md (CC_REG): Correct register definition.
22252 2015-01-09  Sandra Loosemore  <sandra@codesourcery.com>
22254         * doc/invoke.texi ([-fvtable-verify]): Copy-edit and fix markup.
22255         ([-fvtv-debug], [-fvtv-counts]): Likewise.  Correct location
22256         of log files.
22258 2015-01-09  Andreas Tobler  <andreast@gcc.gnu.org>
22260         * config/arm/arm.h (MAX_SYNC_LIBFUNC_SIZE): Delete semicolon.
22262 2015-01-09  Bernd Schmidt  <bernds@codesourcery.com>
22263             Jakub Jelinek  <jakub@redhat.com>
22265         PR middle-end/64412
22266         * lto-streamer.h (lto_stream_offload_p): New declaration.
22267         * lto-streamer.c (lto_stream_offload_p): New variable.
22268         * cgraphunit.c (ipa_passes): Set lto_stream_offload_p
22269         at the same time as section_name_prefix.
22270         * lto-streamer-out.c (hash_tree): Don't hash TREE_TARGET_OPTION
22271         if lto_stream_offload_p.
22272         * tree-streamer-out.c (streamer_pack_tree_bitfields): Don't
22273         stream TREE_TARGET_OPTION if lto_stream_offload_p.
22274         (write_ts_function_decl_tree_pointers): Don't
22275         stream DECL_FUNCTION_SPECIFIC_TARGET if lto_stream_offload_p.
22276         * tree-streamer-in.c (unpack_value_fields): Don't stream
22277         TREE_TARGET_OPTION in if ACCEL_COMPILER.
22278         (lto_input_ts_function_decl_tree_pointers): Don't stream
22279         DECL_FUNCTION_SPECIFIC_TARGET in if ACCEL_COMPILER.
22280         * lto-opts.c (lto_write_options): Use lto_stream_offload_p
22281         instead of section_name_prefix string comparisons.
22283 2015-01-09  Jakub Jelinek  <jakub@redhat.com>
22285         PR rtl-optimization/64536
22286         * cfgrtl.c (rtl_tidy_fallthru_edge): Handle removal of degenerate
22287         tablejumps.
22289 2015-01-09  Michael Collison  <michael.collison@linaro.org>
22291         PR tree-optimization/64322
22292         * tree-vrp.c (extract_range_from_binary_expr_1): Attempt to derive
22293         range for RSHIFT_EXPR even if vr0 range is not VR_RANGE or is symbolic.
22295 2015-01-09  Tom de Vries  <tom@codesourcery.com>
22297         PR rtl-optimization/64539
22298         * regcprop.c (kill_clobbered_values): Factor out of ...
22299         (copyprop_hardreg_forward_1): ... here.  Use kill_clobbered_values
22300         instead of note_stores with kill_clobbered_value.
22302 2015-01-09  Andreas Tobler  <andreast@gcc.gnu.org>
22304          * ginclude/unwind-arm-common.h: Revert previous commit.
22306 2015-01-09  Andreas Tobler  <andreast@gcc.gnu.org>
22308         * config.gcc (arm*-*-freebsd*): New configuration.
22309         * config/arm/freebsd.h: New file.
22310         * config.host: Add extra components for arm*-*-freebsd*.
22311         * config/arm/arm.h: Introduce MAX_SYNC_LIBFUNC_SIZE.
22312         * config/arm/arm.c (arm_init_libfuncs): Use MAX_SYNC_LIBFUNC_SIZE.
22314 2015-01-09  Sebastian Huber  <sebastian.huber@embedded-brains.de>
22316         * config/rs6000/rtems.h (CPP_OS_RTEMS_SPEC): Define __PPC_CPU_E6500__
22317         for -mcpu=e6500.
22318         * config/rs6000/t-rtems: Add e6500 multilibs.
22320 2015-01-09  Sebastian Huber  <sebastian.huber@embedded-brains.de>
22322         * config/rs6000/t-rtems: Add -mno-spe to soft-float multilib for
22323         MPC8540.
22325 2015-01-09  Sebastian Huber  <sebastian.huber@embedded-brains.de>
22327         * config/rs6000/t-rtems: Use MULTILIB_REQUIRED instead of
22328         MULTILIB_EXCEPTIONS.
22330 2015-01-09  Sebastian Huber  <sebastian.huber@embedded-brains.de>
22332         * config/arm/t-rtems: Use MULTILIB_REQUIRED instead of
22333         MULTILIB_EXCEPTIONS.
22335 2015-01-09  Sebastian Huber  <sebastian.huber@embedded-brains.de>
22337         * config/arm/t-rtems-eabi: Rename to...
22338         * config/arm/t-rtems: ...this.
22339         * config/arm/rtems-eabi.h: Rename to...
22340         * config/arm/rtems.h: ...this.
22341         * config.gcc (arm*-*-rtems*): Reflect changes above.
22343 2015-01-09  Richard Biener  <rguenther@suse.de>
22345         PR tree-optimization/64410
22346         * tree-ssa.c (non_rewritable_lvalue_p): Allow REALPART/IMAGPART_EXPR
22347         on the LHS.
22348         (execute_update_addresses_taken): Deal with that.
22349         * tree-ssa-forwprop.c (pass_forwprop::execute): Use component-wise
22350         loads/stores for complex variables.
22352 2015-01-09  Martin Liska  <mliska@suse.cz>
22354         * ipa-icf-gimple.c (func_checker::compare_ssa_name): Enhance SSA
22355         name comparison.
22356         (func_checker::compare_memory_operand): New function.
22357         (func_checker::compare_operand): Split case to newly
22358         added functions.
22359         (func_checker::compare_cst_or_decl): New function.
22360         (func_checker::compare_gimple_call): Identify
22361         memory operands.
22362         (func_checker::compare_gimple_assign): Likewise.
22363         * ipa-icf-gimple.h: New function.
22365 2015-01-09  Martin Liska  <mliska@suse.cz>
22367         PR ipa/64503
22368         * sreal.c (sreal::dump): Change unsigned format to signed for
22369         m_exp value.
22370         (sreal::to_double): Replace exp2 with scalbln.
22372 2015-01-09  Martin Liska  <mliska@suse.cz>
22374         * cgraphunit.c (cgraph_node::create_wrapper): Fix level of indentation.
22375         * ipa-icf.c (sem_function::equals_private): Add support for target and
22376         (sem_item_optimizer::merge_classes): Remove redundant function
22377         optimization flags comparison.
22378         * tree.h (target_opts_for_fn): New function.
22380 2015-01-09  Tom de Vries  <tom@codesourcery.com>
22382         * omp-low.c (expand_omp_for_static_chunk): Fix assert.
22384 2015-01-09  Kito Cheng  <kito@0xlab.org>
22386         PR rtl-optimization/64348
22387         * lra-constraints.c (split_reg): Fix caller-save store/restore
22388         instruction generation.
22390 2015-01-08  John David Anglin  <danglin@gcc.gnu.org>
22392         PR gcov-profile/61790
22393         * gcov-tool.c (do_rewrite): Use strtoll instead of atoll if host has
22394         long long.  Fallback to int64_t if host doesn't have long long and
22395         use strtol if int64_t is long.  Otherwise, use sscanf for conversion.
22397 2015-01-08  Jakub Jelinek  <jakub@redhat.com>
22399         PR tree-optimization/63989
22400         * params.def (PARAM_MAX_TRACKED_STRLENS): Increment default
22401         from 1000 to 10000.
22402         * tree-ssa-strlen.c (get_strinfo): Moved earlier.
22403         (get_stridx): If we don't have a record for certain SSA_NAME,
22404         but it is POINTER_PLUS_EXPR of some SSA_NAME we do with
22405         constant offset, call get_stridx_plus_constant.
22406         (get_stridx_plus_constant): New function.
22407         (zero_length_string): Don't use get_stridx here.
22409         PR target/55023
22410         PR middle-end/64388
22411         * dse.c (struct insn_info): Mention frame_read set also
22412         before reload for tail calls on some targets.
22413         (scan_insn): Revert 2014-12-22 change.  Set frame_read
22414         also before reload for tail calls if
22415         HARD_FRAME_POINTER_IS_ARG_POINTER.  Call add_wild_read
22416         instead of add_non_frame_wild_read for non-const/memset
22417         tail calls after reload.
22419 2015-01-08  Jason Merrill  <jason@redhat.com>
22421         * ubsan.c (do_ubsan_in_current_function): New.
22422         (pass_ubsan::gate): Use it.
22423         * ubsan.h: Declare it.
22424         * convert.c (convert_to_integer): Use it.
22426 2015-01-08  Jakub Jelinek  <jakub@redhat.com>
22428         PR target/64338
22429         * config/i386/i386.c (ix86_expand_int_movcc): Don't reverse
22430         compare_code when it is unconditionally overwritten afterwards.
22431         Use ix86_reverse_condition instead of reverse_condition.  Don't
22432         change code if *reverse_condition* returned UNKNOWN and don't
22433         swap ct/cf and negate diff in that case.
22435 2015-01-08  Mike Stump  <mikestump@comcast.net>
22437         * tsan.c (pass_tsan::gate): Add no_sanitize_thread support.
22438         (pass_tsan_O0::gate): Likewise.
22439         * extend.texi (Function Attributes): Add no_sanitize_thread
22440         documentation.
22442 2015-01-08  Thomas Schwinge  <thomas@codesourcery.com>
22444         * builtins.def (DEF_GOMP_BUILTIN): Also consider flag_offload_abi
22445         for registering builtins.
22446         * config/i386/intelmic-mkoffload.c (prepare_target_image): Don't
22447         add -fopenmp to the argv_obstack used when invoking
22448         compile_for_target.
22450         * config/i386/intelmic-mkoffload.c (compile_for_target): Always
22451         add "-m32" or "-m64" to argv_obstack.
22452         (generate_host_descr_file): Likewise, when invoking host_compiler.
22453         (main): Always add "-m elf_i386" or "-m elf_x86_64" when invoking
22454         ld.
22456 2015-01-08  Oleg Endo  <olegendo@gcc.gnu.org>
22458         * config/sh/sh-mem.cc: Use constant as second operand when emitting
22459         tstsi_t insns.
22461 2015-01-08  Oleg Endo  <olegendo@gcc.gnu.org>
22463         PR target/55212
22464         * config/sh/sh.md (*addsi3_compact): Emit reg-reg copy instead of
22465         constant load if constant operand fits into I08.
22467 2015-01-08  Jakub Jelinek  <jakub@redhat.com>
22469         PR sanitizer/64336
22470         * tree.c (build2_stat): Fix up initialization of TREE_READONLY
22471         and TREE_THIS_VOLATILE for MEM_REFs.
22472         (build5_stat): Fix up initialization of TREE_READONLY and
22473         TREE_THIS_VOLATILE for TARGET_MEM_REFs.
22475 2015-01-08  Kaz Kojima  <kkojima@gcc.gnu.org>
22477         PR target/64533
22478         * config/sh/sh.md (*addsi3_compact): Use u constraint instead
22479         of r for the second alternative of the destination operand.
22481 2015-01-07  Segher Boessenkool  <segher@kernel.crashing.org>
22483         PR target/36557
22484         * config/rs6000/rs6000.md (*eqsi3_ext<mode>, *nesi3_ext<mode>): New.
22486 2015-01-07  Sandra Loosemore  <sandra@codesourcery.com>
22488         * doc/invoke.texi ([-fvtable-verify]): Fix markup on option
22489         keywords.
22490         ([-fivar-visibility], [-fvisibility]): Likewise.
22492 2015-01-07  Sandra Loosemore  <sandra@codesourcery.com>
22494         * doc/invoke.texi: Fix incorrect uses of @samp markup throughout
22495         the file where @code, @command, etc is more appropriate.
22497 2015-01-06  Sandra Loosemore  <sandra@codesourcery.com>
22499         * doc/invoke.texi (RS/6000 and PowerPC Options): Tidy formatting
22500         of -mrecip= documentation.
22502 2015-01-06  Michael Meissner  <meissner@linux.vnet.ibm.com>
22504         PR target/64505
22505         * config/rs6000/rs6000.c (rs6000_secondary_reload): Return the
22506         correct reload handler if -m32 -mpowerpc64 is used.
22508 2015-01-06  Tom de Vries  <tom@codesourcery.com>
22510         * tree-ssa-tail-merge.c: Fix typo in struct same_succ_def comment.
22512 2015-01-08  Christian Bruel  <christian.bruel@st.com>
22514         PR target/64507
22515         * config/sh/sh-mem.cc (sh_expand_cmpnstr): Check 0 length.
22517 2015-01-06  Thomas Preud'homme  <thomas.preudhomme@arm.com>
22519         PR tree-optimization/63259
22520         * tree-ssa-math-opts.c (pass_optimize_bswap::execute): Stop checking
22521         if optab exists for 16bit byteswap.
22523 2015-01-06  Jakub Jelinek  <jakub@redhat.com>
22525         * opts.c (common_handle_option): Add support for
22526         -fno-sanitize=all and -f{,no-}sanitize-recover=all.
22527         * doc/invoke.texi: Document -fno-sanitize=all,
22528         -f{,no-}sanitize-recover=all.  Document that
22529         -fsanitize=float-cast-overflow is not enabled
22530         by -fsanitize=undefined.  Fix up documentation
22531         of -f{,no-}sanitize-recover.
22533 2015-01-06  Eric Botcazou  <ebotcazou@adacore.com>
22535         * config.gcc: Add Visium support.
22536         * configure.ac: Likewise.
22537         * configure: Regenerate.
22538         * doc/extend.texi (interrupt attribute): Add Visium.
22539         * doc/invoke.texi: Document Visium options.
22540         * doc/install.texi: Document Visium target.
22541         * doc/md.texi: Document Visium constraints.
22542         * common/config/visium: New directory.
22543         * config/visium: Likewise.
22545 2015-01-05  Segher Boessenkool  <segher@kernel.crashing.org>
22547         * simplify-rtx.c (simplify_binary_operation_1): Handle more cases
22548         for the "(and X (ior (not X) Y) -> (and X Y)" transform.
22550 2015-01-05  Segher Boessenkool  <segher@kernel.crashing.org>
22552         * combine.c (combine_validate_cost): Do not count the cost of a
22553         split I2 twice.  Do not display it twice in the dump, either.
22555 2015-01-05  Sandra Loosemore  <sandra@codesourcery.com>
22557         Revert parts of r219199.
22558         * doc/invoke.texi ([-Wliteral-suffix]): Restore markup on
22559         <inttypes.h>.
22560         ([-Wtraditional]): Restore markup on <limits.h>.
22562 2015-01-05  Trevor Saunders  <tsaunders@mozilla.com>
22564         PR c++/31397
22565         * doc/invoke.texi: Document -Wsuggest-override.
22567 2015-01-05  Radovan Obradovic  <radovan.obradovic@imgtec.com>
22569         PR rtl-optimization/64287
22570         * toplev.c (HAVE_epilogue, HAVE_prologue): Provide default.
22571         (process_options): Disable flag_ipa_ra if profiling.
22573 2015-01-05  Eric Botcazou  <ebotcazou@adacore.com>
22575         * config/nds32/nds32-peephole2.md: Do not mention define_peephole.
22577 2015-01-05  Max Filippov  <jcmvbkbc@gmail.com>
22579         * config/xtensa/xtensa.c (hwloop_optimize, hwloop_fail,
22580         hwloop_pattern_reg, xtensa_doloop_hooks, xtensa_reorg_loops):
22581         put under #if TARGET_LOOPS guard.
22583 2015-01-05  Uros Bizjak  <ubizjak@gmail.com>
22585         * config/i386/i386.c (output_387_binary_op): Use std::swap.
22587 2015-01-05  Oleg Endo  <olegendo@gcc.gnu.org>
22589         * rtlanal.c (refers_to_regno_p): Change return value from int to bool.
22590         * rtl.h (refers_to_regno_p): Add overload.
22591         * cse.c: Use it.
22592         * bt-load.c: Likewise.
22593         * combine.c: Likewise.
22594         * df-scan.c: Likewise.
22595         * sched-deps.c: Likewise.
22596         * config/s390/s390.c: Likewise.
22597         * config/m32r/m32r.c: Likewise.
22598         * config/rs6000/spe.md: Likewise.
22599         * config/rs6000/rs6000.c: Likewise.
22600         * config/pa/pa.c: Likewise.
22601         * config/stormy16/stormy16.c: Likewise.
22602         * config/cris/cris.c: Likewise.
22603         * config/arc/arc.md: Likewise.
22604         * config/arc/arc.c: Likewise.
22605         * config/sh/sh.md: Likewise.
22606         * config/sh/sh.c: Likewise.
22607         * config/frv/frv.c: Likewise.
22609 2015-01-05  Jakub Jelinek  <jakub@redhat.com>
22611         PR sanitizer/64265
22612         * gimplify.c (gimplify_function_tree): Add TSAN_FUNC_EXIT internal
22613         call as cleanup of the whole body.
22614         * internal-fn.def (TSAN_FUNC_EXIT): New internal call.
22615         * tsan.c (replace_func_exit): New function.
22616         (instrument_func_exit): Moved earlier.
22617         (instrument_memory_accesses): Adjust TSAN_FUNC_EXIT internal calls.
22618         Call instrument_func_exit if no TSAN_FUNC_EXIT internal calls have
22619         been found.
22620         (tsan_pass): Don't call instrument_func_exit.
22621         * internal-fn.c (expand_TSAN_FUNC_EXIT): New function.
22622         * tree-inline.c (copy_bb): Drop TSAN_FUNC_EXIT internal calls during
22623         inlining.
22625         PR sanitizer/64344
22626         * ubsan.h (ubsan_instrument_float_cast): Add ARG argument.
22627         * ubsan.c (ubsan_instrument_float_cast): Add ARG argument, pass
22628         it to libubsan handler instead of EXPR.  Fold comparisons earlier,
22629         if the result is integer_zerop, return NULL_TREE.
22630         * convert.c (convert_to_integer): Pass expr as ARG.
22632         PR tree-optimization/64465
22633         * tree-inline.c (redirect_all_calls): During inlining
22634         clean up EH stmts and EH edges if redirect_call_stmt_to_callee
22635         changed the stmt to a non-throwing call.
22637 2015-01-05  Sandra Loosemore  <sandra@codesourcery.com>
22639         * doc/invoke.texi: Fix incorrect uses of @code, @option, @samp,
22640         etc markup throughout the file.
22642 2015-01-05  Bernd Edlinger  <bernd.edlinger@hotmail.de>
22644         Enable experimental TSAN support for Ada.
22645         * tsan.c (instrument_expr): Handle VIEW_CONVERT_EXPR.
22647 2015-01-05  Jakub Jelinek  <jakub@redhat.com>
22649         PR tree-optimization/64494
22650         * tree-ssa-loop-im.c (move_computations_dom_walker::before_dom): Also
22651         clear SSA_NAME_ANTI_RANGE_P flag.
22653 2015-01-05  Marek Polacek  <polacek@redhat.com>
22655         * doc/extend.texi (Arrays of Length Zero): Add missing comma.
22657 2015-01-05  Jakub Jelinek  <jakub@redhat.com>
22659         Update copyright years.
22661         * gcc.c (process_command): Update copyright notice dates.
22662         * gcov-dump.c: Ditto.
22663         * gcov.c: Ditto.
22664         * doc/cpp.texi: Bump @copying's copyright year.
22665         * doc/cppinternals.texi: Ditto.
22666         * doc/gcc.texi: Ditto.
22667         * doc/gccint.texi: Ditto.
22668         * doc/gcov.texi: Ditto.
22669         * doc/install.texi: Ditto.
22670         * doc/invoke.texi: Ditto.
22672         * auto-profile.c, auto-profile.h: Fix up Copyright line.
22674 2015-01-04  Sandra Loosemore  <sandra@codesourcery.com>
22676         * doc/invoke.texi ([-fsized-deallocation]): Copy-edit to fix
22677         verb tense, etc.
22678         ([-fvtable-verify], [-fvtv-debug]): Likewise.
22679         ([-Wabi]): Likewise.
22680         ([-fmessage-length]): Likewise.
22681         ([-Wsuggest-final-types], [-Wsuggest-final-methods]): Likewise.
22682         ([-Wno-discarded-qualifiers]): Likewise.
22683         ([-Wnodiscarded-array-qualifiers]): Likewise.
22684         ([-Wno-virtual-move-assign]): Likewise.
22685         ([-fsanitize=address], [-fsanitize=thread]): Likewise.
22686         ([-fsanitize=leak], [-fsanitize=undefined]): Likewise.
22687         ([-fsanitize=unreachable], [-fsanitize-recover]): Likewise.
22688         ([-fsanitize-undefined-trap-on-error]): Likewise.
22689         ([-floop-interchange]): Likewise.
22690         ([-ftree-coalesce-inlined-vars]): Likewise.
22691         ([-fvect-cost-model]): Likewise.
22692         ([-flto]): Likewise.
22693         ([--param]): Likewise.
22694         (Spec Files): Likewise.
22695         ([-mstrict-align]): Likewise.
22696         ([-mfix-cortex-a53-835769]): Likewise.
22697         ([-march], [-mtune]): Likewise.
22698         ([-mpic-register]): Likewise.
22699         ([-munaligned-access]): Likewise.
22700         ([-msp8]): Likewise.
22701         (EIND and Devices with more than 128 Ki Bytes of Flash): Likewise.
22702         (AVR Built-in Macros): Likewise.
22703         ([-mpreferred-stack-boundary]): Likewise.
22704         ([-mtune-crtl]): Likewise.
22705         ([-mashf]): Likewise.
22706         ([-mmcu=]): Likewise.
22707         ([-minrt]): Likewise.
22708         ([-maltivec], [-maltivec=be], [-maltivec=le]): Likewise.
22709         ([-mupper-regs]): Likewise.
22710         ([-matomic-model]): Likewise.
22711         ([-mdiv]): Likewise.
22712         ([-mzdcbranch]): Likewise.
22713         ([-mdisable-callt]): Likewise.
22714         ([-msoft-float]): Likewise.
22715         ([-m8byte-align]): Likewise.
22716         ([-fstack-reuse]): Likewise.
22718 2015-01-03  Sandra Loosemore  <sandra@codesourcery.com>
22720         * doc/invoke.texi ([-fprofile-generate], [-fprofile-use]):
22721         Fix markup, light copy-editing.
22722         ([-fauto-profile]): Rewrite to fix formatting and content
22723         problems.
22725 2015-01-03  Sandra Loosemore  <sandra@codesourcery.com>
22727         * doc/invoke.texi ([-fisolate-erroneous-paths-dereference]):
22728         Copy-edit description.
22729         ([-fisolate-erroneous-paths-attribute]): Likewise.
22730         * common.opt (fisolate-erroneous-paths-dereference):
22731         Copy-edit description.
22732         (fisolate-erroneous-paths-attribute): Likewise.
22734 2015-01-03  Sandra Loosemore  <sandra@codesourcery.com>
22736         * doc/invoke.texi ([-fsemantic-interposition]): Fix typos and
22737         tidy grammar.
22739 2015-01-03  Sandra Loosemore  <sandra@codesourcery.com>
22741         * doc/invoke.texi ([-fplan9-extensions]): Add/fix @opindex.
22742         ([-fvtv-debug]): Likewise.
22743         ([-Wc++-compat]): Likewise.
22744         ([-Wc++11-compat]): Likewise.
22745         ([-Wc++14-compat]): Likewise.
22746         ([-Wno-sized-deallocation]): Likewise.
22747         ([-femit-class-debug-always]): Likewise.
22748         ([-femit-struct-debug-detailed]): Likewise.
22749         ([-fno-keep-inline-dllexport]): Likewise.
22750         ([-fira-algorithm]): Likewise.
22751         ([-fira-region]): Likewise.
22752         ([-flra-remat]): Likewise.
22753         ([-fipa-ra]): Likewise.
22754         ([-fhoist-adjacent-loads]): Likewise.
22755         ([-fisolate-erroneous-paths-dereference]): Likewise.
22756         ([-fisolate-erroneous-paths-attribute]): Likewise.
22757         ([-ftree-switch-conversion]): Likewise.
22758         ([-ftree-tail-merge]): Likewise.
22759         ([-ftree-loop-if-convert]): Likewise.
22760         ([-ftree-loop-if-convert-stores]): Likewise.
22761         ([-ftree-loop-distribution]): Likewise.
22762         ([-ftree-loop-distribute-patterns]): Likewise.
22763         ([-flto-compression-level]): Likewise.
22764         ([-flto-report]): Likewise.
22765         ([-flto-report-wpa]): Likewise.
22766         ([-fuse-linker-plugin]): Likewise.
22767         ([-mfix-cortex-a53-835769]): Likewise.
22768         ([-mno-fix-cortex-a53-835769]): Likewise.
22769         ([-mmmx]...[-mno-3dnow]): Remove the -mno- forms from the
22770         explicit listing; add a note to the discussion indicating they
22771         exist.  Reorder table to group similar options.  Add missing
22772         @opindex entries.  Add @need commands throughout the table to
22773         allow it to be split across multiple pages.
22774         ([-m8bit-idiv]): Fix @opindex.
22775         ([-mavx256-split-unaligned-load]): Likewise.
22776         ([-mavx256-split-unaligned-store]): Likewise.
22777         ([-mstack-protector-guard]): Likewise.
22778         ([-mcpu=]): Likewise.
22779         ([-mcpu]): Likewise.
22780         ([-mpointer-size=]): Likewise.
22782 2015-01-03  John David Anglin  <danglin@gcc.gnu.org>
22784         * config/pa/pa.md (decrement_and_branch_until_zero): Use `Q' constraint
22785         instead of `m' constraint.  Likewise for unnamed movb comparison
22786         patterns using reg_before_reload_operand predicate.
22787         * config/pa/predicates.md (reg_before_reload_operand): Tighten
22788         predicate to reject register index and LO_SUM DLT memory forms
22789         after reload.
22791 2015-01-02  Sandra Loosemore  <sandra@codesourcery.com>
22793         * doc/invoke.texi (Option Summary): Fix spelling of
22794         -fdevirtualize-at-ltrans.
22795         ([-fdevirtualize]): Fix markup.
22796         ([-fdevirtualize-speculatively]): Fix typo.
22797         ([-fdevirtualize-at-ltrans]): Likewise.  Make description less
22798         implementor-speaky.
22799         * common.opt (fdevirtualize-at-ltrans): Likewise.
22800         * ipa-devirt.c: Fix typos in comments throughout the file.
22801         (ipa_devirt): Fix typos in format strings for dump output.
22803 2015-01-02  Sandra Loosemore  <sandra@codesourcery.com>
22805         * doc/invoke.texi ([-fopt-info]): Fix markup, consolidate
22806         discussion of defaults, light copy-editing.
22808 2015-01-02  Bernd Edlinger  <bernd.edlinger@hotmail.de>
22810         * tsan.c (instrument_expr): corrected previous checkin.
22812 2015-01-02  Bernd Edlinger  <bernd.edlinger@hotmail.de>
22814         Instrument bit field and unaligned accesses for TSAN.
22815         * sanitizer.def (BUILT_IN_TSAN_READ_RANGE): New built-in function.
22816         (BUILT_IN_TSAN_WRITE_RANGE): New built-in function.
22817         * tsan.c (instrument_expr): Handle COMPONENT_REF and BIT_FIELD_REF.
22818         Use BUILT_IN_TSAN_READ_RANGE and BUILT_IN_TSAN_WRITE_RANGE for
22819         unaligned memory regions.
22821 2015-01-01  Anthony Green  <green@moxielogic.com>
22823         * config/moxie/predicates.md (moxie_general_movsrc_operand):
22824         Restrict move source register offsets to 16 bits.
22826 Copyright (C) 2015 Free Software Foundation, Inc.
22828 Copying and distribution of this file, with or without modification,
22829 are permitted in any medium without royalty provided the copyright
22830 notice and this notice are preserved.