1 2015-07-25 David Edelsohn <dje.gcc@gmail.com>
4 2015-07-23 Alexandre Oliva <aoliva@redhat.com>
6 PR rtl-optimization/64164
7 * Makefile.in (OBJS): Drop tree-ssa-copyrename.o.
8 * tree-ssa-copyrename.c: Removed.
9 * opts.c (default_options_table): Drop -ftree-copyrename. Add
11 * passes.def: Drop all occurrences of pass_rename_ssa_copies.
12 * common.opt (ftree-copyrename): Ignore.
13 (ftree-coalesce-inlined-vars): Likewise.
14 * doc/invoke.texi: Remove the ignored options above.
15 * gimple-expr.h (gimple_can_coalesce_p): Move declaration
16 * tree-ssa-coalesce.h: ... here.
17 * tree-ssa-uncprop.c: Include tree-ssa-coalesce.h and other
18 headers required by it.
19 * gimple-expr.c (gimple_can_coalesce_p): Allow coalescing
20 across variables when flag_tree_coalesce_vars. Check register
21 use and promoted modes to allow coalescing. Moved to
23 * tree-ssa-live.c (struct tree_int_map_hasher): Move along
24 with its member functions to tree-ssa-coalesce.c.
25 (var_map_base_init): Likewise. Renamed to
26 compute_samebase_partition_bases.
27 (partition_view_normal): Drop want_bases parameter.
28 (partition_view_bitmap): Likewise.
29 * tree-ssa-live.h: Adjust declarations.
30 * tree-ssa-coalesce.c: Include explow.h.
31 (build_ssa_conflict_graph): Process PARM_ and RESULT_DECLs's
32 default defs at the entry point.
33 (dump_part_var_map): New.
34 (compute_optimized_partition_bases): New, called by...
35 (coalesce_ssa_name): ... when flag_tree_coalesce_vars, instead
36 of compute_samebase_partition_bases. Adjust.
37 * alias.c (nonoverlapping_memrefs_p): Disregard gimple-regs.
38 * cfgexpand.c (leader_merge): New.
39 (get_rtl_for_parm_ssa_default_def): New.
40 (set_rtl): Merge exprs and attrs, even for MEMs and non-SSA
41 vars. Update DECL_RTL for PARM_DECLs and RESULT_DECLs too.
42 (expand_one_stack_var_at): Handle anonymous SSA_NAMEs. Drop
43 redundant MEM attr setting.
44 (expand_one_stack_var_1): Handle anonymous SSA_NAMEs. Renamed
46 (expand_one_stack_var): ... this. New wrapper to check and
47 skip already expanded SSA partitions.
48 (record_alignment_for_reg_var): New, factored out of...
49 (expand_one_var): ... this.
50 (expand_one_ssa_partition): New.
51 (adjust_one_expanded_partition_var): New.
52 (expand_one_register_var): Check and skip already expanded SSA
54 (expand_used_vars): Don't create DECLs for anonymous SSA
55 names. Expand all SSA partitions, then adjust all SSA names.
56 (pass::execute): Replace the loops that set
57 SA.partition_to_pseudo from partition leaders and cleared
58 DECL_RTL for multi-location variables, and that which used to
59 rename vars and set attrs, with one that clears DECL_RTL and
60 checks that PARMs and RESULTs default_defs match DECL_RTL.
61 * cfgexpand.h (get_rtl_for_parm_ssa_default_def): Declare.
62 * emit-rtl.c (set_reg_attrs_for_parm): Handle NULL decl.
63 * explow.c (promote_ssa_mode): New.
64 * explow.h (promote_ssa_mode): Declare.
65 * expr.c (expand_expr_real_1): Handle anonymous SSA_NAMEs.
66 * function.c: Include cfgexpand.h.
67 (use_register_for_decl): Handle SSA_NAMEs, anonymous or not.
68 (use_register_for_parm_decl): Wrapper for the above to
69 special-case the result_ptr.
70 (rtl_for_parm): Ditto for get_rtl_for_parm_ssa_default_def.
71 (split_complex_args): Take assign_parm_data_all argument.
72 Pass it to rtl_for_parm. Set up rtl and context for split
74 (assign_parms_augmented_arg_list): Adjust.
75 (maybe_reset_rtl_for_parm): Reset DECL_RTL of parms with
76 multiple locations. Recognize split complex args.
77 (assign_parm_adjust_stack_rtl): Add all and parm arguments,
78 for rtl_for_parm. For SSA-assigned parms, zero stack_parm.
79 (assign_parm_setup_block): Prefer SSA-assigned location.
80 (assign_parm_setup_reg): Likewise. Use entry_parm for equiv
81 if stack_parm is NULL.
82 (assign_parm_setup_stack): Prefer SSA-assigned location.
83 (assign_parms): Maybe reset DECL_RTL of params. Adjust stack
84 rtl before testing for pointer bounds. Special-case result_ptr.
85 (expand_function_start): Maybe reset DECL_RTL of result.
86 Prefer SSA-assigned location for result and static chain.
87 Factor out DECL_RESULT and SET_DECL_RTL.
88 * tree-outof-ssa.c (insert_value_copy_on_edge): Handle
89 anonymous SSA names. Use promote_ssa_mode.
90 (get_temp_reg): Likewise.
91 (remove_ssa_form): Adjust.
92 * stor-layout.c (layout_decl): Don't set mem attributes of
94 * var-tracking.c (dataflow_set_clear_at_call): Take call_insn
95 and get its reg_usage for reg invalidation.
96 (compute_bb_dataflow): Pass it insn.
97 (emit_notes_in_bb): Likewise.
99 2015-07-25 Uros Bizjak <ubizjak@gmail.com>
101 * config/i386/i386.c (ix86_va_start): Remove
102 unneeded !TARGET_64BIT check.
103 (ix86_gimplify_va_arg): Ditto.
105 2015-07-24 Tom de Vries <tom@codesourcery.com>
107 * graphite-sese-to-poly.c (build_poly_scop): Always call
108 rewrite_commutative_reductions_out_of_ssa.
110 2015-07-24 Tom de Vries <tom@codesourcery.com>
112 * graphite-sese-to-poly.c (is_reduction_operation_p): Limit
113 flag_associative_math to FLOAT_TYPE_P. Honour
114 TYPE_OVERFLOW_WRAPS for INTEGRAL_TYPE_P. Don't allow any other types.
116 2015-07-24 Manuel López-Ibáñez <manu@gcc.gnu.org>
119 * toplev.c (check_global_declaration): Use DECL_SOURCE_LOCATION
120 and "%qD" in warning_at instead of "%q+D" in warning.
122 2015-07-24 Uros Bizjak <ubizjak@gmail.com>
124 * config/i386/i386.c (ix86_call_abi_override): Call ix86_function_abi.
125 (ix86_function_abi): Cleanup.
127 2015-07-24 Michael Darling <darlingm@gmail.com>
130 * acinclude.m4: Reflects renaming of configure.in to configure.ac
131 * configure: Likewise
132 * configure.ac: Likewise
133 * doc/install.texi: Likewise
134 * doc/tm.texi: Likewise
135 * doc/tm.texi.in: Likewise
137 2015-07-24 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
139 * alias.c (nonoverlapping_memrefs_p): Use std::swap instead of
140 manually swapping values.
141 * cse.c (fold_rtx): Likewise.
142 * lra-eliminations.c (form_sum): Likewise.
144 2015-07-24 Uros Bizjak <ubizjak@gmail.com>
147 * config/i386/i386.h (ADJUST_INSN_LENGTH): New define.
148 * config/i386/i386.md (maybe_prefix_bnd): New attribute.
149 (*jcc_1, *jcc_2, jump, simple_return_internal)
150 (simple_return_pop_internal): Set attribute maybe_prefix_bnd.
151 Set length_nobnd attribute instead of length attribute.
152 (indirect_jump, *tablejump_1): Set attribute maybe_prefix_bnd.
153 (length_nobnd): Remove attribute.
154 (length): Remove length_nobnd processing.
156 2015-07-24 Nathan Sidwell <nathan@codesourcery.com>
158 * gimplify.c (omp_default_clause): New function. Reorganize flow
159 for clarity. Broken out of ...
160 (omp_notice_variable): ... here.
162 2015-07-24 Gary Funck <gary@intrepid.com>
165 * fold-const.c (fold_binary_loc): Call fold_convert on arguments to
166 fold_build2 for CEIL_DIV_EXPR and FLOOR_DIV_EXPR optimization.
168 2015-07-24 Tom de Vries <tom@codesourcery.com>
170 * tree-parloops.c (gen_parallel_loop): Add debug print for alternative
171 exit-first loop transform.
173 2015-07-24 Cesar Philippidis <cesar@codesourcery.com>
176 * tree-cfg.c (struct replace_decls_d): New struct.
177 (replace_block_vars_by_duplicates_1): New function.
178 (replace_block_vars_by_duplicates): Use it to replace the decls
179 in the value exprs by duplicates.
181 2015-07-24 Szabolcs Nagy <szabolcs.nagy@arm.com>
183 * config/aarch64/aarch64-elf-raw.h (LINK_SPEC): Handle -h, -static,
184 -shared, -symbolic, -rdynamic.
186 2015-07-24 Szabolcs Nagy <szabolcs.nagy@arm.com>
189 * config/aarch64/aarch64-linux.h (LINUX_TARGET_LINK_SPEC): Move
190 -dynamic-linker within %{!static %{!shared, and -rdynamic within
193 2015-07-24 Ilya Enkovich <enkovich.gnu@gmail.com>
196 * ipa-inline-analysis.c (estimate_calls_size_and_time): Check
197 edge summary is available.
199 2015-07-24 Richard Biener <rguenther@suse.de>
201 * genmatch.c (struct dt_node): Add statistic fields.
202 (dt_node::analyze): New method.
203 (decision_tree::gen_gimple): Call analyze on the root node
204 and print statistics to stderr.
205 (decision_tree::gen_generic): Likewise.
207 2015-07-24 Richard Biener <rguenther@suse.de>
209 * fold-const.c (fold_binary_loc): Move simplifying of comparisons
210 against the highest or lowest possible integer ...
211 * match.pd: ... as patterns here.
213 2015-07-24 Richard Biener <rguenther@suse.de>
215 * genmatch.c (struct capture_info): Add same_as field.
216 (capture_info::capture_info): Initialize same_as.
217 (capture_info::walk_match): Compute same_as.
218 (capture_info::walk_result): Compute stuff for the leader.
219 (capture_info::walk_c_expr): Likewise.
220 (dt_simplify::gen_1): Only look at leaders when deciding
221 to force no side-effects or emit side-effects of omitted operands.
223 2015-07-24 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
225 * config/s390/s390.c (s390_save_gprs_to_fprs): Add CFA_REGISTER
226 reg note to the GPR -> FPR save instructions.
228 2015-07-24 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
230 * config/s390/s390.c (s390_rtx_costs): Make risbg patterns
232 (s390_expand_insv): Don't generate risbg pattern for constant zero
234 * config/s390/s390.md ("*insv<mode>_zEC12_appendbitsleft")
235 ("*insv<mode>_z10_appendbitsleft"): New pattern definitions. New
238 2015-07-24 Dominik Vogt <vogt@linux.vnet.ibm.com>
240 * config/s390/s390.c (s390_reorg): Clean up handling of processors
243 (s390_issue_rate): Likewise.
244 (s390_sched_reorder): Likewise.
245 (s390_sched_variable_issue): Likewise.
246 (s390_loop_unroll_adjust): Likewise.
247 (s390_option_override): Likewise.
249 2015-07-24 Dominik Vogt <vogt@linux.vnet.ibm.com>
251 * config/s390/driver-native.c (s390_host_detect_local_cpu): Handle
252 processor capabilities with -march=native.
253 * config/s390/s390.h (MARCH_MTUNE_NATIVE_SPECS): Likewise.
254 (DRIVER_SELF_SPECS): Likewise. Join specs for 31 and 64 bit.
255 (S390_TARGET_BITS_STRING): Macro to simplify specs.
257 2015-07-24 Dominik Vogt <vogt@linux.vnet.ibm.com>
259 * config/s390/s390.c (s390_issue_rate): Handle
260 PROCESSOR_2094_Z9_EC.
261 (s390_option_override): Likewise.
262 (s390_adjust_priority): Likewise.
264 2015-07-24 Dominik Vogt <vogt@linux.vnet.ibm.com>
266 * config/s390/s390.h: S390: Do not define EXTRA_SPEC_FUNCTIONS
267 when cross compiling.
269 2015-07-24 Richard Biener <rguenther@suse.de>
271 * fold-const.c (maybe_canonicalize_comparison_1): Move
272 A code CST canonicalization ...
273 * match.pd: ... to a pattern here.
275 2015-07-24 Jiong Wang <jiong.wang@arm.com>
278 2015-07-22 Jiong Wang <jiong.wang@arm.com>
280 * config/aarch64/aarch64.h (REG_ALLOC_ORDER): Define.
281 (HONOR_REG_ALLOC_ORDER): Define.
283 2015-07-24 Richard Biener <rguenther@suse.de>
285 * genmatch.c (add_operator): Allow SSA_NAME as predicate.
286 * fold-const.c (fold_comparison): Move parameter does not
287 alias &local simplification ...
288 * match.pd: ... as a pattern here.
290 2015-07-24 Richard Biener <rguenther@suse.de>
292 * gimple-fold.c (replace_stmt_with_simplification): Special-case
293 valueizing call operands.
294 * gimple-match-head.c (maybe_push_res_to_seq): Take
295 number of call arguments from ops array.
296 (do_valueize): New function.
297 (gimple_simplify): Return true if valueization changed
298 any operand even if the result didn't simplify further.
300 2015-07-24 Naveen H.S <Naveen.Hurugalawadi@caviumnetworks.com>
303 * match.pd (mult (trunc_div @0 integer_pow2p@1) @1) : New simplifier.
305 2015-07-24 Naveen H.S <Naveen.Hurugalawadi@caviumnetworks.com>
308 * match.pd (trunc_div (mult @0 integer_pow2p@1) @1) : New simplifier.
310 2015-07-23 Kugan Vivekanandarajah <kuganv@linaro.org>
312 * config/arm/arm.c (arm_emit_movpair): Add REG_EQUAL notes to
315 2015-07-23 Kugan Vivekanandarajah <kuganv@linaro.org>
317 * cse.c (cse_insn): Fix missing check for STRICT_LOW_PART and minor
320 2015-07-23 Uros Bizjak <ubizjak@gmail.com>
322 * config/i386/i386.c (ix86_build_builtin_va_list_64): Rename
323 from ix86_build_builtin_va_list_abi. Handle only 64bit non-MS_ABI
325 (ix86_build_builtin_va_list): Rewrite sysv_va_list_type_node and
326 ms_va_list_type_node initialization.
328 2015-07-23 Jeff Law <law@redhat.com>
331 * tree-ssa-threadedge.c (simplify_conrol_stmt_condition): If we are
332 unable to find X NE 0 in the tables, return X as the simplified
334 (fsm_find_control_statement_thread_paths): If nodes in NEXT_PATH are
335 in VISISTED_BBS, then return failure. Else add nodes from NEXT_PATH
337 * tree-ssa-threadupdate.c (duplicate_thread_path): Fix up edge flags
338 after removing the control flow statement and unnecessary edges.
340 2015-07-23 Bernd Edlinger <bernd.edlinger@hotmail.de>
342 * tree-pass.h (get_current_pass_name): Removed.
344 2015-07-23 Alexandre Oliva <aoliva@redhat.com>
346 PR rtl-optimization/64164
347 * Makefile.in (OBJS): Drop tree-ssa-copyrename.o.
348 * tree-ssa-copyrename.c: Removed.
349 * opts.c (default_options_table): Drop -ftree-copyrename. Add
350 -ftree-coalesce-vars.
351 * passes.def: Drop all occurrences of pass_rename_ssa_copies.
352 * common.opt (ftree-copyrename): Ignore.
353 (ftree-coalesce-inlined-vars): Likewise.
354 * doc/invoke.texi: Remove the ignored options above.
355 * gimple-expr.h (gimple_can_coalesce_p): Move declaration
356 * tree-ssa-coalesce.h: ... here.
357 * tree-ssa-uncprop.c: Include tree-ssa-coalesce.h and other
358 headers required by it.
359 * gimple-expr.c (gimple_can_coalesce_p): Allow coalescing
360 across variables when flag_tree_coalesce_vars. Check register
361 use and promoted modes to allow coalescing. Moved to
363 * tree-ssa-live.c (struct tree_int_map_hasher): Move along
364 with its member functions to tree-ssa-coalesce.c.
365 (var_map_base_init): Likewise. Renamed to
366 compute_samebase_partition_bases.
367 (partition_view_normal): Drop want_bases parameter.
368 (partition_view_bitmap): Likewise.
369 * tree-ssa-live.h: Adjust declarations.
370 * tree-ssa-coalesce.c: Include explow.h.
371 (build_ssa_conflict_graph): Process PARM_ and RESULT_DECLs's
372 default defs at the entry point.
373 (dump_part_var_map): New.
374 (compute_optimized_partition_bases): New, called by...
375 (coalesce_ssa_name): ... when flag_tree_coalesce_vars, instead
376 of compute_samebase_partition_bases. Adjust.
377 * alias.c (nonoverlapping_memrefs_p): Disregard gimple-regs.
378 * cfgexpand.c (leader_merge): New.
379 (get_rtl_for_parm_ssa_default_def): New.
380 (set_rtl): Merge exprs and attrs, even for MEMs and non-SSA
381 vars. Update DECL_RTL for PARM_DECLs and RESULT_DECLs too.
382 (expand_one_stack_var_at): Handle anonymous SSA_NAMEs. Drop
383 redundant MEM attr setting.
384 (expand_one_stack_var_1): Handle anonymous SSA_NAMEs. Renamed
386 (expand_one_stack_var): ... this. New wrapper to check and
387 skip already expanded SSA partitions.
388 (record_alignment_for_reg_var): New, factored out of...
389 (expand_one_var): ... this.
390 (expand_one_ssa_partition): New.
391 (adjust_one_expanded_partition_var): New.
392 (expand_one_register_var): Check and skip already expanded SSA
394 (expand_used_vars): Don't create DECLs for anonymous SSA
395 names. Expand all SSA partitions, then adjust all SSA names.
396 (pass::execute): Replace the loops that set
397 SA.partition_to_pseudo from partition leaders and cleared
398 DECL_RTL for multi-location variables, and that which used to
399 rename vars and set attrs, with one that clears DECL_RTL and
400 checks that PARMs and RESULTs default_defs match DECL_RTL.
401 * cfgexpand.h (get_rtl_for_parm_ssa_default_def): Declare.
402 * emit-rtl.c (set_reg_attrs_for_parm): Handle NULL decl.
403 * explow.c (promote_ssa_mode): New.
404 * explow.h (promote_ssa_mode): Declare.
405 * expr.c (expand_expr_real_1): Handle anonymous SSA_NAMEs.
406 * function.c: Include cfgexpand.h.
407 (use_register_for_decl): Handle SSA_NAMEs, anonymous or not.
408 (use_register_for_parm_decl): Wrapper for the above to
409 special-case the result_ptr.
410 (rtl_for_parm): Ditto for get_rtl_for_parm_ssa_default_def.
411 (split_complex_args): Take assign_parm_data_all argument.
412 Pass it to rtl_for_parm. Set up rtl and context for split
414 (assign_parms_augmented_arg_list): Adjust.
415 (maybe_reset_rtl_for_parm): Reset DECL_RTL of parms with
416 multiple locations. Recognize split complex args.
417 (assign_parm_adjust_stack_rtl): Add all and parm arguments,
418 for rtl_for_parm. For SSA-assigned parms, zero stack_parm.
419 (assign_parm_setup_block): Prefer SSA-assigned location.
420 (assign_parm_setup_reg): Likewise. Use entry_parm for equiv
421 if stack_parm is NULL.
422 (assign_parm_setup_stack): Prefer SSA-assigned location.
423 (assign_parms): Maybe reset DECL_RTL of params. Adjust stack
424 rtl before testing for pointer bounds. Special-case result_ptr.
425 (expand_function_start): Maybe reset DECL_RTL of result.
426 Prefer SSA-assigned location for result and static chain.
427 Factor out DECL_RESULT and SET_DECL_RTL.
428 * tree-outof-ssa.c (insert_value_copy_on_edge): Handle
429 anonymous SSA names. Use promote_ssa_mode.
430 (get_temp_reg): Likewise.
431 (remove_ssa_form): Adjust.
432 * stor-layout.c (layout_decl): Don't set mem attributes of
434 * var-tracking.c (dataflow_set_clear_at_call): Take call_insn
435 and get its reg_usage for reg invalidation.
436 (compute_bb_dataflow): Pass it insn.
437 (emit_notes_in_bb): Likewise.
439 2015-07-23 Segher Boessenkool <segher@kernel.crashing.org>
442 * config/rs6000/rs6000-protos.h (rs6000_emit_2insn_and): Change
444 * config/rs6000/rs6000.c (rs6000_emit_dot_insn): New function.
445 (rs6000_emit_2insn_and): Handle dot forms.
446 * config/rs6000/rs6000.md (and<mode>3): Adjust.
447 (*and<mode>3_2insn): Remove TODO. Adjust. Add "type" attr.
448 (*and<mode>3_2insn_dot, *and<mode>3_2insn_dot2): New.
450 2015-07-23 Richard Biener <rguenther@suse.de>
452 * generic-match-head.c: Include cgraph.h.
453 * gimple-match-head.c: Likewise.
454 * tree-ssa-sccvn.c (free_scc_vn): Guard against newly created
456 * fold-const.c (fold_binary_loc): Move &A ==/!= &B simplification...
457 * match.pd: ...to a pattern here. Add &A ==/!= 0 simplification
460 2015-07-23 Richard Biener <rguenther@suse.de>
462 * gimple-fold.c (fold_gimple_cond): Do not require folding
463 results to pass valid_gimple_rhs_p.
464 * tree-cfg.h (fold_cond_expr_cond): Remove.
465 * tree-cfg.c (fold_cond_expr_cond): Likewise.
466 (make_edges): Do not call it.
467 * tree-inline.c (tree_function_versioning): Likewise.
469 2015-07-23 Tom de Vries <tom@codesourcery.com>
471 * tree-parloops.c (gather_scalar_reductions): Add arg to call to
472 vect_force_simple_reduction.
473 * tree-vect-loop.c (vect_analyze_scalar_cycles_1): Same.
474 (vect_is_simple_reduction_1): Add and handle
475 need_wrapping_integral_overflow parameter.
476 (vect_is_simple_reduction, vect_force_simple_reduction): Add and pass
477 need_wrapping_integral_overflow parameter.
478 (vectorizable_reduction): Add arg to call to vect_is_simple_reduction.
479 * tree-vectorizer.h (vect_force_simple_reduction): Add parameter to
482 2015-07-23 Yuri Rumyantsev <ysrumyan@gmail.com>
484 PR tree-optimization/66926,66951
485 * tree-vect-loop-manip.c (slpeel_tree_peel_loop_to_edge): Delete
486 INNER_LOOP and fix up condition for renaming virtual operands.
488 2015-07-23 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
490 * combine.c (try_combine): Use std::swap instead of manually
493 2015-07-23 Prachi Godbole <prachi.godbole@imgtec.com>
495 * config/mips/i6400.md: New file.
496 * config/mips/mips-cpus.def (mips32r6): Change to PROCESSOR_I6400.
497 (mips64r6): Likewise.
499 * config/mips/mips-tables.opt: Regenerate.
500 * config/mips/mips.c (mips_rtx_cost_data): Add I6400 processor.
501 (mips_issue_rate): Add support for i6400.
502 (mips_multipass_dfa_lookahead): Likewise.
503 * config/mips/mips.h (TUNE_I6400): Define.
504 * config/mips/mips.md: Include i6400.md.
505 (processor): Add i6400.
506 * doc/invoke.texi (-march=@var{arch}): Add i6400.
508 2015-07-23 Richard Biener <rguenther@suse.de>
511 * match.pd: Guard widen and sign-change comparison simplification
514 2015-07-23 Richard Biener <rguenther@suse.de>
516 PR tree-optimization/66945
517 * tree-ssa-propagate.c (substitute_and_fold_dom_walker
518 ::before_dom_children): Force the propagators idea of
519 non-executable edges to materialize, not what the folder
522 2015-07-23 Richard Biener <rguenther@suse.de>
524 * gimple.h (gimple_cond_make_false): Use 0 != 0.
525 (gimple_cond_make_true): Use 1 != 0.
527 2015-07-22 DJ Delorie <dj@redhat.com>
529 * config/msp430/t-msp430 (MULTILIB_DIRNAMES): Remove trailing
532 * config/msp430/msp430.md (ashlhi3): Optimize shifts of subregs.
535 (movhi): Take advantage of zero-extend to load small constants.
537 (and<mode>3): Likewise.
538 (zero_extendqihi2): Likewise.
539 (zero_extendqisi2): New.
540 * config/msp430/constraints.md (N,O): New.
541 * config/msp430/msp430.h (WORD_REGISTER_OPERATIONS): Define.
543 2015-07-22 Uros Bizjak <ubizjak@gmail.com>
546 * config/i386/i386.c (get_builtin_code_for_version): Add P_AES
547 to enum feature_priority and feature_list.
548 (fold_builtin_cpu): Add F_AES to enum processor_features
551 2015-07-22 Ilya Enkovich <enkovich.gnu@gmail.com>
554 * config/i386/linux-common.h (MPX_SPEC): Use linker option
555 for 64bit target only.
557 2015-07-22 Bernd Schmidt <bernds@codesourcery.com>
559 * config/nvptx/nvptx.c: Expand some comments.
561 2015-07-22 James Greenhalgh <james.greenhalgh@arm.com>
563 * config/arm/cortex-a53 (cortex_53_advsimd): Rename to...
564 (cortex_a53_advsimd): ...This.
566 2015-07-22 Richard Biener <rguenther@suse.de>
568 * genmatch.c (expr::gen_transform): Clarify error message
569 and display location.
571 2015-07-22 Richard Biener <rguenther@suse.de>
573 * genmatch.c (struct operand): Add location member.
574 (predicate, expr, c_expr, capture, if_expr, with_expr): Adjust
576 (struct simplify): Remove match_location and result_location
580 2015-07-22 Prachi Godbole <prachi.godbole@imgtec.com>
582 * config/mips/m5100.md: New file.
583 * config/mips/mips-cpus.def (m5100, m5101): Define.
584 * config/mips/mips-tables.opt: Regenerate.
585 * config/mips/mips.c (mips_rtx_cost_data): Add costs for m5100.
586 * config/mips/mips.h (MIPS_ISA_LEVEL_SPEC): Map -march=m5100 and
587 -march=m5101 to -mips32r5.
588 (MIPS_ARCH_FLOAT_SPEC): Map -m5101 to -msoft-float.
589 (MIPS_ISA_NAN2008_SPEC): Map -march=m51* to -mnan=2008 if
591 * config/mips/mips.md: Include m5100.md.
592 (processor): Add m5100.
593 * doc/invoke.texi (-march=@var{arch}): Add m5100, m5101.
595 2015-07-22 Robert Suchanek <robert.suchanek@imgtec.com>
597 * config/mips/mips-cpus.def (interaptiv): Define.
598 * config/mips/mips-tables.opt: Regenerate.
599 * config/mips/mips.h (MIPS_ISA_LEVEL_SPEC): Map -march=interaptiv to
601 (BASE_DRIVER_SELF_SPECS): Likewise but map to -mdsp.
602 * doc/invoke.texi (-march=@var{arch}): Add interaptiv.
604 2015-07-22 Jiong Wang <jiong.wang@arm.com>
607 * config/aarch64/aarch64.h (REG_ALLOC_ORDER): Define.
608 (HONOR_REG_ALLOC_ORDER): Define.
610 2015-07-22 Richard Biener <rguenther@suse.de>
612 PR tree-optimization/66952
613 * tree-ssa-ifcombine.c (pass_tree_ifcombine::execute): For
614 blocks we end up executing unconditionally reset all SSA
615 info such as range and alignment.
616 * tree-ssanames.h (reset_flow_sensitive_info): Declare.
617 * tree-ssanames.c (reset_flow_sensitive_info): New function.
619 2015-07-22 Charles Baylis <charles.baylis@linaro.org>
621 * config/aarch64/aarch64-simd.md (vec_store_lanesoi_lane<mode>): Fix
624 2015-07-22 Richard Biener <rguenther@suse.de>
626 * genmatch.c (parser::parse_result): Properly handle
627 match with result operands and conditions.
629 2015-07-22 Charles Baylis <charles.baylis@linaro.org>
632 * config/aarch64/aarch64-builtins.c (enum aarch64_type_qualifiers):
633 Add qualifier_struct_load_store_lane_index.
634 (aarch64_types_loadstruct_lane_qualifiers): Use
635 qualifier_struct_load_store_lane_index for lane index argument for
637 (aarch64_types_storestruct_lane_qualifiers): Ditto.
638 (builtin_simd_arg): Add SIMD_ARG_STRUCT_LOAD_STORE_LANE_INDEX.
639 (aarch64_simd_expand_args): Add new argument describing mode of
640 builtin. Check lane bounds for arguments with
641 SIMD_ARG_STRUCT_LOAD_STORE_LANE_INDEX.
642 (aarch64_simd_expand_builtin): Emit error for incorrect lane indices
643 if marked with SIMD_ARG_STRUCT_LOAD_STORE_LANE_INDEX.
644 (aarch64_simd_expand_builtin): Handle arguments with
645 qualifier_struct_load_store_lane_index. Pass machine mode of builtin to
646 aarch64_simd_expand_args.
647 * config/aarch64/aarch64-simd-builtins.def: Declare ld[234]_lane and
648 vst[234]_lane with BUILTIN_VALLDIF.
649 * config/aarch64/aarch64-simd.md:
650 (aarch64_vec_load_lanesoi_lane<mode>): Use VALLDIF iterator. Perform
651 endianness reversal on lane index.
652 (aarch64_vec_load_lanesci_lane<mode>): Ditto.
653 (aarch64_vec_load_lanesxi_lane<mode>): Ditto.
654 (vec_store_lanesoi_lane<mode>): Use VALLDIF iterator.
655 (vec_store_lanesci_lane<mode>): Ditto.
656 (vec_store_lanesxi_lane<mode>): Ditto.
657 (aarch64_ld2_lane<mode>): Use VALLDIF iterator. Remove endianness
658 reversal of lane index.
659 (aarch64_ld3_lane<mode>): Ditto.
660 (aarch64_ld4_lane<mode>): Ditto.
661 (aarch64_st2_lane<mode>): Ditto.
662 (aarch64_st3_lane<mode>): Ditto.
663 (aarch64_st4_lane<mode>): Ditto.
664 * config/aarch64/arm_neon.h (__LD2_LANE_FUNC): Rename mode parameter
665 to qmode. Add new mode parameter. Update uses.
666 (__LD3_LANE_FUNC): Ditto.
667 (__LD4_LANE_FUNC): Ditto.
668 (__ST2_LANE_FUNC): Ditto.
669 (__ST3_LANE_FUNC): Ditto.
670 (__ST4_LANE_FUNC): Ditto.
672 2015-07-22 Jonathan Wakely <jwakely@redhat.com>
674 * doc/invoke.texi (Language Independent Options): Rename node to
675 Diagnostic Message Formatting Options.
677 2015-07-21 Vladimir Makarov <vmakarov@redhat.com>
680 * lra-remat.c (operand_to_remat): Prevent using insns with input
681 subregs processed separately by IRA.
683 2015-07-21 Andrew MacLeod <amacleod@redhat.com>
685 * ssa-iterators.h (has_zero_uses, has_single_use): Implement as
687 (single_imm_use): Check for iterator node.
688 (num_imm_uses): Likewise.
689 * tree-ssa-operands.c (has_zero_uses_1): Delete.
690 (single_imm_use_1): Check for iterator node.
692 2015-07-21 Mike Frysinger <vapier@gentoo.org>
693 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
695 * configure.ac: Add check for new options in isl-0.15.
696 * config.in, configure: Rebuilt.
697 * graphite-blocking.c: Include <isl/constraint.h>
698 * graphite-interchange.c, graphite-poly.c: Likewise.
699 * graphhite-scop-detection.c, graphite-sese-to-poly.c: Likewise.
700 * graphite.c: Likewise.
701 * graphite-isl-ast-to-gimple.c: Include <isl/constraint.h> and
703 * graphite-dependences.c: Include <isl/constraint.h>.
704 (max_number_of_out_dimensions): Returns isl_stat.
705 (extend_schedule_1): Likewise
706 (extend_schedule): Corresponding changes.
707 * graphite-optimize-isl.c: Include <isl/constraint.h> and
709 (getSingleMap): Change return type of isl_stat.
710 (optimize_isl): Conditionally use
711 isl_options_set_schedule_serialize_sccs.
712 * graphite-poly.h (isl_stat, isl_stat_ok): Define fallbacks
713 if not HAVE_ISL_OPTIONS_SET_SCHEDULE_SERIALIZE_SCCS.
715 2015-07-21 Georg-Johann Lay <avr@gjlay.de>
718 * config/avr/avr-dimode.md (<extend_u>mulsidi3_insn)
719 (<extend_u>mulsidi3): Don't use if !AVR_HAVE_MUL.
721 2015-07-21 Richard Biener <rguenther@suse.de>
723 PR tree-optimization/66948
724 * genmatch.c (capture_info::walk_match): Also recurse to
725 captures. Properly compute expr state from captures of
727 * match.pd: Add single-use guards to
728 (X & C2) >> C1 into (X >> C1) & (C2 >> C1) transform.
730 2015-07-21 Nathan Sidwell <nathan@codesourcery.com>
732 * config/nvptx/mkoffload.c (process): Add static destructor call.
734 2015-07-21 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
737 * match.pd (A - B -> A + (-B)): Don't allow folding
738 when type if a fixed-point type.
740 2015-07-20 DJ Delorie <dj@redhat.com>
742 * config/rl78/rl78-real.md (andqi3_real): Expand operands for clr1.
743 (iorqi3_real): Likewise for set1.
745 2015-07-20 Uros Bizjak <ubizjak@gmail.com>
747 * config/i386/i386.c (ix86_md_asm_adjust): Handle DImode dest_mode
750 2015-07-20 Aditya Kumar <hiraditya@msn.com>
752 * graphite-isl-ast-to-gimple.c:
753 Refactor so that each function can access 'region'. This will help
754 maintain a parameter rename_map within a region.
756 2015-07-20 Segher Boessenkool <segher@kernel.crashing.org>
758 * config/rs6000/rs6000.md (*lt0_disi): New.
760 2015-07-20 Segher Boessenkool <segher@kernel.crashing.org>
763 * config/rs6000/constraints.md ("S", "T", "t"): Delete. Update
764 "available letters" comment.
765 * config/rs6000/predicates.md (mask_operand, mask_operand_wrap,
766 mask64_operand, mask64_2_operand, any_mask_operand, and64_2_operand,
767 and_2rld_operand): Delete.
768 (and_operand): Adjust.
769 (rotate_mask_operator): New.
770 * config/rs6000/rs6000-protos.h (build_mask64_2_operands,
771 includes_lshift_p, includes_rshift_p, includes_rldic_lshift_p,
772 includes_rldicr_lshift_p, insvdi_rshift_rlwimi_p, extract_MB,
774 (rs6000_is_valid_mask, rs6000_is_valid_and_mask,
775 rs6000_is_valid_shift_mask, rs6000_is_valid_insert_mask,
776 rs6000_insn_for_and_mask, rs6000_insn_for_shift_mask,
777 rs6000_insn_for_insert_mask, rs6000_is_valid_2insn_and,
778 rs6000_emit_2insn_and): New.
779 * config/rs6000/rs6000.c (num_insns_constant): Adjust.
780 (build_mask64_2_operands, includes_lshift_p, includes_rshift_p,
781 includes_rldic_lshift_p, includes_rldicr_lshift_p,
782 insvdi_rshift_rlwimi_p, extract_MB, extract_ME): Delete.
783 (rs6000_is_valid_mask, rs6000_is_valid_and_mask,
784 rs6000_insn_for_and_mask, rs6000_is_valid_shift_mask,
785 s6000_insn_for_shift_mask, rs6000_is_valid_insert_mask,
786 rs6000_insn_for_insert_mask, rs6000_is_valid_2insn_and,
787 rs6000_emit_2insn_and): New.
788 (print_operand) <'b', 'B', 'm', 'M', 's', 'S', 'W'>: Delete.
789 (rs6000_rtx_costs) <CONST_INT>: Delete mask_operand and mask64_operand
791 <NOT>: Don't fall through to next case.
792 <AND>: Handle the various rotate-and-mask cases directly.
793 <IOR>: Always cost as one insn.
794 * config/rs6000/rs6000.md (splitter for bswap:SI): Adjust.
795 (and<mode>3): Adjust expander for the new patterns.
796 (and<mode>3_imm, and<mode>3_imm_dot, and<mode>3_imm_dot2,
797 and<mode>3_imm_mask_dot, and<mode>3_imm_mask_dot2): Adjust condition.
798 (*and<mode>3_imm_dot_shifted): New.
799 (*and<mode>3_mask): Delete, rewrite as ...
800 (and<mode>3_mask): ... New.
801 (*and<mode>3_mask_dot, *and<mode>3_mask_dot): Rewrite.
802 (andsi3_internal0_nomc): Delete.
803 (*andsi3_internal6): Delete.
804 (*and<mode>3_2insn): New.
805 (insv, insvsi_internal, *insvsi_internal1, *insvsi_internal2,
806 *insvsi_internal3, *insvsi_internal4, *insvsi_internal5,
807 *insvsi_internal6, insvdi_internal, *insvdi_internal2,
808 *insvdi_internal3): Delete.
809 (*rotl<mode>3_mask, *rotl<mode>3_mask_dot, *rotl<mode>3_mask_dot2,
810 *rotl<mode>3_insert, *rotl<mode>3_insert_2, *rotl<mode>3_insert_3,
811 *rotl<mode>3_insert_4, two splitters for multi-precision shifts,
812 *ior<mode>_mask): New.
813 (extzv, extzvdi_internal, *extzvdi_internal1, *extzvdi_internal2,
814 *rotlsi3_mask, *rotlsi3_mask_dot, *rotlsi3_mask_dot2,
815 *ashlsi3_imm_mask, *ashlsi3_imm_mask_dot, *ashlsi3_imm_mask_dot2,
816 *lshrsi3_imm_mask, *lshrsi3_imm_mask_dot, *lshrsi3_imm_mask_dot2):
818 (ashr<mode>3): Delete expander.
819 (*ashr<mode>3): Rename to ...
820 (ashr<mode>3): ... This.
821 (ashrdi3_no_power, *ashrdisi3_noppc64be): Delete.
822 (*rotldi3_internal4, *rotldi3_internal5 and split,
823 *rotldi3_internal6 and split, *ashldi3_internal4, ashldi3_internal5
824 and split, *ashldi3_internal6 and split, *ashldi3_internal7,
825 ashldi3_internal8 and split, *ashldi3_internal9 and split): Delete.
826 (*anddi3_2rld, *anddi3_2rld_dot, *anddi3_2rld_dot2): Delete.
827 (splitter for loading a mask): Adjust.
828 * doc/md.texi (Machine Constraints): Remove q, S, T, t constraints.
830 2015-07-20 Marek Polacek <polacek@redhat.com>
832 * genemit.c (print_code, gen_exp, gen_insn, gen_expand, gen_split,
833 output_add_clobbers, output_added_clobbers_hard_reg_p,
834 gen_rtx_scratch): Remove declarations.
836 2015-07-20 Marek Polacek <polacek@redhat.com>
839 * doc/invoke.texi: Document -Wshift-overflow and -Wshift-overflow=.
841 2015-07-20 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
843 * simplify-rtx.c (simplify_unary_operation_1, NEG case):
844 (neg (x ? (neg y) : y)) -> !x ? (neg y) : y.
846 2015-07-20 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
848 * combine.c (combine_simplify_rtx): Move simplification step
849 before various transformations/substitutions.
851 2015-07-20 Mikhail Maltsev <maltsevm@gmail.com>
853 * wide-int.h (struct binary_traits): Fix partial specialization syntax.
854 (struct int_traits): Likewise.
856 2015-07-18 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
858 * vmsdbgout.c (vmsdbgout_decl): Change name of prototyped
859 function to vmsdbgout_function_decl.
861 2015-07-18 Uros Bizjak <ubizjak@gmail.com>
864 * config/i386/i386.c (ix86_expand_pextr): Reject extractions
865 from misaligned positions.
866 (ix86_expand_pinsr): Reject insertions to misaligned positions.
868 2015-07-18 Sebastian Pop <s.pop@samsung.com>
872 * Makefile.in: Removed omega.o.
873 * common.opt: Document flag fcheck-data-deps as deprecated.
874 * doc/invoke.texi: Remove documentation for fcheck-data-deps and
875 its associated params: omega-max-vars, omega-max-geqs,
876 omega-max-eqs, omega-max-wild-cards, omega-hash-table-size,
877 omega-max-keys, omega-eliminate-redundant-constraints.
878 * doc/loop.texi: Remove all the section on Omega.
879 * graphite-blocking.c: Include missing params.h: it used to be
880 included through tree-data-ref.h and omega.h.
881 * graphite-isl-ast-to-gimple.c: Same.
882 * graphite-optimize-isl.c: Same.
883 * graphite-sese-to-poly.c: Same.
887 * params.def: Removed PARAM_OMEGA_MAX_VARS, PARAM_OMEGA_MAX_GEQS,
888 PARAM_OMEGA_MAX_EQS, PARAM_OMEGA_MAX_WILD_CARDS,
889 PARAM_OMEGA_HASH_TABLE_SIZE, PARAM_OMEGA_MAX_KEYS, and
890 PARAM_OMEGA_ELIMINATE_REDUNDANT_CONSTRAINTS.
891 * passes.def: Remove pass_check_data_deps.
892 * tree-data-ref.c (dump_affine_function): Declare DEBUG_FUNCTION.
893 (dump_conflict_function): Same.
894 (dump_subscript): Same.
895 (print_direction_vector): Same.
896 (print_dir_vectors): Same.
897 (print_lambda_vector): Same.
898 (print_dist_vectors): Same.
899 (dump_data_dependence_relation): Same.
900 (dump_data_dependence_relations): Same.
901 (dump_dist_dir_vectors): Same.
903 (init_omega_eq_with_af): Removed.
904 (omega_extract_distance_vectors): Removed.
905 (omega_setup_subscript): Removed.
906 (init_omega_for_ddr_1): Removed.
907 (init_omega_for_ddr): Removed.
908 (ddr_consistent_p): Removed.
909 (compute_affine_dependence): Do not use omega to check data
911 (compute_data_dependences_for_bb): Removed.
912 (analyze_all_data_dependences): Removed.
913 (tree_check_data_deps): Removed.
914 * tree-data-ref.h: Do not include omega.h.
915 (compute_data_dependences_for_bb): Removed.
916 (tree_check_data_deps): Removed.
917 * tree-ssa-loop.c (pass_check_data_deps): Removed.
918 (make_pass_check_data_deps): Removed.
919 * tree-ssa-phiopt.c: Include params.h.
920 * tree-vect-data-refs.c: Same.
921 * tree-vect-slp.c: Same.
923 2015-07-18 Uros Bizjak <ubizjak@gmail.com>
925 * config/i386/i386.md (pushsf splitter): Pass curr_insn to
926 find_constant_src. FAIL if find_constant_src returns NULL_RTX.
927 (mem->fpreg splitters): Ditto.
928 (general_operand->nonimmediate_operand splitter): Use explicit modes.
929 Disable DFmode for TARGET_64BIT.
931 2015-07-17 H.J. Lu <hongjiu.lu@intel.com>
934 * config/i386/i386.c (ix86_expand_prologue): Replicate static
937 2015-07-17 Nathan Sidwell <nathan@codesourcery.com>
939 * config/nvptx/mkoffload.c (process): Constify host data.
940 * config/i386/intelmic-mkoffload.c (generate_target_descr_file):
942 (generate_host_descr_file): Likewise.
944 2015-07-17 Aditya Kumar <aditya.k7@samsung.com>
945 Sebastian Pop <s.pop@samsung.com>
948 * graphite-dependences.c (add_pdr_constraints): Renamed
949 pdr->extent to pdr->subscript_sizes.
950 * graphite-interchange.c (build_linearized_memory_access): Add
951 back all gcc_assert's that the "isl_int to isl_val conversion"
952 patch has removed. Refactored.
953 (pdr_stride_in_loop): Renamed pdr->extent to pdr->subscript_sizes.
954 * graphite-poly.c (new_poly_dr): Same.
955 (free_poly_dr): Same.
956 * graphite-poly.h (struct poly_dr): Same.
957 * graphite-scop-detection.c (stmt_has_simple_data_refs_p): Ignore
958 all data references other than ARRAY_REF, MEM_REF, and COMPONENT_REF.
959 * graphite-scop-detection.h: Fix space.
960 * graphite-sese-to-poly.c (build_pbb_scattering_polyhedrons): Add
961 back all gcc_assert's removed by a previous patch.
962 (wrap): Remove the_isl_ctx global variable that the same patch has
964 (build_loop_iteration_domains): Same.
965 (add_param_constraints): Same.
966 (pdr_add_data_dimensions): Same. Refactored.
967 (build_poly_dr): Renamed extent to subscript_sizes.
969 2015-07-17 Marek Polacek <polacek@redhat.com>
971 * fold-const.c (fold_binary_loc): Move A - (A & B) into ~B & A ...
972 * match.pd: ... here.
974 2015-07-17 Nathan Sidwell <nathan@codesourcery.com>
976 * config/nvptx/mkoffload.c (process): Constify target data.
977 * config/i386/intelmic-mkoffload.c (generate_target_descr_file):
978 Constify target data.
979 (generate_target_offloadend_file): Likewise.
981 2015-07-17 Yuri Rumyantsev <ysrumyan@gmail.com>
983 * tree-vect-loop-manip.c (rename_variables_in_bb): Add argument
984 to allow renaming of PHI arguments on edges incoming from outer
985 loop header, add corresponding check before start PHI iterator.
986 (slpeel_tree_duplicate_loop_to_edge_cfg): Introduce new bool
987 variable DUPLICATE_OUTER_LOOP and set it to true for outer loops
988 with true force_vectorize. Set-up dominator for outer loop too.
989 Pass DUPLICATE_OUTER_LOOP as argument to rename_variables_in_bb.
990 (slpeel_can_duplicate_loop_p): Allow duplicate of outer loop if it
991 was marked with force_vectorize and has restricted cfg.
992 (slpeel_tree_peel_loop_to_edge): Do not rename exit PHI uses in
994 * tree-vect-data-refs.c (vect_enhance_data_refs_alignment): Do not
995 do peeling for outer loops.
997 2015-07-17 Yvan Roux <yvan.roux@linaro.org>
998 Matthias Klose <doko@ubuntu.com>
1000 * configure.ac: Move AC_ARG_WITH checks for native-system-header-dir,
1001 build-sysroot, sysroot from the `Miscenalleous configure options' to
1002 the `Directories' section and strip trailing `/' from with_sysroot.
1003 (gcc_gxx_include_dir): Don't strip a `/' sysroot value.
1004 * configure: Regenerated.
1006 2015-07-17 Uros Bizjak <ubizjak@gmail.com>
1009 * config/i386/i386.h (TARGET_HARD_SF_REGS): New define.
1010 (TARGET_HARD_DF_REGS): Ditto.
1011 (TARGET_HARD_XF_REGS): Ditto.
1012 * config/i386/i386.md (*movxf_internal): Add alternatives 9 and 10.
1013 Enable alternatives 9 and 10 only for !TARGET_HARD_XF_REG target.
1014 (*movdf_internal): Add alternatives 22, 23, 24 and 25. Enable
1015 alternatives 22, 23, 24 and 25 only for !TARGET_HARD_DF_REG target.
1016 (*movsf_internal): Add alternatives 16 and 17. Enable
1017 alternatives 16 and 17 only for !TARGET_HARD_SF_REG target.
1019 2015-07-17 Uros Bizjak <ubizjak@gmail.com>
1021 PR rtl-optimization/66891
1022 * calls.c (expand_call): Wrap precompute_register_parameters with
1023 NO_DEFER_POP/OK_DEFER_POP to prevent deferred pops.
1025 2015-07-16 Nathan Sidwell <nathan@codesourcery.com>
1027 * config/nvptx/mkoffload.c (process): Constify mapping variables.
1028 Define target data struct and initialize it.
1030 2015-07-16 Vladimir Makarov <vmakarov@redhat.com>
1032 PR rtl-optimization/66626
1033 * ira.h (emit-rtl.h): Include.
1034 (non_spilled_static_chain_regno_p): New.
1035 * ira-color.c (setup_profitable_hard_regs): Clear profitable regs
1036 unless it is non spilled static chain pseudo.
1037 (assign_hard_rego): Spill memory profitable allocno unless it is
1038 non spilled static chain pseudo.
1039 (allocno_spill_priority_compare): Put non spilled static chain
1040 pseudo at the end of sorted array.
1041 (improve_allocation): Do nothing if we have static chain and
1043 (allocno__priority_compare_func): Put non spilled static chain
1044 pseudo at the beginning of sorted array.
1045 (move_spill_restore): Ignore non spilled static chain pseudo.
1046 * ira-costs.c (find_costs_and_classes): Don't assign class NO_REGS
1047 to non spilled static chain pseudo.
1048 * lra-assigns.c (pseudo_compare_func): Put non spilled static chain
1049 pseudo at the beginning of sorted array.
1050 (spill_for): Spill non spilled static chain pseudo last.
1051 * lra-constraints.c (lra_constraints): Remove static chain pseudo
1052 check for equivalence.
1054 2015-07-16 Martin Liska <mliska@suse.cz>
1057 * ipa-prop.c (update_jump_functions_after_inlining): Create properly
1058 dst_ctx if it does not exist.
1060 2015-07-16 Martin Liska <mliska@suse.cz>
1062 * hash-set.h (remove): New function.
1063 (iterator): New iteration class for hash_set.
1065 2015-07-16 Richard Sandiford <richard.sandiford@arm.com>
1067 * genattrtab.c (make_canonical): Add a file_location parameter.
1068 Use fatal_at rather than fatal.
1069 (get_attr_value): Likewise. Update call to make_canonical.
1070 (fill_attr, make_length_attrs, optimize_attrs, gen_attr)
1071 (make_internal_attr): Update calls accordingly.
1073 2015-07-16 Richard Sandiford <richard.sandiford@arm.com>
1075 * read-md.h (message_with_line, error_with_line): Delete.
1076 * read-md.c (message_with_line, error_with_line): Delete.
1077 * gensupport.h: Include read-md.h.
1078 (md_rtx_info): New structure.
1079 (read_md_rtx): Use it. Return a bool success value.
1080 * gensupport.c (read_md_rtx): Likewise.
1081 * genattr-common.c (gen_attr): Take an md_rtx_info rather than an rtx.
1082 (main): Update after interface changes.
1083 * genattr.c (gen_attr): Take an md_rtx_info rather than an rtx.
1084 (main): Update after interface changes.
1085 * genattrtab.c (insn_code_number): Delete.
1086 (optimize_attrs): Add a max_insn_code parameter and use it instead
1087 of insn_code_number.
1088 (gen_attr): Take an md_rtx_info rather than an rtx and lineno.
1089 Use *_at rather than *_with_line functions.
1090 (gen_insn): Likewise.
1091 (gen_delay): Likewise.
1092 (gen_insn_reserv): Likewise.
1093 (gen_bypass): Take an md_rtx_info rather than an rtx.
1094 (main): Update after interface changes. Use a local max_insn_code
1095 variable instead of insn_code_number.
1096 * genautomata.c (gen_cpu_unit): Take an md_rtx_info rather than
1097 an rtx. Use fatal_at rather than fatal.
1098 (gen_query_cpu_unit, gen_bypass, gen_excl_set)
1099 (gen_presence_absence_set, gen_presence_set, gen_final_presence_set)
1100 (gen_absence_set, gen_final_absence_set, gen_automaton)
1101 (gen_automata_option, gen_reserv, gen_insn_reserv): Likewise.
1102 (main): Update after interface changes.
1103 * gencodes.c (gen_insn): Take an md_rtx_info rather than an rtx
1105 (main): Update after interface changes.
1106 * genconditions.c (main): Use new read_md_rtx interface.
1107 * genconfig.c (gen_insn): Take an md_rtx_info rather than an rtx.
1108 (gen_expand, gen_split, gen_peephole, gen_peephole2): Likewise.
1109 (main): Update after interface changes.
1110 * genemit.c (insn_code_number, insn_index_number): Delete.
1111 (gen_insn): Take an md_rtx_info rather than an rtx and lineno.
1112 Use fatal_at rather than fatal.
1113 (gen_expand): Take an md_rtx_info rather than an rtx. Use fatal_at
1115 (gen_split): Likewise.
1116 (main): Update after interface changes.
1117 * genextract.c (line_no): Delete.
1118 (gen_insn): Take an md_rtx_info rather than an rtx and lineno.
1119 Update call to walk_rtx.
1120 (VEC_safe_set_locstr): Add an md_rtx_info argument. Use message_at
1121 rather than message_with_line.
1122 (walk_rtx): Add an md_rtx_info argument. Update call to
1123 VEC_safe_set_locstr.
1124 (main): Update after interface changes.
1125 * genflags.c (gen_insn): Take an md_rtx_info rather than an rtx
1126 and lineno. Use error_at rather than separate message_with_line
1127 calls and have_error assignments.
1128 (main): Update after interface changes.
1129 * genmddump.c (main): Use new read_md_rtx interface.
1130 * genopinit.c (insn): Take an md_rtx_info rather than an rtx.
1131 (main): Update after interface changes.
1132 * genoutput.c (next_code_number): Delete.
1133 (gen_insn): Take an md_rtx_info rather than an rtx and lineno.
1134 (gen_peephole, gen_expand, gen_split): Likewise.
1135 (note_constraint): Likewise. Use *_at rather than *_with_line
1137 (main): Update after interface changes.
1138 * genpeep.c (gen_peephole): Take an md_rtx_info rather than an
1140 (main): Update after interface changes.
1141 * genpreds.c (process_define_predicate): Take an md_rtx_info rather
1142 than an rtx and lineno.
1143 (process_define_constraint): Likewise.
1144 (process_define_register_constraint): Likewise.
1145 (main): Update after interface changes.
1146 * genrecog.c (next_insn_code, pattern_lineno): Delete.
1147 (validate_pattern): Replace top-level rtx with an md_rtx_info.
1148 Use *_at rather than *_with_line functions.
1149 (match_pattern_2): Likewise.
1150 (match_pattern_1, match_pattern): Add an md_rtx_info parameter.
1151 (get_peephole2_pattern): Take an md_rtx_info rather than an rtvec.
1152 Use *_at rather than *_with_line functions.
1153 * gentarget-def.c (add_insn): New function.
1154 (main): Use it. Use new read_md_rtx interface.
1156 2015-07-16 Richard Sandiford <richard.sandiford@arm.com>
1158 * gensupport.h (compute_test_codes): Take a file_location rather
1160 * gensupport.c (compute_test_codes): Likewise. Use *_at functions
1161 rather than *_with_line functions.
1162 (process_define_predicate): Update call to compute_test_codes.
1163 * genpreds.c (validate_exp): Take a file_location rather than a
1164 line number. Use *_at functions rather than *_with_line functions.
1165 (process_define_predicate): Update call to validate_exp.
1166 (constraint_data): Replace lineno field with a file_location.
1167 (add_constraint): Take a file_location rather than a line number.
1168 Use *_at functions rather than *_with_line functions. Fix error
1169 message for address constraints. Update after changes to
1170 validate_exp, constraint_data and compute_test_codes.
1171 (process_define_constraint): Update accordingly.
1172 (process_define_register_constraint): Likewise.
1174 2015-07-16 Richard Sandiford <richard.sandiford@arm.com>
1176 * genoutput.c (data): Use a file_location to record the source
1179 (idata, idata_end): Remove initialization.
1180 (constraint_data): Replace lineno with a file_location.
1181 (output_insn_data): Update after changes to data.
1182 (gen_insn, gen_peephole, gen_expand, gen_split): Likewise.
1183 (scan_operands): Likewise, using *_at rather than *_with_line
1185 (process_template): Likewise.
1186 (validate_insn_alternatives): Likewise.
1187 (validate_insn_operands): Likewise.
1188 (validate_optab_operands): Likewise.
1189 (init_insn_for_nothing): Initialize idata and idata_end.
1190 (note_constraint): Update after changes to constraint_data,
1191 using at rather than with_line functions.
1192 (mdep_constraint_len): Take a file_location rather than a
1193 line number. Use at rather than with_line functions.
1195 2015-07-16 Richard Sandiford <richard.sandiford@arm.com>
1197 * read-md.h (fatal_at): Declare.
1198 * read-md.c (fatal_at): New function.
1199 * genattrtab.c (insn_def, attr_desc, delay_desc): Use a file_location
1200 to record the source position.
1201 (check_attr_test): Take a file_location instead of a line number.
1202 Use fatal_at instead of fatal.
1203 (check_attr_value): Update after above changes, using "at"
1204 rather than "with_line" reporting functions.
1205 (convert_set_attr_alternative): Likewise.
1206 (gen_attr): Likewise.
1207 (check_defs): Likewise. Don't assign to read_md_filename.
1208 (gen_insn): Update initialization after above changes.
1209 (gen_delay): Likewise.
1210 (write_insn_cases): Print the filename for a define_peephole.
1211 (gen_insn_reserv): Take a line number as argument and update
1212 the call to check_attr_test.
1213 (main): Pass a line number to gen_insn_reserv.
1215 2015-07-16 Richard Sandiford <richard.sandiford@arm.com>
1217 * read-md.h (file_location): New structure.
1218 (directive_handler_t): Take a file_location rather than a line number.
1219 (message_at, error_at): Declare.
1220 (read_skip_construct): Delete.
1221 * read-md.c (message_with_line_1): Replace with...
1222 (message_at_1): ...this new function.
1223 (message_at, error_at): New functions.
1224 (message_with_line, error_with_line): Update to use message_at_1.
1225 (handle_enum): Take a file_location rather than a line number
1226 and use error_at for error reporting.
1227 (handle_include): Likewise.
1228 (read_skip_construct): Likewise. Make static.
1229 (handle_file): Update after above changes. Pass a file_location
1230 rather than a line number to handle_directive.
1231 * gensupport.c (queue_elem): Replace separate filename and lineno
1232 with a file_location.
1233 (queue_pattern): Replace filename and lineno arguments with a
1234 file_location. Update after change to queue_elem.
1235 (process_define_predicate): Replace lineno argument with a
1236 file_location and use error_at for error reporting. Update
1237 after above changes.
1238 (process_rtx): Likewise.
1239 (subst_pattern_match): Likewise.
1240 (get_alternatives_number): Likewise.
1241 (alter_predicate_for_insn): Likewise.
1242 (rtx_handle_directive): Likewise.
1243 (is_predicable): Update after above changes, using error_at rather
1244 than error_with_line.
1245 (has_subst_attribute): Likewise.
1246 (identify_predicable_attribute): Likewise.
1247 (alter_attrs_for_subst_insn): Likewise.
1248 (process_one_cond_exec): Likewise.
1249 (process_substs_on_one_elem): Likewise.
1250 (process_define_subst): Likewise.
1251 (check_define_attr_duplicates): Likewise.
1252 (read_md_rtx): Update after change to queue_elem.
1254 2015-07-16 Richard Sandiford <richard.sandiford@arm.com>
1256 * genoutput.c (next_index_number): Delete.
1257 (data): Remove index_number.
1258 (gen_insn, gen_peephole, gen_expand, gen_split): Update accordingly.
1259 (main): Remove manipulation of next_index_number.
1261 2015-07-16 Richard Sandiford <richard.sandiford@arm.com>
1263 * genattrtab.c (check_attr_value): Remove handling of null attrs.
1264 (make_canonical): Likewise.
1266 2015-07-16 Eric Botcazou <ebotcazou@adacore.com>
1268 * config/sparc/sparc.md (save_stack_nonlocal): Use adjust_address
1269 instead of adjust_address_nv.
1270 (restore_stack_nonlocal): Likewise.
1271 (nonlocal_goto): Likewise.
1273 2015-07-16 Tom de Vries <tom@codesourcery.com>
1275 * tree-parloops.c (create_parallel_loop): Handle case that exit phi does
1276 not have a corresponding loop header phi.
1278 2015-07-16 Tom de Vries <tom@codesourcery.com>
1280 * tree-parloops.c (create_loads_for_reductions): Handle case that
1281 reduction is unused.
1283 2015-07-16 Richard Biener <rguenther@suse.de>
1285 PR tree-optimization/66894
1286 * tree-vrp.c (register_edge_assert_for_2): Fix bad assumption
1287 about deriving NE_EXPR from truncated values.
1289 2015-07-16 Martin Liska <mliska@suse.cz>
1292 (object_allocator): Add new class.
1293 (pool_allocator::initialize): Use the underlying class.
1294 (pool_allocator::allocate): Likewise.
1295 (pool_allocator::remove): Likewise.
1296 (operator new): A new generic allocator.
1297 * asan.c (struct asan_mem_ref): Remove unused members.
1298 (asan_mem_ref_new): Replace new operator with
1299 object_allocator::allocate.
1300 (free_mem_ref_resources): Change deallocation.
1301 * cfg.c (initialize_original_copy_tables): Replace pool_allocator
1302 with object_allocator.
1303 * config/sh/sh.c (add_constant): Replace new operator with
1304 object_allocator::allocate.
1305 (sh_reorg): Change call to a release method.
1306 * cselib.c (struct elt_list): Remove unused members.
1307 (new_elt_list): Replace new operator with
1308 object_allocator::allocate.
1309 (new_elt_loc_list): Likewise.
1310 (new_cselib_val): Likewise.
1311 (unchain_one_elt_list): Change delete operator with remove method.
1312 (unchain_one_elt_loc_list): Likewise.
1313 (unchain_one_value): Likewise.
1314 (cselib_finish): Release newly added static allocators.
1315 * cselib.h (struct cselib_val): Remove unused members.
1316 (struct elt_loc_list): Likewise.
1317 * df-problems.c (df_chain_alloc): Replace pool_allocator with
1319 * df-scan.c (struct df_scan_problem_data): Likewise.
1320 (df_scan_alloc): Likewise.
1321 * df.h (struct dataflow): Likewise.
1322 * dse.c (struct read_info_type): Likewise.
1323 (struct insn_info_type): Likewise.
1324 (struct dse_bb_info_type): Likewise.
1325 (struct group_info): Likewise.
1326 (struct deferred_change): Likewise.
1327 (get_group_info): Likewise.
1328 (delete_dead_store_insn): Likewise.
1329 (free_read_records): Likewise.
1330 (replace_read): Likewise.
1331 (check_mem_read_rtx): Likewise.
1332 (scan_insn): Likewise.
1333 (dse_step1): Likewise.
1334 (dse_step7): Likewise.
1335 * et-forest.c (struct et_occ): Remove unused members.
1336 (et_new_occ): Use allocate instead of new operator.
1337 (et_new_tree): Likewise.
1338 (et_free_tree): Call release method explicitly.
1339 (et_free_tree_force): Likewise.
1340 (et_free_pools): Likewise.
1341 (et_split): Use remove instead of delete operator.
1342 * et-forest.h (struct et_node): Remove unused members.
1343 * ipa-cp.c: Change pool_allocator to object_allocator.
1344 * ipa-inline-analysis.c: Likewise.
1345 * ipa-profile.c: Likewise.
1346 * ipa-prop.c: Likewise.
1347 * ipa-prop.h: Likewise.
1348 * ira-build.c (initiate_cost_vectors): Cast return value.
1349 (ira_allocate_cost_vector): Likewise.
1350 * ira-color.c (struct update_cost_record): Remove unused members.
1351 * lra-int.h (struct lra_live_range): Likewise.
1352 (struct lra_copy): Likewise.
1353 (struct lra_insn_reg): Likewise.
1354 * lra-lives.c (lra_live_ranges_finish): Release new static allocator.
1355 * lra.c (new_insn_reg): Replace new operator with allocate method.
1356 (free_insn_regs): Same for operator delete.
1357 (finish_insn_regs): Release new static allocator.
1358 (finish_insn_recog_data): Likewise.
1359 (lra_free_copies): Replace delete operator with remove method.
1360 (lra_create_copy): Replace operator new with allocate method.
1361 (invalidate_insn_data_regno_info): Same for remove method.
1362 * regcprop.c (struct queued_debug_insn_change): Remove unused members.
1363 (free_debug_insn_changes): Replace delete operator with remove method.
1364 (replace_oldest_value_reg): Replace operator new with allocate method.
1365 (pass_cprop_hardreg::execute): Release new static variable.
1366 * sched-deps.c (sched_deps_init): Change pool_allocator to
1368 * sel-sched-ir.c: Likewise.
1369 * sel-sched-ir.h: Likewise.
1370 * stmt.c (expand_case): Likewise.
1371 (expand_sjlj_dispatch_table): Likewise.
1372 * tree-sra.c (struct access): Remove unused members.
1373 (struct assign_link): Likewise.
1374 (sra_deinitialize): Release newly added static pools.
1375 (create_access_1):Replace operator new with allocate method.
1376 (build_accesses_from_assign): Likewise.
1377 (create_artificial_child_access): Likewise.
1378 * tree-ssa-math-opts.c (pass_cse_reciprocals::execute): Change
1379 pool_allocator to object_allocator.
1380 * tree-ssa-pre.c: Likewise.
1381 * tree-ssa-reassoc.c: Likewise.
1382 * tree-ssa-sccvn.c (allocate_vn_table): Likewise.
1383 * tree-ssa-strlen.c: Likewise.
1384 * tree-ssa-structalias.c: Likewise.
1385 * var-tracking.c (onepart_pool_allocate): New function.
1386 (unshare_variable): Use the newly added function.
1387 (variable_merge_over_cur): Likewise.
1388 (variable_from_dropped): Likewise.
1389 (variable_was_changed): Likewise.
1390 (set_slot_part): Likewise.
1391 (emit_notes_for_differences_1): Likewise.
1392 (vt_finalize): Release newly added static pools.
1394 2015-07-16 Martin Jambor <mjambor@suse.cz>
1396 * ipa-prop.h (param_aa_status): Rename to ipa_param_aa_status. Adjust
1397 all uses. Fix two typos in its general comment.
1398 (func_body_info): Rename to ipa_func_body_info. Adjust all uses.
1400 2015-07-16 Ilya Enkovich <enkovich.gnu@gmail.com>
1402 * config/i386/linux-common.h (LINK_MPX): New.
1403 (MPX_SPEC): Use LINK_MPX instead of %(link_mpx).
1404 * configure.ac: Add HAVE_LD_BNDPLT_SUPPORT macro
1405 indicating '-z bndplt' support by linker.
1406 * configure: Regenerate.
1407 * config.in: Regenerate.
1409 2015-07-16 Richard Biener <rguenther@suse.de>
1411 * fold-const.c (fold_widened_comparison): Remove.
1412 (fold_sign_changed_comparison): Likewise.
1413 (fold_comparison): Move widened and sign-changed comparison
1415 * match.pd: ... to patterns here.
1416 * generic-match-head.c: Include target.h.
1417 * gimple-match-head.c: Likewise.
1419 2015-07-16 Richard Biener <rguenther@suse.de>
1421 * tree-ssa-dom.c (dom_valueize): New function.
1422 (record_temporary_equivalences): Also record equivalences
1423 for dominating stmts that have uses of equivalences we are
1426 2015-07-16 Bin Cheng <bin.cheng@arm.com>
1428 * tree-ssa-loop-ivopts.c (add_candidate): Remove call to
1429 add_autoinc_candidates.
1430 (add_iv_candidate_for_biv): Rename to add_iv_candidate_for_biv.
1431 (add_iv_candidate_for_biv): Rename from add_iv_candidate_for_biv.
1432 (add_old_ivs_candidates): Rename to add_iv_candidate_for_bivs.
1433 (add_iv_candidate_for_bivs): Rename from add_old_ivs_candidates.
1435 (add_iv_value_candidates): Rename to add_iv_candidate_for_use.
1436 (add_iv_candidate_for_use): Rename from add_iv_value_candidates.
1437 Remove parameter struct iv*. Call add_autoinc_candidates here.
1438 (add_derived_ivs_candidates): Rename to add_iv_candidate_for_uses.
1439 (add_iv_candidate_for_uses): Rename from add_derived_ivs_candidates.
1441 (find_iv_candidates): Call new functions.
1443 2015-07-16 Sandra Loosemore <sandra@codesourcery.com>
1445 * config/nios2/nios2.c (nios2_emit_stack_limit_check): Fix
1446 uninitialized-variable warning.
1448 2015-07-16 Kaz Kojima <kkojima@gcc.gnu.org>
1451 * config/sh/sh.md (movdi): Split simple reg move to two movsi
1452 when the destination is R0.
1454 2015-07-16 Uros Bizjak <ubizjak@gmail.com>
1457 * config/i386/i386-protos.h (ix86_expand_pextr): New prototype.
1458 * config/i386/i386.c (ix86_expand_pextr): New function.
1459 (ix86_expand_pinsr): Handle V1TI and TI modes. Call ix86_expand_pextr
1460 for non-lowpart subregs.
1461 * config/i386/i386.md (extzv<mode>): Expand with ix86_expand_pextr.
1462 (insv<mode>): Use SWI248 mode iterator.
1463 (insv<mode>_1): Ditto.
1465 2015-07-15 Aditya Kumar <aditya.k7@samsung.com>
1466 Sebastian Pop <s.pop@samsung.com>
1468 * graphite-sese-to-poly.c (rewrite_cross_bb_scalar_deps): Point
1469 iterator to use_stmt.
1471 2015-07-15 Aditya Kumar <aditya.k7@samsung.com>
1472 Sebastian Pop <s.pop@samsung.com>
1474 * graphite-scop-detection.c (build_scops_1): Discard scops for
1477 2015-07-15 Aditya Kumar <aditya.k7@samsung.com>
1478 Sebastian Pop <s.pop@samsung.com>
1480 * graphite-scop-detection.c (stmt_simple_for_scop_p): Bail out in
1481 case of a return statement in scop.
1483 2015-07-15 Aditya Kumar <aditya.k7@samsung.com>
1484 Sebastian Pop <s.pop@samsung.com>
1486 * graphite-sese-to-poly.c (parameter_index_in_region): Only handle
1487 INTEGER_TYPE parameters.
1488 (scan_tree_for_params): Handle REAL_CST, COMPLEX_CST, and
1489 VECTOR_CST in scan_tree_for_params.
1490 (add_conditions_to_domain): Only constrain on INTEGER_TYPE.
1492 2015-07-15 Andrew MacLeod <amacleod@redhat.com>
1494 * gimple-pretty-print.h: Don't include pretty-print.h.
1495 * tree-streamer.h: Don't include lto-streamer.h.
1496 * gimple-streamer.h: Include tree-streamer.h rather than lto-streamer.h.
1497 * gimple-streamer-in.c: Remove redundant includes.
1498 * gimple-streamer-out.c: Likewise.
1499 * ipa-devirt.c: Likewise.
1500 * ipa-icf.c: Likewise.
1501 * ipa-inline-analysis.c: Likewise.
1502 * ipa-polymorphic-call.c: Likewise.
1503 * ipa-profile.c: Likewise.
1504 * ipa-prop.c: Likewise.
1505 * ipa-pure-const.c: Likewise.
1506 * lto-cgraph.c: Likewise.
1507 * lto-streamer-in.c: Likewise.
1508 * lto-streamer-out.c: Likewise.
1509 * lto-streamer.c: Likewise.
1510 * tree-streamer-in.c: Likewise.
1511 * tree-streamer-out.c: Likewise.
1512 * tree-streamer.c: Likewise.
1514 2015-07-15 Andrew MacLeod <amacleod@redhat.com>
1516 * opth-gen.awk: Check for UNKNOWN_LOCATION rather than GCC_TM_H, don't
1518 * opts.c: Remove multiline #include comment.
1520 2015-07-15 Nathan Sidwell <nathan@codesourcery.com>
1522 * config/nvptx/mkoffload.c (process): Add C++ protection to
1525 2015-07-14 Michael Meissner <meissner@linux.vnet.ibm.com>
1528 * config/rs6000/rs6000.c (rs6000_pass_by_reference): Move test for
1529 null before IEEE 128-bit floating point support patch.
1531 2015-07-15 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
1533 * simplify-rtx.c (simplify_ternary_operation): Add simplification
1534 for (!c) != {0,...,0} ? a : b for vector modes.
1536 2015-07-15 Paolo Bonzini <bonzini@gnu.org>
1537 Martin Jambor <mjambor@suse.cz>
1539 * ipa-inline-analysis.c (unmodified_parm_or_parm_agg_item): Accept
1540 struct func_body_info* instead of struct ipa_node_params*, expecting
1541 fbi->info to be filled in. Replace throughout. Adjust call to
1542 ipa_load_from_parm_agg.
1543 (set_cond_stmt_execution_predicate): Accept struct func_body_info*
1544 instead of struct ipa_node_params*. Adjust calls to other functions
1545 so that they pass either fbi or fbi->info.
1546 (set_switch_stmt_execution_predicate): Likewise.
1547 (will_be_nonconstant_predicate): Likewise.
1548 (compute_bb_predicates): Likewise.
1549 (estimate_function_body_sizes): Move asserts earlier. Fill in
1550 struct func_body_info, replace parms_info with fbi.info. Adjust
1551 calls to functions that now accept struct func_body_info.
1552 * ipa-prop.c (param_aa_status, struct ipa_bb_info): Move to ipa-prop.h.
1553 (struct func_body_info): Likewise.
1554 (ipa_load_from_parm_agg_1): Rename to ipa_load_from_parm_agg,
1555 remove static. Adjust callers.
1556 (ipa_load_from_parm_agg): Remove.
1557 * ipa-prop.h (param_aa_status, ipa_bb_info): Move from ipa-prop.c.
1558 (func_body_info): Likewise.
1559 (ipa_load_from_parm_agg): Adjust prototype.
1561 2015-07-12 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
1563 * gensupport.c (rtx_handle_directive): Adjust.
1564 * read-rtl.c (apply_iterators): Take vector to add rtxs to
1565 instead of expr list rtx.
1566 (add_define_attr_for_define_subst): Likewise.
1567 (add_define_subst_attr): Likewise.
1568 (read_subst_mapping): Likewise.
1569 (read_rtx): Likewise.
1570 * rtl.h (read_rtx): Adjust.
1572 2015-07-15 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
1574 * config/aarch64/aarch64.md (*csinc2<mode>_insn): Use cinc mnemonic.
1576 2015-07-15 Uros Bizjak <ubizjak@gmail.com>
1579 * config/i386/i386.md (*tls_global_dynamic_64_<mode>): Depend on SP_REG.
1580 (*tls_local_dynamic_base_64_<mode>): Ditto.
1581 (*tls_local_dynamic_base_64_largepic): Ditto.
1582 (tls_global_dynamic_64_<mode>): Update expander pattern.
1583 (tls_local_dynamic_base_64_<mode>): Ditto.
1585 2015-07-15 Richard Biener <rguenther@suse.de>
1587 * fold-const.c (fold_binary_loc): Move bool_var != 0 -> bool_var
1588 and bool_var == 1 -> bool_var simplifications ...
1589 * match.pd: ... to patterns here. Factor out negate_expr_p
1590 cases from the A - B -> A + (-B) patterns as negate_expr_p
1591 predicate and add a -(A + B) -> (-B) - A pattern.
1593 2015-07-15 Robert Suchanek <robert.suchanek@imgtec.com>
1595 * config/mips/mips.c (mips_emit_save_slot_move): Fix typo.
1597 2015-07-15 Matthew Fortune <matthew.fortune@imgtec.com>
1598 Robert Suchanek <robert.suchanek@imgtec.com>
1600 * config/mips/mips.c (mips_int_mask): New enum.
1601 (mips_shadow_set): Likewise.
1602 (int_mask): New variable.
1603 (use_shadow_register_set_p): Change type to enum mips_shadow_set.
1604 (machine_function): Add int_mask and use_shadow_register_set.
1605 (mips_attribute_table): Add attribute handlers for interrupt and
1606 use_shadow_register_set.
1607 (mips_interrupt_mask): New static function.
1608 (mips_handle_interrupt_attr): Likewise.
1609 (mips_handle_use_shadow_register_set_attr): Likewise.
1610 (mips_use_shadow_register_set): Change return type to enum
1611 mips_shadow_set. Add argument handling for use_shadow_register_set
1613 (mips_interrupt_extra_called_saved_reg_p): Update the conditional to
1614 compare with mips_shadow_set enum.
1615 (mips_compute_frame_info): Add interrupt mask and
1616 use_shadow_register_set to per-function information structure.
1617 Add a stack slot for EPC unconditionally.
1618 (mips_expand_prologue): Compare use_shadow_register_set value
1619 with mips_shadow_set enum. Save EPC always in K1, clobber only K1 for
1620 masked interrupt register but in EIC mode use K0 and save Cause in K0.
1621 EPC saved and restored unconditionally. Use PMODE_INSN macro when
1622 copying the stack pointer from the shadow register set.
1623 * config/mips/mips.h (SR_IM0): New define.
1624 * config/mips/mips.md (mips_rdpgpr): Rename to...
1625 (mips_rdpgpr_<mode>): ...this. Use the Pmode iterator.
1626 * doc/extend.texi (Declaring Attributes of Functions): Document
1627 optional arguments for interrupt and use_shadow_register_set
1630 2015-07-15 Robert Suchanek <robert.suchanek@imgtec.com>
1632 * config/mips/mips.c (mips_compute_frame_info): Allow -mhard-float in
1633 interrupt attribute.
1634 (mips_expand_prologue): Disable the floating point unit in an ISR.
1635 * config/mips/mips.h (SR_COP1): New define.
1637 2015-07-15 Richard Biener <rguenther@suse.de>
1639 * genmatch.c (parser::peek, parser::peek_ident): Add argument
1640 to tell how many tokens to peek ahead (default 1).
1641 (parser::eat_token, parser::eat_ident): Return token consumed.
1642 (parser::parse_result): Parse new switch statement.
1643 * match.pd: Use case statements where appropriate.
1645 2015-07-15 Uros Bizjak <ubizjak@gmail.com>
1647 PR rtl-optimization/58066
1648 * calls.c (expand_call): Precompute register parameters before stack
1649 alignment is performed.
1651 2015-07-15 Uros Bizjak <ubizjak@gmail.com>
1653 PR rtl-optimization/66838
1654 * postreload.c (reload_cse_move2add): Also process
1655 CALL_INSN_FUNCTION_USAGE when resetting information of
1656 call-clobbered registers.
1658 2015-07-14 Sandra Loosemore <sandra@codesourcery.com>
1659 Cesar Philippidis <cesar@codesourcery.com>
1660 Chung-Lin Tang <cltang@codesourcery.com>
1662 * config/nios2/constraints.md (U, v): New constraints.
1663 * config/nios2/predicates.md (rdprs_dcache_operand): New.
1664 (ldstex_memory_operand): New.
1665 * config/nios2/sync.md: New file.
1666 * config/nios2/nios2.md (unspecv): Add new builtin function
1668 (rdprs, flushd, flushda, wrpie, eni): New patterns.
1669 (top-level): Include sync.md.
1670 * config/nios2/nios2.c (N2_FTYPES): Add function types for
1672 (N2_BUILTINS): Add arch field setting, add new builtins.
1673 (enum nios2_builtin_code,nios2_builtins): Update N2_BUILTIN_DEF
1675 (nios2_expand_ldst_builtin): Rename from nios2_expand_ldstio_builtin.
1676 Also handle ldex/stex/ldsex/stsex builtins.
1677 (nios2_expand_rdprs_builtin): New function.
1678 (nios2_expand_cache_builtin): New function.
1679 (nios2_expand_wrpie_builtin): New function.
1680 (nios2_expand_eni_builtin): New function.
1681 (nios2_expand_builtin): Add arch field handling and new builtin
1683 * doc/extend.texi (Altera Nios II Built-in Functions): Document
1685 * doc/md.texi (Machine Constraints): Document U and v constraints.
1687 2015-07-14 Sandra Loosemore <sandra@codesourcery.com>
1688 Cesar Philippidis <cesar@codesourcery.com>
1689 Chung-Lin Tang <cltang@codesourcery.com>
1691 * config/nios2/nios2-protos.h (nios2_expand_return): Declare.
1692 * config/nios2/nios2.c (struct GTY (()) machine_function): Add
1693 callee_save_reg_size and uses_anonymous_args fields.
1694 (nios2_compute_frame_layout): Update for CDX push.n/pop.n usage.
1695 (nios2_create_cfa_notes): New function.
1696 (nios2_adjust_stack): New function for adjusting stack.
1697 (nios2_expand_prologue): Update for CDX push.n/pop.n usage.
1698 Use nios2_adjust_stack.
1699 (nios2_expand_epilogue): Likewise.
1700 (nios2_expand_return): New function.
1701 (nios2_can_use_return_insn): Update for CDX pop.n usage.
1702 (nios2_setup_incoming_varargs): Set uses_anonymous_args flag.
1703 If TARGET_HAS_CDX, defer pushing regs to nios2_expand_prologue.
1704 * config/nios2/nios2.md (return): Use nios2_expand_return.
1706 2015-07-14 Sandra Loosemore <sandra@codesourcery.com>
1707 Cesar Philippidis <cesar@codesourcery.com>
1708 Chung-Lin Tang <cltang@codesourcery.com>
1710 * config/nios2/predicates.md (pop_operation): New.
1711 (ldwm_operation, stwm_operation): New.
1712 (nios2_hard_register_operand): New.
1713 * config/nios2/nios2-protos.h (pop_operation_p): Declare.
1714 (ldstwm_operation_p): Declare.
1715 (gen_ldstwm_peep): Declare.
1716 * config/nios2/nios2.c: (nios2_ldst_parallel): Declare.
1717 (base_reg_adjustment_p): New.
1718 (pop_operation_p): New.
1719 (CDX_LDSTWM_VALID_REGS_0, CDX_LDSTWM_VALID_REGS_1): Define.
1720 (nios2_ldstwm_regset_p): New.
1721 (ldstwm_operation_p): New.
1723 (nios2_ldst_parallel): New.
1724 (struct ldswm_operand): Declare.
1725 (compare_ldstwm_operands): New.
1726 (can_use_cdx_ldstw): New.
1727 (gen_ldstwm_peep): New.
1728 * config/nios2/nios2-ldstwm.sml: New.
1729 * config/nios2/nios2.md: Include ldstwm.md.
1730 * config/nios2/ldstwm.md: Generated.
1732 2015-07-14 Sandra Loosemore <sandra@codesourcery.com>
1733 Cesar Philippidis <cesar@codesourcery.com>
1734 Chung-Lin Tang <cltang@codesourcery.com>
1736 * config/nios2/nios2.h (LABEL_ALIGN): Define.
1737 (REG_ALLOC_ORDER): Define.
1738 (ADJUST_REG_ALLOC_ORDER): Define.
1739 (HONOR_REG_ALLOC_ORDER): Define.
1740 (CDX_REG_P): Define.
1741 (ANDCLEAR_INT): Define.
1742 * config/nios2/nios2-protos.h (nios2_add_insn_asm): Declare.
1743 (nios2_label_align): Declare.
1744 (nios2_cdx_narrow_form_p): Declare.
1745 (nios2_adjust_reg_alloc_order): Declare.
1746 * config/nios2/nios2.c (nios2_rtx_costs): Adjust for BMX zero-extract
1748 (nios2_large_unspec_reloc_p): New function, split from...
1749 (nios2_legitimate_pic_operand_p): ...here.
1750 (nios2_emit_move_sequence): Add *high/*lo_sum constant expand code.
1751 (nios2_print_operand_punct_valid_p): New.
1752 (nios2_print_operand): Add %., %!, %x, %y, %A. Remove %U.
1753 (split_mem_address): New.
1754 (split_alu_insn): New.
1756 (cdx_add_immed, cdx_and_immed, cdx_mov_immed, cdx_shift_immed): New.
1757 (enum nios2_add_insn_kind): New.
1758 (nios2_add_insn_names, nios2_add_insn_narrow): New.
1759 (nios2_add_insn_classify): New.
1760 (nios2_add_insn_asm): New.
1761 (nios2_cdx_narrow_form_p): New.
1762 (label_align, min_labelno, max_labelno): New.
1764 (nios2_label_align): New.
1765 (nios2_adjust_reg_alloc_order): New.
1766 (TARGET_PRINT_OPERAND_PUNCT_VALID_P): Define.
1767 (TARGET_MACHINE_DEPENDENT_REORG): Define.
1768 * config/nios2/constraints.md (P): New constraint.
1769 * config/nios2/predicates.md (const_and_operand): New.
1771 (stack_memory_operand): New.
1772 * config/nios2/nios2.md (SP_REGNO): Define stack pointer regno.
1773 (length): Update to use nios2_cdx_narrow_form_p().
1774 (type): Add new insn type values.
1775 (control, alu, st, ld, shift): Update insn reservations with
1776 new insn type values.
1777 (*high, *lo_sum): Define new insn patterns for constant generation.
1778 (movqi_internal, movhi_internal, movsi_internal): Reduce
1779 alternatives, update asm template to handle CDX variants, update
1781 (zero_extendhisi2, zero_extendqi<mode>2): Add CDX variants to asm
1782 template, update type attributes.
1783 (extendhisi2, extendqi<mode>2): Likewise.
1784 (addsi3): Change to use function for asm string.
1785 (subsi3): Add CDX notation to asm template, update type attributes.
1786 (negsi3, one_cmplsi3): Likewise.
1787 (andsi3): New pattern, specialized from logical patterns.
1788 (<code>si3): Remove and case, combine alternatives, update asm
1790 (<shift_op>si3): Add CDX notation, update type attributes.
1791 (rotrsi3): Update type attribute.
1792 (*merge, extzv, insv): New insn patterns.
1793 (return): Change to define_expand.
1794 (simple_return): Add CDX notation, update type attributes.
1795 (indirect_jump): Add CDX notation.
1796 (jump): Update asm cases, update length attribute expression.
1797 (*call, *call_value, *sibcall, *sibcall_value): Add CDX variant.
1798 (nios2_cbranch): Update asm cases and length attribute expression
1799 to handle CDX variants.
1800 (nios2_cmp<code>): Update asm template.
1801 (nop): Add CDX notation, update type attributes.
1802 (trap): Add CDX notation.
1803 (ctrapsi4): Update asm cases and length attribute expression to
1805 * doc/md.texi (Machine Constraints): Document P constraint.
1807 2015-07-14 Sandra Loosemore <sandra@codesourcery.com>
1808 Cesar Philippidis <cesar@codesourcery.com>
1809 Chung-Lin Tang <cltang@codesourcery.com>
1811 * config/nios2/nios2.h (SMALL_INT12): New macro.
1812 * config/nios2/nios2.c (nios2_valid_addr_offset_p): New function.
1813 (nios2_valid_addr_expr_p): Use it.
1814 (nios2_symbol_ref_in_small_data_p): Disallow GP-relative addressing
1815 with implicit "io" instructions on R2.
1816 * config/nios2/constraints.md (w): New constraint.
1817 * config/nios2/predicates.md (ldstio_memory_operand): New.
1818 * config/nios2/nios2.md (ld<bhw_uns>io, ld<bh>io): Update memory
1819 operand predicate and constraint.
1820 (ld<bh>io_signed, st<bhw>io>): Likewise.
1821 * doc/md.texi (Machine Constraints): Document w constraint.
1823 2015-07-14 Sandra Loosemore <sandra@codesourcery.com>
1824 Cesar Philippidis <cesar@codesourcery.com>
1825 Chung-Lin Tang <cltang@codesourcery.com>
1827 * config/nios2/nios2.opt (march, mbmx, mcdx): New options.
1828 * config/nios2/nios2-opts.h (enum nios2_arch_type): New enum for
1829 Nios II architecture level.
1830 * config/nios2/nios2.h (TARGET_ARCH_R2): New define.
1831 (TARGET_CPU_CPP_BUILTINS): Add definition of __nios2_arch__ symbol.
1832 (OPTION_DEFAULT_SPECS): Define.
1833 (ASM_SPEC): Add -march= spec strings.
1834 * config/nios2/nios2.c (nios2_option_override): Check for
1835 conflicts involving new options.
1836 * config.gcc (nios2*-*-*): Support --with-arch=.
1837 * doc/invoke.texi (Option Summary, Nios II Options): Document
1838 -march=, -mbmx, and -mcdx.
1840 2015-07-14 Vladimir Makarov <vmakarov@redhat.com>
1842 PR rtl-optimization/66626
1843 * lra-constraints.c (lra_constraints): Prevent equivalence
1844 substitution for static chain pseudo in functions with nonlocal
1847 2015-07-14 Sandra Loosemore <sandra@codesourcery.com>
1849 * config/nios2/nios2.c (TEMP_REG_NUM): Move define up in file.
1850 (nios2_emit_stack_limit_check): Add size parameter. Handle
1851 -fstack-limit-symbol as well as -fstack-limit-register.
1852 (nios2_expand_prologue): Emit only a single stack limit check,
1853 even if multiple stack adjustments are required.
1854 (nios2_option_override): Diagnose unsupported combination of -fpic
1855 and -stack-limit-symbol.
1857 2015-07-14 H.J. Lu <hongjiu.lu@intel.com>
1859 * Makefile.in (top_srcdir): New.
1860 * configure.ac: Use AM_ZLIB.
1861 * configure: Regeneated.
1863 2015-07-14 Matthias Klose <doko@ubuntu.com>
1866 * config/rs6000/t-rs6000 (TM_H): Add rs6000-cpus.def.
1868 2015-07-14 Richard Biener <rguenther@suse.de>
1870 PR tree-optimization/66863
1871 * tree-vrp.c (register_edge_assert_for_2): Properly restrict
1872 what we record for conversion use stmt lhs inequalities.
1874 2015-07-14 Richard Biener <rguenther@suse.de>
1876 * genmatch.c (dt_node::gen_kids_1): Fix case label indenting.
1877 (decision_tree::gen_gimple): Likewise.
1879 2015-07-14 Tom de Vries <tom@codesourcery.com>
1881 * gcc.c (greater_than_spec_func): Declare forward.
1882 (LINK_COMMAND_SPEC, GOMP_SELF_SPECS): Use gt to ignore
1883 -ftree-parallelize-loops={0,1}.
1884 (static_spec_functions): Add greater_than_spec_func function with name
1886 (greater_than_spec_func): New function.
1888 2015-07-14 Richard Biener <rguenther@suse.de>
1890 * tree-ssa-dom.c (record_temporary_equivalences): Merge
1891 wideing type conversion case from record_equivalences_from_incoming_edge
1892 and use record_equality to record equivalences.
1893 (record_equivalences_from_incoming_edge): Call
1894 record_temporary_equivalences.
1896 2015-07-14 Richard Biener <rguenther@suse.de>
1898 * genmatch.c (struct operand): Add OP_IF and OP_WITH op_types.
1899 (struct if_expr): New.
1900 (struct with_expr): Likewise.
1901 (is_a_helper): Add helpers for if_expr and with_expr.
1902 (struct simplify): Add simplify_kind enum and member. Remove
1904 (simplify::simplify): Adjust.
1905 (lower_commutative): Adjust.
1906 (lower_opt_convert): Likewise.
1907 (lower_cond): Likewise.
1908 (replace_id): Handle with_expr and if_expr.
1909 (lower_for): Adjust.
1910 (dt_simplify::gen_1): New recursive worker, split out from ...
1911 (dt_simplify::gen): ... here. Deal with if and with expansion
1913 (capture_info::capture_info): Take context argument
1914 (capture_info::walk_result): Only analyze specific result.
1915 (parser::parse_result): New function.
1916 (parser::parse_simplify): Adjust to parse ifs with then end
1918 (parser::parse_if): Simplify.
1919 (parser::parse_pattern): Pass down simplify kind.
1920 * match.pd: Convert if structure to new syntax.
1922 2015-07-13 Marek Polacek <polacek@redhat.com>
1924 * rtl.c (rtx_equal_p_cb): Fix typo.
1926 2015-07-13 Andrew MacLeod <amacleod@redhat.com>
1928 * omega.h: Don't include config.h, don't include params.h again if
1929 omega.h has already been included.
1930 * graphite-poly.h: Include sese.h.
1931 * graphite.c: Don't include sese.h, remove needless includes and
1932 minimize includes outside #ifdef HAVE_isl block.
1933 * graphite-blocking.c: Don't include sese.h, remove needless includes,
1934 and wrap entire file in #ifdef HAVE_isl
1935 * graphite-dependences.c: Likewise.
1936 * graphite-interchange.c: Likewise.
1937 * graphite-isl-ast-to-gimple.c: Likewise.
1938 * graphite-optimize-isl.c: Likewise.
1939 * graphite-poly.c: Likewise.
1940 * graphite-scop-detection.c: Likewise.
1941 * graphite-sese-to-poly.c: Likewise.
1943 2015-07-13 Tom de Vries <tom@codesourcery.com>
1945 * omp-low.c (build_receiver_ref): Mark *.omp_data_i as non-trapping.
1947 2015-07-13 Renlin Li <renlin.li@arm.com>
1950 * simplify-rtx.c (simplify_const_relational_operation): Add
1951 side_effects_p checks.
1953 2015-07-12 Aldy Hernandez <aldyh@redhat.com>
1955 * bitmap.h: Fix double word typos.
1958 * cfgloopmanip.c: Same.
1961 * cgraphclones.c: Same.
1963 * config/aarch64/aarch64-protos.h: Same.
1964 * config/aarch64/aarch64.c: Same.
1965 * config/aarch64/aarch64.md: Same.
1966 * config/arm/arm.md: Same.
1967 * config/arm/arm1020e.md: Same.
1968 * config/arm/arm1026ejs.md: Same.
1969 * config/arm/arm926ejs.md: Same.
1970 * config/arm/fa526.md: Same.
1971 * config/arm/fa606te.md: Same.
1972 * config/arm/fa626te.md: Same.
1973 * config/arm/fa726te.md: Same.
1974 * config/arm/fmp626.md: Same.
1975 * config/darwin.c: Same.
1976 * config/epiphany/epiphany.c: Same.
1977 * config/frv/frv.c: Same.
1978 * config/ft32/ft32.c: Same.
1979 * config/gnu-user.h: Same.
1980 * config/h8300/constraints.md: Same.
1981 * config/i386/i386.c: Same.
1982 * config/i386/i386.md: Same.
1983 * config/iq2000/iq2000.md: Same.
1984 * config/mips/mips.c: Same.
1985 * config/mmix/mmix.md: Same.
1986 * config/moxie/moxie.c: Same.
1987 * config/nds32/nds32.md: Same.
1988 * config/pa/pa.h: Same.
1989 * config/rs6000/aix.h: Same.
1990 * config/rs6000/rs6000.h: Same.
1991 * config/sh/sh.c: Same.
1992 * config/tilegx/tilegx.md: Same.
1993 * config/tilepro/gen-mul-tables.cc: Same.
1996 * doc/invoke.texi: Same.
1998 * dwarf2out.c: Same.
2003 * hash-table.h: Same.
2004 * internal-fn.c: Same.
2006 * ipa-devirt.c: Same.
2009 * ipa-profile.c: Same.
2014 * reg-stack.c: Same.
2020 * tree-inline.c: Same.
2022 * tree-ssa-dom.c: Same.
2023 * tree-ssa-loop-ivopts.c: Same.
2024 * tree-ssa-structalias.c: Same.
2025 * tree-ssa-tail-merge.c: Same.
2026 * tree-ssa-ter.c: Same.
2027 * tree-ssa-threadupdate.c: Same.
2028 * tree-ssa-uninit.c: Same.
2029 * tree-ssanames.c: Same.
2030 * tree-vect-loop-manip.c: Same.
2036 2015-07-12 Kugan Vivekanandarajah <kuganv@linaro.org>
2039 * tree-ssa-phiopt.c(factor_out_conditional_conversion): New function.
2040 tree_ssa_phiopt_worker): Call it.
2042 2015-07-12 Kugan Vivekanandarajah <kuganv@linaro.org>
2044 * cse.c (cse_insn): Calculate src_eqv for ZERO_EXTRACT.
2045 * emit-rtl.c (set_for_reg_notes): Allow ZERO_EXTRACT to set
2048 2015-07-11 Marek Polacek <polacek@redhat.com>
2051 * basic-block.h (has_abnormal_call_or_eh_pred_edge_p): New function.
2052 * ira-lives.c (bb_has_abnormal_call_pred): Remove function.
2053 (process_bb_node_lives): Call has_abnormal_call_or_eh_pred_edge_p
2054 rather than bb_has_abnormal_call_pred.
2055 * lra-lives.c (bb_has_abnormal_call_pred): Remove function.
2056 (process_bb_lives): Call has_abnormal_call_or_eh_pred_edge_p
2057 rather than bb_has_abnormal_call_pred.
2059 2015-07-10 Anatoly Sokolov <aesok@post.ru>
2061 * config/v850/v850.h (REG_OK_FOR_BASE_P, REG_OK_FOR_INDEX_P,
2062 REG_OK_FOR_BASE_P_STRICT, REG_OK_FOR_INDEX_P_STRICT, STRICT,
2063 RTX_OK_FOR_BASE_P, GO_IF_LEGITIMATE_ADDRESS): Remove macros.
2064 * config/v850/v850.c (v850_reg_ok_for_base_, v850_rtx_ok_for_base_p,
2065 v850_legitimate_address_p): New functions.
2066 (TARGET_ADDR_SPACE_LEGITIMATE_ADDRESS_P): Define.
2068 2015-07-10 H.J. Lu <hongjiu.lu@intel.com>
2071 * config/i386/i386.c (ix86_function_ok_for_sibcall): Allow
2072 indirect sibcall with register arguments if register available
2073 for argument passing.
2074 (init_cumulative_args): Set cfun->machine->arg_reg_available
2075 to (cum->nregs > 0) or to true if function has a variable
2077 (function_arg_advance_32): Set cfun->machine->arg_reg_available
2078 to false if cum->nregs <= 0.
2079 * config/i386/i386.h (machine_function): Add arg_reg_available.
2081 2015-07-10 Uros Bizjak <ubizjak@gmail.com>
2083 * config/i386/sse.md (movdi_to_sse): Use gen_lowpart
2084 and gen_higpart instead of gen_rtx_SUBREG.
2085 * config/i386/i386.md
2086 (floatdi<X87MODEF:mode>2_i387_with_xmm splitter): Ditto.
2087 (read-modify peephole2): Use gen_lowpart instead of
2088 gen_rtx_SUBREG for operand 5.
2090 2015-07-10 Andrew MacLeod <amacleod@redhat.com>
2092 * config/tilepro/gen-mul-tables.cc (main): Change include list for
2094 * config/tilepro/mul-tables.c: Regenerate.
2095 * config/tilegx/mul-tables.c: Regenerate.
2097 2015-07-10 Richard Biener <rguenther@suse.de>
2099 * fold-const.c (distribute_bit_expr): Remove.
2100 (fold_binary_loc): Move simplifying (A & C1) + (B & C2)
2101 to (A & C1) | (B & C2), distributing (A & B) | (A & C)
2102 to A & (B | C) and simplifying A << C1 << C2 to ...
2103 * match.pd: ... patterns here.
2105 2015-07-10 Jiong Wang <jiong.wang@arm.com>
2107 * config/aarch64/aarch64.c (aarch64_load_symref_appropriately):
2108 Mark mem as READONLY and NOTRAP for PIC symbol.
2110 2015-07-10 Andrew MacLeod <amacleod@redhat.com>
2112 * gimple-predict.h: New file.
2113 (gimple_predict_predictor, gimple_predict_set_predictor,
2114 gimple_predict_outcome, gimple_predict_set_outcome,
2115 gimple_build_predict): Relocate here.
2116 * gimple.h (gimple_predict_predictor, gimple_predict_set_predictor,
2117 gimple_predict_outcome, gimple_predict_set_outcome): Move to
2119 * gimple.c (gimple_build_predict): Move to gimple-predict.h
2120 * basic-block.h: Don't include cfghooks.h.
2121 * backend.h: Don't include predict.h.
2122 * cfghooks.h: Include predict.h.
2123 * gimple-pretty-print.c: Include gimple-predict.h.
2124 * gimplify.c: Likwise.
2125 * predict.c: Adjust includes.
2126 * tree-inline.c: Likewise.
2128 * auto-inc-dec.c: Likewise.
2129 * auto-profile.c: Likewise.
2130 * bb-reorder.c: Likewise.
2131 * builtins.c: Likewise.
2132 * caller-save.c: Likewise.
2133 * calls.c: Likewise.
2134 * cfganal.c: Likewise.
2135 * cfgbuild.c: Likewise.
2137 * cfgcleanup.c: Likewise.
2138 * cfgexpand.c: Likewise.
2139 * cfghooks.c: Likewise.
2140 * cfgloopanal.c: Likewise.
2141 * cfgloop.c: Likewise.
2142 * cfgloopmanip.c: Likewise.
2143 * cfgrtl.c: Likewise.
2144 * cgraph.c: Likewise.
2145 * cgraphunit.c: Likewise.
2146 * combine.c: Likewise.
2147 * cprop.c: Likewise.
2150 * dojump.c: Likewise.
2152 * except.c: Likewise.
2153 * expmed.c: Likewise.
2155 * final.c: Likewise.
2156 * fold-const.c: Likewise.
2157 * function.c: Likewise.
2158 * fwprop.c: Likewise.
2159 * gcc-plugin.h: Likewise.
2161 * genattrtab.c: Likewise.
2162 * genemit.c: Likewise.
2163 * gengtype.c: Likewise.
2164 * genopinit.c: Likewise.
2165 * genoutput.c: Likewise.
2166 * genpreds.c: Likewise.
2167 * genrecog.c: Likewise.
2168 * gimple-fold.c: Likewise.
2169 * gimple-iterator.c: Likewise.
2170 * gimple-ssa-isolate-paths.c: Likewise.
2171 * gimple-ssa-strength-reduction.c: Likewise.
2172 * graph.c: Likewise.
2173 * graphite-blocking.c: Likewise.
2174 * graphite.c: Likewise.
2175 * graphite-dependences.c: Likewise.
2176 * graphite-interchange.c: Likewise.
2177 * graphite-isl-ast-to-gimple.c: Likewise.
2178 * graphite-optimize-isl.c: Likewise.
2179 * graphite-poly.c: Likewise.
2180 * graphite-scop-detection.c: Likewise.
2181 * graphite-sese-to-poly.c: Likewise.
2182 * haifa-sched.c: Likewise.
2183 * ifcvt.c: Likewise.
2184 * internal-fn.c: Likewise.
2185 * ipa-cp.c: Likewise.
2186 * ipa-profile.c: Likewise.
2187 * ipa-split.c: Likewise.
2188 * ipa-utils.c: Likewise.
2189 * ira-build.c: Likewise.
2190 * ira-color.c: Likewise.
2191 * ira-conflicts.c: Likewise.
2192 * ira-costs.c: Likewise.
2193 * ira-emit.c: Likewise.
2194 * ira-lives.c: Likewise.
2196 * loop-doloop.c: Likewise.
2197 * loop-init.c: Likewise.
2198 * loop-invariant.c: Likewise.
2199 * loop-unroll.c: Likewise.
2200 * lower-subreg.c: Likewise.
2201 * lra-assigns.c: Likewise.
2203 * lra-coalesce.c: Likewise.
2204 * lra-constraints.c: Likewise.
2205 * lra-lives.c: Likewise.
2206 * lto-cgraph.c: Likewise.
2207 * lto-streamer-in.c: Likewise.
2208 * mode-switching.c: Likewise.
2209 * modulo-sched.c: Likewise.
2210 * omp-low.c: Likewise.
2211 * optabs.c: Likewise.
2212 * passes.c: Likewise.
2213 * postreload.c: Likewise.
2214 * postreload-gcse.c: Likewise.
2215 * profile.c: Likewise.
2216 * recog.c: Likewise.
2217 * regstat.c: Likewise.
2218 * reload1.c: Likewise.
2219 * reorg.c: Likewise.
2220 * rtlanal.c: Likewise.
2221 * sched-ebb.c: Likewise.
2222 * sel-sched-ir.c: Likewise.
2224 * shrink-wrap.c: Likewise.
2225 * simplify-rtx.c: Likewise.
2227 * store-motion.c: Likewise.
2228 * tracer.c: Likewise.
2229 * trans-mem.c: Likewise.
2230 * tree-call-cdce.c: Likewise.
2231 * tree-cfg.c: Likewise.
2232 * tree-cfgcleanup.c: Likewise.
2233 * tree-chkp.c: Likewise.
2234 * tree-complex.c: Likewise.
2235 * tree-eh.c: Likewise.
2236 * tree-if-conv.c: Likewise.
2237 * tree-loop-distribution.c: Likewise.
2238 * tree-outof-ssa.c: Likewise.
2239 * tree-parloops.c: Likewise.
2240 * tree-predcom.c: Likewise.
2241 * tree-pretty-print.c: Likewise.
2242 * tree-profile.c: Likewise.
2243 * tree-sra.c: Likewise.
2244 * tree-ssa.c: Likewise.
2245 * tree-ssa-coalesce.c: Likewise.
2246 * tree-ssa-dce.c: Likewise.
2247 * tree-ssa-dom.c: Likewise.
2248 * tree-ssa-forwprop.c: Likewise.
2249 * tree-ssa-ifcombine.c: Likewise.
2250 * tree-ssa-loop-ch.c: Likewise.
2251 * tree-ssa-loop-im.c: Likewise.
2252 * tree-ssa-loop-ivcanon.c: Likewise.
2253 * tree-ssa-loop-ivopts.c: Likewise.
2254 * tree-ssa-loop-manip.c: Likewise.
2255 * tree-ssa-loop-prefetch.c: Likewise.
2256 * tree-ssa-loop-unswitch.c: Likewise.
2257 * tree-ssa-math-opts.c: Likewise.
2258 * tree-ssa-phiopt.c: Likewise.
2259 * tree-ssa-pre.c: Likewise.
2260 * tree-ssa-reassoc.c: Likewise.
2261 * tree-ssa-sink.c: Likewise.
2262 * tree-ssa-tail-merge.c: Likewise.
2263 * tree-ssa-threadedge.c: Likewise.
2264 * tree-ssa-threadupdate.c: Likewise.
2265 * tree-switch-conversion.c: Likewise.
2266 * tree-tailcall.c: Likewise.
2267 * tree-vect-data-refs.c: Likewise.
2268 * tree-vect-loop.c: Likewise.
2269 * tree-vect-loop-manip.c: Likewise.
2270 * tree-vectorizer.c: Likewise.
2271 * tree-vrp.c: Likewise.
2272 * ubsan.c: Likewise.
2273 * value-prof.c: Likewise.
2274 * varasm.c: Likewise.
2275 * var-tracking.c: Likewise.
2276 * config/aarch64/aarch64-builtins.c: Likewise.
2277 * config/aarch64/aarch64.c: Likewise.
2278 * config/aarch64/cortex-a57-fma-steering.c: Likewise.
2279 * config/alpha/alpha.c: Likewise.
2280 * config/arc/arc.c: Likewise.
2281 * config/arm/arm.c: Likewise.
2282 * config/avr/avr.c: Likewise.
2283 * config/bfin/bfin.c: Likewise.
2284 * config/c6x/c6x.c: Likewise.
2285 * config/cr16/cr16.c: Likewise.
2286 * config/cris/cris.c: Likewise.
2287 * config/darwin.c: Likewise.
2288 * config/darwin-c.c: Likewise.
2289 * config/epiphany/epiphany.c: Likewise.
2290 * config/epiphany/mode-switch-use.c: Likewise.
2291 * config/epiphany/resolve-sw-modes.c: Likewise.
2292 * config/fr30/fr30.c: Likewise.
2293 * config/frv/frv.c: Likewise.
2294 * config/ft32/ft32.c: Likewise.
2295 * config/h8300/h8300.c: Likewise.
2296 * config/i386/i386.c: Likewise.
2297 * config/i386/winnt.c: Likewise.
2298 * config/ia64/ia64.c: Likewise.
2299 * config/iq2000/iq2000.c: Likewise.
2300 * config/lm32/lm32.c: Likewise.
2301 * config/m32c/m32c.c: Likewise.
2302 * config/m32r/m32r.c: Likewise.
2303 * config/m68k/m68k.c: Likewise.
2304 * config/mcore/mcore.c: Likewise.
2305 * config/mep/mep.c: Likewise.
2306 * config/microblaze/microblaze.c: Likewise.
2307 * config/mips/mips.c: Likewise.
2308 * config/mmix/mmix.c: Likewise.
2309 * config/mn10300/mn10300.c: Likewise.
2310 * config/moxie/moxie.c: Likewise.
2311 * config/msp430/msp430.c: Likewise.
2312 * config/nds32/nds32.c: Likewise.
2313 * config/nds32/nds32-cost.c: Likewise.
2314 * config/nds32/nds32-fp-as-gp.c: Likewise.
2315 * config/nds32/nds32-intrinsic.c: Likewise.
2316 * config/nds32/nds32-isr.c: Likewise.
2317 * config/nds32/nds32-md-auxiliary.c: Likewise.
2318 * config/nds32/nds32-memory-manipulation.c: Likewise.
2319 * config/nds32/nds32-pipelines-auxiliary.c: Likewise.
2320 * config/nds32/nds32-predicates.c: Likewise.
2321 * config/nios2/nios2.c: Likewise.
2322 * config/nvptx/nvptx.c: Likewise.
2323 * config/pa/pa.c: Likewise.
2324 * config/pdp11/pdp11.c: Likewise.
2325 * config/rl78/rl78.c: Likewise.
2326 * config/rs6000/rs6000.c: Likewise.
2327 * config/rx/rx.c: Likewise.
2328 * config/s390/s390.c: Likewise.
2329 * config/sh/sh.c: Likewise.
2330 * config/sh/sh-mem.cc: Likewise.
2331 * config/sh/sh_optimize_sett_clrt.cc: Likewise.
2332 * config/sh/sh_treg_combine.cc: Likewise.
2333 * config/sparc/sparc.c: Likewise.
2334 * config/spu/spu.c: Likewise.
2335 * config/stormy16/stormy16.c: Likewise.
2336 * config/tilegx/tilegx.c: Likewise.
2337 * config/tilepro/tilepro.c: Likewise.
2338 * config/v850/v850.c: Likewise.
2339 * config/vax/vax.c: Likewise.
2340 * config/visium/visium.c: Likewise.
2341 * config/xtensa/xtensa.c: Likewise.
2343 2015-07-10 Richard Biener <rguenther@suse.de>
2345 * genmatch.c (dt_node::gen_kids_1): Fix indenting of case labels.
2346 (decision_tree::gen_gimple): Likewise.
2347 (decision_tree::gen_generic): Likewise.
2349 2015-07-10 Uros Bizjak <ubizjak@gmail.com>
2352 * config/i386/i386.c (ix86_md_asm_adjust): Emit movstrictqi
2353 sequence for TARGET_ZERO_EXTEND_WITH_AND targets.
2355 2015-07-10 Jakub Jelinek <jakub@redhat.com>
2358 * gimplify.c (maybe_fold_stmt): Don't fold in ORT_PARALLEL
2359 or ORT_TASK contexts.
2360 * omp-low.c (lower_omp): Call fold_stmt even if taskreg_nesting_level
2363 2015-07-10 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
2365 * expr.c (expand_cond_expr_using_cmove): Fix typos in comment
2368 2015-07-10 Tom de Vries <tom@codesourcery.com>
2370 * tree-parloops.c (try_transform_to_exit_first_loop_alt): If not found,
2371 insert nit + 1 bound.
2373 2015-07-10 Richard Biener <rguenther@suse.de>
2375 * tree-if-conv.c (if_convertible_gimple_assign_stmt_p):
2376 Use ifcvt_could_trap_p also when not flag_tree_loop_if_convert_stores.
2377 (if_convertible_loop_p_1): For this always compute bb predicates.
2378 (if_convertible_loop_p): And free them.
2380 2015-07-10 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
2382 * ipa-icf.c (sem_item_optimizer::do_congruence_step): Fix typo
2385 2015-07-10 Richard Biener <rguenther@suse.de>
2387 PR tree-optimization/66823
2388 * tree-if-conv.c (memrefs_read_or_written_unconditionally): Fix
2391 2015-07-09 Steve Ellcey <sellcey@imgtec.com>
2393 * config/mips/mti-linux.h (MIPS_SYSVERSION_SPEC): Update
2394 to handle mips[32|64]r3 and mips[32|64]r5.
2396 2015-07-09 Jakub Jelinek <jakub@redhat.com>
2399 * tree-nested.c (get_static_chain): Or in a flag into
2400 info->static_chain_added.
2401 (get_frame_field, get_nonlocal_debug_decl): Likewise.
2402 (convert_nonlocal_omp_clauses, convert_local_omp_clauses): Revert
2404 (convert_tramp_reference_stmt): If a frame_decl or chain_decl
2405 is needed newly inside of GIMPLE_OMP_{PARALLEL,TASK,TARGET} body,
2408 PR tree-optimization/66718
2409 * tree-vect-stmts.c (struct simd_call_arg_info): Add simd_lane_linear
2411 (vect_simd_lane_linear): New function.
2412 (vectorizable_simd_clone_call): Support using linear arguments for
2413 addresses of arrays elements indexed by GOMP_SIMD_LANE result.
2415 2015-07-09 H.J. Lu <hongjiu.lu@intel.com>
2418 * config/i386/i386.c (iamcu_cost): Adjust variable shift costs.
2420 2015-07-09 Michael Meissner <meissner@linux.vnet.ibm.com>
2422 * config/rs6000/rs6000-protos.h (rs6000_secondary_reload_memory):
2423 Use machine mode, not enum machine_mode in the prototype.
2425 * config/rs6000/rs6000.h (FLOAT128_IEEE_P): New helper macros to
2426 classify 128-bit floating point support.
2427 (FLOAT128_IBM_P): Likewise.
2428 (FLOAT128_VECTOR_P): Likewise.
2429 (FLOAT128_2REG_P): Likewise.
2430 (SCALAR_FLOAT_MODE_NOT_VECTOR_P): Likewise.
2431 (SLOW_UNALIGNED_ACCESS): Add IEEE 128-bit floating point support.
2432 (HARD_REGNO_CALLER_SAVE_MODE): Likewise.
2433 (HARD_REGNO_CALL_PART_CLOBBERED): Likewise.
2435 * config/rs6000/rs6000.c (rs6000_hard_regno_nregs_internal): Drop
2436 tests against TFmode/TDmode, since those modes do not use VSX
2438 (rs6000_hard_regno_mode_ok): Add IEEE 128-bit floating point
2440 (rs6000_init_hard_regno_mode_ok): Use new helper macros instead of
2441 tests against TFmode, etc.
2442 (invalid_e500_subreg): Add tests against IFmode/KFmode.
2443 (reg_offset_addressing_ok_p): Likewise.
2444 (rs6000_legitimate_offset_address_p): Likewise.
2445 (rs6000_legitimize_address): Likewise.
2446 (rs6000_legitimize_reload_address): Likewise.
2447 (rs6000_legitimate_address_p): Clean up tests against TFmode and
2448 TDmode to use the new helper macros, which will include IFmode and
2450 (rs6000_emit_move): Likewise.
2451 (rs6000_darwin64_record_arg_recurse): Likewise.
2452 (print_operand): Likewise.
2453 (rs6000_member_type_forces_blk): Treat IEEE 128-bit floating point
2454 that uses a single vector register as a vector and not as a
2455 floating point register in terms of the calling sequence.
2456 (rs6000_discover_homogeneous_aggregate): Likewise.
2457 (rs6000_return_in_memory): Likewise.
2458 (init_cumulative_args): Likewise.
2459 (rs6000_function_arg_boundary): Likewise.
2460 (rs6000_function_arg_advance_1): Likewise.
2461 (rs6000_function_arg): Likewise.
2462 (rs6000_pass_by_reference): Likewise.
2463 (rs6000_gimplify_va_arg): Likewise.
2464 (rs6000_secondary_reload_memory): Use machine_mode not enum
2466 (rs6000_split_multireg_move): Use new helper macros.
2467 (spe_func_has_64bit_regs_p): Likewise.
2468 (rs6000_output_function_epilogue): Add IFmode/KFmode support.
2469 (output_toc): Use new helper macros.
2470 (rs6000_register_move_cost): Likewise.
2471 (rs6000_function_value): Add IEEE 128-bit floating point calling
2473 (rs6000_libcall_value): Likewise.
2474 (rs6000_scalar_mode_supported_p): Add support for IEEE 128-bit
2475 floating point support.
2476 (rs6000_vector_mode_supported_p): Likewise.
2478 2015-07-09 Vladimir Makarov <vmakarov@redhat.com>
2480 PR rtl-optimization/66782
2481 * lra-int.h (struct lra_insn_recog_data): Add comment about
2482 clobbered hard regs for arg_hard_regs.
2483 * lra.c (lra_set_insn_recog_data): Add clobbered hard regs.
2484 * lra-lives.c (process_bb_lives): Process clobbered hard regs.
2485 Add condition for processing used hard regs.
2486 * lra-constraints.c (update_ebb_live_info, inherit_in_ebb):
2487 Process clobbered hard regs.
2489 2015-07-09 Michael Matz <matz@suse.de>
2491 * genmatch.c (fprintf_indent): New function.
2492 (operand::gen_transform): Add indent parameter.
2493 (expr::gen_transform, c_expr::gen_transform,
2494 capture::gen_transform): Ditto and use fprintf_indent.
2495 (dt_node::gen, dt_node::gen_kids, dt_node::gen_kids_1): Ditto.
2496 (dt_operand::gen, dt_operand::gen_predicate,
2497 dt_operand::gen_match_op, dt_operand::gen_gimple_expr,
2498 dt_operand::gen_generic_expr, dt_simplify::gen): Ditto.
2499 (decision_tree::gen_gimple): Adjust calls and indent generated
2501 (decision_tree::gen_generic): Ditto.
2502 (write_predicate): Ditto.
2504 2015-07-08 Uros Bizjak <ubizjak@gmail.com>
2507 * config/i386/predicates.md (nonimmediate_gr_operand): New predicate.
2508 * config/i386/i386.md (not peephole2): Use nonimmediate_gr_operand.
2509 (varous peephole2s): Use {GENERAL,SSE,MMX}_REGNO_P instead of
2510 {GENERAL,SSE,MMX}_REG_P where appropriate.
2512 2015-07-09 Andrew MacLeod <amacleod@redhat.com>
2514 * lto-streamer.h: Don't include target.h and alloc-pool.h.
2515 * builtins.c: Adjust includes.
2516 * gimple.c: Likewise.
2517 * ipa-icf.c: Likewise.
2518 * lto-opts.c: Likewise.
2519 * ipa-reference.c: Likewise.
2520 * lto-section-out.c: Likewise.
2521 * lto-streamer-in.c: Likewise.
2522 * lto-streamer-out.c: Likewise.
2523 * opts-global.c: Likewise.
2524 * symtab.c: Likewise.
2525 * tree-chkp.c: Likewise.
2526 * tree-ssa-live.c: Likewise.
2527 * tree-streamer-in.c: Likewise.
2528 * tree-streamer-out.c: Likewise.
2529 * config/darwin.c: Likewise.
2530 * config/i386/winnt.c: Likewise.
2532 2015-07-09 Richard Biener <rguenther@suse.de>
2534 * genmatch.c (struct expr): Add force_single_use flag.
2535 (expr::expr): Add copy constructor.
2536 (capture_info::walk_match): Gather force_single_use captures.
2537 (expr::gen_transform): Use possibly NULLified sequence.
2538 (dt_simplify::gen): Apply single-use restrictions by NULLifying
2539 seq if any constrained expr is not single-use.
2540 (parser::parse_expr): Refactor to allow multiple flags. Handle
2541 's' flag to force an expression have a single-use if the pattern
2542 simplifies to more than one statement.
2543 * match.pd: Convert most single_use conditionals to :s flags.
2545 2015-07-09 H.J. Lu <hongjiu.lu@intel.com>
2547 * config/i386/iamcu.h (ASM_OUTPUT_ALIGNED_BSS): New.
2548 (ASM_OUTPUT_MAX_SKIP_ALIGN): Likewise.
2549 (ASM_MAYBE_OUTPUT_ENCODED_ADDR_RTX): Likewise.
2551 2015-07-09 Andrew MacLeod <amacleod@redhat.com>
2553 * flags.h: Don't include flag-types.h or options.h.
2554 * opts-common.c: Adjust includes.
2555 * opts-global.c: Likewise.
2556 * common/config/epiphany/epiphany-common.c: Likewise.
2558 2015-07-09 H.J. Lu <hongjiu.lu@intel.com>
2561 * config/i386/i386.h (ATTRIBUTE_ALIGNED_VALUE): Defined to 32
2564 2015-07-09 H.J. Lu <hongjiu.lu@intel.com>
2567 * config/i386/i386.c (ix86_return_in_memory): Return true
2568 if int_size_in_bytes returns negative for IA MCU.
2570 2015-07-09 Marek Polacek <polacek@redhat.com>
2572 PR tree-optimization/66718
2573 * Makefile.in (OBJS): Add gimple-laddress.o.
2574 * passes.def: Schedule pass_laddress.
2575 * timevar.def (DEFTIMEVAR): Add TV_GIMPLE_LADDRESS.
2576 * tree-pass.h (make_pass_laddress): Declare.
2577 * gimple-laddress.c: New file.
2579 2015-07-09 Richard Biener <rguenther@suse.de>
2581 * toplev.c (compile_file): Reset maximum_field_alignment after parsing.
2583 2015-07-09 Richard Biener <rguenther@suse.de>
2585 PR tree-optimization/66807
2586 * tree-chkp-opt.c (chkp_opt_fini): Free post dominator info.
2588 2015-07-08 Kito Cheng <kito.cheng@gmail.com>
2590 * function.c (stack_protect_epilogue): Use if rather than switch for
2591 check targetm.have_stack_protect_test.
2593 2015-07-08 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
2595 * defaults.h: Provide default for WORD_REGISTER_OPERATIONS.
2596 * config/alpha/alpha.h: Define WORD_REGISTER_OPERATIONS to 1.
2597 * config/arc/arc.h: Likewise.
2598 * config/arm/arm.h: Likewise.
2599 * config/bfin/bfin.h: Likewise.
2600 * config/epiphany/epiphany.h: Likewise.
2601 * config/frv/frv.h: Likewise.
2602 * config/ia64/ia64.h: Likewise.
2603 * config/iq2000/iq2000.h: Likewise.
2604 * config/lm32/lm32.h: Likewise.
2605 * config/m32r/m32r.h: Likewise.
2606 * config/mcore/mcore.h: Likewise.
2607 * config/mep/mep.h: Likewise.
2608 * config/microblaze/microblaze.h: Likewise.
2609 * config/mips/mips.h: Likewise.
2610 * config/mmix/mmix.h: Likewise.
2611 * config/mn10300/mn10300.h: Likewise.
2612 * config/nds32/nds32.h: Likewise.
2613 * config/nios2/nios2.h: Likewise.
2614 * config/pa/pa.h: Likewise.
2615 * config/rl78/rl78.h: Likewise.
2616 * config/sh/sh.h: Likewise.
2617 * config/sparc/sparc.h: Likewise.
2618 * config/stormy16/stormy16.h: Likewise.
2619 * config/tilegx/tilegx.h: Likewise.
2620 * config/tilepro/tilepro.h: Likewise.
2621 * config/v850/v850.h: Likewise.
2622 * config/xtensa/xtensa.h: Likewise.
2623 * doc/tm.texi: Regenerate.
2624 * doc/tm.texi.in: Adjust.
2625 * combine.c (simplify_set): Likewise.
2626 (simplify_comparison): Likewise.
2627 * expr.c (store_constructor): Likewise.
2628 * internal-fn.c (expand_arith_overflow): Likewise.
2629 * reload.c (push_reload): Likewise.
2630 (find_reloads): Likewise.
2631 (find_reloads_subreg_address): Likewise.
2632 * reload1.c (eliminate_regs_1): Likewise.
2633 * rtlanal.c (nonzero_bits1): Likewise.
2634 (num_sign_bit_copies1): Likewise.
2635 * simplify-rtx.c (simplify_truncation): Likewise.
2637 2015-07-08 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
2639 * auto-inc-dec.c (pass_inc_dec::execute): Don't check the value
2640 of AUTO_INC_DEC with the preprocessor.
2641 * combine.c (combine_instructions): Likewise.
2642 (can_combine_p): Likewise.
2643 (try_combine): Likewise.
2644 * emit-rtl.c (try_split): Likewise.
2645 * loop-invariant.c (calculate_loop_reg_pressure): Likewise.
2646 * lower-subreg.c (resolve_simple_move): Likewise.
2647 * lra.c (update_inc_notes): Likewise.
2648 * recog.c (asm_operand_ok): Likewise.
2649 (constrain_operands): Likewise.
2650 * regrename.c (scan_rtx_address): Likewise.
2651 * reload.c (update_auto_inc_notes): Likewise.
2652 (reg_inc_found_and_valid_p): Likewise.
2653 * reload1.c (reload): Likewise.
2654 (emit_input_reload_insns): Likewise.
2655 (delete_output_reload): Likewise.
2656 * sched-deps.c (init_insn_reg_pressure_info): Likewise.
2657 * valtrack.c (cleanup_auto_inc_dec): Likewise.
2659 2015-07-08 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
2661 * rtl.h: Always define AUTO_INC_DEC.
2662 * auto-inc-dec.c (pass_inc_dec::execute): Adjust.
2663 * combine.c (combine_instructions): Likewise.
2664 (can_combine_p): Likewise.
2665 (try_combine): Likewise.
2666 * emit-rtl.c (try_split): Likewise.
2667 * loop-invariant.c (calculate_loop_reg_pressure): Likewise.
2668 * lower-subreg.c (resolve_simple_move): Likewise.
2669 * lra.c (update_inc_notes): Likewise.
2670 * recog.c (asm_operand_ok): Likewise.
2671 (constrain_operands): Likewise.
2672 * regrename.c (scan_rtx_address): Likewise.
2673 * reload.c (update_auto_inc_notes): Likewise.
2674 (find_equiv_reg): Likewise.
2675 * reload1.c (reload): Likewise.
2676 (reload_as_needed): Likewise.
2677 (choose_reload_regs): Likewise.
2678 (emit_input_reload_insns): Likewise.
2679 (delete_output_reload): Likewise.
2680 * sched-deps.c (init_insn_reg_pressure_info): Likewise.
2681 * valtrack.c (cleanup_auto_inc_dec): Likewise.
2683 2015-07-08 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
2685 * combine.c (can_combine_def_p): Don't check the value of
2686 HARD_FRAME_POINTER_IS_FRAME_POINTER with the preprocessor.
2687 (combinable_i3pat): Likewise.
2688 (mark_used_regs_combine): Likewise.
2689 * regrename.c (rename_chains): Likewise.
2690 * reload.c (find_reloads_address): Likewise.
2691 * sel-sched.c (mark_unavailable_hard_regs): Likewise.
2693 2015-07-08 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
2695 * combine.c (update_rsp_from_reg_equal): Don't check if
2696 SHORT_IMMEDIATES_SIGN_EXTEND is defined.
2697 (reg_nonzero_bits_for_combine): Likewise.
2698 * config/alpha/alpha.h: Define SHORT_IMMEDIATES_SIGN_EXTEND to
2700 * config/frv/frv.h: Likewise.
2701 * config/lm32/lm32.h: Likewise.
2702 * config/mep/mep.h: Likewise.
2703 * config/mips/mips.h: Likewise.
2704 * config/rs6000/rs6000.h: Likewise.
2705 * config/sh/sh.h: Likewise.
2706 * config/tilegx/tilegx.h (enum reg_class): Likewise.
2707 * config/tilepro/tilepro.h: Likewise.
2708 * defaults.h: Add default for SHORT_IMMEDIATES_SIGN_EXTEND.
2709 * doc/tm.texi: Regenerate.
2710 * doc/tm.texi.in: Adjust.
2711 * rtlanal.c (nonzero_bits1): Likewise.
2713 2015-07-08 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
2715 * combine.c (do_SUBST_MODE): Don't check the value of HAVE_cc0
2716 with the preprocessor.
2717 (combine_instructions): Likewise.
2718 (try_combine): Likewise.
2720 (distribute_notes): Likewise.
2722 2015-07-08 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
2724 * combine.c (try_combine): Don't check if LOAD_EXTEND_OP is
2726 (simplify_set): Likewise.
2727 * cse.c (cse_insn): Likewise.
2728 * fold-const.c (fold_single_bit_test): Likewise.
2729 (fold_unary_loc): Likewise.
2730 * postreload.c (reload_cse_simplify_set): Likewise.
2731 (reload_cse_simplify_operands): Likewise.
2733 2015-07-08 Jiong Wang <jiong.wang@arm.com>
2735 * config/aarch64/aarch64.c (aarch64_unspec_may_trap_p): New function.
2736 (TARGET_UNSPEC_MAY_TRAP_P): Define as aarch64_unspec_may_trap_p.
2738 2015-07-08 H.J. Lu <hongjiu.lu@intel.com>
2741 * config/i386/x86intrin.h: Include <adxintrin.h> even if
2742 __iamcu__ is defined.
2744 2015-07-08 Uros Bizjak <ubizjak@gmail.com>
2746 * config/i386/predicates.md (general_reg_operand): Use GENERAL_REGNO_P.
2748 2015-07-08 Iain Sandoe <iain@codesourcery.com>
2751 * config/darwin.c (darwin_mark_decl_preserved): Exclude 'L' label
2752 names from preservation.
2754 2015-07-08 H.J. Lu <hongjiu.lu@intel.com>
2757 * config/i386/i386.c (type_natural_mode): Don't warn vector ABI
2759 (function_arg_advance_32): Don't pass vectors in registers for
2761 (function_arg_32): Likewise.
2762 (ix86_return_in_memory): Don't return vectors in registers for
2765 2015-07-08 Vladimir Makarov <vmakarov@redhat.com>
2768 * ira-lives.c (process_bb_node_lives): Make conflicts with PIC
2769 hard regno live at the start of BB with incoming abnormal edges.
2770 * lra-lives.c (process_bb_lives): Ditto.
2772 2015-07-08 Thomas Schwinge <thomas@codesourcery.com>
2775 * config/nvptx/mkoffload.c (main): Create an offload image only in
2776 64-bit configurations.
2778 2015-07-08 Martin Liska <mliska@suse.cz>
2781 * tree-sra.c (create_access_1): Call ctor without brackets.
2782 (create_artificial_child_access): Likewise.
2784 2015-07-08 Richard Biener <rguenther@suse.de>
2786 PR tree-optimization/66793
2787 * gimple-ssa-isolate-paths.c (insert_trap_and_remove_trailing_statemen):
2788 Properly split the block after stmts ending it.
2790 2015-07-08 Richard Biener <rguenther@suse.de>
2792 PR tree-optimization/66794
2793 * passes.c (execute_function_todo): Assert that post-dominators
2795 * gimple-ssa-isolate-paths.c (gimple_ssa_isolate_erroneous_paths):
2796 Free post-dominators.
2798 2015-07-08 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
2800 * config/s390/s390.c (s390_init_frame_layout): Replace assertion
2803 2015-07-08 Uros Bizjak <ubizjak@gmail.com>
2805 * config/i386/i386.md (*jcc_bt<mode>): Only allow const_int values
2806 more than or equal 8 and less than 32 when optimizing for size.
2808 2015-07-08 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
2810 * config/arm/arm.c (arm_new_rtx_costs): Initialise cost to
2811 COSTS_N_INSNS (1) and increment it appropriately throughout the
2814 2015-07-08 Richard Biener <rguenther@suse.de>
2816 * fold-const.c (fold_widened_comparison): Fix inverted comparison.
2818 2015-07-08 Alan Modra <amodra@gmail.com>
2820 * target.def (rtx_costs): Remove "code" param, add "mode".
2821 * rtl.h (rtx_cost, get_full_rtx_cost): Update prototype.
2822 (set_src_cost, get_full_set_src_cost): Likewise. Move later in file.
2823 (set_rtx_cost, get_full_set_rtx_cost): Move later in file.
2824 * rtlanal.c (rtx_cost): Add "mode" parameter. Update targetm.rtx_costs
2825 call. Track mode when given in rtx.
2826 (get_full_rtx_cost): Add "mode" parameter. Update rtx_cost calls.
2827 (default_address_cost): Pass Pmode to rtx_cost.
2828 (insn_rtx_cost): Pass dest mode of set to set_src_cost.
2829 * cprop.c (try_replace_reg): Ensure set_rtx_cost is not called
2831 * cse.c (COST, COST_IN): Add MODE param. Update all uses.
2832 (notreg_cost): Add mode param. Use it.
2833 * gcse.c (want_to_gcse_p): Delete forward declaration. Add
2834 mode param and pass to set_src_cost. Update all calls.
2835 (hash_scan_set): Formatting.
2836 * hooks.c (hook_bool_rtx_int_int_int_intp_bool_false): Delete.
2837 (hook_bool_rtx_mode_int_int_intp_bool_false): New function.
2839 * expmed.c (init_expmed_one_conv, init_expmed_one_mode,
2840 init_expmed, expand_mult, mult_by_coeff_cost, expand_smod_pow2,
2841 emit_store_flag): Update set_src_cost and rtx_cost calls.
2842 * auto-inc-dec.c (attempt_change): Likewise.
2843 * calls.c (precompute_register_parameters): Likewise.
2844 * combine.c (expand_compound_operation, make_extraction,
2845 force_to_mode, distribute_and_simplify_rtx): Likewise.
2846 * dojump.c (prefer_and_bit_test): Likewise.
2847 * dse.c (find_shift_sequence): Likewise.
2848 * expr.c (compress_float_constant): Likewise.
2849 * fwprop.c (should_replace_address, try_fwprop_subst): Likewise.
2850 * ifcvt.c (noce_try_sign_mask): Likewise.
2851 * loop-doloop.c (doloop_optimize): Likewise.
2852 * loop-invariant.c (create_new_invariant): Likewise.
2853 * lower-subreg.c (shift_cost, compute_costs): Likewise.
2854 * optabs.c (avoid_expensive_constant, prepare_cmp_insn,
2855 lshift_cheap_p): Likewise.
2856 * postreload.c (reload_cse_simplify_set, reload_cse_simplify_operands,
2857 try_replace_in_use, reload_cse_move2add): Likewise.
2858 * reload1.c (calculate_elim_costs_all_insns, note_reg_elim_costly):
2860 * simplify-rtx.c (simplify_binary_operation_1): Likewise.
2861 * tree-ssa-loop-ivopts.c (computation_cost): Likewise.
2862 * tree-ssa-reassoc.c (optimize_range_tests_to_bit_test): Likewise.
2863 * tree-switch-conversion.c (emit_case_bit_tests): Likewise.
2864 * config/aarch64/aarch64.c (aarch64_rtx_costs): Delete "code" param,
2865 add "mode" param. Use "mode: in place of GET_MODE (x). Pass mode
2867 * config/alpha/alpha.c (alpha_rtx_costs): Likewise.
2868 * config/arc/arc.c (arc_rtx_costs): Likewise.
2869 * config/arm/arm.c (arm_rtx_costs): Likewise.
2870 * config/avr/avr.c (avr_rtx_costs, avr_rtx_costs_1): Likewise.
2871 * config/bfin/bfin.c (bfin_rtx_costs): Likewise.
2872 * config/c6x/c6x.c (c6x_rtx_costs): Likewise.
2873 * config/cris/cris.c (cris_rtx_costs): Likewise.
2874 * config/epiphany/epiphany.c (epiphany_rtx_costs): Likewise.
2875 * config/frv/frv.c (frv_rtx_costs): Likewise.
2876 * config/h8300/h8300.c (h8300_rtx_costs): Likewise.
2877 * config/i386/i386.c (ix86_rtx_costs): Likewise.
2878 * config/ia64/ia64.c (ia64_rtx_costs): Likewise.
2879 * config/iq2000/iq2000.c (iq2000_rtx_costs): Likewise.
2880 * config/lm32/lm32.c (lm32_rtx_costs): Likewise.
2881 * config/m32c/m32c.c (m32c_rtx_costs): Likewise.
2882 * config/m32r/m32r.c (m32r_rtx_costs): Likewise.
2883 * config/m68k/m68k.c (m68k_rtx_costs): Likewise.
2884 * config/mcore/mcore.c (mcore_rtx_costs): Likewise.
2885 * config/mep/mep.c (mep_rtx_cost): Likewise.
2886 * config/microblaze/microblaze.c (microblaze_rtx_costs): Likewise.
2887 * config/mips/mips.c (mips_rtx_costs): Likewise.
2888 * config/mmix/mmix.c (mmix_rtx_costs): Likewise.
2889 * config/mn10300/mn10300.c (mn10300_rtx_costs): Likewise.
2890 * config/msp430/msp430.c (msp430_rtx_costs): Likewise.
2891 * config/nds32/nds32-cost.c (nds32_rtx_costs_impl): Likewise.
2892 * config/nds32/nds32-protos.h (nds32_rtx_costs_impl): Likewise.
2893 * config/nds32/nds32.c (nds32_rtx_costs): Likewise.
2894 * config/nios2/nios2.c (nios2_rtx_costs): Likewise.
2895 * config/pa/pa.c (hppa_rtx_costs): Likewise.
2896 * config/pdp11/pdp11.c (pdp11_rtx_costs): Likewise.
2897 * config/rl78/rl78.c (rl78_rtx_costs): Likewise.
2898 * config/rs6000/rs6000.c (rs6000_rtx_costs): Likewise.
2899 * config/s390/s390.c (s390_rtx_costs): Likewise.
2900 * config/sh/sh.c (sh_rtx_costs): Likewise.
2901 * config/sparc/sparc.c (sparc_rtx_costs): Likewise.
2902 * config/spu/spu.c (spu_rtx_costs): Likewise.
2903 * config/stormy16/stormy16.c (xstormy16_rtx_costs): Likewise.
2904 * config/tilegx/tilegx.c (tilegx_rtx_costs): Likewise.
2905 * config/tilepro/tilepro.c (tilepro_rtx_costs): Likewise.
2906 * config/v850/v850.c (v850_rtx_costs): Likewise.
2907 * config/vax/vax.c (vax_rtx_costs): Likewise.
2908 * config/visium/visium.c (visium_rtx_costs): Likewise.
2909 * config/xtensa/xtensa.c (xtensa_rtx_costs): Likewise.
2910 * config/aarch64/aarch64.c (aarch64_rtx_mult_cost): Change type of
2911 "code" param, and pass as outer_code to first rtx_cost call. Pass
2912 mode to rtx_cost calls.
2913 (aarch64_address_cost, aarch64_if_then_else_costs): Update rtx_cost
2915 (aarch64_rtx_costs_wrapper): Update.
2916 * config/arm/arm.c (arm_rtx_costs_1, arm_size_rtx_costs,
2917 arm_unspec_cost, arm_new_rtx_costs, arm_slowmul_rtx_costs): Update
2919 * config/avr/avr.c (avr_final_prescan_insn): Update set_src_cost
2921 (avr_operand_rtx_cost): Similarly.
2922 (avr_rtx_costs_1): Correct mode passed to avr_operand_rtx_cost
2923 for subexpressions of ZERO_EXTEND, SIGN_EXTEND and COMPARE.
2924 * config/mips/mips.c (mips_stack_address_p): Comment typo.
2925 (mips_binary_cost): Update rtx_cost and set_src_cost calls.
2926 (mips_rtx_costs): Use GET_MODE (x) to detect const_int.
2927 * config/mn10300/mn10300.c (mn10300_address_cost): Pass Pmode to
2929 (mn10300_rtx_costs): Correct mode passed to mn10300_address_cost.
2930 * config/rs6000/rs6000.c (rs6000_debug_rtx_costs): Update.
2931 * config/sh/sh.c (and_xor_ior_costs): Update rtx_cost call.
2932 * doc/tm.texi: Regenerate.
2934 2015-07-07 Andrew MacLeod <amacleod@redhat.com>
2936 * tree-core.h: Include symtab.h.
2937 * rtl.h: Include hard-reg-set.h but not flags.h.
2938 (HARD_CONST): Remove condition compilation involving HARD_CONST since
2939 hard-reg-set.h is always included.
2940 * regs.h: Don't include hard-reg-set.h or rtl.h.
2941 * cfg.h: Include dominance.h.
2942 * gimple.h: Include tree-ssa-alias.h and gimple-expr.h.
2943 * backend.h: New. Aggregate commonly used backend header files.
2944 * gimple-ssa.h: Don't include tree-hasher.h.
2945 * ssa.h: New. Aggregate commonly used SSA header files.
2946 * regset.h: Remove bitmap.h and hard-reg-set.h #includes.
2947 * sel-sched-ir.h: Flatten includes.
2948 * lra-int.h: Flatten completely.
2949 * sel-sched-dump.h: Flatten includes.
2950 * ira-int.h: Flatten includes.
2951 * gimple-streamer.h: Remove all includes.
2952 * cfgloop.h: Remove all #includes except cfgloopmanip.h.
2953 * resource.h: Flatten hard-reg-set.h and df.h.
2954 * sched-int.h: Flatten insn-arrt.h and df.h.
2955 * valtrack.h: flatten bitmap.h, df.h, and rtl.h
2956 * df.h: Flatten includes, leaving regset.h, alloc-pool.h and timevar.h.
2957 * genattrtab.c (write_header): Adjust generated includes.
2958 * genautomata.c (main): Likewise.
2959 * genconditions.c (write-header): Likewise.
2960 * genemit.c (main): Likewise.
2961 * gengtype.c (open_base_files): Likewise.
2962 * genopinit.c (main): Likewise.
2963 * genoutput.c (output_prologue): Likewise.
2964 * genpeep.c (main): Likewise.
2965 * genpreds.c (write_insn_preds_c): Likewise.
2966 * genrecog.c (write_header): Likewise.
2967 * alias.c: Adjust includes.
2969 * attribs.c: Likewise.
2970 * auto-inc-dec.c: Likewise.
2971 * auto-profile.c: Likewise.
2972 * bb-reorder.c: Likewise.
2973 * bt-load.c: Likewise.
2974 * builtins.c: Likewise.
2975 * caller-save.c: Likewise.
2976 * calls.c: Likewise.
2979 * cfganal.c: Likewise.
2980 * cfgbuild.c: Likewise.
2981 * cfgcleanup.c: Likewise.
2982 * cfgexpand.c: Likewise.
2983 * cfghooks.c: Likewise.
2984 * cfgloop.c: Likewise.
2985 * cfgloopanal.c: Likewise.
2986 * cfgloopmanip.c: Likewise.
2987 * cfgrtl.c: Likewise.
2988 * cgraph.c: Likewise.
2989 * cgraphbuild.c: Likewise.
2990 * cgraphclones.c: Likewise.
2991 * cgraphunit.c: Likewise.
2992 * cilk-common.c: Likewise.
2993 * combine-stack-adj.c: Likewise.
2994 * combine.c: Likewise.
2995 * compare-elim.c: Likewise.
2996 * convert.c: Likewise.
2997 * coverage.c: Likewise.
2998 * cppbuiltin.c: Likewise.
2999 * cprop.c: Likewise.
3001 * cselib.c: Likewise.
3002 * data-streamer-in.c: Likewise.
3003 * data-streamer-out.c: Likewise.
3004 * data-streamer.c: Likewise.
3005 * dbxout.c: Likewise.
3008 * debug.c: Likewise.
3009 * df-core.c: Likewise.
3010 * df-problems.c: Likewise.
3011 * df-scan.c: Likewise.
3013 * dojump.c: Likewise.
3014 * dominance.c: Likewise.
3015 * domwalk.c: Likewise.
3016 * double-int.c: Likewise.
3018 * dumpfile.c: Likewise.
3019 * dwarf2asm.c: Likewise.
3020 * dwarf2cfi.c: Likewise.
3021 * dwarf2out.c: Likewise.
3022 * emit-rtl.c: Likewise.
3023 * et-forest.c: Likewise.
3024 * except.c: Likewise.
3025 * explow.c: Likewise.
3026 * expmed.c: Likewise.
3028 * final.c: Likewise.
3029 * fixed-value.c: Likewise.
3030 * fold-const.c: Likewise.
3031 * function.c: Likewise.
3032 * fwprop.c: Likewise.
3033 * gcc-plugin.h: Likewise.
3034 * gcse-common.c: Likewise.
3036 * generic-match-head.c: Likewise.
3037 * ggc-page.c: Likewise.
3038 * gimple-builder.c: Likewise.
3039 * gimple-expr.c: Likewise.
3040 * gimple-fold.c: Likewise.
3041 * gimple-iterator.c: Likewise.
3042 * gimple-low.c: Likewise.
3043 * gimple-match-head.c: Likewise.
3044 * gimple-pretty-print.c: Likewise.
3045 * gimple-ssa-isolate-paths.c: Likewise.
3046 * gimple-ssa-strength-reduction.c: Likewise.
3047 * gimple-streamer-in.c: Likewise.
3048 * gimple-streamer-out.c: Likewise.
3049 * gimple-walk.c: Likewise.
3050 * gimple.c: Likewise.
3051 * gimplify-me.c: Likewise.
3052 * gimplify.c: Likewise.
3053 * godump.c: Likewise.
3054 * graph.c: Likewise.
3055 * graphite-blocking.c: Likewise.
3056 * graphite-dependences.c: Likewise.
3057 * graphite-interchange.c: Likewise.
3058 * graphite-isl-ast-to-gimple.c: Likewise.
3059 * graphite-optimize-isl.c: Likewise.
3060 * graphite-poly.c: Likewise.
3061 * graphite-scop-detection.c: Likewise.
3062 * graphite-sese-to-poly.c: Likewise.
3063 * graphite.c: Likewise.
3064 * haifa-sched.c: Likewise.
3065 * hw-doloop.c: Likewise.
3066 * ifcvt.c: Likewise.
3067 * init-regs.c: Likewise.
3068 * internal-fn.c: Likewise.
3069 * ipa-chkp.c: Likewise.
3070 * ipa-comdats.c: Likewise.
3071 * ipa-cp.c: Likewise.
3072 * ipa-devirt.c: Likewise.
3073 * ipa-icf-gimple.c: Likewise.
3074 * ipa-icf.c: Likewise.
3075 * ipa-inline-analysis.c: Likewise.
3076 * ipa-inline-transform.c: Likewise.
3077 * ipa-inline.c: Likewise.
3078 * ipa-polymorphic-call.c: Likewise.
3079 * ipa-profile.c: Likewise.
3080 * ipa-prop.c: Likewise.
3081 * ipa-pure-const.c: Likewise.
3082 * ipa-ref.c: Likewise.
3083 * ipa-reference.c: Likewise.
3084 * ipa-split.c: Likewise.
3085 * ipa-utils.c: Likewise.
3086 * ipa-visibility.c: Likewise.
3088 * ira-build.c: Likewise.
3089 * ira-color.c: Likewise.
3090 * ira-conflicts.c: Likewise.
3091 * ira-costs.c: Likewise.
3092 * ira-emit.c: Likewise.
3093 * ira-lives.c: Likewise.
3096 * langhooks.c: Likewise.
3098 * loop-doloop.c: Likewise.
3099 * loop-init.c: Likewise.
3100 * loop-invariant.c: Likewise.
3101 * loop-iv.c: Likewise.
3102 * loop-unroll.c: Likewise.
3103 * lower-subreg.c: Likewise.
3104 * lra-assigns.c: Likewise.
3105 * lra-coalesce.c: Likewise.
3106 * lra-constraints.c: Likewise.
3107 * lra-eliminations.c: Likewise.
3108 * lra-lives.c: Likewise.
3109 * lra-remat.c: Likewise.
3110 * lra-spills.c: Likewise.
3112 * lto-cgraph.c: Likewise.
3113 * lto-compress.c: Likewise.
3114 * lto-opts.c: Likewise.
3115 * lto-section-in.c: Likewise.
3116 * lto-section-out.c: Likewise.
3117 * lto-streamer-in.c: Likewise.
3118 * lto-streamer-out.c: Likewise.
3119 * lto-streamer.c: Likewise.
3121 * mode-switching.c: Likewise.
3122 * modulo-sched.c: Likewise.
3123 * omega.c: Likewise.
3124 * omp-low.c: Likewise.
3125 * optabs.c: Likewise.
3126 * opts-global.c: Likewise.
3127 * passes.c: Likewise.
3128 * plugin.c: Likewise.
3129 * postreload-gcse.c: Likewise.
3130 * postreload.c: Likewise.
3131 * predict.c: Likewise.
3132 * print-rtl.c: Likewise.
3133 * print-tree.c: Likewise.
3134 * profile.c: Likewise.
3136 * realmpfr.c: Likewise.
3137 * recog.c: Likewise.
3139 * reg-stack.c: Likewise.
3140 * regcprop.c: Likewise.
3141 * reginfo.c: Likewise.
3142 * regrename.c: Likewise.
3143 * regstat.c: Likewise.
3144 * reload.c: Likewise.
3145 * reload1.c: Likewise.
3146 * reorg.c: Likewise.
3147 * resource.c: Likewise.
3148 * rtl-chkp.c: Likewise.
3149 * rtlanal.c: Likewise.
3150 * rtlhooks.c: Likewise.
3151 * sanopt.c: Likewise.
3152 * sched-deps.c: Likewise.
3153 * sched-ebb.c: Likewise.
3154 * sched-rgn.c: Likewise.
3155 * sched-vis.c: Likewise.
3156 * sdbout.c: Likewise.
3157 * sel-sched-dump.c: Likewise.
3158 * sel-sched-ir.c: Likewise.
3159 * sel-sched.c: Likewise.
3161 * shrink-wrap.c: Likewise.
3162 * simplify-rtx.c: Likewise.
3163 * stack-ptr-mod.c: Likewise.
3165 * stor-layout.c: Likewise.
3166 * store-motion.c: Likewise.
3167 * stringpool.c: Likewise.
3168 * symtab.c: Likewise.
3169 * target-globals.c: Likewise.
3170 * targhooks.c: Likewise.
3171 * toplev.c: Likewise.
3172 * tracer.c: Likewise.
3173 * trans-mem.c: Likewise.
3174 * tree-affine.c: Likewise.
3175 * tree-browser.c: Likewise.
3176 * tree-call-cdce.c: Likewise.
3177 * tree-cfg.c: Likewise.
3178 * tree-cfgcleanup.c: Likewise.
3179 * tree-chkp-opt.c: Likewise.
3180 * tree-chkp.c: Likewise.
3181 * tree-chrec.c: Likewise.
3182 * tree-complex.c: Likewise.
3183 * tree-data-ref.c: Likewise.
3184 * tree-dfa.c: Likewise.
3185 * tree-diagnostic.c: Likewise.
3186 * tree-dump.c: Likewise.
3187 * tree-eh.c: Likewise.
3188 * tree-emutls.c: Likewise.
3189 * tree-if-conv.c: Likewise.
3190 * tree-inline.c: Likewise.
3191 * tree-into-ssa.c: Likewise.
3192 * tree-iterator.c: Likewise.
3193 * tree-loop-distribution.c: Likewise.
3194 * tree-nested.c: Likewise.
3195 * tree-nrv.c: Likewise.
3196 * tree-object-size.c: Likewise.
3197 * tree-outof-ssa.c: Likewise.
3198 * tree-parloops.c: Likewise.
3199 * tree-phinodes.c: Likewise.
3200 * tree-predcom.c: Likewise.
3201 * tree-pretty-print.c: Likewise.
3202 * tree-profile.c: Likewise.
3203 * tree-scalar-evolution.c: Likewise.
3204 * tree-sra.c: Likewise.
3205 * tree-ssa-address.c: Likewise.
3206 * tree-ssa-alias.c: Likewise.
3207 * tree-ssa-ccp.c: Likewise.
3208 * tree-ssa-coalesce.c: Likewise.
3209 * tree-ssa-copy.c: Likewise.
3210 * tree-ssa-copyrename.c: Likewise.
3211 * tree-ssa-dce.c: Likewise.
3212 * tree-ssa-dom.c: Likewise.
3213 * tree-ssa-dse.c: Likewise.
3214 * tree-ssa-forwprop.c: Likewise.
3215 * tree-ssa-ifcombine.c: Likewise.
3216 * tree-ssa-live.c: Likewise.
3217 * tree-ssa-loop-ch.c: Likewise.
3218 * tree-ssa-loop-im.c: Likewise.
3219 * tree-ssa-loop-ivcanon.c: Likewise.
3220 * tree-ssa-loop-ivopts.c: Likewise.
3221 * tree-ssa-loop-manip.c: Likewise.
3222 * tree-ssa-loop-niter.c: Likewise.
3223 * tree-ssa-loop-prefetch.c: Likewise.
3224 * tree-ssa-loop-unswitch.c: Likewise.
3225 * tree-ssa-loop.c: Likewise.
3226 * tree-ssa-math-opts.c: Likewise.
3227 * tree-ssa-operands.c: Likewise.
3228 * tree-ssa-phiopt.c: Likewise.
3229 * tree-ssa-phiprop.c: Likewise.
3230 * tree-ssa-pre.c: Likewise.
3231 * tree-ssa-propagate.c: Likewise.
3232 * tree-ssa-reassoc.c: Likewise.
3233 * tree-ssa-sccvn.c: Likewise.
3234 * tree-ssa-scopedtables.c: Likewise.
3235 * tree-ssa-sink.c: Likewise.
3236 * tree-ssa-strlen.c: Likewise.
3237 * tree-ssa-structalias.c: Likewise.
3238 * tree-ssa-tail-merge.c: Likewise.
3239 * tree-ssa-ter.c: Likewise.
3240 * tree-ssa-threadedge.c: Likewise.
3241 * tree-ssa-threadupdate.c: Likewise.
3242 * tree-ssa-uncprop.c: Likewise.
3243 * tree-ssa-uninit.c: Likewise.
3244 * tree-ssa.c: Likewise.
3245 * tree-ssanames.c: Likewise.
3246 * tree-stdarg.c: Likewise.
3247 * tree-streamer-in.c: Likewise.
3248 * tree-streamer-out.c: Likewise.
3249 * tree-streamer.c: Likewise.
3250 * tree-switch-conversion.c: Likewise.
3251 * tree-tailcall.c: Likewise.
3252 * tree-vect-data-refs.c: Likewise.
3253 * tree-vect-generic.c: Likewise.
3254 * tree-vect-loop-manip.c: Likewise.
3255 * tree-vect-loop.c: Likewise.
3256 * tree-vect-patterns.c: Likewise.
3257 * tree-vect-slp.c: Likewise.
3258 * tree-vect-stmts.c: Likewise.
3259 * tree-vectorizer.c: Likewise.
3260 * tree-vrp.c: Likewise.
3263 * ubsan.c: Likewise.
3264 * valtrack.c: Likewise.
3265 * value-prof.c: Likewise.
3266 * var-tracking.c: Likewise.
3267 * varasm.c: Likewise.
3268 * varpool.c: Likewise.
3269 * vmsdbgout.c: Likewise.
3270 * vtable-verify.c: Likewise.
3272 * wide-int.cc: Likewise.
3273 * xcoffout.c: Likewise.
3274 * config/aarch64/aarch64-builtins.c: Likewise.
3275 * config/aarch64/aarch64.c: Likewise.
3276 * config/aarch64/cortex-a57-fma-steering.c: Likewise.
3277 * config/alpha/alpha.c: Likewise.
3278 * config/arc/arc.c: Likewise.
3279 * config/arm/aarch-common.c: Likewise.
3280 * config/arm/arm-builtins.c: Likewise.
3281 * config/arm/arm-c.c: Likewise.
3282 * config/arm/arm.c: Likewise.
3283 * config/avr/avr-c.c: Likewise.
3284 * config/avr/avr-log.c: Likewise.
3285 * config/avr/avr.c: Likewise.
3286 * config/bfin/bfin.c: Likewise.
3287 * config/c6x/c6x.c: Likewise.
3288 * config/cr16/cr16.c: Likewise.
3289 * config/cris/cris.c: Likewise.
3290 * config/darwin-c.c: Likewise.
3291 * config/darwin.c: Likewise.
3292 * config/epiphany/epiphany.c: Likewise.
3293 * config/epiphany/mode-switch-use.c: Likewise.
3294 * config/epiphany/resolve-sw-modes.c: Likewise.
3295 * config/fr30/fr30.c: Likewise.
3296 * config/frv/frv.c: Likewise.
3297 * config/ft32/ft32.c: Likewise.
3298 * config/h8300/h8300.c: Likewise.
3299 * config/i386/i386-c.c: Likewise.
3300 * config/i386/i386.c: Likewise.
3301 * config/i386/msformat-c.c: Likewise.
3302 * config/i386/winnt-cxx.c: Likewise.
3303 * config/i386/winnt-stubs.c: Likewise.
3304 * config/i386/winnt.c: Likewise.
3305 * config/ia64/ia64-c.c: Likewise.
3306 * config/ia64/ia64.c: Likewise.
3307 * config/iq2000/iq2000.c: Likewise.
3308 * config/lm32/lm32.c: Likewise.
3309 * config/m32c/m32c-pragma.c: Likewise.
3310 * config/m32c/m32c.c: Likewise.
3311 * config/m32r/m32r.c: Likewise.
3312 * config/m68k/m68k.c: Likewise.
3313 * config/mcore/mcore.c: Likewise.
3314 * config/mep/mep-pragma.c: Likewise.
3315 * config/mep/mep.c: Likewise.
3316 * config/microblaze/microblaze-c.c: Likewise.
3317 * config/microblaze/microblaze.c: Likewise.
3318 * config/mips/mips.c: Likewise.
3319 * config/mmix/mmix.c: Likewise.
3320 * config/mn10300/mn10300.c: Likewise.
3321 * config/moxie/moxie.c: Likewise.
3322 * config/msp430/msp430-c.c: Likewise.
3323 * config/msp430/msp430.c: Likewise.
3324 * config/nds32/nds32-cost.c: Likewise.
3325 * config/nds32/nds32-fp-as-gp.c: Likewise.
3326 * config/nds32/nds32-intrinsic.c: Likewise.
3327 * config/nds32/nds32-isr.c: Likewise.
3328 * config/nds32/nds32-md-auxiliary.c: Likewise.
3329 * config/nds32/nds32-memory-manipulation.c: Likewise.
3330 * config/nds32/nds32-pipelines-auxiliary.c: Likewise.
3331 * config/nds32/nds32-predicates.c: Likewise.
3332 * config/nds32/nds32.c: Likewise.
3333 * config/nios2/nios2.c: Likewise.
3334 * config/nvptx/nvptx.c: Likewise.
3335 * config/pa/pa.c: Likewise.
3336 * config/pdp11/pdp11.c: Likewise.
3337 * config/rl78/rl78-c.c: Likewise.
3338 * config/rl78/rl78.c: Likewise.
3339 * config/rs6000/rs6000-c.c: Likewise.
3340 * config/rs6000/rs6000.c: Likewise.
3341 * config/rx/rx.c: Likewise.
3342 * config/s390/s390-c.c: Likewise.
3343 * config/s390/s390.c: Likewise.
3344 * config/sh/sh-c.c: Likewise.
3345 * config/sh/sh-mem.cc: Likewise.
3346 * config/sh/sh.c: Likewise.
3347 * config/sh/sh_optimize_sett_clrt.cc: Likewise.
3348 * config/sh/sh_treg_combine.cc: Likewise.
3349 * config/sol2-c.c: Likewise.
3350 * config/sol2-cxx.c: Likewise.
3351 * config/sol2-stubs.c: Likewise.
3352 * config/sol2.c: Likewise.
3353 * config/sparc/sparc-c.c: Likewise.
3354 * config/sparc/sparc.c: Likewise.
3355 * config/spu/spu-c.c: Likewise.
3356 * config/spu/spu.c: Likewise.
3357 * config/stormy16/stormy16.c: Likewise.
3358 * config/tilegx/mul-tables.c: Likewise.
3359 * config/tilegx/tilegx-c.c: Likewise.
3360 * config/tilegx/tilegx.c: Likewise.
3361 * config/tilepro/mul-tables.c: Likewise.
3362 * config/tilepro/tilepro-c.c: Likewise.
3363 * config/tilepro/tilepro.c: Likewise.
3364 * config/v850/v850-c.c: Likewise.
3365 * config/v850/v850.c: Likewise.
3366 * config/vax/vax.c: Likewise.
3367 * config/visium/visium.c: Likewise.
3368 * config/vms/vms-c.c: Likewise.
3369 * config/vms/vms.c: Likewise.
3370 * config/vxworks.c: Likewise.
3371 * config/xtensa/xtensa.c: Likewise.
3373 2015-07-07 Uros Bizjak <ubizjak@gmail.com>
3375 * config/i386/i386.md (*jcc_bt<mode>): Only split before reload.
3376 Remove operand constraints. Change operand 2 predicate to
3377 nonmemory operand. Limit const_int values to mode bitsize. Only
3378 allow const_int values less than 32 when optimizing for size.
3379 (*jcc_bt<mode>_1, *jcc_bt<mode>_mask): Only split before reload.
3380 Remove operand constraints.
3381 (*bt<mode>): Use SImode for const_int values less than 32.
3382 (regmode): Remove mode attribute.
3384 2015-07-07 Anatoly Sokolov <aesok@post.ru>
3386 * config/moxie/moxie.h (GO_IF_LEGITIMATE_ADDRESS): Remove macros.
3387 * config/moxie/moxie.c (moxie_reg_ok_for_base_p,
3388 moxie_legitimate_address_p): New functions.
3389 (TARGET_ADDR_SPACE_LEGITIMATE_ADDRESS_P): Define.
3391 2015-07-07 Tom de Vries <tom@codesourcery.com>
3393 PR tree-optimization/66642
3394 * tree-parloops.c (transform_to_exit_first_loop_alt): Update function
3395 header comment. Rename split_edge variable to edge_at_split. Split
3396 exit edge to create new loop exit bb. Insert loop exit phis in new
3399 2015-07-07 Tom de Vries <tom@codesourcery.com>
3401 * tree-cfg.c (get_virtual_phi): New function.
3402 * tree-cfg.h (get_virtual_phi): Declare.
3403 * tree-ssa-loop-manip.c (replace_uses_in_dominated_bbs)
3404 (rewrite_virtuals_into_loop_closed_ssa): New function.
3405 * tree-ssa-loop-manip.h (rewrite_virtuals_into_loop_closed_ssa):
3407 * tree-parloops.c (replace_uses_in_bbs_by): Remove.
3408 (transform_to_exit_first_loop_alt): Use
3409 rewrite_virtuals_into_loop_closed_ssa.
3411 2015-07-07 Richard Biener <rguenther@suse.de>
3413 * fold-const.c (fold_binary_loc): Move
3414 (X & C2) << C1 -> (X << C1) & (C2 << C1) simplification ...
3415 * match.pd: ... here.
3416 Add (X * C1) % C2 -> 0 simplification pattern derived from
3419 2015-07-07 Kaz Kojima <kkojima@gcc.gnu.org>
3422 * config/sh/sh.md (symGOT_load): Revert a part of 2015-03-03
3423 change for target/65249.
3425 2015-07-07 Paulo Matos <pmatos@broadcom.com>
3427 * symtab.c (address_matters_1): Fix typo in comment above.
3428 (can_increase_alignment_p): Likewise.
3430 2015-07-07 Prathamesh Kulkarni <prathamesh.kulkarni@linaro.org>
3432 * function.c (free_after_compilation): Clear PROP_cfg in
3435 2015-07-07 Richard Biener <rguenther@suse.de>
3437 * tree-ssa-propagate.c (add_ssa_edge): Dump what edge list we
3439 (add_control_edge): Remove excessive vertical space in dumping.
3440 (process_ssa_edge_worklist): Simulate at most one statement and
3441 return whether we did. Do not simulate PHIs if they are in a
3442 BB not yet simulated.
3443 (ssa_propagate): Adjust to always drain the BB worklist whenever
3444 a BB is available there, likewise the VARYING edges list before
3445 the interesting edge list.
3447 2015-07-07 Christian Bruel <christian.bruel@st.com>
3450 * config/arm/elf.h (TARGET_ASM_FILE_START_APP_OFF): Delete.
3452 2015-07-07 Richard Biener <rguenther@suse.de>
3455 * match.pd: Condition A - B ==/!= 0 -> A ==/!= B on single-use
3458 2015-07-06 Uros Bizjak <ubizjak@gmail.com>
3460 * config/i386/i386.md (insv<mode>): Rename from insv. Use SWI48
3461 modes for operands 0 and 3. Use SImode for operands 2 and 3.
3462 Copy operand 0 to a temporary if !ext_register_operand. Remove
3463 ancient extract_bit_field workaround.
3464 (insv<mode>_1): Rename from mov<mode>_insv_1.
3465 (*insvqi): Rename from *movqi_insv_2.
3466 * config/i386/i386.c (emit_i386_cw_initialization): Update calls
3467 for renamed insvsi_1.
3468 (promote_duplicated_reg): Ditto for renamed insv<mode>_1.
3470 2015-07-06 Nathan Sidwell <nathan@codesourcery.com>
3472 * config/nvptx/nvptx.c (nvptx_reorg): Remove unused vars. Fix
3473 call to nvptx_reorg_subreg.
3475 2015-07-06 Jim Wilson <jim.wilson@linaro.org>
3477 * graphite-blocking.c (HAVE_isl): Include <stddef.h>.
3478 * graphite-dependencies.c, graphite-interchange.c,
3479 graphite-isl-ast-to-gimple.c, graphite-optimize-isl.c, graphite-poly.c,
3480 graphite-scop-detection.c, graphite-sese-to-poly.c, graphite.c:
3483 2015-07-06 Marc Glisse <marc.glisse@inria.fr>
3485 * match.pd: Remove element_mode inside HONOR_*.
3486 (~ (-A) -> A - 1, ~ (A - 1) -> -A): Handle complex types.
3487 (~X | X -> -1, ~X ^ X -> -1): Merge.
3488 * tree.c (build_each_one_cst): New function.
3489 * tree.h (build_each_one_cst): Likewise.
3491 2015-07-06 H.J. Lu <hongjiu.lu@intel.com>
3493 * config/i386/i386-c.c (ix86_target_macros_internal): Handle
3496 2015-07-06 Steve Ellcey <sellcey@imgtec.com>
3498 * config.gcc <mips*-*-*>: Add fused-madd.opt.
3499 * config/mips/mips.opt (mfused-madd): Remove.
3500 * config/mips/mips.c (mips_rtx_costs): Update cost calculations.
3501 * config/mips/mips.h (TARGET_MIPS8000): New.
3502 (ISA_HAS_FP_MADD4_MSUB4): Remove.
3503 (ISA_HAS_FP_MADDF_MSUBF): Remove.
3504 (ISA_HAS_FP_MADD3_MSUB3): Remove.
3505 (ISA_HAS_NMADD4_NMSUB4): Remove.
3506 (ISA_HAS_NMADD3_NMSUB3): Remove.
3507 (ISA_HAS_FUSED_MADD4): New.
3508 (ISA_HAS_UNFUSED_MADD4): New.
3509 (ISA_HAS_FUSED_MADDF): New.
3510 (ISA_HAS_FUSED_MADD3): New.
3511 * config/mips/mips.md: (fma<mode>4) Change from insn to expand.
3512 (*fma<mode>4_madd3) New.
3513 (*fma<mode>4_madd4) New.
3514 (*fma<mode>4_maddf) New.
3516 (*fms<mode>4_msub3) New.
3517 (*fms<mode>4_msub4) New.
3519 (*fnma<mode>4_nmadd3) New.
3520 (*fnma<mode>4_nmadd4) New.
3522 (*fnms<mode>4_nmsub3) New.
3523 (*fnms<mode>4_nmsub4) New.
3524 (*madd4<mode>) Modify to be unfused only.
3525 (*msub4<mode>) Modify to be unfused only.
3526 (*nmadd4<mode>) Modify to be unfused only.
3527 (*nmsub4<mode>) Modify to be unfused only.
3528 (*madd3<mode>) Remove.
3529 (*msub3<mode>) Remove.
3530 (*nmadd3<mode>) Remove.
3531 (*nmsub3<mode>) Remove.
3532 (*nmadd3<mode>_fastmath) Remove.
3533 (*nmsub3<mode>_fastmath) Remove.
3534 (*nmadd4<mode>_fastmath) Update condition.
3535 (*nmsub4<mode>_fastmath) Update condition.
3537 2015-07-06 Alan Lawrence <alan.lawrence@arm.com>
3540 * config/arm/arm.c (arm_needs_doubleword_align): Drop any outer
3541 alignment attribute, exploring one level down for records and arrays.
3543 2015-07-06 Uros Bizjak <ubizjak@gmail.com>
3545 * config/i386/i386.md (extv<mode>): Rename from extv. Use SWI24
3546 modes for operands 0 and 1. Use SImode for operands 2 and 3.
3547 Copy operand 1 to a temporary if !ext_register_operand. Remove
3548 ancient extract_bit_field workaround.
3549 (*extv<mode>): Rename from *mov<mode>_extv_1.
3550 (*extvqi): Rename from *movqi_extv_1.
3551 (extzv<mode>): Rename from extzv. Use SWI248 modes for
3552 operands 0 and 1. Use SImode for operands 2 and 3. Copy operand 1
3553 to a temporary if !ext_register_operand. Remove ancient
3554 extract_bit_field workaround.
3555 (*extzv<mode>): Rename from *mov<mode>_extzv_1.
3556 (*extzvqi): Rename from *movqi_extzv_2.
3557 (*testqi_ext_3): Remove modes from const_int_operand predicated
3558 operands. Add "n" constraint.
3559 (*btsq, *btrq, *btcq): Remove mode from const_0_to_63 predicated
3560 operand. Add "J" constraint.
3561 (*btsq, *btrq, *btcq peephole2s): Remove mode from
3562 const_0_to_63 predicated operand.
3563 (regmode): New insn attribute.
3564 (*bt<mode>): Use SImode for operand 1. Change operand 1 predicate
3565 to nonmemory_operand. Use regmode insn attribute.
3566 (*jcc_bt<mode>_1): Convert operand 2 to SImode.
3567 (*jcc_bt<mode>_mask): Remove mode from operand 3.
3568 (*jcc_btsi_1, *jcc_btsi_mask_1): Remove patterns.
3569 (tbm_bextri_<mode>): Remove modes from const_0_to_255 predicated
3570 operands. Use "N" constraint instead of "n".
3572 2015-07-06 Alan Lawrence <alan.lawrence@arm.com>
3574 * config/arm/arm.md (movdi): Avoid odd-number ldrd/strd in ARM state.
3576 2015-07-06 H.J. Lu <hongjiu.lu@intel.com>
3579 * config/i386/i386.c (iamcu_cost): New.
3580 (m_IAMCU): Likewise.
3581 (initial_ix86_arch_features): Disable X86_ARCH_CMOV for m_IAMCU.
3582 (processor_target_table): Add an entry for "iamcu".
3583 (processor_alias_table): Likewise.
3584 (ix86_issue_rate): Handle PROCESSOR_IAMCU.
3585 (ix86_adjust_cost): Likewise.
3586 (ia32_multipass_dfa_lookahead): Likewise.
3587 * config/i386/i386.h (processor_type): Add PROCESSOR_IAMCU.
3588 * config/i386/x86-tune.def: Updated for m_IAMCU.
3590 2015-07-06 Richard Biener <rguenther@suse.de>
3592 PR tree-optimization/66772
3593 * tree-ssa-ccp.c (ccp_visit_phi_node): Make sure that copy
3594 values are available in the PHI node BB when there are
3595 still unexecutable edges.
3597 2015-07-06 Richard Biener <rguenther@suse.de>
3599 PR tree-optimization/66767
3600 * tree-vect-loop-manip.c (vect_create_cond_for_align_checks):
3601 Make sure to build the alignment test on a SSA name without
3602 final alignment info valid only if the alignment test
3605 2015-07-06 Bernd Schmidt <bernds@codesourcery.com>
3608 * config/bfin/bfin.c (hwloop_optimize): Create new bb between jump and
3609 loop start when inserting LSETUP.
3611 2015-07-06 H.J. Lu <hongjiu.lu@intel.com>
3614 * config/i386/i386.c (ix86_option_override_internal): Allow
3615 -mincoming-stack-boundary=3 for 64-bit if SSE is disabled.
3617 2015-07-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3619 * read-md.c (decimal_string): Rename to ...
3620 (md_decimal_string): ... this.
3621 (handle_enum): Reflect this.
3623 2015-07-06 Szabolcs Nagy <szabolcs.nagy@arm.com>
3626 * config/aarch64/aarch64.md (fnmul<mode>3): Handle -frounding-math.
3628 2015-07-06 Richard Biener <rguenther@suse.de>
3631 * match.pd: Add missing constraint of y to REAL_CST in
3632 REAL_CST - x CMP y to y - CST CMP x simplification.
3634 2015-07-06 Eric Botcazou <ebotcazou@adacore.com>
3636 PR tree-optimization/66757
3637 * match.pd: Add missing condition to ~X ^ C -> X ^ ~C.
3639 2015-07-05 Chung-Lin Tang <cltang@codesourcery.com>
3640 Sandra Loosemore <sandra@codesourcery.com>
3642 * config/nios2/nios2-protos.h (nios2_symbol_ref_in_small_data_p):
3643 Delete extern declaration.
3644 (gprel_constant_p): Add extern declaration.
3645 * config/nios2/constraints.md ("S"): Use gprel_constant_p
3646 instead of nios2_symbol_ref_in_small_data_p.
3647 * config/nios2/nios2.c (nios2_legitimate_address_p): Likewise.
3648 (nios2_symbol_ref_in_small_data_p): Make static.
3649 (gprel_constant_p): Make non-static.
3651 2015-07-05 Gerald Pfeifer <gerald@pfeifer.com>
3653 * doc/fragments.texi (Target Fragment): Convert debian.org
3655 * doc/install.texi (Configuration): Ditto.
3657 2015-07-05 Jakub Jelinek <jakub@redhat.com>
3659 PR tree-optimization/66718
3660 * tree-vect-stmts.c (vectorizable_call): Replace uses of
3661 GOMP_SIMD_LANE outside of loop with vf - 1 rather than 0.
3663 PR tree-optimization/66718
3664 * tree-vect-stmts.c (vectorizable_assignment, vectorizable_store,
3665 vectorizable_load, vectorizable_condition): Move vectype,
3666 nunits, ncopies computation after checking what kind of statement
3669 2015-07-05 Richard Sandiford <richard.sandiford@arm.com>
3671 * target-insns.def (extv, extzv, insv): New targetm instruction
3673 * optabs.c (get_extraction_insn): Use them instead of HAVE_*/gen_*
3675 * recog.c (simplify_while_replacing): Likewise.
3677 2015-07-05 Richard Sandiford <richard.sandiford@arm.com>
3679 * target-insns.def (doloop_begin, doloop_end): New targetm
3680 instruction patterns.
3681 * loop-init.c: Include target.h.
3682 (pass_loop2::gate): Use the new targetm patterns instead of
3683 HAVE_*/gen_* interface.
3684 (pass_rtl_doloop::gate): Likewise.
3685 (pass_rtl_doloop::execute): Remove preprocessor condition.
3686 * hw-doloop.c: Build unconditionally.
3687 * loop-doloop.c: Likewise.
3688 (doloop_optimize): Use the new targetm patterns instead of
3689 HAVE_*/gen_* interface.
3690 (doloop_modify): Likewise. Change type of doloop_seq to rtx_insn *.
3691 * modulo-sched.c (doloop_register_get): Likewise.
3693 2015-07-05 Richard Sandiford <richard.sandiford@arm.com>
3695 * target-insns.def (clear_cache): New targetm instruction pattern.
3696 * builtins.c (expand_builtin___clear_cache): Use it instead of
3697 HAVE_*/gen_* interface.
3699 2015-07-05 Richard Sandiford <richard.sandiford@arm.com>
3701 * target-insns.def (allocate_stack, check_stack, probe_stack)
3702 (probe_stack_address, split_stack_prologue, split_stack_space_check):
3703 New targetm instruction patterns.
3704 * explow.c (allocate_dynamic_stack_space): Use them instead of
3705 HAVE_*/gen_* interface.
3706 (emit_stack_probe): Likewise.
3707 (probe_stack_range): Likewise.
3708 * function.c (thread_prologue_and_epilogue_insns): Likewise.
3710 2015-07-05 Richard Sandiford <richard.sandiford@arm.com>
3712 * target-insns.def (stack_protect_set, stack_protect_test): New
3713 targetm instruction patterns.
3714 * cfgexpand.c (stack_protect_prologue): Use them instead of
3715 HAVE_*/gen_* interface.
3716 * function.c (stack_protect_epilogue): Likewise.
3718 2015-07-05 Richard Sandiford <richard.sandiford@arm.com>
3720 * expr.h (gen_move_insn_uncast): Delete.
3721 * expr.c (gen_move_insn_uncast): Delete.
3723 2015-07-05 Richard Sandiford <richard.sandiford@arm.com>
3725 * target-insns.def (restore_stack_block, restore_stack_function)
3726 (restore_stack_nonlocal, save_stack_block, save_stack_function)
3727 (save_stack_nonlocal): New targetm instruction patterns.
3728 * builtins.c (expand_builtin_apply): Use them instead of
3729 HAVE_*/gen_* interface.
3730 * explow.c (emit_stack_save, emit_stack_restore): Likewise.
3732 2015-07-05 Richard Sandiford <richard.sandiford@arm.com>
3734 * target-insns.def (trap): New targetm instruction pattern.
3735 * builtins.c (expand_builtin_trap): Use it instead of HAVE_*/gen_*
3737 * explow.c (allocate_dynamic_stack_space): Likewise.
3738 * ifcvt.c (find_if_header): Likewise.
3740 2015-07-05 Richard Sandiford <richard.sandiford@arm.com>
3742 * target-insns.def (prefetch): New targetm instruction pattern.
3743 * tree-ssa-loop-prefetch.c: Include targeth.
3744 (tree_ssa_prefetch_arrays): Use prefetch targetm pattern instead
3745 of HAVE_*/gen_* interface.
3746 * builtins.c (expand_builtin_prefetch): Likewise.
3747 * toplev.c (process_options): Likewise.
3749 2015-07-05 Richard Sandiford <richard.sandiford@arm.com>
3751 * target-insns.def (untyped_call, untyped_return): New targetm
3752 instruction patterns.
3753 * builtins.c (expand_builtin_apply): Use them instead of
3754 HAVE_*/gen_* interface.
3755 (result_vector): Define unconditionally.
3757 2015-07-05 Richard Sandiford <richard.sandiford@arm.com>
3759 * target-insns.def (builtin_longjmp, builtin_setjmp_receiver)
3760 (builtin_setjmp_setup, exception_receiver, nonlocal_goto)
3761 (nonlocal_goto_receiver): New targetm instruction patterns.
3762 * builtins.c (expand_builtin_setjmp_setup): Use them instead
3763 of HAVE_*/gen_* interface.
3764 (expand_builtin_setjmp_receiver): Likewise.
3765 (expand_builtin_longjmp, expand_builtin_nonlocal_goto): Likewise.
3766 * except.c (expand_dw2_landing_pad_for_region): Likewise.
3768 2015-07-05 Richard Sandiford <richard.sandiford@arm.com>
3770 * target.def: Add code_for_* hooks.
3771 * gentarget-def.c (def_target_insn): Add TARGET_CODE_FOR_* macros.
3772 * defaults.h (HAVE_tablejump, gen_tablejump): Delete.
3773 * target-insns.def (casesi, tablejump): New targetm instruction
3775 * expr.c (try_casesi): Use them instead of HAVE_*/gen_* interface.
3776 (do_tablejump): Likewise.
3777 * stmt.c (expand_switch_as_decision_tree_p): Likewise.
3778 (expand_sjlj_dispatch_table): Likewise.
3779 * targhooks.c (default_case_values_threshold): Likewise.
3781 2015-07-04 Sandra Loosemore <sandra@codesourcery.com>
3783 * config/nios2/nios2.c (save_reg, restore_reg): Use plus_constant.
3784 Use rtx_insn * instead of rtx.
3785 (nios2_emit_add_constant): Use rtx_insn * instead of rtx.
3786 (nios2_expand_prologue, nios2_expand_epilogue): Likewise.
3787 (nios2_call_tls_get_addr): Likewise.
3788 (nios2_emit_expensive_div): Likewise.
3789 (nios2_emit_move_sequence): Change return type to bool.
3790 * config/nios2/nios2-protos.h (nios2_emit_move_sequence):
3791 Change return type to bool.
3793 2015-07-04 Bernd Edlinger <bernd.edlinger@hotmail.de>
3796 * config/mips/mips.c (mips_find_gp_ref): Handle instruction sequences.
3798 2015-07-04 John David Anglin <danglin@gcc.gnu.org>
3801 * config/pa/pa.md (indirect_jump): Use pmode_register_operand instead
3802 of register_operand. Remove constraint.
3804 2015-07-04 Marc Glisse <marc.glisse@inria.fr>
3806 * tree-cfg.c (verify_gimple_assign_ternary) <VEC_COND_EXPR>: Check
3809 2015-07-03 Paolo Carlini <paolo.carlini@oracle.com>
3811 * attribs.c (decl_attributes): Guard inform with the return value
3812 of the preceding warning.
3814 2015-07-03 James Greenhalgh <james.greenhalgh@arm.com>
3816 * doc/invoke.texi (moverride): Move to correct section.
3818 2015-07-03 Richard Biener <rguenther@suse.de>
3820 * genmatch.c (commutative_tree_code, commutative_ternary_tree_code):
3822 (dt_operand::gen_gimple_expr): After valueizing operands
3823 re-canonicalize operand order for commutative tree codes.
3825 2015-07-03 H.J. Lu <hongjiu.lu@intel.com>
3828 * config/i386/ia32intrin.h (__crc32b): Don't define if __iamcu__
3830 (__crc32w): Likewise.
3831 (__crc32d): Likewise.
3832 (__rdpmc): Likewise.
3833 (__rdtscp): Likewise.
3835 (_rdtscp): Likewise.
3836 * config/i386/x86intrin.h: Only include ia32intrin.h if __iamcu__
3839 2015-07-03 Richard Biener <rguenther@suse.de>
3841 * fold-const.c (fold_mathfn_compare): Remove.
3842 (fold_inf_compare): Likewise.
3843 (fold_comparison): Move floating point comparison simplifications...
3844 * match.pd: ... to patterns here. Introduce simple_comparisons
3845 operator list and use it for patterns formerly in fold_comparison.
3847 2015-07-03 James Greenhalgh <james.greenhalgh@arm.com>
3849 PR tree-optimization/66119
3850 * toplev.c (process_options): Don't set up default values for
3851 the sra_max_scalarization_size_{speed,size} parameters.
3852 * tree-sra (analyze_all_variable_accesses): If no values
3853 have been set for the sra_max_scalarization_size_{speed,size}
3854 parameters, call get_move_ratio to get target defaults.
3856 2015-07-03 Richard Biener <rguenther@suse.de>
3858 * fold-const.c (fold_binary_loc): Move (T)ptr & CST folding...
3859 * match.pd: ... here.
3861 2015-07-03 Gerald Pfeifer <gerald@pfeifer.com>
3864 * doc/invoke.texi (i386 and x86-64 Options): -mno-fancy-math-387
3865 is not actually the default on FreeBSD.
3867 2015-07-02 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
3869 * config/rs6000/rs6000-builtin.def (CMPGE_16QI): New built-in
3871 (CMPGE_8HI): Likewise.
3872 (CMPGE_4SI): Likewise.
3873 (CMPGE_2DI): Likewise.
3874 (CMPGE_U16QI): Likewise.
3875 (CMPGE_U8HI): Likewise.
3876 (CMPGE_U4SI): Likewise.
3877 (CMPGE_U2DI): Likewise.
3878 (CMPLE_16QI): Likewise.
3879 (CMPLE_8HI): Likewise.
3880 (CMPLE_4SI): Likewise.
3881 (CMPLE_2DI): Likewise.
3882 (CMPLE_U16QI): Likewise.
3883 (CMPLE_U8HI): Likewise.
3884 (CMPLE_U4SI): Likewise.
3885 (CMPLE_U2DI): Likewise.
3886 * config/rs6000/rs6000-c.c (altivec_overloaded_builtins): Add
3887 overloads for ALTIVEC_BUILTIN_VEC_CMPGE and
3888 ALTIVEC_BUILTIN_VEC_CMPLE.
3889 * config/rs6000/vector.md (vector_ge<mode>): Restrict to
3890 floating-point vector modes.
3891 (vector_nlt<mode>): New define_expand.
3892 (vector_nltu<mode>): Likewise.
3893 (vector_ngt<mode>): Likewise.
3894 (vector_ngtu<mode>): Likewise.
3896 2015-07-02 Segher Boessenkool <segher@kernel.crashing.org>
3898 PR rtl-optimization/66706
3899 * combine.c (make_compound_operation): If an AND of SUBREG of
3900 LSHIFTRT does not simplify, see if just the AND of SUBREG does.
3902 2015-07-02 Alan Lawrence <alan.lawrence@arm.com>
3904 * tree-pass.h (make_pass_ch_vect): New.
3905 * passes.def: Add pass_ch_vect just before pass_if_conversion.
3907 * tree-ssa-loop-ch.c (ch_base, pass_ch_vect, pass_data_ch_vect,
3908 pass_ch::process_loop_p, pass_ch_vect::process_loop_p,
3909 make_pass_ch_vect): New.
3910 (pass_ch): Extend ch_base.
3912 (pass_ch::execute): Move all but loop_optimizer_init/finalize to...
3913 (ch_base::copy_headers): ...here.
3915 2015-07-02 Richard Biener <rguenther@suse.de>
3917 * builtins.c (get_pointer_alignment_1): Handle POINTER_PLUS_EXPR.
3918 * fold-const.c (get_pointer_modulus_and_residue): Remove.
3919 (fold_binary_loc): Implement (T)ptr & CST in terms of
3920 get_pointer_alignment_1.
3921 * tree-vect-loop-manip.c (vect_gen_niters_for_prolog_loop):
3922 Make sure to build the alignment test on a SSA name without
3923 final alignment info valid only after the prologue.
3925 2015-07-02 Hans-Peter Nilsson <hp@axis.com>
3927 * config/cris/cris.md ("epilogue"): Remove condition.
3928 ("prologue"): Ditto.
3930 2015-07-02 Richard Biener <rguenther@suse.de>
3932 * tree-ssa-dom.c (build_and_record_new_cond): Add optional
3933 parameter to record a condition that is false.
3934 (record_conditions): When recording an extra NE_EXPR that is
3935 true also record a EQ_EXPR that is false.
3937 2015-07-02 Bin Cheng <bin.cheng@arm.com>
3939 * tree-ssa-loop-ivopts.c (struct ivopts_data): New field iv_obstack.
3940 (tree_ssa_iv_optimize_init): Initialize iv_obstack.
3941 (alloc_iv): New parameter. Allocate struct iv using obstack_alloc.
3942 (set_iv, find_interesting_uses_address, add_candidate_1): New
3943 argument to alloc_iv.
3944 (find_interesting_uses_op, find_interesting_uses_cond): Don't
3945 duplicate struct iv.
3946 (free_loop_data): Don't free struct iv explicitly.
3947 (tree_ssa_iv_optimize_finalize): Free iv_obstack.
3949 2015-07-01 DJ Delorie <dj@redhat.com>
3951 * config/s390/tpf.h (LIBSTDCXX): Change to CPP1.
3953 (SUPPORTS_DISCRIMINATOR): Define.
3955 2015-07-01 Richard Sandiford <richard.sandiford@arm.com>
3958 * rtl.c (classify_insn): Only return JUMP_INSN for parallel returns if
3959 there are no CALLs in the same pattern.
3961 2015-07-01 Bernd Edlinger <bernd.edlinger@hotmail.de>
3963 PR rtl-optimization/61047
3964 * rtlanal.c (get_initial_register_offset): New function.
3965 (rtx_addr_can_trap_p_1): Check offsets of stack references.
3967 2015-07-01 Richard Biener <rguenther@suse.de>
3969 * fold-const.c (fold_comparison): Move X - Y CMP 0 -> X CMP Y,
3970 X * C1 CMP 0 -> X CMP 0, X CMP X, ~X CMP ~Y -> Y CMP X and
3971 ~X CMP C -> X CMP' ~C to ...
3972 * match.pd: ... patterns here.
3974 2015-07-01 Nick Clifton <nickc@redhat.com>
3976 * config/msp430/msp430.md (zero_extendhipsi2): Use MOVX.A to store
3977 a 16-bit value into a 20-bit memory slot.
3979 2015-07-01 Jiong Wang <jiong.wang@arm.com>
3981 * doc/sourcebuild.texi (AArch64-specific attributes): Document
3982 "aarch64_tiny", "aarch64_small", "aarch64_large",
3983 "aarch64_little_endian", "aarch64_big_endian".
3985 2015-07-01 Jiong Wang <jiong.wang@arm.com>
3987 * doc/sourcebuild.texi (AArch64-specific attributes): New subsection.
3988 Document "aarch64_small_fpic".
3990 2015-07-01 Jiong Wang <jiong.wang@arm.com>
3992 * configure.ac: Add check for aarch64 assembler -fpic relocation
3994 * configure: Regenerate.
3995 * config.in: Regenerate.
3996 * config/aarch64/aarch64.c (initialize_aarch64_code_model): Fall back
3997 to -fPIC if not support of -fpic relocation modifier in assembler.
3999 2015-07-01 Richard Sandiford <richard.sandiford@arm.com>
4002 * rtl.c (classify_insn): Handle returns in PARALLELs.
4004 2015-07-01 Eric Botcazou <ebotcazou@adacore.com>
4007 * tree-nested.c (convert_nonlocal_omp_clauses): Initialize need_chain
4008 to true if the function is nested and if not optimizing.
4009 (convert_local_omp_clauses): Initialize need_frame to true if the
4010 function contains nested functions and if not optimizing.
4012 2015-07-01 Richard Biener <rguenther@suse.de>
4014 * fold-const.c (fold_binary_loc): Move ~X ^ X -> -1 and
4015 (X & Y) ^ Y -> ~X & Y transforms to ...
4016 * match.pd: ... here.
4018 2015-07-01 Richard Biener <rguenther@suse.de>
4020 * genmatch.c (expr::gen_transform): Shortcut re-simplifying
4021 of converts to avoid uninteresting noise from the conversion
4022 simplifying patterns.
4024 2015-06-30 Sandra Loosemore <sandra@codesourcery.com>
4026 * config/c6x/c6x.c (try_rename_operands): Do not depend on
4027 gcc_assert evaluating its argument for side-effect.
4029 2015-06-30 Kaz Kojima <kkojima@gcc.gnu.org>
4032 * config/sh/sh.md (casesi_worker_1): Set length to 8 when
4035 2015-06-30 Eric Botcazou <ebotcazou@adacore.com>
4037 * lto-streamer-out.c (class DFS): Adjust hash_scc method.
4038 (DFS::DFS): Pass this_ref_p and ref_p to hash_scc.
4039 (hash_scc): Add this_ref_p and ref_p parameters and pass them
4040 to the inner DFS walk.
4042 2015-06-30 Richard Sandiford <richard.sandiford@arm.com>
4044 * target-insns.def (jump): New targetm instruction pattern.
4045 * bb-reorder.c (get_uncond_jump_length): Use targetm.gen_jump
4046 instead of gen_jump.
4047 (fix_up_crossing_landing_pad): Likewise.
4048 (add_labels_and_missing_jumps): Likewise.
4049 (fix_crossing_conditional_branches): Likewise.
4050 * cfgrtl.c (try_redirect_by_replacing_jump): Likewise.
4051 (force_nonfallthru_and_redirect): Likewise.
4052 * cse.c (cse_insn): Likewise.
4053 * expmed.c (expand_divmod): Likewise.
4054 * expr.c (store_expr_with_bounds, expand_expr_real_2): Likewise.
4055 * haifa-sched.c (init_before_recovery): Likewise.
4056 (sched_create_recovery_edges): Likewise.
4057 * ifcvt.c (find_cond_trap): Likewise.
4058 * optabs.c (expand_doubleword_shift, expand_doubleword_clz): Likewise.
4059 (expand_float, expand_fix): Likewise.
4060 * stmt.c (emit_jump): Likewise.
4062 2015-06-30 Richard Sandiford <richard.sandiford@arm.com>
4064 * defaults.h (HAVE_load_multiple, gen_load_multiple)
4065 (HAVE_store_multiple, gen_store_multiple): Delete.
4066 * target-insns.def (load_multiple, store_multiple): New targetm
4067 instruction patterns.
4068 * expr.c (move_block_to_reg, move_block_from_reg): Use them instead
4069 of HAVE_*/gen_* interface.
4071 2015-06-30 Richard Sandiford <richard.sandiford@arm.com>
4073 * defaults.h (HAVE_mem_thread_fence, gen_mem_thread_fence)
4074 (HAVE_memory_barrier, gen_memory_barrier, HAVE_mem_signal_fence)
4075 (gen_mem_signal_fence): Delete.
4076 * target-insns.def (mem_signal_fence, mem_thread_fence)
4077 (memory_barrier): New targetm instruction patterns.
4078 * optabs.c (expand_mem_thread_fence): Use them instead of HAVE_*/gen_*
4080 (expand_mem_signal_fence): Likewise.
4082 2015-06-30 Richard Sandiford <richard.sandiford@arm.com>
4084 * defaults.h (HAVE_epilogue, gen_epilogue): Delete.
4085 * target-insns.def (epilogue, prologue, sibcall_prologue): New
4086 targetm instruction patterns.
4087 * alias.c (init_alias_analysis): Use them instead of HAVE_*/gen_*
4089 * calls.c (expand_call): Likewise.
4090 * cfgrtl.c (cfg_layout_finalize): Likewise.
4091 * df-scan.c (df_get_entry_block_def_set): Likewise.
4092 (df_get_exit_block_use_set): Likewise.
4093 * dwarf2cfi.c (pass_dwarf2_frame::gate): Likewise.
4094 * final.c (final_start_function): Likewise.
4095 * function.c (thread_prologue_and_epilogue_insns): Likewise.
4096 (reposition_prologue_and_epilogue_notes): Likewise.
4097 * reorg.c (find_end_label): Likewise.
4098 * toplev.c (process_options): Likewise.
4100 2015-06-30 David Malcolm <dmalcolm@redhat.com>
4102 * typed-splay-tree.h: New file.
4104 2015-06-30 Vladimir Makarov <vmakarov@redhat.com>
4107 * lra-int.h (lra_substitute_pseudo): Add a parameter.
4108 (lra_substitute_pseudo_within_insn): Ditto.
4109 * lra.c (lra_substitute_pseudo): Add a parameter. Simplify subreg
4111 (lra_substitute_pseudo_within_insn): Add a parameter. Transfer it
4112 to lra_substitute_pseudo.
4113 * lra-lives.c (process_bb_lives): Add an argument to
4114 lra_substitute_pseudo_within_insn call.
4115 * lra-constraints.c (inherit_reload_reg, split_reg): Add an
4116 argument to lra_substitute_pseudo and
4117 lra_substitute_pseudo_within_insn calls.
4118 (remove_inheritance_pseudos, undo_optional_reloads): Ditto.
4120 2015-06-30 H.J. Lu <hongjiu.lu@intel.com>
4122 * configure: Regenerated.
4124 2015-06-30 H.J. Lu <hongjiu.lu@intel.com>
4126 * config.gcc: Support i[34567]86-*-elfiamcu target.
4127 * config/i386/iamcu.h: New.
4128 * config/i386/i386.opt: Add -miamcu.
4129 * doc/invoke.texi: Document -miamcu.
4130 * common/config/i386/i386-common.c (ix86_handle_option): Turn
4131 off x87/MMX/SSE/AVX codegen for -miamcu.
4132 * config/i386/i386-c.c (ix86_target_macros_internal): Define
4133 __iamcu/__iamcu__ for -miamcu.
4134 * config/i386/i386.h (PREFERRED_STACK_BOUNDARY_DEFAULT): Set
4135 to MIN_STACK_BOUNDARY if TARGET_IAMCU is true.
4136 (BIGGEST_ALIGNMENT): Set to 32 if TARGET_IAMCU is true.
4137 * config/i386/i386.c (ix86_option_override_internal): Ignore and
4138 warn -mregparm for Intel MCU. Turn on -mregparm=3 for Intel
4139 MCU by default. Default long double to 64-bit for Intel MCU.
4140 Turn on -freg-struct-return for Intel MCU. Issue an error when
4141 -miamcu is used in 64-bit or x32 mode or if x87, MMX, SSE or
4143 (function_arg_advance_32): Pass value whose size is no larger
4144 than 8 bytes in registers for Intel MCU.
4145 (function_arg_32): Likewise.
4146 (ix86_return_in_memory): Return value whose size is no larger
4147 than 8 bytes in registers for Intel MCU.
4148 (iamcu_alignment): New function.
4149 (ix86_data_alignment): Call iamcu_alignment if TARGET_IAMCU is
4151 (ix86_local_alignment): Don't increase alignment for Intel MCU.
4152 (x86_field_alignment): Return iamcu_alignment if TARGET_IAMCU is
4155 2015-06-30 Marek Polacek <polacek@redhat.com>
4157 * match.pd (X - (X / Y) * Y): Use convert1 and convert2. Convert
4158 both operands of the resulting expression.
4160 * match.pd (~x | x): Don't use tree_nop_conversion_p. Build
4161 the final expression with the operand's type and then convert
4162 it to the type of the expression.
4164 2015-06-30 Richard Biener <rguenther@suse.de>
4166 * fold-const.c (fold_binary_loc): Move ~x & ~y -> ~(x | y) and
4167 ~x | ~y -> ~(x & y), (x & CST) ^ (x & CST2) -> (x & CST) | (x & CST2),
4168 (X | Y) ^ X -> Y & ~ X, ~X ^ ~Y to X ^ Y and ~X ^ C to X ^ ~C ...
4169 * match.pd: ... to patterns here.
4171 2015-06-30 Richard Biener <rguenther@suse.de>
4173 PR tree-optimization/66704
4174 * tree-vect-data-refs.c (vect_setup_realignment): Use
4175 make_ssa_name for non-SSA name source.
4177 2015-06-30 Jakub Jelinek <jakub@redhat.com>
4180 * omp-low.c (simd_clone_adjust): Handle addressable linear
4181 or uniform parameters or non-gimple type uniform parameters.
4183 2015-06-30 Richard Biener <rguenther@suse.de>
4185 * fold-const.c (fold_unary_loc): Move abs(abs(x)) -> abs(x),
4186 ~ (-A) to A - 1, ~ (A - 1) or ~ (A + -1) to -A and some cases of
4187 ~(X ^ Y) to ~X ^ Y or X ^ ~Y if ~X or ~Y simplify to ...
4188 * match.pd: ... here.
4189 Add a few cases of A - B -> A + (-B) when B "easily" negates.
4190 Move (x & y) | x -> x and friends before
4191 (x | CST1) & CST2 -> (x & CST2) | (CST1 & CST2).
4193 2015-06-30 Eric Botcazou <ebotcazou@adacore.com>
4195 * config/sparc/leon.md (leon_load): Enable for all LEON variants if
4196 -mfix-ut699 is not specified.
4197 (leon3_load): Rename into...
4198 (ut699_load): ...this. Enable for all LEON variants if -mfix-ut699
4201 2015-06-30 Marek Polacek <polacek@redhat.com>
4203 * fold-const.c (fold_binary_loc): Move ~X | X folding ...
4204 * match.pd: ... here.
4206 2015-06-30 Richard Biener <rguenther@suse.de>
4208 * target-insns.def (canonicalize_funcptr_for_compare): Add.
4209 * fold-const.c (build_range_check): Replace uses of
4210 HAVE_canonicalize_funcptr_for_compare.
4211 (fold_widened_comparison): Likewise.
4212 (fold_sign_changed_comparison): Likewise.
4213 * dojump.c: Include "target.h".
4214 (do_compare_and_jump): Replace uses of
4215 HAVE_canonicalize_funcptr_for_compare and
4216 gen_canonicalize_funcptr_for_compare.
4217 * expr.c (do_store_flag): Likewise.
4219 2015-06-30 Tom de Vries <tom@codesourcery.com>
4221 PR tree-optimization/66652
4222 * tree-parloops.c (try_transform_to_exit_first_loop_alt): Use
4223 max_loop_iterations to determine if nit + 1 overflows.
4225 2015-06-30 Richard Biener <rguenther@suse.de>
4227 * tree-vrp.c (register_edge_assert_for_2): Also register
4228 asserts for dominating conversion results.
4230 2015-06-30 Bin Cheng <bin.cheng@arm.com>
4232 * tree-ssa-loop-ivopts.c (record_sub_use): Don't reset ssa_name
4235 2015-06-29 Jack Howarth <howarth.at.gcc@gmail.com>
4238 * configure.ac: Fix filds and fildq test for 64-bit.
4239 * configure: Regenerated.
4241 2015-06-29 Nathan Sidwell <nathan@codesourcery.com>
4243 * config/nvptx/nvptx.md (nvptx_reorg_subreg): New fn, broken out of ...
4244 (nvptx_reorg): Here. Keep the non-subreg pieces.
4246 2015-06-29 H.J. Lu <hongjiu.lu@intel.com>
4248 * config/gnu-user.h (GNU_USER_TARGET_ENDFILE_SPEC): Use
4249 PIE_SPEC and NO_PIE_SPEC if HAVE_LD_PIE is defined.
4251 2015-06-29 Uros Bizjak <ubizjak@gmail.com>
4253 * config/i386/i386.md (*jcc_1): Use %! in asm template.
4254 Set attribute "length_nobnd" instead of "length".
4257 (*jcc_1_bnd, *jcc_2_bnd, jump_bnd): Remove insn patterns.
4259 2015-06-29 Sandra Loosemore <sandra@codesourcery.com>
4261 * config/nios2/nios2.c (nios2_delegitimize_address): Make
4262 assert less restrictive.
4264 2015-06-29 Manuel López-Ibáñez <manu@gcc.gnu.org>
4267 * cgraphunit.c (cgraph_node::finalize_function): Do not call
4268 do_warn_unused_parameter.
4269 * function.c (do_warn_unused_parameter): Move from here.
4270 * function.h (do_warn_unused_parameter): Do not declare.
4272 2015-06-29 Matthew Wahab <matthew.wahab@arm.com>
4275 * gcc.target/arm/armv-sync-comp-swap.c: New.
4276 * gcc.target/arm/armv-sync-op-acquire.c: New.
4277 * gcc.target/arm/armv-sync-op-full.c: New.
4278 * gcc.target/arm/armv-sync-op-release.c: New.
4280 2015-06-29 Matthew Wahab <matthew.wahab@arm.com>
4283 * config/armc/arm.c (arm_split_compare_and_swap): For ARMv8, replace an
4284 initial acquire barrier with final barrier.
4286 2015-06-29 Matthew Wahab <matthew.wahab@arm.com>
4289 * config/armc/arm.c (arm_split_atomic_op): For ARMv8, replace an
4290 initial acquire barrier with final barrier.
4292 2015-06-29 Richard Henderson <rth@redhat.com>
4294 * config/i386/constraints.md (Bf): New constraint.
4295 * config/i386/i386-c.c (ix86_target_macros): Define
4296 __GCC_ASM_FLAG_OUTPUTS__.
4297 * config/i386/i386.c (ix86_md_asm_adjust): Handle =@cc* constraints
4299 * doc/extend.texi (FlagOutputOperands): Document them.
4301 2015-06-29 Jiong Wang <jiong.wang@arm.com>
4303 * config/arch64/aarch64.md (UNSPEC_TLSLE): New enumeration.
4304 * config/arch64/aarch64.md (tlsle_small): Rename to tlsle and use new
4306 (tlsle_small_<mode>): Rename to tlsle_<mode> and use new unspec name.
4307 * config/arch64/aarch64-protos.h (arch64_symbol_type): Rename
4308 SYMBOL_SMALL_TPREL to SYMBOL_TLSLE.
4309 (aarch64_symbol_context): Ditto.
4310 * config/aarch64/aarch64.c (aarch64_load_symref_appropriately): Ditto
4311 and use new pattern name.
4312 (aarch64_expand_mov_immediate): Ditto.
4313 (aarch64_print_operand): Ditto.
4314 (aarch64_classify_tls_symbol): Ditto.
4316 2015-06-29 Marek Polacek <polacek@redhat.com>
4317 Marc Glisse <marc.glisse@inria.fr>
4319 * fold-const.c (fold_binary_loc): Move X - (X / Y) * Y -> X % Y to ...
4320 * match.pd: ... pattern here.
4322 2015-06-29 Tom de Vries <tom@codesourcery.com>
4324 * tree-parloops.c (try_transform_to_exit_first_loop_alt): Simplify
4327 2015-06-29 Matthew Wahab <matthew.wahab@arm.com>
4329 * doc/invoke.texi (Aarch64 Options, -march): Split out arch and
4330 feature description, split out the native option, add a link to
4331 the feature documentation, rearrange and slightly rewrite text.
4332 (Aarch64 options, -mcpu): Likewise.
4333 (Aarch64 options, Feature Modifiers): Add an anchor. Mention
4334 +rdma implies Adv. SIMD.
4336 2015-06-29 Marek Polacek <polacek@redhat.com>
4339 * function.c (stack_protect_epilogue): Remove a cast to int.
4340 * doc/invoke.texi: Update -Wswitch-bool description.
4342 2015-06-29 Richard Biener <rguenther@suse.de>
4344 * genmatch.c (add_operator): Treat ADDR_EXPR as atom.
4345 * fold-const.c (fold_binary_loc): Move &A - &B simplification
4346 via ptr_difference_const ...
4347 * match.pd: ... here.
4348 When matching (X ^ Y) == Y also match with swapped operands.
4350 2015-06-29 Richard Biener <rguenther@suse.de>
4352 * lto-streamer.h (LTO_major_version): Bump to 5.
4354 2015-06-29 Richard Biener <rguenther@suse.de>
4356 PR tree-optimization/66677
4357 * tree-vect-stmts.c (vect_transform_stmt): Make assert about
4358 STMT_VINFO_VEC_STMT clobbering less strict.
4360 2015-06-29 Kugan Vivekanandarajah <kuganv@linaro.org>
4363 * tree-vrp.c (extract_range_from_binary_expr_1): For unsigned
4364 division, compute max and min when value ranges for dividend and
4365 divisor are available.
4367 2015-06-28 Chung-Lin Tang <cltang@codesourcery.com>
4368 Sandra Loosemore <sandra@codesourcery.com>
4370 * regrename.h (regrename_do_replace): Change to return bool.
4371 * regrename.c (rename_chains): Check return value of
4373 (regrename_do_replace): Re-validate the modified insns and
4375 * config/aarch64/cortex-a57-fma-steering.c (rename_single_chain):
4376 Update to match rename_chains changes.
4377 * config/c6x/c6x.c (try_rename_operands): Assert that
4378 regrename_do_replace returns true.
4380 2015-06-28 Uros Bizjak <ubizjak@gmail.com>
4382 * config/i386/i386.md (<mode>_ldx): Do not zero-extend non-Pmode
4383 operand 2 here. Use copy_addr_to_reg to copy non-index
4384 register operand 2 to a temporary.
4385 (<mode>_stx): Ditto for operand 1.
4386 (*<mode>_ldx, *<mode>_stx): Remove enclosing parallel.
4387 * config/i386/i386.c (ix86_load_bounds): Zero-extend non-Pmode ptr here.
4388 (ix86_store_bounds): Ditto.
4390 2015-06-27 Patrick Palka <ppalka@gcc.gnu.org>
4392 * print-tree.c (print_node) [TREE_VEC]: Print its length.
4394 2015-06-26 Andrew MacLeod <amacleod@redhat.com>
4396 * gimple.c (gimple_call_set_fndecl): Remove.
4397 * gimple.h (gimple_call_set_fndecl): Relocate to gimple.h and call
4398 build1_loc directly instead of build_fold_addr_expr_loc.
4400 2015-06-26 Richard Sandiford <richard.sandiford@arm.com>
4402 * hash-map.h (hash_map::traverse): Use the definition of the
4403 Key typedef rather than the typedef itself.
4405 2015-06-26 Martin Jambor <mjambor@suse.cz>
4408 * tree-ssa-pre.c (before_dom_children): Check that dump_file is not
4409 NULL instead of calling dump_enabled_p.
4411 2015-06-26 James Greenhalgh <james.greenhalgh@arm.com>
4413 * config/aarch64/aarch64.opt: (override): New.
4414 * doc/invoke.texi (override): Document.
4415 * config/aarch64/aarch64.c (aarch64_flag_desc): New
4416 (aarch64_fusible_pairs): Likewise.
4417 (aarch64_tuning_flags): Likewise.
4418 (aarch64_tuning_override_function): Likewise.
4419 (aarch64_tuning_override_functions): Likewise.
4420 (aarch64_parse_one_option_token): Likewise.
4421 (aarch64_parse_boolean_options): Likewise.
4422 (aarch64_parse_fuse_string): Likewise.
4423 (aarch64_parse_tune_string): Likewise.
4424 (aarch64_parse_one_override_token): Likewise.
4425 (aarch64_parse_override_string): Likewise.
4426 (aarch64_override_options): Parse the -override string if it
4429 2015-06-26 James Greenhalgh <james.greenhalgh@arm.com>
4431 * config/aarch64/aarch64-protos.h (tune_params): Remove
4433 (aarch64_tune_params): Remove const, change to no longer be
4435 * config/aarch64/aarch64.c (aarch64_tune_params): Remove const,
4436 change to no longer be a pointer, initialize to generic_tunings.
4437 (aarch64_min_divisions_for_recip_mul): Change dereference of
4438 aarch64_tune_params to member access.
4439 (aarch64_reassociation_width): Likewise.
4440 (aarch64_rtx_mult_cost): Likewise.
4441 (aarch64_address_cost): Likewise.
4442 (aarch64_branch_cost): Likewise.
4443 (aarch64_rtx_costs): Likewise.
4444 (aarch64_register_move_cost): Likewise.
4445 (aarch64_memory_move_cost): Likewise.
4446 (aarch64_sched_issue_rate): Likewise.
4447 (aarch64_builtin_vectorization_cost): Likewise.
4448 (aarch64_override_options): Take a copy of the selected tuning
4449 struct in to aarch64_tune_params, rather than just setting
4450 a pointer, change dereferences of aarch64_tune_params to member
4452 (aarch64_override_options_after_change): Change dereferences of
4453 aarch64_tune_params to member access.
4454 (aarch64_macro_fusion_p): Likewise.
4455 (aarch_macro_fusion_pair_p): Likewise.
4456 * config/aarch64/cortex-a57-fma-steering.c (gate): Likewise.
4458 2015-06-26 James Greenhalgh <james.greenhalgh@arm.com>
4460 * config/aarch64/aarch64.h (AARCH64_FL_USE_FMA_STEERING_PASS): Delete.
4461 (aarch64_tune_flags): Likewise.
4462 (AARCH64_TUNE_FMA_STEERING): Likewise.
4463 * config/aarch64/aarch64-cores.def (cortex-a57): Remove reference
4464 to AARCH64_FL_USE_FMA_STEERING_PASS.
4465 (cortex-a57.cortex-a53): Likewise.
4466 (cortex-a72): Use cortexa72_tunings.
4467 (cortex-a72.cortex-a53): Likewise.
4468 (exynos-m1): Likewise.
4469 * config/aarch64/aarch64-protos.h (tune_params): Add
4470 a field: extra_tuning_flags.
4471 * config/aarch64/aarch64-tuning-flags.def: New.
4472 * config/aarch64/aarch64-protos.h (AARCH64_EXTRA_TUNING_OPTION): New.
4473 (aarch64_extra_tuning_flags): Likewise.
4474 (aarch64_tune_params): Declare here.
4475 * config/aarch64/aarch64.c (generic_tunings): Set extra_tuning_flags.
4476 (cortexa53_tunings): Likewise.
4477 (cortexa57_tunings): Likewise.
4478 (thunderx_tunings): Likewise.
4479 (xgene1_tunings): Likewise.
4480 (cortexa72_tunings): New.
4481 * config/aarch64/cortex-a57-fma-steering.c: Include aarch64-protos.h.
4482 (gate): Check against aarch64_tune_params.
4483 * config/aarch64/t-aarch64 (cortex-a57-fma-steering.o): Depend on
4486 2015-06-26 James Greenhalgh <james.greenhalgh@arm.com>
4488 * config/aarch64/aarch64-fusion-pairs.def: New.
4489 * config/aarch64/aarch64-protos.h (aarch64_fusion_pairs): New.
4490 * config/aarch64/aarch64.c (AARCH64_FUSE_NOTHING): Move to
4491 aarch64_fusion_pairs.
4492 (AARCH64_FUSE_MOV_MOVK): Likewise.
4493 (AARCH64_FUSE_ADRP_ADD): Likewise.
4494 (AARCH64_FUSE_MOVK_MOVK): Likewise.
4495 (AARCH64_FUSE_ADRP_LDR): Likewise.
4496 (AARCH64_FUSE_CMP_BRANCH): Likewise.
4498 2015-06-26 Jiong Wang <jiong.wang@arm.com>
4500 * config/aarch64/aarch64-protos.h (aarch64_symbol_type): New type
4501 SYMBOL_SMALL_GOT_28K.
4502 * config/aarch64/aarch64.md: (ldr_got_small_<mode>): Support new GOT
4503 relocation modifiers.
4504 (unspec): New enum "UNSPEC_GOTMALLPIC28K.
4505 (ldr_got_small_28k_<mode>): New.
4506 (ldr_got_small_28k_sidi): New.
4507 * config/aarch64/iterators.md (got_modifier): New mode iterator.
4508 * config/aarch64/aarch64-otps.h (aarch64_code_model): New model.
4509 * config/aarch64/aarch64.c (aarch64_load_symref_appropriately): Support
4510 SYMBOL_SMALL_GOT_28K.
4511 (aarch64_rtx_costs): Add costs for new instruction sequences.
4512 (initialize_aarch64_code_model): Initialize new model.
4513 (aarch64_classify_symbol): Recognize new model and new symbol classification.
4514 (aarch64_asm_preferred_eh_data_format): Support new model.
4515 (aarch64_load_symref_appropriately): Generate new instruction
4516 sequences for -fpic.
4517 (TARGET_USE_PSEUDO_PIC_REG): New definition.
4518 (aarch64_use_pseudo_pic_reg): New function.
4520 2015-06-26 Jiong Wang <jiong.wang@arm.com>
4522 * config/aarch64/aarch64-protos.h (aarch64_symbol_type): Rename
4523 SYMBOL_SMALL_GOT to SYMBOL_SMALL_GOT_4G.
4524 * config/aarch64/aarch64.c (aarch64_load_symref_appropriately): Ditto.
4525 (aarch64_expand_mov_immediate): Ditto.
4526 (aarch64_print_operand): Ditto.
4527 (aarch64_classify_symbol): Ditto.
4529 2015-06-26 Nathan Sidwell <nathan@codesourcery.com>
4531 * config/nvptx/nvptx.md (call_operation): Remove unused variables.
4533 2015-06-26 Bin Cheng <bin.cheng@arm.com>
4536 * tree-ssa-loop-niter.c (loop_exits_before_overflow): Skip if
4537 assertion failed. Remove assertion itself.
4539 2015-06-26 Richard Biener <rguenther@suse.de>
4541 * fold-const.c (fold_binary_loc): Remove -A CMP -B -> A CMP B
4542 and -A CMP CST -> A CMP -CST which is redundant with a pattern
4544 Move (A | C) == D where C & ~D != 0 -> 0, (X ^ Y) ==/!= 0 -> X ==/!= Y,
4545 (X ^ Y) ==/!= {Y,X} -> {X,Y} ==/!= 0 and
4546 (X ^ C1) op C2 -> X op (C1 ^ C2) to ...
4547 * match.pd: ... patterns here.
4549 2015-06-26 Marek Polacek <polacek@redhat.com>
4551 * match.pd ((x | y) & ~(x & y) -> x ^ y,
4552 (x | y) & (~x ^ y) -> x & y): New patterns.
4554 2015-06-26 Richard Sandiford <richard.sandiford@arm.com>
4556 * rtl.h (emit): Add an optional boolean parameter to control
4557 whether barriers are emitted.
4558 * emit-rtl.c (emit): Likewise.
4559 * gensupport.c (get_emit_function): Return null rather than "emit".
4560 * genemit.c (gen_emit_seq): Handle the null return value.
4561 Don't emit barriers after the final instruction in the sequence.
4562 * gentarget-def.c (main): Don't emit barriers after the instruction.
4564 2015-06-26 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
4566 * config/arm/arm.c (arm_output_multireg_pop): Fix use of
4569 2015-06-26 Richard Biener <rguenther@suse.de>
4571 * match.pd: Allow associating FLOAT_TYPE_P when flag_associative_math.
4573 2015-06-26 Richard Biener <rguenther@suse.de>
4575 * match.pd: Allow (p +p off1) +p off2 to (p +p (off1 + off2))
4576 irrespective on whether the inner operation has a single use
4577 of both off are constant.
4579 2015-06-26 Uros Bizjak <ubizjak@gmail.com>
4580 Segher Boessenkool <segher@kernel.crashing.org>
4583 * config/i386/i386.md (various splitters): Use shallow_copy_rtx
4584 before doing PUT_MODE or PUT_CODE on operands to avoid
4585 in-place RTX modification.
4587 2015-06-25 H.J. Lu <hongjiu.lu@intel.com>
4589 * gentarget-def.c (def_target_insn): Cast return of strtol to
4592 2015-06-25 Andrew MacLeod <amacleod@redhat.com>
4594 * gimple.h (gimple_call_set_fn): Move inline function.
4595 * gimple.c (gimple_call_set_fn): Relocate here.
4597 2015-06-25 Oleg Endo <olegendo@gcc.gnu.org>
4601 * config/sh/sh.md (tstsi_t peephole2): Use insn_invalid_p to check if
4602 the replacement insn will work.
4604 2015-06-25 H.J. Lu <hongjiu.lu@intel.com>
4606 * gcc.c (driver_handle_option): Validate -pie if PIE is enabled
4609 2015-06-25 Andrew MacLeod <amacleod@redhat.com>
4611 * function.h (ipa_opt_pass, ipa_opt_pass_d): Move forward declarations.
4612 * cgraph.h: Include ipa-ref.h and plugin-api.h.
4613 (ipa_opt_pass, ipa_opt_pass_d)): Relocate forward declarations here.
4614 (symtab_node::address_can_be_compared_p): Move function.
4615 * cgraph.c (symtab_node::address_can_be_compared_p): Relocate function
4617 * asan.c: Remove ipa-ref.h and plugin-api.h from include list.
4618 * auto-profile.c: Likewise.
4619 * bb-reorder.c: Likewise.
4620 * builtins.c: Likewise.
4621 * calls.c: Likewise.
4622 * cfgexpand.c: Likewise.
4623 * cgraphbuild.c: Likewise.
4624 * cgraphclones.c: Likewise.
4625 * cgraphunit.c: Likewise.
4626 * combine.c: Likewise.
4627 * coverage.c: Likewise.
4628 * data-streamer-in.c: Likewise.
4629 * data-streamer-out.c: Likewise.
4630 * data-streamer.c: Likewise.
4631 * dbxout.c: Likewise.
4632 * dwarf2out.c: Likewise.
4633 * except.c: Likewise.
4635 * final.c: Likewise.
4636 * fold-const.c: Likewise.
4637 * ggc-page.c: Likewise.
4638 * gimple-fold.c: Likewise.
4639 * gimple-iterator.c: Likewise.
4640 * gimple-pretty-print.c: Likewise.
4641 * gimple-streamer-in.c: Likewise.
4642 * gimple-streamer-out.c: Likewise.
4643 * gimple.c: Likewise.
4644 * gimplify.c: Likewise.
4645 * ipa-chkp.c: Likewise.
4646 * ipa-comdats.c: Likewise.
4647 * ipa-cp.c: Likewise.
4648 * ipa-devirt.c: Likewise.
4649 * ipa-icf-gimple.c: Likewise.
4650 * ipa-icf.c: Likewise.
4651 * ipa-inline-analysis.c: Likewise.
4652 * ipa-inline-transform.c: Likewise.
4653 * ipa-inline.c: Likewise.
4654 * ipa-polymorphic-call.c: Likewise.
4655 * ipa-profile.c: Likewise.
4656 * ipa-prop.c: Likewise.
4657 * ipa-pure-const.c: Likewise.
4658 * ipa-ref.c: Likewise.
4659 * ipa-reference.c: Likewise.
4660 * ipa-split.c: Likewise.
4661 * ipa-utils.c: Likewise.
4662 * ipa-visibility.c: Likewise.
4664 * langhooks.c: Likewise.
4665 * lto-cgraph.c: Likewise.
4666 * lto-compress.c: Likewise.
4667 * lto-opts.c: Likewise.
4668 * lto-section-in.c: Likewise.
4669 * lto-section-out.c: Likewise.
4670 * lto-streamer-in.c: Likewise.
4671 * lto-streamer-out.c: Likewise.
4672 * lto-streamer.c: Likewise.
4673 * omp-low.c: Likewise.
4674 * opts-global.c: Likewise.
4675 * passes.c: Likewise.
4676 * predict.c: Likewise.
4677 * print-tree.c: Likewise.
4678 * profile.c: Likewise.
4680 * sanopt.c: Likewise.
4681 * stor-layout.c: Likewise.
4682 * symtab.c: Likewise.
4683 * toplev.c: Likewise.
4684 * trans-mem.c: Likewise.
4685 * tree-cfg.c: Likewise.
4686 * tree-chkp.c: Likewise.
4687 * tree-eh.c: Likewise.
4688 * tree-emutls.c: Likewise.
4689 * tree-inline.c: Likewise.
4690 * tree-nested.c: Likewise.
4691 * tree-parloops.c: Likewise.
4692 * tree-pretty-print.c: Likewise.
4693 * tree-profile.c: Likewise.
4694 * tree-sra.c: Likewise.
4695 * tree-ssa-alias.c: Likewise.
4696 * tree-ssa-live.c: Likewise.
4697 * tree-ssa-loop-ivcanon.c: Likewise.
4698 * tree-ssa-loop-ivopts.c: Likewise.
4699 * tree-ssa-pre.c: Likewise.
4700 * tree-ssa-sccvn.c: Likewise.
4701 * tree-ssa-strlen.c: Likewise.
4702 * tree-ssa-structalias.c: Likewise.
4703 * tree-streamer-in.c: Likewise.
4704 * tree-streamer-out.c: Likewise.
4705 * tree-streamer.c: Likewise.
4706 * tree-switch-conversion.c: Likewise.
4707 * tree-tailcall.c: Likewise.
4708 * tree-vect-data-refs.c: Likewise.
4709 * tree-vect-stmts.c: Likewise.
4710 * tree-vectorizer.c: Likewise.
4713 * ubsan.c: Likewise.
4714 * value-prof.c: Likewise.
4715 * varasm.c: Likewise.
4716 * varpool.c: Likewise.
4717 * config/arm/arm.c: Likewise.
4718 * config/bfin/bfin.c: Likewise.
4719 * config/c6x/c6x.c: Likewise.
4720 * config/cris/cris.c: Likewise.
4721 * config/darwin-c.c: Likewise.
4722 * config/darwin.c: Likewise.
4723 * config/i386/i386.c: Likewise.
4724 * config/i386/winnt.c: Likewise.
4725 * config/microblaze/microblaze.c: Likewise.
4726 * config/mips/mips.c: Likewise.
4727 * config/rs6000/rs6000.c: Likewise.
4728 * config/rx/rx.c: Likewise.
4729 * config/s390/s390.c: Likewise.
4730 * config/tilegx/mul-tables.c: Likewise.
4732 2015-06-25 Richard Sandiford <richard.sandiford@arm.com>
4734 * config/aarch64/aarch64.c, config/alpha/alpha.c,
4735 config/arm/arm.c, config/avr/avr.c, config/bfin/bfin.c,
4736 config/c6x/c6x.c, config/cr16/cr16.c, config/cris/cris.c,
4737 config/fr30/fr30.c, config/frv/frv.c, config/h8300/h8300.c,
4738 config/i386/i386.c, config/ia64/ia64.c, config/iq2000/iq2000.c,
4739 config/lm32/lm32.c, config/m32c/m32c.c, config/m32r/m32r.c,
4740 config/m68k/m68k.c, config/mcore/mcore.c, config/mep/mep.c,
4741 config/microblaze/microblaze.c, config/mips/mips.c,
4742 config/mmix/mmix.c, config/mn10300/mn10300.c,
4743 config/moxie/moxie.c, config/msp430/msp430.c,
4744 config/nds32/nds32.c, config/nios2/nios2.c, config/nvptx/nvptx.c,
4745 config/pa/pa.c, config/pdp11/pdp11.c, config/rl78/rl78.c,
4746 config/rs6000/rs6000.c, config/rx/rx.c, config/s390/s390.c,
4747 config/sh/sh.c, config/sparc/sparc.c, config/spu/spu.c,
4748 config/stormy16/stormy16.c, config/tilegx/tilegx.c,
4749 config/tilepro/tilepro.c, config/v850/v850.c, config/vax/vax.c,
4750 config/visium/visium.c, config/xtensa/xtensa.c: Add comment above
4751 target-def.h include.
4752 * config/ft32/ft32.c: Likewise. Fix misapplied hunk.
4754 2015-06-25 Richard Sandiford <richard.sandiford@arm.com>
4756 * Makefile.in (TARGET_DEF): Add target-insns.def.
4757 (.PRECIOUS, simple_rtl_generated_h): Add insn-target-def.h.
4758 (build/gentarget-def.o): New rule.
4759 (genprogrtl): Add target-def.
4760 * target-insns.def, gentarget-def.c: New files.
4761 * target.def: Add targetm.have_* and targetm.gen_* hooks,
4762 based on the contents of target-insns.def.
4763 * defaults.h (HAVE_simple_return, gen_simple_return): Delete.
4764 (HAVE_return, gen_return): Delete.
4765 * target-def.h: Include insn-target-def.h.
4766 * cfgrtl.c (force_nonfallthru_and_redirect): Use targetm interface
4767 instead of direct calls. Rely on them to do the appropriate assertions.
4768 * function.c (gen_return_pattern): Likewise. Return an rtx_insn *.
4769 (convert_jumps_to_returns): Use targetm interface instead of
4771 (thread_prologue_and_epilogue_insns): Likewise.
4772 * reorg.c (find_end_label, dbr_schedule): Likewise.
4773 * shrink-wrap.h (SHRINK_WRAPPING_ENABLED): Likewise.
4774 * shrink-wrap.c (convert_to_simple_return): Likewise.
4775 (try_shrink_wrapping): Use SHRINK_WRAPPING_ENABLED.
4777 2015-06-25 Richard Sandiford <richard.sandiford@arm.com>
4779 * config/aarch64/aarch64.c, config/alpha/alpha.c, config/arm/arm.c,
4780 config/avr/avr.c, config/bfin/bfin.c, config/c6x/c6x.c,
4781 config/cr16/cr16.c, config/cris/cris.c, config/fr30/fr30.c,
4782 config/frv/frv.c, config/ft32/ft32.c, config/h8300/h8300.c,
4783 config/i386/i386.c, config/ia64/ia64.c, config/iq2000/iq2000.c,
4784 config/lm32/lm32.c, config/m32c/m32c.c, config/m32r/m32r.c,
4785 config/m68k/m68k.c, config/mcore/mcore.c, config/mep/mep.c,
4786 config/microblaze/microblaze.c, config/mips/mips.c, config/mmix/mmix.c,
4787 config/mn10300/mn10300.c, config/moxie/moxie.c, config/msp430/msp430.c,
4788 config/nds32/nds32.c, config/nios2/nios2.c, config/nvptx/nvptx.c,
4789 config/pa/pa.c, config/pdp11/pdp11.c, config/rl78/rl78.c,
4790 config/rs6000/rs6000.c, config/rx/rx.c, config/s390/s390.c,
4791 config/sh/sh.c, config/sparc/sparc.c, config/spu/spu.c,
4792 config/stormy16/stormy16.c, config/tilegx/tilegx.c,
4793 config/tilepro/tilepro.c, config/v850/v850.c, config/vax/vax.c,
4794 config/visium/visium.c, config/xtensa/xtensa.c: Move target-def.h
4797 2015-06-25 Richard Sandiford <richard.sandiford@arm.com>
4799 * hash-map-traits.h (simple_hashmap_traits::key_type): New typedef.
4800 (unbounded_int_hashmap_traits::key_type): Likewise.
4801 * hash-map.h (hash_map): Get the key type from the traits.
4802 * hash-traits.h (default_hash_traits): By default, inherit from the
4804 * alias.c (alias_set_traits): Delete.
4805 (alias_set_entry_d::children): Use alias_set_hash as the first
4807 (record_alias_subset): Update accordingly.
4808 * except.c (tree_hash_traits): Delete.
4809 (type_to_runtime_map): Use tree_hash as the first template parameter.
4810 (init_eh): Update accordingly.
4811 * genmatch.c (capture_id_map_hasher): Delete.
4812 (cid_map_t): Use nofree_string_hash as first template parameter.
4813 * ipa-icf.h (symbol_compare_hashmap_traits): Delete.
4814 * ipa-icf.c (sem_item_optimizer::subdivide_classes_by_sensitive_refs):
4815 Use symbol_compare_hash as the first template parameter in
4817 * mem-stats.h (mem_usage_pair::mem_alloc_hashmap_traits): Delete.
4818 (mem_usage_pair::mem_map_t): Use mem_location_hash as the first
4820 * passes.c (pass_registry_hasher): Delete.
4821 (name_to_pass_map): Use nofree_string_hash as the first template
4823 (register_pass_name): Update accordingly.
4824 * sanopt.c (sanopt_tree_map_traits): Delete.
4825 (sanopt_tree_triplet_map_traits): Delete.
4826 (sanopt_ctx::asan_check_map): Use tree_operand_hash as the first
4828 (sanopt_ctx::vptr_check_map): Use sanopt_tree_triplet_hash as
4829 the first template parameter.
4830 * sese.c (rename_map_hasher): Delete.
4831 (rename_map_type): Use tree_ssa_name_hash as the first template
4833 * symbol-summary.h (function_summary::summary_hashmap_traits): Delete.
4834 (function_summary::m_map): Use map_hash as the first template
4836 (function_summary::release): Update accordingly.
4837 * tree-if-conv.c (phi_args_hash_traits): Delete.
4838 (predicate_scalar_phi): Use tree_operand_hash as the first template
4839 parameter to phi_arg_map.
4840 * tree-inline.h (dependence_hasher): Delete.
4841 (copy_body_data::dependence_map): Use dependence_hash as the first
4843 * tree-inline.c (remap_dependence_clique): Update accordingly.
4844 * tree-ssa-strlen.c (stridxlist_hash_traits): Delete.
4845 (decl_to_stridxlist_htab): Use tree_decl_hash as the first template
4847 (addr_stridxptr): Update accordingly.
4848 * value-prof.c (profile_id_traits): Delete.
4849 (cgraph_node_map): Use profile_id_hash as the first template
4851 (init_node_map): Update accordingly.
4852 * config/alpha/alpha.c (string_traits): Delete.
4853 (machine_function::links): Use nofree_string_hash as the first
4855 (alpha_use_linkage, alpha_write_linkage): Update accordingly.
4856 * config/m32c/m32c.c (pragma_traits): Delete.
4857 (pragma_htab): Use nofree_string_hash as the first template parameter.
4858 (m32c_note_pragma_address): Update accordingly.
4859 * config/mep/mep.c (pragma_traits): Delete.
4860 (pragma_htab): Use nofree_string_hash as the first template parameter.
4861 (mep_note_pragma_flag): Update accordingly.
4862 * config/mips/mips.c (mips16_flip_traits): Delete.
4863 (mflip_mips16_htab): Use nofree_string_hash as the first template
4865 (mflip_mips16_use_mips16_p): Update accordingly.
4866 (local_alias_traits): Delete.
4867 (mips16_local_aliases): Use nofree_string_hash as the first template
4869 (mips16_local_alias): Update accordingly.
4871 2015-06-25 Richard Sandiford <richard.sandiford@arm.com>
4873 * hash-map-traits.h (default_hashmap_traits): Delete.
4875 2015-06-25 Richard Sandiford <richard.sandiford@arm.com>
4877 * hash-map-traits.h (unbounded_hashmap_traits): New class.
4878 (unbounded_int_hashmap_traits): Likewise.
4879 * cfgexpand.c (part_traits): Use unbounded_int_hashmap_traits.
4881 2015-06-25 Richard Sandiford <richard.sandiford@arm.com>
4883 * ipa-icf.h (symbol_compare_hash): New class.
4884 (symbol_compare_hashmap_traits): Use it.
4885 * mem-stats.h (mem_alloc_description::mem_location_hash): New class.
4886 (mem_alloc_description::mem_alloc_hashmap_traits): Use it.
4887 (mem_alloc_description::reverse_mem_map_t): Remove redundant
4888 default_hashmap_traits.
4889 * sanopt.c (sanopt_tree_triplet_hash): New class.
4890 (sanopt_tree_triplet_map_traits): Use it.
4892 2015-06-25 Richard Sandiford <richard.sandiford@arm.com>
4894 * gengtype-parse.c (require_template_declaration): Allow '+' in
4895 template parameters. Consolidate cases.
4896 * hash-traits.h (int_hash): New class.
4897 * alias.c (alias_set_hash): New structure.
4898 (alias_set_traits): Use it.
4899 * symbol-summary.h (function_summary::map_hash): New class.
4900 (function_summary::summary_hashmap_traits): Use it.
4901 * tree-inline.h (dependence_hash): New class.
4902 (dependence_hasher): Use it.
4903 * tree-ssa-reassoc.c (oecount_hasher): Use int_hash.
4904 * value-prof.c (profile_id_hash): New class.
4905 (profile_id_traits): Use it.
4907 2015-06-25 Richard Sandiford <richard.sandiford@arm.com>
4909 * config/mips/mips.c (mips16_flip_traits): Use it.
4910 (local_alias_traits, mips16_local_aliases): Convert from a map of
4911 rtxes to a map of symbol names.
4912 (mips16_local_alias): Update accordingly.
4914 2015-06-25 Richard Sandiford <richard.sandiford@arm.com>
4916 * hash-traits.h (string_hash, nofree_string_hash): New classes.
4917 * genmatch.c (capture_id_map_hasher): Use nofree_string_hash.
4918 * passes.c (pass_registry_hasher): Likewise.
4919 * config/alpha/alpha.c (string_traits): Likewise.
4920 * config/i386/winnt.c (i386_find_on_wrapper_list): Likewise.
4921 * config/m32c/m32c.c (pragma_traits): Likewise.
4922 * config/mep/mep.c (pragma_traits): Likewise.
4924 2015-06-25 Richard Sandiford <richard.sandiford@arm.com>
4926 * tree-hash-traits.h (tree_hash): New class.
4927 * except.c: Include tree-hash-traits.h.
4928 (tree_hash_traits): Use tree_hash.
4930 2015-06-25 Richard Sandiford <richard.sandiford@arm.com>
4932 * tree-hash-traits.h (tree_ssa_name_hasher): New class.
4933 * sese.c: Include tree-hash-traits.h.
4934 (rename_map_hasher): Use tree_ssa_name_hasher.
4936 2015-06-25 Richard Sandiford <richard.sandiford@arm.com>
4938 * tree-hash-traits.h (tree_decl_hash): New class.
4939 * tree-ssa-strlen.c: Include tree-hash-traits.h.
4940 (stridxlist_hash_traits): Use tree_decl_hash.
4942 2015-06-25 Richard Sandiford <richard.sandiford@arm.com>
4944 * tree-hash-traits.h: New file.
4945 (tree_operand_hash): New class.
4946 * sanopt.c: Include tree-hash-traits.h.
4947 (sanopt_tree_map_traits): Use tree_operand_hash.
4948 * tree-if-conv.c: Include tree-hash-traits.h.
4949 (phi_args_hash_traits): Use tree_operand_hash.
4950 * tree-ssa-uncprop.c: Include tree-hash-traits.h.
4951 (val_ssa_equiv_hash_traits): Use tree_operand_hash.
4953 2015-06-25 Richard Sandiford <richard.sandiford@arm.com>
4955 * hash-map-traits.h: Include hash-traits.h.
4956 (simple_hashmap_traits): New class.
4957 * mem-stats.h (hash_map): Change the default traits to
4958 simple_hashmap_traits<default_hash_traits<Key> >.
4960 2015-06-25 Richard Sandiford <richard.sandiford@arm.com>
4962 * hash-table.h: Update comments.
4964 2015-06-25 Richard Sandiford <richard.sandiford@arm.com>
4966 * hash-traits.h (default_hash_traits): New structure.
4967 * hash-set.h (default_hashset_traits): Delete.
4968 (hash_set): Use default_hash_traits<Key> instead of
4969 default_hashset_traits. Delete hash_entry type and use Key directly.
4970 * ipa-devirt.c (pair_traits): Delete.
4971 (default_hash_traits <type_pair>): Override.
4972 (odr_subtypes_equivalent_p): Remove pair_types template parameter.
4973 (odr_types_equivalent_p, add_type_duplicate): Likewise.
4975 2015-06-25 Richard Sandiford <richard.sandiford@arm.com>
4977 * hash-traits.h (typed_noop_remove): Don't require a pointer type.
4979 2015-06-25 Richard Sandiford <richard.sandiford@arm.com>
4981 * hash-table.h (has_is_deleted, is_deleted_helper): Delete.
4982 (has_is_empty, is_empty_helper): Delete.
4983 (has_mark_deleted, mark_deleted_helper): Delete.
4984 (has_mark_empty, mark_empty_helper): Delete.
4985 (hash_table::is_deleted): Call the Descriptor unconditionally.
4986 (hash_table::is_empty): Likewise.
4987 (hash_table::mark_deleted): Likewise.
4988 (hash_table::mark_empty): Likewise.
4990 2015-06-25 Richard Sandiford <richard.sandiford@arm.com>
4992 * cgraph.h (asmname_hasher): Inherit from ggc_ptr_hash. Remove
4993 redundant typedefs and members.
4994 * coverage.c (counts_entry): Inherit from pointer_hash. Remove
4996 * dwarf2out.c (cu_hash_table_entry_hasher): Likewise.
4997 * ipa-devirt.c (odr_name_hasher): Likewise.
4998 (polymorphic_call_target_hasher): Likewise.
4999 * ira-costs.c (cost_classes_hasher): Likewise.
5000 * statistics.c (stats_counter_hasher): Likewise.
5001 * trans-mem.c (log_entry_hasher): Likewise.
5002 * tree-ssa-dom.c (expr_elt_hasher): Likewise.
5003 * tree-ssa-sccvn.c (vn_phi_hasher, vn_reference_hasher): Likewise.
5004 * tree-ssa-tail-merge.c (same_succ_def): Likewise.
5005 * var-tracking.c (variable_hasher): Likewise.
5006 * valtrack.h (dead_debug_hash_descr): Inherit from free_ptr_hash.
5007 Remove redundant typedefs and members.
5009 2015-06-25 Richard Sandiford <richard.sandiford@arm.com>
5011 * hash-traits.h (ggc_cache_hasher): Rename to...
5012 (ggc_cache_remove): ...this and remove typedefs.
5013 (ggc_cache_ptr_hash): New class.
5014 * hash-table.h: Update commentary.
5015 * emit-rtl.c (const_int_hasher): Inherit from ggc_cache_ptr_hash
5016 rather than ggc_cache_hasher.
5017 (const_wide_int_hasher, reg_attr_hasher): Likewise.
5018 (const_double_hasher, const_fixed_hasher): Likewise.
5019 * function.c (insn_cache_hasher): Likewise.
5020 * trans-mem.c (tm_wrapper_hasher): Likewise.
5021 * tree.h (tree_decl_map_cache_hasher): Likewise.
5022 * tree.c (type_cache_hasher, int_cst_hasher): Likewise.
5023 (cl_option_hasher, tree_vec_map_cache_hasher): Likewise.
5024 * ubsan.c (tree_type_map_cache_hasher): Likewise.
5025 * varasm.c (tm_clone_hasher): Likewise.
5026 * config/i386/i386.c (dllimport_hasher): Likewise.
5027 * config/nvptx/nvptx.c (declared_libfunc_hasher): Likewise.
5028 (tree_hasher): Likewise.
5030 2015-06-25 Richard Sandiford <richard.sandiford@arm.com>
5032 * hash-traits.h (ggc_hasher): Rename to...
5033 (ggc_remover): ...this and remove typedefs.
5034 (ggc_cache_hasher): Update accordingly. Add typedefs.
5035 (ggc_ptr_hash): New class.
5036 * hash-table.h: Update comment.
5037 * cfgloop.h (loop_exit_hasher): Inherit from ggc_ptr_hash rather than
5039 * cgraph.h (section_name_hasher, cgraph_edge_hasher): Likewise.
5040 (tree_descriptor_hasher): Likewise.
5041 * cgraph.c (function_version_hasher): Likewise.
5042 * dwarf2out.c (indirect_string_hasher, dwarf_file_hasher): Likewise.
5043 (decl_die_hasher, block_die_hasher, decl_loc_hasher): Likewise.
5044 (dw_loc_list_hasher, addr_hasher): Likewise.
5045 * function.h (used_type_hasher): Likewise.
5046 * function.c (temp_address_hasher): Likewise.
5047 * gimple-ssa.h (tm_restart_hasher, ssa_name_hasher): Likewise.
5048 * libfuncs.h (libfunc_hasher): Likewise.
5049 * lto-streamer.h (decl_state_hasher): Likewise.
5050 * optabs.c (libfunc_decl_hasher): Likewise.
5051 * tree-scalar-evolution.c (scev_info_hasher): Likewise.
5052 * varasm.c (section_hasher, object_block_hasher): Likewise.
5053 (const_rtx_desc_hasher): Likewise.
5054 * config/darwin.c (indirection_hasher, cfstring_hasher): Likewise.
5055 * config/rs6000/rs6000.c (toc_hasher, builtin_hasher): Likewise.
5057 2015-06-25 Richard Sandiford <richard.sandiford@arm.com>
5059 * hash-traits.h (free_ptr_hash): New class.
5060 * dwarf2out.c (decl_table_entry_hasher): Inherit from free_ptr_hash
5061 rather than typed_free_remove. Remove redudant typedefs.
5062 (external_ref_hasher): Likewise.
5063 * except.c (action_record_hasher, ttypes_filter_hasher): Likewise.
5064 (ehspec_hasher): Likewise.
5065 * ggc-common.c (saving_hasher): Likewise.
5066 * gimplify.c (gimplify_hasher): Likewise.
5067 * haifa-sched.c (delay_i2_hasher): Likewise.
5068 * loop-invariant.c (invariant_expr_hasher): Likewise.
5069 * loop-iv.c (biv_entry_hasher): Likewise.
5070 * loop-unroll.c (iv_split_hasher, var_expand_hasher): Likewise.
5071 * trans-mem.c (tm_mem_map_hasher, tm_memop_hasher): Likewise.
5072 * tree-cfg.c (locus_discrim_hasher): Likewise.
5073 * tree-eh.c (finally_tree_hasher): Likewise.
5074 * tree-into-ssa.c (var_info_hasher): Likewise.
5075 * tree-parloops.c (reduction_hasher, name_to_copy_hasher): Likewise.
5076 * tree-ssa-loop-ivopts.c (iv_inv_expr_hasher): Likewise.
5077 * tree-ssa-phiopt.c (ssa_names_hasher): Likewise.
5078 * tree-ssa-pre.c (expr_pred_trans_d): Likewise.
5079 * tree-ssa-sccvn.c (vn_constant_hasher): Likewise.
5080 * tree-ssa-structalias.c (equiv_class_hasher): Likewise.
5081 (shared_bitmap_hasher): Likewise.
5082 * tree-ssa-threadupdate.c (redirection_data): Likewise.
5083 * tree-vectorizer.h (peel_info_hasher): Likewise.
5084 * tree-vectorizer.c (simduid_to_vf, simd_array_to_simduid): Likewise.
5085 * config/mips/mips.c (mips_lo_sum_offset_hasher): Likewise.
5087 2015-06-25 Richard Sandiford <richard.sandiford@arm.com>
5089 * hash-table.h: Update comments.
5090 * hash-traits.h (pointer_hash): Don't inherit from typed_noop_remove.
5091 (nofree_ptr_hash): New class.
5092 * asan.c (asan_mem_ref_hasher): Inherit from nofree_ptr_hash rather
5093 than typed_noop_remove. Remove redudant typedefs.
5094 * attribs.c (attribute_hasher): Likewise.
5095 * cfg.c (bb_copy_hasher): Likewise.
5096 * cselib.c (cselib_hasher): Likewise.
5097 * dse.c (invariant_group_base_hasher): Likewise.
5098 * dwarf2cfi.c (trace_info_hasher): Likewise.
5099 * dwarf2out.c (macinfo_entry_hasher): Likewise.
5100 (comdat_type_hasher, loc_list_hasher): Likewise.
5101 * gcse.c (pre_ldst_expr_hasher): Likewise.
5102 * genmatch.c (id_base): Likewise.
5103 * genrecog.c (test_pattern_hasher): Likewise.
5104 * gimple-ssa-strength-reduction.c (cand_chain_hasher): Likewise.
5105 * haifa-sched.c (delay_i1_hasher): Likewise.
5106 * hard-reg-set.h (simplifiable_subregs_hasher): Likewise.
5107 * ipa-icf.h (congruence_class_group_hash): Likewise.
5108 * ipa-profile.c (histogram_hash): Likewise.
5109 * ira-color.c (allocno_hard_regs_hasher): Likewise.
5110 * lto-streamer.h (string_slot_hasher): Likewise.
5111 * lto-streamer.c (tree_entry_hasher): Likewise.
5112 * plugin.c (event_hasher): Likewise.
5113 * postreload-gcse.c (expr_hasher): Likewise.
5114 * store-motion.c (st_expr_hasher): Likewise.
5115 * tree-sra.c (uid_decl_hasher): Likewise.
5116 * tree-ssa-coalesce.c (coalesce_pair_hasher): Likewise.
5117 (ssa_name_var_hash): Likewise.
5118 * tree-ssa-live.c (tree_int_map_hasher): Likewise.
5119 * tree-ssa-loop-im.c (mem_ref_hasher): Likewise.
5120 * tree-ssa-pre.c (pre_expr_d): Likewise.
5121 * tree-ssa-sccvn.c (vn_nary_op_hasher): Likewise.
5122 * vtable-verify.h (registration_hasher): Likewise.
5123 * vtable-verify.c (vtbl_map_hasher): Likewise.
5124 * config/arm/arm.c (libcall_hasher): Likewise.
5125 * config/i386/winnt.c (wrapped_symbol_hasher): Likewise.
5126 * config/ia64/ia64.c (bundle_state_hasher): Likewise.
5127 * config/sol2.c (comdat_entry_hasher): Likewise.
5128 * fold-const.c (fold): Use nofree_ptr_hash instead of pointer_hash.
5129 (print_fold_checksum, fold_checksum_tree): Likewise.
5130 (debug_fold_checksum, fold_build1_stat_loc): Likewise.
5131 (fold_build2_stat_loc, fold_build3_stat_loc): Likewise.
5132 (fold_build_call_array_loc): Likewise.
5133 * tree-ssa-ccp.c (gimple_htab): Likewise.
5134 * tree-browser.c (tree_upper_hasher): Inherit from nofree_ptr_hash
5135 rather than pointer_type.
5137 2015-06-25 Richard Sandiford <richard.sandiford@arm.com>
5139 * hash-traits.h (pointer_hash::mark_deleted, pointer_hash::mark_empty)
5140 (pointer_hash::is_deleted, pointer_hash::is_empty): New functions.
5142 2015-06-25 Richard Sandiford <richard.sandiford@arm.com>
5144 * hash-traits.h (ggc_hasher::remove): Take a reference parameter.
5145 (ggc_hasher::ggc_mx): Likewise.
5146 (ggc_cache_hasher): Inherit from ggc_hasher. Remove definitions
5147 that duplicate ggc_hasher ones.
5149 2015-06-25 Richard Sandiford <richard.sandiford@arm.com>
5151 * hash-table.h (hash_table): Add gt_cleare_cache as a friend.
5152 (gt_cleare_cache): Check here for deleted and empty entries.
5153 Replace handle_cache_entry with a call to keep_cache_entry.
5154 * hash-traits.h (ggc_cache_hasher::handle_cache_entry): Delete.
5155 (ggc_cache_hasher::keep_cache_entry): New function.
5156 * trans-mem.c (tm_wrapper_hasher::handle_cache_entry): Delete.
5157 (tm_wrapper_hasher::keep_cache_entry): New function.
5158 * tree.h (tree_decl_map_cache_hasher::handle_cache_entry): Delete.
5159 (tree_vec_map_cache_hasher::keep_cache_entry): New function.
5160 * tree.c (type_cache_hasher::handle_cache_entry): Delete.
5161 (type_cache_hasher::keep_cache_entry): New function.
5162 (tree_vec_map_cache_hasher::handle_cache_entry): Delete.
5163 (tree_vec_map_cache_hasher::keep_cache_entry): New function.
5164 * ubsan.c (tree_type_map_cache_hasher::handle_cache_entry): Delete.
5165 (tree_type_map_cache_hasher::keep_cache_entry): New function.
5166 * varasm.c (tm_clone_hasher::handle_cache_entry): Delete.
5167 (tm_clone_hasher::keep_cache_entry): New function.
5168 * config/i386/i386.c (dllimport_hasher::handle_cache_entry): Delete.
5169 (dllimport_hasher::keep_cache_entry): New function.
5171 2015-06-25 Richard Sandiford <richard.sandiford@arm.com>
5173 * hash-table.h: Include hash-traits.h.
5174 (typed_free_remove, typed_noop_remove, pointer_hash, ggc_hasher)
5175 (ggc_cache_hasher): Move to...
5176 * hash-traits.h: ...this new file.
5178 2015-06-25 Andrew MacLeod <amacleod@redhat.com>
5180 * tree-core.h (struct tree_optimization_option): Make opts a pointer to
5181 struct cl_optimization.
5182 * tree.h (TREE_OPTIMIZATION): Return the pointer, not the address of it.
5183 * tree.c (make_node_stat): Allocate cl_optimization struct.
5184 (copy_node_stat): Allocate and copy cl_optimization struct.
5186 2015-06-25 Andrew MacLeod <amacleod@redhat.com>
5188 * function.h (struct incoming_args): Move struct.
5189 (pass_by_reference, reference_callee_copied): Remove prototypes.
5190 * emit-rtl.h (struct incoming_args): Relocate struct here.
5191 * calls.h (pass_by_reference, reference_callee_copied): Relocate
5193 * function.c (pass_by_reference, reference_callee_copied): Move.
5194 * calls.c (pass_by_reference, reference_callee_copied): Relocate here.
5195 * cfgloop.h: Don't include tm.h or hard-reg-set.h.
5196 * ipa-chkp.c: Include calls.h.
5198 2015-06-25 Andrew Macleod <amacleod@redhat.com>
5200 * alias.h (alias_set_type): Move typedef.
5201 * coretypes.h (alias_set_type): Relocate typedef here.
5202 * rtl.h: Don't include alias.h.
5204 2015-06-25 Andrew MacLeod <amacleod@redhat.com>
5206 * cgraph.h (cgraph_rtl_info): Move to rtl.h
5207 (cgraph_node): Maintain pointer to struct cgraph_rtl_info instead of
5209 * rtl.h (struct cgraph_rtl_info): Define when HARD_REG_SET available.
5210 * cgraph.c (cgraph_node::rtl_info): Allocate cgraph_rtl_info if one
5212 * calls.c: Include hard-reg-set.h before rtl.h.
5215 2015-06-25 Zhouyi Zhou <yizhouzhou@ict.ac.cn>
5216 Vladimir Makarov <vmakarov@redhat.com>
5218 * ira-color.c (assign_hard_reg): Remove unecessary bitmap check.
5221 2015-06-25 Richard Biener <rguenther@suse.de>
5223 * fold-const.c (fold_binary_loc): Move simplification of
5224 (X <<>> C1) & C2 ...
5225 * match.pd: ... here.
5227 2015-06-25 Eric Botcazou <ebotcazou@adacore.com>
5229 * lto-streamer-out.c (DFS::hash_scc): Fix typos & formatting glitches.
5231 2015-06-25 Richard Sandiford <richard.sandiford@arm.com>
5233 * match.pd: Add patterns for vec_conds between 1 and 0.
5235 2015-06-25 Richard Biener <rguenther@suse.de>
5237 * tree-vect-stmts.c (vectorizable_conversion): Do not set
5238 STMT_VINFO_VEC_STMT for SLP.
5239 (vectorizable_store): Likewise.
5240 (vectorizable_load): Likewise.
5241 (vect_transform_stmt): Catch SLP vectorization clobbering
5242 STMT_VINFO_VEC_STMT.
5244 2015-06-25 Richard Biener <rguenther@suse.de>
5246 * tree-vect-slp.c (vect_detect_hybrid_slp_stmts): Improve debug
5248 (vect_create_mask_and_perm): Do not set STMT_VINFO_VEC_STMT and
5249 cleanup resulting dead code and parameters.
5250 (vect_transform_slp_perm_load): Adjust.
5252 2015-06-25 Nick Clifton <nickc@redhat.com>
5254 * config/bfin/bfin.c (bfin_expand_prologue): Set
5255 current_function_static_stack_size if flag_stack_usage_info is set.
5256 * config/ft32/ft32.c (ft32_expand_prologue): Likewise.
5257 * config/h8300/h8300.c (h8300_expand_prologue): Likewise.
5258 * config/iq2000/iq2000.c (iq2000_expand_prologue): Likewise.
5259 * config/m32c/m32c.c (m32c_emit_prologue): Likewise.
5261 2015-06-25 Tom de Vries <tom@codesourcery.com>
5263 * tree-ssa-loop-manip.c (canonicalize_loop_ivs): Don't claim in header
5264 comment that the generated IV is unsigned.
5266 2015-06-25 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
5269 * config/arm/arm.c (arm_dbx_register_number): Return
5270 DWARF_FRAME_REGISTERS by default.
5272 2015-06-25 Tom de Vries <tom@codesourcery.com>
5274 * dominance.c (calculate_dominance_info): Fix verify_dominators call
5275 argument. Call verify_dominator when reusing dominator info.
5277 2015-06-24 Kaz Kojima <kkojima@gcc.gnu.org>
5280 * config/sh/sh.md (GOTaddr2picreg): Add a new operand for
5281 an additional element of the unspec vector. Modify indices
5283 (builtin_setjmp_receiver): Pass const0_rtx to gen_GOTaddr2picreg.
5284 * config/sh/sh.c (prepare_move_operands): Pass incremented
5285 const_int to gen_GOTaddr2picreg.
5286 (sh_expand_prologue): Pass const0_rtx to gen_GOTaddr2picreg.
5288 2015-06-24 Alan Lawrence <alan.lawrence@arm.com>
5290 * config/aarch64/aarch64.md (<optab><fcvt_target><GPF:mode>2):
5291 Condition on TARGET_FLOAT.
5293 2015-06-24 Alan Lawrence <alan.lawrence@arm.com>
5295 * doc/invoke.texi: Clarify AArch64 feature modifiers (no)fp, (no)simd
5298 2015-06-24 Alan Lawrence <alan.lawrence@arm.com>
5300 * config/aarch64/aarch64-protos.h (aarch64_err_no_fpadvsimd): New.
5302 * config/aarch64/aarch64.md (mov<mode>/GPF, movtf): Use
5303 aarch64_err_no_fpadvsimd.
5305 * config/aarch64/aarch64.c (aarch64_err_no_fpadvsimd): New.
5306 (aarch64_layout_arg, aarch64_init_cumulative_args): Use
5307 aarch64_err_no_fpadvsimd if !TARGET_FLOAT and we need FP regs.
5308 (aarch64_expand_builtin_va_start, aarch64_setup_incoming_varargs):
5309 Turn error into assert, test TARGET_FLOAT.
5310 (aarch64_gimplify_va_arg_expr): Use aarch64_err_no_fpadvsimd, test
5313 2015-06-24 Aldy Hernandez <aldyh@redhat.com>
5316 * dwarf2out.c (gen_formal_parameter_die): Remove assert.
5318 2015-06-24 Ilya Enkovich <enkovich.gnu@gmail.com>
5320 * tree-vect-slp.c (vect_build_slp_tree_1): Init vectype.
5322 2015-06-24 Renlin Li <renlin.li@arm.com>
5324 * config/aarch64/aarch64.h(TARGET_CPU_CPP_BUILTINS): Add
5325 __ARM_ALIGN_MAX_PWR, __ARM_ALIGN_MAX_STACK_PWR.
5327 2015-06-24 Richard Biener <rguenther@suse.de>
5329 * genmatch.c (enum tree_code): Add VIEW_CONVERT[012].
5331 (lower_opt_convert): Support lowering of conditional view_convert.
5332 (parser::parse_operation): Likewise.
5333 (parser::parse_for): Likewise.
5335 2015-06-24 Renlin Li <renlin.li@arm.com>
5337 * varasm.c (emit_local): Use unsigned int for align variable.
5339 2015-06-24 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
5342 * config/arm/arm.c (vfp3_const_double_for_fract_bits): Disable
5343 for negative numbers.
5345 2015-06-24 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
5347 PR rtl-optimization/66306
5348 * reload.c (find_reloads): Swap the match_dup info for
5349 commutative operands.
5351 2015-06-24 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
5353 * config/s390/vx-builtins.md
5354 ("vec_scatter_element<mode>_<non_vec_int>")
5355 ("vec_scatter_element<V_HW_64:mode>_SI"): Replace gf mode
5356 attribute with bhfgq.
5358 2015-06-24 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
5360 * config/s390/s390-builtins.def: Fix vpopct instruction comments.
5362 2015-06-24 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
5364 * config/s390/s390-builtin-types.def: Add flag to indicate the
5365 options under which the function type is needed.
5366 * config/s390/s390-builtins.def: Add flag to indicate the options
5367 under which the builtin is enabled.
5368 * config/s390/s390-builtins.h: Add flags parameter to macro
5370 (bflags_for_builtin): New function.
5371 (flags_for_builtin): Renamed to ...
5372 (opflags_for_builtin): ... this.
5373 * config/s390/s390-c.c (s390_resolve_overloaded_builtin): Rename
5374 flags_for_builtin to bflags_for_builtin and
5375 flags_overloaded_builtin_var to opflags_overloaded_builtin_var.
5376 * config/s390/s390.c: Add initialization of bflags_builtin and
5377 opflags_builtin arrays.
5378 Remove code for flags_builtin.
5379 (s390_init_builtins): Only create builtin function types if one of
5380 their flags is active.
5381 Only create builtins if all of their flags are active.
5382 (s390_expand_builtin): Rename flags_for_builtin to
5383 opflags_for_builtin.
5385 2015-06-24 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
5387 * config/s390/vecintrin.h: Remove internal builtins.
5389 2015-06-24 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
5391 * config/s390/s390.c (s390_secondary_reload): Fix check for
5392 GENERAL_REGS register class.
5394 2015-06-24 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
5396 * config/s390/s390.c (s390_support_vector_misalignment): Call
5397 default implementation for !TARGET_VX.
5399 2015-06-24 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
5401 * config/s390/s390.c (s390_legitimate_constant_p): Add
5404 2015-06-24 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
5406 * config/s390/s390.c (s390_vector_abi): New variable definition.
5407 (s390_check_type_for_vector_abi): New function.
5408 (TARGET_ASM_FILE_END): New macro definition.
5409 (s390_asm_file_end): New function.
5410 (s390_function_arg): Call s390_check_type_for_vector_abi.
5411 (s390_gimplify_va_arg): Likewise.
5412 * configure: Regenerate.
5413 * configure.ac: Check for .gnu_attribute Binutils feature.
5415 2015-06-23 Chen Gang <gang.chen.5i5j@gmail.com>
5418 * config/bfin/bfin.c (hwloop_optimize): Initialize
5419 JUMP_LABEL for newly created jump.
5421 2015-06-23 Tristan Gingold <gingold@adacore.com>
5423 * collect-utils.c (collect_wait): Unlink the response file here
5426 (utils_cleanup): ...and here.
5428 2015-06-23 Richard Sandiford <richard.sandiford@arm.com>
5430 * df-scan.c: Don't include target-def.h.
5431 * targhooks.c: Likewise.
5432 * config/arm/arm-c.c: Likewise.
5433 * config/i386/i386-c.c: Likewise.
5434 * config/nds32/nds32-cost.c: Likewise.
5435 * config/nds32/nds32-fp-as-gp.c: Likewise.
5436 * config/nds32/nds32-intrinsic.c: Likewise.
5437 * config/nds32/nds32-isr.c: Likewise.
5438 * config/nds32/nds32-md-auxiliary.c: Likewise.
5439 * config/nds32/nds32-memory-manipulation.c: Likewise.
5440 * config/nds32/nds32-pipelines-auxiliary.c: Likewise.
5441 * config/nds32/nds32-predicates.c: Likewise.
5443 2015-06-23 Richard Biener <rguenther@suse.de>
5445 PR tree-optimization/66636
5446 * tree-vect-stmts.c (vectorizable_store): Properly compute the
5447 def type for further defs for strided stores.
5449 2015-06-23 Nathan Sidwell <nathan@codesourcery.com>
5451 * config/nvptx/nvptx.md (sel_true<mode>, sel_false<mode>): New
5452 conditional selects.
5453 (setcc_int<mode>, setcc_float<mode>): Reformat.
5455 2015-06-23 Marek Polacek <polacek@redhat.com>
5457 * match.pd ((x + y) - (x | y) -> x & y,
5458 (x + y) - (x & y) -> x | y): New patterns.
5460 2015-06-23 Ludovic Courtès <ludo@gnu.org>
5463 * config/arm/linux-elf.h (LINUX_TARGET_LINK_SPEC): Move
5464 '-dynamic-linker' within %{!shared: ...}.
5466 2015-06-23 Uros Bizjak <ubizjak@gmail.com>
5469 * config/i386/predicates.md (addsub_vm_operator): New predicate.
5470 (addsub_vs_operator): Ditto.
5471 (addsub_vs_parallel): Ditto.
5472 * config/i386/sse.md (ssedoublemode): Add V4SF and V2DF modes.
5473 (avx_addsubv4df3, avx_addsubv8sf3, sse3_addsubv2df3, sse3_addsubv4sf3):
5474 Put minus RTX before plus and adjust vec_merge selector.
5475 (*avx_addsubv4df3_1, *avx_addsubv4df3_1s, *sse3_addsubv2df3_1)
5476 (*sse_addsubv2df3_1s, *avx_addsubv8sf3_1, *avx_addsubv8sf3_1s)
5477 (*sse3_addsubv4sf3_1, *sse_addsubv4sf3_1s): Remove insn patterns.
5478 (addsub vec_merge splitters): New combiner splitters.
5479 (addsub vec_select/vec_concat splitters): Ditto.
5481 2015-06-23 Bin Cheng <bin.cheng@arm.com>
5483 PR tree-optimization/66449
5484 * tree-ssa-loop-niter.c (loop_exits_before_overflow): Use
5485 POINTER_PLUS_EXPR for pointers.
5487 2015-06-23 Alan Modra <amodra@gmail.com>
5489 * rtlanal.c (commutative_operand_precedence): Correct comments.
5490 * simplify-rtx.c (simplify_plus_minus_op_data_cmp): Delete forward
5491 declaration. Return an int. Distinguish REG,REG return from
5493 (struct simplify_plus_minus_op_data): Make local to function.
5494 (simplify_plus_minus): Don't set canonicalized if merely sorting
5495 registers. Avoid packing ops if nothing changes. White space fixes.
5497 2015-06-22 Pierre-Marie de Rodat <derodat@adacore.com>
5499 * gcc.c (default_compilers): Pass "-o %g.s" to cc1 for headers even if
5500 -fdump-ada-spec is passed but not if -fsyntax-only is.
5502 2015-06-22 Vladimir Makarov <vmakarov@redhat.com>
5505 * lra-lives.c (process_bb_lives): Check insn copying the same
5506 reload pseudo and don't create a copy for it.
5508 2015-06-22 Tom de Vries <tom@codesourcery.com>
5510 * tree-parloops.c (transform_to_exit_first_loop_alt): Add update_stmt
5513 2015-06-22 Tom de Vries <tom@codesourcery.com>
5515 * builtins.def (DEF_GOMP_BUILTIN): Test
5516 'flag_tree_parallelize_loops > 1' instead of
5517 'flag_tree_parallelize_loops'. Test flag_cilkplus.
5519 2015-06-22 Tom de Vries <tom@codesourcery.com>
5521 * dominance.c (calculate_dominance_info): Verify dominators if
5524 2015-06-22 Marek Polacek <polacek@redhat.com>
5526 * match.pd ((x ^ y) ^ (x | y) -> x & y,
5527 (x & y) + (x ^ y) -> x | y, (x & y) | (x ^ y) -> x | y,
5528 (x & y) ^ (x ^ y) -> x | y, (x & y) + (x | y) -> x + y,
5529 (x | y) - (x ^ y) -> x & y, (x | y) - (x & y) -> x ^ y): New patterns.
5531 2015-06-22 Uros Bizjak <ubizjak@gmail.com>
5534 * config/i386/i386.c (ix86_rtx_costs) <case COMPARE>: Ignore the
5535 cost of embedded comparison.
5537 2015-06-22 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
5540 * config/rs6000/predicates.md (altivec_register_operand): Permit
5541 virtual stack registers.
5542 (vsx_register_operand): Likewise.
5543 (vfloat_operand): Likewise.
5544 (vint_operand): Likewise.
5545 (vlogical_operand): Likewise.
5547 2015-06-22 Richard Biener <rguenther@suse.de>
5549 * tree-vectorizer.h (_loop_vec_info): Add scalar_cost_vec
5550 and single_scalar_iteration_cost members.
5551 (LOOP_VINFO_SCALAR_ITERATION_COST): New.
5552 (LOOP_VINFO_SINGLE_SCALAR_ITERATION_COST): Likewise.
5553 (vect_get_single_scalar_iteration_cost): Remove.
5554 * tree-vect-data-refs.c (vect_peeling_hash_get_lowest_cost):
5555 Use LOOP_VINFO_SCALAR_ITERATION_COST.
5556 * tree-vect-loop.c (destroy_loop_vec_info): Free
5558 (vect_get_single_scalar_iteration_cost): Compute result into
5559 LOOP_VINFO_SINGLE_SCALAR_ITERATION_COST and
5560 LOOP_VINFO_SCALAR_ITERATION_COST. Make static.
5561 (vect_analyze_loop_2): Call vect_get_single_scalar_iteration_cost.
5562 (vect_estimate_min_profitable_iters): Use them.
5564 2015-06-22 Christian Bruel <christian.bruel@st.com>
5567 * config/arm/arm.c (add_attribute, arm_insert_attributes): New functions
5568 (TARGET_INSERT_ATTRIBUTES): Define.
5569 (thumb_flipper): New var.
5570 * config/arm/arm.opt (-mflip-thumb): New switch.
5572 2015-06-22 Jan Hubicka <hubicka@ucw.cz>
5573 Martin Liska <mliska@suse.cz>
5576 * ipa-icf.c (sem_item::target_supports_symbol_aliases): Remove
5577 construction of arg_types.
5578 (sem_function::sem_function): Likewise.
5579 (sem_function::~sem_function): Remove destruction of arg_types.
5580 (sem_function::compatible_parm_types_p): New function.
5581 (sem_function::equals_wpa): Reorg matching of return values
5582 and parameter types.
5583 (sem_function::equals_private): Reorg mathcing of argument types.
5584 (sem_function::parse_tree_args): Remove.
5585 * ipa-icf.h (init_wpa): Do not call it.
5586 (parse_tree_args): Remove.
5587 (compatible_parm_types_p): Declare.
5588 (result_type): Remove.
5589 (arg_types): Remove.
5591 2015-06-22 Jan Hubicka <hubicka@ucw.cz>
5594 * ipa-polymorphic-call.c
5595 (ipa_polymorphic_call_context::get_dynamic_type): Fix thinko when
5596 initializing alias oracle; fix formating; set base_alias_set if it
5599 2015-06-22 Mikhail Maltsev <maltsevm@gmail.com>
5601 * auto-inc-dec.c (reverse_mem, reverse_inc): Remove.
5602 (parse_add_or_inc): Use std::swap instead of reverse_{mem,inc}.
5603 (find_inc): Likewise.
5604 * combine.c (combine_simplify_rtx): Use std::swap instead of manually
5606 * df-core.c (df_worklist_dataflow_doublequeue): Likewise.
5607 * df-scan.c (df_swap_refs): Remove.
5608 (df_sort_and_compress_refs): Use std::swap instead of df_swap_refs.
5609 * dominance.c (link_roots): Use std::swap instead of manually swapping.
5610 * expr.c (expand_expr_real_2, do_store_flag): Likewise.
5611 * fold-const.c (fold_relational_const): Likewise.
5612 * genattrtab.c (simplify_test_exp): Likewise.
5613 * gimple-match-head.c (gimple_resimplify2, gimple_resimplify3,
5614 gimple_simplify): Likewise.
5615 * ifcvt.c (noce_try_abs, find_if_header): Likewise.
5616 * internal-fn.c (expand_addsub_overflow, expand_mul_overflow): Likewise.
5617 * ipa-devirt.c (add_type_duplicate): Likewise.
5618 * loop-iv.c (get_biv_step_1, iv_number_of_iterations): Likewise.
5619 * lra-lives.c (lra_setup_reload_pseudo_preferenced_hard_reg): Likewise.
5620 * lra.c (lra_create_copy): Likewise.
5621 * lto-streamer-out.c (DFS::DFS): Likewise.
5622 * modulo-sched.c (get_sched_window): Likewise.
5623 * omega.c (omega_pretty_print_problem): Likewise.
5624 * optabs.c (prepare_float_lib_cmp, expand_mult_highpart): Likewise.
5625 * reload1.c (reloads_unique_chain_p): Likewise.
5626 * sel-sched-ir.c (exchange_lv_sets, exchange_av_sets): Remove.
5627 (exchange_data_sets): Move logic from exchange_{av,lv}_sets here and
5629 * simplify-rtx.c (simplify_unary_operation_1): Use std::swap instead of
5631 * tree-if-conv.c (is_cond_scalar_reduction, predicate_scalar_phi,
5632 predicate_mem_writes): Likewise.
5633 * tree-loop-distribution.c (pg_add_dependence_edges): Likewise.
5634 * tree-predcom.c (combine_chains): Likewise.
5635 * tree-ssa-alias.c (nonoverlapping_component_refs_p,
5636 refs_may_alias_p_1): Likewise.
5637 * tree-ssa-ifcombine.c (recognize_if_then_else): Likewise.
5638 * tree-ssa-loop-ivopts.c (extract_cond_operands): Likewise.
5639 * tree-ssa-loop-niter.c (refine_bounds_using_guard,
5640 number_of_iterations_cond): Likewise.
5641 * tree-ssa-phiopt.c (tree_ssa_phiopt_worker): Likewise.
5642 * tree-ssa-sccvn.c (vn_nary_op_compute_hash): Likewise.
5643 * tree-vect-slp.c (vect_build_slp_tree): Likewise.
5644 * tree-vect-stmts.c (supportable_widening_operation): Likewise.
5645 * tree-vrp.c (extract_range_from_binary_expr_1,
5646 extract_range_from_unary_expr_1): Likewise.
5648 2015-06-20 Marek Polacek <polacek@redhat.com>
5650 * common.opt (fsanitize-undefined-trap-on-error): Add Driver.
5652 2015-06-19 Kaz Kojima <kkojima@gcc.gnu.org>
5655 * config/sh/sh.c (prepare_move_operands): Replace subreg
5656 index term with R0 for base and index addressing.
5658 2015-06-19 Jim Wilson <jim.wilson@linaro.org>
5660 * config/aarch64/aarch64.md (mov<mode>:GPF): Don't call force_reg if
5662 (movsf_aarch64): Change condition from register_operand to
5663 aarch64_reg_or_fp_zero for op1. Change type for alternative 6 to
5664 load1. Change type for alternative 7 to store1.
5665 (movdf_aarch64): Likewise.
5667 2015-06-19 James Greenhalgh <james.greenhalgh@arm.com>
5669 * config/vax/vax.md: Adjust sign/zero extend patterns to
5670 handle SUBREGs in operands[1].
5672 2015-06-19 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
5674 * config/i386/i386.c (ix86_function_versions): Use std::swap instead
5675 of manually swapping.
5676 (expand_vec_perm_interleave2): Likewise.
5678 2015-06-19 Ilya Enkovich <enkovich.gnu@gmail.com>
5680 * tree-chkp.c (chkp_compute_bounds_for_assignment): Don't
5681 reuse bounds created for abnormal ssa names.
5683 2015-06-19 Jakub Jelinek <jakub@redhat.com>
5685 * config/nvptx/nvptx.md (allocate_stack): Rename to...
5686 (allocate_stack_<mode>): ... this, and add :P on both
5687 match_operand and unspec.
5688 (allocate_stack): New expander.
5690 2015-06-19 Christian Bruel <christian.bruel@st.com>
5694 * config/arm/arm.c (arm_set_current_function): Handle
5695 explicit default options.
5697 2015-06-18 Uros Bizjak <ubizjak@gmail.com>
5699 * config/i386/i386.md (*movsicc_noc_zext): New insn.
5700 (zero-extended cmove with mem peephole2): New pattern.
5701 (cmove with mem peephole2): Merge patterns.
5703 2015-06-18 Segher Boessenkool <segher@kernel.crashing.org>
5705 * config/rs6000/rs6000.h (WORD_REGISTER_OPERATIONS): Delete.
5707 2015-06-18 Steve Ellcey <sellcey@imgtec.com>
5709 * config/mips/mips.c (mips_rtx_costs): Remove HONOR_NAN check.
5710 * config/mips/mips.md (*madd4<mode>): Ditto.
5711 (*nmadd3<mode>) Ditto.
5712 (*nmadd4<mode>_fastmath): Ditto.
5713 (*nmadd3<mode>_fastmath): Ditto.
5714 (*nmsub4<mode>): Ditto.
5715 (*nmsub3<mode>): Ditto.
5716 (*nmsub4<mode>_fastmath): Ditto.
5717 (*nmsub3<mode>_fastmath): Ditto.
5719 2015-06-18 Michael Matz <matz@suse.de>
5722 * tree-vect-stmts.c (vectorizable_store): Implement non-SLP
5723 grouped strided stores.
5724 (vectorizable_load): Don't use the DR from first_stmt in
5725 the non-SLP grouped strided case.
5727 2015-06-18 Ilya Enkovich <enkovich.gnu@gmail.com>
5730 * function.c (assign_bounds): Add arguments assign_regs,
5731 assign_special, assign_bt.
5732 (assign_parms): For vararg functions handle bounds in BT
5733 and special slots after incoming vararg bounds.
5735 2015-06-18 Ilya Enkovich <enkovich.gnu@gmail.com>
5738 * cfgexpand.c (expand_return): Handle missing bounds.
5739 (expand_gimple_stmt_1): Likewise.
5740 * tree-chkp.c (chkp_expand_zero_bounds): New.
5741 * tree-chkp.h (chkp_expand_zero_bounds): New.
5743 2015-06-18 Ilya Enkovich <enkovich.gnu@gmail.com>
5746 * ipa-chkp.c (chkp_maybe_create_clone): Require
5747 functions to be instrumentable.
5748 * tree-chkp.c (chkp_replace_function_pointer): Use
5749 chkp_instrumentable_p instead of attribute check.
5751 2015-06-18 Richard Biener <rguenther@suse.de>
5753 PR tree-optimization/66510
5754 * tree-vect-stmts.c (vectorizable_load): Properly compute the
5755 number of vector loads for SLP permuted loads.
5756 * tree-vect-data-refs.c (vect_compute_data_ref_alignment): Also
5757 check the stride for loop vectorization.
5758 (vect_enhance_data_refs_alignment): Deal with SLP adjusted
5759 vectorization factor.
5760 (vect_analyze_group_access): If the group size is not a power
5761 of two require a epilogue loop.
5762 * tree-vect-loop.c (vect_analyze_loop_2): Move alignment
5763 compute and optimizing and alias test pruning after final
5764 vectorization factor computation.
5765 * tree-vect-slp.c (vect_build_slp_tree_1): Remove check on
5767 (vect_transform_slp_perm_load): Properly compute the original
5768 number of vector load stmts.
5770 2015-06-18 Uros Bizjak <ubizjak@gmail.com>
5772 * doc/invoke.texi (-fsanitize-sections): Split @var to avoid
5773 "unlikely character , in @var" warning.
5775 2015-06-17 Uros Bizjak <ubizjak@gmail.com>
5777 * config/i386/i386.c (ix86_function_arg): Nest TARGET_64BIT code.
5778 (ix86_function_arg_advance): Ditto.
5779 (ix86_pass_by_reference): Ditto. Rewrite MS_ABI part.
5781 2015-06-17 Andrew MacLeod <amacleod@redhat.com>
5783 * function.h (struct rtl_data): Remove struct and accessor macros.
5784 * emit-rtl.h (struct rtl_data): Relocate to here.
5785 * Makefile.in (GTFILES): Add emit-rtl.h.
5786 * df-core.c: Include emit-rtl.h.
5787 * genattrtab.c: Likewise.
5788 * genconditions.c: Likewise.
5789 * genpreds.c: Likewise.
5790 * genrecog.c: Likewise.
5791 * regcprop.c: Likewise.
5792 * resource.c: Likewise.
5793 * sched-rgn.c: Likewise.
5794 * config/aarch64/cortex-a57-fma-steering.c: Likewise.
5795 * config/i386/winnt.c: Likewise.
5797 2015-06-17 Jakub Jelinek <jakub@redhat.com>
5800 * omp-low.c (expand_omp_taskreg, expand_omp_target): Use child_cfun
5801 instead of DECL_STRUCT_FUNCTION (child_fn). Or in has_simduid_loops
5802 and has_force_vectorize_loops flags from cfun into
5804 (expand_omp_simd): For broken loop, set cfun->has_simduid_loops
5805 if simduid is non-NULL.
5806 * tree-pass.h (make_pass_simduid_cleanup): New prototype.
5807 * passes.def (pass_simduid_cleanup): Add new pass after loop
5809 * tree-vectorizer.c (adjust_simduid_builtins): Remove one unnecessary
5810 indirection from htab argument's type.
5811 (shrink_simd_arrays): New function.
5812 (vectorize_loops): Use it. Adjust adjust_simduid_builtins caller.
5813 Don't call adjust_simduid_builtins if there are no loops.
5814 (pass_data_simduid_cleanup, pass_simduid_cleanup): New variables.
5815 (pass_simduid_cleanup::execute): New method.
5816 (make_pass_simduid_cleanup): New function.
5818 2017-06-17 Andrew MacLeod <amacleod@redhat.com>
5820 * tree-core.h (tree_target_option): Make opts field a pointer to a
5821 cl_target_option instead of an instance of the struct.
5822 * tree.h (TREE_TARGET_OPTION): Return the pointer, not an address of
5824 * tree.c (make_node_stat ): Allocate a cl_target_option struct for
5826 (copy_node_stat): Allocate and copy struct cl_target_option.
5828 2015-06-17 Andrew MacLeod <amacleod@redhat.com>
5830 * tree.h (merge_dllimport_decl_attributes, handle_dll_attribute):
5831 Remove conditional exposure of prototypes.
5832 (ANON_AGGRNAME_FORMAT, ANON_AGGRNAME_P): Delete.
5833 * tree.c (anon_aggrname_format, anon_aggrname_p): New. Replace macro
5834 definitions in tree.h with functions.
5835 * lto-streamer-out.c (DFS_write_tree_body, hash_tree): Use
5837 * tree-streamer-out.c (write_ts_decl_minimal_tree_pointers): Likewise.
5839 2015-06-17 Segher Boessenkool <segher@kernel.crashing.org>
5841 * config/rs6000/rs6000.md (*cmp<mode>_internal1): Rename to...
5842 (*cmp<mode>_signed): ... this.
5843 (*cmpsi_internal2, *cmpdi_internal2): Merge, rename to...
5844 (*cmp<mode>_unsigned): ... this. Remove %b.
5846 2015-06-17 Andrew MacLeod <amacleod@redhat.com>
5848 * coretypes.h: Include input.h and as-a.h.
5849 * rtl.h: Include input.h and as-a.h for generator files.
5850 * hwint.c: Include coretypes.h, don't include diagnostic-core.h.
5851 * vec.c: Don't include diagnostic-core.h.
5852 * alias.c: Do not include input.h, line-map.h or is-a.h.
5854 * attribs.c: Likewise.
5855 * auto-inc-dec.c: Likewise.
5856 * auto-profile.c: Likewise.
5857 * bb-reorder.c: Likewise.
5858 * bt-load.c: Likewise.
5859 * builtins.c: Likewise.
5860 * caller-save.c: Likewise.
5861 * calls.c: Likewise.
5864 * cfganal.c: Likewise.
5865 * cfgbuild.c: Likewise.
5866 * cfgcleanup.c: Likewise.
5867 * cfgexpand.c: Likewise.
5868 * cfghooks.c: Likewise.
5869 * cfgloop.c: Likewise.
5870 * cfgloop.h: Likewise.
5871 * cfgloopanal.c: Likewise.
5872 * cfgloopmanip.c: Likewise.
5873 * cfgrtl.c: Likewise.
5874 * cgraph.c: Likewise.
5875 * cgraphbuild.c: Likewise.
5876 * cgraphclones.c: Likewise.
5877 * cgraphunit.c: Likewise.
5878 * cilk-common.c: Likewise.
5879 * combine-stack-adj.c: Likewise.
5880 * combine.c: Likewise.
5881 * compare-elim.c: Likewise.
5882 * convert.c: Likewise.
5883 * coverage.c: Likewise.
5884 * cppbuiltin.c: Likewise.
5885 * cprop.c: Likewise.
5887 * cselib.c: Likewise.
5888 * data-streamer-in.c: Likewise.
5889 * data-streamer-out.c: Likewise.
5890 * data-streamer.c: Likewise.
5891 * dbxout.c: Likewise.
5894 * debug.c: Likewise.
5895 * df-core.c: Likewise.
5896 * df-problems.c: Likewise.
5897 * df-scan.c: Likewise.
5900 * diagnostic-core.h: Likewise.
5901 * diagnostic.c: Likewise.
5902 * dojump.c: Likewise.
5903 * dominance.c: Likewise.
5904 * domwalk.c: Likewise.
5905 * double-int.c: Likewise.
5907 * dumpfile.c: Likewise.
5908 * dumpfile.h: Likewise.
5909 * dwarf2asm.c: Likewise.
5910 * dwarf2cfi.c: Likewise.
5911 * dwarf2out.c: Likewise.
5912 * emit-rtl.c: Likewise.
5913 * et-forest.c: Likewise.
5914 * except.c: Likewise.
5915 * explow.c: Likewise.
5916 * expmed.c: Likewise.
5918 * final.c: Likewise.
5919 * fixed-value.c: Likewise.
5920 * fold-const.c: Likewise.
5921 * function.c: Likewise.
5922 * fwprop.c: Likewise.
5923 * gcc-plugin.h: Likewise.
5925 * generic-match-head.c: Likewise.
5926 * ggc-page.c: Likewise.
5927 * gimple-builder.c: Likewise.
5928 * gimple-expr.c: Likewise.
5929 * gimple-fold.c: Likewise.
5930 * gimple-iterator.c: Likewise.
5931 * gimple-low.c: Likewise.
5932 * gimple-match-head.c: Likewise.
5933 * gimple-pretty-print.c: Likewise.
5934 * gimple-ssa-isolate-paths.c: Likewise.
5935 * gimple-ssa-strength-reduction.c: Likewise.
5936 * gimple-streamer-in.c: Likewise.
5937 * gimple-streamer-out.c: Likewise.
5938 * gimple-streamer.h: Likewise.
5939 * gimple-walk.c: Likewise.
5940 * gimple.c: Likewise.
5941 * gimplify-me.c: Likewise.
5942 * gimplify.c: Likewise.
5943 * godump.c: Likewise.
5944 * graph.c: Likewise.
5945 * graphite-blocking.c: Likewise.
5946 * graphite-dependences.c: Likewise.
5947 * graphite-interchange.c: Likewise.
5948 * graphite-isl-ast-to-gimple.c: Likewise.
5949 * graphite-optimize-isl.c: Likewise.
5950 * graphite-poly.c: Likewise.
5951 * graphite-scop-detection.c: Likewise.
5952 * graphite-sese-to-poly.c: Likewise.
5953 * graphite.c: Likewise.
5954 * haifa-sched.c: Likewise.
5955 * hw-doloop.c: Likewise.
5956 * ifcvt.c: Likewise.
5957 * init-regs.c: Likewise.
5958 * input.c: Likewise.
5959 * internal-fn.c: Likewise.
5960 * ipa-chkp.c: Likewise.
5961 * ipa-comdats.c: Likewise.
5962 * ipa-cp.c: Likewise.
5963 * ipa-devirt.c: Likewise.
5964 * ipa-icf-gimple.c: Likewise.
5965 * ipa-icf.c: Likewise.
5966 * ipa-inline-analysis.c: Likewise.
5967 * ipa-inline-transform.c: Likewise.
5968 * ipa-inline.c: Likewise.
5969 * ipa-polymorphic-call.c: Likewise.
5970 * ipa-profile.c: Likewise.
5971 * ipa-prop.c: Likewise.
5972 * ipa-pure-const.c: Likewise.
5973 * ipa-ref.c: Likewise.
5974 * ipa-reference.c: Likewise.
5975 * ipa-split.c: Likewise.
5976 * ipa-utils.c: Likewise.
5977 * ipa-visibility.c: Likewise.
5979 * ira-build.c: Likewise.
5980 * ira-color.c: Likewise.
5981 * ira-conflicts.c: Likewise.
5982 * ira-costs.c: Likewise.
5983 * ira-emit.c: Likewise.
5984 * ira-lives.c: Likewise.
5987 * langhooks.c: Likewise.
5989 * loop-doloop.c: Likewise.
5990 * loop-init.c: Likewise.
5991 * loop-invariant.c: Likewise.
5992 * loop-iv.c: Likewise.
5993 * loop-unroll.c: Likewise.
5994 * lower-subreg.c: Likewise.
5995 * lra-assigns.c: Likewise.
5996 * lra-coalesce.c: Likewise.
5997 * lra-constraints.c: Likewise.
5998 * lra-eliminations.c: Likewise.
5999 * lra-lives.c: Likewise.
6000 * lra-remat.c: Likewise.
6001 * lra-spills.c: Likewise.
6003 * lto-cgraph.c: Likewise.
6004 * lto-compress.c: Likewise.
6005 * lto-opts.c: Likewise.
6006 * lto-section-in.c: Likewise.
6007 * lto-section-out.c: Likewise.
6008 * lto-streamer-in.c: Likewise.
6009 * lto-streamer-out.c: Likewise.
6010 * lto-streamer.c: Likewise.
6012 * mode-switching.c: Likewise.
6013 * modulo-sched.c: Likewise.
6014 * omega.c: Likewise.
6015 * omp-low.c: Likewise.
6016 * optabs.c: Likewise.
6017 * opts-global.c: Likewise.
6019 * passes.c: Likewise.
6020 * plugin.c: Likewise.
6021 * postreload-gcse.c: Likewise.
6022 * postreload.c: Likewise.
6023 * predict.c: Likewise.
6024 * pretty-print.h: Likewise.
6025 * print-rtl.c: Likewise.
6026 * print-tree.c: Likewise.
6027 * profile.c: Likewise.
6029 * realmpfr.c: Likewise.
6030 * recog.c: Likewise.
6032 * reg-stack.c: Likewise.
6033 * regcprop.c: Likewise.
6034 * reginfo.c: Likewise.
6035 * regrename.c: Likewise.
6036 * regstat.c: Likewise.
6037 * reload.c: Likewise.
6038 * reload1.c: Likewise.
6039 * reorg.c: Likewise.
6040 * resource.c: Likewise.
6041 * rtl-chkp.c: Likewise.
6042 * rtl-error.c: Likewise.
6043 * rtlanal.c: Likewise.
6044 * rtlhooks.c: Likewise.
6045 * sanopt.c: Likewise.
6046 * sched-deps.c: Likewise.
6047 * sched-ebb.c: Likewise.
6048 * sched-rgn.c: Likewise.
6049 * sched-vis.c: Likewise.
6050 * sdbout.c: Likewise.
6051 * sel-sched-dump.c: Likewise.
6052 * sel-sched-ir.c: Likewise.
6053 * sel-sched.c: Likewise.
6055 * shrink-wrap.c: Likewise.
6056 * simplify-rtx.c: Likewise.
6057 * stack-ptr-mod.c: Likewise.
6058 * statistics.c: Likewise.
6060 * stor-layout.c: Likewise.
6061 * store-motion.c: Likewise.
6062 * streamer-hooks.c: Likewise.
6063 * stringpool.c: Likewise.
6064 * symtab.c: Likewise.
6065 * target-globals.c: Likewise.
6066 * targhooks.c: Likewise.
6067 * toplev.c: Likewise.
6068 * tracer.c: Likewise.
6069 * trans-mem.c: Likewise.
6070 * tree-affine.c: Likewise.
6071 * tree-browser.c: Likewise.
6072 * tree-call-cdce.c: Likewise.
6073 * tree-cfg.c: Likewise.
6074 * tree-cfgcleanup.c: Likewise.
6075 * tree-chkp-opt.c: Likewise.
6076 * tree-chkp.c: Likewise.
6077 * tree-chrec.c: Likewise.
6078 * tree-complex.c: Likewise.
6079 * tree-data-ref.c: Likewise.
6080 * tree-dfa.c: Likewise.
6081 * tree-diagnostic.c: Likewise.
6082 * tree-dump.c: Likewise.
6083 * tree-eh.c: Likewise.
6084 * tree-emutls.c: Likewise.
6085 * tree-if-conv.c: Likewise.
6086 * tree-inline.c: Likewise.
6087 * tree-into-ssa.c: Likewise.
6088 * tree-iterator.c: Likewise.
6089 * tree-loop-distribution.c: Likewise.
6090 * tree-nested.c: Likewise.
6091 * tree-nrv.c: Likewise.
6092 * tree-object-size.c: Likewise.
6093 * tree-outof-ssa.c: Likewise.
6094 * tree-parloops.c: Likewise.
6095 * tree-phinodes.c: Likewise.
6096 * tree-predcom.c: Likewise.
6097 * tree-pretty-print.c: Likewise.
6098 * tree-profile.c: Likewise.
6099 * tree-scalar-evolution.c: Likewise.
6100 * tree-sra.c: Likewise.
6101 * tree-ssa-address.c: Likewise.
6102 * tree-ssa-alias.c: Likewise.
6103 * tree-ssa-ccp.c: Likewise.
6104 * tree-ssa-coalesce.c: Likewise.
6105 * tree-ssa-copy.c: Likewise.
6106 * tree-ssa-copyrename.c: Likewise.
6107 * tree-ssa-dce.c: Likewise.
6108 * tree-ssa-dom.c: Likewise.
6109 * tree-ssa-dse.c: Likewise.
6110 * tree-ssa-forwprop.c: Likewise.
6111 * tree-ssa-ifcombine.c: Likewise.
6112 * tree-ssa-live.c: Likewise.
6113 * tree-ssa-loop-ch.c: Likewise.
6114 * tree-ssa-loop-im.c: Likewise.
6115 * tree-ssa-loop-ivcanon.c: Likewise.
6116 * tree-ssa-loop-ivopts.c: Likewise.
6117 * tree-ssa-loop-manip.c: Likewise.
6118 * tree-ssa-loop-niter.c: Likewise.
6119 * tree-ssa-loop-prefetch.c: Likewise.
6120 * tree-ssa-loop-unswitch.c: Likewise.
6121 * tree-ssa-loop.c: Likewise.
6122 * tree-ssa-math-opts.c: Likewise.
6123 * tree-ssa-operands.c: Likewise.
6124 * tree-ssa-phiopt.c: Likewise.
6125 * tree-ssa-phiprop.c: Likewise.
6126 * tree-ssa-pre.c: Likewise.
6127 * tree-ssa-propagate.c: Likewise.
6128 * tree-ssa-reassoc.c: Likewise.
6129 * tree-ssa-sccvn.c: Likewise.
6130 * tree-ssa-scopedtables.c: Likewise.
6131 * tree-ssa-sink.c: Likewise.
6132 * tree-ssa-strlen.c: Likewise.
6133 * tree-ssa-structalias.c: Likewise.
6134 * tree-ssa-tail-merge.c: Likewise.
6135 * tree-ssa-ter.c: Likewise.
6136 * tree-ssa-threadedge.c: Likewise.
6137 * tree-ssa-threadupdate.c: Likewise.
6138 * tree-ssa-uncprop.c: Likewise.
6139 * tree-ssa-uninit.c: Likewise.
6140 * tree-ssa.c: Likewise.
6141 * tree-ssanames.c: Likewise.
6142 * tree-stdarg.c: Likewise.
6143 * tree-streamer-in.c: Likewise.
6144 * tree-streamer-out.c: Likewise.
6145 * tree-streamer.c: Likewise.
6146 * tree-switch-conversion.c: Likewise.
6147 * tree-tailcall.c: Likewise.
6148 * tree-vect-data-refs.c: Likewise.
6149 * tree-vect-generic.c: Likewise.
6150 * tree-vect-loop-manip.c: Likewise.
6151 * tree-vect-loop.c: Likewise.
6152 * tree-vect-patterns.c: Likewise.
6153 * tree-vect-slp.c: Likewise.
6154 * tree-vect-stmts.c: Likewise.
6155 * tree-vectorizer.c: Likewise.
6156 * tree-vrp.c: Likewise.
6159 * ubsan.c: Likewise.
6160 * valtrack.c: Likewise.
6161 * value-prof.c: Likewise.
6162 * var-tracking.c: Likewise.
6163 * varasm.c: Likewise.
6164 * varpool.c: Likewise.
6165 * vmsdbgout.c: Likewise.
6166 * vtable-verify.c: Likewise.
6168 * wide-int.cc: Likewise.
6169 * xcoffout.c: Likewise.
6170 * common/common-target.h: Do not include input.h, line-map.h or is-a.h.
6171 * common/common-targhooks.c: Likewise.
6172 * config/aarch64/aarch64-builtins.c: Likewise.
6173 * config/aarch64/aarch64.c: Likewise.
6174 * config/alpha/alpha.c: Likewise.
6175 * config/arc/arc.c: Likewise.
6176 * config/arm/aarch-common.c: Likewise.
6177 * config/arm/arm-builtins.c: Likewise.
6178 * config/arm/arm-c.c: Likewise.
6179 * config/arm/arm.c: Likewise.
6180 * config/avr/avr-c.c: Likewise.
6181 * config/avr/avr-log.c: Likewise.
6182 * config/avr/avr.c: Likewise.
6183 * config/bfin/bfin.c: Likewise.
6184 * config/c6x/c6x.c: Likewise.
6185 * config/cr16/cr16.c: Likewise.
6186 * config/cris/cris.c: Likewise.
6187 * config/darwin-c.c: Likewise.
6188 * config/darwin.c: Likewise.
6189 * config/default-c.c: Likewise.
6190 * config/epiphany/epiphany.c: Likewise.
6191 * config/epiphany/mode-switch-use.c: Likewise.
6192 * config/epiphany/resolve-sw-modes.c: Likewise.
6193 * config/fr30/fr30.c: Likewise.
6194 * config/frv/frv.c: Likewise.
6195 * config/ft32/ft32.c: Likewise.
6196 * config/glibc-c.c: Likewise.
6197 * config/h8300/h8300.c: Likewise.
6198 * config/i386/i386-c.c: Likewise.
6199 * config/i386/i386.c: Likewise.
6200 * config/i386/msformat-c.c: Likewise.
6201 * config/i386/winnt-cxx.c: Likewise.
6202 * config/i386/winnt-stubs.c: Likewise.
6203 * config/i386/winnt.c: Likewise.
6204 * config/ia64/ia64-c.c: Likewise.
6205 * config/ia64/ia64.c: Likewise.
6206 * config/iq2000/iq2000.c: Likewise.
6207 * config/lm32/lm32.c: Likewise.
6208 * config/m32c/m32c-pragma.c: Likewise.
6209 * config/m32c/m32c.c: Likewise.
6210 * config/m32r/m32r.c: Likewise.
6211 * config/m68k/m68k.c: Likewise.
6212 * config/mcore/mcore.c: Likewise.
6213 * config/mep/mep-pragma.c: Likewise.
6214 * config/mep/mep.c: Likewise.
6215 * config/microblaze/microblaze-c.c: Likewise.
6216 * config/microblaze/microblaze.c: Likewise.
6217 * config/mips/mips.c: Likewise.
6218 * config/mmix/mmix.c: Likewise.
6219 * config/mn10300/mn10300.c: Likewise.
6220 * config/moxie/moxie.c: Likewise.
6221 * config/msp430/msp430-c.c: Likewise.
6222 * config/msp430/msp430.c: Likewise.
6223 * config/nds32/nds32-cost.c: Likewise.
6224 * config/nds32/nds32-fp-as-gp.c: Likewise.
6225 * config/nds32/nds32-intrinsic.c: Likewise.
6226 * config/nds32/nds32-isr.c: Likewise.
6227 * config/nds32/nds32-md-auxiliary.c: Likewise.
6228 * config/nds32/nds32-memory-manipulation.c: Likewise.
6229 * config/nds32/nds32-pipelines-auxiliary.c: Likewise.
6230 * config/nds32/nds32-predicates.c: Likewise.
6231 * config/nds32/nds32.c: Likewise.
6232 * config/nios2/nios2.c: Likewise.
6233 * config/nvptx/nvptx.c: Likewise.
6234 * config/pa/pa.c: Likewise.
6235 * config/pdp11/pdp11.c: Likewise.
6236 * config/rl78/rl78-c.c: Likewise.
6237 * config/rl78/rl78.c: Likewise.
6238 * config/rs6000/rs6000-c.c: Likewise.
6239 * config/rs6000/rs6000.c: Likewise.
6240 * config/rx/rx.c: Likewise.
6241 * config/s390/s390-c.c: Likewise.
6242 * config/s390/s390.c: Likewise.
6243 * config/sh/sh-c.c: Likewise.
6244 * config/sh/sh-mem.cc: Likewise.
6245 * config/sh/sh.c: Likewise.
6246 * config/sh/sh_optimize_sett_clrt.cc: Likewise.
6247 * config/sh/sh_treg_combine.cc: Likewise.
6248 * config/sol2-c.c: Likewise.
6249 * config/sol2-cxx.c: Likewise.
6250 * config/sol2-stubs.c: Likewise.
6251 * config/sol2.c: Likewise.
6252 * config/sparc/sparc-c.c: Likewise.
6253 * config/sparc/sparc.c: Likewise.
6254 * config/spu/spu-c.c: Likewise.
6255 * config/spu/spu.c: Likewise.
6256 * config/stormy16/stormy16.c: Likewise.
6257 * config/tilegx/mul-tables.c: Likewise.
6258 * config/tilegx/tilegx-c.c: Likewise.
6259 * config/tilegx/tilegx.c: Likewise.
6260 * config/tilepro/mul-tables.c: Likewise.
6261 * config/tilepro/tilepro-c.c: Likewise.
6262 * config/tilepro/tilepro.c: Likewise.
6263 * config/v850/v850-c.c: Likewise.
6264 * config/v850/v850.c: Likewise.
6265 * config/vax/vax.c: Likewise.
6266 * config/visium/visium.c: Likewise.
6267 * config/vms/vms-c.c: Likewise.
6268 * config/vms/vms.c: Likewise.
6269 * config/vxworks.c: Likewise.
6270 * config/winnt-c.c: Likewise.
6271 * config/xtensa/xtensa.c: Likewise.
6273 2015-06-17 Robert Suchanek <robert.suchanek@imgtec.com>
6275 * config/mips/mips.c (mips_ira_change_pseudo_allocno_class): New
6277 (TARGET_IRA_CHANGE_PSEUDO_ALLOCNO_CLASS): Define macro.
6279 2015-06-17 Richard Biener <rguenther@suse.de>
6281 PR tree-optimization/66251
6282 * tree-vect-stmts.c (vectorizable_store): Fix gathering of vectorized
6283 stmts for SLP strided stores.
6286 2015-05-22 Richard Biener <rguenther@suse.de>
6288 PR tree-optimization/66251
6289 * tree-vect-stmts.c (vectorizable_conversion): Properly
6290 set STMT_VINFO_VEC_STMT even for the SLP case.
6292 2015-05-26 Michael Matz <matz@suse.de>
6295 * tree-vect-stmts.c (vect_create_vectorized_demotion_stmts): Always set
6296 STMT_VINFO_VEC_STMT, also with SLP.
6298 2015-06-16 Uros Bizjak <ubizjak@gmail.com>
6301 * config/i386/sse.md (*avx_addsubv4df3_1): New insn pattern.
6302 (*avx_addsubv4df3_1s): Ditto.
6303 (*sse3_addsubv2df3_1): Ditto.
6304 (*sse3_addsubv2df3_1s): Ditto.
6305 (*avx_addsubv8sf3_1): Ditto.
6306 (*avx_addsubv8sf3_1s): Ditto.
6307 (*sse3_addsubv4sf3_1): Ditto.
6308 (*sse3_addsubv4sf3_1s): Ditto.
6310 2015-06-16 Steve Ellcey <sellcey@imgtec.com>
6312 * config/mips/mti-linux.h (MIPS_SYSVERSION_SPEC): New.
6313 (SYSROOT_SUFFIX_SPEC): Update.
6314 (SYSROOT_HEADERS_SUFFIX_SPEC): New.
6315 (STARTFILE_PREFIX_SPEC): Update.
6316 * config/mips/t-mti-linux (MULTILIB_EXCEPTIONS): Remove.
6317 (MULTILIB_REQUIRED): New.
6318 (MULTILIB_OSDIRNAMES): New.
6319 * config/mips/t-img-linux (MULTILIB_EXCEPTIONS): Remove.
6320 (MULTILIB_REQUIRED): New.
6321 (MULTILIB_OSDIRNAMES): New.
6323 2015-06-16 Matthew Wahab <matthew.wahab@arm.com>
6325 * config/aarch64/aarch64-arches.def: Add "armv8.1-a".
6326 * config/aarch64/aarch64-options-extensions.def: Update "fP",
6327 "simd" and "crypto". Add "lse", "pan", "lor" and "rdma".
6328 * gcc/config/aarch64/aarch64.h (AARCH64_FL_LSE): New.
6329 (AARCH64_FL_PAN): New.
6330 (AARCH64_FL_LOR): New.
6331 (AARCH64_FL_RDMA): New.
6332 (AARCH64_FL_FOR_ARCH8_1): New.
6333 * doc/invoke.texi (AArch64 Options): Add "armv8.1-a" to
6334 -march. Add "lse", "pan", "lor", "rdma" to feature modifiers.
6336 2015-06-16 Martin Liska <mliska@suse.cz>
6338 * bitmap.c (dump_bitmap_statistics): Fix GNU coding style.
6339 * hash-table.c (void dump_hash_table_loc_statistics): Add missing
6342 2015-06-16 Richard Biener <rguenther@suse.de>
6344 * tree-vect-stmts.c (vectorizable_store): Adjust.
6345 (vectorizable_load): Likewise.
6346 * tree-vect-data-refs.c (vect_create_addr_base_for_vector_ref):
6348 (vect_create_data_ref_ptr): Likewise.
6349 (bump_vector_ptr): Adjust.
6351 2015-06-16 Richard Biener <rguenther@suse.de>
6353 * tree-vect-stmts.c (vectorizable_load): Properly start loads
6354 with the first element if this is grouped loads.
6356 2015-06-16 James Greenhalgh <james.greenhalgh@arm.com>
6358 * config/arm/arm-protos.h (struct tune_params): Rename
6359 log_op_non_sc to log_op_non_short_circuit, and rename enum
6360 values to expand SC to SHORT_CIRCUIT.
6361 * config/arm/arm.c (arm_slowmul_tune): Expand LOG_OP_NON_SC
6362 to LOG_OP_NON_SHORT_CIRCUIT.
6363 (arm_fastmul_tune):Likewise
6364 (arm_strongarm_tune): Likewise.
6365 (arm_xscale_tune): Likewise.
6366 (arm_9e_tune): Likewise.
6367 (arm_marvell_pj4_tune): Likewise.
6368 (arm_v6t2_tune): Likewise.
6369 (arm_cortex_tune): Likewise.
6370 (arm_cortex_a8_tune): Likewise.
6371 (arm_cortex_a7_tune): Likewise.
6372 (arm_cortex_a15_tune): Likewise.
6373 (arm_cortex_a53_tune): Likewise.
6374 (arm_cortex_a57_tune): Likewise.
6375 (arm_xgene1_tune): Likewise.
6376 (arm_cortex_a5_tune): Likewise.
6377 (arm_cortex_a9_tune): Likewise.
6378 (arm_cortex_a12_tune): Likewise.
6379 (arm_v7m_tune): Likewise.
6380 (arm_cortex_m7_tune): Likewise.
6381 (arm_v6m_tune): Likewise.
6382 (arm_fa726te_tune): Likewise.
6384 2015-06-15 David Edelsohn <dje.gcc@gmail.com>
6386 * altivec.md: Delete UNSPEC_VMLADDUHM.
6387 (mulv4si3_p8): New pattern.
6388 (mulv4si3): Use it for POWER8.
6389 (mulv8hi3): Use vmladduhm with zero addend.
6390 (altivec_vmladduhm): Descriptive RTL.
6392 2015-06-15 Jim Wilson <jim.wilson@linaro.org>
6394 * config/aarch64/aarch64.md (mov<mode>_aarch64): Change alternative 2
6395 to use neon_move instead of mov_imm.
6396 (movdi_aarch64): Change alternative 14 to use neon_move not fmov.
6397 (movtf_aarch64): Change alternative 4 to use neon_move_q not fconstd.
6399 * config/aarch64/aarch64.c (aarch64_valid_floating_const): Move
6400 aarch64_float_const_zero_rtx_p check before TFmode check.
6401 * config/aarch64/aarch64.md (movtf): Don't call force_reg if op1 is
6403 (movtf_aarch64): Separate ?rY alternative into two. Adjust assembly
6404 code and attributes to match. Change condition from register_operand
6405 to aarch64_reg_or_fp_zero for op1. Change type for ldp from
6406 neon_load1_2reg to load2. Change type for stp from neon_store1_2reg
6409 2015-06-15 Aldy Hernandez <aldyh@redhat.com>
6412 * dwarf2out.c (gen_subprogram_die): Do not check a parent's tag if
6415 2015-06-14 Shiva Chen <shiva0217@gmail.com>
6417 * aarch64.c (aarch64_simd_lane_bounds): Change %ld to %wd for
6418 HOST_WIDE_INT parameter.
6420 2015-06-14 Jan Hubicka <hubicka@ucw.cz>
6423 * lto-streamer-out.c (hash_tree): Do not hash TYPE_NO_FORCE_BLK.
6424 * tree-streamer-out.c (pack_ts_type_common_value_fields): Do not stream
6426 * tree-streamer-in.c (unpack_ts_type_common_value_fields): Likewise.
6428 2015-06-14 Richard Sandiford <richard.sandiford@arm.com>
6430 * rtl.h (classify_insn): Declare.
6431 * emit-rtl.c (classify_insn): Move to...
6432 * rtl.c: ...here and add generator support.
6433 * gensupport.h (get_emit_function, needs_barrier_p): Declare.
6434 * gensupport.c (get_emit_function, needs_barrier_p): New functions.
6435 * genemit.c (gen_emit_seq): New function.
6436 (gen_expand, gen_split): Use it.
6438 2015-06-13 Patrick Palka <ppalka@gcc.gnu.org>
6440 * tree.c (make_vector_stat): Fix comment to state that the
6441 function returns a VECTOR_CST.
6443 2015-06-13 Richard Sandiford <richard.sandiford@arm.com>
6445 * gensupport.h (add_implicit_parallel): Declare.
6446 * genrecog.c (add_implicit_parallel): Move to...
6447 * gensupport.c (add_implicit_parallel): ...here.
6448 (process_one_cond_exec): Use it.
6449 * genemit.c (gen_insn): Likewise.
6451 2015-06-13 Iain Sandoe <iain@codesourcery.com>
6454 * passes.c (rest_of_decl_compilation): Do not register globals for
6455 early debug if they are declared in built-ins.
6457 2015-06-12 Aldy Hernandez <aldyh@redhat.com>
6459 * dwarf2out.c (check_die): Protect with ENABLE_CHECKING.
6461 2015-06-12 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
6463 * ifcvt.c (noce_try_store_flag_constants): Use std::swap instead of
6465 (noce_try_cmove_arith): Likewise.
6466 (noce_get_alt_condition): Likewise.
6468 2015-06-12 Venkataramanan Kumar <venkataramanan.kumar@amd.com>
6470 * common/config/i386/i386-common.c
6471 (OPTION_MASK_ISA_MWAITX_SET): New.
6472 (ix86_handle_option): Handle mwaitx.
6473 * config.gcc (i[34567]86-*-*): Add mwaitxintrin.h,
6474 (x86_64-*-*): Likewise.
6475 * config/i386/mwaitxintrin.h: New header.
6476 * config/i386/cpuid.h (bit_MWAITX): Define.
6477 * config/i386/driver-i386.c (host_detect_local_cpu): Detect
6479 * config/i386/i386.opt (mwaitx): New.
6480 * config/i386/i386-builtin-types.def
6481 (VOID_FTYPE_UNSIGNED_ UNSIGNED_UNSIGNED): New function type.
6482 * config/i386/i386-c.c: Define __MWAITX__ if needed.
6483 * config/i386/i386.c (ix86_target_string): Define -mmwaitx option.
6485 (ix86_option_override_internal): Handle new option.
6486 (processor_alias_table): Added PTA_MWAITX.
6487 (ix86_valid_target_attribute_inner_p): Add OPT_mmwaitx.
6488 (ix86_builtins): Add IX86_BUILTIN_MWAITX, IX86_BUILTIN_MONITORX.
6489 (ix86_expand_builtin): Handle IX86_BUILTIN_MWAITX and
6490 IX86_BUILTIN_MONITORX built-ins.
6491 * config/i386/i386.h (TARGET_MWAITX): New.
6492 * config/i386/i386.md (unspecv): Add UNSPEC_MWAITX and
6494 (mwaitx): New pattern.
6495 (monitorx_<mode>): New pattern.
6496 * config/i386/x86intrin.h: Include mwaitxintrin.h.
6497 * doc/extend.texi: Document monitorx and mwaitx builtins.
6498 * doc/invoke.texi: Document -mmwaitx option.
6500 2015-06-12 Uros Bizjak <ubizjak@gmail.com>
6502 * emit-rtl.c (need_atomic_barrier_p): Mask model with
6503 MEMMODEL_BASE_MASK. Remove MEMMODEL_SYNC_* cases.
6505 2015-06-11 David Edelsohn <dje.gcc@gmail.com>
6507 * dbxout.c (xcoff_debug_hooks): Provide a function for
6508 register_main_translation_unit hook.
6510 2015-06-11 David Edelsohn <dje.gcc@gmail.com>
6512 * config/rs6000/rs6000.c (rs6000_pre_atomic_barrier): Remove SYNC
6513 variants cases from switch.
6514 (rs6000_post_atomic_barrier): Same.
6515 (rs6000_expand_atomic_compare_and_swap): Use memmodel_base.
6516 (rs6000_expand_atomic_exchange): Same.
6517 (rs6000_expand_atomic_op): Same.
6518 * config/rs6000/sync.md (mem_thread_fence): Use memodel_base. Remove
6519 SYNC variants cases from switch.
6520 (atomic_load): Same.
6521 (atomic_store): Same.
6523 2015-06-11 John David Anglin <danglin@gcc.gnu.org>
6525 * config/pa/pa.c (pa_output_global_address): Handle LABEL_REF plus
6528 2015-06-11 Aldy Hernandez <aldyh@redhat.com>
6531 * dwarf2out.c (check_die): Check for common duplicate attributes.
6532 (add_location_or_const_value_attribute): Do not add duplicate
6534 (gen_formal_parameter_die): Do not add DW_AT_artificial the second
6536 (gen_struct_or_union_type_die): Bail early if TREE_ASM_WRITTEN.
6537 (gen_type_die_with_usage): Call check_die.
6538 (dwarf2out_decl): Only call check_die() when ENABLE_CHECKING.
6540 2015-06-11 Jason Merrill <jason@redhat.com>
6542 * dwarf2out.c (prune_unused_types): Handle unused top-level limbo
6545 2015-06-11 Marek Polacek <polacek@redhat.com>
6547 * match.pd ((x & y) ^ (x | y)): Don't check for single_use.
6549 2015-06-11 Eric Botcazou <ebotcazou@adacore.com>
6552 * config/sparc/sparc.c (hard_regno_mode_classes): Add ??? comment.
6553 * config/sparc/sparc.md (zero_extendsidi2_insn_sp32): Use single order.
6554 (*addx_extend_sp32): Fix pasto.
6555 (*subx_extend): Rename into...
6556 (*subx_extend_sp32): ...this.
6557 (*adddi3_extend_sp32): Add earlyclobber.
6558 (*subdi3_insn_sp32): Likewise.
6559 (*subdi3_extend_sp32): Likewise.
6560 (*and_not_di_sp32): Likewise.
6561 (*or_not_di_sp32): Likewise.
6562 (*xor_not_di_sp32): Likewise.
6563 (*negdi2_sp32): Likewise.
6564 (*one_cmpldi2_sp32): Likewise.
6566 2015-06-11 Pierre-Marie de Rodat <derodat@adacore.com>
6568 * debug.h (struct gcc_debug_hooks): Add a
6569 register_main_translation_unit hook.
6570 * debug.c (do_nothing_debug_hooks): Provide a function for this
6572 * dbxout.c (dbx_debug_hooks): Likewise.
6573 * sdbout.c (sdb_debug_hooks): Likewise.
6574 * vmsdbgout.c (vmsdbg_debug_hooks): Likewise.
6575 * dwarf2out.c (main_translation_unit): New global variable.
6576 (dwarf2out_register_main_translation_unit): New function
6577 implementing the new hook.
6578 (dwarf2_debug_hooks): Assign
6579 dwarf2out_register_main_translation_unit to this new hook.
6580 (dwarf2out_init): Associate any main translation unit to
6583 2015-06-11 Marek Polacek <polacek@redhat.com>
6585 * match.pd ((x & y) ^ (x | y) -> x ^ y): New pattern.
6587 2015-06-11 Marek Polacek <polacek@redhat.com>
6589 * match.pd: Use single_use throughout.
6591 2015-06-11 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
6593 * config/arm/arm.c (arm_option_params_internal): When optimising
6594 for speed set max_insns_skipped when arm_restrict_it.
6596 2015-06-11 Christian Bruel <christian.bruel@st.com>
6599 * config/arm/arm-c.c (arm_cpu_cpp_builtins): Conditionally define
6601 (arm_cpu_builtins): New function.
6602 (arm_pragma_target_parse): Call arm_cpu_builtins.
6603 * config/arm/arm-protos.h (arm_cpu_builtins): Declare.
6604 (arm_register_target_pragmas): Likewise.
6605 * config/arm/arm.h (REGISTER_TARGET_PRAGMAS):
6606 Call arm_register_target_pragmas.
6607 * config/arm/arm-c.c (arm_register_target_pragmas): New function.
6608 (arm_pragma_target_parse): Likewise.
6610 2015-06-10 Kaz Kojima <kkojima@gcc.gnu.org>
6612 * config/sh/sh.md (tstsi_t): Add '?' modifier to 'r' alternative
6613 of the second operand.
6615 2015-06-10 Uros Bizjak <ubizjak@gmail.com>
6618 * config/i386/i386.c (ix86_expand_vector_set): Use gen_int_mode
6619 to prepare mask operand for AVX512 modes.
6621 2015-06-10 Michael Meissner <meissner@linux.vnet.ibm.com>
6624 * doc/md.texi (Machine Constraints): Document that on the PowerPC
6625 if you use a constraint that targets a VSX register, you must use
6626 %x<n> in the template.
6628 2015-06-10 Max Filippov <jcmvbkbc@gmail.com>
6630 * config/xtensa/xtensa.h (TARGET_DEBUG): New definition.
6631 * config/xtensa/xtensa.md (define_attr "type"): New type "trap".
6632 (define_insn "trap"): New definition.
6634 2015-06-10 Richard Biener <rguenther@suse.de>
6636 * tree-vect-slp.c (vect_attempt_slp_rearrange_stmts): Split
6638 (vect_supported_load_permutation_p): ... here. Handle
6639 supportable permutations in reductions.
6640 * tree-vect-stmts.c (vectorizable_load): Handle SLP permutations
6641 for vectorizing strided group loads.
6643 2015-06-10 Jakub Jelinek <jakub@redhat.com>
6646 * config/i386/i386.c (ix86_split_long_move): For collisions
6647 involving direct tls segment refs, move the UNSPEC_TP possibly
6648 wrapped in ZERO_EXTEND out of the address for lea, to each of
6651 2015-06-10 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
6653 * config/arm/sync.md (*memory_barrier): Use dmb ish instead of
6654 dmb sy. Adjust tabs.
6656 2015-06-10 Tom de Vries <tom@codesourcery.com>
6658 * omp-low.c (expand_omp_target): Remove duplicate declaration of node.
6660 2015-06-10 Martin Liska <mliska@suse.cz>
6663 * mem-stats-traits.h (enum mem_alloc_origin): Add _ORIGIN suffix for
6664 all enum values in mem_alloc_origin.
6665 * alloc-pool.c (dump_alloc_pool_statistics): Use newly changed enum
6667 * alloc-pool.h (pool_allocator::pool_allocator): Likewise.
6668 * bitmap.c (bitmap_register): Likewise.
6669 (dump_bitmap_statistics): Likewise.
6670 * ggc-common.c (dump_ggc_loc_statistics): Likewise.
6671 (ggc_record_overhead): Likewise.
6672 * hash-map.h: Likewise.
6673 * hash-set.h: Likewise.
6674 * hash-table.c (void dump_hash_table_loc_statistics): Likewise.
6675 * hash-table.h: Likewise.
6676 * vec.c (vec_prefix::register_overhead): Likewise.
6677 (vec_prefix::release_overhead): Likewise.
6678 (dump_vec_loc_statistics): Likewise.
6680 2015-06-09 Christian Bruel <christian.bruel@st.com>
6683 * config/arm/arm.opt (THUMB, arm_restrict_it, inline_asm_unified): Save.
6684 * config/arm/arm-protos.h (arm_valid_target_attribute_tree): Declare.
6685 (arm_reset_previous_fndecl, arm_change_mode_p): Likewise.
6686 * config/arm/arm.h (SWITCHABLE_TARGET): Define.
6687 * config/arm/arm.c (arm_reset_previous_fndecl): New functions.
6688 (arm_valid_target_attribute_tree, arm_change_mode_p): Likewise.
6689 (arm_valid_target_attribute_p): Likewise.
6690 (arm_set_current_function, arm_can_inline_p): Likewise.
6691 (arm_valid_target_attribute_rec): Likewise.
6692 (arm_previous_fndecl): New variable.
6693 (TARGET_SET_CURRENT_FUNCTION, TARGET_OPTION_VALID_ATTRIBUTE_P): Define.
6694 (TARGET_CAN_INLINE_P): Define.
6695 (arm_asm_trampoline_template): Emit mode.
6696 (arm_file_start): Don't set unified syntax.
6697 (arm_declare_function_name): Set unified syntax and mode.
6698 (arm_option_override): Init target_option_default_node.
6699 and target_option_current_node.
6700 * config/arm/arm.md (*call_value_symbol): Set mode when possible.
6701 (*call_symbol): Likewise.
6702 * doc/extend.texi: Document ARM/Thumb target attribute.
6703 * doc/invoke.texi: Likewise.
6705 2015-06-09 Alexandre Oliva <aoliva@redhat.com>
6708 2015-06-09 Alexandre Oliva <aoliva@redhat.com>
6709 PR rtl-optimization/64164
6710 * Makefile.in (OBJS): Drop tree-ssa-copyrename.o.
6711 * tree-ssa-copyrename.c: Removed.
6712 * opts.c (default_options_table): Drop -ftree-copyrename. Add
6713 -ftree-coalesce-vars.
6714 * passes.def: Drop all occurrences of pass_rename_ssa_copies.
6715 * common.opt (ftree-copyrename): Ignore.
6716 (ftree-coalesce-inlined-vars): Likewise.
6717 * doc/invoke.texi: Remove the ignored options above.
6718 * gimple-expr.h (gimple_can_coalesce_p): Move declaration
6719 * tree-ssa-coalesce.h: ... here.
6720 * tree-ssa-uncprop.c: Include tree-ssa-coalesce.h and other
6721 headers required by it.
6722 * gimple-expr.c (gimple_can_coalesce_p): Allow coalescing
6723 across variables when flag_tree_coalesce_vars. Check register
6724 use and promoted modes to allow coalescing. Moved to
6725 tree-ssa-coalesce.c.
6726 * tree-ssa-live.c (struct tree_int_map_hasher): Move along
6727 with its member functions to tree-ssa-coalesce.c.
6728 (var_map_base_init): Likewise. Renamed to
6729 compute_samebase_partition_bases.
6730 (partition_view_normal): Drop want_bases parameter.
6731 (partition_view_bitmap): Likewise.
6732 * tree-ssa-live.h: Adjust declarations.
6733 * tree-ssa-coalesce.c: Include explow.h.
6734 (build_ssa_conflict_graph): Process PARM_ and RESULT_DECLs's
6735 default defs at the entry point.
6736 (dump_part_var_map): New.
6737 (compute_optimized_partition_bases): New, called by...
6738 (coalesce_ssa_name): ... when flag_tree_coalesce_vars, instead
6739 of compute_samebase_partition_bases. Adjust.
6740 * alias.c (nonoverlapping_memrefs_p): Disregard gimple-regs.
6741 * cfgexpand.c (leader_merge): New.
6742 (get_rtl_for_parm_ssa_default_def): New.
6743 (set_rtl): Merge exprs and attrs, even for MEMs and non-SSA
6744 vars. Update DECL_RTL for PARM_DECLs and RESULT_DECLs too.
6745 (expand_one_stack_var_at): Handle anonymous SSA_NAMEs. Drop
6746 redundant MEM attr setting.
6747 (expand_one_stack_var_1): Handle anonymous SSA_NAMEs. Renamed
6749 (expand_one_stack_var): ... this. New wrapper to check and
6750 skip already expanded SSA partitions.
6751 (record_alignment_for_reg_var): New, factored out of...
6752 (expand_one_var): ... this.
6753 (expand_one_ssa_partition): New.
6754 (adjust_one_expanded_partition_var): New.
6755 (expand_one_register_var): Check and skip already expanded SSA
6757 (expand_used_vars): Don't create DECLs for anonymous SSA
6758 names. Expand all SSA partitions, then adjust all SSA names.
6759 (pass::execute): Replace the loops that set
6760 SA.partition_to_pseudo from partition leaders and cleared
6761 DECL_RTL for multi-location variables, and that which used to
6762 rename vars and set attrs, with one that clears DECL_RTL and
6763 checks that PARMs and RESULTs default_defs match DECL_RTL.
6764 * cfgexpand.h (get_rtl_for_parm_ssa_default_def): Declare.
6765 * emit-rtl.c (set_reg_attrs_for_parm): Handle NULL decl.
6766 * explow.c (promote_ssa_mode): New.
6767 * explow.h (promote_ssa_mode): Declare.
6768 * expr.c (expand_expr_real_1): Handle anonymous SSA_NAMEs.
6769 * function.c: Include cfgexpand.h.
6770 (use_register_for_decl): Handle SSA_NAMEs, anonymous or not.
6771 (use_register_for_parm_decl): Wrapper for the above to
6772 special-case the result_ptr.
6773 (rtl_for_parm): Ditto for get_rtl_for_parm_ssa_default_def.
6774 (maybe_reset_rtl_for_parm): Reset DECL_RTL of parms with
6776 (assign_parm_adjust_stack_rtl): Add all and parm arguments,
6777 for rtl_for_parm. For SSA-assigned parms, zero stack_parm.
6778 (assign_parm_setup_block): Prefer SSA-assigned location.
6779 (assign_parm_setup_reg): Likewise. Use entry_parm for equiv
6780 if stack_parm is NULL.
6781 (assign_parm_setup_stack): Prefer SSA-assigned location.
6782 (assign_parms): Maybe reset DECL_RTL of params. Adjust stack
6783 rtl before testing for pointer bounds. Special-case result_ptr.
6784 (expand_function_start): Maybe reset DECL_RTL of result.
6785 Prefer SSA-assigned location for result and static chain.
6786 Factor out DECL_RESULT and SET_DECL_RTL.
6787 * tree-outof-ssa.c (insert_value_copy_on_edge): Handle
6788 anonymous SSA names. Use promote_ssa_mode.
6789 (get_temp_reg): Likewise.
6790 (remove_ssa_form): Adjust.
6791 * var-tracking.c (dataflow_set_clear_at_call): Take call_insn
6792 and get its reg_usage for reg invalidation.
6793 (compute_bb_dataflow): Pass it insn.
6794 (emit_notes_in_bb): Likewise.
6795 * tree-ssa-loop-niter.c (loop_exits_before_overflow): Don't
6796 fail assert on conversion between unsigned types.
6798 2015-06-09 Tom de Vries <tom@codesourcery.com>
6800 PR tree-optimization/65460
6801 * omp-low.c (expand_omp_target): Set parallelized_function on
6802 cgraph_node for child_fn.
6804 2015-06-09 Tom de Vries <tom@codesourcery.com>
6806 * omp-low.c (finalize_task_copyfn, expand_omp_taskreg): Mark function
6807 parallelized_function before add_new_function.
6809 2015-06-09 Andrew MacLeod <amacleod@redhat.com>
6811 * gcc-plugin.h: Move decls to plugin.h and include it.
6812 * plugin.h: Relocate decls from gcc-plugin.h
6813 * ggc-page.c: Include required header files.
6814 * passes.c: Likewise.
6815 * cgraphunit.c: Likewise.
6817 2015-06-09 Tom de Vries <tom@codesourcery.com>
6819 * tree-stdarg.c (expand_ifn_va_arg_1): Handle location.
6821 2015-06-09 Jason Merrill <jason@redhat.com>
6824 * toplev.c (check_global_declaration): Don't warn about a clone.
6826 2015-06-09 Marek Polacek <polacek@redhat.com>
6828 PR tree-optimization/66299
6829 * match.pd ((CST1 << A) == CST2 -> A == ctz (CST2) - ctz (CST1)
6830 ((CST1 << A) != CST2 -> A != ctz (CST2) - ctz (CST1)): New
6833 2015-06-09 Richard Biener <rguenther@suse.de>
6835 * tree-vect-slp.c (vect_build_slp_tree_1): Remove bailout on gaps.
6836 (vect_analyze_slp_instance): Instead do not falsely drop
6839 2015-06-09 Richard Biener <rguenther@suse.de>
6842 * match.pd: Handle A % (unsigned)(1 << B).
6844 2015-06-09 Aldy Hernandez <aldyh@redhat.com>
6846 * varasm.c (output_object_block_htab): Remove.
6847 (output_object_block_compare): New.
6848 (output_object_blocks): Sort named object_blocks before outputting
6851 2015-06-09 Richard Biener <rguenther@suse.de>
6853 PR tree-optimization/66419
6854 * tree-vect-slp.c (vect_supported_load_permutation_p): Properly
6855 consider GROUP_GAP when detecting a perfect subchain.
6857 2015-06-09 Nick Clifton <nickc@redhat.com>
6859 * config/rl78/rl78.c (rl78_select_section): When -mes0 is active
6860 place read only data in the .frodata section.
6862 2015-06-09 Shiva Chen <shiva0217@gmail.com>
6864 * sync.md (atomic_load<mode>): Add conditional code for lda/ldr
6865 (atomic_store<mode>): Likewise.
6867 2015-06-09 Richard Biener <rguenther@suse.de>
6869 * cfgloop.c (get_loop_body_in_bfs_order): Fix assert.
6871 2015-06-09 Richard Biener <rguenther@suse.de>
6874 * tree-inline.c (insert_init_debug_bind): Unshare value.
6876 2015-06-09 Richard Biener <rguenther@suse.de>
6878 PR tree-optimization/66396
6879 * graphite-isl-ast-to-gimple.c (graphite_regenerate_ast_isl):
6880 Rename virtual operands.
6882 2015-06-09 Tom de Vries <tom@codesourcery.com>
6884 * gimple-iterator.h (gimple_seq_nondebug_singleton_p): Don't
6885 always return false.
6887 2015-06-09 Alexandre Oliva <aoliva@redhat.com>
6889 PR rtl-optimization/64164
6890 * Makefile.in (OBJS): Drop tree-ssa-copyrename.o.
6891 * tree-ssa-copyrename.c: Removed.
6892 * opts.c (default_options_table): Drop -ftree-copyrename. Add
6893 -ftree-coalesce-vars.
6894 * passes.def: Drop all occurrences of pass_rename_ssa_copies.
6895 * common.opt (ftree-copyrename): Ignore.
6896 (ftree-coalesce-inlined-vars): Likewise.
6897 * doc/invoke.texi: Remove the ignored options above.
6898 * gimple-expr.h (gimple_can_coalesce_p): Move declaration
6899 * tree-ssa-coalesce.h: ... here.
6900 * tree-ssa-uncprop.c: Include tree-ssa-coalesce.h and other
6901 headers required by it.
6902 * gimple-expr.c (gimple_can_coalesce_p): Allow coalescing
6903 across variables when flag_tree_coalesce_vars. Check register
6904 use and promoted modes to allow coalescing. Moved to
6905 tree-ssa-coalesce.c.
6906 * tree-ssa-live.c (struct tree_int_map_hasher): Move along
6907 with its member functions to tree-ssa-coalesce.c.
6908 (var_map_base_init): Likewise. Renamed to
6909 compute_samebase_partition_bases.
6910 (partition_view_normal): Drop want_bases parameter.
6911 (partition_view_bitmap): Likewise.
6912 * tree-ssa-live.h: Adjust declarations.
6913 * tree-ssa-coalesce.c: Include explow.h.
6914 (build_ssa_conflict_graph): Process PARM_ and RESULT_DECLs's
6915 default defs at the entry point.
6916 (dump_part_var_map): New.
6917 (compute_optimized_partition_bases): New, called by...
6918 (coalesce_ssa_name): ... when flag_tree_coalesce_vars, instead
6919 of compute_samebase_partition_bases. Adjust.
6920 * alias.c (nonoverlapping_memrefs_p): Disregard gimple-regs.
6921 * cfgexpand.c (leader_merge): New.
6922 (get_rtl_for_parm_ssa_default_def): New.
6923 (set_rtl): Merge exprs and attrs, even for MEMs and non-SSA
6924 vars. Update DECL_RTL for PARM_DECLs and RESULT_DECLs too.
6925 (expand_one_stack_var_at): Handle anonymous SSA_NAMEs. Drop
6926 redundant MEM attr setting.
6927 (expand_one_stack_var_1): Handle anonymous SSA_NAMEs. Renamed
6929 (expand_one_stack_var): ... this. New wrapper to check and
6930 skip already expanded SSA partitions.
6931 (record_alignment_for_reg_var): New, factored out of...
6932 (expand_one_var): ... this.
6933 (expand_one_ssa_partition): New.
6934 (adjust_one_expanded_partition_var): New.
6935 (expand_one_register_var): Check and skip already expanded SSA
6937 (expand_used_vars): Don't create DECLs for anonymous SSA
6938 names. Expand all SSA partitions, then adjust all SSA names.
6939 (pass::execute): Replace the loops that set
6940 SA.partition_to_pseudo from partition leaders and cleared
6941 DECL_RTL for multi-location variables, and that which used to
6942 rename vars and set attrs, with one that clears DECL_RTL and
6943 checks that PARMs and RESULTs default_defs match DECL_RTL.
6944 * cfgexpand.h (get_rtl_for_parm_ssa_default_def): Declare.
6945 * emit-rtl.c (set_reg_attrs_for_parm): Handle NULL decl.
6946 * explow.c (promote_ssa_mode): New.
6947 * explow.h (promote_ssa_mode): Declare.
6948 * expr.c (expand_expr_real_1): Handle anonymous SSA_NAMEs.
6949 * function.c: Include cfgexpand.h.
6950 (use_register_for_decl): Handle SSA_NAMEs, anonymous or not.
6951 (use_register_for_parm_decl): Wrapper for the above to
6952 special-case the result_ptr.
6953 (rtl_for_parm): Ditto for get_rtl_for_parm_ssa_default_def.
6954 (maybe_reset_rtl_for_parm): Reset DECL_RTL of parms with
6956 (assign_parm_adjust_stack_rtl): Add all and parm arguments,
6957 for rtl_for_parm. For SSA-assigned parms, zero stack_parm.
6958 (assign_parm_setup_block): Prefer SSA-assigned location.
6959 (assign_parm_setup_reg): Likewise. Use entry_parm for equiv
6960 if stack_parm is NULL.
6961 (assign_parm_setup_stack): Prefer SSA-assigned location.
6962 (assign_parms): Maybe reset DECL_RTL of params. Adjust stack
6963 rtl before testing for pointer bounds. Special-case result_ptr.
6964 (expand_function_start): Maybe reset DECL_RTL of result.
6965 Prefer SSA-assigned location for result and static chain.
6966 Factor out DECL_RESULT and SET_DECL_RTL.
6967 * tree-outof-ssa.c (insert_value_copy_on_edge): Handle
6968 anonymous SSA names. Use promote_ssa_mode.
6969 (get_temp_reg): Likewise.
6970 (remove_ssa_form): Adjust.
6971 * var-tracking.c (dataflow_set_clear_at_call): Take call_insn
6972 and get its reg_usage for reg invalidation.
6973 (compute_bb_dataflow): Pass it insn.
6974 (emit_notes_in_bb): Likewise.
6975 * tree-ssa-loop-niter.c (loop_exits_before_overflow): Don't
6976 fail assert on conversion between unsigned types.
6978 2015-06-09 Alexandre Oliva <aoliva@redhat.com>
6981 * tree-inline.c (reset_debug_binding): New.
6982 (reset_debug_bindings): Likewise.
6983 (expand_call_inline): Call it.
6985 2015-06-08 Jan Hubicka <hubicka@ucw.cz>
6987 * tree.c (gimple_canonical_types_compatible_p): Drop comparsion of
6990 2015-06-08 Jan Hubicka <hubicka@ucw.cz>
6992 * lto-streamer-out.c (lto_output_location): Stream
6993 reserved locations correctly.
6994 * lto-streamer-in.c (lto_output_location): Likewise.
6996 2015-06-08 Andrew MacLeod <amacleod@redhat.com>
6998 * coretypes.h: Include hash-table.h and hash-set.h for host files.
6999 * ggc.h: Don't include statistics.h>
7000 * hash-map.h: Remove all includes.
7001 * hash-set.h: Likewise.
7002 * hash-table.h: Add statistics.h, inchash.h and hash-map-traits.h to
7003 the include list. Remove <new>.
7004 * inchash.h: Remove all includes.
7005 * mem-stats.h: Likewise.
7006 * vec.h: No special processing for generators or ggc.
7007 * alias.c : Adjust include files.
7008 * alloc-pool.c : Likewise.
7009 * alloc-pool.h : Likewise.
7010 * asan.c : Likewise.
7011 * attribs.c : Likewise.
7012 * auto-inc-dec.c : Likewise.
7013 * auto-profile.c : Likewise.
7014 * bb-reorder.c : Likewise.
7015 * bitmap.c : Likewise.
7016 * bitmap.h : Likewise.
7017 * bt-load.c : Likewise.
7018 * builtins.c : Likewise.
7019 * caller-save.c : Likewise.
7020 * calls.c : Likewise.
7021 * ccmp.c : Likewise.
7023 * cfganal.c : Likewise.
7024 * cfgbuild.c : Likewise.
7025 * cfgcleanup.c : Likewise.
7026 * cfgexpand.c : Likewise.
7027 * cfghooks.c : Likewise.
7028 * cfgloop.c : Likewise.
7029 * cfgloop.h : Likewise.
7030 * cfgloopanal.c : Likewise.
7031 * cfgloopmanip.c : Likewise.
7032 * cfgrtl.c : Likewise.
7033 * cgraph.c : Likewise.
7034 * cgraphbuild.c : Likewise.
7035 * cgraphclones.c : Likewise.
7036 * cgraphunit.c : Likewise.
7037 * cilk-common.c : Likewise.
7038 * combine-stack-adj.c : Likewise.
7039 * combine.c : Likewise.
7040 * compare-elim.c : Likewise.
7041 * context.c : Likewise.
7042 * convert.c : Likewise.
7043 * coverage.c : Likewise.
7044 * cppbuiltin.c : Likewise.
7045 * cprop.c : Likewise.
7047 * cselib.c : Likewise.
7048 * data-streamer-in.c : Likewise.
7049 * data-streamer-out.c : Likewise.
7050 * data-streamer.c : Likewise.
7051 * data-streamer.h : Likewise.
7052 * dbxout.c : Likewise.
7055 * debug.c : Likewise.
7056 * df-core.c : Likewise.
7057 * df-problems.c : Likewise.
7058 * df-scan.c : Likewise.
7061 * dojump.c : Likewise.
7062 * dominance.c : Likewise.
7063 * domwalk.c : Likewise.
7064 * double-int.c : Likewise.
7066 * dumpfile.c : Likewise.
7067 * dwarf2asm.c : Likewise.
7068 * dwarf2cfi.c : Likewise.
7069 * dwarf2out.c : Likewise.
7070 * emit-rtl.c : Likewise.
7071 * et-forest.c : Likewise.
7072 * except.c : Likewise.
7073 * except.h : Likewise.
7074 * explow.c : Likewise.
7075 * expmed.c : Likewise.
7076 * expr.c : Likewise.
7077 * final.c : Likewise.
7078 * fixed-value.c : Likewise.
7079 * fold-const.c : Likewise.
7080 * function.c : Likewise.
7081 * fwprop.c : Likewise.
7082 * gcc-plugin.h : Likewise.
7084 * gcse-common.c : Likewise.
7085 * gcse.c : Likewise.
7086 * genattrtab.c : Likewise.
7087 * genautomata.c : Likewise.
7088 * genconditions.c : Likewise.
7089 * genemit.c : Likewise.
7090 * generic-match-head.c : Likewise.
7091 * genextract.c : Likewise.
7092 * gengtype-state.c : Likewise.
7093 * gengtype.c : Likewise.
7094 * genhooks.c : Likewise.
7095 * genmatch.c : Likewise.
7096 * genmodes.c : Likewise.
7097 * genrecog.c : Likewise.
7098 * gensupport.c : Likewise.
7099 * ggc-common.c : Likewise.
7100 * ggc-internal.h : Likewise.
7101 * ggc-none.c : Likewise.
7102 * ggc-page.c : Likewise.
7103 * gimple-builder.c : Likewise.
7104 * gimple-expr.c : Likewise.
7105 * gimple-fold.c : Likewise.
7106 * gimple-iterator.c : Likewise.
7107 * gimple-low.c : Likewise.
7108 * gimple-match-head.c : Likewise.
7109 * gimple-pretty-print.c : Likewise.
7110 * gimple-ssa-isolate-paths.c : Likewise.
7111 * gimple-ssa-strength-reduction.c : Likewise.
7112 * gimple-ssa.h : Likewise.
7113 * gimple-streamer-in.c : Likewise.
7114 * gimple-streamer-out.c : Likewise.
7115 * gimple-streamer.h : Likewise.
7116 * gimple-walk.c : Likewise.
7117 * gimple.c : Likewise.
7118 * gimplify-me.c : Likewise.
7119 * gimplify.c : Likewise.
7120 * godump.c : Likewise.
7121 * graph.c : Likewise.
7122 * graphds.c : Likewise.
7123 * graphite-blocking.c : Likewise.
7124 * graphite-dependences.c : Likewise.
7125 * graphite-interchange.c : Likewise.
7126 * graphite-isl-ast-to-gimple.c : Likewise.
7127 * graphite-optimize-isl.c : Likewise.
7128 * graphite-poly.c : Likewise.
7129 * graphite-scop-detection.c : Likewise.
7130 * graphite-sese-to-poly.c : Likewise.
7131 * graphite.c : Likewise.
7132 * haifa-sched.c : Likewise.
7133 * hard-reg-set.h : Likewise.
7134 * hw-doloop.c : Likewise.
7135 * ifcvt.c : Likewise.
7136 * inchash.c : Likewise.
7137 * incpath.c : Likewise.
7138 * init-regs.c : Likewise.
7139 * input.c : Likewise.
7140 * internal-fn.c : Likewise.
7141 * ipa-chkp.c : Likewise.
7142 * ipa-comdats.c : Likewise.
7143 * ipa-cp.c : Likewise.
7144 * ipa-devirt.c : Likewise.
7145 * ipa-icf-gimple.c : Likewise.
7146 * ipa-icf.c : Likewise.
7147 * ipa-inline-analysis.c : Likewise.
7148 * ipa-inline-transform.c : Likewise.
7149 * ipa-inline.c : Likewise.
7150 * ipa-polymorphic-call.c : Likewise.
7151 * ipa-profile.c : Likewise.
7152 * ipa-prop.c : Likewise.
7153 * ipa-pure-const.c : Likewise.
7154 * ipa-ref.c : Likewise.
7155 * ipa-reference.c : Likewise.
7156 * ipa-split.c : Likewise.
7157 * ipa-utils.c : Likewise.
7158 * ipa-visibility.c : Likewise.
7160 * ira-build.c : Likewise.
7161 * ira-color.c : Likewise.
7162 * ira-conflicts.c : Likewise.
7163 * ira-costs.c : Likewise.
7164 * ira-emit.c : Likewise.
7165 * ira-lives.c : Likewise.
7167 * jump.c : Likewise.
7168 * langhooks.c : Likewise.
7170 * libfuncs.h : Likewise.
7171 * lists.c : Likewise.
7172 * loop-doloop.c : Likewise.
7173 * loop-init.c : Likewise.
7174 * loop-invariant.c : Likewise.
7175 * loop-iv.c : Likewise.
7176 * loop-unroll.c : Likewise.
7177 * lower-subreg.c : Likewise.
7178 * lra-assigns.c : Likewise.
7179 * lra-coalesce.c : Likewise.
7180 * lra-constraints.c : Likewise.
7181 * lra-eliminations.c : Likewise.
7182 * lra-lives.c : Likewise.
7183 * lra-remat.c : Likewise.
7184 * lra-spills.c : Likewise.
7186 * lto-cgraph.c : Likewise.
7187 * lto-compress.c : Likewise.
7188 * lto-opts.c : Likewise.
7189 * lto-section-in.c : Likewise.
7190 * lto-section-out.c : Likewise.
7191 * lto-streamer-in.c : Likewise.
7192 * lto-streamer-out.c : Likewise.
7193 * lto-streamer.c : Likewise.
7194 * lto-streamer.h : Likewise.
7196 * mode-switching.c : Likewise.
7197 * modulo-sched.c : Likewise.
7198 * omega.c : Likewise.
7199 * omp-low.c : Likewise.
7200 * optabs.c : Likewise.
7201 * opts-global.c : Likewise.
7202 * opts.h : Likewise.
7203 * passes.c : Likewise.
7204 * plugin.c : Likewise.
7205 * postreload-gcse.c : Likewise.
7206 * postreload.c : Likewise.
7207 * predict.c : Likewise.
7208 * print-rtl.c : Likewise.
7209 * print-tree.c : Likewise.
7210 * profile.c : Likewise.
7211 * read-md.c : Likewise.
7212 * read-md.h : Likewise.
7213 * read-rtl.c : Likewise.
7214 * real.c : Likewise.
7215 * realmpfr.c : Likewise.
7216 * recog.c : Likewise.
7218 * reg-stack.c : Likewise.
7219 * regcprop.c : Likewise.
7220 * reginfo.c : Likewise.
7221 * regrename.c : Likewise.
7222 * regstat.c : Likewise.
7223 * reload.c : Likewise.
7224 * reload1.c : Likewise.
7225 * reorg.c : Likewise.
7226 * resource.c : Likewise.
7227 * rtl-chkp.c : Likewise.
7230 * rtlanal.c : Likewise.
7231 * rtlhash.c : Likewise.
7232 * rtlhash.h : Likewise.
7233 * rtlhooks.c : Likewise.
7234 * sanopt.c : Likewise.
7235 * sched-deps.c : Likewise.
7236 * sched-ebb.c : Likewise.
7237 * sched-rgn.c : Likewise.
7238 * sched-vis.c : Likewise.
7239 * sdbout.c : Likewise.
7240 * sel-sched-dump.c : Likewise.
7241 * sel-sched-ir.c : Likewise.
7242 * sel-sched-ir.h : Likewise.
7243 * sel-sched.c : Likewise.
7244 * sese.c : Likewise.
7245 * shrink-wrap.c : Likewise.
7246 * shrink-wrap.h : Likewise.
7247 * simplify-rtx.c : Likewise.
7248 * stack-ptr-mod.c : Likewise.
7249 * statistics.c : Likewise.
7250 * stmt.c : Likewise.
7251 * stor-layout.c : Likewise.
7252 * store-motion.c : Likewise.
7253 * stringpool.c : Likewise.
7254 * symtab.c : Likewise.
7255 * target-globals.c : Likewise.
7256 * targhooks.c : Likewise.
7257 * tlink.c : Likewise.
7258 * toplev.c : Likewise.
7259 * tracer.c : Likewise.
7260 * trans-mem.c : Likewise.
7261 * tree-affine.c : Likewise.
7262 * tree-affine.h : Likewise.
7263 * tree-browser.c : Likewise.
7264 * tree-call-cdce.c : Likewise.
7265 * tree-cfg.c : Likewise.
7266 * tree-cfgcleanup.c : Likewise.
7267 * tree-chkp-opt.c : Likewise.
7268 * tree-chkp.c : Likewise.
7269 * tree-chrec.c : Likewise.
7270 * tree-complex.c : Likewise.
7271 * tree-data-ref.c : Likewise.
7272 * tree-dfa.c : Likewise.
7273 * tree-diagnostic.c : Likewise.
7274 * tree-dump.c : Likewise.
7275 * tree-eh.c : Likewise.
7276 * tree-eh.h : Likewise.
7277 * tree-emutls.c : Likewise.
7278 * tree-hasher.h : Likewise.
7279 * tree-if-conv.c : Likewise.
7280 * tree-inline.c : Likewise.
7281 * tree-inline.h : Likewise.
7282 * tree-into-ssa.c : Likewise.
7283 * tree-iterator.c : Likewise.
7284 * tree-loop-distribution.c : Likewise.
7285 * tree-nested.c : Likewise.
7286 * tree-nrv.c : Likewise.
7287 * tree-object-size.c : Likewise.
7288 * tree-outof-ssa.c : Likewise.
7289 * tree-parloops.c : Likewise.
7290 * tree-phinodes.c : Likewise.
7291 * tree-predcom.c : Likewise.
7292 * tree-pretty-print.c : Likewise.
7293 * tree-profile.c : Likewise.
7294 * tree-scalar-evolution.c : Likewise.
7295 * tree-sra.c : Likewise.
7296 * tree-ssa-address.c : Likewise.
7297 * tree-ssa-alias.c : Likewise.
7298 * tree-ssa-ccp.c : Likewise.
7299 * tree-ssa-coalesce.c : Likewise.
7300 * tree-ssa-copy.c : Likewise.
7301 * tree-ssa-copyrename.c : Likewise.
7302 * tree-ssa-dce.c : Likewise.
7303 * tree-ssa-dom.c : Likewise.
7304 * tree-ssa-dse.c : Likewise.
7305 * tree-ssa-forwprop.c : Likewise.
7306 * tree-ssa-ifcombine.c : Likewise.
7307 * tree-ssa-live.c : Likewise.
7308 * tree-ssa-loop-ch.c : Likewise.
7309 * tree-ssa-loop-im.c : Likewise.
7310 * tree-ssa-loop-ivcanon.c : Likewise.
7311 * tree-ssa-loop-ivopts.c : Likewise.
7312 * tree-ssa-loop-manip.c : Likewise.
7313 * tree-ssa-loop-niter.c : Likewise.
7314 * tree-ssa-loop-prefetch.c : Likewise.
7315 * tree-ssa-loop-unswitch.c : Likewise.
7316 * tree-ssa-loop.c : Likewise.
7317 * tree-ssa-math-opts.c : Likewise.
7318 * tree-ssa-operands.c : Likewise.
7319 * tree-ssa-phiopt.c : Likewise.
7320 * tree-ssa-phiprop.c : Likewise.
7321 * tree-ssa-pre.c : Likewise.
7322 * tree-ssa-propagate.c : Likewise.
7323 * tree-ssa-reassoc.c : Likewise.
7324 * tree-ssa-sccvn.c : Likewise.
7325 * tree-ssa-scopedtables.c : Likewise.
7326 * tree-ssa-sink.c : Likewise.
7327 * tree-ssa-strlen.c : Likewise.
7328 * tree-ssa-structalias.c : Likewise.
7329 * tree-ssa-tail-merge.c : Likewise.
7330 * tree-ssa-ter.c : Likewise.
7331 * tree-ssa-threadedge.c : Likewise.
7332 * tree-ssa-threadupdate.c : Likewise.
7333 * tree-ssa-uncprop.c : Likewise.
7334 * tree-ssa-uninit.c : Likewise.
7335 * tree-ssa.c : Likewise.
7336 * tree-ssanames.c : Likewise.
7337 * tree-stdarg.c : Likewise.
7338 * tree-streamer-in.c : Likewise.
7339 * tree-streamer-out.c : Likewise.
7340 * tree-streamer.c : Likewise.
7341 * tree-streamer.h : Likewise.
7342 * tree-switch-conversion.c : Likewise.
7343 * tree-tailcall.c : Likewise.
7344 * tree-vect-data-refs.c : Likewise.
7345 * tree-vect-generic.c : Likewise.
7346 * tree-vect-loop-manip.c : Likewise.
7347 * tree-vect-loop.c : Likewise.
7348 * tree-vect-patterns.c : Likewise.
7349 * tree-vect-slp.c : Likewise.
7350 * tree-vect-stmts.c : Likewise.
7351 * tree-vectorizer.c : Likewise.
7352 * tree-vectorizer.h : Likewise.
7353 * tree-vrp.c : Likewise.
7354 * tree.c : Likewise.
7355 * tsan.c : Likewise.
7356 * ubsan.c : Likewise.
7357 * valtrack.c : Likewise.
7358 * valtrack.h : Likewise.
7359 * value-prof.c : Likewise.
7360 * var-tracking.c : Likewise.
7361 * varasm.c : Likewise.
7362 * varpool.c : Likewise.
7364 * vmsdbgout.c : Likewise.
7365 * vtable-verify.c : Likewise.
7366 * vtable-verify.h : Likewise.
7368 * wide-int.cc : Likewise.
7369 * xcoffout.c : Likewise.
7370 * config/aarch64/aarch64-builtins.c : Likewise.
7371 * config/aarch64/aarch64.c : Likewise.
7372 * config/aarch64/cortex-a57-fma-steering.c : Likewise.
7373 * config/alpha/alpha.c : Likewise.
7374 * config/arc/arc.c : Likewise.
7375 * config/arm/aarch-common.c : Likewise.
7376 * config/arm/arm-builtins.c : Likewise.
7377 * config/arm/arm-c.c : Likewise.
7378 * config/arm/arm.c : Likewise.
7379 * config/avr/avr-c.c : Likewise.
7380 * config/avr/avr-log.c : Likewise.
7381 * config/avr/avr.c : Likewise.
7382 * config/bfin/bfin.c : Likewise.
7383 * config/c6x/c6x.c : Likewise.
7384 * config/cr16/cr16.c : Likewise.
7385 * config/cris/cris.c : Likewise.
7386 * config/darwin-c.c : Likewise.
7387 * config/darwin.c : Likewise.
7388 * config/default-c.c : Likewise.
7389 * config/epiphany/epiphany.c : Likewise.
7390 * config/epiphany/mode-switch-use.c : Likewise.
7391 * config/epiphany/resolve-sw-modes.c : Likewise.
7392 * config/fr30/fr30.c : Likewise.
7393 * config/frv/frv.c : Likewise.
7394 * config/ft32/ft32.c : Likewise.
7395 * config/glibc-c.c : Likewise.
7396 * config/h8300/h8300.c : Likewise.
7397 * config/i386/i386-c.c : Likewise.
7398 * config/i386/i386.c : Likewise.
7399 * config/i386/msformat-c.c : Likewise.
7400 * config/i386/winnt-cxx.c : Likewise.
7401 * config/i386/winnt-stubs.c : Likewise.
7402 * config/i386/winnt.c : Likewise.
7403 * config/ia64/ia64-c.c : Likewise.
7404 * config/ia64/ia64.c : Likewise.
7405 * config/iq2000/iq2000.c : Likewise.
7406 * config/lm32/lm32.c : Likewise.
7407 * config/m32c/m32c-pragma.c : Likewise.
7408 * config/m32c/m32c.c : Likewise.
7409 * config/m32r/m32r.c : Likewise.
7410 * config/m68k/m68k.c : Likewise.
7411 * config/mcore/mcore.c : Likewise.
7412 * config/mep/mep-pragma.c : Likewise.
7413 * config/mep/mep.c : Likewise.
7414 * config/microblaze/microblaze-c.c : Likewise.
7415 * config/microblaze/microblaze.c : Likewise.
7416 * config/mips/mips.c : Likewise.
7417 * config/mmix/mmix.c : Likewise.
7418 * config/mn10300/mn10300.c : Likewise.
7419 * config/moxie/moxie.c : Likewise.
7420 * config/msp430/msp430-c.c : Likewise.
7421 * config/msp430/msp430.c : Likewise.
7422 * config/nds32/nds32-cost.c : Likewise.
7423 * config/nds32/nds32-fp-as-gp.c : Likewise.
7424 * config/nds32/nds32-intrinsic.c : Likewise.
7425 * config/nds32/nds32-isr.c : Likewise.
7426 * config/nds32/nds32-md-auxiliary.c : Likewise.
7427 * config/nds32/nds32-memory-manipulation.c : Likewise.
7428 * config/nds32/nds32-pipelines-auxiliary.c : Likewise.
7429 * config/nds32/nds32-predicates.c : Likewise.
7430 * config/nds32/nds32.c : Likewise.
7431 * config/nios2/nios2.c : Likewise.
7432 * config/nvptx/nvptx.c : Likewise.
7433 * config/pa/pa.c : Likewise.
7434 * config/pdp11/pdp11.c : Likewise.
7435 * config/rl78/rl78-c.c : Likewise.
7436 * config/rl78/rl78.c : Likewise.
7437 * config/rs6000/rs6000-c.c : Likewise.
7438 * config/rs6000/rs6000.c : Likewise.
7439 * config/rx/rx.c : Likewise.
7440 * config/s390/s390-c.c : Likewise.
7441 * config/s390/s390.c : Likewise.
7442 * config/sh/sh-c.c : Likewise.
7443 * config/sh/sh-mem.cc : Likewise.
7444 * config/sh/sh.c : Likewise.
7445 * config/sh/sh_optimize_sett_clrt.cc : Likewise.
7446 * config/sh/sh_treg_combine.cc : Likewise.
7447 * config/sol2-c.c : Likewise.
7448 * config/sol2-cxx.c : Likewise.
7449 * config/sol2-stubs.c : Likewise.
7450 * config/sol2.c : Likewise.
7451 * config/sparc/sparc-c.c : Likewise.
7452 * config/sparc/sparc.c : Likewise.
7453 * config/spu/spu-c.c : Likewise.
7454 * config/spu/spu.c : Likewise.
7455 * config/stormy16/stormy16.c : Likewise.
7456 * config/tilegx/mul-tables.c : Likewise.
7457 * config/tilegx/tilegx-c.c : Likewise.
7458 * config/tilegx/tilegx.c : Likewise.
7459 * config/tilepro/mul-tables.c : Likewise.
7460 * config/tilepro/tilepro-c.c : Likewise.
7461 * config/tilepro/tilepro.c : Likewise.
7462 * config/v850/v850-c.c : Likewise.
7463 * config/v850/v850.c : Likewise.
7464 * config/vax/vax.c : Likewise.
7465 * config/visium/visium.c : Likewise.
7466 * config/vms/vms-c.c : Likewise.
7467 * config/vms/vms.c : Likewise.
7468 * config/vxworks.c : Likewise.
7469 * config/winnt-c.c : Likewise.
7470 * config/xtensa/xtensa.c : Likewise.
7472 2015-06-08 Jan Hubicka <hubicka@ucw.cz>
7475 * ipa-utils.h (warn_types_mismatch): Update prototype.
7476 * ipa-devirt.c (odr_types_equivalent_p): Add loc1/loc2
7478 (type_mismatch_p): New function.
7479 (warn_types_mismatch): Reorg to work better on non-C++ types.
7480 (odr_types_equivalent_p): Add loc1/loc2 parameters.
7481 (add_type_duplicate): Update.
7483 2015-06-08 Tom de Vries <tom@codesourcery.com>
7485 PR rtl-optimization/66444
7486 * postreload.c (reload_combine): Use get_call_reg_set_usage instead of
7489 2015-06-08 Richard Biener <rguenther@suse.de>
7491 PR tree-optimization/66422
7492 * tree-ssa-loop-ivcanon.c (remove_exits_and_undefined_stmts): Split
7493 block after inserted gcc_unreachable.
7495 2015-06-08 Nick Clifton <nickc@redhat.com>
7497 * config/rx/rx.c (rx_function_value): Do not promote vector types.
7498 (rx_promote_function_mode): Likewise.
7499 * config/rx/rx.h (LIBCALL_VALUE): Likewise.
7501 2015-06-08 Jakub Jelinek <jakub@redhat.com>
7503 * genattrtab.c (insn_alternatives): Change type from int *
7505 (check_attr_test): Shift ((uint64_t) 1) instead of 1 up.
7506 (get_attr_value): Change type of num_alt to uint64_t.
7507 (compute_alternative_mask): Change return type from
7508 int to uint64_t, shift ((uint64_t) 1) instead of 1 up.
7509 (make_alternative_compare, mk_attr_alt): Change argument type
7510 from int to uint64_t.
7511 (simplify_test_exp): Change type of i from int to uint64_t.
7512 Shift ((uint64_t) 1) instead of 1 up.
7513 (main): Adjust oballocvec first argument from int to uint64_t.
7514 Shift ((uint64_t) 1) instead of 1 up.
7516 2015-06-08 Jan Kratochvil <jan.kratochvil@redhat.com>
7519 * gdbhooks.py: Import sys.
7520 (intptr): New function. Replace int(...) by intptr(...).
7522 2015-06-08 Richard Biener <rguenther@suse.de>
7524 * tree-vect-stmts.c (vectorizable_load): Compute the pointer
7525 adjustment for gaps at the end of a SLP load group properly.
7526 * tree-vect-slp.c (vect_supported_load_permutation_p): Allow
7527 all permutations we can generate.
7528 (vect_transform_slp_perm_load): Use the correct group-size.
7530 2015-06-08 Marc Glisse <marc.glisse@inria.fr>
7532 * genmatch.c (expr::gen_transform): For conditions, guess the type
7533 from the second operand.
7535 2015-06-08 Tom de Vries <tom@codesourcery.com>
7537 PR tree-optimization/66442
7538 * gimple-iterator.h (gimple_seq_nondebug_singleton_p): Add function.
7539 * tree-parloops.c (try_transform_to_exit_first_loop_alt): Return false
7540 if the loop latch is not a singleton. Use
7541 gimple_seq_nondebug_singleton_p instead of gimple_seq_singleton_p.
7543 2015-06-08 Marek Polacek <polacek@redhat.com>
7546 * toplev.c (check_global_declaration): Don't warn about artificial
7549 2015-06-08 Tom de Vries <tom@codesourcery.com>
7551 PR tree-optimization/66436
7552 * cgraphunit.c (cgraph_node::analyze): Don't dump function to gimple
7554 * gimplify.c: Add tree-dump.h include.
7555 (gimplify_function_tree): Dump function to gimple dump file.
7556 * stor-layout.c (finalize_size_functions): Don't dump function to gimple
7559 2015-06-08 Tom de Vries <tom@codesourcery.com>
7561 PR tree-optimization/66435
7562 * cgraphunit.c (cgraph_node::add_new_function): Dump message on new
7565 2015-06-06 Jan Hubicka <hubicka@ucw.cz>
7567 * alias.c (get_alias_set): Be ready for TYPE_CANONICAL
7568 of ptr_type_node to not be ptr_to_node.
7569 * tree.c (gimple_types_compatible_p): Do not match TREE_CODE of
7570 TREE_TYPE of pointers.
7571 * gimple-expr.c (useless_type_conversion): Reorder the check for
7572 function pointers and TYPE_CANONICAL.
7574 2015-06-06 John David Anglin <danglin@gcc.gnu.org>
7577 * config/pa/pa-hpux10.h (TARGET_OS_CPP_BUILTINS): Rearrange builtin
7578 defines. Define _LARGEFILE_SOURCE and _LARGEFILE64_SOURCE for c++.
7579 Define _XOPEN_UNIX and _XOPEN_SOURCE_EXTENDED for c++ if unix95 or
7581 * config/pa/pa-hpux11.h (TARGET_OS_CPP_BUILTINS): Likewise.
7582 Define _INCLUDE_STDC_SOURCE_PRE_199901, _INCLUDE_STDC_SOURCE_199901,
7583 _INCLUDE_XOPEN_SOURCE_PRE_500, _INCLUDE_XOPEN_SOURCE_520,
7584 _INCLUDE_XOPEN_SOURCE_PRE_600 and _INCLUDE_XOPEN_SOURCE_600 for c++
7585 and non iso if unix2003.
7587 2015-06-06 Aldy Hernandez <aldyh@redhat.com>
7589 * dwarf2out.c (gen_lexical_block_die): Initialize stmt_die.
7591 2015-06-06 Richard Sandiford <richard.sandiford@arm.com>
7593 * emit-rtl.c, expr.c, gcse.c, optabs.c, optabs.h, print-rtl.c,
7594 rtl.h, bb-reorder.c, builtins.c, calls.c, cfgbuild.c, cfgexpand.c,
7595 cfgrtl.c, cilk-common.c, config/i386/i386.md, cse.c, dwarf2cfi.c,
7596 except.c, final.c, function.c, gcse-common.c, genemit.c,
7597 haifa-sched.c, ifcvt.c, jump.c, loop-invariant.c, loop-iv.c,
7598 lra-constraints.c, lra.c, reload1.c, resource.c, rtlanal.c,
7599 sched-deps.c, sched-ebb.c, sel-sched-ir.c, sel-sched.c,
7600 shrink-wrap.c, stmt.c, store-motion.c: Replace rtx base types with
7603 2015-06-06 Mikhail Maltsev <maltsevm@gmail.com>
7605 * combine.c (combine_split_insns): Remove cast.
7606 * config/bfin/bfin.c (hwloop_fail): Add cast in try_split call.
7607 * config/sh/sh.c (sh_try_split_insn_simple): Remove cast.
7608 * config/sh/sh_treg_combine.cc (sh_treg_combine::execute): Add cast.
7609 * emit-rtl.c (try_split): Promote type of trial argument to rtx_insn.
7610 * genemit.c (gen_split): Change return type of generated functions to
7612 * genrecog.c (get_failure_return): Use NULL instead of NULL_RTX.
7613 (print_subroutine_start): Promote rtx to rtx_insn in gen_split_* and
7614 gen_peephole2_* functions.
7615 (print_subroutine, main): Likewise.
7616 * recog.c (peephole2_optimize): Remove cast.
7617 (peep2_next_insn): Promote return type to rtx_insn.
7618 * recog.h (peep2_next_insn): Fix prototype.
7619 * rtl.h (try_split, split_insns): Likewise.
7621 2015-06-06 DJ Delorie <dj@redhat.com>
7623 * config/msp430/msp430.c (msp430_asm_integer): Support addition
7624 and subtraction too.
7626 2015-06-05 Kaz Kojima <kkojima@gcc.gnu.org>
7629 * config/sh/constraints.md (Sid, Ssd): New memory constraints.
7630 * config/sh/sh.md (*mov<mode>): Use Sid and Ssd alternatives
7631 instead of Snd. Disparage Sid/z alternative with '^'.
7633 2015-06-05 Aldy Hernandez <aldyh@redhat.com>
7635 * dwarf2out.c: Remove deferred_locations*.
7636 (dwarf2_debug_hooks): Add early_finish hook.
7637 Remove global_decl hook.
7638 Add early_global_decl and late_global_decl hook.
7639 New global early_dwarf.
7640 New structure set_early_dwarf.
7641 (output_die): Indicate whether a DIE was generated early
7642 when generating assembly with -dA.
7643 (struct limbo_die_struct): Document created_for field.
7644 Remove file_table_last_lookup.
7645 (remove_AT): Return TRUE if successful.
7646 (remove_child_TAG): Clear die_parent.
7647 (reparent_child): New function abstracted from...
7648 (splice_child_die): ...here.
7649 (new_die): ICE if a DIE ends up in limbo too late.
7651 (defer_location): Remove.
7652 (add_subscript_info): Reuse DW_TAG_subrange_type if available.
7653 (fill_variable_array_bounds): New.
7654 (decl_start_label): Call fill_variable_array_bounds.
7655 (gen_formal_parameter_die): Rewrite to reuse previously generated
7657 (gen_subprogram_die): Same.
7658 (gen_variable_die): Same.
7659 (gen_const_die): Same.
7660 (gen_label_die): Same.
7661 (gen_lexical_block_die): Same.
7662 (decl_will_get_specification_p): New.
7663 (local_function_static): New.
7664 (gen_struct_or_union_type_die): Fill in variable-length fields.
7665 (gen_typedef_die): Fill in variable-length typedefs.
7666 (gen_tagged_type_die): Gracefully return on error_mark_node.
7668 (gen_type_die_with_usage): Handle variable-length types.
7669 Remove duplicate code for ARRAY_TYPE case.
7670 (process_scope_var): Only process imported modules during early
7672 (dwarf2out_early_global_decl): New.
7673 (dwarf2out_late_global_decl): Rename from dwarf2out_global_decl.
7674 (dwarf2out_type_decl): Set early_dwarf while calling
7676 (dwarf2out_decl): Verify that we did not recreate a previously
7678 Do not return on DECL_EXTERNALs in VAR_DECLs.
7679 Abstract some code to local_function_static.
7680 (lookup_filename): Remove use of file_table_last_lookup.
7681 Gracefully exit on missing file_name.
7682 (dwarf2out_finish): Verify limbo list.
7683 Remove deferred_locations_list use.
7684 Move deferred_asm_name and limbo flushing to...
7685 (dwarf2out_early_finish): ...here. New.
7686 (dwarf2out_c_finalize): Remove set of deferred_location_list,
7687 deferred_asm_name, and file_table_last_lookup.
7688 * cgraph.h (referred_to_p): Add default argument.
7689 * cgraphunit.c (referred_to_p): Add and handle include_self
7691 (analyze_functions): Add first_time argument.
7692 Call check_global_declaration for all symbols.
7693 Call late_global_decl for nodes for moribund nodes.
7694 (finalize_compilation_unit): Add new argument to
7696 Call early_global_decl for functions.
7697 Call early_finish debug hook.
7698 * dbxout.c (dbxout_early_global_decl): New.
7699 (dbxout_late_global_decl): New. Adapted from dbxout_global_decl.
7700 (dbx_debug_hooks): Add new hooks.
7701 (xcoff_debug_hooks): Same.
7702 * debug.c (do_nothing_debug_hooks): Add early_finish field.
7703 Add early and late debug hooks.
7704 Remove global_decl hook.
7705 * debug.h (struct gcc_debug_hooks): Add early_finish,
7706 early_global_decl, and late_global_decl fields.
7707 Remove global_decl field.
7708 Document gcc_debug_hooks.
7709 * gengtype.c (output_typename): Remove.
7710 * godump.c (go_early_global_decl): New.
7711 (go_late_global_decl): New.
7712 (go_global_decl): Remove.
7713 (dump_go_spec_init): Remove global_decl. Add
7714 {early,late}_global_decl.
7715 * langhooks-def.h (LANG_HOOKS_WRITE_GLOBALS): Remove.
7716 (LANG_HOOKS_POST_COMPILATION_PARSING_CLEANUPS): New.
7717 * langhooks.c (lhd_warn_unused_global_decl): Adjust comment.
7718 (write_global_declarations): Remove.
7719 (global_decl_processing): New.
7720 * langhooks.h (struct lang_hooks_for_decls): Remove
7721 final_write_globals field.
7722 Add post_compilation_parsing_cleanups field.
7723 * passes.c (rest_of_decl_compilation): Call early_global_decl.
7724 * sdbout.c: Add early and late_global_decl hooks. Remove
7725 sdbout_global_decl hook.
7726 Add early_finish field for sdb_debug_hooks.
7727 (sdbout_global_decl): Remove.
7728 (sdbout_early_global_decl): New.
7729 (sdbout_late_global_decl): New.
7730 * timevar.def (TV_PHASE_LATE_PARSING_CLEANUPS): New.
7731 * toplev.c (check_global_declaration): Rename from
7732 check_global_declaration_1.
7733 Adapt to use symtab infrastructure.
7734 (check_global_declarations): Remove.
7735 (emit_debug_global_declarations): Remove.
7736 (compile_file): Remove call to final_write_globals langhook.
7737 Run the actual compilation process.
7738 Perform any post compilation parser cleanups.
7739 Generate late debug info.
7740 * toplev.h (check_global_declaration): New.
7741 (check_global_declaration_1): Remove.
7742 (check_global_declarations): Remove.
7743 (write_global_declarations): Remove.
7744 (emit_debug_global_declarations): Remove.
7745 (global_decl_processing): New.
7746 * tree-core.h (struct tree_block): Add DIE field.
7747 * tree.h (BLOCK_DIE): New.
7748 * vmsdbgout.c (vmsdbgout_global_decl): Remove function and its use
7750 (vmsdbgout_early_global_decl): New.
7751 (vmsdbgout_late_global_decl): New.
7752 Add early_finish debug hook field to vmsdbg_debug_hooks.
7753 Remove vmsdbgout_decl to vmsdbgout_function_decl.
7754 Add early and late_global_decl debug hooks.
7756 2015-06-05 Julian Brown <julian@codesourcery.com>
7757 Sandra Loosemore <sandra@codesourcery.com>
7759 * config/print-sysroot-suffix.sh: Handle MULTILIB_REUSE settings.
7760 * config/t-sysroot-suffix (sysroot-suffix.h): Pass MULTILIB_REUSE
7761 to print-sysroot-suffix.sh script.
7763 2015-06-05 Tom de Vries <tom@codesourcery.com>
7765 merge from gomp4 branch:
7766 2015-05-28 Tom de Vries <tom@codesourcery.com>
7768 PR tree-optimization/65443
7769 * tree-parloops.c (replace_imm_uses, replace_uses_in_bb_by)
7770 (replace_uses_in_bbs_by, transform_to_exit_first_loop_alt)
7771 (try_transform_to_exit_first_loop_alt): New function.
7772 (transform_to_exit_first_loop): Use
7773 try_transform_to_exit_first_loop_alt.
7775 2015-06-05 James Greenhalgh <james.greenhalgh@arm.com>
7777 * builtins.c (expand_builtin_atomic_compare_exchange): Call
7778 emit_cmp_and_jump_insns with the mode of target.
7780 2015-06-05 Venkataramanan Kumar <venkataramanan.kumar@amd.com>
7782 * config/i386/sse.md (sse3_mwait): Swap the operand constriants.
7784 2015-06-04 DJ Delorie <dj@redhat.com>
7786 * config/msp430/msp430.md (movsi_s): New. Special case for
7787 storing a 20-bit symbol into a 32-bit register.
7788 * config/msp430/msp430.c (msp430_subreg): Add support for it.
7789 * config/msp430/predicates.md (msp430_symbol_operand): New.
7791 2015-06-04 Sriraman Tallam <tmsriram@google.com>
7793 * c-family/c-common.c (noplt): New attribute.
7794 (handle_noplt_attribute): New handler.
7795 * calls.c (prepare_call_address): Check for noplt
7797 * config/i386/i386.c (ix86_expand_call): Check
7798 for noplt attribute.
7799 (ix86_nopic_noplt_attribute_p): New function.
7800 (ix86_output_call_insn): Output indirect call for non-pic
7802 * doc/extend.texi (noplt): Document new attribute.
7803 * doc/invoke.texi: Document new attribute.
7805 2015-06-04 Andrew MacLeod <amacleod@redhat.com>
7807 * coretypes.h: Include machmode.h, signop.h, wide-int.h, double-int.h,
7808 real.h, and fixed-value.h when included in host source files.
7809 * double-int.h: Remove redundant #includes listed above.
7810 * fixed-value.h: Likewise.
7812 * wide-int.h: Likewise.
7813 * inchash.h: Likewise.
7814 * rtl.h: Add some include files When included from a generator file.
7815 * target.h: Remove wide-int.h and insn-modes.h from the include list.
7816 * internal-fn.h: Don't include coretypes.h.
7817 * alias.c: Adjust includes for restructured coretypes.h.
7819 * attribs.c: Likewise.
7820 * auto-inc-dec.c: Likewise.
7821 * auto-profile.c: Likewise.
7822 * bb-reorder.c: Likewise.
7823 * bt-load.c: Likewise.
7824 * builtins.c: Likewise.
7825 * caller-save.c: Likewise.
7826 * calls.c: Likewise.
7829 * cfganal.c: Likewise.
7830 * cfgbuild.c: Likewise.
7831 * cfgcleanup.c: Likewise.
7832 * cfgexpand.c: Likewise.
7833 * cfghooks.c: Likewise.
7834 * cfgloop.c: Likewise.
7835 * cfgloop.h: Likewise.
7836 * cfgloopanal.c: Likewise.
7837 * cfgloopmanip.c: Likewise.
7838 * cfgrtl.c: Likewise.
7839 * cgraph.c: Likewise.
7840 * cgraphbuild.c: Likewise.
7841 * cgraphclones.c: Likewise.
7842 * cgraphunit.c: Likewise.
7843 * cilk-common.c: Likewise.
7844 * combine-stack-adj.c: Likewise.
7845 * combine.c: Likewise.
7846 * compare-elim.c: Likewise.
7847 * convert.c: Likewise.
7848 * coverage.c: Likewise.
7849 * cppbuiltin.c: Likewise.
7850 * cprop.c: Likewise.
7852 * cselib.c: Likewise.
7853 * data-streamer-in.c: Likewise.
7854 * data-streamer-out.c: Likewise.
7855 * data-streamer.c: Likewise.
7856 * dbxout.c: Likewise.
7859 * debug.c: Likewise.
7860 * df-core.c: Likewise.
7861 * df-problems.c: Likewise.
7862 * df-scan.c: Likewise.
7865 * dojump.c: Likewise.
7866 * dominance.c: Likewise.
7867 * domwalk.c: Likewise.
7868 * double-int.c: Likewise.
7870 * dumpfile.c: Likewise.
7871 * dwarf2asm.c: Likewise.
7872 * dwarf2cfi.c: Likewise.
7873 * dwarf2out.c: Likewise.
7874 * dwarf2out.h: Likewise.
7875 * emit-rtl.c: Likewise.
7876 * et-forest.c: Likewise.
7877 * except.c: Likewise.
7878 * explow.c: Likewise.
7879 * expmed.c: Likewise.
7881 * final.c: Likewise.
7882 * fixed-value.c: Likewise.
7883 * fold-const.c: Likewise.
7884 * function.c: Likewise.
7885 * fwprop.c: Likewise.
7886 * gcc-plugin.h: Likewise.
7888 * generic-match-head.c: Likewise.
7889 * ggc-page.c: Likewise.
7890 * gimple-builder.c: Likewise.
7891 * gimple-expr.c: Likewise.
7892 * gimple-fold.c: Likewise.
7893 * gimple-iterator.c: Likewise.
7894 * gimple-low.c: Likewise.
7895 * gimple-match-head.c: Likewise.
7896 * gimple-pretty-print.c: Likewise.
7897 * gimple-ssa-isolate-paths.c: Likewise.
7898 * gimple-ssa-strength-reduction.c: Likewise.
7899 * gimple-streamer-in.c: Likewise.
7900 * gimple-streamer-out.c: Likewise.
7901 * gimple-streamer.h: Likewise.
7902 * gimple-walk.c: Likewise.
7903 * gimple.c: Likewise.
7904 * gimplify-me.c: Likewise.
7905 * gimplify.c: Likewise.
7906 * godump.c: Likewise.
7907 * graph.c: Likewise.
7908 * graphite-blocking.c: Likewise.
7909 * graphite-dependences.c: Likewise.
7910 * graphite-interchange.c: Likewise.
7911 * graphite-isl-ast-to-gimple.c: Likewise.
7912 * graphite-optimize-isl.c: Likewise.
7913 * graphite-poly.c: Likewise.
7914 * graphite-scop-detection.c: Likewise.
7915 * graphite-sese-to-poly.c: Likewise.
7916 * graphite.c: Likewise.
7917 * haifa-sched.c: Likewise.
7918 * hooks.h: Likewise.
7919 * hw-doloop.c: Likewise.
7920 * ifcvt.c: Likewise.
7921 * incpath.c: Likewise.
7922 * init-regs.c: Likewise.
7923 * internal-fn.c: Likewise.
7924 * ipa-chkp.c: Likewise.
7925 * ipa-comdats.c: Likewise.
7926 * ipa-cp.c: Likewise.
7927 * ipa-devirt.c: Likewise.
7928 * ipa-icf-gimple.c: Likewise.
7929 * ipa-icf.c: Likewise.
7930 * ipa-inline-analysis.c: Likewise.
7931 * ipa-inline-transform.c: Likewise.
7932 * ipa-inline.c: Likewise.
7933 * ipa-polymorphic-call.c: Likewise.
7934 * ipa-profile.c: Likewise.
7935 * ipa-prop.c: Likewise.
7936 * ipa-pure-const.c: Likewise.
7937 * ipa-ref.c: Likewise.
7938 * ipa-reference.c: Likewise.
7939 * ipa-split.c: Likewise.
7940 * ipa-utils.c: Likewise.
7941 * ipa-visibility.c: Likewise.
7943 * ira-build.c: Likewise.
7944 * ira-color.c: Likewise.
7945 * ira-conflicts.c: Likewise.
7946 * ira-costs.c: Likewise.
7947 * ira-emit.c: Likewise.
7948 * ira-lives.c: Likewise.
7951 * langhooks.c: Likewise.
7953 * loop-doloop.c: Likewise.
7954 * loop-init.c: Likewise.
7955 * loop-invariant.c: Likewise.
7956 * loop-iv.c: Likewise.
7957 * loop-unroll.c: Likewise.
7958 * lower-subreg.c: Likewise.
7959 * lra-assigns.c: Likewise.
7960 * lra-coalesce.c: Likewise.
7961 * lra-constraints.c: Likewise.
7962 * lra-eliminations.c: Likewise.
7963 * lra-lives.c: Likewise.
7964 * lra-remat.c: Likewise.
7965 * lra-spills.c: Likewise.
7967 * lto-cgraph.c: Likewise.
7968 * lto-compress.c: Likewise.
7969 * lto-opts.c: Likewise.
7970 * lto-section-in.c: Likewise.
7971 * lto-section-out.c: Likewise.
7972 * lto-streamer-in.c: Likewise.
7973 * lto-streamer-out.c: Likewise.
7974 * lto-streamer.c: Likewise.
7976 * mode-switching.c: Likewise.
7977 * modulo-sched.c: Likewise.
7978 * omega.c: Likewise.
7979 * omp-low.c: Likewise.
7980 * optabs.c: Likewise.
7981 * opts-global.c: Likewise.
7982 * passes.c: Likewise.
7983 * plugin.c: Likewise.
7984 * postreload-gcse.c: Likewise.
7985 * postreload.c: Likewise.
7986 * predict.c: Likewise.
7987 * print-rtl.c: Likewise.
7988 * print-tree.c: Likewise.
7989 * profile.c: Likewise.
7991 * realmpfr.c: Likewise.
7992 * realmpfr.h: Likewise.
7993 * recog.c: Likewise.
7995 * reg-stack.c: Likewise.
7996 * regcprop.c: Likewise.
7997 * reginfo.c: Likewise.
7998 * regrename.c: Likewise.
8000 * regstat.c: Likewise.
8001 * reload.c: Likewise.
8002 * reload1.c: Likewise.
8003 * reorg.c: Likewise.
8004 * resource.c: Likewise.
8005 * rtl-chkp.c: Likewise.
8006 * rtlanal.c: Likewise.
8007 * rtlhooks.c: Likewise.
8008 * sanopt.c: Likewise.
8009 * sched-deps.c: Likewise.
8010 * sched-ebb.c: Likewise.
8011 * sched-rgn.c: Likewise.
8012 * sched-vis.c: Likewise.
8013 * sdbout.c: Likewise.
8014 * sel-sched-dump.c: Likewise.
8015 * sel-sched-ir.c: Likewise.
8016 * sel-sched.c: Likewise.
8018 * shrink-wrap.c: Likewise.
8019 * shrink-wrap.h: Likewise.
8020 * simplify-rtx.c: Likewise.
8021 * stack-ptr-mod.c: Likewise.
8022 * statistics.c: Likewise.
8024 * stor-layout.c: Likewise.
8025 * store-motion.c: Likewise.
8026 * stringpool.c: Likewise.
8027 * symtab.c: Likewise.
8028 * target-globals.c: Likewise.
8029 * targhooks.c: Likewise.
8030 * toplev.c: Likewise.
8031 * tracer.c: Likewise.
8032 * trans-mem.c: Likewise.
8033 * tree-affine.c: Likewise.
8034 * tree-affine.h: Likewise.
8035 * tree-browser.c: Likewise.
8036 * tree-call-cdce.c: Likewise.
8037 * tree-cfg.c: Likewise.
8038 * tree-cfgcleanup.c: Likewise.
8039 * tree-chkp-opt.c: Likewise.
8040 * tree-chkp.c: Likewise.
8041 * tree-chrec.c: Likewise.
8042 * tree-complex.c: Likewise.
8043 * tree-data-ref.c: Likewise.
8044 * tree-dfa.c: Likewise.
8045 * tree-diagnostic.c: Likewise.
8046 * tree-dump.c: Likewise.
8047 * tree-eh.c: Likewise.
8048 * tree-emutls.c: Likewise.
8049 * tree-if-conv.c: Likewise.
8050 * tree-inline.c: Likewise.
8051 * tree-into-ssa.c: Likewise.
8052 * tree-iterator.c: Likewise.
8053 * tree-loop-distribution.c: Likewise.
8054 * tree-nested.c: Likewise.
8055 * tree-nrv.c: Likewise.
8056 * tree-object-size.c: Likewise.
8057 * tree-outof-ssa.c: Likewise.
8058 * tree-parloops.c: Likewise.
8059 * tree-phinodes.c: Likewise.
8060 * tree-predcom.c: Likewise.
8061 * tree-pretty-print.c: Likewise.
8062 * tree-pretty-print.h: Likewise.
8063 * tree-profile.c: Likewise.
8064 * tree-scalar-evolution.c: Likewise.
8065 * tree-sra.c: Likewise.
8066 * tree-ssa-address.c: Likewise.
8067 * tree-ssa-alias.c: Likewise.
8068 * tree-ssa-ccp.c: Likewise.
8069 * tree-ssa-coalesce.c: Likewise.
8070 * tree-ssa-copy.c: Likewise.
8071 * tree-ssa-copyrename.c: Likewise.
8072 * tree-ssa-dce.c: Likewise.
8073 * tree-ssa-dom.c: Likewise.
8074 * tree-ssa-dse.c: Likewise.
8075 * tree-ssa-forwprop.c: Likewise.
8076 * tree-ssa-ifcombine.c: Likewise.
8077 * tree-ssa-live.c: Likewise.
8078 * tree-ssa-loop-ch.c: Likewise.
8079 * tree-ssa-loop-im.c: Likewise.
8080 * tree-ssa-loop-ivcanon.c: Likewise.
8081 * tree-ssa-loop-ivopts.c: Likewise.
8082 * tree-ssa-loop-manip.c: Likewise.
8083 * tree-ssa-loop-niter.c: Likewise.
8084 * tree-ssa-loop-prefetch.c: Likewise.
8085 * tree-ssa-loop-unswitch.c: Likewise.
8086 * tree-ssa-loop.c: Likewise.
8087 * tree-ssa-loop.h: Likewise.
8088 * tree-ssa-math-opts.c: Likewise.
8089 * tree-ssa-operands.c: Likewise.
8090 * tree-ssa-phiopt.c: Likewise.
8091 * tree-ssa-phiprop.c: Likewise.
8092 * tree-ssa-pre.c: Likewise.
8093 * tree-ssa-propagate.c: Likewise.
8094 * tree-ssa-reassoc.c: Likewise.
8095 * tree-ssa-sccvn.c: Likewise.
8096 * tree-ssa-scopedtables.c: Likewise.
8097 * tree-ssa-sink.c: Likewise.
8098 * tree-ssa-strlen.c: Likewise.
8099 * tree-ssa-structalias.c: Likewise.
8100 * tree-ssa-tail-merge.c: Likewise.
8101 * tree-ssa-ter.c: Likewise.
8102 * tree-ssa-threadedge.c: Likewise.
8103 * tree-ssa-threadupdate.c: Likewise.
8104 * tree-ssa-uncprop.c: Likewise.
8105 * tree-ssa-uninit.c: Likewise.
8106 * tree-ssa.c: Likewise.
8107 * tree-ssanames.c: Likewise.
8108 * tree-stdarg.c: Likewise.
8109 * tree-streamer-in.c: Likewise.
8110 * tree-streamer-out.c: Likewise.
8111 * tree-streamer.c: Likewise.
8112 * tree-switch-conversion.c: Likewise.
8113 * tree-tailcall.c: Likewise.
8114 * tree-vect-data-refs.c: Likewise.
8115 * tree-vect-generic.c: Likewise.
8116 * tree-vect-loop-manip.c: Likewise.
8117 * tree-vect-loop.c: Likewise.
8118 * tree-vect-patterns.c: Likewise.
8119 * tree-vect-slp.c: Likewise.
8120 * tree-vect-stmts.c: Likewise.
8121 * tree-vectorizer.c: Likewise.
8122 * tree-vrp.c: Likewise.
8125 * ubsan.c: Likewise.
8126 * valtrack.c: Likewise.
8127 * value-prof.c: Likewise.
8128 * var-tracking.c: Likewise.
8129 * varasm.c: Likewise.
8130 * varpool.c: Likewise.
8131 * vmsdbgout.c: Likewise.
8132 * vtable-verify.c: Likewise.
8134 * wide-int-print.cc: Likewise.
8135 * wide-int-print.h: Likewise.
8136 * wide-int.cc: Likewise.
8137 * xcoffout.c: Likewise.
8138 * config/aarch64/aarch64-builtins.c: Likewise.
8139 * config/aarch64/aarch64.c: Likewise.
8140 * config/aarch64/cortex-a57-fma-steering.c: Likewise.
8141 * config/alpha/alpha.c: Likewise.
8142 * config/arc/arc.c: Likewise.
8143 * config/arm/aarch-common.c: Likewise.
8144 * config/arm/arm-builtins.c: Likewise.
8145 * config/arm/arm-c.c: Likewise.
8146 * config/arm/arm.c: Likewise.
8147 * config/avr/avr-c.c: Likewise.
8148 * config/avr/avr-log.c: Likewise.
8149 * config/avr/avr.c: Likewise.
8150 * config/bfin/bfin.c: Likewise.
8151 * config/c6x/c6x.c: Likewise.
8152 * config/cr16/cr16.c: Likewise.
8153 * config/cris/cris.c: Likewise.
8154 * config/darwin-c.c: Likewise.
8155 * config/darwin.c: Likewise.
8156 * config/default-c.c: Likewise.
8157 * config/epiphany/epiphany.c: Likewise.
8158 * config/epiphany/mode-switch-use.c: Likewise.
8159 * config/epiphany/resolve-sw-modes.c: Likewise.
8160 * config/fr30/fr30.c: Likewise.
8161 * config/frv/frv.c: Likewise.
8162 * config/ft32/ft32.c: Likewise.
8163 * config/glibc-c.c: Likewise.
8164 * config/h8300/h8300.c: Likewise.
8165 * config/i386/i386-c.c: Likewise.
8166 * config/i386/i386.c: Likewise.
8167 * config/i386/msformat-c.c: Likewise.
8168 * config/i386/winnt-cxx.c: Likewise.
8169 * config/i386/winnt-stubs.c: Likewise.
8170 * config/i386/winnt.c: Likewise.
8171 * config/ia64/ia64-c.c: Likewise.
8172 * config/ia64/ia64.c: Likewise.
8173 * config/iq2000/iq2000.c: Likewise.
8174 * config/lm32/lm32.c: Likewise.
8175 * config/m32c/m32c-pragma.c: Likewise.
8176 * config/m32c/m32c.c: Likewise.
8177 * config/m32r/m32r.c: Likewise.
8178 * config/m68k/m68k.c: Likewise.
8179 * config/mcore/mcore.c: Likewise.
8180 * config/mep/mep-pragma.c: Likewise.
8181 * config/mep/mep.c: Likewise.
8182 * config/microblaze/microblaze-c.c: Likewise.
8183 * config/microblaze/microblaze.c: Likewise.
8184 * config/mips/mips.c: Likewise.
8185 * config/mmix/mmix.c: Likewise.
8186 * config/mn10300/mn10300.c: Likewise.
8187 * config/moxie/moxie.c: Likewise.
8188 * config/msp430/msp430-c.c: Likewise.
8189 * config/msp430/msp430.c: Likewise.
8190 * config/nds32/nds32-cost.c: Likewise.
8191 * config/nds32/nds32-fp-as-gp.c: Likewise.
8192 * config/nds32/nds32-intrinsic.c: Likewise.
8193 * config/nds32/nds32-isr.c: Likewise.
8194 * config/nds32/nds32-md-auxiliary.c: Likewise.
8195 * config/nds32/nds32-memory-manipulation.c: Likewise.
8196 * config/nds32/nds32-pipelines-auxiliary.c: Likewise.
8197 * config/nds32/nds32-predicates.c: Likewise.
8198 * config/nds32/nds32.c: Likewise.
8199 * config/nios2/nios2.c: Likewise.
8200 * config/nvptx/nvptx.c: Likewise.
8201 * config/pa/pa.c: Likewise.
8202 * config/pdp11/pdp11.c: Likewise.
8203 * config/rl78/rl78-c.c: Likewise.
8204 * config/rl78/rl78.c: Likewise.
8205 * config/rs6000/rs6000-c.c: Likewise.
8206 * config/rs6000/rs6000.c: Likewise.
8207 * config/rx/rx.c: Likewise.
8208 * config/s390/s390-c.c: Likewise.
8209 * config/s390/s390.c: Likewise.
8210 * config/sh/sh-c.c: Likewise.
8211 * config/sh/sh-mem.cc: Likewise.
8212 * config/sh/sh.c: Likewise.
8213 * config/sh/sh_optimize_sett_clrt.cc: Likewise.
8214 * config/sh/sh_treg_combine.cc: Likewise.
8215 * config/sol2-c.c: Likewise.
8216 * config/sol2-cxx.c: Likewise.
8217 * config/sol2-stubs.c: Likewise.
8218 * config/sol2.c: Likewise.
8219 * config/sparc/sparc-c.c: Likewise.
8220 * config/sparc/sparc.c: Likewise.
8221 * config/spu/spu-c.c: Likewise.
8222 * config/spu/spu.c: Likewise.
8223 * config/stormy16/stormy16.c: Likewise.
8224 * config/tilegx/mul-tables.c: Likewise.
8225 * config/tilegx/tilegx-c.c: Likewise.
8226 * config/tilegx/tilegx.c: Likewise.
8227 * config/tilepro/mul-tables.c: Likewise.
8228 * config/tilepro/tilepro-c.c: Likewise.
8229 * config/tilepro/tilepro.c: Likewise.
8230 * config/v850/v850-c.c: Likewise.
8231 * config/v850/v850.c: Likewise.
8232 * config/vax/vax.c: Likewise.
8233 * config/visium/visium.c: Likewise.
8234 * config/vms/vms-c.c: Likewise.
8235 * config/vms/vms.c: Likewise.
8236 * config/vxworks.c: Likewise.
8237 * config/winnt-c.c: Likewise.
8238 * config/xtensa/xtensa.c: Likewise.
8239 * common/config/bfin/bfin-common.c: Likewise.
8241 2015-06-04 Jan Hubicka <hubicka@ucw.cz>
8243 * tree.h (tree_code_for_canonical_type_merging): New function.
8244 * tree.c (gimple_canonical_types_compatible_p): Use
8245 tree_code_for_canonical_type_merging..
8247 2015-06-04 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
8251 * doc/tm.texi: Regenerate.
8252 * doc/tm.texi.in (TARGET_RELAXED_ORDERING): Delete.
8253 * target.def (TARGET_RELAXED_ORDERING): Likewise.
8254 * config/alpha/alpha.c (TARGET_RELAXED_ORDERING): Likewise.
8255 * config/ia64/ia64.c (TARGET_RELAXED_ORDERING): Likewise.
8256 * config/rs6000/rs6000.c (TARGET_RELAXED_ORDERING): Likewise.
8257 * config/sparc/linux.h (SPARC_RELAXED_ORDERING): Likewise.
8258 * config/sparc/linux64.h (SPARC_RELAXED_ORDERING): Likewise.
8259 * config/sparc/sparc.c (TARGET_RELAXED_ORDERING): Likewise.
8260 * config/sparc/sparc.h (SPARC_RELAXED_ORDERING): Likewise.
8262 2015-06-04 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
8264 * config/aarch64/aarch64.c (aarch64_override_options): Unconditionally
8265 register fma steering pass.
8266 * config/aarch64/cortex-a57-fma-steering.c (gate): Add gating on
8267 AARCH64_TUNE_FMA_STEERING.
8269 2015-06-03 Jan Hubicka <hubicka@ucw.cz>
8271 * tree.c (verify_type_variant): Verify that type and variant is
8273 (gimple_canonical_types_compatible_p): Look for main variants.
8275 2015-06-03 Michael Meissner <meissner@linux.vnet.ibm.com>
8277 * config.gcc (powerpc*-*-*): Add support for a new configure
8278 option --with-advance-toolchain=<xxx> which overrides using the
8279 default header files, libraries and dynamic linker.
8281 * config/rs6000/linux64.h (SUBSUBTARGET_EXTRA_SPECS): Add new
8282 specs to support the configure --with-advance-toolchain=<xxx>
8284 (INCLUDE_EXTRA_SPEC): Likewise.
8285 (LINK_OS_EXTRA_SPEC32): Likewise.
8286 (LINK_OK_EXTRA_SPEC64): Likewise.
8287 (LINK_OS_NEW_DTAGS_SPEC): Likewise.
8288 (DYNAMIC_LINKER_PREFIX): Likewise.
8289 (CPP_OS_DEFAULT_SPEC): Use the new specs for providing advance
8291 (GLIBC_DYNAMIC_LINKER32): Likewise.
8292 (GLIBC_DYNAMIC_LINKER64): Likewise.
8293 (LINK_OS_LINUX_SPEC32): Likewise.
8294 (LINK_OS_LINUX_SPEC64): Likewise.
8296 * doc/install.texi (--enable-advance-toolchain=<xx>): Document new
8297 configuration option.
8299 2015-06-03 Uros Bizjak <ubizjak@gmail.com>
8302 * config/i386/i386.c (ix86_function_arg_regno): Use ix86_cfun_abi
8303 to determine current function ABI.
8304 (ix86_function_value_regno_p): Ditto.
8306 2015-06-03 Martin Liska <mliska@suse.cz>
8308 * alloc-pool.h (struct pool_usage): Correct GNU coding style.
8309 * bitmap.h (struct bitmap_usage): Likewise.
8310 * ggc-common.c (struct ggc_usage): Likewise.
8311 * mem-stats.h (struct mem_location): Likewise.
8312 (struct mem_usage): Likewise.
8313 * vec.c (struct vec_usage): Likewise.
8315 2015-06-03 Benigno B. Junior <bbj@gentoo.org>
8317 * config/netbsd-elf.h (NETBSD_LINK_SPEC_ELF): Turn -symbolic into
8320 2015-06-02 Andres Tiraboschi <andres.tiraboschi@tallertechnologies.com>
8322 * doc/plugins.texi (enum plugin_event): New event.
8323 * plugin.c (register_callback): Handle PLUGIN_START_PARSE_FUNCTION
8324 and PLUGIN_FINISH_FUNCTION.
8325 * plugin.def (PLUGIN_START_PARSE_FUNCTION): Add plugin event
8326 (PLUGIN_FINISH_PARSE_FUNCTION): Likewise.
8328 2015-06-03 Richard Biener <rguenther@suse.de>
8330 * tree-vect-data-refs.c (vect_analyze_group_access): Properly
8331 compute GROUP_GAP for the first element.
8332 * tree-vect-slp.c (vect_build_slp_tree_1): Remove restriction
8335 2015-06-03 Nick Clifton <nickc@redhat.com>
8337 * config/rl78/rl78-real.md: Add peepholes to avoid a register
8338 copy when calling a function.
8339 * config/rl78/rl78.c (need_to_save): Do not push the frame
8340 pointer in an interrupt handler prologue if it is never used.
8342 2015-06-03 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
8344 * ifcvt (end_ifcvt_sequence): Fix typo in comment above.
8346 2015-06-03 Ilya Enkovich <ilya.enkovich@intel.com>
8348 * ipa-chkp.c (chkp_maybe_create_clone): Create alias
8349 reference when cloning alias node.
8351 2015-06-03 Martin Liska <mliska@suse.cz>
8353 * alloc-pool.h (struct pool_usage): Correct space padding.
8354 * ggc-page.c (ggc_print_statistics): Align columns in a report.
8355 * mem-stats.h (struct mem_usage): Add argument to print_dash_line.
8356 * tree.c (dump_tree_statistics): Align columns in a report.
8358 2015-06-03 Martin Liska <mliska@suse.cz>
8360 * alloc-pool.c (allocate_pool_descriptor): Remove.
8361 (struct pool_output_info): Likewise.
8362 (print_alloc_pool_statistics): Likewise.
8363 (dump_alloc_pool_statistics): Likewise.
8364 * alloc-pool.h (struct pool_usage): New struct.
8365 (pool_allocator::initialize): Change usage of memory statistics
8367 (pool_allocator::release): Likewise.
8368 (pool_allocator::allocate): Likewise.
8369 (pool_allocator::remove): Likewise.
8370 * mem-stats-traits.h (enum mem_alloc_origin): Add new enum value
8371 for a pool allocator.
8372 * mem-stats.h (struct mem_location): Add new ctor.
8373 (struct mem_usage): Add counter for number of
8375 (mem_alloc_description::register_descriptor): New overload of
8376 * mem-stats.h (mem_location::to_string): New function.
8377 * bitmap.h (struct bitmap_usage): Use this new function.
8378 * ggc-common.c (struct ggc_usage): Likewise.
8381 2015-06-03 Richard Sandiford <richard.sandiford@arm.com>
8383 * defaults.h (SWITCHABLE_TARGET, TARGET_SUPPORTS_WIDE_INT): Move out
8384 of GCC_INSN_FLAGS_H block.
8386 2015-06-03 Andrew Bennett <andrew.bennett@imgtec.com>
8388 * explow.c (plus_constant): Update check after force_const_mem call
8389 to see if the value returned is not a NULL_RTX.
8391 2015-06-03 Ilya Enkovich <ilya.enkovich@intel.com>
8393 * ipa.c (symbol_table::remove_unreachable_nodes): Don't
8394 remove instumentation thunks calling reachable functions.
8395 * lto-cgraph.c (output_refs): Always output IPA_REF_CHKP.
8396 * lto/lto-partition.c (privatize_symbol_name_1): New.
8397 (privatize_symbol_name): Privatize both decl and orig_decl
8398 names for instrumented functions.
8399 * cgraph.c (cgraph_node::verify_node): Add transparent
8400 alias chain check for instrumented node.
8402 2015-06-03 Marek Polacek <polacek@redhat.com>
8406 * tree.c (attribute_value_equal): Handle attribute format.
8407 (cmp_attrib_identifiers): Factor out of lookup_ident_attribute.
8409 2015-06-03 Richard Biener <rguenther@suse.de>
8411 PR tree-optimization/63916
8412 * tree-ssa-sccvn.c (vn_reference_maybe_forwprop_address):
8413 Forward-propagate non-invariant addresses by splicing their
8414 reference ops if the result isn't going to be used by PRE.
8415 (vn_reference_lookup_3): Remove pointless assert.
8417 2015-06-03 Richard Biener <rguenther@suse.de>
8419 PR tree-optimization/66375
8420 * tree-scalar-evolution.c (follow_ssa_edge_binary): First
8421 add to the evolution before following SSA edges.
8423 2015-06-03 Bin Cheng <bin.cheng@arm.com>
8425 * tree-ssa-loop-ivopts.c (dump_iv): New parameter.
8426 (dump_use, dump_cand, find_induction_variables): Pass new argument
8428 (record_use): Preserve the ssa name information in IV.
8430 2015-06-03 Richard Sandiford <richard.sandiford@arm.com>
8432 * genpreds.c (mark_mode_tests): Mark all MATCH_CODEs as
8434 (add_mode_tests): Don't add mode tests if the predicate only
8435 accepts scalar constant integers. Otherwise, allow the mode
8436 of "op" to be VOIDmode if the predicate does accept such integers.
8438 2015-06-02 Jim Wilson <jim.wilson@linaro.org>
8441 * config/aarch64/aarch64.c (aarch64_function_value_regno_p): Change
8442 !TARGET_GENERAL_REGS_ONLY to TARGET_FLOAT.
8443 (aarch64_secondary_reload): Likewise
8444 (aarch64_expand_builtin_va_start): Change TARGET_GENERAL_REGS_ONLY
8446 (aarch64_gimplify_va_arg_expr, aarch64_setup_incoming_varargs):
8449 2015-06-03 Kugan Vivekanandarajah <kuganv@linaro.org>
8450 Zhenqiang Chen <zhenqiang.chen@linaro.org>
8453 * cprop.c (try_replace_reg): Check cost of constants before propagating.
8455 2015-06-02 Michael Meissner <meissner@linux.vnet.ibm.com>
8457 * config/rs6000/rs6000-modes.def (IFmode): Define IFmode to
8458 provide access to the IBM extended double floating point mode if
8459 long double is IEEE 128-bit floating point.
8460 (KFmode): Define KFmode to provide access to IEEE 128-bit floating
8461 point if long double is the IBM extended double type.
8463 * config/rs6000/rs6000.opt (-mfloat128-none): New switches to
8464 enable adding IEEE 128-bit floating point support.
8465 (-mfloat128-software): Likewise.
8466 (-mfloat128-sw): Likewise.
8468 * config/rs6000/rs6000.c (rs6000_hard_regno_mode_ok): Do not allow
8469 128-bit floating point types to occupy any register if
8470 -mlong-double-64. Do not allow use of IFmode/KFmode unless
8471 -mfloat128-software is enabled.
8472 (rs6000_debug_reg_global): Add IEEE 128-bit floating point debug
8474 (rs6000_option_override_internal): Add -mfloat128-* support.
8475 (rs6000_init_builtins): Setup __ibm128 and __float128 type modes.
8477 * config/rs6000/rs6000.h (rs6000_builtin_type_index): Add ibm128
8478 and float128 type nodes.
8479 (ieee128_float_type_node): Likewise.
8480 (ibm128_float_type_node): Likewise.
8482 2015-06-02 Szabolcs Nagy <szabolcs.nagy@arm.com>
8485 * config/aarch64/geniterators.sh: Rewrite in awk.
8487 2015-06-02 Martin Liska <mliska@suse.cz>
8489 * alloc-pool.h (pool_allocator::pool_allocator): Set implicit
8490 values to avoid -Wmaybe-uninitialized errors.
8492 2015-06-02 Richard Biener <rguenther@suse.de>
8495 * dwarf2out.c (lookup_context_die): New function.
8496 (resolve_addr): Avoid forcing a full DIE for the
8497 target of a DW_TAG_GNU_call_site during late compilation.
8498 Instead create a stub DIE without a type if we have a
8499 context DIE present.
8501 2015-06-02 Uros Bizjak <ubizjak@gmail.com>
8503 * df-scan.c (df_scan_start_dump): Add space between regno and regname.
8505 2015-06-02 Bin Cheng <bin.cheng@arm.com>
8507 PR tree-optimization/48052
8508 * cfgloop.h (struct control_iv): New.
8509 (struct loop): New field control_ivs.
8510 * tree-ssa-loop-niter.c : Include "stor-layout.h".
8511 (number_of_iterations_lt): Set no_overflow information.
8512 (number_of_iterations_exit): Init control iv in niter struct.
8513 (record_control_iv): New.
8514 (estimate_numbers_of_iterations_loop): Call record_control_iv.
8515 (loop_exits_before_overflow): New. Interface factored out of
8516 scev_probably_wraps_p.
8517 (scev_probably_wraps_p): Factor loop niter related code into
8518 loop_exits_before_overflow.
8519 (free_numbers_of_iterations_estimates_loop): Free control ivs.
8520 * tree-ssa-loop-niter.h (free_loop_control_ivs): New.
8522 2015-06-02 Eric Botcazou <ebotcazou@adacore.com>
8524 * gimplify.c (gimplify_modify_expr): Do not create a DECL_DEBUG_EXPR if
8525 the target doesn't belong to the current function.
8527 2015-06-02 Marek Polacek <polacek@redhat.com>
8530 * gimple-fold.c (gimple_fold_builtin_snprintf): Return false if
8531 get_maxval_strlen does not produce an INTEGER_CST.
8533 2015-06-02 Richard Sandiford <richard.sandiford@arm.com>
8535 * config/arc/constraints.md: Use lower-case names in match_code.
8536 * config/mmix/constraints.md: Likewise.
8538 2015-06-02 Richard Biener <rguenther@suse.de>
8540 PR tree-optimization/65961
8541 * tree-vect-slp.c (vect_get_and_check_slp_defs): Remove bogus
8542 check and clarify dump message.
8543 (vect_build_slp_tree): If all children are built up from scalars
8544 build up the parent from scalars instead.
8545 * tree-vect-stmts.c (vect_is_simple_use): Cleanup.
8547 2015-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
8550 * gdbhooks.py: Use int(...) instead of long(...). Use print(...)
8551 instead of print ... .
8553 2015-06-02 Alan Modra <amodra@gmail.com>
8555 * config/rs6000/vsx.md (vsx_extract_v4sf): Revert accidental
8558 2015-06-02 Bin Cheng <bin.cheng@arm.com>
8560 PR tree-optimization/52563
8561 PR tree-optimization/62173
8562 * tree-ssa-loop-ivopts.c (struct iv): New field. Reorder fields.
8563 (alloc_iv, set_iv): New parameter.
8564 (determine_biv_step): Delete.
8565 (find_bivs): Inline original determine_biv_step. Pass new
8567 (idx_find_step): Use no_overflow information for conversion.
8568 * tree-scalar-evolution.c (analyze_scalar_evolution_in_loop): Let
8569 resolve_mixers handle folded_casts.
8570 (instantiate_scev_name): Change bool parameter to bool pointer.
8571 (instantiate_scev_poly, instantiate_scev_binary): Ditto.
8572 (instantiate_array_ref, instantiate_scev_not): Ditto.
8573 (instantiate_scev_3, instantiate_scev_2): Ditto.
8574 (instantiate_scev_1, instantiate_scev_r): Ditto.
8575 (instantiate_scev_convert, ): Change parameter. Pass argument
8576 to chrec_convert_aggressive.
8577 (instantiate_scev): Change argument.
8578 (resolve_mixers): New parameter and set it.
8579 (scev_const_prop): New argument.
8580 * tree-scalar-evolution.h (resolve_mixers): New parameter.
8581 * tree-chrec.c (convert_affine_scev): Call chrec_convert instead
8583 (chrec_convert): New parameter. Move definition below.
8584 (chrec_convert_aggressive): New parameter and set it. Call
8585 convert_affine_scev.
8586 * tree-chrec.h (chrec_convert): New parameter.
8587 (chrec_convert_aggressive): Ditto.
8589 2015-06-01 Eric Botcazou <ebotcazou@adacore.com>
8591 * gimplify.c (gimplify_modify_expr_rhs): Use simple test on the size.
8592 * cgraph.c (cgraph_redirect_edge_call_stmt_to_callee): Do not remove
8593 the LHS of a no-return call if its type has variable size.
8594 * tree-cfgcleanup.c (fixup_noreturn_call): Likewise.
8595 * tree-cfg.c (verify_gimple_call): Accept these no-return calls.
8597 2015-06-01 Andreas Tobler <andreast@gcc.gnu.org>
8599 * read-rtl.c: Adapt to use HAVE_DECL_ATOLL instead of HAVE_ATOLL.
8600 * config.in: Regenerate.
8602 2015-06-01 Yuri Rumyantsev <ysrumyan@gmail.com>
8604 * tree-vect-data-refs.c (vect_analyze_data_ref_access): Allow
8605 consecutive accesses within outer-loop with force_vectorize
8606 for references with zero step in inner-loop.
8608 2015-06-01 Vidya Praveen <vidyapraveen@arm.com>
8610 * Makefile.in: Pick up gcov-dump dependencies from gcc/ directory
8611 rather than from gcc/build directory.
8613 2015-06-01 Matthew Wahab <matthew.wahab@arm.com>
8616 * config/aarch64/aarch64.c (aarch64_split_compare_and_swap): Check
8617 for __sync memory models, emit initial loads and final barriers as
8620 2015-06-01 Matthew Wahab <matthew.wahab@arm.com>
8623 * config/aarch64/aarch64.c (aarch64_emit_post_barrier):New.
8624 (aarch64_split_atomic_op): Check for __sync memory models, emit
8625 appropriate initial loads and final barriers.
8627 2015-06-01 Vidya Praveen <vidyapraveen@arm.com>
8629 * Makefile.in: Fix gcov dependencies that should
8630 not point to a build folder.
8632 2015-06-01 Richard Biener <rguenther@suse.de>
8635 2015-05-29 Richard Biener <rguenther@suse.de>
8637 PR tree-optimization/66314
8638 * tree-ssa-threadupdate.c (create_block_for_threading): Add
8639 parameter that says which loop the new block belongs to.
8640 (ssa_create_duplicates): Blocks duplicated for the threaded
8641 path belong to the loop of the thread destination.
8643 2015-06-01 Martin Liska <mliska@suse.cz>
8645 * sched-deps.c: Include pool-alloc.h before
8646 cselib.h header file is included.
8648 2015-06-01 Richard Biener <rguenther@suse.de>
8650 * tree-ssa-structalias.c (ipa_pta_execute): Handle address-taken
8653 2015-06-01 Martin Liska <mliska@suse.cz>
8655 * alloc-pool.h: Add ATTRIBUTE_UNUSED for
8656 a function local variable.
8658 2015-06-01 Martin Liska <mliska@suse.cz>
8660 * alloc-pool.c (create_alloc_pool): Remove.
8661 (empty_alloc_pool): Likewise.
8662 (free_alloc_pool): Likewise.
8663 (free_alloc_pool_if_empty): Likewise.
8664 (pool_alloc): Likewise.
8665 (pool_free): Likewise.
8666 * alloc-pool.h: Remove old declarations.
8668 2015-06-01 Martin Liska <mliska@suse.cz>
8670 * ira-build.c (initiate_allocnos): Use new type-based pool allocator.
8671 (ira_create_object): Likewise.
8672 (ira_create_allocno): Likewise.
8673 (ira_create_live_range): Likewise.
8674 (copy_live_range): Likewise.
8675 (ira_finish_live_range): Likewise.
8676 (ira_free_allocno_costs): Likewise.
8677 (finish_allocno): Likewise.
8678 (finish_allocnos): Likewise.
8679 (initiate_prefs): Likewise.
8680 (ira_create_pref): Likewise.
8681 (finish_pref): Likewise.
8682 (finish_prefs): Likewise.
8683 (initiate_copies): Likewise.
8684 (ira_create_copy): Likewise.
8685 (finish_copy): Likewise.
8686 (finish_copies): Likewise.
8687 (finish_prefs): Likewise.
8689 2015-06-01 Martin Liska <mliska@suse.cz>
8691 * ipa-cp.c (ipcp_value::add_source): Use new type-based pool allocator.
8692 (allocate_and_init_ipcp_value): Likewise.
8693 (ipcp_lattice::add_value): Likewise.
8694 (merge_agg_lats_step): Likewise.
8695 (ipcp_driver): Likewise.
8696 * ipa-prop.c (ipa_free_all_structures_after_ipa_cp): Likewise.
8697 (ipa_free_all_structures_after_iinln): Likewise.
8698 * ipa-prop.h: Likewise.
8700 2015-06-01 Martin Liska <mliska@suse.cz>
8702 * ipa-inline-analysis.c (edge_set_predicate): Use new type-based
8704 (set_hint_predicate): Likewise.
8705 (inline_summary_alloc): Likewise.
8706 (reset_inline_edge_summary): Likewise.
8707 (reset_inline_summary): Likewise.
8708 (set_cond_stmt_execution_predicate): Likewise.
8709 (set_switch_stmt_execution_predicate): Likewise.
8710 (compute_bb_predicates): Likewise.
8711 (estimate_function_body_sizes): Likewise.
8712 (inline_free_summary): Likewise.
8714 2015-06-01 Martin Liska <mliska@suse.cz>
8716 * ipa-prop.c (ipa_set_jf_constant): Use new type-based pool allocator.
8717 (ipa_edge_duplication_hook): Likewise.
8718 (ipa_free_all_structures_after_ipa_cp): Likewise.
8719 (ipa_free_all_structures_after_iinln): Likewise.
8721 2015-06-01 Martin Liska <mliska@suse.cz>
8723 * ipa-profile.c (account_time_size): Use new type-based pool allocator.
8724 (ipa_profile_generate_summary): Likewise.
8725 (ipa_profile_read_summary): Likewise.
8726 (ipa_profile): Likewise.
8728 2015-06-01 Martin Liska <mliska@suse.cz>
8730 * tree-ssa-structalias.c (new_var_info): Use new type-based
8732 (new_constraint): Likewise.
8733 (init_alias_vars): Likewise.
8734 (delete_points_to_sets): Likewise.
8736 2015-06-01 Martin Liska <mliska@suse.cz>
8738 * tree-ssa-strlen.c (new_strinfo): Use new type-based pool allocator.
8739 (free_strinfo): Likewise.
8740 (pass_strlen::execute): Likewise.
8742 2015-06-01 Martin Liska <mliska@suse.cz>
8744 * tree-ssa-sccvn.c (vn_reference_insert): Use new type-based
8746 (vn_reference_insert_pieces): Likewise.
8747 (vn_phi_insert): Likewise.
8748 (visit_reference_op_call): Likewise.
8749 (copy_phi): Likewise.
8750 (copy_reference): Likewise.
8751 (process_scc): Likewise.
8752 (allocate_vn_table): Likewise.
8753 (free_vn_table): Likewise.
8755 2015-06-01 Martin Liska <mliska@suse.cz>
8757 * tree-ssa-reassoc.c (add_to_ops_vec): Use new type-based
8759 (add_repeat_to_ops_vec): Likewise.
8760 (get_ops): Likewise.
8761 (maybe_optimize_range_tests): Likewise.
8762 (init_reassoc): Likewise.
8763 (fini_reassoc): Likewise.
8765 2015-06-01 Martin Liska <mliska@suse.cz>
8767 * tree-ssa-pre.c (get_or_alloc_expr_for_name): Use new type-based
8769 (bitmap_set_new): Likewise.
8770 (get_or_alloc_expr_for_constant): Likewise.
8771 (get_or_alloc_expr_for): Likewise.
8772 (phi_translate_1): Likewise.
8773 (compute_avail): Likewise.
8774 (init_pre): Likewise.
8775 (fini_pre): Likewise.
8777 2015-06-01 Martin Liska <mliska@suse.cz>
8779 * sched-deps.c (create_dep_node): Use new type-based pool allocator.
8780 (delete_dep_node): Likewise.
8781 (create_deps_list): Likewise.
8782 (free_deps_list): Likewise.
8783 (sched_deps_init): Likewise.
8784 (sched_deps_finish): Likewise.
8786 2015-06-01 Martin Liska <mliska@suse.cz>
8788 * regcprop.c (free_debug_insn_changes): Use new type-based
8790 (replace_oldest_value_reg): Likewise.
8791 (pass_cprop_hardreg::execute): Likewise.
8793 2015-06-01 Martin Liska <mliska@suse.cz>
8795 * ira-build.c (initiate_cost_vectors): Use new type-based
8797 (ira_allocate_cost_vector): Likewise.
8798 (ira_free_cost_vector): Likewise.
8799 (finish_cost_vectors): Likewise.
8801 2015-06-01 Martin Liska <mliska@suse.cz>
8803 * sel-sched-ir.c (alloc_sched_pools): Use new type-based
8805 (free_sched_pools): Likewise.
8806 * sel-sched-ir.h (_list_alloc): Likewise.
8807 (_list_remove): Likewise.
8809 2015-06-01 Martin Liska <mliska@suse.cz>
8811 * stmt.c (add_case_node): Use new type-based pool allocator.
8812 (expand_case): Likewise.
8813 (expand_sjlj_dispatch_table): Likewise.
8815 2015-06-01 Martin Liska <mliska@suse.cz>
8817 * tree-ssa-math-opts.c (occ_new): Use new type-based pool allocator.
8818 (free_bb): Likewise.
8819 (pass_cse_reciprocals::execute): Likewise.
8821 2015-06-01 Martin Liska <mliska@suse.cz>
8823 * tree-sra.c (sra_initialize): Use new type-based pool allocator.
8824 (sra_deinitialize) Likewise.
8825 (create_access_1) Likewise.
8826 (build_accesses_from_assign) Likewise.
8827 (create_artificial_child_access) Likewise.
8829 2015-06-01 Martin Liska <mliska@suse.cz>
8831 * dse.c (get_group_info):Use new type-based pool allocator.
8832 (dse_step0) Likewise.
8833 (free_store_info) Likewise.
8834 (delete_dead_store_insn) Likewise.
8835 (free_read_records) Likewise.
8836 (record_store) Likewise.
8837 (replace_read) Likewise.
8838 (check_mem_read_rtx) Likewise.
8839 (scan_insn) Likewise.
8840 (dse_step1) Likewise.
8841 (dse_step7) Likewise.
8843 2015-06-01 Martin Liska <mliska@suse.cz>
8845 * df-scan.c (struct df_scan_problem_data):Use new type-based
8847 (df_scan_free_internal) Likewise.
8848 (df_scan_alloc) Likewise.
8849 (df_grow_reg_info) Likewise.
8850 (df_free_ref) Likewise.
8851 (df_insn_create_insn_record) Likewise.
8852 (df_mw_hardreg_chain_delete) Likewise.
8853 (df_insn_info_delete) Likewise.
8854 (df_free_collection_rec) Likewise.
8855 (df_mw_hardreg_chain_delete_eq_uses) Likewise.
8856 (df_sort_and_compress_mws) Likewise.
8857 (df_ref_create_structure) Likewise.
8858 (df_ref_record) Likewise.
8860 2015-06-01 Martin Liska <mliska@suse.cz>
8862 * df-problems.c (df_chain_create):Use new type-based pool allocator.
8863 (df_chain_unlink_1) Likewise.
8864 (df_chain_unlink) Likewise.
8865 (df_chain_remove_problem) Likewise.
8866 (df_chain_alloc) Likewise.
8867 (df_chain_free) Likewise.
8868 * df.h (struct dataflow) Likewise.
8870 2015-06-01 Martin Liska <mliska@suse.cz>
8872 * cselib.c (new_elt_list):Use new type-based pool allocator.
8873 (new_elt_loc_list) Likewise.
8874 (unchain_one_elt_list) Likewise.
8875 (unchain_one_elt_loc_list) Likewise.
8876 (unchain_one_value) Likewise.
8877 (new_cselib_val) Likewise.
8878 (cselib_init) Likewise.
8879 (cselib_finish) Likewise.
8881 2015-06-01 Martin Liska <mliska@suse.cz>
8883 * config/sh/sh.c (add_constant):Use new type-based pool allocator.
8884 (sh_reorg) Likewise.
8886 2015-06-01 Martin Liska <mliska@suse.cz>
8888 * cfg.c (initialize_original_copy_tables):Use new type-based
8890 (free_original_copy_tables) Likewise.
8891 (copy_original_table_clear) Likewise.
8892 (copy_original_table_set) Likewise.
8894 2015-06-01 Martin Liska <mliska@suse.cz>
8896 * asan.c (asan_mem_ref_get_alloc_pool):Use new type-based
8898 (asan_mem_ref_new) Likewise.
8899 (free_mem_ref_resources) Likewise.
8901 2015-06-01 Martin Liska <mliska@suse.cz>
8903 * var-tracking.c (variable_htab_free):Use new type-based
8905 (attrs_list_clear) Likewise.
8906 (attrs_list_insert) Likewise.
8907 (attrs_list_copy) Likewise.
8908 (shared_hash_unshare) Likewise.
8909 (shared_hash_destroy) Likewise.
8910 (unshare_variable) Likewise.
8911 (var_reg_delete_and_set) Likewise.
8912 (var_reg_delete) Likewise.
8913 (var_regno_delete) Likewise.
8914 (drop_overlapping_mem_locs) Likewise.
8915 (variable_union) Likewise.
8916 (insert_into_intersection) Likewise.
8917 (canonicalize_values_star) Likewise.
8918 (variable_merge_over_cur) Likewise.
8919 (dataflow_set_merge) Likewise.
8920 (remove_duplicate_values) Likewise.
8921 (variable_post_merge_new_vals) Likewise.
8922 (dataflow_set_preserve_mem_locs) Likewise.
8923 (dataflow_set_remove_mem_locs) Likewise.
8924 (variable_from_dropped) Likewise.
8925 (variable_was_changed) Likewise.
8926 (set_slot_part) Likewise.
8927 (clobber_slot_part) Likewise.
8928 (delete_slot_part) Likewise.
8929 (loc_exp_insert_dep) Likewise.
8930 (notify_dependents_of_changed_value) Likewise.
8931 (emit_notes_for_differences_1) Likewise.
8932 (vt_emit_notes) Likewise.
8933 (vt_initialize) Likewise.
8934 (vt_finalize) Likewise.
8936 2015-06-01 Martin Liska <mliska@suse.cz>
8938 * ira-color.c (init_update_cost_records):Use new type-based
8940 (get_update_cost_record) Likewise.
8941 (free_update_cost_record_list) Likewise.
8942 (finish_update_cost_records) Likewise.
8943 (initiate_cost_update) Likewise.
8945 2015-06-01 Martin Liska <mliska@suse.cz>
8947 * lra.c (init_insn_regs): Use new type-based pool allocator.
8948 (new_insn_reg) Likewise.
8949 (free_insn_reg) Likewise.
8950 (free_insn_regs) Likewise.
8951 (finish_insn_regs) Likewise.
8952 (init_insn_recog_data) Likewise.
8953 (init_reg_info) Likewise.
8954 (finish_reg_info) Likewise.
8955 (lra_free_copies) Likewise.
8956 (lra_create_copy) Likewise.
8957 (invalidate_insn_data_regno_info) Likewise.
8959 2015-06-01 Martin Liska <mliska@suse.cz>
8961 * lra-lives.c (free_live_range): Use new type-based pool allocator.
8962 (free_live_range_list) Likewise.
8963 (create_live_range) Likewise.
8964 (copy_live_range) Likewise.
8965 (lra_merge_live_ranges) Likewise.
8966 (remove_some_program_points_and_update_live_ranges) Likewise.
8967 (lra_live_ranges_init) Likewise.
8968 (lra_live_ranges_finish) Likewise.
8970 2015-06-01 Martin Liska <mliska@suse.cz>
8972 * et-forest.c (et_new_occ): Use new type-based pool allocator.
8973 (et_new_tree): Likewise.
8974 (et_free_tree): Likewise.
8975 (et_free_tree_force): Likewise.
8976 (et_free_pools): Likewise.
8977 (et_split): Likewise.
8979 2015-06-01 Martin Liska <mliska@suse.cz>
8981 * alloc-pool.c (struct alloc_pool_descriptor): Move definition
8983 * alloc-pool.h (pool_allocator::pool_allocator): New function.
8984 (pool_allocator::release): Likewise.
8985 (inline pool_allocator::release_if_empty): Likewise.
8986 (inline pool_allocator::~pool_allocator): Likewise.
8987 (pool_allocator::allocate): Likewise.
8988 (pool_allocator::remove): Likewise.
8990 2015-06-01 James Greenhalgh <james.greenhalgh@arm.com>
8992 * sched-deps.c (sched_analyze_2): Replace fuseable with fusible
8995 2015-06-01 James Greenhalgh <james.greenhalgh@arm.com>
8997 * gcc/config/arm/arm-protos.h (tune_params): Rename fuseable_ops
8999 * gcc/config/arm/arm.c (arm_print_tune_info): Likewise.
9000 (arm_macro_fusion_p): Likewise.
9001 (arm_macro_fusion_pair_p): Likewise.
9003 2015-06-01 James Greenhalgh <james.greenhalgh@arm.com>
9005 * config/aarch64/aarch64-protos.h (tune_params): Rename
9006 fuseable_ops to fusible_ops.
9007 * config/aarch64/aarch64.c (generic_tunings): Rename
9008 fuseable_ops to fusible_ops.
9009 (cortexa53_tunings): Likewise.
9010 (cortexa57_tunings): Likewise.
9011 (thunderx_tunings): Likewise.
9012 (xgene1_tunings): Likewise.
9013 (aarch64_macro_fusion_p): Likewise.
9014 (aarch64_macro_fusion_pair_p): Likewise.
9016 2015-06-01 Dominik Vogt <vogt@linux.vnet.ibm.com>
9018 * config/s390/driver-native.c: New file.
9019 * config/s390/x-native: New file.
9020 * config.host: Add new files for s390.
9021 * config/s390/s390.h (DRIVER_SELF_SPECS): Add support for -mtune=native
9023 * config.gcc: Likewise.
9024 * config/s390/s390.opt (march): Likewise; add PROCESSOR_NATIVE
9025 * config/s390/s390-opts.h (enum processor_type): Ditto.
9026 * config/s390/s390.c (s390_option_override): Catch unhandled
9029 2015-06-01 Ilya Enkovich <ilya.enkovich@intel.com>
9032 * cgraph.c (cgraph_edge::redirect_call_stmt_to_callee): Add
9033 redirection for instrumented calls.
9034 * lto-wrapper.c (merge_and_complain): Merge -fcheck-pointer-bounds.
9035 (append_compiler_options): Append -fcheck-pointer-bounds.
9036 * tree-chkp.h (chkp_copy_call_skip_bounds): New.
9037 (chkp_redirect_edge): New.
9038 * tree-chkp.c (chkp_copy_call_skip_bounds): New.
9039 (chkp_redirect_edge): New.
9041 2015-06-01 Richard Biener <rguenther@suse.de>
9043 PR tree-optimization/66280
9044 * tree-vect-slp.c (vect_detect_hybrid_slp_stmts): Fix pattern
9047 2015-06-01 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
9049 * config/aarch64/aarch64.md
9050 (*<LOGICAL:optab>_one_cmpl_<SHIFT:optab><mode>3): Change type to
9053 2015-06-01 Eric Botcazou <ebotcazou@adacore.com>
9055 * config/i386/winnt.c (i386_pe_encode_section_info) <FUNCTION_DECL>:
9056 Remove obsolete kludge.
9058 2015-06-01 Richard Biener <rguenther@suse.de>
9060 * tree-ssa-reassoc.c (get_rank): Simplify.
9062 2015-05-31 H.J. Lu <hongjiu.lu@intel.com>
9064 * configure.ac (NO_PIE_CFLAGS): Check CXXFLAGS instead of CFLAGS.
9065 * configure: Regenerated.
9067 2015-05-31 Mikhail Maltsev <maltsevm@gmail.com>
9069 * config/cris/cris.h (CRIS_ARCH_CPP_DEFAULT): Fix C++11 compatibility
9070 issue (add space between string literal and macro).
9071 * config/i386/mingw32.h (REAL_LIBGCC_SPEC): Likewise.
9073 2015-05-30 Andreas Schwab <schwab@linux-m68k.org>
9075 * config/m68k/m68k.h (ASM_PCREL_SPEC): Pass --pcrel also for
9076 implict or explicit -fPIE or -fpie.
9078 2015-05-30 Mike Frysinger <vapier@gentoo.org>
9080 * gcc/config/alpha/elf.h (ASM_SPEC): Add %{mcpu=*:-m%*}.
9082 2015-05-28 DJ Delorie <dj@redhat.com>
9084 * expmed.c (extract_bit_field_1): Avoid clobbering a
9085 yet-to-be-used base/index register.
9087 2015-05-30 Jan Hubicka <hubicka@ucw.cz>
9089 * alias.c (alias_set_entry_d): Add is_pointer and has_pointer.
9090 (alias_stats): Add num_universal.
9091 (alias_set_subset_of): Special case pointers; be ready for NULL
9093 (alias_sets_conflict_p): Special case pointers; be ready for NULL
9095 (init_alias_set_entry): Break out from ...
9096 (record_alias_subset): ... here; propagate new fields;
9097 allocate children only when really needed.
9098 (get_alias_set): Do less generous pointer globbing.
9099 (dump_alias_stats_in_alias_c): Update statistics.
9101 2015-05-30 Alan Modra <amodra@gmail.com>
9103 * config/rs6000/rs6000.c (split_stack_arg_pointer_used_p): Scan
9104 correct block for use of r12.
9105 (rs6000_expand_split_stack_prologue): Error on r29 asm global reg.
9107 2015-05-29 Dominik Vogt <vogt@linux.vnet.ibm.com>
9110 * config/s390/s390.c (s390_reorg): Fix placement of post-label NOPs
9113 2015-05-29 Jakub Jelinek <jakub@redhat.com>
9115 PR tree-optimization/66142
9116 * tree-if-conv.c (if_convertible_phi_p): Don't give up on
9117 virtual phis that feed themselves.
9119 2015-05-29 Richard Biener <rguenther@suse.de>
9121 PR tree-optimization/66314
9122 * tree-ssa-threadupdate.c (create_block_for_threading): Add
9123 parameter that says which loop the new block belongs to.
9124 (ssa_create_duplicates): Blocks duplicated for the threaded
9125 path belong to the loop of the thread destination.
9127 2015-05-29 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
9129 * config/arm/neon-testgen.ml (emit_epilogue): Remove manual call
9130 to cleanup-saved-temps.
9131 * doc/sourcebuild.texi (Clean up generated test files): Expand
9133 (dg-keep-saved-temps): Document new proc.
9134 (cleanup-ipa-dump, cleanup-rtl-dump, cleanup-tree-dump,
9135 cleanup-saved-temps): Remove.
9137 2015-05-28 Andreas Tobler <andreast@gcc.gnu.org>
9139 * configure.ac: Move the atoll check from AC_CHECK_FUNCS to
9141 * configure: Regenerate.
9143 2015-05-28 Mike Frysinger <vapier@gentoo.org>
9145 * config/nios2/linux.h (CPP_SPEC): Define.
9147 2015-05-28 Mike Frysinger <vapier@gentoo.org>
9149 * config/microblaze/linux.h (CPP_SPEC): Define.
9151 2015-05-28 Mike Frysinger <vapier@gentoo.org>
9153 * config/pa/pa-linux.h (CPP_SPEC): Change so -D_REENTRANT is used when
9154 -pthread is specified.
9156 2015-05-28 Richard Biener <rguenther@suse.de>
9158 * tree-vect-loop.c (vect_fixup_reduc_chain): New function.
9159 (vect_fixup_scalar_cycles_with_patterns): Likewise.
9160 (vect_analyze_loop_2): Call vect_fixup_scalar_cycles_with_patterns
9161 after pattern recog.
9162 (vect_create_epilog_for_reduction): Properly handle reductions
9164 (vectorizable_reduction): Likewise.
9165 * tree-vect-slp.c (vect_analyze_slp_instance): Properly mark
9167 (vect_get_constant_vectors): Create the correct number of
9168 initial values for reductions.
9169 (vect_schedule_slp_instance): Handle reduction chains that are
9170 type changing properly.
9171 * tree-vect-stmts.c (vect_analyze_stmt): Adjust.
9173 2015-05-28 Richard Biener <rguenther@suse.de>
9175 PR tree-optimization/66142
9176 * tree-ssa-sccvn.c (vn_reference_lookup_3): Handle non-GIMPLE
9177 values better in memcpy destination handling. Handle non-aliasing
9180 2015-05-28 Lawrence Velázquez <vq@larryv.me>
9183 * config/darwin-c.c (version_components): New global enum.
9184 (parse_version, version_as_legacy_macro)
9185 (version_as_modern_macro, macosx_version_as_macro): New functions.
9186 (version_as_macro): Remove.
9187 (darwin_cpp_builtins): Use new function.
9189 2015-05-28 H.J. Lu <hongjiu.lu@intel.com>
9191 * builtins.c (expand_builtin_acc_on_device): Mark parameters
9192 with ATTRIBUTE_UNUSED.
9194 2015-05-28 Julian Brown <julian@codesourcery.com>
9198 * builtins.c (expand_builtin_acc_on_device): Don't use open-coded
9199 sequence for !ACCEL_COMPILER.
9201 2015-05-28 Nick Clifton <nickc@redhat.com>
9203 * config/rx/rx.c (push_regs): New function. Extracts code from...
9204 (rx_expand_prologue): ... here. Use push_regs to push even small
9206 (pop_regs): New function.
9207 (rx_expand_epilogue): Use pop_regs to pop even small spans of
9210 2015-05-28 Richard Biener <rguenther@suse.de>
9212 * tree-vectorizer.h (struct _slp_instance): Remove body_cost_vec
9214 (SLP_INSTANCE_BODY_COST_VEC): Remove.
9215 (vect_update_slp_costs_according_to_vf): Likewise.
9216 (vect_slp_analyze_operations): Update prototype.
9217 * tree-vect-loop.c (vect_analyze_loop_2): Remove call to
9218 vect_update_slp_costs_according_to_vf, adjust.
9219 * tree-vect-slp.c (vect_free_slp_instance): Adjust.
9220 (vect_analyze_slp_cost_1): Likewise.
9221 (vect_analyze_slp_cost): Likewise. Properly deal with
9222 widening reduction ops. Commit body costs.
9223 (vect_analyze_slp_instance): Adjust. Do not analyze SLP
9224 cost for loops from here.
9225 (vect_slp_analyze_operations): But do it from here when
9226 the vectorization factor is known and stmts are analyzed.
9227 (vect_bb_vectorization_profitable_p): Simplify.
9228 (vect_slp_analyze_bb_1): Do not compute SLP cost here.
9229 (vect_update_slp_costs_according_to_vf): Remove.
9231 2015-05-27 Magnus Granberg <zorry@gentoo.org>
9232 H.J. Lu <hongjiu.lu@intel.com>
9234 * Makefile.in (COMPILER): Add @NO_PIE_CFLAGS@.
9235 (BUILD_CFLAGS): Likewise.
9236 (BUILD_CXXFLAGS): Likewise.
9237 (LINKER): Add @NO_PIE_FLAG@.
9238 (BUILD_LDFLAGS): Likewise.
9239 (libgcc.mvars): Set NO_PIE_CFLAGS to -fno-PIE for
9240 --enable-default-pie.
9241 * common.opt (fPIE): Initialize to -1.
9243 (no-pie): New option.
9244 (pie): Replace "Negative(shared)" with "Negative(no-pie)".
9245 * configure.ac: Add --enable-default-pie.
9246 (NO_PIE_CFLAGS): New. Check if -fno-PIE works. AC_SUBST.
9247 (NO_PIE_FLAG): New. Check if -no-pie works. AC_SUBST.
9248 * defaults.h (DEFAULT_FLAG_PIE): New. Default PIE to -fPIE.
9249 * gcc.c (NO_PIE_SPEC): New.
9250 (PIE_SPEC): Likewise.
9251 (NO_FPIE1_SPEC): Likewise.
9252 (FPIE1_SPEC): Likewise.
9253 (NO_FPIE2_SPEC): Likewise.
9254 (FPIE2_SPEC): Likewise.
9255 (NO_FPIE2_SPEC): Likewise.
9256 (FPIE_SPEC): Likewise.
9257 (NO_FPIE_SPEC): Likewise.
9258 (NO_FPIC1_SPEC): Likewise.
9259 (FPIC1_SPEC): Likewise.
9260 (NO_FPIC2_SPEC): Likewise.
9261 (FPIC2_SPEC): Likewise.
9262 (NO_FPIC2_SPEC): Likewise.
9263 (FPIC_SPEC): Likewise.
9264 (NO_FPIC_SPEC): Likewise.
9265 (NO_FPIE1_AND_FPIC1_SPEC): Likewise.
9266 (FPIE1_OR_FPIC1_SPEC): Likewise.
9267 (NO_FPIE2_AND_FPIC2_SPEC): Likewise.
9268 (FPIE2_OR_FPIC2_SPEC): Likewise.
9269 (NO_FPIE_AND_FPIC_SPEC): Likewise.
9270 (FPIE_OR_FPIC_SPEC): Likewise.
9271 (LD_PIE_SPEC): Likewise.
9272 (LINK_PIE_SPEC): Handle -no-pie. Use PIE_SPEC and LD_PIE_SPEC.
9273 * opts.c (finish_options): Update opts->x_flag_pie if it is -1.
9274 * config/darwin.h (PIE_SPEC): Renamed to ...
9275 (DARWIN_PIE_SPEC): This.
9276 (LINK_SPEC): Replace PIE_SPEC with DARWIN_PIE_SPEC.
9277 * config/darwin9.h (PIE_SPEC): Renamed to ...
9278 (DARWIN_PIE_SPEC): This.
9279 * config/gnu-user.h (GNU_USER_TARGET_STARTFILE_SPEC): Use
9280 PIE_SPEC and NO_PIE_SPEC if HAVE_LD_PIE is defined.
9281 * config/openbsd.h (ASM_SPEC): Use FPIE1_OR_FPIC1_SPEC and
9282 FPIE2_OR_FPIC2_SPEC.
9283 * config/m68k/netbsd-elf.h (ASM_SPEC): Likewise.
9284 * config/m68k/openbsd.h (ASM_SPEC): Likewise.
9285 * gcc/config/sol2.h (ASM_PIC_SPEC): Likewise.
9286 * config/arm/freebsd.h (SUBTARGET_EXTRA_ASM_SPEC): Likewise.
9287 * config/arm/netbsd-elf.h (SUBTARGET_EXTRA_ASM_SPEC): Likewise.
9288 * config/arm/semi.h (SUBTARGET_EXTRA_ASM_SPEC): Likewise.
9289 * config/cris/linux.h (CRIS_ASM_SUBTARGET_SPEC): Likewise.
9290 * config/m32r/m32r.h (ASM_SPEC): Likewise.
9291 * config/m68k/uclinux.h (DRIVER_SELF_SPECS): Likewise.
9292 * config/rs6000/linux64.h (ASM_SPEC32): Likewise.
9293 * config/rs6000/sysv4.h (ASM_SPEC): Likewise.
9294 * config/sparc/freebsd.h (ASM_SPEC): Likewise.
9295 * config/sparc/linux.h (ASM_SPEC): Likewise.
9296 * config/sparc/linux64.h (ASM_SPEC): Likewise.
9297 * config/sparc/netbsd-elf.h (ASM_SPEC): Likewise.
9298 * config/sparc/openbsd64.h (ASM_SPEC): Likewise.
9299 * config/sparc/sp-elf.h (ASM_SPEC): Likewise.
9300 * config/sparc/sp64-elf.h (ASM_SPEC): Likewise.
9301 * config/sparc/sparc.h (ASM_SPEC): Likewise.
9302 * config/sparc/sysv4.h (ASM_SPEC): Likewise.
9303 * config/sparc/vxworks.h (ASM_SPEC): Likewise.
9304 * config/c6x/elf-common.h (ASM_SPEC): Use NO_FPIC2_SPEC,
9305 FPIC2_SPEC, FPIC1_SPEC and FPIC2_SPEC.
9306 * config/c6x/uclinux-elf.h (LINK_SPEC): Use FPIE_SPEC.
9307 * config/frv/frv.h (DRIVER_SELF_SPECS): Use FPIC_SPEC,
9308 NO_FPIC_SPEC and NO_FPIE1_AND_FPIC1_SPEC.
9309 (ASM_SPEC): Use FPIE1_OR_FPIC1_SPEC and FPIE2_OR_FPIC2_SPEC.
9310 * config/m68k/m68k.h (ASM_PCREL_SPEC): Use FPIC_SPEC and NO_FPIC_SPEC.
9311 * config/mips/gnu-user.h (NO_SHARED_SPECS): Use NO_FPIE_AND_FPIC_SPEC.
9312 * config/mips/vxworks.h (SUBTARGET_ASM_SPEC): Use FPIC_SPEC.
9313 * config/rs6000/freebsd64.h (ASM_SPEC32): Likewise.
9314 * config/rs6000/vxworks.h (ASM_SPEC): Likewise.
9315 * config/vax/linux.h (ASM_SPEC): Likewise.
9316 * doc/install.texi: Document --enable-default-pie.
9317 * doc/invoke.texi: Document -no-pie.
9318 * config.in: Regenerated.
9319 * configure: Likewise.
9321 2015-05-28 Thomas Preud'homme <thomas.preudhomme@arm.com>
9323 PR rtl-optimization/66168
9324 * loop-invariant.c (move_invariant_reg): Pass dest rather than reg to
9325 can_move_invariant_reg.
9327 2015-05-27 John David Anglin <danglin@gcc.gnu.org>
9330 * config/pa/pa.c (pa_emit_move_sequence): Correct placement of
9331 REG_EQUAL note when doing insert.
9333 * config/pa/pa.c (pa_print_operand): Use HOST_WIDE_INT_PRINT_DEC
9334 instead of "%d" for 'o' operand.
9336 2015-05-27 Nathan Sidwell <nathan@acm.org>
9339 * tree.c (build_pointer_type_for_mode): Canonical type does not
9340 inherit can_alias_all.
9341 (build_reference_type_for_mode): Likewise.
9343 2015-05-27 Eric Botcazou <ebotcazou@adacore.com>
9345 * expr.h (array_at_struct_end_p): Move to...
9346 (array_ref_element_size): Likewise.
9347 (component_ref_field_offset): Likewise.
9348 * tree.h (array_ref_element_size): ...here.
9349 (array_at_struct_end_p): Likewise.
9350 (component_ref_field_offset): Likewise.
9351 * expr.c (array_ref_element_size): Move to...
9352 (array_ref_low_bound): Likewise.
9353 (array_at_struct_end_p): Likewise.
9354 (array_ref_up_bound): Likewise.
9355 (component_ref_field_offset): Likewise.
9356 * tree.c (array_ref_element_size): ...here.
9357 (array_ref_low_bound): Likewise.
9358 (array_ref_up_bound): Likewise.
9359 (array_at_struct_end_p): Likewise.
9360 (component_ref_field_offset): Likewise.
9362 2015-05-27 Gregor Richards <gregor.richards@uwaterloo.ca>
9363 Szabolcs Nagy <szabolcs.nagy@arm.com>
9365 * config/aarch64/aarch64-linux.h (MUSL_DYNAMIC_LINKER): Define.
9367 2015-05-27 Jason Merrill <jason@redhat.com>
9370 * configure.ac: Use ACX_PROG_CXX_WARNING_OPTS,
9371 ACX_PROG_CXX_WARNING_ALMOST_PEDANTIC, and
9372 ACX_PROG_CXX_WARNINGS_ARE_ERRORS.
9374 2015-05-22 Aditya Kumar <hiraditya@msn.com>
9376 * auto-profile.c (afdo_calculate_branch_prob): Break once has_sample
9379 * statistics.c (statistics_fini_pass): Print pass name.
9381 2015-05-27 Richard Biener <rguenther@suse.de>
9383 PR tree-optimization/66272
9385 2014-08-15 Richard Biener <rguenther@suse.de>
9387 PR tree-optimization/62031
9388 * tree-data-ref.c (dr_analyze_indices): Do not set
9389 DR_UNCONSTRAINED_BASE.
9390 (dr_may_alias_p): All indirect accesses have to go the
9391 formerly DR_UNCONSTRAINED_BASE path.
9392 * tree-data-ref.h (struct indices): Remove
9393 unconstrained_base member.
9394 (DR_UNCONSTRAINED_BASE): Remove.
9396 2015-05-27 Aldy Hernandez <aldyh@redhat.com>
9398 * dwarf2out.c: Remove block_map.
9399 (gen_call_site_die): Replace block_map use with BLOCK_DIE.
9400 (gen_lexical_block_die): Same.
9401 (dwarf2out_function_decl): Remove block_map use.
9402 (dwarf2out_c_finalize): Same.
9403 * tree-core.h (struct tree_block): Add die field.
9404 * tree.h (BLOCK_DIE): New.
9406 2015-05-27 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
9409 * expr.c (memory_load_overlap): New function.
9410 (emit_push_insn): When pushing partial args to the stack would
9411 clobber the register part load the overlapping part into a pseudo
9412 and put it into the hard reg after pushing. Change return type
9413 to bool. Add bool argument.
9414 * expr.h (emit_push_insn): Change return type to bool.
9416 * calls.c (expand_call): Cancel sibcall optimization when encountering
9417 partial argument on targets with ARGS_GROW_DOWNWARD and
9418 !STACK_GROWS_DOWNWARD.
9419 (emit_library_call_value_1): Update callsite of emit_push_insn.
9420 (store_one_arg): Likewise.
9422 2015-05-27 Gregor Richards <gregor.richards@uwaterloo.ca>
9424 * config/arm/linux-eabi.h (MUSL_DYNAMIC_LINKER): Define.
9426 2015-05-27 Martin Liska <mliska@suse.cz>
9428 * Makefile.in: Add additional dependencies related to memory report
9430 * alloc-pool.c (allocate_pool_descriptor): Use new ctor.
9431 * bitmap.c (struct bitmap_descriptor_d): Remove.
9432 (struct loc): Likewise.
9433 (struct bitmap_desc_hasher): Likewise.
9434 (bitmap_desc_hasher::hash): Likewise.
9435 (bitmap_desc_hasher::equal): Likewise.
9436 (get_bitmap_descriptor): Likewise.
9437 (bitmap_register): User new memory descriptor API.
9438 (register_overhead): Likewise.
9439 (bitmap_find_bit): Register nsearches and search_iter statistics.
9440 (struct bitmap_output_info): Remove.
9441 (print_statistics): Likewise.
9442 (dump_bitmap_statistics): Use new memory descriptor.
9443 * bitmap.h (struct bitmap_usage): New class.
9444 * genmatch.c: Extend header file inclusion.
9445 * genpreds.c: Likewise.
9446 * ggc-common.c (struct ggc_usage): New class.
9447 (struct ggc_loc_desc_hasher): Remove.
9448 (ggc_loc_desc_hasher::hash): Likewise.
9449 (ggc_loc_desc_hasher::equal): Likewise.
9450 (struct ggc_ptr_hash_entry): Likewise.
9451 (struct ptr_hash_hasher): Likewise.
9452 (ptr_hash_hasher::hash): Likewise.
9453 (ptr_hash_hasher::equal): Likewise.
9454 (make_loc_descriptor): Likewise.
9455 (ggc_prune_ptr): Likewise.
9456 (dump_ggc_loc_statistics): Use new memory descriptor.
9457 (ggc_record_overhead): Likewise.
9458 (ggc_free_overhead): Likewise.
9459 (final_cmp_statistic): Remove.
9460 (cmp_statistic): Likewise.
9461 (ggc_add_statistics): Liekwise.
9462 (ggc_prune_overhead_list): Likewise.
9463 * hash-map-traits.h: New file.
9464 * hash-map.h (struct default_hashmap_traits): Move the traits to a
9465 separate header file.
9466 * hash-set.h: Pass memory statistics info to ctor.
9467 * hash-table.c (void dump_hash_table_loc_statistics): New function.
9468 * hash-table.h (hash_table::hash_table): Add new ctor arguments.
9469 (hash_table::~hash_table): Register memory release operation.
9470 (hash_table::alloc_entries): Handle memory allocation operation.
9471 (hash_table::expand): Likewise.
9472 * inchash.c (iterative_hash_hashval_t): Move implementation to header
9474 (iterative_hash_host_wide_int): Likewise.
9475 * inchash.h (class hash): Likewise.
9476 * mem-stats-traits.h: New file.
9477 * mem-stats.h: New file.
9478 (mem_location): Add new class.
9479 (mem_usage): Likewise.
9480 (mem_alloc_description): Likewise.
9481 * sese.c: Add new header file inclusision.
9482 * toplev.c (dump_memory_report): Add report for hash_table, hash_map
9484 * tree-sra.c: Add new header file inclusision.
9485 * vec.c (struct vec_descriptor): Remove.
9486 (hash_descriptor): Likewise.
9487 (struct vec_usage): Likewise.
9488 (struct ptr_hash_entry): Likewise.
9489 (hash_ptr): Likewise.
9491 (vec_prefix::register_overhead): Use new memory descriptor API.
9492 (vec_prefix::release_overhead): Likewise.
9493 (add_statistics): Remove.
9494 (dump_vec_loc_statistics): Use new memory descriptor API.
9495 * vec.h (struct vec_prefix): Likewise.
9496 (va_heap::reserve): Likewise.
9497 (va_heap::release): Likewise.
9498 * emit-rtl.c (gen_raw_REG): Fix passing MEM_STAT.
9500 2015-05-27 Richard Biener <rguenther@suse.de>
9502 * tree-vect-stmts.c (vectorizable_load): Initialize slp_perm
9503 earlier and remove ??? comment.
9504 (vect_analyze_stmt): If we are analyzing a pure SLP stmt
9505 and got called from loop analysis bail out. Always pass the SLP
9506 node to the vectorizable_* functions.
9507 * tree-vect-loop.c (vect_analyze_loop_operations): Remove
9508 the premature SLP check here.
9509 * tree-vect-slp.c (vect_detect_hybrid_slp_stmts): Dump hybrid
9511 (vect_detect_hybrid_slp_1): Likewise.
9513 2015-05-26 Jeff Law <law@redhat.com>
9515 * combine.c (find_split_point): Verify that the shift count is a
9516 constant when choosing (plus (ashift ...)) as a split point.
9518 * tree-ssa-threadupdate.c: Replace 8 space sequences with tabs.
9519 No functional changes.
9521 2015-05-26 Jan Hubicka <hubicka@ucw.cz>
9523 * ipa-polymorphic-call.c
9524 (ipa_polymorphic_call_context::get_dynamic_type): Short circuit the
9525 case when call target is already known.
9527 2015-05-26 Oleg Endo <olegendo@gcc.gnu.org>
9530 * config/sh/sh.md (tstsi_t peephole2): Use gen_rtx_SET and
9531 take into account the case that operands[1] and operands[2]
9532 are the same register.
9534 2015-05-26 Michael Matz <matz@suse.de>
9538 * tree-vect-stmts.c (vect_model_store_cost): Handled strided group
9540 (vect_create_vectorized_demotion_stmts): Always set
9541 STMT_VINFO_VEC_STMT, also with SLP.
9542 (vectorizable_store): Handle strided group stores.
9544 2015-05-26 Venkataramanan Kumar <venkataramanan.kumar@amd.com>
9547 * config/aarch64/aarch64.md
9548 (*adds_shift_imm_<mode>): New pattern.
9549 (*subs_shift_imm_<mode>): Likewise.
9550 (*adds_<optab><ALLX:mode>_shift_<GPI:mode>): Likewise.
9551 (*subs_<optab><ALLX:mode>_shift_<GPI:mode>): Likewise.
9552 (*add_uxt<mode>_shift2): Likewise.
9553 (*add_uxtsi_shift2_uxtw): Likewise.
9554 (*sub_uxt<mode>_shift2): Likewise.
9555 (*sub_uxtsi_shift2_uxtw): Likewise.
9557 2015-05-26 David Edelsohn <dje.gcc@gmail.com>
9559 * config/rs6000/constraints.md (Y, U): Use match_test.
9561 2015-05-26 Christian Bruel <christian.bruel@st.com>
9564 * config/arm/arm.c (arm_option_check_internal)
9565 (arm_option_params_internal): Check opts->target_flags to set macros.
9566 (TREE_TARGET_ARM, TREE_TARGET_THUMB)
9567 (TREE_TARGET_THUMB1, TREE_TARGET_THUMB2) Replace with...
9568 (TARGET_ARM_P, TARGET_THUMB_P, TARGET_THUMB1_P, TARGET_THUMB2_P)
9569 (builtin_define): Replaced with def_or_undef_macro.
9570 * config/arm/arm.h (TREE_TARGET_ARM, TREE_TARGET_THUMB)
9571 TREE_TARGET_THUMB1, TREE_TARGET_THUMB2) Redefine with...
9572 (TARGET_ARM_P, TARGET_THUMB_P, TARGET_THUMB1_P, TARGET_THUMB2_P)
9573 (TARGET_32BIT_P, TARGET_ARM_QBIT_P, TARGET_ARM_SAT_P, TARGET_IDIV_P)
9574 (TARGET_HAVE_LDREX_P, TARGET_HAVE_LDREXBH_P, TARGET_HAVE_LDREXD_P)
9575 (TARGET_ARM_FEATURE_LDREX_P)
9576 (TARGET_DSP_MULTIPLY_P, TARGET_INT_SIMD_P): New macros.
9577 * config/arm/arm-c.c (def_or_undef_macro): New function.
9578 (arm_cpu_cpp_builtins): Use def_or_undef_macro for macros definition.
9580 2015-05-26 Christian Bruel <christian.bruel@st.com>
9582 * c-common.h (builtin_define_with_int_value)
9583 (builtin_define_type_sizeof): Declare.
9584 * c-cppbuiltin.c (builtin_define_with_int_value)
9585 (builtin_define_type_sizeof): Externalize.
9586 (builtin_define_std): Cleanup declaration.
9587 * config/arm/arm-protos.h (arm_cpu_cpp_builtins): Declare.
9588 * config/arm/arm.h (TARGET_CPU_CPP_BUILTINS): Move macro defines into...
9589 * config/arm/arm-c.c (arm_cpu_cpp_builtins): New function.
9590 (builtin_define, builtin_assert): New macros.
9592 2015-05-26 Richard Biener <rguenther@suse.de>
9594 PR tree-optimization/66142
9595 * tree-ssa-sccvn.c (vn_reference_lookup_3): Manually compare
9596 MEM_REFs for the same base address.
9598 2015-05-26 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
9601 * tree.c (verify_type_variant): Do not check TYPE_NO_FORCE_BLK.
9603 2015-05-26 Jason Merrill <jason@redhat.com>
9605 * configure.ac: Set CXXFLAGS for ISL test.
9606 * configure: Regenerate.
9608 * configure.ac: Use C++ for all tests. Use AC_CHECK_DECLS for
9609 strstr and basename.
9610 * configure: Regenerate.
9612 2015-05-26 Richard Biener <rguenther@suse.de>
9614 * fold-const.c (fold_binary_loc): Move X % -Y -> X % Y and
9615 X % C -> X & (C - 1) for C being a power-of two to ...
9616 * match.pd: ... patterns.
9618 2015-05-26 Marc Glisse <marc.glisse@inria.fr>
9620 * match.pd (swapped_tcc_comparison): New operator list.
9621 (-A CMP -B): New simplification.
9622 * fold-const.c (fold_comparison): Remove corresponding code.
9624 2015-05-26 Richard Sandiford <richard.sandiford@arm.com>
9626 * caller-save.c (init_caller_save): Base temporary register numbers
9627 on LAST_VIRTUAL_REGISTER + 1 rather than FIRST_PSEUDO_REGISTER.
9628 * cfgloopanal.c (init_set_costs): Likewise.
9629 * dojump.c (prefer_and_bit_test): Likewise.
9630 * expr.c (init_expr_target): Likewise.
9631 * ira.c (setup_prohibited_mode_move_regs): Likewise.
9632 * lower-subreg.c (init_lower_subreg): Likewise.
9633 * postreload.c (reload_cse_regs_1): Likewise.
9635 2015-05-26 Richard Sandiford <richard.sandiford@arm.com>
9637 * gensupport.h (compute_test_codes): Declare.
9638 * gensupport.c (compute_predicate_codes): Rename to...
9639 (compute_test_codes): ...this. Generalize error message.
9640 (process_define_predicate): Update accordingly.
9641 * genpreds.c (compute_maybe_allows): Delete.
9642 (add_constraint): Use compute_test_codes to determine whether
9643 something can accept a SUBREG, REG or MEM.
9645 2015-05-26 Torvald Riegel <triegel@redhat.com>
9647 * doc/extend.texi (__atomic Builtins): Use 'memory order' instead of
9648 'memory model' to align with C++11; fix description of memory orders;
9651 2015-05-26 Richard Biener <rguenther@suse.de>
9653 * tree-vect-loop.c (vect_update_vf_for_slp): Split out from ...
9654 (vect_analyze_loop_operations): ... here. Remove slp parameter,
9655 detect whether we apply SLP. Remove call to
9656 vect_update_slp_costs_according_to_vf.
9657 (vect_analyze_loop_2): Call vect_update_vf_for_slp and
9658 vect_update_slp_costs_according_to_vf from here. Dispatch
9659 to vect_slp_analyze_operations to analyze SLP stmts.
9660 * tree-vect-slp.c (vect_slp_analyze_node_operations): Drop
9661 unused bb_vec_info parameter, adjust assert.
9662 (vect_slp_analyze_operations): Pass in the slp instance tree
9663 instead of bb_vec_info.
9664 (vect_slp_analyze_bb_1): Adjust call to vect_slp_analyze_operations.
9665 * tree-vectorizer.h (vect_slp_analyze_operations): Declare.
9667 2015-05-25 Alexander Monakov <amonakov@ispras.ru>
9669 * config/i386/i386.h (enum reg_class): Move CLOBBERED_REGS prior to
9670 Q_REGS. Expand comment.
9671 (REG_CLASS_NAMES): Ditto.
9672 (REG_CLASS_CONTENTS): Ditto.
9674 2015-05-25 Uros Bizjak <ubizjak@gmail.com>
9677 * config/i386/i386.c (print_reg): Only print "r" for TARGET_64BIT
9678 when LEGACY_INT_REGNO_P is processed.
9680 2015-05-25 Alexander Monakov <amonakov@ispras.ru>
9682 * config/i386/i386.c (ix86_function_ok_for_sibcall): Check flag_plt.
9684 2015-05-25 Pitchumani Sivanupandi <pitchumani.s@atmel.com>
9686 * config/avr/avr.c (avr_out_load_psi_reg_no_disp_tiny): Restore base
9687 register if not marked dead/unused, before return.
9689 2015-05-24 Jan Hubicka <hubicka@ucw.cz>
9692 * ipa-devirt.c (type_with_linkage): Check that TYPE_STUB_DECL
9693 is set; check for assembler name at LTO time.
9694 (type_in_anonymous_namespace): Remove hacks, check that all
9695 anonymous types are called "<anon>"
9696 (odr_type_p): Simplify; add check for "<anon>"
9697 (odr_subtypes_equivalent): Add odr_type_p check.
9698 * tree.c (need_assembler_name_p): Even anonymous namespace needs
9701 2015-05-24 Jan Hubicka <hubicka@ucw.cz>
9703 * ipa-utils.h (method_class_type): Remove.
9704 * cgraphunit.c (walk_polymorphic_call_targets): Use
9705 TYPE_METHOD_BASETYPE.
9706 * ipa-devirt.c (type_in_anonymous_namespace_p): Check that it is called
9707 on main variants only.
9708 (method_class_type): Remove.
9709 (update_type_inheritance_graph): Use TYPE_METHOD_BASETYPE.
9710 (build_type_inheritance_graph): Likewise.
9711 * ipa-icf.c (sem_function::equals_wpa): Likewise.
9712 * pa-polymorphic-call.c (decl_maybe_in_construction_p,
9713 check_stmt_for_type_change): Use TYPE_METHOD_BASETYPE.
9715 2015-05-24 Jan Hubicka <hubicka@ucw.cz>
9717 * tree.c (prototype_p, virtual_method_call_p, obj_type_ref_class,
9718 is_typedef_decl, typedef_variant_p): Constify.
9719 * tree.h (prototype_p, virtual_method_call_p, obj_type_ref_class,
9720 is_typedef_decl, typedef_variant_p): Constify.
9722 2015-05-23 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
9724 * defaults.h (gen_tablejump): New function.
9725 (HAVE_tablejump): Add default value.
9729 2015-05-23 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
9731 * defaults.h (gen_store_multiple): New function.
9732 (HAVE_store_multiple): Add default value.
9733 * expr.c (move_block_from_reg): Adjust.
9735 2015-05-23 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
9737 * defaults.h (gen_load_multiple): New function.
9738 (HAVE_load_multiple): Add default value.
9739 * expr.c (move_block_to_reg): Adjust.
9741 2015-05-23 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
9743 * defaults.h (gen_mem_signal_fence): New function.
9744 (HAVE_mem_signal_fence): Add default value.
9747 2015-05-23 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
9749 * defaults.h (gen_memory_barrier): New function.
9750 (HAVE_memory_barrier): Add default value.
9753 2015-05-23 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
9755 * defaults.h (gen_mem_thread_fence): New function.
9756 (HAVE_mem_thread_fence): Add default definition.
9759 2015-05-23 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
9761 * combine.c (find_split_point): Check the value of HAVE_lo_sum
9762 instead of if it is defined.
9763 (combine_simplify_rtx): Likewise.
9764 * lra-constraints.c (process_address_1): Likewise.
9765 * config/darwin.c: Adjust.
9766 * genconfig.c (main): Always define HAVE_lo_sum.
9768 2015-05-23 Prathamesh Kulkarni <prathamesh.kulkarni@linaro.org>
9770 * genmatch.c (parser::parse_operation): Reject expanding
9771 operator-list inside 'for'.
9773 2015-05-23 Prathamesh Kulkarni <prathamesh.kulkarni@linaro.org>
9775 * genmatch.c (parser::parse_for): Reject iterator if used as
9778 2015-05-23 Prathamesh Kulkarni <prathamesh.kulkarni@linaro.org>
9780 * genmatch.c (parser::parse_operator_list): Check for CPP_CLOSE_PAREN
9781 after end of id-list.
9783 2015-05-22 Jan Hubicka <hubicka@ucw.cz>
9785 * tree.c (gimple_canonical_types_compatible_p): Sanity check that
9786 we do not try to compute canonical type for type that does not need
9788 (verify_type): Drop FIXME for METHOD_TYPE, update FIXME for
9790 * tree.h (type_with_alias_set_p): New.
9792 2015-05-22 Jan Hubicka <hubicka@ucw.cz>
9794 * tree.c (gimple_canonical_types_compatible_p): Do not compare
9795 function attributes.
9796 (verify_type): Remove METHOD_TYPE FIXME; update FUNCTION_TYPE.
9798 2015-05-22 Jim Wilson <jim.wilson@linaro.org>
9800 * Makefile.in (check_gcc_parallelize): Delete.
9801 (lang_checks_parallelized): Update comment.
9803 2015-05-22 Mikhail Maltsev <maltsevm@gmail.com>
9805 PR rtl-optimization/66237
9806 * bb-reorder.c (fix_crossing_conditional_branches): Fix wrong
9807 location of an "as_a" cast.
9809 2015-05-22 Jeff Law <law@redhat.com>
9811 * config/pa/pa.md (non-canonical shift-add insns): Remove.
9812 (peepholes with non-canonical RTL sources): Remove.
9813 (peepholes for indexed stores of FP regs in integer modes): Match and
9814 generate canonical RTL.
9816 2015-05-22 Marc Glisse <marc.glisse@inria.fr>
9818 PR tree-optimization/63387
9819 * match.pd ((X /[ex] A) * A -> X): Remove unnecessary condition.
9820 ((x ord x) & (y ord y) -> (x ord y),
9821 (x ord x) & (x ord y) -> (x ord y)): New simplifications.
9822 * fold-const.c (tree_unary_nonnegative_warnv_p) <ABS_EXPR>: Handle
9823 vectors like scalars.
9825 2015-05-22 Marc Glisse <marc.glisse@inria.fr>
9827 * convert.c (convert_to_integer, convert_to_vector): Include the
9828 types in the error message.
9830 2015-05-22 Marc Glisse <marc.glisse@inria.fr>
9832 * match.pd ((x | y) & ~x -> y & ~x, (x & y) | ~x -> y | ~x): New
9835 2015-05-22 Jeff Law <law@redhat.com>
9837 * config/pa/pa.md (integer_indexed_store splitters): Use
9838 mem_shadd_operand. Use ASHIFT rather than MULT in the resulting
9839 insns -- adjusting the constant 2nd operand accordingly.
9841 * combine.c (try_combine): Canonicalize (plus (mult X pow2) Y) into
9842 (plus (ashift X log2) Y) if it is a split point.
9844 * config/pa/pa.c (mem_shadd_or_shadd_rtx_p): New function factoredx
9845 out of hppa_legitimize_address to handle both forms of a multiply
9847 (hppa_legitimize_address): Use mem_shadd_or_shadd_rtx_p.
9848 Always generate the ASHIFT variant as the result is not directly
9849 used in a MEM. Update comments and refactor slightly to improve
9852 2015-05-22 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
9855 * config/aarch64/aarch64.c (aarch64_short_vector_p): Move above
9856 aarch64_composite_type_p. Remove check for aarch64_composite_type_p.
9857 (aarch64_composite_type_p): Return false if given type and mode are
9860 2015-05-22 Richard Biener <rguenther@suse.de>
9862 * tree-vectorizer.h (struct _slp_oprnd_info): Add second_pattern
9864 * tree-vect-loop.c (vect_analyze_loop_operations): Look at
9865 patterns when determining whether SLP is pure.
9866 (vect_is_slp_reduction): Remove check for pattern stmts.
9867 (vect_is_simple_reduction_1): Remove dead code.
9868 * tree-vect-slp.c (vect_create_oprnd_info): Initialize second_pattern.
9869 (vect_get_and_check_slp_defs): Pass in the stmt number.
9870 Allow the first def in a reduction to be not a pattern stmt when
9871 the rest of the stmts def are patterns.
9872 (vect_build_slp_tree_1): Allow tcc_expression codes like
9873 SAD_EXPR and DOT_PROD_EXPR.
9874 (vect_build_slp_tree): Adjust.
9875 (vect_analyze_slp): Refactor and move BB vect error message ...
9876 (vect_slp_analyze_bb_1): ... here.
9878 2015-05-22 Aldy Hernandez <aldyh@redhat.com>
9880 * tree-switch-conversion.c (build_one_array): Set DECL_IGNORED_P
9881 for CSWTCH temporary.
9883 2015-05-22 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
9885 * config/arm/arm.c (arm_new_rtx_costs): Handle UNSPEC_VOLATILE.
9886 (arm_unspec_cost): Allow UNSPEC_VOLATILE. Do not recurse inside
9889 2015-05-22 Richard Biener <rguenther@suse.de>
9891 PR tree-optimization/66251
9892 * tree-vect-stmts.c (vectorizable_conversion): Properly
9893 set STMT_VINFO_VEC_STMT even for the SLP case.
9895 2015-05-22 Marek Polacek <polacek@redhat.com>
9897 * doc/extend.texi: Use @pxref instead of @xref.
9899 2015-05-22 hiraditya <hiraditya@msn.com>
9901 * gimple.h (gimple_expr_type): Refactor to make it concise. Remove
9904 2015-05-22 Richard Biener <rguenther@suse.de>
9906 PR tree-optimization/65701
9907 * tree-vect-data-refs.c (vect_enhance_data_refs_alignment):
9908 Move peeling cost models into one place. Peel for alignment
9909 for single loads only if an aligned load is cheaper than
9912 2015-05-22 Marek Polacek <polacek@redhat.com>
9915 * doc/extend.texi (Enumerator Attributes): New section.
9916 Document syntax of enumerator attributes.
9918 2015-05-22 Richard Biener <rguenther@suse.de>
9920 * tree-vect-loop.c (get_reduction_op): New function.
9921 (vect_model_reduction_cost): Use it, add reduc_index parameter.
9922 Make ready for BB reductions.
9923 (vect_create_epilog_for_reduction): Use get_reduction_op.
9924 (vectorizable_reduction): Init reduc_index to a valid value.
9925 Adjust vect_model_reduction_cost call.
9926 * tree-vect-slp.c (vect_get_constant_vectors): Use the proper
9927 operand for reduction defaults. Add SAD_EXPR support.
9928 Assert we have a neutral op for SLP reductions.
9929 * tree-vect-stmts.c (vect_mark_stmts_to_be_vectorized): When
9930 walking pattern stmt ops only recurse to SSA names.
9932 2015-05-22 Richard Biener <rguenther@suse.de>
9934 * tree-vect-patterns.c (vect_recog_dot_prod_pattern): Replace
9935 assert with guard, remove check on detected reduction.
9936 (vect_recog_sad_pattern): Likewise.
9937 (vect_recog_widen_sum_pattern): Likewise.
9939 2015-05-22 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
9941 * config/aarch64/arm_neon.h (vaeseq_u8): Add __extension__ and
9942 __always_inline__ attribute.
9943 (vaesdq_u8): Likewise.
9944 (vaesmcq_u8): Likewise.
9945 (vaesimcq_u8): Likewise.
9946 (vsha1cq_u32): Likewise.
9947 (vsha1mq_u32): Likewise.
9948 (vsha1pq_u32): Likewise.
9949 (vsha1h_u32): Likewise.
9950 (vsha1su0q_u32): Likewise.
9951 (vsha1su1q_u32): Likewise.
9952 (vsha256hq_u32): Likewise.
9953 (vsha256h2q_u32): Likewise.
9954 (vsha256su0q_u32): Likewise.
9955 (vsha256su1q_u32): Likewise.
9956 (vmull_p64): Likewise.
9957 (vmull_high_p64): Likewise.
9959 2015-05-21 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
9961 * final.c (final_scan_insn): Don't check HAVE_peephole with the
9963 * output.h: Likewise.
9964 * genconfig.c (main): Alwways define HAVE_peephole.
9965 * genpeep.c: Don't emit checks of HAVE_peephole.
9967 2015-05-21 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
9969 * combine.c, expmed.c, expr.c, optabs.c optabs.h, toplev.c: DOn't
9970 check HAVE_conditional_move with the preprocessor.
9972 2015-05-21 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
9974 * genconfig.c (main): Always define HAVE_conditional_move.
9975 * combine.c, expmed.c, expr.c, ifcvt.c, optabs.c, optabs.h,
9976 toplev.c, tree-ssa-phiopt.c: Don't check if HAVE_conditional_move
9979 2015-05-21 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
9981 * combine.c, df-problems.c, df-scan.c, emit-rtl.c, reginfo.c,
9982 reload.c, rtlanal.c: Remove comparison of ARG_FRAME_POINTER_REGNUM
9983 and FRAME_POINTER_REGNUM with the preprocessor.
9985 2015-05-21 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
9987 * defaults.h: Add default for STACK_PUSH_CODE.
9988 * expr.c: Don't redefine STACK_PUSH_CODE.
9989 * recog.c: Likewise.
9991 2015-05-21 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
9993 * builtins.c, dwarf2cfi.c, explow.c, expr.c, recog.c,
9994 sched-deps.c: Use if instead of preprocessor checks with
9995 STACK_GROWS_DOWNWARD.
9997 2015-05-21 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
9999 * *.c: Check the value of STACK_GROWS_DOWNWARD rather than if it
10001 * config/**/*.h: Define STACK_GROWS_DOWNWARD to an integer.
10002 * defaults.h: Provide default for STACK_GROWS_DOWNWARD.
10003 * doc/tm.texi.in: Update references to STACK_GROWS_DOWNWARD.
10004 * doc/tm.texi: Regenerate.
10006 2015-05-21 H.J. Lu <hongjiu.lu@intel.com>
10009 * config/i386/constraints.md (Bg): New constraint for GOT memory
10011 * config/i386/i386.md (*call_got_x32): New pattern.
10012 (*call_value_got_x32): Likewise.
10013 * config/i386/predicates.md (GOT_memory_operand): New predicate.
10015 2015-05-21 Jakub Jelinek <jakub@redhat.com>
10017 PR tree-optimization/66233
10018 * match.pd (ocvt (icvt@1 @0)): Don't handle vector types.
10021 2015-05-21 Jeff Law <law@redhat.com>
10023 * config/pa/pa.md (add-with-constant splitter): Use ASHIFT rather
10024 than MULT for shadd sequences.
10026 2015-05-08 Jan Hubicka <hubicka@ucw.cz>
10028 * alias.c (alias_stats): New static var.
10029 (alias_sets_conflict_p, alias_sets_must_conflict_p): Update stats.
10030 (dump_alias_stats_in_alias_c): New function.
10031 * alias.h (dump_alias_stats_in_alias_c): Declare.
10032 * tree-ssa-alias.c (dump_alias_stats): Call it.
10034 2015-05-08 Michael Matz <matz@suse.de>
10036 * tree-vectorizer.h (struct _stmt_vec_info): Rename stride_load_p
10038 (STMT_VINFO_STRIDE_LOAD_P): Rename to ...
10039 (STMT_VINFO_STRIDED_P): ... this.
10040 * tree-vect-data-refs.c (vect_compute_data_ref_alignment): Adjust.
10041 (vect_verify_datarefs_alignment): Likewise.
10042 (vect_enhance_data_refs_alignment): Likewise.
10043 (vect_analyze_data_ref_access): Likewise.
10044 (vect_analyze_data_refs): Accept strided stores.
10045 * tree-vect-stmts.c (vect_model_store_cost): Count strided stores.
10046 (vect_model_load_cost): Adjust for macro rename.
10047 (vectorizable_mask_load_store): Likewise.
10048 (vectorizable_load): Likewise.
10049 (vectorizable_store): Open code strided stores.
10051 2015-05-21 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
10053 * doc/sourcebuild.texi (7.2.3.9 Other hardware attributes):
10054 Document sqrt_insn.
10056 2015-05-21 Richard Biener <rguenther@suse.de>
10059 * match.pd: Guard pattern optimzing (int)(float)int
10060 conversions to apply only on GIMPLE.
10062 2015-05-21 Jeff Law <law@redhat.com>
10064 * combine.c (find_split_point): Handle ASHIFT like MULT to encourage
10065 multiply-accumulate/shift-add insn generation.
10067 2015-05-21 Oleg Endo <olegendo@gcc.gnu.org>
10070 * config/sh/sh.md (*round_int_even): Reject pattern if operands[0] and
10071 operands[1] are the same.
10073 2015-05-21 Ilya Enkovich <enkovich.gnu@gmail.com>
10075 PR middle-end/66221
10076 * ipa-chkp.c (chkp_copy_function_type_adding_bounds): Use
10077 build_distinct_type_copy to copy bounds.
10079 2015-05-21 Thomas Schwinge <thomas@codesourcery.com>
10081 * genrecog.c (MAX_DEPTH, MIN_NUM_STATEMENTS, MAX_NUM_STATEMENTS):
10082 Change to unsigned int.
10084 2015-05-20 Jeff Law <law@redhat.com>
10086 * config/pa/pa.c (pa_print_operand): New 'o' output modifier.
10087 (pa_mem_shadd_constant_p): Renamed from pa_shadd_constant_p.
10088 (pa_shadd_constant_p): Allow constants for shadd insns rather
10089 than valid scaling constants for memory addresses.
10090 * config/pa/pa-protos.h (pa_mem_shadd_constant_p): Add prototype.
10091 * config/pa/predicates.md (mem_shadd_operand): New predicate.
10092 * config/pa/pa.md (shift-add insns using MULT): Use mem_shadd_operand.
10093 (shift-add insns using ASHIFT): New patterns.
10095 2015-05-20 Mikhail Maltsev <maltsevm@gmail.com>
10097 * bb-reorder.c (set_edge_can_fallthru_flag): Use rtx_jump_insn where
10099 (fix_up_fall_thru_edges): Likewise.
10100 (fix_crossing_conditional_branches): Likewise. Promote jump targets
10101 from to rtx_insn to rtx_code_label where feasible.
10102 * bt-load.c (move_btr_def): Remove as-a cast of the value returned by
10103 gen_move_insn (returned type changed to rtx_insn).
10104 * builtins.c (expand_errno_check): Fix arguments of
10105 do_compare_rtx_and_jump (now expects rtx_code_label).
10106 (expand_builtin_acc_on_device): Likewise.
10107 * cfgcleanup.c (try_simplify_condjump): Add cast when calling
10108 invert_jump (now exprects rtx_jump_insn).
10109 * cfgexpand.c (label_rtx_for_bb): Promote return type to rtx_code_label.
10110 (construct_init_block): Use rtx_code_label.
10111 * cfgrtl.c (block_label): Promote return type to rtx_code_label.
10112 (try_redirect_by_replacing_jump): Use cast to rtx_jump_insn when
10113 calling redirect_jump.
10114 (patch_jump_insn): Likewise.
10115 (redirect_branch_edge): Likewise.
10116 (force_nonfallthru_and_redirect): Likewise.
10117 (fixup_reorder_chain): Explicitly use rtx_jump_insn instead of rtx_insn
10119 (rtl_lv_add_condition_to_bb): Update call of do_compare_rtx_and_jump.
10120 * cfgrtl.h: Promote return type of block_label to rtx_code_label.
10121 * config/bfin/bfin.c (hwloop_optimize): Fix call of emit_label_before.
10122 * config/i386/i386.c (ix86_emit_cmove): Explicitly use rtx_code_label
10123 to store the value retured by gen_label_rtx.
10124 * config/mips/mips.c (mips16_split_long_branches): Promote rtx_insn to
10126 * config/sh/sh.c (gen_far_branch): Likewise. Fix call of invert_jump.
10127 (split_branches): Fix calls of redirect_jump.
10128 * dojump.c (jumpifnot): Promote argument type from rtx to
10130 (jumpifnot_1): Likewise.
10131 (jumpif): Likewise.
10132 (jumpif_1): Likewise.
10133 (do_jump_1): Likewise.
10134 (do_jump): Likewise. Use rtx_code_label when feasible.
10135 (do_jump_by_parts_greater_rtx): Likewise.
10136 (do_jump_by_parts_zero_rtx): Likewise.
10137 (do_jump_by_parts_equality_rtx): Likewise.
10138 (do_compare_rtx_and_jump): Likewise.
10139 * dojump.h: Update function prototypes.
10140 * dse.c (emit_inc_dec_insn_before): Remove case (gen_move_insn now
10142 * emit-rtl.c (emit_jump_insn_before_noloc): Promote return type to
10144 (emit_label_before): Likewise.
10145 (emit_jump_insn_after_noloc): Likewise.
10146 (emit_jump_insn_after_setloc): Likewise.
10147 (emit_jump_insn_after): Likewise
10148 (emit_jump_insn_before_setloc): Likewise.
10149 (emit_jump_insn_before): Likewise.
10150 (emit_label_before): Promote return type to rtx_code_label.
10151 (emit_label): Likewise.
10152 * except.c (sjlj_emit_dispatch_table): Use jump_target_rtx.
10153 * explow.c (emit_stack_save): Use gen_move_insn_uncast instead of
10155 (emit_stack_restore): Likewise.
10156 * expmed.c (emit_store_flag_force): Fix calls of do_compare_rtx_and_jump.
10157 (do_cmp_and_jump): Likewise.
10158 * expr.c (expand_expr_real_2): Likewise. Promote some local variables
10159 from rtx to rtx_code_label.
10160 (gen_move_insn_uncast): New function.
10161 * expr.h: Update return type of gen_move_insn (promote to rtx_insn).
10162 * function.c (convert_jumps_to_returns): Fix call of redirect_jump.
10163 * gcse.c (pre_insert_copy_insn): Use rtx_insn instead of rtx.
10164 * ifcvt.c (dead_or_predicable): Use rtx_jump_insn when calling
10165 invert_jump_1 and redirect_jump_1.
10166 * internal-fn.c (expand_arith_overflow_result_store): Fix call of
10167 do_compare_rtx_and_jump.
10168 (expand_addsub_overflow): Likewise.
10169 (expand_neg_overflow): Likewise.
10170 (expand_mul_overflow): Likewise.
10171 * ira.c (split_live_ranges_for_shrink_wrap): Use rtx_insn for
10172 return value of gen_move_insn.
10173 * jump.c (redirect_jump): Promote argument from rtx to rtx_jump_insn.
10174 * loop-doloop.c (add_test): Use rtx_code_label.
10175 (doloop_modify): Likewise.
10176 (doloop_optimize): Likewise.
10177 * loop-unroll.c (compare_and_jump_seq): Promote rtx to rtx_code_label.
10178 * lra-constraints.c (emit_spill_move): Remove cast of value returned
10180 (inherit_reload_reg): Add cast when calling dump_insn_slim.
10181 (split_reg): Likewise.
10182 * modulo-sched.c (schedule_reg_moves): Remove cast of value returned by
10184 * optabs.c (expand_binop_directly): Remove casts of values returned by
10186 (expand_unop_direct): Likewise.
10187 (expand_abs): Likewise.
10188 (maybe_emit_unop_insn): Likewise.
10189 (maybe_gen_insn): Promote return type to rtx_insn.
10190 * optabs.h: Update prototype of maybe_gen_insn.
10191 * postreload-gcse.c (eliminate_partially_redundant_load): Remove
10193 * recog.c (struct peep2_insn_data): Promote type of insn field to
10195 (peep2_reinit_state): Use NULL instead of NULL_RTX.
10196 (peep2_attempt): Remove casts of insn in peep2_insn_data.
10197 (peep2_fill_buffer): Promote argument from rtx to rtx_insn
10198 * recog.h (struct insn_gen_fn): Promote return types of function
10199 pointers and operator ().from rtx to rtx_insn.
10200 * reorg.c (fill_simple_delay_slots): Promote rtx_insn to rtx_jump_insn.
10201 (fill_eager_delay_slots): Likewise.
10202 (relax_delay_slots): Likewise.
10203 (make_return_insns): Likewise.
10204 (dbr_schedule): Likewise.
10205 (optimize_skips): Likewise.
10206 (reorg_redirect_jump): Likewise.
10207 (fill_slots_from_thread): Likewise.
10208 * reorg.h: Update prototypes.
10209 * resource.c (find_dead_or_set_registers): Use dyn_cast to
10210 rtx_jump_insn instead of check. Use it's jump_target method.
10211 * rtl.h (rtx_jump_insn::jump_label): Define new method.
10212 (rtx_jump_insn::jump_target): Define new method.
10213 (rtx_jump_insn::set_jump_target): Define new method.
10214 * rtlanal.c (tablejump_p): Promote type of one local variable.
10215 * sched-deps.c (sched_analyze_2): Promote rtx to rtx_insn_list.
10216 (sched_analyze_insn): Likewise.
10217 * sched-vis.c (print_insn_with_notes): Promote rtx to rtx_insn.
10218 (print_insn): Likewise.
10219 * stmt.c (label_rtx): Promote return type to rtx_insn.
10220 (force_label_rtx): Likewise.
10221 (jump_target_rtx): Define new function.
10222 (expand_label): Use it, get rid of one cast.
10223 (expand_naked_return): Promote rtx to rtx_code_label.
10224 (do_jump_if_equal): Fix do_compare_rtx_and_jump call.
10225 (expand_case): Use rtx_code_label instread of rtx where feasible.
10226 (expand_sjlj_dispatch_table): Likewise.
10227 (emit_case_nodes): Likewise.
10228 * stmt.h: Declare jump_target_rtx. Update prototypes. Fix comments.
10229 * store-motion.c (insert_store): Make use of new return type of
10230 gen_move_insn and remove a cast.
10231 (replace_store_insn): Likewise.
10233 2015-05-20 Max Filippov <jcmvbkbc@gmail.com>
10235 * config/xtensa/xtensa.c (init_alignment_context): Replace MULT
10236 by BITS_PER_UNIT with ASHIFT by exact_log2 (BITS_PER_UNIT).
10238 2015-05-20 Jeff Law <law@redhat.com>
10240 * tree-ssa-threadupdate.c (mark_threaded_blocks): Properly
10241 dispose of the jump thread path when the jump threading
10242 opportunity is cancelled.
10244 2015-05-20 Manuel López-Ibáñez <manu@gcc.gnu.org>
10246 * diagnostic.c (diagnostic_print_caret_line): Fix off-by-one error
10247 when printing the caret character.
10249 2015-05-20 Marek Polacek <polacek@redhat.com>
10251 * cfgexpand.c (expand_debug_expr): Use UNARY_CLASS_P.
10253 2015-05-20 Marek Polacek <polacek@redhat.com>
10255 * expr.c (expand_cond_expr_using_cmove): Use COMPARISON_CLASS_P.
10256 * gimple-expr.c (gimple_cond_get_ops_from_tree): Likewise.
10257 * gimple-fold.c (canonicalize_bool): Likewise.
10258 (same_bool_result_p): Likewise.
10259 * tree-if-conv.c (parse_predicate): Likewise.
10261 2015-05-20 Marek Polacek <polacek@redhat.com>
10263 * gimple-fold.c (fold_const_aggregate_ref_1): Use DECL_P.
10264 * gimplify.c (gimplify_modify_expr_rhs): Likewise.
10266 2015-05-20 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
10268 * config/aarch64/aarch64.c (aarch64_class_max_nregs):
10269 Use UNITS_PER_VREG and UNITS_PER_WORD instead of their direct
10272 2015-05-20 Robert Suchanek <robert.suchanek@imgtec.com>
10274 * config/mips/mips.h (micromips_globals): Declare.
10276 2015-05-20 David Malcolm <dmalcolm@redhat.com>
10278 * timevar.def (TV_INITIALIZE_RTL): New.
10279 * toplev.c (initialize_rtl): Use an auto_timevar to account this
10280 function's time to TV_INITIALIZE_RTL.
10282 2015-05-20 Ilya Enkovich <enkovich.gnu@gmail.com>
10284 * tree-chkp.c (chkp_maybe_copy_and_register_bounds): Remove useless
10285 gimple_build_nop calls.
10286 (chkp_find_bounds_for_elem): Likewise.
10287 (chkp_get_zero_bounds): Likewise.
10288 (chkp_get_none_bounds): Likewise.
10289 (chkp_get_bounds_by_definition): Likewise.
10290 (chkp_generate_extern_var_bounds): Likewise.
10291 (chkp_get_bounds_for_decl_addr): Likewise.
10292 (chkp_get_bounds_for_string_cst): Likewise.
10294 2015-05-20 Bin Cheng <bin.cheng@arm.com>
10296 PR tree-optimization/65447
10297 * tree-ssa-loop-ivopts.c (struct iv_use): New fields.
10298 (dump_use, dump_uses): Support to dump sub use.
10299 (record_use): New parameters to support sub use. Remove call to
10301 (record_sub_use, record_group_use): New functions.
10302 (compute_max_addr_offset, split_all_small_groups): New functions.
10303 (group_address_uses, rewrite_use_address): New functions.
10304 (strip_offset): New declaration.
10305 (find_interesting_uses_address): Call record_group_use.
10306 (add_candidate): New assertion.
10307 (infinite_cost_p): Move definition forward.
10308 (add_costs): Check INFTY cost and return immediately.
10309 (get_computation_cost_at): Clear setup cost and dependent bitmap
10311 (determine_use_iv_cost_address): Compute cost for sub uses.
10312 (rewrite_use_address_1): Rename from old rewrite_use_address.
10313 (free_loop_data): Free sub uses.
10314 (tree_ssa_iv_optimize_loop): Call group_address_uses.
10316 2015-05-20 Kugan Vivekanandarajah <kuganv@linaro.org>
10317 Jim Wilson <jim.wilson@linaro.org>
10319 * config/arm/aarch-common-protos.h (struct mem_cost_table): Added
10320 new fields loadv and storev.
10321 * config/aarch64/aarch64-cost-tables.h (thunderx_extra_costs):
10322 Initialize loadv and storev.
10323 * config/arm/aarch-cost-tables.h (generic_extra_costs): Likewise.
10324 (cortexa53_extra_costs): Likewise.
10325 (cortexa57_extra_costs): Likewise.
10326 (xgene1_extra_costs): Likewise.
10327 * config/aarch64/aarch64.c (aarch64_rtx_costs): Update vector
10330 2015-05-20 Kugan Vivekanandarajah <kuganv@linaro.org>
10332 * config/arm/arm.c (cortexa9_extra_costs): Initialize loadv and
10334 (cortexa8_extra_costs): Likewise.
10335 (cortexa5_extra_costs): Likewise.
10336 (cortexa7_extra_costs): Likewise.
10337 (cortexa12_extra_costs): Likewise.
10338 (cortexa15_extra_costs): Likewise.
10339 (v7m_extra_costs): Likewise.
10341 2015-05-20 Jeff Law <law@redhat.com>
10343 * tree-ssa-threadupdate.c (thread_single_edge): Use delete_jump_thread
10344 instead of open-coded version. Also delete the jump thread created
10345 within this function.
10347 2015-05-20 Alan Modra <amodra@gmail.com>
10349 * config/rs6000/rs6000.c (rs6000_emit_allocate_stack): Return
10350 stack adjusting insn. Formatting.
10351 (rs6000_emit_prologue): Track stack adjusting insn, and use of
10352 r12. If possible, emit first -fsplit-stack arg pointer insn
10353 before stack adjust. Don't use r12 to save cr if split-stack.
10355 2015-05-20 Alan Modra <amodra@gmail.com>
10357 * common/config/rs6000/rs6000-common.c (TARGET_SUPPORTS_SPLIT_STACK):
10359 (rs6000_supports_split_stack): New function.
10360 * gcc/config/rs6000/rs6000.c (machine_function): Add
10361 split_stack_arg_pointer.
10362 (TARGET_EXTRA_LIVE_ON_ENTRY, TARGET_INTERNAL_ARG_POINTER): Define.
10363 (setup_incoming_varargs): Use crtl->args.internal_arg_pointer
10364 rather than virtual_incoming_args_rtx.
10365 (rs6000_va_start): Likewise.
10366 (split_stack_arg_pointer_used_p): New function.
10367 (rs6000_emit_prologue): Set up arg pointer for -fsplit-stack.
10368 (morestack_ref): New var.
10369 (gen_add3_const, rs6000_expand_split_stack_prologue,
10370 rs6000_internal_arg_pointer, rs6000_live_on_entry,
10371 rs6000_split_stack_space_check): New functions.
10372 (rs6000_elf_file_end): Call file_end_indicate_split_stack.
10373 * gcc/config/rs6000/rs6000.md (UNSPEC_STACK_CHECK): Define.
10374 (UNSPECV_SPLIT_STACK_RETURN): Define.
10375 (split_stack_prologue, load_split_stack_limit,
10376 load_split_stack_limit_di, load_split_stack_limit_si,
10377 split_stack_return, split_stack_space_check): New expands and insns.
10378 * gcc/config/rs6000/rs6000-protos.h
10379 (rs6000_expand_split_stack_prologue): Declare.
10380 (rs6000_split_stack_space_check): Declare.
10382 2015-05-20 Alan Modra <amodra@gmail.com>
10384 * config/rs6000/rs6000.c (struct rs6000_stack): Correct comments.
10385 (direct_return): Test vrsave_size rather than vrsave_mask.
10386 (rs6000_emit_prologue): Likewise. Remove redundant altivec tests.
10387 (rs6000_emit_epilogue): Likewise.
10389 2015-05-20 Alan Modra <amodra@gmail.com>
10391 * config/rs6000/rs6000.c (rs6000_stack_info): Don't zero offsets
10392 when not saving registers.
10393 (debug_stack_info): Adjust to omit printing unused offsets,
10395 (rs6000_emit_epilogue): Adjust use_backchain_to_restore_sp
10398 2015-05-19 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
10401 * config/i386/winnt.c (struct wrapped_symbol_hasher): Change
10402 value_type to const char *.
10404 2015-05-19 Sandra Loosemore <sandra@codesourcery.com>
10406 * config.gcc [powerpc*-*-linux*]: Allow --enable-targets=all
10407 to build a biarch toolchain again.
10409 2015-05-19 Jan Hubicka <hubicka@ucw.cz>
10411 * ipa-devirt.c (type_in_anonymous_namespace_p): Return true
10412 or implicit declarations.
10413 (odr_type_p): Check that TYPE_NAME is TYPE_DECL before looking
10415 (get_odr_type): Check type has linkage before adding bases.
10416 (register_odr_type): Check that type has linkage before adding it.
10417 (type_known_to_have_no_deriavations_p): Rename to ..
10418 (type_known_to_have_no_derivations_p): This one.
10419 * ipa-utils.h (type_known_to_have_no_deriavations_p): Rename to ..
10420 (type_known_to_have_no_derivations_p): This one.
10421 * ipa-polymorphic-call.c
10422 (ipa_polymorphic_call_context::restrict_to_inner_type): Check that
10425 2015-05-19 Eric Botcazou <ebotcazou@adacore.com>
10427 * stor-layout.c (finalize_type_size): Use AGGREGATE_TYPE_P.
10428 (layout_type): Use RECORD_OR_UNION_TYPE_P.
10430 2015-05-19 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
10432 * config/s390/s390.c (s390_vector_bool_type_p): New function.
10433 (s390_invalid_binary_op): New function.
10434 (TARGET_INVALID_BINARY_OP): Define macro.
10436 2015-05-19 David Sherwood <david.sherwood@arm.com>
10438 * loop-invariant.c (create_new_invariant): Don't calculate address cost
10439 if mode is not a scalar integer.
10440 (get_inv_cost): Increase computational cost for unused invariants.
10442 2015-05-19 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
10444 * config.gcc: Add vecintrin.h to extra_headers. Add s390-c.o to
10445 c_target_objs and cxx_target_objs. Add t-s390 to tmake_file.
10446 * config/s390/s390-builtin-types.def: New file.
10447 * config/s390/s390-builtins.def: New file.
10448 * config/s390/s390-builtins.h: New file.
10449 * config/s390/s390-c.c: New file.
10450 * config/s390/s390-modes.def: Add modes CCVEQANY, CCVH,
10451 CCVHANY, CCVHU, CCVHUANY, CCVFHANY, CCVFHEANY.
10452 * config/s390/s390-protos.h (s390_expand_vec_compare_cc)
10453 (s390_cpu_cpp_builtins, s390_register_target_pragmas): Add
10455 * config/s390/s390.c (s390-builtins.h, s390-builtins.def):
10457 (flags_builtin, flags_overloaded_builtin_var, s390_builtin_types)
10458 (s390_builtin_fn_types, s390_builtin_decls, code_for_builtin): New
10459 variable definitions.
10460 (s390_const_operand_ok): New function.
10461 (s390_expand_builtin): Rewrite.
10462 (s390_init_builtins): New function.
10463 (s390_handle_vectorbool_attribute): New function.
10464 (s390_attribute_table): Add s390_vector_bool attribute.
10465 (s390_match_ccmode_set): Handle new cc modes CCVH, CCVHU.
10466 (s390_branch_condition_mask): Generate masks for new modes.
10467 (s390_expand_vec_compare_cc): New function.
10468 (s390_mangle_type): Add mangling for vector bool types.
10469 (enum s390_builtin): Remove.
10470 (s390_atomic_assign_expand_fenv): Rename constants for sfpc and
10472 * config/s390/s390.h (TARGET_CPU_CPP_BUILTINS): Call
10473 s390_cpu_cpp_builtins.
10474 (REGISTER_TARGET_PRAGMAS): New macro.
10475 * config/s390/s390.md: Define more UNSPEC_VEC_* constants.
10476 (insn_cmp mode attribute): Add new CC modes.
10477 (s390_sfpc, s390_efpc): Rename patterns to sfpc and efpc.
10478 (lcbb): New pattern definition.
10479 * config/s390/s390intrin.h: Include vecintrin.h.
10480 * config/s390/t-s390: New file.
10481 * config/s390/vecintrin.h: New file.
10482 * config/s390/vector.md: Include vx-builtins.md.
10483 * config/s390/vx-builtins.md: New file.S/390 zvector builtin
10486 2015-05-19 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
10488 * config/s390/s390-modes.def: Add new modes CCVEQ, CCVFH, and
10490 * config/s390/s390.c (s390_match_ccmode_set): Handle new modes.
10491 (s390_select_ccmode): Likewise.
10492 (s390_canonicalize_comparison): Swap operands if necessary.
10493 (s390_expand_vec_compare_scalar): Expand DFmode compare using
10494 single element vector instructions.
10495 (s390_emit_compare): Call s390_expand_vec_compare_scalar.
10496 (s390_branch_condition_mask): Generate CC masks for the new modes.
10497 * config/s390/s390.md (v0, vf, vd): New mode attributes.
10498 (VFCMP, asm_fcmp, insn_cmp): New mode iterator and attributes.
10499 (*vec_cmp<insn_cmp>df_cconly, *fixuns_truncdfdi2_z13)
10500 (*fix_trunc<BFP:mode><GPR:mode>2_bfp, *floatunsdidf2_z13)
10501 (*floatuns<GPR:mode><FP:mode>2, *extendsfdf2_z13)
10502 (*extend<DSF:mode><BFP:mode>2): New insn definition.
10503 (fix_trunc<BFP:mode><GPR:mode>2_bfp, loatuns<GPR:mode><FP:mode>2)
10504 (extend<DSF:mode><BFP:mode>2): Turn into expander.
10505 (floatdi<mode>2, truncdfsf2, add<mode>3, sub<mode>3, mul<mode>3)
10506 (div<mode>3, *neg<mode>2, *abs<mode>2, *negabs<mode>2)
10507 (sqrt<mode>2): Add vector instruction.
10509 2015-05-19 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
10511 * config/s390/constraints.md (j00, jm1, jxx, jyy, v): New
10513 * config/s390/predicates.md (const0_operand, constm1_operand)
10514 (constable_operand): Accept vector operands.
10515 * config/s390/s390-modes.def: Add supported vector modes.
10516 * config/s390/s390-protos.h (s390_cannot_change_mode_class)
10517 (s390_function_arg_vector, s390_contiguous_bitmask_vector_p)
10518 (s390_bytemask_vector_p, s390_expand_vec_strlen)
10519 (s390_expand_vec_compare, s390_expand_vcond)
10520 (s390_expand_vec_init): Add prototypes.
10521 * config/s390/s390.c (VEC_ARG_NUM_REG): New macro.
10522 (s390_vector_mode_supported_p): New function.
10523 (s390_contiguous_bitmask_p): Mask out the irrelevant bits.
10524 (s390_contiguous_bitmask_vector_p): New function.
10525 (s390_bytemask_vector_p): New function.
10526 (s390_split_ok_p): Vector regs don't work either.
10527 (regclass_map): Add VEC_REGS.
10528 (s390_legitimate_constant_p): Handle vector constants.
10529 (s390_cannot_force_const_mem): Handle CONST_VECTOR.
10530 (legitimate_reload_vector_constant_p): New function.
10531 (s390_preferred_reload_class): Handle CONST_VECTOR.
10532 (s390_reload_symref_address): Likewise.
10533 (s390_secondary_reload): Vector memory instructions only support
10534 short displacements. Rename reload*_nonoffmem* to reload*_la*.
10535 (s390_emit_ccraw_jump): New function.
10536 (s390_expand_vec_strlen): New function.
10537 (s390_expand_vec_compare): New function.
10538 (s390_expand_vcond): New function.
10539 (s390_expand_vec_init): New function.
10540 (s390_dwarf_frame_reg_mode): New function.
10541 (print_operand): Handle addresses with 'O' and 'R' constraints.
10542 (NR_C_MODES, constant_modes): Add vector modes.
10543 (s390_output_pool_entry): Handle vector constants.
10544 (s390_hard_regno_mode_ok): Handle vector registers.
10545 (s390_class_max_nregs): Likewise.
10546 (s390_cannot_change_mode_class): New function.
10547 (s390_invalid_arg_for_unprototyped_fn): New function.
10548 (s390_function_arg_vector): New function.
10549 (s390_function_arg_float): Remove size variable.
10550 (s390_pass_by_reference): Handle vector arguments.
10551 (s390_function_arg_advance): Likewise.
10552 (s390_function_arg): Likewise.
10553 (s390_return_in_memory): Vector values are returned in a VR if
10555 (s390_function_and_libcall_value): Handle vector arguments.
10556 (s390_gimplify_va_arg): Likewise.
10557 (s390_call_saved_register_used): Consider the arguments named.
10558 (s390_conditional_register_usage): Disable v16-v31 for non-vec
10560 (s390_preferred_simd_mode): New function.
10561 (s390_support_vector_misalignment): New function.
10562 (s390_vector_alignment): New function.
10563 (TARGET_STRICT_ARGUMENT_NAMING, TARGET_DWARF_FRAME_REG_MODE)
10564 (TARGET_VECTOR_MODE_SUPPORTED_P)
10565 (TARGET_INVALID_ARG_FOR_UNPROTOTYPED_FN)
10566 (TARGET_VECTORIZE_PREFERRED_SIMD_MODE)
10567 (TARGET_VECTORIZE_SUPPORT_VECTOR_MISALIGNMENT)
10568 (TARGET_VECTOR_ALIGNMENT): Define target macro.
10569 * config/s390/s390.h (FUNCTION_ARG_PADDING): Define macro.
10570 (FIRST_PSEUDO_REGISTER): Increase value.
10571 (VECTOR_NOFP_REGNO_P, VECTOR_REGNO_P, VECTOR_NOFP_REG_P)
10572 (VECTOR_REG_P): Define macros.
10573 (FIXED_REGISTERS, CALL_USED_REGISTERS)
10574 (CALL_REALLY_USED_REGISTERS, REG_ALLOC_ORDER)
10575 (HARD_REGNO_CALL_PART_CLOBBERED, REG_CLASS_NAMES)
10576 (FUNCTION_ARG_REGNO_P, FUNCTION_VALUE_REGNO_P, REGISTER_NAMES):
10577 Add vector registers.
10578 (CANNOT_CHANGE_MODE_CLASS): Call C function.
10579 (enum reg_class): Add VEC_REGS, ADDR_VEC_REGS, GENERAL_VEC_REGS.
10580 (SECONDARY_MEMORY_NEEDED): Allow SF<->SI mode moves without
10582 (DBX_REGISTER_NUMBER, FIRST_VEC_ARG_REGNO, LAST_VEC_ARG_REGNO)
10583 (SHORT_DISP_IN_RANGE, VECTOR_STORE_FLAG_VALUE): Define macro.
10584 * config/s390/s390.md (UNSPEC_VEC_*): New constants.
10585 (VR*_REGNUM): New constants.
10586 (ALL): New mode iterator.
10587 (INTALL): Remove mode iterator.
10589 (movti): Implement TImode moves for VRs.
10590 Disable TImode splitter for VR targets.
10591 Implement splitting TImode GPR<->VR moves.
10592 (reload*_tomem_z10, reload*_toreg_z10): Replace INTALL with ALL.
10593 (reload<mode>_nonoffmem_in, reload<mode>_nonoffmem_out): Rename to
10594 reload<mode>_la_in, reload<mode>_la_out.
10595 (*movdi_64, *movsi_zarch, *movhi, *movqi, *mov<mode>_64dfp)
10596 (*mov<mode>_64, *mov<mode>_31): Add vector instructions.
10597 (TD/TF mode splitter): Enable for GPRs only (formerly !FP).
10598 (mov<mode> SF SD): Prefer lder, lde for loading.
10599 Add lrl and strl instructions.
10600 Add vector instructions.
10601 (strlen<mode>): Rename old strlen<mode> to strlen_srst<mode>.
10602 Call s390_expand_vec_strlen on z13.
10603 (*cc_to_int): Change predicate to nonimmediate_operand.
10604 (addti3): Rename to *addti3. New expander.
10605 (subti3): Rename to *subti3. New expander.
10606 * config/s390/vector.md: New file.
10608 2015-05-19 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
10610 * common/config/s390/s390-common.c (processor_flags_table): Add
10612 * config.gcc: Add z13.
10613 * config/s390/s390-opts.h (enum processor_type): Add
10614 PROCESSOR_2964_Z13.
10615 * config/s390/s390.c (s390_adjust_priority): Check for
10616 PROCESSOR_2964_Z13.
10617 (s390_reorg): Likewise.
10618 (s390_sched_reorder): Likewise.
10619 (s390_sched_variable_issue): Likewise.
10620 (s390_loop_unroll_adjust): Likewise.
10621 (s390_option_override): Likewise. Default to -mvx when available.
10622 * config/s390/s390.h (enum processor_flags): Add PF_Z13 and PF_VX.
10623 (TARGET_CPU_Z13, TARGET_CPU_VX, TARGET_Z13, TARGET_VX)
10624 (TARGET_VX_ABI): Define macros.
10626 (TARGET_DEFAULT): Add MASK_OPT_VX.
10627 * config/s390/s390.md ("cpu" attribute): Add z13.
10628 ("cpu_facility" attribute): Add vec.
10629 * config/s390/s390.opt (processor_type): Add z13.
10630 (mvx): New options.
10631 * doc/invoke.texi: Add z13 option for -march.
10633 2015-05-19 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
10635 * config/s390/predicates.md (shift_count_or_setmem_operand): Add
10636 mode check to make sure that only scalar integer values are
10639 2015-05-19 Jan Hubicka <hubicka@ucw.cz>
10641 * tree.c (verify_type_variant): Fix #undef.
10642 (gimple_canonical_types_compatible_p): Move here from lto.c
10643 (verify_type): Verify TYPE_CANONICAL compatibility.
10644 * tree.h (gimple_canonical_types_compatible_p): Declare.
10646 2015-05-19 Jakub Jelinek <jakub@redhat.com>
10648 PR middle-end/66199
10649 * tree.h (OMP_TEAMS_COMBINED): Define.
10650 * gimplify.c (enum gimplify_omp_var_data): Add
10651 GOVD_LINEAR_LASTPRIVATE_NO_OUTER.
10652 (enum omp_region_type): Add ORT_COMBINED_TEAMS.
10653 (omp_notice_variable): Accept both ORT_TEAMS
10654 and ORT_COMBINED_TEAMS. Don't recurse if
10655 GOVD_LINEAR_LASTPRIVATE_NO_OUTER is set and either
10656 GOVD_LINEAR is set, or GOVD_LASTPRIVATE without
10658 (omp_no_lastprivate): New function.
10659 (gimplify_scan_omp_clauses): For OMP_CLAUSE_LASTPRIVATE
10660 and OMP_CLAUSE_LINEAR, if omp_no_lastprivate, don't
10661 notice_outer and set appropriate bits, otherwise make
10662 sure default(none) combined constructs won't complain.
10663 (gimplify_adjust_omp_clauses): Remove OMP_CLAUSE_LINEAR
10664 outer special casing, for OMP_CLAUSE_LASTPRIVATE if
10665 omp_no_lastprivate either remove the clause or turn it
10666 into OMP_CLAUSE_PRIVATE.
10667 (gimplify_omp_for): Fix up handling of implicit
10668 lastprivate or linear iterators.
10669 (gimplify_omp_workshare): For OMP_TEAMS_COMBINED use
10670 ORT_COMBINED_TEAMS.
10671 * omp-low.c (lower_omp_for_lastprivate): For combined
10672 for simd use fd.loop.n2 from the for rather than simd.
10674 2015-05-19 Richard Sandiford <richard.sandiford@arm.com>
10676 * config/cris/cris.c (cris_expand_prologue): Use gen_raw_REG
10677 instead of gen_rtx_raw_REG.
10678 (cris_expand_epilogue): Likewise.
10679 * config/microblaze/microblaze.c (microblaze_classify_address):
10681 * config/sparc/sparc.md: Likewise.
10683 2015-05-19 Uros Bizjak <ubizjak@gmail.com>
10685 * config/alpha/alpha.c (alpha_legitimize_reload_address)
10686 (alpha_preferred_reload_class, alpha_legitimate_constant_p): Use
10687 CONST_INT_P, CONST_SCALAR_INT_P and CONST_DOUBLE_P predicates.
10688 (alpha_split_reload_pair) <case CONST_INT, case CONST_WIDE_INT>:
10689 Use CASE_CONST_SCALAR_INT.
10690 (print_operand) <case 'M'>: Use mode_width_operand to check the
10691 value of the constant.
10692 * config/alpha/alpha.md (movti): Use CONST_SCALAR_INT_P predicate.
10693 * config/alpha/predicates.md (input_operand): Use general_operand
10694 instead of match_code as operand check.
10695 (symbolic_operand): Use match_code with subexpression digits.
10696 * config/alpha/constraints.md (Q): Ditto.
10698 2015-05-19 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
10700 * optabs.c (expand_vec_perm): Don't re-use SEL as target operand.
10702 2015-05-19 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
10704 * config/s390/s390.c (s390_secondary_reload): Fix check for
10705 load/store relative.
10707 2015-05-19 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
10709 * recog.h: Increase MAX_RECOG_ALTERNATIVES. Change type of
10710 alternative_mask to uint64_t.
10712 2015-05-19 Jakub Jelinek <jakub@redhat.com>
10714 PR tree-optimization/66187
10715 * match.pd ((bit_and (plus/minus (convert @0) (convert @1)) mask)):
10716 Pass TYPE_SIGN to tree_int_cst_min_precision. If
10717 !TYPE_OVERFLOW_WRAPS, ensure @4 is non-negative.
10719 2015-05-19 David Malcolm <dmalcolm@redhat.com>
10721 * diagnostic.c (diagnostic_report_current_module): Strengthen
10722 local "new_map" from const line_map * to
10723 const line_map_ordinary *.
10724 * genmatch.c (error_cb): Likewise for local "map".
10725 (output_line_directive): Likewise for local "map".
10726 * input.c (expand_location_1): Likewise for local "map".
10727 Pass NULL rather than &map to
10728 linemap_unwind_to_first_non_reserved_loc, since the value is never
10729 read from there, and the value written back not read from here.
10730 (is_location_from_builtin_token): Strengthen local "map" from
10731 const line_map * to const line_map_ordinary *.
10732 (dump_location_info): Strengthen locals "map" from
10733 line_map *, one to const line_map_ordinary *, the other
10734 to const line_map_macro *.
10735 * tree-diagnostic.c (loc_map_pair): Strengthen field "map" from
10736 const line_map * to const line_map_macro *.
10737 (maybe_unwind_expanded_macro_loc): Add a call to
10738 linemap_check_macro when writing to the "map" field of the
10740 Introduce local const line_map_ordinary * "ord_map", using it in
10741 place of "map" in the part of the function where we know we have
10742 an ordinary map. Strengthen local "m" from const line_map * to
10743 const line_map_ordinary *.
10745 2015-05-19 Nick Clifton <nickc@redhat.com>
10748 * config/msp430/msp430.md (zero_extendhisi2): Add support for
10749 separate source and destination registers.
10751 2015-05-19 Richard Biener <rguenther@suse.de>
10753 PR tree-optimization/66165
10754 * tree-vect-slp.c (vect_supported_load_permutation_p): Add guard
10755 for no load permutation.
10757 PR tree-optimization/66185
10758 * tree-vect-slp.c (vect_build_slp_tree): Properly roll back
10759 when building the SLP node from scalars.
10761 2015-05-19 Eric Botcazou <ebotcazou@adacore.com>
10762 Tristan Gingold <gingold@adacore.com>
10764 * insn-notes.def (UPDATE_SJLJ_CONTEXT): New note.
10765 * builtins.c (expand_builtin_update_setjmp_buf): Make global.
10766 (expand_stack_restore): Call record_new_stack_level.
10767 (expand_stack_save): Do not call do_pending_stack_adjust.
10768 * builtins.h (expand_builtin_update_setjmp_buf): Declare.
10769 * calls.c (expand_call): Call record_new_stack_level for alloca.
10770 * except.c (sjlj_mark_call_sites): Expand builtin_update_setjmp_buf
10771 wherever a NOTE_INSN_UPDATE_SJLJ_CONTEXT note is present.
10772 (update_sjlj_context): New global function.
10773 * except.h (update_sjlj_context): Declare.
10774 * explow.c (record_new_stack_level): New global function.
10775 (allocate_dynamic_stack_space): Call record_new_stack_level.
10776 * explow.h (record_new_stack_level): Declare.
10777 * final.c (final_scan_insn): Deal with NOTE_INSN_UPDATE_SJLJ_CONTEXT.
10778 * cfgrtl.c (duplicate_insn_chain): Likewise.
10780 2015-05-19 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
10782 * calls.c: Always define STACK_GROWS_DOWNWARD as 0 or 1.
10783 (mem_overlaps_already_clobbered_arg_p): Rewrite ifdef
10784 STACK_GROWS_DOWNWARD as normal if.
10785 (expand_call): Likewise.
10787 2015-05-19 Oleg Endo <olegendo@gcc.gnu.org>
10790 * config/sh/sh.md (*round_int_even): New insn_and_split and
10791 accompanying new unnamed split.
10793 2015-05-19 Richard Sandiford <richard.sandiford@arm.com>
10795 * bitmap.c (bitmap_set_range): Handle count==1 specially.
10796 (bitmap_clear_range): Likewise.
10797 * cfgcleanup.c (mark_effect): Use bitmap_clear_range and
10798 bitmap_set_range unconditionally.
10799 * df-problems.c (df_simulate_one_insn_forwards): Likewise.
10800 * df-scan.c (df_mark_reg): Likewise.
10801 * haifa-sched.c (setup_ref_regs): Likewise.
10802 * sched-rgn.c (update_live_1): Likewise.
10804 2015-05-19 Richard Sandiford <richard.sandiford@arm.com>
10806 * regs.h (END_HARD_REGNO): Delete.
10807 (END_REGNO): Move to...
10809 * bt-load.c (note_btr_set): Use END_REGNO instead of END_HARD_REGNO.
10810 * caller-save.c (mark_set_regs): Likewise.
10811 * combine.c (move_deaths, distribute_notes): Likewise.
10812 * cse.c (invalidate, invalidate_for_call): Likewise.
10813 * df-scan.c (df_ref_record): Likewise.
10814 * postreload-gcse.c (reg_changed_after_insn_p): Likewise.
10815 (record_last_reg_set_info): Likewise.
10816 * reg-stack.c (convert_regs_exit): Likewise.
10817 * reload.c (reg_overlap_mentioned_for_reload_p): Likewise.
10818 * resource.c (update_live_status): Likewise.
10819 * rtlanal.c (find_reg_fusage, find_regno_fusage): Likewise.
10821 2015-05-19 Richard Sandiford <richard.sandiford@arm.com>
10823 * rtl.h (reg_info): Add an nregs field.
10824 (REG_NREGS): Use it.
10825 (SET_REGNO_RAW): Delete.
10826 (set_regno_raw): New function.
10827 * regs.h (END_HARD_REGNO): Make equivalent to END_REGNO.
10828 (END_REGNO): Redefine in terms of REG_NREGS.
10829 * read-rtl.c (read_rtx_code): Call set_regno_raw instead of
10831 * emit-rtl.c (set_mode_and_regno): Likewise.
10832 * df-scan.c (df_ref_change_reg_with_loc): Use set_mode_and_regno
10833 instead of SET_REGNO_RAW.
10835 2015-05-19 Richard Sandiford <richard.sandiford@arm.com>
10837 * rtl.h (PUT_MODE_RAW): New macro.
10838 (PUT_REG_NOTE_KIND): Use it.
10839 (set_mode_and_regno): Declare.
10840 (gen_raw_REG): Change regno to "unsigned int".
10841 (gen_rtx_REG): Change "unsigned" to "unsigned int".
10842 (PUT_MODE): Forward to PUT_MODE_RAW for generators, otherwise
10843 use set_mode_and_regno to change the mode of registers.
10844 * gengenrtl.c (gendef): Use PUT_MODE_RAW.
10845 * emit-rtl.c (set_mode_and_regno): New function.
10846 (gen_raw_REG): Change regno to unsigned int. Use set_mode_and_regno.
10847 * caller-save.c (reg_save_code): Use set_mode_and_regno.
10848 * expr.c (init_expr_target): Likewise.
10849 * ira.c (setup_prohibited_mode_move_regs): Likewise.
10850 * postreload.c (reload_cse_simplify_operands): Likewise.
10852 2015-05-19 Richard Sandiford <richard.sandiford@arm.com>
10854 * caller-save.c (init_caller_save): Use word_mode and
10855 FIRST_PSEUDO_REGISTER when creating temporary rtxes.
10856 * expr.c (init_expr_target): Likewise.
10857 * ira.c (setup_prohibited_mode_move_regs): Likewise.
10858 * postreload.c (reload_cse_regs_1): Likewise.
10860 2015-05-19 Richard Sandiford <richard.sandiford@arm.com>
10862 * rtl.def (REG): Change format to "r".
10863 * rtl.h (rtunion): Remove rt_reg.
10864 (reg_info): New structure.
10865 (rtx_def): Add reg field to main union.
10866 (X0REGATTR): Delete.
10867 (REG_CHECK): New macro.
10868 (SET_REGNO_RAW, rhs_regno, REG_ATTRS): Use it.
10869 * rtl.c (rtx_format): Document "r".
10870 (rtx_code_size): Handle REG specially.
10871 * gengenrtl.c (special_format): Return true for formats
10873 * gengtype.c (adjust_field_rtx_def): Handle 'r' fields.
10874 Deal with REG_ATTRS after the field loop.
10875 * emit-rtl.c (gen_raw_REG): Call rtx_alloc_stat directly.
10876 * expmed.c (init_expmed): Call gen_raw_REG instead of
10878 * expr.c (init_expr_target): Likewise.
10879 * regcprop.c (maybe_mode_change): Likewise.
10880 * varasm.c (make_decl_rtl): Likewise.
10881 * final.c (leaf_renumber_regs_insn): Return early after
10883 * genemit.c (gen_exp): Handle 'r' fields.
10884 * genpeep.c (match_rtx): Likewise.
10885 * gensupport.c (subst_pattern_match): Likewise.
10886 (get_alternatives_number, collect_insn_data, alter_predicate_for_insn)
10887 (alter_constraints, subst_dup): Likewise.
10888 * read-rtl.c (read_rtx_code): Likewise.
10889 * print-rtl.c (print_rtx): Likewise.
10890 * genrecog.c (find_operand, find_matching_operand): Likewise.
10891 (validate_pattern, match_pattern_2): Likewise.
10892 (parameter::UINT, rtx_test::REGNO_FIELD): New enum values.
10893 (rtx_test::regno_field): New function.
10894 (operator ==, safe_to_hoist_p, transition_parameter_type)
10895 (parameter_type_string, print_parameter_value)
10896 (print_nonbool_test, print_test): Handle new enum values.
10897 * cselib.c (rtx_equal_for_cselib_1): Handle REG specially.
10898 * lra-constraints.c (operands_match_p): Likewise.
10900 2015-05-19 Richard Sandiford <richard.sandiford@arm.com>
10902 * df.h (df_ref_change_reg_with_loc): Remove old_regno parameter.
10903 Change type of new_regno to unsigned int.
10904 * df-scan.c (df_ref_change_reg_with_loc_1): Change type of
10905 new_regno to unsigned int.
10906 (df_ref_change_reg_with_loc): Remove old_regno parameter.
10907 Change type of new_regno to unsigned int. Use SET_REGNO_RAW.
10908 * rtl.h (SET_REGNO): Update call to df_ref_change_reg_with_loc.
10909 (SET_REGNO_RAW): Add space after ",".
10911 2015-05-19 Richard Sandiford <richard.sandiford@arm.com>
10913 * rtl.h (REG_NREGS): New macro
10914 * alias.c (record_set): Use it.
10915 * cfgcleanup.c (mark_effect): Likewise.
10916 * combine.c (likely_spilled_retval_1): Likewise.
10917 (likely_spilled_retval_p, can_change_dest_mode): Likewise.
10918 (move_deaths, distribute_notes): Likewise.
10919 * cselib.c (cselib_record_set): Likewise.
10920 * df-problems.c (df_simulate_one_insn_forwards): Likewise.
10921 * df-scan.c (df_mark_reg): Likewise.
10922 * dse.c (look_for_hardregs): Likewise.
10923 * dwarf2out.c (reg_loc_descriptor): Likewise.
10924 (multiple_reg_loc_descriptor): Likewise.
10925 * expr.c (write_complex_part, read_complex_part): Likewise.
10926 (emit_move_complex): Likewise.
10927 * haifa-sched.c (setup_ref_regs): Likewise.
10928 * ira-lives.c (mark_hard_reg_live): Likewise.
10929 * lra.c (lra_set_insn_recog_data): Likewise.
10930 * mode-switching.c (create_pre_exit): Likewise.
10931 * postreload.c (reload_combine_recognize_const_pattern): Likewise.
10932 (reload_combine_recognize_pattern): Likewise.
10933 (reload_combine_note_use, move2add_record_mode): Likewise.
10934 (reload_cse_move2add): Likewise.
10935 * reg-stack.c (subst_stack_regs_pat): Likewise.
10936 * regcprop.c (kill_value, copy_value): Likewise.
10937 (copyprop_hardreg_forward_1): Likewise.
10938 * regrename.c (verify_reg_in_set, scan_rtx_reg): Likewise.
10939 (build_def_use): Likewise.
10940 * sched-deps.c (mark_insn_reg_birth, mark_reg_death): Likewise.
10941 (deps_analyze_insn): Likewise.
10942 * sched-rgn.c (check_live_1, update_live_1): Likewise.
10943 * sel-sched.c (count_occurrences_equiv): Likewise.
10944 * valtrack.c (dead_debug_insert_temp): Likewise.
10946 2015-05-19 Richard Sandiford <richard.sandiford@arm.com>
10948 * cfgcleanup.c (mentions_nonequal_regs): Use END_REGNO.
10949 * dse.c (note_add_store): Likewise.
10950 * ira-lives.c (mark_hard_reg_dead): Likewise.
10951 * loop-invariant.c (mark_reg_store): Likewise.
10952 (mark_reg_death): Likewise.
10953 * postreload.c (reload_combine): Likewise.
10954 (reload_combine_note_store): Likewise.
10955 (reload_combine_note_use): Likewise.
10956 * recog.c (peep2_reg_dead_p): Likewise.
10958 2015-05-19 Alan Modra <amodra@gmail.com>
10960 * config/rs6000/predicates.md (gpc_reg_operand): Don't allow all
10961 hard registers numbered greater or equal to ARG_POINTER_REGNUM.
10962 (reg_or_neg_short_operand, fix_trunc_dest_operand): Delete
10964 * config/rs6000/altivec.md (save_vregs_*, restore_vregs_*):
10965 Use altivec_register_operand. Make insn predicate TARGET_ALTIVEC.
10966 * config/rs6000/rs6000.md (extzvdi_internal2): Use cc_reg_operand.
10967 * config/rs6000/vsx.md (vsx_float<VSi><mode>2): Expand comment.
10969 2015-05-19 Sameera Deshpande <Sameera.Deshpande@imgtec.com>
10971 * config/mips/mips.md (JOIN_MODE): New mode iterator.
10972 (join2_load_Store<JOIN_MODE:mode>): New pattern.
10973 (join2_loadhi): Likewise.
10974 (define_peehole2): Add peephole2 patterns to join 2 HI/SI/SF/DF-mode
10975 load-load and store-stores.
10976 * config/mips/mips.opt (mload-store-pairs): New option.
10977 (TARGET_LOAD_STORE_PAIRS): New macro.
10978 * config/mips/mips.h (ENABLE_LD_ST_PAIRS): Likewise.
10979 * config/mips/mips-protos.h (mips_load_store_bonding_p): New prototype.
10980 * config/mips/mips.c (mips_load_store_bonding_p): New function.
10982 2015-05-19 Mikhail Maltsev <maltsevm@gmail.com>
10984 * bb-reorder.c (fix_up_fall_thru_edges): Use std::swap instead of
10986 * dojump.c (do_compare_rtx_and_jump): Likewise.
10987 * expmed.c (emit_store_flag_1): Likewise.
10988 * fibonacci_heap.h (fibonacci_heap::union_with): Likewise.
10989 * final.c (sprint_ul): Use std::reverse for reversing a string.
10990 * fold-const.c (extract_muldiv_1): Use std::swap.
10991 * genmodes.c (emit_mode_int_n): Likewise.
10992 * ifcvt.c (dead_or_predicable): Likewise.
10993 * ira-build.c (ira_merge_live_ranges): Likewise.
10994 (swap_allocno_copy_ends_if_necessary): Likewise.
10995 * ira.c (ira_setup_alts): Likewise.
10996 * loop-iv.c (iv_analyze_expr): Likewise.
10997 (implies_p): Likewise.
10998 (canon_condition): Likewise.
10999 * lra-constraints.c (swap_operands): Likewise.
11000 * lra-lives.c (lra_merge_live_ranges): Likewise.
11001 * omega.c (swap): Remove.
11003 (omega_unprotect_1): Use std::swap.
11004 (omega_solve_geq): Likewise.
11005 * optabs.c (expand_binop_directly): Likewise.
11006 (expand_binop): Likewise.
11007 (emit_conditional_move): Likewise.
11008 (emit_conditional_add): Likewise.
11009 * postreload.c (reload_cse_simplify_operands): Likewise.
11010 * reg-stack.c (emit_swap_insn): Likewise.
11011 (swap_to_top): Likewise.
11012 (compare_for_stack_reg): Likewise.
11013 (subst_asm_stack_regs): Likewise.
11014 * reload.c (find_reloads): Likewise.
11015 * reload1.c (gen_reload_chain_without_interm_reg_p): Likewise.
11016 * sel-sched.c (invoke_reorder_hooks): Likewise.
11017 (create_block_for_bookkeeping): Likewise.
11018 * tree-data-ref.c (lambda_matrix_row_exchange): Remove.
11019 (lambda_matrix_right_hermite): Use std::swap.
11020 * tree-ssa-coalesce.c (sort_coalesce_list): Likewise.
11021 * tree-ssa-ifcombine.c (ifcombine_ifandif): Likewise.
11022 * tree-ssa-loop-ivopts.c (iv_ca_delta_reverse): Likewise.
11023 * tree-ssa-math-opts.c (is_widening_mult_p): Likewise.
11024 * tree-ssa-phiopt.c (hoist_adjacent_loads): Likewise.
11025 * tree-ssa-reassoc.c (linearize_expr_tree): Likewise.
11026 * tree-ssa-threadedge.c (simplify_control_stmt_condition): Likewise.
11027 * tree-vrp.c (compare_ranges): Likewise.
11028 * var-tracking.c (add_with_sets): Likewise.
11029 (vt_find_locations): Likewise.
11031 2015-05-18 Andreas Tobler <andreast@gcc.gnu.org>
11033 * config/freebsd-spec.h (FBSD_STARTFILE_SPEC): Add the bits to build
11035 (FBSD_ENDFILE_SPEC): Likewise.
11036 * config/i386/freebsd.h (STARTFILE_SPEC): Remove and use the one from
11037 config/freebsd-spec.h.
11038 (ENDFILE_SPEC): Likewise.
11040 2015-05-18 Uros Bizjak <ubizjak@gmail.com>
11041 Richard Henderson <rth@redhat.com>
11044 * config/alpha/constraints.md (Q): Rewrite as define_memory_constraint.
11045 Check for a memory location that is not a reference (using an AND)
11046 to an unaligned location here.
11047 * config/alpha/predicates.md (normal_memory_operand): Remove.
11049 2015-05-18 Alex Velenko <Alex.Velenko@arm.com>
11051 * config/arm/arm.md (andsi_not_shiftsi_si_scc): New pattern.
11052 (andsi_not_shiftsi_si_scc_no_reuse): New pattern.
11054 2015-05-18 Robert Suchanek <robert.suchanek@imgtec.com>
11056 * config/mips/mips.c (micromips_globals): New variable.
11057 (mips_set_compression_mode): Save and reinitialize target-dependent
11058 state for microMIPS.
11060 2015-05-18 Martin Liska <mliska@suse.cz>
11062 * dbgcnt.def: Add new counter.
11063 * ipa-icf.c (sem_item_optimizer::merge_classes): Use the counter.
11065 2015-05-18 Martin Liska <mliska@suse.cz>
11067 * dbgcnt.def: Sort counters.
11068 * opts.c (common_handle_option): Do not compile if
11069 -fdbg-cnt-list is enabled.
11071 2015-05-18 Tom de Vries <tom@codesourcery.com>
11073 * gimplify.c (gimplify_modify_expr): Remove do_deref handling.
11074 (gimplify_va_arg_expr): Remove do_deref handling. Remove adding of
11075 address operator to va_list operand.
11076 * tree-stdarg.c (expand_ifn_va_arg_1): Do deref of va_list operand
11078 * config/i386/i386.c (ix86_gimplify_va_arg): Remove deref on va_list
11080 * config/rs6000/rs6000.c (rs6000_gimplify_va_arg): Same.
11081 * config/s390/s390.c (s390_gimplify_va_arg): Same.
11082 * config/spu/spu.c (spu_gimplify_va_arg_expr): Same.
11084 2015-05-18 Tom de Vries <tom@codesourcery.com>
11086 * tree-ssa-tail-merge.c: Fix whitespace.
11088 2015-05-17 Jim Wilson <jim.wilson@linaro.org>
11090 * doc/invoke.texi (ARM Options, mtune): Add generic-armv7-a,
11091 cortex-a17, and cortex-a17.cortex-a7.
11093 2015-05-17 Oleg Endo <olegendo@gcc.gnu.org>
11096 * config/sh/sh.md (*addc_2r_t): Use ashift instead of mult.
11098 2015-05-17 Uros Bizjak <ubizjak@gmail.com>
11101 * config/i386/i386.c (expand_vec_perm_blend): Enable HImode and
11102 QImode inner modes for TARGET_AVX512BW. Force mask operand
11103 to a register for AVX512F modes.
11105 2015-05-16 Jan Hubicka <hubicka@ucw.cz>
11107 * toplev.c (emit_debug_global_declarations): Do not output debug info
11108 when doing slim LTO objects.
11110 2015-05-16 Jan Hubicka <hubicka@ucw.cz>
11112 * ipa-utils.h (warn_types_mismatch, odr_or_derived_type_p,
11113 odr_types_equivalent_p): Declare.
11114 (odr_type_p): Use gcc_checking_assert.
11115 (type_in_anonymous_namespace_p) Declare.
11116 (type_with_linkage_p): Declare.
11117 * common.opt (Wlto-type-mismatch): New warning.
11118 * ipa-devirt.c (compound_type_base): New function.
11119 (odr_or_derived_type_p): New function.
11120 (odr_types_equivalent_p): New function.
11121 (add_type_duplicate): Simplify.
11122 (type_with_linkage_p): Add hack to prevent false positives on C types
11123 (type_in_anonymous_namespace_p): Likewise.
11124 * tree.c (need_assembler_name_p): Use type_with_linkage.
11125 * tree.h (type_in_anonymous_namespace_p): Remove.
11126 * doc/invoke.texi (-Wlto-type-mismatch): Document
11128 2015-05-16 Jan Hubicka <hubicka@ucw.cz>
11130 * tree.c (verify_type_variant): Verify tree_base and type_common flags.
11131 (verify_type): Verify STRING_FLAG.
11133 2015-05-16 Manuel López-Ibáñez <manu@gcc.gnu.org>
11136 * tree-pretty-print.c (percent_K_format): Replace locus pointer
11137 with accessor function.
11138 * tree-diagnostic.c (diagnostic_report_current_function): Use
11139 diagnostic_location function.
11140 (maybe_unwind_expanded_macro_loc): Likewise.
11141 (virt_loc_aware_diagnostic_finalizer): Likewise.
11142 (default_tree_printer): Replace locus pointer with accessor function.
11143 * diagnostic.c (diagnostic_initialize): Initialize caret_chars array.
11144 (diagnostic_set_info_translated): Initialize second location.
11145 (diagnostic_build_prefix): Use CARET_LINE_MARGIN.
11146 (diagnostic_show_locus): Handle two locations. Call
11147 diagnostic_print_caret_line.
11148 (diagnostic_print_caret_line): New.
11149 (default_diagnostic_starter): Use diagnostic_location function.
11150 (diagnostic_report_diagnostic): Use diagnostic_location function.
11151 (verbatim): Do not set text.locus.
11152 * diagnostic.h (struct diagnostic_info): Remove location field.
11153 (struct diagnostic_context): Make caret_chars an array of two.
11154 (diagnostic_location): New inline.
11155 (diagnostic_expand_location): Handle two locations.
11156 (diagnostic_same_line): New inline.
11157 (diagnostic_print_caret_line): Declare.
11158 (CARET_LINE_MARGIN): New constant.
11159 * pretty-print.c (pp_printf): Do not set text.locus.
11160 (pp_verbatim): Do not set text.locus.
11161 * pretty-print.h (MAX_LOCATIONS_PER_MESSAGE): New constant.
11162 (struct text_info): Replace locus pointer with locations
11163 array. Add accessor functions.
11165 2015-05-16 Kugan Vivekanandarajah <kuganv@linaro.org>
11166 Zhenqiang Chen <zhenqiang.chen@linaro.org>
11169 * config/arm/arm.h (DONT_EARLY_SPLIT_CONSTANT): New macro.
11170 * config/arm/arm.md (subsi3, andsi3, iorsi3, xorsi3, movsi): Keep some
11171 large constants in register instead of splitting them.
11173 2015-05-16 Uros Bizjak <ubizjak@gmail.com>
11176 * config/alpha/alpha.c (get_aligned_mem): Also look for reload
11177 replacements in memory addresses.
11178 (get_unaligned_address): Ditto.
11180 2015-05-16 James Bowman <james.bowman@ftdichip.com>
11182 * config/ft32/*: New files for FT32 port.
11183 * doc/install.texi: Add FT32 information.
11184 * doc/invoke.texi: Add FT32 information.
11185 * doc/md.texi: Add FT32 information.
11186 * doc/contrib.texi: Self added.
11188 2015-05-15 Marc Glisse <marc.glisse@inria.fr>
11190 PR tree-optimization/64454
11191 * match.pd ((X % Y) % Y, (X % Y) < Y): New patterns.
11192 (-1 - A -> ~A): Remove unnecessary condition.
11194 2015-05-15 Gregor Richards <gregor.richards@uwaterloo.ca>
11196 * config/i386/linux.h (MUSL_DYNAMIC_LINKER): Define.
11197 * config/i386/linux64.h (MUSL_DYNAMIC_LINKER32): Define.
11198 (MUSL_DYNAMIC_LINKER64, MUSL_DYNAMIC_LINKERX32): Define.
11200 2015-05-15 Ilya Enkovich <ilya.enkovich@intel.com>
11202 * ipa-chkp.h (chkp_wrap_function): New.
11203 * ipa-chkp.c (chkp_wrap_function): Remove 'static'.
11204 (chkp_wrap_function_name): New.
11205 (chkp_build_instrumented_fndecl): Use chkp_wrap_function_name
11206 to get wrapper name.
11207 * lto-cgraph.c: Include ipa-chkp.h.
11208 (input_cgraph_1): Avoid alias chain for wrappers.
11210 2015-05-15 Ilya Enkovich <enkovich.gnu@gmail.com>
11212 PR middle-end/66134
11213 * tree-chkp.c (chkp_get_orginal_bounds_for_abnormal_copy): New.
11214 (chkp_maybe_copy_and_register_bounds): Don't copy abnormal copy.
11216 2015-05-15 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
11218 * config/aarch64/aarch64.h (AARCH64_TUNE_SLOWMUL): Delete.
11219 (AARCH64_FL_SLOWMUL): Delete.
11220 (AARCH64_FL_CRC): Redefine to 1<<3.
11221 (AARCH64_FL_USE_FMA_STEERING_PASS): Redefine to 1<<4.
11223 2015-05-15 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
11225 * config/arm/arm.h (LOGICAL_OP_NON_SHORT_CIRCUIT): Add appropriate
11228 2015-05-15 Uros Bizjak <ubizjak@gmail.com>
11230 * config/alpha/alpha.md (extendqidi2): Use general_operand
11231 instead of some_operand for operand[1] predicate.
11232 (extendhidi2): Ditto.
11233 (cbranchdi4): Use general_operand instead of some_operand
11234 for operand[1] and operands[2] predicates.
11235 (cstoredi4): Ditto.
11236 * config/alpha/predicates.md (some_operand): Remove unused predicate.
11237 (some_ni_operand): Ditto.
11239 2015-05-15 Uros Bizjak <ubizjak@gmail.com>
11241 * config/alpha/alpha.c (alpha_extract_integer): Do not handle
11242 CONST_WIDE_INT and CONST_DOUBLE. Assert CONST_INT_P (x).
11243 (alpha_legitimate_constant_p) <case CONST_WIDE_INT>: Check high and
11244 low part of the constant using alpha_emit_set_const_1.
11245 (alpha_expand_mov): Do not handle CONST_WIDE_INT and CONST_DOUBLE.
11247 2015-05-14 Rohit Arul Raj <rohitrulraj@freescale.com>
11249 * varasm.c (output_constant_pool_1): Pass down alignment from
11250 constant pool entry's descriptor to output_constant_pool_2.
11251 (output_object_block): Add comment prior to call to
11252 output_constant_pool_1.
11254 2015-05-14 Vladimir Makarov <vmakarov@redhat.com>
11256 PR rtl-optimization/65862
11257 * target.def (ira_change_pseudo_allocno_class): New hook.
11258 * targhooks.c (default_ira_change_pseudo_allocno_class): Default
11260 * targhooks.h (default_ira_change_pseudo_allocno_class): New extern.
11261 * doc/tm.texi.in (TARGET_IRA_CHANGE_PSEUDO_ALLOCNO_CLASS): Add the
11263 * ira-costs.c (find_costs_and_classes): Call the hook and change
11264 classes when it is necessary.
11265 * doc/tm.texi: Update.
11267 2015-05-14 Alexander Monakov <amonakov@ispras.ru>
11269 * config/i386/i386.md (sibcall_memory): Check that register with
11270 callee address is not also used as one of the arguments, instead
11271 of checking that it is not live after the sibcall.
11272 (sibcall_pop_memory): Ditto.
11273 (sibcall_value_memory): Ditto.
11274 (sibcall_value_pop_memory): Ditto.
11276 2015-05-14 Marc Glisse <marc.glisse@inria.fr>
11278 * generic-match-head.c (types_match): Handle non-types.
11279 * gimple-match-head.c (types_match): Likewise.
11280 * match.pd: Remove unnecessary TREE_TYPE for types_match.
11282 2015-05-14 Wilco Dijkstra <wdijkstr@arm.com>
11284 * config/aarch64/aarch64.md (absdi2): Optimize abs expansion.
11285 (csneg3<mode>_insn): Enable expansion of pattern.
11287 2015-05-14 Nick Clifton <nickc@redhat.com>
11289 * config/rl78/rl78.c (rl78_select_section): Select the correct
11290 default section based upon the category of the decl.
11292 2015-05-13 Segher Boessenkool <segher@kernel.crashing.org>
11294 PR rtl-optimization/30967
11295 * config/rs6000/rs6000.c (rs6000_rtx_costs): Don't consider
11296 destination mode for the cost of scc patterns.
11298 2015-05-13 Uros Bizjak <ubizjak@gmail.com>
11300 * config/i386/i386.md (*mul<mode>3_1): Merge with *mulhi3_1
11301 using SWIM248 mode iterator.
11302 (*mulv<mode>4): Use x86_64_sext_operand for operand[2] constraint.
11303 (*mulvhi4): mark operand[1] as commutative. Use nonimmediate_operand
11304 for operand[2] constraint.
11305 (*mulv<mode>4_1): Merge with *mulvhi4_1 using SWI248 mode iterator.
11307 2015-05-13 Jakub Jelinek <jakub@redhat.com>
11309 PR middle-end/66133
11310 * omp-low.c (expand_omp_taskreg): For GIMPLE_OMP_TASK expansion,
11311 make sure it is never noreturn, even when the task body does not
11313 (lower_omp_taskreg): For GIMPLE_OMP_TASK, emit GIMPLE_OMP_CONTINUE
11314 right before GIMPLE_OMP_RETURN.
11315 (make_gimple_omp_edges): Accept GIMPLE_OMP_CONTINUE as ->cont
11316 for GIMPLE_OMP_TASK. For GIMPLE_OMP_RETURN corresponding to
11317 GIMPLE_OMP_TASK add an EDGE_ABNORMAL edge from entry to exit.
11319 2015-05-13 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
11321 * params.def (PARAM_MAX_POW_SQRT_DEPTH): New param.
11322 * tree-ssa-math-opts.c: Include params.h
11323 (pow_synth_sqrt_info): New struct.
11324 (representable_as_half_series_p): New function.
11325 (get_fn_chain): Likewise.
11326 (print_nested_fn): Likewise.
11327 (dump_fractional_sqrt_sequence): Likewise.
11328 (dump_integer_part): Likewise.
11329 (expand_pow_as_sqrts): Likewise.
11330 (gimple_expand_builtin_pow): Use above to attempt to expand
11331 pow as series of square roots. Removed now unused variables.
11333 2015-05-13 Uros Bizjak <ubizjak@gmail.com>
11335 * config/alpha/alpha.c (alpha_emit_set_long_const): Remove c1 argument.
11336 (alpha_extract_integer): Redeclare as static HOST_WIDE_INT.
11337 Remove *p0 and *p1 arguments. Rewrite function.
11338 (alpha_legitimate_constant_p): Update call to alpha_extract_integer.
11339 (alpha_split_const_mov): Update calls to alpha_extract_integer and
11340 alpha_emit_set_long_const.
11341 (alpha_expand_epilogue): Update calls to alpha_emit_set_long_const.
11342 (alpha_output_mi_thunk_osf): Ditto.
11343 * config/alpha/alpha.md (movti): Do not check operands[1]
11346 2015-05-13 Richard Biener <rguenther@suse.de>
11348 PR tree-optimization/66129
11349 * tree-vect-slp.c (vect_build_slp_tree): Make sure all ops are
11351 (vect_schedule_slp_instance): Fix typo.
11353 2015-05-13 David Malcolm <dmalcolm@redhat.com>
11355 * common.opt (fdump-internal-locations): New option.
11356 * input.c: Include diagnostic-core.h.
11357 (get_end_location): New function.
11358 (write_digit): New function.
11359 (write_digit_row): New function.
11360 (dump_location_range): New function.
11361 (dump_labelled_location_range): New function.
11362 (dump_location_info): New function.
11363 * input.h (dump_location_info): New prototype.
11364 * toplev.c (compile_file): Handle flag_dump_locations.
11366 2015-05-13 Eric Botcazou <ebotcazou@adacore.com>
11368 * gimple-expr.h (is_gimple_constant): Reorder.
11369 * tree-ssa-propagate.c (before_dom_children): Use inline accessor.
11371 2015-05-13 Segher Boessenkool <segher@kernel.crashing.org>
11373 * combine.c (simplify_set): When generating a CC set, if the
11374 source already is in the correct mode, do not wrap it in a
11375 compare. Simplify the rest of that code.
11377 2015-05-13 Richard Biener <rguenther@suse.de>
11379 PR tree-optimization/66123
11380 * tree-ssa-dom.c (propagate_rhs_into_lhs): Check if we found
11383 2015-05-13 Richard Biener <rguenther@suse.de>
11385 PR middle-end/66110
11386 * alias.c (alias_sets_conflict_p): Do not treat has_zero_child
11388 * Makefile.in (dfp.o-warn): Add -Wno-strict-aliasing.
11390 2015-05-13 Michael Haubenwallner <michael.haubenwallner@ssi-schaefer.com>
11392 * doc/install.texi: Bump latest automake 1.11 version to 1.11.6.
11393 * aclocal.m4: Regenerated with automake-1.11.6.
11395 2015-05-13 Tom de Vries <tom@codesourcery.com>
11397 PR tree-optimization/66010
11398 * gimplify.h (gimplify_va_arg_internal): Remove declaration.
11399 * gimplify.c (gimplify_va_arg_internal): Remove and inline into ...
11400 * tree-stdarg.c (expand_ifn_va_arg_1): ... here. Choose between lval
11401 and rval based on do_deref.
11403 2015-05-13 Ilya Enkovich <ilya.enkovich@intel.com>
11406 * config/i386/i386.c (ix86_rtx_costs): We want to propagate
11407 link time constants into adress expressions and therefore set
11410 2015-05-13 Jakub Jelinek <jakub@redhat.com>
11413 * config/i386/i386.md (mulv<mode>4, umulv<mode>4, *umulv<mode>4):
11414 Use SWI248 iterator instead of SWI.
11415 (*mulv<mode>4_1): Use SWI48 instead of SWI. Simplify output template.
11416 Use eq_attr "alternative" "0" instead of match_test in
11417 length_immediate attribute computation.
11418 (*mulvhi4, *mulvhi4_1): New define_insns.
11421 * internal-fn.c (get_min_precision): Use UNSIGNED instead of
11422 SIGNED to get precision of non-negative value.
11424 2015-05-13 Ilya Enkovich <ilya.enkovich@intel.com>
11427 * function.c (diddle_return_value_1): Process bounds first.
11428 * config/i38/i386.c (ix86_function_value_regno_p): Add bnd1
11431 2015-05-13 Thomas Preud'homme <thomas.preudhomme@arm.com>
11433 PR rtl-optimization/64616
11434 * loop-invariant.c (can_move_invariant_reg): New.
11435 (move_invariant_reg): Call above new function to decide whether
11436 instruction can just be moved, skipping creation of temporary
11439 2015-05-12 Jan Hubicka <hubicka@ucw.cz>
11441 PR target/pr66047.c
11442 * i386.c (ix86_function_sseregparm): Only return -1 if local function
11443 with implied regparm is called from -mno-sse function.
11444 (init_cumulative_args): Output error if ix86_function_sseregparm
11445 return -1 and SSE register would be needed.
11446 (function_arg_advance_32): Likewise.
11447 (function_arg_32): Likewise.
11448 * i386.h (ix86_args): Add decl field.
11450 2015-05-12 Jan Hubicka <hubicka@ucw.cz>
11453 * ipa-inline.c (can_inline_edge_p): Allow early inlining of always
11454 inlines across optimization boundary.
11456 2015-05-12 Jason Merrill <jason@redhat.com>
11458 * config/mmix/mmix.c, config/msp430/msp430.c: Add space between
11459 string literal and macro name.
11461 2015-05-12 Steve Ellcey <sellcey@imgtec.com>
11463 * config/mips/mips.c (mips_print_operand): Remove 'y' operand code.
11464 * config/mips/mips.md (<GPR:d>lsa): Rewrite with shift operator.
11465 * config/mips/predicates.md (const_immlsa_operand): Remove log call.
11467 2015-05-12 David Malcolm <dmalcolm@redhat.com>
11469 * doc/invoke.texi (Warning Options): Add -Wmisleading-indentation.
11470 (-Wmisleading-indentation): New option.
11471 * Makefile.in (C_COMMON_OBJS): Add c-family/c-indentation.o.
11473 2015-05-12 Uros Bizjak <ubizjak@gmail.com>
11475 * config/alpha/alpha.h (TARGET_SUPPORTS_WIDE_INT): New define.
11476 * config/alpha/alpha.c (alpha_rtx_costs): Handle CONST_WIDE_INT.
11477 (alpha_extract_integer): Ditto.
11478 (alpha_legitimate_constant_p): Ditto.
11479 (alpha_split_tmode_pair): Ditto.
11480 (alpha_preferred_reload_class): Add CONST_WIDE_INT.
11481 (alpha_expand_mov): Ditto.
11482 (print_operand): Remove handling of 'H' modifier.
11483 <case 'm'>: Remove CONST_DOUBLE handling.
11484 (summarize_insn): Handle CONST_WIDE_INT.
11485 * config/alpha/alpha.md (*andsi_internal): Remove H constraint.
11487 (movti): Handle CONST_WIDE_INT.
11488 * config/alpha/constraints.md ('H'): Remove constraint definition.
11489 ('G'): Do not match MODE_FLOAT class.
11490 * config/alpha/predicates.md (const0_operand): Also match
11492 (non_add_const_operand): Ditto.
11493 (non_zero_const_operand): Ditto.
11494 (some_operand): Ditto.
11495 (input_operand): Ditto. Handle CONST_WIDE_INT.
11496 (and_operand): Do not match const_double.
11497 * config/alpha/sync.md (fetchop_constr): Remove H constraint.
11499 2015-05-12 Andrew MacLeod <amacleod@redhat.com>
11502 * coretypes.h (MEMMODEL_SYNC, MEMMODEL_BASE_MASK): New macros.
11503 (enum memmodel): Add SYNC_{ACQUIRE,RELEASE,SEQ_CST}.
11504 * tree.h (memmodel_from_int, memmodel_base, is_mm_relaxed,
11505 is_mm_consume,is_mm_acquire, is_mm_release, is_mm_acq_rel,
11506 is_mm_seq_cst, is_mm_sync): New accessor functions.
11507 * builtins.c (expand_builtin_sync_operation,
11508 expand_builtin_compare_and_swap): Use MEMMODEL_SYNC_SEQ_CST.
11509 (expand_builtin_sync_lock_release): Use MEMMODEL_SYNC_RELEASE.
11510 (get_memmodel, expand_builtin_atomic_compare_exchange,
11511 expand_builtin_atomic_load, expand_builtin_atomic_store,
11512 expand_builtin_atomic_clear): Use new accessor routines.
11513 (expand_builtin_sync_synchronize): Use MEMMODEL_SYNC_SEQ_CST.
11514 * optabs.c (expand_compare_and_swap_loop): Use MEMMODEL_SYNC_SEQ_CST.
11515 (maybe_emit_sync_lock_test_and_set): Use new accessors and
11516 MEMMODEL_SYNC_ACQUIRE.
11517 (expand_sync_lock_test_and_set): Use MEMMODEL_SYNC_ACQUIRE.
11518 (expand_mem_thread_fence, expand_mem_signal_fence, expand_atomic_load,
11519 expand_atomic_store): Use new accessors.
11520 * emit-rtl.c (need_atomic_barrier_p): Add additional enum cases.
11521 * tsan.c (instrument_builtin_call): Update check for memory model beyond
11522 final enum to use MEMMODEL_LAST.
11523 * c-family/c-common.c: Use new accessor for memmodel_base.
11524 * config/aarch64/aarch64.c (aarch64_expand_compare_and_swap): Use new
11526 * config/aarch64/atomics.md (atomic_load<mode>,atomic_store<mode>,
11527 arch64_load_exclusive<mode>, aarch64_store_exclusive<mode>,
11528 mem_thread_fence, *dmb): Likewise.
11529 * config/alpha/alpha.c (alpha_split_compare_and_swap,
11530 alpha_split_compare_and_swap_12): Likewise.
11531 * config/arm/arm.c (arm_expand_compare_and_swap,
11532 arm_split_compare_and_swap, arm_split_atomic_op): Likewise.
11533 * config/arm/sync.md (atomic_load<mode>, atomic_store<mode>,
11534 atomic_loaddi): Likewise.
11535 * config/i386/i386.c (ix86_destroy_cost_data, ix86_memmodel_check):
11537 * config/i386/sync.md (mem_thread_fence, atomic_store<mode>): Likewise.
11538 * config/ia64/ia64.c (ia64_expand_atomic_op): Add new memmodel cases and
11540 * config/ia64/sync.md (mem_thread_fence, atomic_load<mode>,
11541 atomic_store<mode>, atomic_compare_and_swap<mode>,
11542 atomic_exchange<mode>): Use new accessors.
11543 * config/mips/mips.c (mips_process_sync_loop): Likewise.
11544 * config/pa/pa.md (atomic_loaddi, atomic_storedi): Likewise.
11545 * config/rs6000/rs6000.c (rs6000_pre_atomic_barrier,
11546 rs6000_post_atomic_barrier): Add new cases.
11547 (rs6000_expand_atomic_compare_and_swap): Use new accessors.
11548 * config/rs6000/sync.md (mem_thread_fence): Add new cases.
11549 (atomic_load<mode>): Add new cases and use new accessors.
11550 (store_quadpti): Add new cases.
11551 * config/s390/s390.md (mem_thread_fence, atomic_store<mode>): Use new
11553 * config/sparc/sparc.c (sparc_emit_membar_for_model): Use new accessors.
11554 * doc/extend.texi: Update docs to indicate 16 bits are used for memory
11557 2015-05-12 Jan Hubicka <hubicka@ucw.cz>
11559 * ipa-devirt.c (type_with_linkage_p): New function.
11560 (type_in_anonymous_namespace_p): Move here from tree.c; assert that
11562 (odr_type_p): Move here from ipa-utils.h; use type_with_linkage_p.
11563 (can_be_name_hashed_p): Simplify.
11564 (hash_odr_name): Check that type has linkage before checking if it is
11566 (types_same_for_odr): Likewise.
11567 (odr_name_hasher::equal): Likewise.
11568 (odr_subtypes_equivalent_p): Likewise.
11569 (warn_types_mismatch): Likewise.
11570 (get_odr_type): Likewise.
11571 (odr_types_equivalent_p): Fix checking of TYPE_MAIN_VARIANT.
11572 * ipa-utils.h (odr_type_p): Move offline.
11573 * tree.c (need_assembler_name_p): Fix handling of types
11575 (type_in_anonymous_namespace_p): Move to ipa-devirt.c
11577 2015-05-12 David Malcolm <dmalcolm@redhat.com>
11579 * timevar.c (timevar_enable): Delete in favor of...
11580 (g_timer): New global.
11581 (struct timevar_def): Move to timevar.h inside class timer.
11582 (struct timevar_stack_def): Likewise.
11583 (timevars): Delete global in favor of field "m_timevars" within
11584 class timer in timevar.h
11585 (stack): Likewise, in favor of field "m_stack".
11586 (unused_stack_instances): Likewise, in favor of field
11587 "m_unused_stack_instances".
11588 (start_time): Likewise, in favor of field "m_start_time".
11589 (get_time): Eliminate check for timevar_enable.
11590 (timer::timer): New function, built from part of timevar_init.
11591 (timevar_init): Rewrite idempotency test from using
11592 "timevar_enable" bool to using dynamic allocation of "g_timer".
11593 Move rest of implementation into timer's constructor.
11594 (timevar_push_1): Rename to...
11595 (timer::push): ...this, adding "m_" prefixes to variables that
11596 are now fields of timer.
11597 (timevar_pop_1): Likewise, rename to...
11598 (timer::pop): ...this, and add "m_" prefixes.
11599 (timevar_start): Replace test for "timevar_enable" with one for
11600 "g_timer", and move bulk of implementation to...
11601 (timer::start): ...here, adding "m_" prefixes.
11602 (timevar_stop): Likewise, from here...
11603 (timer::stop): ...to here.
11604 (timevar_cond_start): Likewise, from here...
11605 (timer::cond_start): ...to here.
11606 (timevar_cond_stop): Likewise, from here...
11607 (timer::cond_stop): ...to here.
11608 (validate_phases): Rename to...
11609 (timer::validate_phases): ...this, and add "m_" prefixes. Make
11610 locals "total" and "tv" const.
11611 (timevar_print): Rename to...
11612 (timer::print): ...this, and add "m_" prefixes. Make locals
11613 "total" and "tv" const. Eliminate test for timevar_enable.
11614 * timevar.h (timevar_enable): Eliminate.
11615 (g_timer): New declaration.
11616 (timevar_push_1): Eliminate.
11617 (timevar_pop_1): Eliminate.
11618 (timevar_print): Eliminate.
11619 (class timer): New class.
11620 (timevar_push): Rewrite to use g_timer.
11621 (timevar_pop): Likewise.
11622 * toplev.c (toplev::~toplev): Likewise.
11624 2015-05-12 Richard Earnshaw <rearnsha@arm.com>
11626 * arm-protos.h (arm_sched_autopref): Delete.
11627 (tune_params): Re-organize, use enums for flag values.
11628 (FUSE_OPS): New macro.
11629 * arm.c (ARM_PREFETCH_NOT_BENEFICIAL): Update.
11630 (ARM_PREFETCH_BENEFICIAL): Likewise.
11631 (ARM_FUSE_NOTHING, ARM_FUSE_MOVW_MOVT): Delete.
11632 (arm_slowmul_tune, arm_fastmul_tune, arm_strongarm_tune)
11633 (arm_xscale_tune, arm_9e_tune, arm_marvell_pj4_tune)
11634 (arm_v6t2_tune, arm_cortex_tune, arm_cortex_a8_tune)
11635 (arm_cortex_a7_tune, arm_cortex_a15_tune, arm_cortex_a53_tune)
11636 (arm_cortex_a57_tune, arm_xgene1_tune, arm_cortex_a5_tune)
11637 (arm_cortex_a9_tune, arm_cortex_a12_tune, arm_v7m_tune)
11638 (arm_cortex_m7_tune, arm_v6m_tune, arm_fa726te_tune): Use new
11640 (arm_option_override, thumb2_reorg, arm_print_tune_info)
11641 (aarch_macro_fusion_pair_p): Update uses of current_tune.
11642 * arm.h (LOGICAL_OP_NON_SHORT_CIRCUIT): Likewise.
11644 2015-05-12 Sandra Loosemore <sandra@codesourcery.com>
11646 * config/nios2/nios2.md (trap, ctrapsi4): Use "trap" instead of
11649 2015-05-12 Chung-Lin Tang <cltang@codesourcery.com>
11650 Sandra Loosemore <sandra@codesourcery.com>
11652 * config/nios2/nios2.h (enum reg_class): Add IJMP_REGS enum
11654 (REG_CLASS_NAMES): Add "IJMP_REGS".
11655 (REG_CLASS_CONTENTS): Add new entry for IJMP_REGS.
11656 * config/nios2/nios2.md (indirect_jump,*tablejump): Adjust to
11657 use new "c" register constraint.
11658 * config/nios2/constraint.md (c): New register constraint
11659 corresponding to IJMP_REGS.
11661 2015-05-12 Segher Boessenkool <segher@kernel.crashing.org>
11663 * config/rs6000/rs6000.md (*rotlsi3_internal4, *rotlsi3_internal5,
11664 *rotlsi3_internal6, rlwinm, 5 unnamed define_insns, and 6
11665 define_splits): Delete, revamp, transmogrify into ...
11666 (*rotlsi3_mask, *rotlsi3_mask_dot, *rotlsi3_mask_dot2,
11667 *ashlsi3_imm_mask, *ashlsi3_imm_mask_dot, *ashlsi3_imm_mask_dot2,
11668 *lshrsi3_imm_mask, *lshrsi3_imm_mask_dot, *lshrsi3_imm_mask_dot2):
11671 2015-05-12 Segher Boessenkool <segher@kernel.crashing.org>
11673 * config/rs6000/rs6000.md (rs6000_adjust_atomic_subword): Use
11674 gen_ashlsi3 and gen_andsi3 instead of gen_rlwinm.
11676 2015-05-12 Segher Boessenkool <segher@kernel.crashing.org>
11678 * config/rs6000/rs6000.md (extzv): FAIL for SImode.
11679 (extzvsi_internal, *extzvsi_internal1, *extzvsi_internal2,
11680 *rotlsi3_internal7le, *rotlsi3_internal7be, *rotlsi3_internal8le,
11681 *rotlsi3_internal8be, *rotlsi3_internal9le, *rotlsi3_internal9be,
11682 *rotlsi3_internal10le, *rotlsi3_internal10be, *rotlsi3_internal11le,
11683 *rotlsi3_internal11be, *rotlsi3_internal12le, *rotlsi3_internal12be,
11684 *lshiftrt_internal1le, *lshiftrt_internal1be, *lshiftrt_internal2le,
11685 *lshiftrt_internal2be, *lshiftrt_internal3le, *lshiftrt_internal3be,
11686 *lshiftrt_internal4le, *lshiftrt_internal4be, *lshiftrt_internal5le,
11687 *lshiftrt_internal5be, *lshiftrt_internal5le, *lshiftrt_internal5be,
11688 *rotldi3_internal7le, *rotldi3_internal7be, *rotldi3_internal8le,
11689 *rotldi3_internal8be, *rotldi3_internal9le, *rotldi3_internal9be,
11690 *rotldi3_internal10le, *rotldi3_internal10be, *rotldi3_internal11le,
11691 *rotldi3_internal11be, *rotldi3_internal12le, *rotldi3_internal12be,
11692 *rotldi3_internal13le, *rotldi3_internal13be, *rotldi3_internal14le,
11693 *rotldi3_internal14be, *rotldi3_internal15le, *rotldi3_internal15be,
11694 and 30 corresponding splitters): Delete.
11696 2015-05-12 Segher Boessenkool <segher@kernel.crashing.org>
11698 * config/rs6000/rs6000.md (define_split for bswaphi): Don't use
11701 2015-05-12 Segher Boessenkool <segher@kernel.crashing.org>
11703 * combine.c (recog_for_combine_1): New function, factored out
11704 from recog_for_combine.
11705 (change_zero_ext): New function.
11706 (recog_for_combine): If recog fails, try again with the pattern
11707 modified by change_zero_ext; if that still fails, restore the
11710 2015-05-12 Segher Boessenkool <segher@kernel.crashing.org>
11712 * combine.c (get_undo_marker): New function.
11713 (undo_to_marker): New function, largely factored out from ...
11714 (undo_all): ... this. Adjust.
11716 2015-05-12 Richard Biener <rguenther@suse.de>
11718 PR tree-optimization/66101
11719 * tree-ssa-dce.c (remove_dead_stmt): Properly mark loops for
11720 fixup if we turn a loop exit edge to a fallthru edge.
11722 2015-05-12 Richard Biener <rguenther@suse.de>
11724 PR tree-optimization/37021
11725 * tree-vectorizer.h (struct _slp_tree): Add two_operators flag.
11726 (SLP_TREE_TWO_OPERATORS): New define.
11727 * tree-vect-slp.c (vect_create_new_slp_node): Initialize
11728 SLP_TREE_TWO_OPERATORS.
11729 (vect_build_slp_tree_1): Allow two mixing plus/minus in an
11731 (vect_build_slp_tree): Adjust.
11732 (vect_analyze_slp_cost_1): Likewise.
11733 (vect_schedule_slp_instance): Vectorize mixing plus/minus by
11734 emitting two vector stmts and mixing the results.
11736 2015-05-12 Dominik Vogt <vogt@linux.vnet.ibm.com>
11738 * call.c (print_z_candidates): Remove dead code.
11740 2015-05-12 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
11742 * config/s390/2827.md: Split zEC12_simple into zEC12_simple_int
11743 and zEC12_simple_fp.
11744 * config/s390/s390.c (s390_issue_rate): Set issue rate for zEC12
11747 2015-05-12 Tom de Vries <tom@codesourcery.com>
11749 PR tree-optimization/66010
11750 * gimplify.c (gimplify_modify_expr): Handle new do_deref argument of
11752 * gimplify.h (gimplify_va_arg_internal): Remove loc parameter.
11753 (gimplify_va_arg_internal): Remove loc parameter. Assert no array-typed
11754 va_lists are passed, and remove corresponding handling.
11755 (gimplify_va_arg_expr): Only take address of ap if necessary. Add
11756 do_deref argument to ifn_va_arg.
11757 * tree-stdarg.c (expand_ifn_va_arg_1): Handle new do_deref argument of
11760 2015-05-12 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
11763 * config/arm/arm.md (movcond_addsi): Check that operands[2] is a
11764 REG before taking its REGNO.
11766 2015-05-12 Thomas Preud'homme <thomas.preudhomme@arm.com>
11768 * combine.c i(set_nonzero_bits_and_sign_copies): Split code updating
11769 rsp->sign_bit_copies and rsp->nonzero_bits into ...
11770 (update_rsp_from_reg_equal): This. Also use REG_EQUAL note on src if
11771 present to get more accurate information about the number of sign bit
11772 copies and non zero bits.
11774 2015-05-12 Richard Biener <rguenther@suse.de>
11776 * tree-vect-slp.c (vect_build_slp_tree_1): For BB vectorization
11777 do not allow unrolling.
11779 2015-05-11 Richard Henderson <rth@redhat.com>
11781 * config/i386/i386-modes.def (CCP): New.
11782 * config/i386/i386.c (put_condition_code): Handle it.
11783 (ix86_match_ccmode, ix86_cc_modes_compatible): Likewise.
11785 2015-05-11 Richard Henderson <rth@redhat.com>
11787 * target.def (md_asm_clobbers): Replace with...
11788 (md_asm_adjust): this.
11789 * tm.texi.in (TARGET_MD_ASM_CLOBBERS): Remove.
11790 (TARGET_MD_ASM_ADJUST): New.
11791 * tm.texi: Rebuild.
11792 * hooks.c (hook_tree_tree_tree_tree_3rd_identity): Remove.
11793 * hooks.h (hook_tree_tree_tree_tree_3rd_identity): Remove.
11794 * system.h (TARGET_MD_ASM_CLOBBERS): Poison.
11796 * cfgexpand.c (check_operand_nalternatives): Accept vector of
11797 constraints instead of lists of outputs and inputs.
11798 (expand_asm_stmt): Save and restore input_location around the
11799 body of the function. Move asm data into vectors instead of
11800 building tree lists. Generate cleanup sequences as needed,
11801 rather than waiting til the end. Use new md_asm_adjust hook.
11803 * config/vxworks.c: Include vec.h before target.h.
11804 * gimple.c: Likewise.
11805 * incpath.c: Likewise.
11806 * mode-switching.c: Likewise.
11808 * config/cris/cris.c (cris_md_asm_clobbers): Convert to...
11809 (cris_md_asm_adjust): this.
11810 (TARGET_MD_ASM_CLOBBERS): Remove.
11811 (TARGET_MD_ASM_ADJUST): New.
11812 * config/i386/i386.c (ix86_md_asm_clobbers): Convert to...
11813 (ix86_md_asm_adjust): this.
11814 (TARGET_MD_ASM_CLOBBERS): Remove.
11815 (TARGET_MD_ASM_ADJUST): New.
11816 * config/mn10300/mn10300.c (mn10300_md_asm_clobbers): Convert to...
11817 (mn10300_md_asm_adjust): this.
11818 (TARGET_MD_ASM_CLOBBERS): Remove.
11819 (TARGET_MD_ASM_ADJUST): New.
11820 * config/rs6000/rs6000.c (rs6000_md_asm_clobbers): Convert to...
11821 (rs6000_md_asm_adjust): this.
11822 (TARGET_MD_ASM_CLOBBERS): Remove.
11823 (TARGET_MD_ASM_ADJUST): New.
11824 * config/visium/visium.c (visium_md_asm_clobbers): Convert to...
11825 (visium_md_asm_adjust): this.
11826 (TARGET_MD_ASM_CLOBBERS): Remove.
11827 (TARGET_MD_ASM_ADJUST): New.
11829 2015-05-11 Richard Henderson <rth@redhat.com>
11831 * gimplify.c (gimplify_asm_expr): Set gimple_asm_volatile_p
11832 if noutputs is zero.
11833 * cfgexpand.c (expand_asm_stmt): Use gimple_asm_volatile_p unchanged.
11835 * cfgexpand.c (expand_asm_operands): Merge into...
11836 (expand_asm_stmt): ... here.
11838 * cfgexpand.c (expand_asm_operands): Don't call
11839 resolve_asm_operand_names.
11840 * stmt.c (resolve_asm_operand_names): Clarify block comment.
11842 2015-05-11 Jan Hubicka <hubicka@ucw.cz>
11844 * dwarf2out.c (gen_member_die): Sanity check that we access
11845 TYPE_MAIN_VARIANT for TYPE_METHODS.
11846 * function.c (use_register_for_decl): Look for TYPE_MAIN_VARIANT when
11847 checking TYPE_METHODS.
11848 * tree.c (free_lang_data_in_type): See TYPE_METHODS to error_mark_node
11850 (build_distinct_type_copy): Clear TYPE_METHODS.
11851 (verify_type_variant): Verify that TYPE_METHODS is NULL for variants.
11852 (verify_type): Allow TYPE_METHODS to be error_mark_node.
11853 * tree.def: Update docs of TYPE_STUB_DECL and TYPE_METHODS.
11855 2015-05-11 Eric Botcazou <ebotcazou@adacore.com>
11857 * emit-rtl.c (emit_pattern_after_setloc): Add missing guard.
11858 (emit_pattern_before_setloc): Likewise.
11860 2015-05-11 Richard Sandiford <richard.sandiford@arm.com>
11862 * genrecog.c (match_pattern_1): Expect the pattern to be a SEQUENCE
11863 for define_peephole2s.
11864 (get_peephole2_pattern): New function.
11865 (main): Use it. Call validate_pattern.
11867 2015-05-11 Pitchumani Sivanupandi <pitchumani.s@atmel.com>
11869 * config/avr/avr.c (avr_hard_regno_call_part_clobbered): Use
11870 LAST_CALLEE_SAVED_REG instead of hard-coded register number.
11871 (Last callee saved reg is different for AVR_TINY architecture)
11873 2015-05-11 Uros Bizjak <ubizjak@gmail.com>
11875 * config/i386/i386.c (ix86_loop_unroll_adjust): Use PATTERN (insn)
11876 when looking for memory references.
11878 2015-05-11 Alexander Monakov <amonakov@ispras.ru>
11881 * config/i386/i386.c (ix86_function_ok_for_sibcall): Allow PIC sibcalls
11882 via function pointers.
11884 2015-05-11 Alexander Monakov <amonakov@ispras.ru>
11886 * calls.c (prepare_call_address): Transform PLT call to GOT lookup and
11887 indirect call by forcing address into a pseudo with -fno-plt.
11888 * common.opt (flag_plt): New option.
11889 * doc/invoke.texi (Code Generation Options): Add -fno-plt.
11890 ([-fno-plt]): Document.
11892 2015-05-11 Markus Trippelsdorf <markus@trippelsdorf.de>
11895 * config/rs6000/option-defaults.h: Add space between string literal
11898 2015-05-11 Thomas Preud'homme <thomas.preudhomme@arm.com>
11900 * gcc.target/arm/pr64616.c: Test dump rather than assembly to work
11901 accross ARM targets.
11903 2015-05-11 Christian Bruel <christian.bruel@st.com>
11905 * config/arm/arm-protos.h (thumb_code, thumb1_code): Remove.
11906 * config/arm/vxworks.h (thumb_code): Replace with TARGET_THUMB.
11908 2015-05-11 Richard Sandiford <richard.sandiford@arm.com>
11910 PR rtl-optimization/66076
11911 * rtlanal.c (generic_subrtx_iterator <T>::add_single_to_queue):
11912 Don't grow the heap array if it is already big enough from a
11913 previous iteration.
11915 2015-05-11 Christian Bruel <christian.bruel@st.com>
11917 * config/arm/arm-protos.h (arm_declare_function_name): Declare.
11918 (is_called_in_ARM_mode): Remove.
11919 * config/arm/arm.c (is_called_in_ARM_mode): Declare static bool.
11920 (arm_declare_function_name): Moved from from ARM_DECLARE_FUNCTION_NAME.
11921 * config/arm/arm.h (ARM_DECLARE_FUNCTION_NAME): Call
11922 arm_declare_function_name.
11924 2015-05-11 Christian Bruel <christian.bruel@st.com>
11926 * config/arm/arm.c (arm_option_override): Reoganized and split into :
11927 (arm_option_params_internal); New function.
11928 (arm_option_check_internal): New function.
11929 (arm_option_override_internal): New function.
11930 (thumb_code, thumb1_code): Remove.
11931 * config/arm/arm.h (TREE_TARGET_THUMB, TREE_TARGET_THUMB1): New macros.
11932 (TREE_TARGET_THUM2, TREE_TARGET_ARM): Likewise.
11933 (thumb_code, thumb1_code): Remove.
11934 * config/arm/arm.md (is_thumb, is_thumb1): Check TARGET flag.
11936 2015-05-11 Uros Bizjak <ubizjak@gmail.com>
11938 * config/alpha/alpha.c (alpha_emit_set_const_1)
11939 (alpha_emit_set_long_const, alpha_extract_integer)
11940 (alpha_legitimate_constant_p, alpha_split_const_mov)
11941 (alpha_expand_block_clear, alpha_expand_zap_mask, print_operand):
11942 [HOST_BITS_PER_WIDE_INT < 64]: Remove dead code.
11943 (alpha_emit_set_const_1): Change "(HOST_WIDE_INT) 1" to
11945 * config/alpha/predicates.md (mode_mask_operand): Do not match
11947 [HOST_BITS_PER_WIDE_INT < 64]: Remove dead code.
11948 * config/alpha/alpha.md (abstf, *abstf_internal, UNSPEC_ZAP splitter):
11949 Change "(HOST_WIDE_INT) 1" to HOST_WIDE_INT_1U.
11950 [HOST_BITS_PER_WIDE_INT < 64]: Remove dead code.
11951 (*negtf_internal): Use gen_int_mode instead of immed_double_const.
11953 2015-05-11 Jakub Jelinek <jakub@redhat.com>
11956 * config/s390/linux.h (TARGET_BINDS_LOCAL_P): Define to
11957 default_binds_local_p_2.
11958 * config/arm/linux-elf.h (TARGET_BINDS_LOCAL_P): Likewise.
11959 * config/aarch64/aarch64-linux.h (TARGET_BINDS_LOCAL_P): Likewise.
11961 2015-05-09 Jan Hubicka <hubicka@ucw.cz>
11963 * tree.c (verify_type_variant): Check TYPE_VALUES_RAW and TYPE_PRECISION
11965 2015-05-09 Jan Hubicka <hubicka@ucw.cz>
11967 Patch by Richard Biener
11968 * coverage.c (coverage_obj_init): Delay building of type variant
11969 until the type is finished.
11971 2015-05-09 Jan Hubicka <hubicka@ucw.cz>
11973 * ipa-devirt.c (warn_types_mismatch): Do not ICE when warning about
11974 mismatch between C and C++ type; compoare correctly ARG_TYPES
11975 for non-prototypes and output correctly parameter index for METHOD_TYPE.
11976 (odr_types_equivalent_p): Fix wording of warning about attributes;
11977 it is OK to match prototype and non-prototype.
11979 2015-05-09 Jan Hubicka <hubicka@ucw.cz>
11981 * tree.c (free_lang_data_in_type): Free TREE_PURPOSE of
11982 TYPE_ARG_TYPES list.
11983 (verify_type): Permit non-NULL TREE_PURPOSE in non-LTO builds.
11984 * tree.def (FUNCTION_TYPE): Document TREE_PURPOSE in TYPE_ARG_TYPES
11986 2015-05-09 Jan Hubicka <hubicka@ucw.cz>
11988 * tree.c (verify_type): Verify TYPE_BINFO and TYPE_VALUES_RAW.
11989 * tree.h (is_lang_specific): Constify.
11991 2015-05-09 Marc Glisse <marc.glisse@inria.fr>
11993 PR tree-optimization/64454
11994 * tree-vrp.c (extract_range_from_binary_expr_1) <TRUNC_MOD_EXPR>:
11997 2015-05-08 Jason Merrill <jason@redhat.com>
11999 * bitmap.c, c/c-aux-info.c, cfg.c, cfghooks.c, cgraph.c,
12000 config/aarch64/aarch64.md config/alpha/vms.h, config/darwin.c,
12001 config/darwin.h, config/darwin9.h, config/elfos.h,
12002 config/i386/bsd.h, config/ia64/ia64.c, config/lm32/lm32.h,
12003 config/microblaze/microblaze.h, config/mips/mips.h,
12004 config/mmix/mmix.c, config/msp430/msp430.c, config/nios2/nios2.h,
12005 config/nvptx/nvptx.c, config/nvptx/nvptx.h, config/pa/pa.c,
12006 config/pa/pa.h, config/rs6000/rs6000.c, config/rs6000/sysv4.h,
12007 config/rs6000/xcoff.h, config/rx/rx.h, config/s390/s390.h,
12008 config/sparc/sol2.h, config/sparc/sparc.h, config/visium/visium.h,
12009 cppbuiltin.c, defaults.h, doc/invoke.texi, dwarf2cfi.c,
12010 dwarf2out.c, final.c, gcc.c, gcov-dump.c, gcov.c, ipa-cp.c,
12011 ipa-inline.c, ipa-polymorphic-call.c, ipa-profile.c, ipa-prop.c,
12012 ira-color.c, ira.c, loop-doloop.c, loop-iv.c, mcf.c,
12013 modulo-sched.c, predict.c, profile.c, stor-layout.c, toplev.c,
12014 tree-ssa-reassoc.c, value-prof.c, wide-int-print.cc: Add space
12015 between string literal and macro name.
12017 2015-05-08 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
12019 * jump.c: Change argument types to rtx_insn *.
12022 2015-05-08 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
12024 * lra-constraints.c: Change argument type to rtx_insn *.
12026 2015-05-08 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
12028 * df-problems.c: Change argument type to rtx_insn *.
12030 2015-05-08 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
12032 * combine.c: Change argument type to rtx_insn *.
12034 2015-05-08 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
12037 * rtlanal.c: Change argument type to rtx_insn *.
12039 2015-05-08 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
12041 * sched-deps.c: Change argument types to rtx_insn *.
12042 * sched-int.h: Adjust.
12044 2015-05-08 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
12046 * dwarf2cfi.c: Change argument type to rtx_insn *.
12048 2015-05-08 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
12050 * ira.c (decrease_live_ranges_number): Changetype of local
12051 variable to rtx_insn *.
12052 * recog.c: Change argument types to rtx_insn *.
12055 2015-05-08 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
12057 * reorg.c: Change argument types to rtx_insn *.
12059 2015-05-08 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
12061 * ira-color.c: Change argument types to rtx_insn *.
12062 * lra-eliminations.c: Likewise.
12065 2015-05-08 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
12067 * gcse.c: Change argument types to rtx_insn *.
12069 2015-05-08 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
12071 * cse.c (cse_change_cc0_mode): Change argument type to rtx_insn *.
12073 2015-05-08 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
12075 * emit-rtl.c (emit_debug_insn_before): Change argument type to
12079 2015-05-08 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
12081 * emit-rtl.c (emit_note_before): Change argument type to rtx_insn *.
12084 2015-05-08 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
12086 * emit-rtl.c (emit_note_after): Change argument type to rtx_insn *.
12089 2015-05-08 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
12091 * emit-rtl.c (prev_cc0_setter): Change argument type to rtx_insn *.
12094 2015-05-08 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
12096 * rtlanal.c (noop_move_p): Change argument type to rtx_insn *.
12099 2015-05-08 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
12101 * rtlanal.c (add_shallow_copy_of_reg_note): Change argument type
12105 2015-05-08 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
12107 * rtlanal.c (remove_reg_equal_equiv_notes): Change argument type
12111 2015-05-08 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
12113 * except.c (can_nonlocal_goto): Change type of argument to
12117 2015-05-08 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
12119 * rtlanal.c (computed_jump_p): Cange argument type to rtx_insn *.
12122 2015-05-08 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
12124 * rtlanal.c (in_insn_list_p): Renamed from in_expr_list_p.
12125 * cfgrtl.c (can_delete_label_p): Adjust.
12128 2015-05-08 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
12130 * reorg.c (stop_search_p): Change argument to rtx_insn *.
12132 2015-05-08 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
12134 * except.c (make_reg_eh_region_note): Change argument to
12136 (make_reg_eh_region_note_nothrow_nononlocal): Likewise.
12137 * except.h: Adjust.
12139 2015-05-08 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
12141 * mode-switching.c (commit_mode_sets): Change type of local
12142 variable from rtx to rtx_insn *.
12144 2015-05-08 Jim Wilson <jim.wilson@linaro.org>
12146 * doc/install.texi (--enable-languages): Add missing jit and lto info.
12147 Add ^ to grep command.
12148 * doc/match-and-simplify.texi (GIMPLE API): Add missing fourth tree
12149 arg to last gimple_simplify declaration. Add missing gimple_build
12150 declaration for built-in function case with four tree args.
12152 2015-05-08 Gregor Richards <gregor.richards@uwaterloo.ca>
12153 Szabolcs Nagy <szabolcs.nagy@arm.com>
12155 * config/mips/linux.h (MUSL_DYNAMIC_LINKER32): Define.
12156 (MUSL_DYNAMIC_LINKER64, MUSL_DYNAMIC_LINKERN32): Define.
12157 (GNU_USER_DYNAMIC_LINKERN32): Update.
12159 2015-05-08 Richard Biener <rguenther@suse.de>
12161 PR tree-optimization/66036
12162 * tree-vect-data-refs.c (vect_compute_data_ref_alignment):
12163 Handle strided group loads.
12164 (vect_verify_datarefs_alignment): Likewise.
12165 (vect_enhance_data_refs_alignment): Likewise.
12166 (vect_analyze_group_access): Likewise.
12167 (vect_analyze_data_ref_access): Likewise.
12168 (vect_analyze_data_ref_accesses): Likewise.
12169 * tree-vect-stmts.c (vect_model_load_cost): Likewise.
12170 (vectorizable_load): Likewise.
12172 2015-05-08 Segher Boessenkool <segher@kernel.crashing.org>
12174 * config/rs6000/rs6000.md: Require operand inequality in one
12177 2015-05-08 Richard Sandiford <richard.sandiford@arm.com>
12178 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
12180 * config/i386/i386.md (<mode>_ldx, *<mode>_ldx): Remove mode
12182 * config/rx/rx.md (movdi, movdf): Likewise.
12183 Likewise for define_peephole2s.
12185 2015-05-08 Alan Lawrence <alan.lawrence@arm.com>
12187 * config/aarch64/arm_neon.h (vceq_s64, vceq_u64, vceqz_s64, vceqz_u64,
12188 vcge_s64, vcge_u64, vcgez_s64, vcgt_s64, vcgt_u64, vcgtz_s64, vcle_s64,
12189 vcle_u64, vclez_s64, vclt_s64, vclt_u64, vcltz_s64, vtst_s64,
12190 vtst_u64): Rewrite using gcc vector extensions.
12192 2015-05-08 Alan Lawrence <alan.lawrence@arm.com>
12194 * config/aarch64/aarch64-simd.md (aarch64_vcond_internal<mode><mode>,
12195 vcond<mode><mode>, vcondu<mode><mode>): Add DImode variant.
12197 2015-05-08 Alan Lawrence <alan.lawrence@arm.com>
12199 * optabs.c (vector_compare_rtx): Handle RTL operands having VOIDmode.
12201 2015-05-08 Szabolcs Nagy <szabolcs.nagy@arm.com>
12203 * config/glibc-stdint.h (OPTION_MUSL): Define.
12204 (INT_FAST16_TYPE, INT_FAST32_TYPE, UINT_FAST16_TYPE, UINT_FAST32_TYPE):
12205 Change the definition based on OPTION_MUSL for 64 bit targets.
12206 * config/linux.h (OPTION_MUSL): Redefine.
12207 * config/alpha/linux.h (OPTION_MUSL): Redefine.
12208 * config/rs6000/linux.h (OPTION_MUSL): Redefine.
12209 * config/rs6000/linux64.h (OPTION_MUSL): Redefine.
12211 2015-05-08 Gregor Richards <gregor.richards@uwaterloo.ca>
12212 Szabolcs Nagy <szabolcs.nagy@arm.com>
12214 * config.gcc (LIBC_MUSL): New tm_defines macro.
12215 * config/linux.h (OPTION_MUSL): Define.
12216 (MUSL_DYNAMIC_LINKER, MUSL_DYNAMIC_LINKER32,)
12217 (MUSL_DYNAMIC_LINKER64, MUSL_DYNAMIC_LINKERX32,)
12218 (INCLUDE_DEFAULTS_MUSL_GPP, INCLUDE_DEFAULTS_MUSL_LOCAL,)
12219 (INCLUDE_DEFAULTS_MUSL_PREFIX, INCLUDE_DEFAULTS_MUSL_CROSS,)
12220 (INCLUDE_DEFAULTS_MUSL_TOOL, INCLUDE_DEFAULTS_MUSL_NATIVE): Define.
12221 * config/linux.opt (mmusl): New option.
12222 * doc/invoke.texi (GNU/Linux Options): Document -mmusl.
12223 * configure.ac (gcc_cv_libc_provides_ssp): Add *-*-musl*.
12224 (gcc_cv_target_dl_iterate_phdr): Add *-linux-musl*.
12225 * configure: Regenerate.
12227 2015-05-08 H.J. Lu <hongjiu.lu@intel.com>
12228 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
12231 * config.gcc (x86_64-*-knetbsd*-gnu): Add i386/knetbsd-gnu64.h.
12232 * config/i386/knetbsd-gnu64.h: New file.
12234 2015-05-08 Marek Polacek <polacek@redhat.com>
12237 * doc/invoke.texi: Document -Woverride-init-side-effects.
12239 2015-05-07 Marek Polacek <polacek@redhat.com>
12242 * doc/invoke.texi: Document -Wshift-negative-value.
12244 2015-05-06 Aditya Kumar <hiraditya@msn.com>
12246 * gcov-tool.c (do_merge): Refactore to remove int ret.
12247 * ipa-icf.c (sem_item::hash_referenced_symbol_properties): Change
12248 !type == FUNC to type != FUNC.
12249 * reload.h (struct target_reload): Changee to type of
12250 x_spill_indirect_levels from bool to unsigned char.
12252 2015-05-07 Richard Sandiford <richard.sandiford@arm.com>
12254 * rtl.h (always_void_p): New function.
12255 * gengenrtl.c (always_void_p): Likewise.
12256 (genmacro): Don't add a mode parameter to gen_rtx_foo if rtxes
12257 with code foo are always VOIDmode.
12258 * genemit.c (gen_exp): Update gen_rtx_foo calls accordingly.
12259 * builtins.c, caller-save.c, calls.c, cfgexpand.c, combine.c,
12260 compare-elim.c, config/aarch64/aarch64.c,
12261 config/aarch64/aarch64.md, config/alpha/alpha.c,
12262 config/alpha/alpha.md, config/arc/arc.c, config/arc/arc.md,
12263 config/arm/arm-fixed.md, config/arm/arm.c, config/arm/arm.md,
12264 config/arm/ldrdstrd.md, config/arm/thumb2.md, config/arm/vfp.md,
12265 config/avr/avr.c, config/bfin/bfin.c, config/c6x/c6x.c,
12266 config/c6x/c6x.md, config/cr16/cr16.c, config/cris/cris.c,
12267 config/cris/cris.md, config/darwin.c, config/epiphany/epiphany.c,
12268 config/epiphany/epiphany.md, config/fr30/fr30.c, config/frv/frv.c,
12269 config/frv/frv.md, config/h8300/h8300.c, config/i386/i386.c,
12270 config/i386/i386.md, config/i386/sse.md, config/ia64/ia64.c,
12271 config/ia64/vect.md, config/iq2000/iq2000.c,
12272 config/iq2000/iq2000.md, config/lm32/lm32.c, config/lm32/lm32.md,
12273 config/m32c/m32c.c, config/m32r/m32r.c, config/m68k/m68k.c,
12274 config/m68k/m68k.md, config/mcore/mcore.c, config/mcore/mcore.md,
12275 config/mep/mep.c, config/microblaze/microblaze.c,
12276 config/mips/mips.c, config/mips/mips.md, config/mmix/mmix.c,
12277 config/mn10300/mn10300.c, config/msp430/msp430.c,
12278 config/nds32/nds32-memory-manipulation.c, config/nds32/nds32.c,
12279 config/nds32/nds32.md, config/nios2/nios2.c, config/nvptx/nvptx.c,
12280 config/pa/pa.c, config/pa/pa.md, config/rl78/rl78.c,
12281 config/rs6000/altivec.md, config/rs6000/rs6000.c,
12282 config/rs6000/rs6000.md, config/rs6000/vector.md,
12283 config/rs6000/vsx.md, config/rx/rx.c, config/rx/rx.md,
12284 config/s390/s390.c, config/s390/s390.md, config/sh/sh.c,
12285 config/sh/sh.md, config/sh/sh_treg_combine.cc,
12286 config/sparc/sparc.c, config/sparc/sparc.md, config/spu/spu.c,
12287 config/spu/spu.md, config/stormy16/stormy16.c,
12288 config/tilegx/tilegx.c, config/tilegx/tilegx.md,
12289 config/tilepro/tilepro.c, config/tilepro/tilepro.md,
12290 config/v850/v850.c, config/v850/v850.md, config/vax/vax.c,
12291 config/visium/visium.c, config/xtensa/xtensa.c, cprop.c, dse.c,
12292 expr.c, gcse.c, ifcvt.c, ira.c, jump.c, lower-subreg.c,
12293 lra-constraints.c, lra-eliminations.c, lra.c, postreload.c, ree.c,
12294 reg-stack.c, reload.c, reload1.c, reorg.c, sel-sched.c,
12295 var-tracking.c: Update calls accordingly.
12297 2015-05-07 Segher Boessenkool <segher@kernel.crashing.org>
12300 PR middle-end/54303
12301 * varasm.c (function_mergeable_rodata_prefix): New function.
12302 (mergeable_string_section): Use it.
12303 (mergeable_constant_section): Use it.
12305 2015-05-07 Jeff Law <law@redhat.com>
12308 * match.pd (bit_and (plus/minus (convert @0) (convert @1) mask): New
12309 simplifier to narrow arithmetic.
12310 * generic-match-head.c: (types_match, single_use): New functions.
12311 * gimple-match-head.c: (types_match, single_use): New functions.
12313 2015-05-07 Venkataramanan Kumar <venkataramanan.kumar@amd.com>
12315 * combine.c (make_compound_operation): Remove checks for PLUS/MINUS
12318 2015-05-07 Richard Biener <rguenther@suse.de>
12320 PR tree-optimization/66002
12321 * passes.def: Schedule another pass_merge_phi after ifcombine, right
12324 2015-05-07 Marek Polacek <polacek@redhat.com>
12325 Martin Uecker <uecker@eecs.berkeley.edu>
12327 * doc/invoke.texi: Document -fsanitize=bounds-strict.
12328 * flag-types.h (enum sanitize_code): Add SANITIZE_BOUNDS_STRICT, or it
12329 into SANITIZE_NONDEFAULT.
12330 * opts.c (common_handle_option): Handle -fsanitize=bounds-strict.
12332 2015-05-07 Uros Bizjak <ubizjak@gmail.com>
12335 * config/alpha/alpha.c (alpha_override_options_after_change): New.
12336 (TARGET_OVERRIDE_OPTIONS_AFTER_CHANGE): New.
12337 (alpha_override_options): Move align_loops, align_jumps and
12338 align_functions handling into alpha_override_options_after_change.
12340 2015-05-06 Sandra Loosemore <sandra@codesourcery.com>
12341 Chris Jones <chrisj@nvidia.com>
12342 Joshua Conner <jconner@nvidia.com>
12344 * config/arm/unknown-elf.h (STARTFILE_SPEC): Add conditional
12345 linking of crtfastmath.o.
12346 * config/arm/linux-eabi.h (STARTFILE_SPEC): Likewise.
12348 2015-05-06 Segher Boessenkool <segher@kernel.crashing.org>
12350 * config/rs6000/rs6000.md (cstore<mode>4_signed_imm): New expander.
12351 (cstore<mode>4_unsigned_imm): New expander.
12352 (cstore<mode>4): Remove empty constraint strings. Use the new
12355 2015-05-06 Yvan Roux <yvan.roux@linaro.org>
12358 * config/arm/iwmmxt.md ("*iwmmxt_arm_movdi"): Cleanup redundant
12361 2015-05-06 Szabolcs Nagy <szabolcs.nagy@arm.com>
12363 * config/aarch64/geniterators.sh: Use standard BRE in sed.
12365 2015-05-06 Alan Modra <amodra@gmail.com>
12368 * config/rs6000/rs6000.md (nop): Use an unspec pattern.
12369 (UNSPEC_NOP): Define.
12370 (reload_vsx_from_gpr<mode>): Add missing DONE.
12371 (reload_gpr_from_vsx<mode>): Likewise.
12372 * config/rs6000/vsx.md (vsx_mul_v2di): Likewise.
12373 (vsx_div_v2di, vsx_udiv_v2di): Likewise.
12375 2015-05-06 Christian Bruel <christian.bruel@st.com>
12378 * config/aarch64/aarch64.c (aarch64_override_options): Move align_loops,
12379 align_jumps, align_functions into aarch64_override_options_after_change.
12381 2015-05-06 Richard Biener <rguenther@suse.de>
12383 * tree-vect-slp.c (vect_supported_load_permutation_p): Use
12384 vect_transform_slp_perm_load to check if we support a permutation
12385 for basic-block vectorization.
12387 2015-05-06 Nick Clifton <nickc@redhat.com>
12389 * config/rl78/rl78.c (need_to_save): Save register 22 if it is
12390 used, even if it is not being used as a frame pointer.
12392 2015-05-05 Jason Merrill <jason@redhat.com>
12394 * dwarf2out.c (gen_member_die): Don't emit anything for an
12395 anonymous class constructor.
12397 2015-05-05 David Malcolm <dmalcolm@redhat.com>
12399 * auto-profile.c (afdo_find_equiv_class): Fix indentation so
12400 that it reflects the block structure.
12401 (afdo_propagate_edge): Likewise.
12402 (afdo_calculate_branch_prob): Likewise.
12403 (afdo_annotate_cfg): Likewise.
12404 * cfgcleanup.c (equal_different_set_p): Likewise.
12405 (try_crossjump_to_edge): Likewise.
12406 * cgraph.c (cgraph_node::verify_node): Likewise.
12407 * cgraphunit.c (expand_all_functions): Likewise.
12408 * config/i386/i386.c (ix86_expand_copysign): Likewise.
12409 (exact_dependency_1): Likewise.
12410 * dwarf2asm.c (dw2_output_indirect_constants): Likewise.
12411 * dwarf2out.c (tree_add_const_value_attribute_for_decl): Likewise.
12412 * gensupport.c (process_define_subst): Likewise.
12413 * lto-wrapper.c (merge_and_complain): Likewise.
12414 * tree-if-conv.c (if_convertible_bb_p): Likewise.
12415 * tree-ssa-loop-prefetch.c (find_or_create_group): Likewise.
12416 * tree-ssa-tail-merge.c (gsi_advance_fw_nondebug_nonlocal): Likewise.
12417 * tree-vect-data-refs.c (vect_grouped_load_supported): Likewise.
12418 * tree-vect-loop.c (vectorizable_reduction): Likewise.
12419 * tree-vect-slp.c (vect_transform_slp_perm_load): Likewise.
12420 * tree-vect-stmts.c (vectorizable_shift): Likewise.
12421 * tree-vrp.c (vrp_finalize): Likewise.
12422 * tree.c (variably_modified_type_p): Likewise.
12424 2015-05-05 Jack Howarth <howarth.at.gcc@gmail.com>
12426 * config.gcc: Use darwin9.h, darwin10.h and darwin12.h
12427 on darwin12 and later.
12428 * config/darwin12.h (LINK_GCC_C_SEQUENCE_SPEC): Add
12429 file to pass -rdynamic on darwin12 and later.
12430 * config/darwin.opt (rdynamic): Add.
12432 2015-05-05 Uros Bizjak <ubizjak@gmail.com>
12434 * doc/extend.texi (C Extensions): Update menu for moved Variable
12435 Attributes and Type Attributes sections.
12437 2015-05-05 Uros Bizjak <ubizjak@gmail.com>
12440 * config/i386/i386.c (ix86_parse_stringop_strategy_string): Error out
12441 if rep_8byte stringop strategy was specified for 32-bit target.
12443 2015-05-05 Ilya Tocar <ilya.tocar@intel.com>
12446 * config/i386/i386.md (vector convert to float spltiter): Check for
12447 xmm16+, when splitting scalar float conversion.
12448 * config/i386/sse.md (sse2_cvtsi2sd): Support EVEX version.
12450 2015-05-05 Nick Clifton <nickc@redhat.com>
12452 * config/msp430/msp430-opts.h (enum msp430_regions): New.
12453 * config/msp430/msp430.c (msp430_override_options): Complain if
12454 -mcode-region or -mdata-region is used on a non MSP430X.
12455 (msp430_section_attr): New function. Checks lower, upper and
12457 (msp430_attribute_table): Add lower, upper and either.
12458 (gen_prefix): New function. Generates a prefix for a section
12460 (msp430_select_section): New function - handles the choice of
12461 section for an object. Takes into account memory region
12462 attributes and options.
12463 (msp430_function_section): Use gen_prefix.
12464 (TARGET_SECTION_TYPE_FLAGS): Define.
12465 (msp430_section_type_flags): New function.
12466 (TARGET_ASM_UNIQUE_SECTION): Define.
12467 (msp430_unique_section): New function.
12468 (msp430_output_aligned_decl_common): New function.
12469 (msp430_do_not_relax_short_jumps): New function.
12470 * config/msp430/msp430.h (USE_SELECT_SECTION_FOR_FUNCTIONS):
12472 (ASM_OUTPUT_ALIGNED_DECL_COMMON): Define.
12473 * config/msp430/msp430-protos.h
12474 (msp430_do_not_relax_short_jumps): New prototype.
12475 (msp430_output_aligned_decl_common): New prototype.
12476 * config/msp430/msp430.md (length): New attribute.
12477 (cbranchhi4_real): If msp430_do_not_relax_short_jumps is true
12478 then use a long code sequence for short jumps.
12479 * config/msp430/msp430.opt (mcode-region): New.
12480 (mdata-region): New.
12481 * doc/invoke.texi: Document new options.
12482 * doc/extend.texi: Document new attributes.
12484 2015-05-05 Matthew Wahab <matthew.wahab@arm.com>
12486 * gcc/config/aarch64-protos.h (struct cpu_branch_cost): New.
12487 (tune_params): Add field branch_costs.
12488 (aarch64_branch_cost): Declare.
12489 * gcc/config/aarch64.c (generic_branch_cost): New.
12490 (generic_tunings): Set field cpu_branch_cost to generic_branch_cost.
12491 (cortexa53_tunings): Likewise.
12492 (cortexa57_tunings): Likewise.
12493 (thunderx_tunings): Likewise.
12494 (xgene1_tunings): Likewise.
12495 (aarch64_branch_cost): Define.
12496 * gcc/config/aarch64/aarch64.h (BRANCH_COST): Redefine.
12498 2015-05-05 Uros Bizjak <ubizjak@gmail.com>
12500 * config/i386/i386.c: Use HOST_WIDE_INT_1 instead of (HOST_WIDE_INT) 1
12501 and HOST_WIDE_INT_1U instead of (unsigned HOST_WIDE_INT) 1.
12502 * config/i386/i386.md: Ditto.
12503 * config/i386/winnt.c: Ditto.
12505 2015-05-05 Matthew Wahab <matthew.wahab@arm.com>
12507 * doc/extend.texi (__atomic Builtins): Move implementation details
12508 to the end of the description, rewrite opening paragraphs, state
12509 difference with __sync builtins, state C11/C++11 assumptions,
12510 weaken itemized descriptions, add explanation of memory model
12511 behaviour, expand description of compare-exchange, simplify text.
12513 2015-05-05 Renlin Li <renlin.li@arm.com>
12515 * config/aarch64/aarch64.md (add<mode>3): Use mov when allowed.
12517 2015-05-05 Yvan Roux <yvan.roux@linaro.org>
12519 * config/aarch64/aarch64-elf-raw.h (CA53_ERR_843419_SPEC): Define.
12520 (LINK_SPEC): Include CA53_ERR_843419_SPEC.
12521 * config/aarch64/aarch64-linux.h (CA53_ERR_843419_SPEC): Define.
12522 (LINK_SPEC): Include CA53_ERR_843419_SPEC.
12523 * config/aarch64/aarch64.opt (mfix-cortex-a53-843419): New option.
12524 * configure: Regenerate.
12525 * configure.ac: Add --enable-fix-cortex-a53-843419 option.
12526 * doc/install.texi (aarch64*-*-*): Document new
12527 --enable-fix-cortex-a53-843419 option.
12528 * doc/invoke.texi (AArch64 Options): Document -mfix-cortex-a53-843419
12529 and -mno-fix-cortex-a53-843419 options.
12531 2015-05-05 Uros Bizjak <ubizjak@gmail.com>
12534 * config/i386/i386.md (*bmi_andn_<mode>_ccno): New pattern.
12536 2015-05-04 Jan Hubicka <hubicka@ucw.cz>
12538 * tree.c (verify_type): Check various uses of TYPE_MAXVAL;
12539 fix overactive TYPE_MIN_VALUE check and add FIXME for type
12540 compatibility problems.
12542 2015-05-04 Ajit Agarwal <ajitkum@xilinx.com>
12544 * config/microblaze/microblaze.md (cbranchsi4): Added immediate
12546 (cbranchsi4_reg): New.
12547 * config/microblaze/microblaze.c
12548 (microblaze_expand_conditional_branch_reg): New.
12549 * config/microblaze/microblaze-protos.h
12550 (microblaze_expand_conditional_branch_reg): New prototype.
12552 2015-05-04 Ajit Agarwal <ajitkum@xilinx.com>
12554 * config/microblaze/microblaze.md (peephole2): New.
12556 2015-05-04 Jeff Law <law@redhat.com>
12559 2015-05-04 Jeff Law <law@redhat.com>
12561 * match.pd (bit_and (plus/minus (convert @0) (convert @1) mask): New
12562 simplifier to narrow arithmetic.
12563 * generic-match-head.c: (types_match, single_use): New functions.
12564 * gimple-match-head.c: (types_match, single_use): New functions.
12566 2015-05-04 Kaz Kojima <kkojima@gcc.gnu.org>
12569 * config/sh/sh.c (output_far_jump): Take into account crossing jumps.
12570 (split_branches): Likewise.
12572 2015-05-04 Sandra Loosemore <sandra@codesourcery.com>
12574 * common.opt (fdelete-null-pointer-checks): Init to -1.
12575 * config/nios2/elf.h (SUBTARGET_OVERRIDE_OPTIONS): Define to
12576 override flag_delete_null_pointer_checks default.
12577 * doc/invoke.texi (-fdelete-null-pointer-checks): Clarify
12578 behavior re address zero. Better document target-specific behavior.
12579 (-fisolate-errneous-paths-dereference): Mention relationship to
12580 -fdelete-null-pointer-checks.
12582 2015-05-04 Jakub Jelinek <jakub@redhat.com>
12584 PR tree-optimization/65984
12585 * ubsan.c: Include tree-cfg.h.
12586 (instrument_bool_enum_load): Use stmt_ends_bb_p instead of
12587 stmt_could_throw_p test, rename can_throw variable to ends_bb.
12589 2015-05-04 Uros Bizjak <ubizjak@gmail.com>
12591 * config/i386/i386.c: Change GET_CODE (...) == CONST_DOUBLE check
12592 to CONST_DOUBLE_P predicate.
12593 (standard_sse_constant_p): Return 0 for !TARGET_SSE.
12594 (ix86_legitimate_constant_p) <case CONST_WIDE_INT>: For 32bit targets,
12595 allow only operands that satisfy standard_sse_constant_p predicate.
12596 * config/i386/i386.md: Change GET_CODE (...) == CONST_DOUBLE check
12597 to CONST_DOUBLE_P predicate.
12599 2015-05-04 Jeff Law <law@redhat.com>
12601 * match.pd (bit_and (plus/minus (convert @0) (convert @1) mask): New
12602 simplifier to narrow arithmetic.
12603 * generic-match-head.c: (types_match, single_use): New functions.
12604 * gimple-match-head.c: (types_match, single_use): New functions.
12606 2015-05-04 Andreas Tobler <andreast@gcc.gnu.org>
12608 * config/arm/arm.c: Restore bootstrap.
12610 2015-05-04 Uros Bizjak <ubizjak@gmail.com>
12612 * config/i386/i386.h (TARGET_SUPPORTS_WIDE_INT): New define.
12613 * config/i386/i386.c (ix86_legitimate_constant_p): Handle TImode
12614 as CONST_WIDE_INT, not CONST_DOUBLE.
12615 (ix86_cannot_force_const_mem): Handle CONST_WIDE_INT.
12616 (output_pic_addr_const): Do not handle VOIDmode CONST_DOUBLEs.
12617 (ix86_find_base_term): Do not check for CONST_DOUBLE.
12618 (ix86_print_operand): Do not handle non-FPmode CONST_DOUBLEs.
12619 (ix86_build_signbit_mask): Rewrite using wide ints.
12620 (ix86_split_to_parts) [HOST_BITS_PER_WIDE_INT < 64]: Remove.
12621 (ix86_rtx_costs): Handle CONST_WIDE_INT.
12622 (find_constant): Ditto.
12623 * config/i386/i386.md (bts, btr, btc peepholes): Rewrite
12624 using gen_int_mode.
12625 * config/i386/predicates.md (x86_64_immediate_operand)
12626 <case CONST_INT>: Remove HOST_BITS_PER_WIDE_INT == 32 code.
12627 (x86_64_zext_immediate_operand): Remove CONST_DOUBLE handling.
12628 <case CONST_INT>: Remove HOST_BITS_PER_WIDE_INT == 32 code.
12629 (const0_operand): Also match const_wide_int.
12630 (constm1_operand): Ditto.
12631 (const1_operand): Ditto.
12633 2015-05-04 Richard Biener <rguenther@suse.de>
12635 PR tree-optimization/65965
12636 * tree-vect-data-refs.c (vect_analyze_data_ref_accesses): Split
12637 store groups at gaps.
12639 2015-05-04 Richard Biener <rguenther@suse.de>
12641 PR tree-optimization/65935
12642 * tree-vect-slp.c (vect_build_slp_tree): If we swapped operands
12643 then make sure to apply that swapping to the IL.
12645 2015-05-04 Jakub Jelinek <jakub@redhat.com>
12647 * Makefile.in (PATCHLEVEL_c): New variable.
12648 (DATESTAMP_s, REVISION_s): If PATCHLEVEL_c is not 0,
12649 expand the same way as if DEVPHASE_c was non-empty.
12651 2015-05-04 Kai Tietz <ktietz@redhat.com>
12654 * lto-wrapper.c (run_gcc): Open filename
12657 2015-05-03 Sandra Loosemore <sandra@codesourcery.com>
12659 * doc/extend.texi (Variable Attributes, Type Attributes): Move
12660 sections up in file, to immediately after the Function Attributes
12663 2015-05-02 Jan Hubicka <hubicka@ucw.cz>
12665 * tree.c (verify_type): Check various uses of TYPE_MINVAL.
12667 2015-05-02 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
12669 * tree-outof-ssa.c (emit_partition_copy): Return rtx_insn *.
12670 (insert_partition_copy_on_edge): Adjust.
12671 (insert_rtx_to_part_on_edge): Likewise.
12672 (insert_part_to_rtx_on_edge): Likewise.
12674 2015-05-02 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
12676 * function.c (set_return_jump_label): Change type of argument to
12678 * function.h (set_return_jump_label): Adjust.
12680 2015-05-02 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
12682 * reload.h (struct reg_equivs_t): Change type of init to
12684 * ira.c (fix_reg_equiv_init): Adjust.
12685 * reload1.c (eliminate_regs_1): Likewise.
12686 (init_eliminable_invariants): Likewise.
12688 2015-05-02 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
12690 * cselib.c (fp_setter_insn): Take a rtx_insn *.
12691 * cselib.h (fp_setter_insn): Adjust.
12693 2015-05-02 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
12695 * recog.c (struct validate_replace_src_data): Change type of
12696 insn field to rtx_insn *.
12697 (validate_replace_src_group): Change type of argument to rtx_insn *.
12698 * recog.h (validate_replace_src_group): Adjust.
12700 2015-05-02 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
12702 * haifa-sched.c: Change the type of some variables to rtx_insn *.
12703 * sched-deps.c: Likewise.
12704 * sched-int.h: Likewise.
12705 * sched-rgn.c: Likewise.
12706 * sel-sched.c: Likewise.
12708 2015-05-02 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
12711 * config/i386/i386.c: Change the type of some arguments to
12713 * config/arm/arm.c: Likewise.
12715 2015-05-02 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
12717 * lra-constraints.c: Change type of some arguments to rtx_insn *.
12719 2015-05-02 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
12721 * regcprop.c (kill_autoinc_value): Change type of argument to
12724 2015-05-02 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
12726 * genrecog.c (print_subroutine): Adjust.
12727 * recog.c (get_bool_attr_mask_uncached): Likewise.
12728 * recog.h (struct recog_data_d): Change the type of insn to
12731 2015-05-02 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
12733 * dwarf2cfi.c (add_cfi_insn): Change type to rtx_insn *.
12735 2015-05-02 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
12737 * df-problems.c (df_set_note): Change type of argument to
12740 2015-05-02 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
12742 * builtins.c (expand_builtin_trap): Change type of local
12743 variable to rtx_insn *.
12744 (add_sched_insns_for_speculation): Likewise.
12745 (ix86_emit_save_regs): Likewise.
12746 (get_scratch_register_on_entry): Likewise.
12747 (ix86_emit_restore_reg_using_pop): Likewise.
12748 (ix86_emit_leave): Likewise.
12749 (ix86_emit_restore_regs_using_mov): Likewise.
12750 (ix86_expand_epilogue): Likewise.
12752 (rl78_alloc_physical_registers_umul): Likewise.
12753 * cselib.c (discard_useless_locs): Likewise.
12754 (cselib_invalidate_regno): Likewise.
12755 (cselib_invalidate_mem): Likewise.
12756 * function.c (expand_function_start): Likewise.
12757 (emit_use_return_register_into_block): Likewise.
12758 * gcse.c: Likewise.
12759 * haifa-sched.c (ok_for_early_queue_removal): Likewise.
12760 * ifcvt.c (noce_get_alt_condition): Likewise.
12761 * loop-doloop.c (doloop_condition_get): Likewise.
12762 * lra-constraints.c (inherit_in_ebb): Likewise.
12763 * modulo-sched.c (sms_schedule_by_order): Likewise.
12764 * recog.c (next_insn_tests_no_inequality): Likewise.
12765 * reorg.c (emit_delay_sequence): Likewise.
12766 (update_reg_dead_notes): Likewise.
12767 (fix_reg_dead_note): Likewise.
12768 (fill_slots_from_thread): Likewise.
12769 (delete_computation): Likewise.
12771 2015-05-01 Sandra Loosemore <sandra@codesourcery.com>
12773 * doc/extend.texi (Variable Attributes): Add menu and proper
12774 @nodes to subsections. Move Microsoft Windows attributes to
12775 their own subsection.
12776 (Type Attributes): Reorganize introduction to remove duplicate
12777 list of attributes. Add menu and proper @nodes to subsections.
12778 Alphabetize the main table of common attributes.
12780 2015-05-01 Rasmus Villemoes <rv@rasmusvillemoes.dk>
12782 * match.pd: New simplification patterns.
12783 (x + (x & 1)) -> ((x + 1) & ~1)
12784 (x & ~(x & y)) -> ((x & ~y))
12785 (x | ~(x | y)) -> ((x | ~y))
12787 2015-05-01 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
12789 * target.def (attribute_table): Mention that struct attribute_spec
12790 is defined in tree-core.h rather than tree.h
12791 * doc/tm.texi: Regenerate.
12793 2015-05-01 Richard Sandiford <richard.sandiford@arm.com>
12795 * genrecog.c (test): Rename to rtx_test. Update rest of file
12798 2015-05-01 Andreas Schwab <schwab@linux-m68k.org>
12800 PR translation/65959
12801 * params.h (DEFPARAM): Rename msgid to nocmsgid.
12803 2015-05-01 Wilco Dijkstra <wdijkstr@arm.com>
12805 * gcc/config/aarch64/aarch64-protos.h (tune_params):
12806 Add min_div_recip_mul_sf and min_div_recip_mul_df fields.
12807 * gcc/config/aarch64/aarch64.c (aarch64_min_divisions_for_recip_mul):
12808 Return value depending on target.
12809 (generic_tunings): Initialize new target settings.
12810 (cortexa53_tunings): Likewise.
12811 (cortexa57_tunings): Likewise.
12812 (thunderx_tunings): Likewise.
12813 (xgene1_tunings): Likewise.
12815 2015-05-01 Wilco Dijkstra <wdijkstr@arm.com>
12817 * gcc/config/arm/aarch-cost-tables.h (cortexa53_extra_costs):
12818 Make Cortex-A53 shift costs more accurate.
12820 2015-05-01 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
12822 * config/aarch64/aarch64.c (aarch64_rtx_costs): Handle FLOAT and
12825 2015-05-01 Wilco Dijkstra <wdijkstr@arm.com>
12827 * gcc/config/aarch64/aarch64.c (aarch64_rtx_costs):
12828 Calculate cost of op0 and op1 in PLUS and MINUS cases.
12830 2015-05-01 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
12832 * config/aarch64/aarch64.c (aarch64_rtx_costs, COMPARE case):
12833 Add cost of op0 in the compare-with-fpzero case.
12835 2015-04-30 David Malcolm <dmalcolm@redhat.com>
12837 * builtins.c (fold_builtin_1): Remove spurious second
12839 * cgraph.h (symtab_node::get_availability): Likewise.
12840 * opts.c (common_handle_option): Remove spurious second semicolon.
12841 * tree-ssa-loop-ivopts.c (extract_cond_operands): Likewise.
12842 * tree-ssa-loop-niter.c (derive_constant_upper_bound_ops): Likewise.
12844 2015-04-30 Caroline Tice <cmtice@google.com>
12846 PR gcov-profile/65929
12847 * config/elfos.h (ASM_DECLARE_COLD_FUNCTION_NAME): New macro definition.
12848 (ASM_DECLARE_COLD_FUNCTION_SIZE): New macro definition.
12849 * doc/tm.texi.in (ASM_DECLARE_COLD_FUNCTION_NAME): Document new macro.
12850 (ASM_DECLARE_COLD_FUNCTION_SIZE): Document new macro.
12851 * doc/tm.texi: Regenerate.
12852 * final.c (final_scan_insn): Use ASM_DECLARE_COLD_FUNCTION_NAME
12853 instead of ASM_DECLARE_FUNCTION_NAME for cold partition name.
12854 * varasm.c (assemble_end_function): Use ASM_DECLARE_COLD_FUNCTION_SIZE
12855 instead of ASM_DECLARE_FUNCTION_SIZE for cold partition size.
12857 2015-04-30 Marek Polacek <polacek@redhat.com>
12859 * varasm.c (handle_cache_entry): Fix logic.
12861 2015-04-30 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
12863 * config/aarch64/aarch64.md (*extr<mode>5_insn_alt): New pattern.
12864 (*extrsi5_insn_uxtw_alt): Likewise.
12865 * config/aarch64/aarch64.c (aarch64_extr_rtx_p): New function.
12866 (aarch64_rtx_costs, IOR case): Use above to properly cost extr
12869 2015-04-30 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
12871 * config/aarch64/aarch64.c (aarch64_rtx_costs): Handle pattern for
12874 2015-04-30 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
12876 * config/aarch64/aarch64.md
12877 (*eor_one_cmpl_<SHIFT:optab><mode>3_alt): New pattern.
12878 (*eor_one_cmpl_<SHIFT:optab>sidi3_alt_ze): Likewise.
12879 * config/aarch64/aarch64.c (aarch64_rtx_costs): Handle MVN-shift
12880 appropriately. Handle alternative EON form.
12882 2015-04-30 Renlin Li <renlin.li@arm.com>
12884 * config/aarch64/aarch64-simd.md (vec_shr): Defined as an unspec.
12885 * config/aarch64/iterators.md (unspec): Add UNSPEC_VEC_SHR.
12887 2015-04-30 Jan Hubicka <hubicka@ucw.cz>
12890 * ipa-inline.c (can_inline_edge_p): It is safe to inline across
12891 -fstrict-aliasing boundaries.
12893 2015-04-30 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
12895 * config/aarch64/aarch64.c (aarch64_rtx_mult_cost): Handle MNEG
12896 and [SU]MNEGL patterns.
12898 2015-04-30 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
12900 * config/aarch64/aarch64.c (aarch64_shift_p): New function.
12901 (aarch64_rtx_mult_cost): Update comment to reflect that it also handles
12902 combined arithmetic-shift ops. Properly handle all shift and extend
12903 operations that can occur in combination with PLUS/MINUS.
12904 Rename maybe_fma to compound_p.
12905 (aarch64_rtx_costs): Use aarch64_shift_p when costing compound
12906 arithmetic and shift operations.
12908 2015-04-30 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
12910 * config/aarch64/aarch64.c (aarch64_rtx_costs): Use extend_arith
12911 rather than arith_shift cost when costing ADD/MINUS of an
12914 2015-04-30 Jan Hubicka <hubicka@ucw.cz>
12917 * ipa-devirt.c (odr_types_equivalent_p): NULLPTR_TYPE is equivalent
12920 2015-04-30 Richard Sandiford <richard.sandiford@arm.com>
12922 * genrecog.c (simplify_tests): Check that CONST_INT and XWINT tests
12923 are for the same position.
12925 2015-04-29 Aditya Kumar <hiraditya@hotmail.com>
12927 * tree-vectorizer.c (set_uid_loop_bbs): New. Factored out of
12929 (vectorize_loops): Use it.
12931 2015-04-29 Jan Hubicka <hubicka@ucw.cz>
12933 * ipa-devirt.c (odr_subtypes_equivalent_p): Compare TYPE_NAME only
12934 for aggregate types.
12935 (register_odr_type): Be ready for MAIN_VARIANT of ODR type
12936 type to be non_ODR.
12937 * tree.c (need_assembler_name_p): Compute mangled name for
12938 non-fundamental types and integer types.
12940 2015-04-29 Mikhail Maltsev <maltsevm@gmail.com>
12942 * dojump.c (do_compare_rtx_and_jump): Use std::swap instead of
12944 * expr.c (expand_expr_real_2): Likewise.
12946 2015-04-29 Jan Hubicka <hubicka@ucw.cz>
12948 * tree.c (build_common_builtin_nodes): Do not build
12949 __builtin_alloca_with_align as equivalent of library alloca.
12951 2015-04-29 Jan Hubicka <hubicka@ucw.cz>
12953 * dwarf2out.c (gen_type_die_with_usage): Call verify_type.
12954 * ipa-chkp.c (chkp_copy_function_type_adding_bounds): Do not produce
12956 * tree.c: Include print-tree.h and ipa-utils.h
12957 (free_lang_data_in_type): Clear TYPE_VFIELD leaked by C FE.
12958 (free_lang_data_in_cgraph): Call verify_type.
12959 (verify_type_variant): New function.
12960 (verify_type): New function.
12961 * tree.h (verify_type): Declare.
12963 2015-04-29 Steve Ellcey <sellcey@imgtec.com>
12965 * config/mips/mips-cpus.def: (mips4): Change default processor
12966 from PROCESSOR_R8000 to PROCESSOR_R10000.
12968 2015-04-29 Petar Jovanovic <petar.jovanovic@rt-rk.com>
12970 * config/mips/mips.h (CRT_CALL_STATIC_FUNCTION): Fix the macro to use
12971 la/jalr instead of jal.
12973 2015-04-29 Uros Bizjak <ubizjak@gmail.com>
12976 * config/i386/i386.md (*bmi_bextr_<mode>_ccz): New pattern.
12977 (*bmi2_bzhi_<mode>3_1_ccz): Ditto.
12978 (setcc+movzbl peephole2): Check also clobbered reg.
12979 (setcc+andl peephole2): Ditto.
12981 2015-04-29 Thomas Schwinge <thomas@codesourcery.com>
12984 * config/nvptx/mkoffload.c (target_ilp32): New variable.
12985 (main): Set it depending on "-foffload-abi=[...]".
12986 (compile_native, main): Use it to pass "-m32" or "-m64" to the
12989 2015-04-29 Alan Lawrence <alan.lawrence@arm.com>
12992 * config/aarch64/aarch64-simd.md (vec_store_lanesoi_lane<mode>,
12993 vec_store_lanesci_lane<mode>, vec_store_lanesxi_lane<mode>):
12994 Flip lane index back at assembly time for bigendian.
12996 2015-04-29 Thomas Schwinge <thomas@codesourcery.com>
12998 * tree.h (OMP_STANDALONE_CLAUSES): New macro.
12999 * gimplify.c (gimplify_omp_workshare): Use it.
13001 2015-04-29 Richard Sandiford <richard.sandiford@arm.com>
13003 * Makefile.in (build/genrecog.o): Depend on inchash.h.
13004 (build/genrecog$(build_exeext): Depend on build/hash-table.o and
13006 * genrecog.c: Rewrite most of the code except for the third page.
13008 2015-04-29 Richard Sandiford <richard.sandiford@arm.com>
13010 * inchash.h, inchash.c: Include bconfig.h for build objects.
13011 * Makefile.in (build/inchash.o): New rule.
13013 2015-04-29 Yvan Roux <yvan.roux@linaro.org>
13016 * config/arm/thumb2.md (*thumb2_addsi3_compare0_scratch): Fix operand
13017 number in type attribute expression.
13019 2015-04-29 Richard Sandiford <richard.sandiford@arm.com>
13021 * loop-iv.c (canon_condition): Generalize to all types of integer
13024 2015-04-29 Bernhard Reuther-Fischer <aldot@gcc.gnu.org>
13026 * gimple-walk.c: Prune duplicate or unneeded includes.
13027 (walk_gimple_asm): Only call parse_input_constraint or
13028 parse_output_constraint if their findings are used.
13029 Honour parse_input_constraint and parse_output_constraint
13032 2015-04-29 Alan Lawrence <alan.lawrence@arm.com>
13034 * config/arm/neon.md (vec_shl<mode>, vec_shr<mode>): Remove.
13036 2015-04-29 Tom de Vries <tom@codesourcery.com>
13038 PR tree-optimization/65893
13039 * passes.def (pass_all_optimizations): Move pass_stdarg to after
13042 2015-04-29 Richard Biener <rguenther@suse.de>
13044 * tree-vect-data-refs.c (vect_analyze_group_access): Properly
13045 compute GROUP_SIZE for basic-block SLP.
13046 * tree-vect-slp.c (vect_get_place_in_interleaving_chain): Properly
13047 take into account gaps.
13048 (vect_get_mask_element): Properly reject references to previous
13050 (vect_transform_slp_perm_load): Likewise.
13052 2015-04-29 Christian Bruel <christian.bruel@st.com>
13055 * config/i386/i386.c (ix86_default_align): New function.
13056 (ix86_override_options_after_change): Call ix86_default_align.
13057 (TARGET_OVERRIDE_OPTIONS_AFTER_CHANGE): New hook.
13058 (ix86_override_options_after_change): New function.
13060 2015-04-28 Jeff Law <law@redhat.com>
13062 * tree-ssa-dom.c (record_equality); Fix comment typos.
13064 2015-04-28 Tom de Vries <tom@codesourcery.com>
13066 PR tree-optimization/65887
13067 * gimplify.c (gimplify_modify_expr): Remove ifn_va_arg ap fixup.
13069 2015-04-28 Sandra Loosemore <sandra@codesourcery.com>
13071 * doc/extend.texi (Declaring Attributes of Functions): Split into
13072 subsections by target. Alphabetize the table of common attributes.
13073 Rewrite some of the introductory text to reflect the new structure.
13074 Update some cross-references to point to the new subsections.
13075 (Attribute Syntax): Put paragraph about "__" naming here. Remove
13076 duplicate copies in the discussion of function, label, and type
13079 2015-04-28 Dominique d'Humieres <dominiq@lps.ens.fr>
13082 * varasm.c (assemble_end_function): Guard ASM_DECLARE_FUNCTION_SIZE.
13084 2015-04-28 Jason Merrill <jason@redhat.com>
13087 * stor-layout.c (layout_type): Layout the TYPE_MAIN_VARIANT.
13088 (finalize_type_size): Respect TYPE_USER_ALIGN.
13089 (layout_type) [ARRAY_TYPE]: Likewise.
13091 2015-04-28 Yvan Roux <yvan.roux@linaro.org>
13093 * config/arm/arm.md (*arm_movt): Fix type attribute.
13094 (*cmpsi_shiftsi): Likewise.
13095 (*cmpsi_shiftsi_swp): Likewise.
13096 (*movsicc_insn): Likewise.
13097 (*cond_move): Likewise.
13098 (*if_plus_move): Likewise.
13099 (*if_move_plus): Likewise.
13100 (*if_arith_move): Likewise.
13101 (*if_move_arith): Likewise.
13102 (*if_shift_move): Likewise.
13103 (*if_move_shift): Likewise.
13104 (*arm_movtas_ze): Likewise.
13105 * config/arm/thumb2.md (*thumb2_movsicc_insn): Fix alternative
13106 redundancy and type attribute.
13107 (*thumb2_movsi_insn): Fix type attribute.
13108 (*thumb2_addsi_short): Likewise.
13109 (thumb2_addsi3_compare0): Likewise.
13110 (*thumb2_addsi3_compare0_scratch): Merge alternatives and fix
13111 attributes accordingly.
13113 2015-04-28 Markus Trippelsdorf <markus@trippelsdorf.de>
13116 * function.c (pad_to_arg_alignment): Add parentheses.
13118 2015-04-28 Uros Bizjak <ubizjak@gmail.com>
13120 * config/frv/frv.h (CRT_GET_RFIB_DATA): Move definition to
13121 libgcc/config/frv/elf-lib.h.
13123 2015-04-28 Tom de Vries <tom@codesourcery.com>
13125 * tree-call-cdce.c: Fix example in header comment.
13127 2015-04-28 Richard Biener <rguenther@suse.de>
13129 PR tree-optimization/62283
13130 * tree-vect-slp.c (vect_build_slp_tree): When the SLP build
13131 fails fatally and we are vectorizing a basic-block simply
13132 cause the child to be constructed piecewise.
13133 (vect_analyze_slp_cost_1): Adjust.
13134 (vect_detect_hybrid_slp_stmts): Likewise.
13135 (vect_bb_slp_scalar_cost): Likewise.
13136 (vect_get_constant_vectors): For piecewise constructed
13137 constants place them after the last def.
13138 (vect_get_slp_defs): Adjust.
13139 * tree-vect-stmts.c (vect_is_simple_use): Detect in-BB
13140 externals for basic-block vectorization.
13142 2015-04-28 Thomas Preud'homme <thomas.preudhomme@arm.com>
13145 * config.gcc: Add cortex-a57-fma-steering.o to extra_objs for
13147 * config/aarch64/t-aarch64: Add a rule for cortex-a57-fma-steering.o.
13148 * config/aarch64/aarch64.h (AARCH64_FL_USE_FMA_STEERING_PASS): Define.
13149 (AARCH64_TUNE_FMA_STEERING): Likewise.
13150 * config/aarch64/aarch64-cores.def: Set
13151 AARCH64_FL_USE_FMA_STEERING_PASS for cores with dynamic steering of
13152 FMUL/FMADD instructions.
13153 * config/aarch64/aarch64.c (aarch64_register_fma_steering): Declare.
13154 (aarch64_override_options): Include cortex-a57-fma-steering.h. Call
13155 aarch64_register_fma_steering () if AARCH64_TUNE_FMA_STEERING is true.
13156 * config/aarch64/cortex-a57-fma-steering.h: New file.
13157 * config/aarch64/cortex-a57-fma-steering.c: Likewise.
13159 2015-04-28 Richard Sandiford <richard.sandiford@arm.com>
13161 * gensupport.c (std_preds): Add missing codes to address_operand entry.
13163 2015-04-28 Richard Biener <rguenther@suse.de>
13165 PR tree-optimization/65851
13166 * tree-ssa-ccp.c (set_lattice_value): Perform a meet when
13167 changing CONSTANT to CONSTANT non-copy. Get new_val by reference.
13168 (ccp_lattice_meet): Remove stray argument. Use operand_equal_p
13169 rather than simple_cst_equal as the latter doesn't handle COMPLEX_CST.
13170 (ccp_visit_phi_node): Adjust.
13171 (evaluate_stmt): For simplifications to SSA names return its
13172 lattice value if that isn't VARYING. Return immediately when
13173 simplified to a constant.
13174 (visit_assignment): Adjust.
13175 (ccp_visit_stmt): Likewise.
13177 2015-04-28 Tom de Vries <tom@codesourcery.com>
13179 PR tree-optimization/65818
13180 * tree-stdarg.c (expand_ifn_va_arg_1): Ensure that side-effects are
13183 2015-04-27 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
13185 * calls.c (save_fixed_argument_area): Don't check
13186 ARGS_GROW_DOWNWARD with the preprocessor.
13187 (restore_fixed_argument_area): Likewise.
13188 (mem_overlaps_already_clobbered_arg_p): Likewise.
13189 (check_sibcall_argument_overlap): Likewise.
13190 (expand_call): Likewise.
13191 (emit_library_call_value_1): Likewise.
13192 (store_one_arg): Likewise.
13193 * function.c (assign_parms): Likewise.
13194 (locate_and_pad_parm): Likewise.
13195 (pad_to_arg_alignment): Likewise.
13196 * targhooks.c (std_gimplify_va_arg_expr): Likewise.
13198 2015-04-27 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
13200 * config/pa/pa.h (ARGS_GROW_DOWNWARD): Define to 1.
13201 * defaults.h (ARGS_GROW_DOWNWARD): Define it to 0 by default.
13202 * calls.c (save_fixed_argument_area): Don't chekc if
13203 ARGS_GROW_DOWNWARD is defined.
13204 (restore_fixed_argument_area): Likewise.
13205 (mem_overlaps_already_clobbered_arg_p): Likewise.
13206 (check_sibcall_argument_overlap): Likewise.
13207 (expand_call): Likewise.
13208 (emit_library_call_value_1): Likewise.
13209 (store_one_arg): Likewise.
13210 * function.c (assign_parms): Likewise.
13211 (locate_and_pad_parm): Likewise.
13212 (pad_to_arg_alignment): Likewise.
13213 * targhooks.c (std_gimplify_va_arg_expr): Likewise.
13215 2015-04-27 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
13217 * defaults.h (gen_epilogue): New function.
13218 * alias.c (init_alias_analysis): don't check if HAVE_epilogue is
13220 * cfgrtl.c (cfg_layout_finalize): Likewise.
13221 * df-scan.c: Likewise.
13222 * function.c (thread_prologue_and_epilogue_insns): Likewise.
13223 (reposition_prologue_and_epilogue_notes): Likewise.
13224 * reorg.c (find_end_label): Likewise.
13225 * toplev.c: Likewise.
13227 2015-04-27 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
13229 * bb-reorder.c (HAVE_return): Don't check if its undefined.
13230 * defaults.h (gen_simple_return): New function.
13231 (gen_simple_return): Likewise.
13232 (HAVE_return): Add default definition to false.
13233 (HAVE_simple_return): Likewise.
13234 * cfgrtl.c (force_nonfallthru_and_redirect): Remove checks if
13235 HAVE_return and HAVE_simple_return are defined.
13236 * function.c (gen_return_pattern): Likewise.
13237 (convert_jumps_to_returns): Likewise.
13238 (thread_prologue_and_epilogue_insns): Likewise.
13239 * reorg.c (find_end_label): Likewise.
13240 (dbr_schedule): Likewise.
13241 * shrink-wrap.c: Likewise.
13242 * shrink-wrap.h: Likewise.
13244 2015-04-27 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
13246 * defaults.h (EPILOGUE_USES): Add default definition of false.
13247 * df-scan.c (EPILOGUE_USES): Remove check if its undefined.
13248 * resource.c (init_resource_info): Likewise.
13250 2015-04-27 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
13252 * defaults.h (PCC_BITFIELD_TYPE_MATTERS): Add default definition
13254 * dwarf2out.c (field_byte_offset): REmove check if
13255 PCC_BITFIELD_TYPE_MATTERS is defined.
13256 * stor-layout.c (layout_decl): Likewise.
13257 (update_alignment_for_field): Likewise.
13258 (place_field): Likewise.
13260 2015-04-27 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
13262 * defaults.h (HARD_REGNO_RENAME_OK): Add default definition to
13264 * regrename.c (check_new_reg_p): Remove check if
13265 HARD_REGNO_RENAME_OK is defined.
13266 * sel-sched.c (sel_hard_regno_rename_ok): Likewise.
13268 2015-04-27 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
13270 * calls.c (prepare_call_address): Remove ifdef NO_FUNCTION_CSE.
13271 * cse.c (fold_rtx): Likewise.
13272 * config/alpha/alpha.h (NO_FUNCTION_CSE): Define to 1.
13273 * config/arc/arc.h (NO_FUNCTION_CSE): Likewise.
13274 * config/avr/avr.h (NO_FUNCTION_CSE): Likewise.
13275 * config/cr16/cr16.h (NO_FUNCTION_CSE): Likewise.
13276 * config/epiphany/epiphany.h (NO_FUNCTION_CSE): Likewise.
13277 * config/frv/frv.h (NO_FUNCTION_CSE): Likewise.
13278 * config/h8300/h8300.h (NO_FUNCTION_CSE): Likewise.
13279 * config/i386/i386.h (NO_FUNCTION_CSE): Likewise.
13280 * config/ia64/ia64.h (NO_FUNCTION_CSE): Likewise.
13281 * config/lm32/lm32.h (enum reg_class) (NO_FUNCTION_CSE):
13283 * config/m32r/m32r.h (NO_FUNCTION_CSE): Likewise.
13284 * config/mep/mep.h (NO_FUNCTION_CSE): Likewise.
13285 * config/mn10300/mn10300.h (NO_FUNCTION_CSE): Likewise.
13286 * config/nds32/nds32.h (NO_FUNCTION_CSE): Likewise.
13287 * config/nios2/nios2.h (NO_FUNCTION_CSE): Likewise.
13288 * config/pa/pa.h (NO_FUNCTION_CSE): Likewise.
13289 * config/rs6000/rs6000.h (NO_FUNCTION_CSE): Likewise.
13290 * config/s390/s390.h (NO_FUNCTION_CSE): Likewise.
13291 * config/sparc/sparc.h (NO_FUNCTION_CSE): Likewise.
13292 * config/spu/spu.h (NO_FUNCTION_CSE): Likewise.
13293 * config/stormy16/stormy16.h (NO_FUNCTION_CSE): Likewise.
13294 * config/v850/v850.h (NO_FUNCTION_CSE): Likewise.
13295 * defaults.h (NO_FUNCTION_CSE): Provide default definition to 0.
13296 * doc/tm.texi: Regenerate.
13297 * doc/tm.texi.in: Document NO_FUNCTION_CSE is always defined to
13298 either true or false.
13300 2015-04-27 Jeff Law <law@redhat.com>
13302 PR tree-optimization/65217
13303 * tree-ssa-dom.c (record_equality): Given two SSA_NAMEs, if just one
13304 of them has a single use, make sure it is the LHS of the implied
13307 2015-04-28 Alan Modra <amodra@gmail.com>
13310 * config/rs6000/rs6000.c (POWERPC64_TOC_POINTER_ALIGNMENT): Define.
13311 (offsettable_ok_by_alignment): Use minimum of decl and toc
13312 pointer alignment. Replace dead code with assertion.
13313 (use_toc_relative_ref): Add mode arg. Return false in -mcmodel=medium
13314 case if size exceeds toc pointer alignment.
13315 (rs6000_legitimize_reload_address): Update use_toc_relative_ref call.
13316 (rs6000_emit_move): Likewise.
13317 * configure.ac: Add linker toc pointer alignment check.
13318 * configure: Regenerate.
13319 * config.in: Regenerate.
13321 2015-04-27 Yoshinori Sato <ysato@users.sourceforge.jp>
13323 * config.gcc: Add h8300-*-linux.
13324 * config/h8300/linux.h: New.
13325 * config/h8300/t-linux: New.
13326 * config/h8300/h8300.c (h8300_option_override): Normal mode
13327 is not supported for h8300-*-linux.
13328 (h8300_file_start): Target priority change.
13329 (get_shift_alg): Likewise.
13330 (h8300_shift_need_scratch_p): Likewise.
13331 * config/h8300/h8300.h (TARGET_CPU_CPP_BUILTINS): Likewise.
13332 * config/h8300/h8300.md (define_peephole2): Remove duplicate condition.
13334 2015-04-27 Caroline Tice <cmtice@google.com>
13336 * final.c (final_scan_insn): Output cold_function_name as function
13338 * varasm.c (cold_function_name): Make global.
13339 (assemble_start_function): Re-set cold_function_name.
13340 (assemble_end_function): Output cold partition size.
13341 * varasm.h (cold_function_name): Declare global.
13343 2015-04-27 Ilya Tocar <ilya.tocar@intel.com>
13345 * config/i386/i386.h (EXT_REX_SSE_REG_P): New.
13346 * config/i386/i386.md (*cmpi<FPCMP:unord><MODEF:mode>_mixed): Use "v"
13348 (*movxi_internal_avx512f): Ditto.
13349 (define_split): Check for xmm16+, when splitting scalar float_extend.
13350 (*extendsfdf2_mixed): Use "v" constraint.
13351 (define_split): Check for xmm16+, when splitting scalar float_truncate.
13352 (*truncdfsf_fast_sse): Use "v" constraint.
13353 (fix_trunc<MODEF:mode><SWI48:mode>_sse): Ditto.
13354 (*float<SWI48:mode><MODEF:mode>2_sse): Ditto.
13355 (define_peephole2): Check for xmm16+, when converting scalar
13357 (define_peephole2): Check for xmm16+, when converting scalar
13359 (*fop_<mode>_comm_mixed): Use "v" constraint.
13360 (*fop_<mode>_comm_sse): Ditto.
13361 (*fop_<mode>_1_mixed): Ditto.
13362 (*sqrt<mode>2_sse): Ditto.
13363 (*ieee_s<ieee_maxmin><mode>3): Ditto.
13365 2015-04-27 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
13367 * combine.c (simplify_if_then_else): Use std::swap instead
13368 of manually swapping.
13369 (known_cond): Likewise.
13370 (simplify_comparison): Likewise.
13372 2015-04-27 Peter Bergner <bergner@vnet.ibm.com>
13375 * config/rs6000/htm.md: Remove all define_expands.
13376 (UNSPECV_HTM_TABORTDC, UNSPECV_HTM_TABORTDCI, UNSPECV_HTM_TABORTWC,
13377 UNSPECV_HTM_TABORTWCI): Remove.
13378 (UNSPECV_HTM_TABORTXC, UNSPECV_HTM_TABORTXCI, UNSPECV_HTM_TTEST): New.
13379 (tabort_internal, tbegin_internal, tcheck_internal, tend_internal,
13380 trechkpt_internal, treclaim_internal, tsr_internal): Rename from this...
13381 (tabort, tbegin, tcheck, tend, trechkpt, treclaim, tsr): ...to this.
13382 (tabortdc_internal, tabortdci_internal, tabortwc_internal,
13383 tabortwci_internal): Remove define_insns.
13384 (tabort<wd>c, tabort<wd>ci): New define_insns.
13385 (tabort): Use gpc_reg_operand.
13386 (tcheck): Remove operand.
13387 (htm_mfspr_<mode>, htm_mtspr_<mode>): Use GPR mode macro.
13388 * config/rs6000/htmxlintrin.h (__TM_end): Use _HTM_TRANSACTIONAL as
13390 * config/rs6000/rs6000-builtin.def (BU_HTM_SPR0): Remove.
13391 (BU_HTM_SPR1): Rename to BU_HTM_V1. Remove use of RS6000_BTC_SPR.
13392 (tabort, tabortdc, tabortdci, tabortwc, tabortwci, tbegin,
13393 tcheck, tend, tendall, trechkpt, treclaim, tresume, tsuspend,
13394 tsr, ttest): Pass in the RS6000_BTC_CR attribute.
13395 (get_tfhar, set_tfhar, get_tfiar, set_tfiar, get_texasr, set_texasr,
13396 get_texasru, set_texasru): Pass in the RS6000_BTC_SPR attribute.
13397 (tcheck): Remove builtin argument.
13398 * config/rs6000/rs6000.c (rs6000_htm_spr_icode): Use TARGET_POWERPC64
13400 (htm_expand_builtin): Fix usage of expandedp. Disallow usage of the
13401 tabortdc and tabortdci builtins when not in 64-bit mode.
13402 Modify code to handle the loss of the HTM define_expands.
13403 Emit code to copy the CR register to TARGET.
13404 (htm_init_builtins): Modify code to handle the loss of the HTM
13406 * config/rs6000/rs6000.h (RS6000_BTC_32BIT): Delete.
13407 (RS6000_BTC_64BIT): Likewise.
13408 (RS6000_BTC_CR): New macro.
13409 * doc/extend.texi: Update documentation for htm builtins.
13411 2015-04-27 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
13413 * simplify-rtx.c (simplify_gen_binary): Use std::swap instead
13414 of manually swapping.
13415 (simplify_associative_operation): Likewise.
13416 (simplify_binary_operation): Likewise.
13417 (simplify_plus_minus): Likewise.
13418 (simplify_relational_operation): Likewise.
13419 (simplify_ternary_operation): Likewise.
13421 2015-04-27 Richard Sandiford <richard.sandiford@arm.com>
13423 * config/stormy16/predicates.md (xs_hi_general_operand): Delete.
13424 (xs_hi_nonmemory_operand): Remove error.
13425 * config/stormy16/stormy16.md (movhi, movhi_internal): Use
13426 general_operand rather than xs_hi_general_operand.
13428 2015-04-27 Richard Biener <rguenther@suse.de>
13430 * tree-ssa-dom.c (record_equivalences_from_phis): Valueize PHI arg.
13431 (record_equivalences_from_stmt): Valueize rhs.
13432 (record_equality): Canonicalize x and y order via
13433 tree_swap_operands_p. Do not swap operands for same loop depth.
13435 2015-04-27 Georg-Johann Lay <avr@gjlay.de>
13439 * config/avr/gen-avr-mmcu-specs.c (print_mcu): Close file.
13440 Add hint how to use own spec file.
13442 2015-04-27 Jakub Jelinek <jakub@redhat.com>
13444 PR tree-optimization/65875
13445 * tree-vrp.c (update_value_range): If in is_new case setting
13446 old_vr to VR_VARYING, also set new_vr to it. Remove
13447 old_vr->type == VR_VARYING test.
13448 (vrp_visit_phi_node): Return SSA_PROP_VARYING instead of
13449 SSA_PROP_INTERESTING if update_value_range returned true,
13450 but new range is VR_VARYING.
13452 2015-04-27 Thomas Preud'homme <thomas.preudhomme@arm.com>
13454 * combine.c (sign_extend_short_imm): New.
13455 (set_nonzero_bits_and_sign_copies): Use above new function for sign
13456 extension of src short immediate.
13457 (reg_nonzero_bits_for_combine): Likewise for tem.
13459 2015-04-27 Eric Botcazou <ebotcazou@adacore.com>
13461 * stor-layout.c (self_referential_component_ref_p): New predicate.
13462 (copy_self_referential_tree_r): Use it.
13463 (self_referential_size): Punt for simple operations directly involving
13464 self-referential component references.
13465 * tree-cfg.c (dump_function_to_file): Add missing final curly bracket.
13467 2015-04-27 Eric Botcazou <ebotcazou@adacore.com>
13469 * ipa-icf.c (icf_handled_component_p): Remove redundant tests.
13471 2015-04-27 Richard Sandiford <richard.sandiford@arm.com>
13473 * vec.h (vec): Make splice arguments const. Update definitions
13476 2015-04-27 Yvan Roux <yvan.roux@linaro.org>
13478 * config/arm/arm.md (*arm_subsi3_insn): Fixed redundant
13481 2015-04-26 Tom de Vries <tom@codesourcery.com>
13483 PR tree-optimization/65826
13484 * internal-fn.def: Mark VA_ARG with ECF_LEAF.
13486 2015-04-24 Steve Ellcey <sellcey@imgtec.com>
13488 * config/mips/mips.md: (*madd4<mode>) Remove accum_in attribute.
13489 (*madd3<mode>): Ditto.
13490 (*msub4<mode>): Ditto.
13491 (*msub3<mode>): Ditto.
13492 (*nmadd4<mode>): Ditto.
13493 (*nmadd3<mode>): Ditto.
13494 (*nmadd4<mode>_fastmath): Ditto.
13495 (*nmadd3<mode>_fastmath): Ditto.
13496 (*nmsub4<mode>): Ditto.
13497 (*nmsub3<mode>): Ditto.
13498 (*nmsub4<mode>_fastmath): Ditto.
13499 (*nmsub3<mode>_fastmath): Ditto.
13501 2015-04-24 Jason Merrill <jason@redhat.com>
13504 * tree.c (build_reference_type_for_mode): Don't pass can_alias_all
13505 down when building TYPE_CANONICAL.
13506 (build_pointer_type_for_mode): Likewise.
13508 2015-04-24 Chen Gang <gang.chen.5i5j@gmail.com>
13510 * genrecog.c (validate_pattern): Check matching constraint refers
13511 to a lower numbered operand.
13513 2015-04-24 Michael Meissner <meissner@linux.vnet.ibm.com>
13516 * config/rs6000/rs6000.opt (-mvsx-align-128): Make options that
13517 save to independent variables use the Save attribute. This will
13518 allow these options to be modified with the #pragma/attribute
13520 (-mallow-movmisalign): Likewise.
13521 (-mallow-df-permute): Likewise.
13522 (-msched-groups): Likewise.
13523 (-malways-hint): Likewise.
13524 (-malign-branch-targets): Likewise.
13525 (-mvectorize-builtins): Likewise.
13526 (-msave-toc-indirect): Likewise.
13528 * config/rs6000/rs6000.c (rs6000_opt_masks): Add more options that
13529 can be set via the #pragma/attribute target support.
13530 (rs6000_opt_vars): Likewise.
13531 (rs6000_inner_target_options): If VSX was set, also set
13532 -mno-avoid-indexed-addresses.
13534 2015-04-24 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
13536 * config/arm/iterators.md (shiftable_ops): Rename to...
13537 (SHIFTABLE_OPS): ... This. Update use in comments.
13538 (ior_xor): Rename to...
13539 (IOR_XOR): ... This.
13540 (vqh_ops): Rename to...
13541 (VQH_OPS): ... This.
13542 (vqhs_ops): Rename to...
13543 (VQHS_OPS): ... This.
13544 (rshifts): Rename to...
13545 (RSHIFTS): ... This.
13546 (returns): Rename to...
13547 (RETURNS): ... This.
13548 * config/arm/arm.md: Update uses of the above.
13549 * config/arm/neon.md: Likewise.
13551 2014-04-24 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
13553 * config.host (case ${host}): Add aarch64*-*-linux case.
13554 * config/aarch64/aarch64-cores.def: Add IMPLEMENTER_ID and PART_NUMBER
13555 fields to all the cores.
13556 * config/aarch64/aarch64-elf.h (DRIVER_SELF_SPECS):
13557 Add MCPU_MTUNE_NATIVE_SPECS.
13558 * config/aarch64/aarch64-option-extensions.def: Add FEATURE_STRING
13559 field to all extensions.
13560 * config/aarch64/aarch64-opts.h: Adjust definition of AARCH64_CORE.
13561 * config/aarch64/aarch64.c: Adjust definition of AARCH64_CORE.
13562 Adjust definition of AARCH64_OPT_EXTENSION.
13563 * config/aarch64/aarch64.h: Adjust definition of AARCH64_CORE.
13564 (MCPU_MTUNE_NATIVE_SPECS): Define.
13565 * config/aarch64/driver-aarch64.c: New file.
13566 * config/aarch64/x-arch64: New file.
13567 * doc/invoke.texi (AArch64 Options): Document native value for -mcpu,
13570 2015-04-24 Uros Bizjak <ubizjak@gmail.com>
13571 Wei Mi <wmi@google.com>
13573 * config/i386/i386-protos.h (ix86_operands_ok_for_move_multiple): New.
13574 * config/i386/i386.c (extract_base_offset_in_addr): New function.
13575 (ix86_operands_ok_for_move_multiple): Ditto.
13576 * config/i386/sse.md (movsd/movhpd to movupd peephole2): New pattern.
13577 (movlpd/movhpd to movupd peephole2): Ditto.
13579 2015-04-24 Marek Polacek <polacek@redhat.com>
13582 * input.h (from_macro_expansion_at): Define.
13585 * doc/invoke.texi: Update description of -Wlogical-op.
13587 2015-04-24 Thomas Preud'homme <thomas.preudhomme@arm.com>
13589 * config/arm/unknown-elf.h (ASM_OUTPUT_ALIGNED_DECL_LOCAL): fix
13590 ternary operator in fprintf and harmonize spacing.
13592 2015-04-24 Uros Bizjak <ubizjak@gmail.com>
13594 * config/i386/sse.md (*vec_widen_smult_even_v8si<mask_name>):
13595 Mark operand1 commutative.
13597 2015-04-24 Uros Bizjak <ubizjak@gmail.com>
13599 * config/i386/sse.md (*vec_concatv2sf_sse4_1): Do not allow both
13600 input operands in memory.
13601 (*vec_concatv2si_sse4_1): Ditto.
13602 (*vec_concatv2df): Ditto, except for SSE3 and equal input operands.
13603 (vec_extract_lo_<mode><mask_name>): Change operand 1 predicate to
13605 (vec_extract_hi_v32hi): Ditto.
13606 (vec_extract_hi_v64hi): Ditto.
13607 (<mask_codefor>avx512f_unpckhpd512<mask_name>): Ditto.
13609 2015-04-24 Thomas Preud'homme <thomas.preudhomme@arm.com>
13610 Steven Bosscher <steven@gcc.gnu.org>
13612 PR rtl-optimization/34503
13613 * cprop.c (cprop_reg_p): New.
13614 (hash_scan_set): Use above function to check if register can be
13616 (find_avail_set): Return up to two sets, one whose source is a
13617 register and one whose source is a constant. Sets are returned in an
13618 array passed as parameter rather than as a return value.
13619 (cprop_insn): Use a do while loop rather than a goto. Try each of the
13620 sets returned by find_avail_set, starting with the one whose source is
13621 a constant. Use cprop_reg_p to check if register can be propagated.
13622 (do_local_cprop): Use cprop_reg_p to check if register can be
13624 (implicit_set_cond_p): Likewise.
13626 2015-04-23 Jan Hubicka <hubicka@ucw.cz>
13628 * ipa-icf.c (sem_function::equals_wpa): Compare thunk info.
13629 (sem_function::equals): IGNORED_NODES parameter is now unused;
13630 update call of equals_private.
13631 (sem_function::equals_private): Do not call equals_wpa; skip
13632 gimple body matching if there is no body.
13633 (sem_function::init): Add logic to hash tthunk info.
13634 (sem_function::parse): Also parse thunks.
13635 * ipa-icf.h (equals_private): Update declaration.
13637 2015-04-23 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
13639 * config/rs6000/altivec.md (*altivec_lvx_<mode>_internal): Remove
13640 asterisk from name so this can be generated directly.
13641 (*altivec_stvx_<mode>_internal): Likewise.
13642 * config/rs6000/rs6000.c (rs6000_emit_le_vsx_store): Add assert
13643 that this is never called during or after reload/lra.
13644 (rs6000_frame_related): Remove split_reg
13645 argument and logic that references it.
13646 (emit_frame_save): Remove last parameter from call to
13647 rs6000_frame_related.
13648 (rs6000_emit_prologue): Remove last parameter from eight calls to
13649 rs6000_frame_related. Force generation of stvx instruction for
13650 Altivec register saves. Remove split_reg handling, which is no
13652 (rs6000_emit_epilogue): Force generation of lvx instruction for
13653 Altivec register restores.
13655 2015-04-23 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
13657 * config/rs6000/rs6000.opt (mcrypto): Change option description to
13658 match category changes in ISA 2.07B.
13660 2015-04-23 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
13662 * config/arm/iterators.md (GTGE, GTUGEU, COMPARISONS): New code
13664 (cmp_op, cmp_type): New code attributes.
13665 (NEON_VCMP, NEON_VACMP): New int iterators.
13666 (cmp_op_unsp): New int attribute.
13667 * config/arm/neon.md (neon_vc<cmp_op><mode>): New define_expand.
13668 (neon_vceq<mode>): Delete.
13669 (neon_vc<cmp_op><mode>_insn): New pattern.
13670 (neon_vc<cmp_op_unsp><mode>_insn_unspec): Likewise.
13671 (neon_vcgeu<mode>): Delete.
13672 (neon_vcle<mode>): Likewise.
13673 (neon_vclt<mode>: Likewise.
13674 (neon_vcage<mode>): Likewise.
13675 (neon_vcagt<mode>): Likewise.
13676 (neon_vca<cmp_op><mode>): New define_expand.
13677 (neon_vca<cmp_op><mode>_insn): New pattern.
13678 (neon_vca<cmp_op_unsp><mode>_insn_unspec): Likewise.
13680 2015-04-23 Jan Hubicka <hubicka@ucw.cz>
13682 * tree.h (attribute_value_equal): Declare.
13683 * tree.c (attribute_value_equal): Export.
13685 2015-04-23 Jan Hubicka <hubicka@ucw.cz>
13687 * ipa-icf.c (sem_item::compare_attributes): New function.
13688 (sem_item::compare_referenced_symbol_properties): Compare variable
13690 (sem_item::hash_referenced_symbol_properties): Record DECL_ALIGN.
13691 (sem_function::param_used_p): New function.
13692 (sem_function::equals_wpa): Fix attribute comparsion; match
13693 parameter type codes; do not compare paremter flags when
13694 they are not used; compare edge flags; compare indirect calls.
13695 (sem_item::update_hash_by_addr_refs): Hash reference type.
13696 (sem_function::equals_private): Do not match DECL_ATTRIBUTES.
13697 (sem_variable::equals_wpa): Do not match DECL_ALIGN; match
13698 reference use type.
13699 (sem_item_optimizer::update_hash_by_addr_refs): Use param_used_p.
13700 * ipa-icf.h (compare_attributes, param_used_p): Declare.
13702 2015-04-23 Jan Hubicka <hubicka@ucw.cz>
13704 * ipa-icf.c (symbol_compare_collection::symbol_compare_collection):
13706 (sem_function::get_hash): Do not hash DECL_DISREGARD_INLINE_LIMITS,
13707 DECL_DECLARED_INLINE_P and DECL_IS_OPERATOR_NEW.
13708 (sem_item::compare_referenced_symbol_properties): New.
13709 (sem_item::hash_referenced_symbol_properties): New.
13710 (sem_item::compare_cgraph_references): Rename to ...
13711 (sem_item::compare_symbol_references): ... this one; use
13712 compare_referenced_symbol_properties.
13713 (sem_function::equals_wpa): Do not compare
13714 DECL_DISREGARD_INLINE_LIMITS, DECL_DECLARED_INLINE_P,
13715 DECL_IS_OPERATOR_NEW; compare pointer sizes.
13716 (sem_item::update_hash_by_addr_refs): Call
13717 hash_referenced_symbol_properties.
13718 (sem_item::update_hash_by_local_refs): Cleanup.
13719 (sem_function::merge): Do not mix up symbol properties.
13720 (sem_variable::equals_wpa): Use compare_symbol_references.
13721 * ipa-icf.h (sem_item::compare_referenced_symbol_properties): New.
13722 (sem_item::hash_referenced_symbol_properties): New.
13723 (sem_item::compare_symbol_references): New.
13724 (sem_item::compare_cgraph_references): Remove.
13726 2015-04-23 Kwok Cheung Yeung <kcy@codesourcery.com>
13729 * config/arm/unknown-elf.h (ASM_OUTPUT_ALIGNED_DECL_LOCAL):
13730 Emit size of local.
13732 2015-04-23 Nick Clifton <nickc@redhat.com>
13734 * config/rl78/rl78.c (rl78_preferred_reload_class): Add
13735 ATTRIBUTE_UNUSED to x parameter.
13736 * config/rl78/rl78-opts.h (enum rl78_mul_types): Remove unused MUL_RL78.
13738 2015-04-23 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
13740 * config/rs6000/crypto.md (crypto_vpmsum<CR_char>): Change
13741 TARGET_CRYPTO to TARGET_P8_VECTOR>
13742 (crypto_vpermxor_<mode>): Likewise.
13743 * config/rs6000/rs6000-builtin.def (BU_CRYPTO_2A): New #define.
13744 (BU_CRYPTO_3A): Likewise.
13745 (BU_CRYPTO_OVERLOAD_2A): Rename from BU_CRYPTO_OVERLOAD_2.
13746 (BU_CRYPTO_OVERLOAD_3A): New #define.
13747 (VPMSUMB): Change from BU_CRYPTO_2 to BU_CRYPTO_2A.
13748 (VPMSUMH): Likewise.
13749 (VPMSUMW): Likewise.
13750 (VPMSUMD): Likewise.
13751 (VPERMXOR_V2DI): Change from BU_CRYPTO_3 to BU_CRYPTO_3A.
13752 (VPERMXOR_V4SI): Likewise.
13753 (VPERMXOR_V8HI): Likewise.
13754 (VPERMXOR_V16QI): Likewise.
13755 (VPMSUM): Change from BU_CRYPTO_OVERLOAD_2 to
13756 BU_CRYPTO_OVERLOAD_2A.
13757 (VPERMXOR): Change from BU_CRYPTO_OVERLOAD3 to
13758 BU_CRYPTO_OVERLOAD_3A.
13759 * config/rs6000/rs6000.opt (mcrypto): Change description of
13762 2015-04-23 Richard Biener <rguenther@suse.de>
13764 * passes.def: Remove copy propagation passes run directly after CCP.
13765 * tree-ssa-ccp.c (get_value_for_expr): Fall back to a COPY for
13767 (ccp_visit_phi_node): Rework to handle first executable edge
13770 2015-04-23 Matthew Wahab <matthew.wahab@arm.com>
13772 * config/arm/arm.h (LEGITIMIZE_RELOAD_ADDRESS): Remove.
13773 (ARM_LEGITIMIZE_RELOAD_ADDRESS): Remove.
13774 (THUMB_LEGITIMIZE_RELOAD_ADDRESS): Remove.
13775 * config/arm/arm.c (arm_legimitimize_reload_address): Remove.
13776 (thumb_legimitimize_reload_address): Remove.
13777 * config/arm/arm-protos.h (arm_legimitimize_reload_address):
13779 (thumb_legimitimize_reload_address): Remove.
13781 2015-04-23 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
13783 * conditions.h (CC_STATUS_INIT): Gate on #ifndef CC_STATUS_INIT.
13785 2015-04-23 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
13787 * config/arm/arm.md (load_multiple): Reject operand 2 greater than
13789 (store_multiple): Likewise.
13791 2015-04-23 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
13793 * config/arm/arm-protos.h (struct tune_params): Add issue_rate field.
13794 * config/arm/arm.c (arm_slowmul_tune, arm_fastmul_tune,
13795 arm_strongarm_tune, arm_xscale_tune, arm_9e_tune, arm_v6t2_tune,
13796 arm_cortex_tune, arm_cortex_a8_tune, arm_cortex_a7_tune,
13797 arm_cortex_a15_tune, arm_cortex_a53_tune, arm_cortex_a57_tune,
13798 arm_cortex_a9_tune, arm_cortex_a12_tune, arm_v7m_tune, arm_v6m_tune,
13799 arm_fa726te_tune arm_cortex_a5_tune, arm_xgene1_tune):
13800 Specify issue_rate value.
13801 (arm_issue_rate): Look up issue rate from tuning structs. Remove
13802 large switch statement.
13803 (arm_marvell_pj4_tune): New struct.
13804 * config/arm/arm-cores.def (marvell-pj4): Use arm_marvell_pj4_tune
13807 2015-04-23 Richard Biener <rguenther@suse.de>
13809 * tree-vect-slp.c (vect_find_first_load_in_slp_instance): Remove.
13810 (vect_find_last_store_in_slp_instance): Rename to ...
13811 (vect_find_last_scalar_stmt_in_slp): ... this and generalize.
13812 (vect_analyze_slp_cost_1): Use vector_load for constant defs
13813 and vec_construct for external defs when estimating prologue cost.
13814 (vect_analyze_slp_instance): Do not init SLP_INSTANCE_FIRST_LOAD_STMT.
13815 Compute costs here only when vectorizing loops.
13816 (vect_slp_analyze_bb_1): Compute SLP cost here, after vector types
13817 have been determined.
13818 (vect_schedule_slp_instance): Simplify vectorized code placement
13819 and prepare for in-BB external defs.
13820 * tree-vectorizer.h (struct _slp_instance): Remove first_load member.
13821 (SLP_INSTANCE_FIRST_LOAD_STMT): Remove.
13822 * tree-vect-stmts.c (vect_model_store_cost): Remove PURE_SLP_STMT
13824 (vect_model_load_cost): Likewise.
13825 (vectorizable_store): Instead add it here.
13826 (vectorizable_load): Likewise.
13827 (vect_is_simple_use): Dump def type textually.
13829 2015-04-23 Richard Biener <rguenther@suse.de>
13831 * cfgexpand.c (expand_gimple_stmt_1): Use ops.code.
13832 * cfgloop.c (verify_loop_structure): Verify the root loop node.
13833 * except.c (duplicate_eh_regions): Call get_eh_region_from_lp_number_fn
13834 instead of get_eh_region_from_lp_number.
13835 * loop-init.c (fix_loop_structure): If we removed a loop, reset
13838 2015-04-23 Anton Blanchard <anton@samba.org>
13840 * config/rs6000/rs6000.c (rs6000_output_function_prologue): No
13841 need for -mprofile-kernel to save LR to stack.
13843 2015-04-22 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
13845 * config/rs6000/rs6000.c (rtx_is_swappable_p): Commentary
13847 (insn_is_swappable_p): Return 1 for a convert from double to
13848 single precision when all of its uses are splats of BE element
13851 2015-04-23 Kugan Vivekanandarajah <kuganv@linaro.org>
13853 * ira-costs.c (record_operand_costs): Fix typo (remove redundant code).
13855 2015-04-22 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
13858 * config/rs6000/rs6000.c (rs6000_option_override_internal): For
13859 VSX + POWER8, enable TARGET_ALLOW_MOVMISALIGN and
13860 TARGET_EFFICIENT_UNALIGNED_VSX if not selected by command line
13862 (rs6000_builtin_mask_for_load): Return 0 for targets with
13863 efficient unaligned VSX accesses so that the vectorizer will use
13864 direct unaligned loads.
13865 (rs6000_builtin_support_vector_misalignment): Always return true
13866 for targets with efficient unaligned VSX accesses.
13867 (rs6000_builtin_vectorization_cost): Cost of unaligned loads and
13868 stores on targets with efficient unaligned VSX accesses is almost
13869 always the same as the cost of an aligned load or store, so model
13871 * config/rs6000/rs6000.h (SLOW_UNALIGNED_ACCESS): Return 0 for
13872 unaligned vectors if we have efficient unaligned VSX accesses.
13873 * config/rs6000/rs6000.opt (mefficient-unaligned-vector): New
13874 undocumented option.
13876 2015-04-22 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
13879 2015-04-22 Gregor Richards <gregor.richards@uwaterloo.ca>
13881 * config.gcc (LIBC_MUSL): New tm_defines macro.
13882 * config/linux.h (OPTION_MUSL): Define.
13883 (INCLUDE_DEFAULTS_MUSL_GPP, INCLUDE_DEFAULTS_MUSL_LOCAL,)
13884 (INCLUDE_DEFAULTS_MUSL_PREFIX, INCLUDE_DEFAULTS_MUSL_CROSS,)
13885 (INCLUDE_DEFAULTS_MUSL_TOOL, INCLUDE_DEFAULTS_MUSL_NATIVE): Define.
13887 * config/linux.opt (mmusl): New option.
13888 * configure.ac (gcc_cv_libc_provides_ssp): Add *-*-musl*.
13889 (gcc_cv_target_dl_iterate_phdr): Add *-linux-musl*.
13891 * configure: Regenerate.
13893 2015-04-22 Gregor Richards <gregor.richards@uwaterloo.ca>
13895 * config.gcc (LIBC_MUSL): New tm_defines macro.
13896 * config/linux.h (OPTION_MUSL): Define.
13897 (INCLUDE_DEFAULTS_MUSL_GPP, INCLUDE_DEFAULTS_MUSL_LOCAL,)
13898 (INCLUDE_DEFAULTS_MUSL_PREFIX, INCLUDE_DEFAULTS_MUSL_CROSS,)
13899 (INCLUDE_DEFAULTS_MUSL_TOOL, INCLUDE_DEFAULTS_MUSL_NATIVE): Define.
13901 * config/linux.opt (mmusl): New option.
13902 * configure.ac (gcc_cv_libc_provides_ssp): Add *-*-musl*.
13903 (gcc_cv_target_dl_iterate_phdr): Add *-linux-musl*.
13905 * configure: Regenerate.
13907 2015-04-22 Yury Gribov <y.gribov@samsung.com>
13909 * doc/invoke.texi (-fsanitize-sections): Update description.
13910 * asan.c (set_sanitized_sections): Parse incoming arg.
13911 (section_sanitized_p): Support wildcards.
13913 2015-04-22 Tom de Vries <tom@codesourcery.com>
13915 PR tree-optimization/65823
13916 * gimplify.c (gimplify_modify_expr): Use operand_equal_p to test for
13917 equality between ap_copy and ap.
13919 2015-04-22 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
13922 * config/openbsd-oldgas.h (OBSD_LIB_SPEC): Add.
13924 2015-04-22 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
13927 * config.gcc (vax-*-openbsd*): Fix name of pthread spec header.
13929 2015-04-22 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
13932 * config.gcc (bfin*-linux-uclibc*): Prepend tmake_file and
13933 remove already contained t-files.
13935 2015-04-22 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
13937 * tree-tailcall.c (suitable_for_tail_opt_p, find_tail_calls):
13938 Remove unneeded forward declarations.
13939 (suitable_for_tail_call_opt_p): Commentary typo fix.
13941 2015-04-22 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
13943 * varasm.c (emit_bss): Remove redundant guard.
13945 2015-04-22 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
13947 * config/c6x/c6x.h (TARGET_CPU_CPP_BUILTINS): Add unk_isa.
13949 2015-04-22 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
13951 * config/bfin/bfin.h (TARGET_CPU_CPP_BUILTINS): Add BFIN_CPU_UNKNOWN.
13953 2015-04-22 Hale Wang <hale.wang@arm.com>
13954 Terry Guo <terry.guo@arm.com>
13956 PR rtl-optimization/64818
13957 * combine.c (can_combine_p): Don't combine user-specified
13958 register if it is in an asm input.
13960 2015-04-21 Jan Hubicka <hubicka@ucw.cz>
13963 * passes.def (early_optimizations): Add pass_dse.
13965 2015-04-21 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
13967 * defaults.h (INSN_REFERENCES_ARE_DELAYED): New definition.
13968 * reorg.c (redundant_insn): Remove ifdef
13969 INSN_REFERENCES_ARE_DELAYED.
13970 * resource.c (mark_referenced_resources): Likewise.
13972 2015-04-21 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
13974 * defaults.h (INSN_SETS_ARE_DELAYED): New definition.
13975 * reorg.c (redundant_insn): Remove ifdef INSN_SETS_ARE_DELAYED.
13976 * resource.c (mark_set_resources): Likewise.
13978 2015-04-21 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
13980 * caller-save.c (insert_one_insn): Remove ifdef HAVE_cc0.
13981 * cfgcleanup.c (flow_find_cross_jump): Likewise.
13982 (flow_find_head_matching_sequence): Likewise.
13983 (try_head_merge_bb): Likewise.
13984 * combine.c (can_combine_p): Likewise.
13985 (try_combine): Likewise.
13986 (distribute_notes): Likewise.
13987 * df-problems.c (can_move_insns_across): Likewise.
13988 * final.c (final): Likewise.
13989 * gcse.c (insert_insn_end_basic_block): Likewise.
13990 * ira.c (find_moveable_pseudos): Likewise.
13991 * reorg.c (try_merge_delay_insns): Likewise.
13992 (fill_simple_delay_slots): Likewise.
13993 (fill_slots_from_thread): Likewise.
13994 * sched-deps.c (sched_analyze_2): Likewise.
13996 2015-04-21 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
13998 * df-scan.c (df_get_entry_block_def_set): Remove #ifdef
13999 PIC_OFFSET_TABLE_REGNUM.
14001 2015-04-21 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
14003 * alias.c (init_alias_target): Remove ifdef
14004 * HARD_FRAME_POINTER_IS_FRAME_POINTER.
14005 * df-scan.c (df_insn_refs_collect): Likewise.
14006 (df_get_regular_block_artificial_uses): Likewise.
14007 (df_get_eh_block_artificial_uses): Likewise.
14008 (df_get_entry_block_def_set): Likewise.
14009 (df_get_exit_block_use_set): Likewise.
14010 * emit-rtl.c (gen_rtx_REG): Likewise.
14011 * ira.c (ira_setup_eliminable_regset): Likewise.
14012 * reginfo.c (init_reg_sets_1): Likewise.
14013 * regrename.c (rename_chains): Likewise.
14014 * reload1.c (reload): Likewise.
14015 (eliminate_regs_in_insn): Likewise.
14016 * resource.c (mark_referenced_resources): Likewise.
14017 (init_resource_info): Likewise.
14019 2015-04-21 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
14021 * defaults.h (MASK_RETURN_ADDR): New definition.
14022 * except.c (expand_builtin_extract_return_addr): Remove ifdef
14025 2015-04-21 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
14027 * defaults.h (RETURN_ADDR_OFFSET): New definition.
14028 * except.c (expand_builtin_extract_return_addr): Remove ifdef
14029 RETURN_ADDR_OFFSET.
14030 (expand_builtin_frob_return_addr): Likewise.
14032 2015-04-21 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
14034 * cfgrtl.c (rtl_merge_blocks): Change #if HAVE_cc0 to if (HAVE_cc0)
14035 (try_redirect_by_replacing_jump): Likewise.
14036 (rtl_tidy_fallthru_edge): Likewise.
14037 * combine.c (insn_a_feeds_b): Likewise.
14038 (find_split_point): Likewise.
14039 (simplify_set): Likewise.
14040 * cprop.c (cprop_jump): Likewise.
14041 * cse.c (cse_extended_basic_block): Likewise.
14042 * df-problems.c (can_move_insns_across): Likewise.
14043 * function.c (emit_use_return_register_into_block): Likewise.
14044 * haifa-sched.c (sched_init): Likewise.
14045 * ira.c (find_moveable_pseudos): Likewise.
14046 * loop-invariant.c (find_invariant_insn): Likewise.
14047 * lra-constraints.c (curr_insn_transform): Likewise.
14048 * postreload.c (reload_combine_recognize_const_pattern):
14050 * reload.c (find_reloads): Likewise.
14051 * reorg.c (delete_scheduled_jump): Likewise.
14052 (steal_delay_list_from_target): Likewise.
14053 (steal_delay_list_from_fallthrough): Likewise.
14054 (redundant_insn): Likewise.
14055 (fill_simple_delay_slots): Likewise.
14056 (fill_slots_from_thread): Likewise.
14057 (delete_computation): Likewise.
14058 * sched-rgn.c (add_branch_dependences): Likewise.
14060 2015-04-21 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
14062 * genconfig.c (main): Always define HAVE_cc0.
14063 * caller-save.c (insert_one_insn): Change ifdef HAVE_cc0 to #if
14065 * cfgcleanup.c (flow_find_cross_jump): Likewise.
14066 (flow_find_head_matching_sequence): Likewise.
14067 (try_head_merge_bb): Likewise.
14068 * cfgrtl.c (rtl_merge_blocks): Likewise.
14069 (try_redirect_by_replacing_jump): Likewise.
14070 (rtl_tidy_fallthru_edge): Likewise.
14071 * combine.c (do_SUBST_MODE): Likewise.
14072 (insn_a_feeds_b): Likewise.
14073 (combine_instructions): Likewise.
14074 (can_combine_p): Likewise.
14075 (try_combine): Likewise.
14076 (find_split_point): Likewise.
14078 (simplify_set): Likewise.
14079 (distribute_notes): Likewise.
14080 * cprop.c (cprop_jump): Likewise.
14081 * cse.c (cse_extended_basic_block): Likewise.
14082 * df-problems.c (can_move_insns_across): Likewise.
14083 * final.c (final): Likewise.
14084 (final_scan_insn): Likewise.
14085 * function.c (emit_use_return_register_into_block): Likewise.
14086 * gcse.c (insert_insn_end_basic_block): Likewise.
14087 * haifa-sched.c (sched_init): Likewise.
14088 * ira.c (find_moveable_pseudos): Likewise.
14089 * loop-invariant.c (find_invariant_insn): Likewise.
14090 * lra-constraints.c (curr_insn_transform): Likewise.
14091 * optabs.c (prepare_cmp_insn): Likewise.
14092 * postreload.c (reload_combine_recognize_const_pattern):
14094 * reload.c (find_reloads): Likewise.
14095 (find_reloads_address_1): Likewise.
14096 * reorg.c (delete_scheduled_jump): Likewise.
14097 (steal_delay_list_from_target): Likewise.
14098 (steal_delay_list_from_fallthrough): Likewise.
14099 (try_merge_delay_insns): Likewise.
14100 (redundant_insn): Likewise.
14101 (fill_simple_delay_slots): Likewise.
14102 (fill_slots_from_thread): Likewise.
14103 (delete_computation): Likewise.
14104 (relax_delay_slots): Likewise.
14105 * sched-deps.c (sched_analyze_2): Likewise.
14106 * sched-rgn.c (add_branch_dependences): Likewise.
14108 2015-04-21 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
14110 * combine.c (find_single_use): Remove HAVE_cc0 ifdef for code
14111 that is trivially ded on non cc0 targets.
14112 (simplify_set): Likewise.
14113 (mark_used_regs_combine): Likewise.
14114 * cse.c (new_basic_block): Likewise.
14115 (fold_rtx): Likewise.
14116 (cse_insn): Likewise.
14117 (cse_extended_basic_block): Likewise.
14118 (set_live_p): Likewise.
14119 * rtlanal.c (canonicalize_condition): Likewise.
14120 * simplify-rtx.c (simplify_binary_operation_1): Likewise.
14122 2015-04-21 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
14124 * conditions.h: Define macros even if HAVE_cc0 is undefined.
14125 * emit-rtl.c: Define functions even if HAVE_cc0 is undefined.
14126 * final.c: Likewise.
14127 * jump.c: Likewise.
14128 * recog.c: Likewise.
14129 * recog.h: Declare functions even when HAVE_cc0 is undefined.
14130 * sched-deps.c (sched_analyze_2): Always compile case for cc0.
14132 2015-04-21 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
14134 * defaults.h: New definition of EH_RETURN_DATA_REGNO.
14135 * except.c: Remove definition of EH_RETURN_DATA_REGNO.
14136 * builtins.c (expand_builtin): Remove check if
14137 EH_RETURN_DATA_REGNO is defined.
14138 * df-scan.c (df_bb_refs_collect): Likewise.
14139 (df_get_exit_block_use_set): Likewise.
14140 * haifa-sched.c (initiate_bb_reg_pressure_info): Likewise.
14141 * ira-lives.c (process_bb_node_lives): Likewise.
14142 * lra-lives.c (process_bb_lives): Likewise.
14144 2015-04-21 Uros Bizjak <ubizjak@gmail.com>
14146 * config/i386/i386.md (ARGP_REG, FRAME_REG, BND2_REG, BND3_REG,
14147 FIRST_PSEUDO_REG): New.
14148 * config/i386/i386.h (STACK_POINTER_REGNUM): Define to SP_REG.
14149 (ARG_POINTER_REGNUM): Define to ARGP_REG.
14150 (FRAME_POINTER_REGNUM): Define to FRAME_REG.
14151 (HARD_FRAME_POINTER_REGNUM): Define to BP_REG.
14152 (FIRST_PSEUDO_REGISTER): Define to FIRST_PSEUDO_REG.
14153 (FIRST_INT_REG): New.
14154 (LAST_INT_REG): New.
14155 (FIRST_*_REG): Define using *_REG.
14156 (LAST_*_REG): Ditto.
14157 (QI_REGNO_P): Define using FIRST_QU_REG and LAST_QI_REG.
14158 (LEGACY_INT_REGNO_P): Define using FIRST_INT_REG and LAST_INT_REG.
14159 (FIRST_FLOAT_REG): Define to FIRST_STACK_REG.
14161 2015-04-21 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
14163 * expmed.c: (synth_mult): Only assume overlapping
14164 shift with previous steps in alg_sub_t_m2 case.
14166 2015-04-21 Richard Biener <rguenther@suse.de>
14168 PR tree-optimization/65650
14169 * tree-ssa-ccp.c (valid_lattice_transition): Allow lattice
14170 transitions involving copies.
14171 (set_lattice_value): Adjust for copy lattice state.
14172 (ccp_lattice_meet): Do not merge UNDEFINED and a copy to the copy
14173 if that doesn't dominate the merge point.
14174 (bit_value_unop): Adjust what we treat as varying mask.
14175 (bit_value_binop): Likewise.
14176 (bit_value_assume_aligned): Likewise.
14177 (evaluate_stmt): When we simplified to a SSA name record a copy
14178 instead of dropping to varying.
14179 (visit_assignment): Simplify.
14181 * gimple-match.h (gimple_simplify): Add another callback.
14182 * gimple-fold.c (fold_stmt_1): Adjust caller.
14183 (gimple_fold_stmt_to_constant_1): Likewise - pass valueize
14184 for the 2nd callback.
14185 * gimple-match-head.c (gimple_simplify): Add a callback that is
14186 used to valueize the stmt operands and use it that way.
14188 2015-04-21 Richard Biener <rguenther@suse.de>
14190 PR tree-optimization/65788
14191 * tree-ssa-ccp.c (evaluate_stmt): Evaluate to UNDEFINED early.
14193 2015-04-21 Richard Biener <rguenther@suse.de>
14195 * config/i386/i386.c (ix86_builtin_vectorization_cost): Scale
14196 vec_construct cost by vec_stmt_cost.
14198 2015-04-21 Richard Biener <rguenther@suse.de>
14200 * cfghooks.h (create_basic_block): Replace with two overloads
14201 for RTL and GIMPLE.
14202 (split_block): Likewise.
14203 * cfghooks.c (split_block): Rename to ...
14204 (split_block_1): ... this.
14205 (split_block): Add two type-safe overloads for RTL and GIMPLE.
14206 (split_block_after_labels): Call split_block_1.
14207 (create_basic_block): Rename to ...
14208 (create_basic_block_1): ... this.
14209 (create_basic_block): Add two type-safe overloads for RTL and GIMPLE.
14210 (create_empty_bb): Call create_basic_block_1.
14211 * cfgrtl.c (fixup_fallthru_exit_predecessor): Use
14212 split_block_after_labels.
14213 * omp-low.c (expand_parallel_call): Likewise.
14214 (expand_omp_target): Likewise.
14215 (simd_clone_adjust): Likewise.
14216 * tree-chkp.c (chkp_get_entry_block): Likewise.
14217 * cgraphunit.c (init_lowered_empty_function): Use the GIMPLE
14218 create_basic_block overload.
14219 (cgraph_node::expand_thunk): Likewise.
14220 * tree-cfg.c (make_blocks): Likewise.
14221 (handle_abnormal_edges): Likewise.
14222 * tree-inline.c (copy_bb): Likewise.
14224 2015-04-21 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
14226 * config/aarch64/aarch64.md (*<NLOGICAL:optab>_one_cmplsidi3_ze):
14228 (*xor_one_cmplsidi3_ze): Likewise.
14230 2015-04-21 Thomas Preud'homme <thomas.preudhomme@arm.com>
14232 * df-core.c (df_finish_pass): Iterate over df->problems_by_index[] and
14233 use df_remove_problem rather than manually removing problems, leaving
14234 holes in df->problems_in_order[].
14236 2015-04-21 Tom de Vries <tom@codesourcery.com>
14238 PR tree-optimization/65802
14239 * internal-fn.def (VA_ARG): Add ECF_NOTROW to flags.
14241 2015-04-21 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
14243 * common/config/aarch64/aarch64-common.c (AARCH64_CPU_NAME_LENGTH):
14245 (aarch64_rewrite_selected_cpu): Do not chop off extensions starting
14246 at '.'. Assert that there's enough space for everything.
14248 2015-04-21 Uros Bizjak <ubizjak@gmail.com>
14250 PR tree-optimization/64950
14252 2010-08-02 Uros Bizjak <ubizjak@gmail.com>
14255 * config/alpha/alpha.c (alpha_build_builtin_va_list): Mark __offset
14258 2015-04-20 Shiva Chen <shiva0217@gmail.com>
14260 PR rtl-optimization/64916
14261 * cfgcleanup.c (values_equal_p): New function.
14262 (can_replace_by): Use it.
14264 2015-04-20 Paolo Carlini <paolo.carlini@oracle.com>
14267 * doc/invoke.texi ([-Wnarrowing]): Update.
14269 2015-04-20 Jeff Law <law@redhat.com>
14271 PR tree-optimization/65658
14272 * tree-ssa-threadupdate.c (redirection_block_p): Remove
14273 redundant test for GIMPLE_ASSIGN in last change.
14275 2015-04-20 Uros Bizjak <ubizjak@gmail.com>
14277 * config/i386/i386.c (set_pic_reg_ever_live): Remove.
14278 (legitimize_pic_address): Do not call set_pic_reg_ever_live.
14279 (legitimize_tls_address): Ditto.
14280 (ix86_expand_move): Ditto.
14281 (ix86_expand_binary_operator): Remove reload_in_progress checks.
14282 (ix86_expand_unary_operator): Ditto.
14283 * config/i386/predicates.md (index_register_operand): Ditto.
14285 2015-04-20 Selim Belbachir <selim.belbachir@fr.thalesgroup.com>
14287 * reorg.c (try_merge_delay_insns): Improve correctness checking
14288 for targets with multiple delay slots.
14290 2015-04-20 Jeff Law <law@redhat.com>
14292 PR tree-optimization/65658
14293 * tree-ssa-threadupdate.c (redirection_block_p): Ignore clobber
14296 2015-04-20 Alan Lawrence <alan.lawrence@arm.com>
14298 * config/aarch64/aarch64.c (aarch64_simd_emit_pair_result_insn): Delete.
14299 * config/aarch64/aarch64-protos.h (aarch64_simd_emit_pair_result_insn):
14302 2015-04-20 Jakub Jelinek <jakub@redhat.com>
14305 * dwarf2out.c (add_AT_wide): Clear attr.dw_attr_val.val_entry.
14307 2015-04-20 Richard Biener <rguenther@suse.de>
14309 * gimple-fold.h (gimple_build): Remove optional valueize arguments.
14310 * gimple-fold.c (gimple_build_valueize): New function.
14311 (gimple_build): Always use gimple_build_valueize as valueize hook.
14313 2015-04-20 Alan Lawrence <alan.lawrence@arm.com>
14316 * config/aarch64/aarch64.c (aarch64_expand_vector_init): Load constant
14317 and overwrite variable parts if <= 1/2 the elements are variable.
14319 2015-04-19 Vladimir Makarov <vmakarov@redhat.com>
14321 PR rtl-optimization/65805
14322 * lra-eliminations.c (lra_eliminate_regs_1): Add new assert.
14323 Don't use difference of offset and previous offset if
14324 update_sp_offset is non-zero.
14325 (eliminate_regs_in_insn): Ditto.
14326 * lra-spills.c (remove_pseudos): Exchange 4th and 6th args in
14327 lra_eliminate_regs_1 call.
14328 * lra-constraints.c (get_equiv_with_elimination): Ditto.
14330 2015-04-18 Trevor Saunders <tsaunders@mozilla.com>
14332 * hash-table.h: Remove version of hash_table that stored value_type *.
14333 * asan.c, attribs.c, bitmap.c, cfg.c, cgraph.h, config/arm/arm.c,
14334 config/i386/winnt.c, config/ia64/ia64.c, config/mips/mips.c,
14335 config/sol2.c, coverage.c, cselib.c, dse.c, dwarf2cfi.c,
14336 dwarf2out.c, except.c, gcse.c, genmatch.c, ggc-common.c,
14337 gimple-ssa-strength-reduction.c, gimplify.c, haifa-sched.c,
14338 hard-reg-set.h, hash-map.h, hash-set.h, ipa-devirt.c, ipa-icf.h,
14339 ipa-profile.c, ira-color.c, ira-costs.c, loop-invariant.c,
14340 loop-iv.c, loop-unroll.c, lto-streamer.h, plugin.c, postreload-gcse.c,
14341 reginfo.c, statistics.c, store-motion.c, trans-mem.c, tree-cfg.c,
14342 tree-eh.c, tree-hasher.h, tree-into-ssa.c, tree-parloops.c,
14343 tree-sra.c, tree-ssa-coalesce.c, tree-ssa-dom.c, tree-ssa-live.c,
14344 tree-ssa-loop-im.c, tree-ssa-loop-ivopts.c, tree-ssa-phiopt.c,
14345 tree-ssa-pre.c, tree-ssa-reassoc.c, tree-ssa-sccvn.c,
14346 tree-ssa-structalias.c, tree-ssa-tail-merge.c,
14347 tree-ssa-threadupdate.c, tree-vectorizer.c, tree-vectorizer.h,
14348 valtrack.h, var-tracking.c, vtable-verify.c, vtable-verify.h: Adjust.
14350 2015-04-17 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
14351 Jakub Jelinek <jakub@redhat.com>
14354 * config/rs6000/rs6000.c (rtx_is_swappable_p): Ensure that a
14355 subsequent SH_NONE operand does not overwrite an existing *special
14357 (adjust_extract): Handle case where a vec_extract operation is
14358 wrapped in a PARALLEL.
14360 2015-04-17 H.J. Lu <hongjiu.lu@intel.com>
14363 * config/i386/i386.c (ix86_binds_local_p): Define only if
14364 TARGET_MACHO and TARGET_DLLIMPORT_DECL_ATTRIBUTES are false.
14366 2015-04-17 Jeff Law <law@redhat.com>
14368 PR tree-optimization/47679
14369 * Makefile.in (OBJS); Add tree-ssa-scopedtables.o.
14370 * tree-ssa-scopedtables.c: New file.
14371 * tree-ssa-scopedtables.h: New file.
14372 * tree-ssa-dom.c: Include tree-ssa-scopedtables.h.
14373 (const_and_copies): Change name/type.
14374 (record_const_or_copy): Move into tree-ssa-scopedtables.c
14375 (record_const_or_copy_1): Similarly.
14376 (restore_vars_to_original_value): Similarly.
14377 (pass_dominator::execute): Create and destroy const_and_copies table.
14378 (thread_across_edge): Update passing of const_and_copies.
14379 (record_temporary_equivalence): Use method calls rather than
14380 manipulating const_and_copies directly.
14381 (record_equality, cprop_into_successor_phis): Similarly.
14382 (dom_opt_dom_walker::before_dom_children): Similarly.
14383 (dom_opt_dom_walker::after_dom_children): Similarly.
14384 (eliminate_redundant_computations): Similarly.
14385 * tree-ssa-threadedge.c (remove_temporary_equivalences): Delete.
14386 (record_temporary_equivalence): Likewise.
14387 (invalidate_equivalences): Likewise.
14388 (record_temporary_equivalences_from_phis): Update due to type
14389 change of const_and_copies. Use method calls rather than
14390 manipulating the stack directly.
14391 (record_temporary_equivalences_from_stmts_at_dest): Likewise.
14392 (thread_through_normal_block, thread_across_edge): Likewise.
14393 (thread_across_edge): Likewise.
14394 * tree-ssa-threadedge.h (thread_across_edge): Update prototype.
14395 * tree-vrp.c: Include tree-ssa-scopedtables.h. Change type
14397 (identify_jump_threads): Update due to type change of equiv_stack.
14398 (finalize_jump_threads): Delete the equiv_stack when complete.
14400 2015-04-17 Uros Bizjak <ubizjak@gmail.com>
14402 * config/i386/i386.h (LEGITIMIZE_RELOAD_ADDRESS): Remove.
14403 * config/i386/i386.c (ix86_legitimize_reload_address): Ditto.
14404 * config/i386/i386-protos.h (ix86_legitimize_reload_address): Ditto.
14406 2015-04-17 Andreas Tobler <andreast@gcc.gnu.org>
14409 * config.gcc: Exit with a comment when we do not have a major version
14410 number for the FreeBSD target.
14412 2015-04-17 Jakub Jelinek <jakub@redhat.com>
14415 * genpreds.c (struct constraint_data): Add maybe_allows_reg and
14416 maybe_allows_mem bitfields.
14417 (maybe_allows_none_start, maybe_allows_none_end,
14418 maybe_allows_reg_start, maybe_allows_reg_end, maybe_allows_mem_start,
14419 maybe_allows_mem_end): New variables.
14420 (compute_maybe_allows): New function.
14421 (add_constraint): Use it to initialize maybe_allows_reg and
14422 maybe_allows_mem fields.
14423 (choose_enum_order): Sort the non-is_register/is_const_int/is_memory/
14424 is_address constraints such that those that allow neither mem nor
14425 reg come first, then those that only allow reg but not mem, then
14426 those that only allow mem but not reg, then the rest.
14427 (write_allows_reg_mem_function): New function.
14428 (write_tm_preds_h): Call it.
14429 * stmt.c (parse_output_constraint, parse_input_constraint): Use
14430 the generated insn_extra_constraint_allows_reg_mem function
14431 instead of always setting *allows_reg = true; *allows_mem = true;
14432 for unknown extra constraints.
14434 2015-04-17 H.J. Lu <hongjiu.lu@intel.com>
14437 * output.h (default_binds_local_p_3): New.
14438 * varasm.c (default_binds_local_p_3): Make it public. Take an
14439 argument to indicate if common symbol may be local. If common
14440 symbol may be local, treat non-external variable as defined
14442 (default_binds_local_p_2): Pass !flag_pic to default_binds_local_p_3.
14443 (default_binds_local_p_1): Pass false to default_binds_local_p_3.
14444 * config/i386/i386.c (ix86_binds_local_p): New.
14445 (TARGET_BINDS_LOCAL_P): Replace default_binds_local_p_2 with
14446 ix86_binds_local_p.
14448 2015-04-17 Jakub Jelinek <jakub@redhat.com>
14451 * dwarf2out.c (mem_loc_descriptor): For CONST, fallback to
14452 trying mem_loc_descriptor on XEXP (rtl, 0).
14454 2015-04-17 Martin Liska <mliska@suse.cz>
14456 * ipa-icf.c (sem_item_optimizer::subdivide_classes_by_sensitive_refs):
14457 Release symbol_compare_collection.
14458 * ipa-reference.c: Add TODO that a vector should be released.
14460 2015-04-17 Sivanupandi Pitchumani <Pitchumani.Sivanupandi@atmel.com>
14463 * config/avr/gen-avr-mmcu-specs.c (*avrlibc_startfile): Adjust
14464 to new AVR-LibC file layout (bug #44574).
14465 (*avrlibc_devicelib): Same.
14466 * config/avr/avr-mcus.def: Adjust comments.
14467 * config/avr/avr.opt (nodevicelib): Adjust help.
14469 2015-04-17 Alan Lawrence <alan.lawrence@arm.com>
14471 * config/aarch64/arm_neon.h (vdup_n_f32): Remove forward declaration.
14473 2015-04-17 Patrick Palka <ppalka@gcc.gnu.org>
14476 * gimplify.c (gimplify_init_constructor): Always emit a
14477 side-effecting constructor.
14479 2015-04-17 Tom de Vries <tom@codesourcery.com>
14481 PR tree-optimization/64950
14482 * gimplify.c (gimplify_function_tree): Tentatively set PROP_gimple_lva
14483 in cfun->curr_properties.
14484 (gimplify_va_arg_expr): Clear PROP_gimple_lva in cfun->curr_properties
14485 if we generate an IFN_VA_ARG.
14486 * tree-inline.c (expand_call_inline): Reset PROP_gimple_lva in dest
14487 function if PROP_gimple_lva is not set in src function.
14489 2015-04-17 Tom de Vries <tom@codesourcery.com>
14490 Michael Matz <matz@suse.de>
14492 PR tree-optimization/64950
14493 * gimple-iterator.c (update_modified_stmts): Remove static.
14494 * gimple-iterator.h (update_modified_stmts): Declare.
14495 * gimplify.c (gimplify_modify_expr): Handle IFN_VA_ARG.
14496 (gimplify_va_arg_internal): New function.
14497 (gimplify_va_arg_expr): Use IFN_VA_ARG.
14498 * gimplify.h (gimplify_va_arg_internal): Declare.
14499 * internal-fn.c (expand_VA_ARG): New unreachable function.
14500 * internal-fn.def (VA_ARG): New DEF_INTERNAL_FN.
14501 * tree-stdarg.c (gimple_call_ifn_va_arg_p, expand_ifn_va_arg_1)
14502 (expand_ifn_va_arg): New function.
14503 (pass_data_stdarg): Add PROP_gimple_lva to properties_provided field.
14504 (pass_stdarg::execute): Call expand_ifn_va_arg.
14505 (pass_data_lower_vaarg): New pass_data.
14506 (pass_lower_vaarg): New gimple_opt_pass.
14507 (pass_lower_vaarg::gate, pass_lower_vaarg::execute)
14508 (make_pass_lower_vaarg): New function.
14509 * cfgexpand.c (pass_data_expand): Add PROP_gimple_lva to
14510 properties_required field.
14511 * passes.def (all_passes): Add pass_lower_vaarg.
14512 * tree-pass.h (PROP_gimple_lva): Add define.
14513 (make_pass_lower_vaarg): Declare.
14515 2015-04-17 Tom de Vries <tom@codesourcery.com>
14517 * fold-const.c (operand_equal_p): Handle INTERNAL_FNs.
14518 * calls.c (call_expr_flags): Same.
14520 2015-04-17 Tom de Vries <tom@codesourcery.com>
14522 * tree-stdarg.c (optimize_va_list_gpr_fpr_size): Factor out of ...
14523 (pass_stdarg::execute): ... here.
14525 2015-04-17 Tom de Vries <tom@codesourcery.com>
14526 Michael Matz <matz@suse.de>
14528 * tree-cfg.c (make_blocks_1): Factor out of ...
14529 (make_blocks): ... here.
14530 (make_edges_bb): Factor out of ...
14531 (make_edges): ... here.
14532 (gimple_find_sub_bbs): New function.
14533 * tree-cfg.h (gimple_find_sub_bbs): Declare.
14535 2015-04-17 Tom de Vries <tom@codesourcery.com>
14537 * tree.c (free_lang_data): Disable lang_hooks.gimplify_expr.
14539 2015-04-17 Yury Gribov <y.gribov@samsung.com>
14541 * asan.c (set_sanitized_sections): New function.
14542 (section_sanitized_p): Ditto.
14543 (asan_protect_global): Optionally sanitize user-defined
14545 * asan.h (set_sanitized_sections): Declare new function.
14546 * common.opt (fsanitize-sections): New option.
14547 * doc/invoke.texi (-fsanitize-sections): Document new option.
14548 * opts-global.c (handle_common_deferred_options): Handle new
14551 2015-04-17 Jakub Jelinek <jakub@redhat.com>
14554 * dwarf2out.c (loc_list_from_tree): Return NULL
14555 for DEBUG_EXPR_DECL.
14557 2015-04-17 Christian Bruel <christian.bruel@st.com>
14559 * ipa-inline.c (can_inline_edge_p): Allow inlining of functions with
14562 2015-04-16 Zhouyi Zhou <yizhouzhou@ict.ac.cn>
14564 * ira-color.c (setup_left_conflict_sizes_p): Do not process
14565 node itself when computing left conflict subnode size.
14567 2015-04-16 Uros Bizjak <ubizjak@gmail.com>
14569 * config/i386/predicates.md (register_mixssei387nonimm_operand): New.
14570 * config/i386/i386.md (*fop_<mode>_1_mixed): Merge with
14571 *fop_<mode>_1_sse using enabled attribute. Use
14572 register_mixssei387nonimm_operand operand 1 predicate. Change
14573 alternative 3 constraints from "x" to "v".
14575 2015-04-16 Richard Biener <rguenther@suse.de>
14577 PR tree-optimization/65774
14578 * tree-ssa-ccp.c (evaluate_stmt): Constrain types we invoke
14579 bit-value tracking on.
14581 2015-04-16 Richard Biener <rguenther@suse.de>
14583 PR tree-optimization/64277
14584 * tree-vrp.c (check_array_ref): Fix anti-range handling,
14585 simplify upper bound handling.
14586 (search_for_addr_array): Simplify.
14587 (check_array_bounds): Handle ADDR_EXPRs here.
14588 (check_all_array_refs): Simplify.
14590 2015-04-16 Uros Bizjak <ubizjak@gmail.com>
14592 * config/i386/i386.c (print_reg): Rewrite function.
14594 2015-04-16 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
14596 * config/s390/s390.h (IRA_HARD_REGNO_ADD_COST_MULTIPLIER):
14597 Invert the condition.
14599 2015-04-16 Renlin Li <renlin.li@arm.com>
14601 * simplify-rtx.c (simplify_unary_operation_1): Fix a typo. Enable two
14602 simplifications for UNSIGNED_FLOAT.
14604 2015-04-16 Nick Clifton <nickc@redhat.com>
14606 * config/rl78/rl78-opts.h (enum rl78_mul_types): Add MUL_G14 and
14608 (enum rl78_cpu_type): New.
14609 * config/rl78/rl78-virt.md (attr valloc): Add divhi and divsi.
14610 (umulhi3_shift_virt): Remove m constraint from operand 1.
14611 (umulqihi3_virt): Likewise.
14612 * config/rl78/rl78.c (rl78_option_override): Add code to process
14613 -mcpu and -mmul options.
14614 (rl78_alloc_physical_registers): Add code to handle divhi and
14615 divsi valloc attributes.
14616 (set_origin): Likewise.
14617 * config/rl78/rl78.h (RL78_MUL_G14): Define.
14618 (TARGET_G10, TARGET_G13, TARGET_G14): Define.
14619 (TARGET_CPU_CPP_BUILTINS): Define __RL78_MUL_xxx__ and
14621 (ASM_SPEC): Pass -mcpu on to assembler.
14622 * config/rl78/rl78.md (mulqi3): Add a clobber of AX.
14623 (mulqi3_rl78): Likewise.
14624 (mulhi3_g13): Likewise.
14625 (mulhi3): Generate the G13 or G14 versions of the insn directly.
14626 (mulsi3): Likewise.
14627 (mulhi3_g14): Add clobbers of AX and BC.
14628 (mulsi3_g14): Likewise.
14629 (mulsi3_g13): Likewise.
14630 (udivmodhi4, udivmodhi4_g14, udivmodsi4): New patterns.
14631 (udivmodsi4_g14, udivmodsi4_g13): New patterns.
14632 * config/rl78/rl78.opt (mmul): Initialise value to
14634 (mcpu): New option.
14635 (m13, m14, mrl78): New option aliases.
14636 * config/rl78/t-rl78 (MULTILIB_OPTIONS): Add mg13 and mg14.
14637 (MULTILIB_DIRNAMES): Add g13 and g14.
14638 * doc/invoke.texi: Document -mcpu and -mmul options.
14640 2015-04-16 Richard Biener <rguenther@suse.de>
14642 * tree-ssa-ccp.c (likely_value): See if we have operands that
14643 are marked as never simulate again and return CONSTANT in this
14645 * tree-ssa-propagate.c (simulate_stmt): Mark stmts that do
14646 not have any operands that will be simulated again as
14647 not being simulated again.
14649 2015-04-15 Uros Bizjak <ubizjak@gmail.com>
14651 * config/i386/i386.md (*cmpi<FPCMP:unord><MODEF:mode>_mixed):
14652 Merge with *cmpi<FPCMP:unord><MODEF:mode>_sse using enabled attribute.
14653 (*extendsfdf2_mixed): Merge with *extendsfdf2_sse using enabled
14655 (*truncdfsf_fast_mixed): Merge with *truncdfsf_fast_sse using
14657 (*float<SWI48:mode><MODEF:mode>2_mixed): Rename from
14658 *float<SWI48:mode><MODEF:mode>2_sse.
14659 (*absneg<mode>2_mixed): Merge with *absneg<mode>2_sse using
14661 (*fop_<mode>_comm_mixed): Merge with *fop_<mode>_comm_sse using
14664 2015-04-15 Tom de Vries <tom@codesourcery.com>
14667 * function.c (push_dummy_function): New function.
14668 (init_dummy_function_start): Use push_dummy_function.
14669 (pop_dummy_function): New function. Factored out of ...
14670 (expand_dummy_function_end): ... here.
14671 * function.h (push_dummy_function, pop_dummy_function): Declare.
14672 * passes.c (pass_manager::dump_passes): Use push_dummy_function and
14673 pop_dummy_function.
14674 * tree-chkp.c (chkp_gate): Handle cgraph_node::get (cfun->decl) == NULL.
14676 2015-04-15 Jeff Law <law@redhat.com>
14678 PR tree-optimization/47679
14679 * tree-ssa-dom.c (build_and_record_new_cond): Moved to avoid
14680 need for forward declaration in upcoming changes.
14681 (record_conditions, record_edge_info): Likewise.
14683 PR rtl-optimization/42522
14684 * cse.c (fold_rtx): Try to simplify a ZERO_EXTRACT or
14685 SIGN_EXTRACT as a whole object rather than simplifying
14688 2015-04-15 Jakub Jelinek <jakub@redhat.com>
14691 * ipa-icf-gimple.c (func_checker::compare_bb): For GIMPLE_NOP
14692 and GIMPLE_PREDICT use break instead of return true. For
14693 GIMPLE_EH_DISPATCH, compare dispatch region.
14695 2015-04-14 Matthew Wahab <matthew.wahab@arm.com>
14697 * doc/extend.texi (__sync Builtins): Simplify some text. Update
14698 details about the implementation. Make clear preference for
14699 __atomic builtins. Reduce possibility of future change.
14701 2015-04-15 Nick Clifton <nickc@redhat.com>
14703 * config/rx/rx.opt (mallow-string-insns): New option.
14704 * config/rx/rx.c (RX_BUILTIN_RMPA): Disable the use of this
14705 builtin if string instructions are denied.
14706 * config/rx/rx.h (TARGET_CPU_CPP_BUILTINS): Define
14707 __RX_ALLOW_STRING_INSNS__ or __RX_DISALLOW_STRING_INSNS__, as
14709 (ASM_SPEC): Pass -mno-allow-string-insns on to the assembler.
14710 * config/rx/rx.md (movstr): Enable pattern only if string
14711 instructions are allowed.
14712 (rx_movstr, rx_strend, movmemsi, rx_movmem): Likewise.
14713 (cmpstrnsi, cmpstrsi, rx_cmpstrn, rmpa): Likewise.
14714 * config/rx/t-rx (MULTILIB_OPTIONS): Add mno-allow-string-insns.
14715 (MULTILIB_DIRNAMES): Add no-strings.
14716 * doc/invoke.texi: Document -mno-allow-string-insns.
14718 2015-04-15 Alan Modra <amodra@gmail.com>
14722 PR middle-end/36043
14723 * calls.c (load_register_parameters): Don't load past end of
14724 mem unless suitably aligned.
14726 2015-04-15 Nick Clifton <nickc@redhat.com>
14728 * config/rl78/rl78.c (rl78_expand_prologue): Mark large stack
14729 decrement instruction as being frame related.
14730 (rl78_print_operand_1): Handle 'p' modifier to add +0 to HL
14732 If zero extending a function address enclose the operation in
14734 (rl78_preferred_reload_class): New function.
14735 (TARGET_PREFERRED_RELOAD_CLASS): Define.
14736 * config/rl78/rl78.md: Remove useless constraints in expanders.
14737 (mulqi3_rl78): Remove + qualifier on input-only operand 1.
14738 (mulhi3_rl78): Likewise.
14739 (mulhi3_g13): Likewise.
14740 (mulsi3_rl78): Likewise.
14741 (es_addr): Move to before the multiply patterns.
14743 2015-04-15 Alan Modra <amodra@gmail.com>
14745 * function.h (struct emit_status): Delete x_first_insn, x_last_insn
14746 and sequence_stack. Add seq.
14747 (seq_stack): Delete.
14748 * function.c (prepare_function_start): Don't access x_last_insn.
14749 * emit-rtl.h (get_current_sequence, get_topmost_sequence): New.
14750 (get_insns, set_first_insn, get_last_insn, set_last_insn): Use them.
14751 * emit_rtl.c (start_sequence, push_topmost_sequence,
14752 pop_topmost_sequence, end_sequence, in_sequence_p, init_emit): Use
14753 sequence accessors.
14754 (get_last_insn_anywhere, add_insn_after_nobb, add_insn_before_nobb,
14755 remove_insn): Likewise. Simplify.
14756 * config/m32c/m32c.c (m32c_leaf_function_p): Use push_topmost_sequence
14757 and pop_topmost_sequence.
14758 (m32c_function_needs_enter): Use get_topmost_sequence. Ignore
14760 * config/rs6000/rs6000.c (rs6000_call_aix): Use get_current_sequence.
14762 2015-04-14 Yvan Roux <yvan.roux@linaro.org>
14765 * lra-constraints.c (prohibited_class_reg_set_mode_p): Restore and fix
14768 2015-04-14 Uros Bizjak <ubizjak@gmail.com>
14770 * config/i386/i386.h (LEGACY_INT_REG_P): New define.
14771 (LEGACY_INT_REGNO_P): Ditto.
14772 (GENERAL_REGNO_P): Use LEGACY_INT_REGNO_P.
14773 (ANY_MASK_REG_P): Remove.
14774 (BND_REG_P): Rename from ANY_BND_REG_P.
14775 * config/i386/i386.c (print_reg): Use LEGACY_INT_REG_P to print
14776 legacy integer registers. Do not handle MMX_REG_P in a special way.
14777 Merge 64byte and 32byte SSE handling.
14779 2015-04-14 Nick Clifton <nickc@redhat.com>
14781 * expr.c (expand_assignment): Force an address offset computation
14782 into a register before changing its mode.
14783 (expand_expr_real_1): Likewise.
14785 2015-04-14 Alan Lawrence <alan.lawrence@arm.com>
14787 * config/aarch64/arm_neon.h (vst1_lane_f32, vst1_lane_f64,
14788 vst1_lane_p8, vst1_lane_p16, vst1_lane_s8, vst1_lane_s16,
14789 vst1_lane_s32, vst1_lane_s64, vst1_lane_u8, vst1_lane_u16,
14790 vst1_lane_u32, vst1_lane_u64, vst1q_lane_f32, vst1q_lane_f64,
14791 vst1q_lane_p8, vst1q_lane_p16, vst1q_lane_s8, vst1q_lane_s16,
14792 vst1q_lane_s32, vst1q_lane_s64, vst1q_lane_u8, vst1q_lane_u16,
14793 vst1q_lane_u32, vst1q_lane_u64): Reimplement with pointer dereference
14794 and __aarch64_vget_lane_any.
14796 2015-04-14 Jakub Jelinek <jakub@redhat.com>
14798 PR rtl-optimization/65761
14799 * cfgrtl.c (rtl_split_edge): For EDGE_CROSSING split, use
14800 get_last_bb_insn (after) instead of NEXT_INSN (BB_END (after)).
14802 2015-04-14 Richard Biener <rguenther@suse.de>
14804 * graphite-scop-detection.c: Do not include cp/cp-tree.h.
14805 (graphite_can_represent_scev): Use POINTER_TYPE_P.
14807 2015-04-14 Richard Biener <rguenther@suse.de>
14809 PR tree-optimization/65758
14810 * tree-ssa-ccp.c (get_value_from_alignment): Adjust mask test
14812 (ccp_lattice_meet): Likewise.
14813 (bit_value_unop): Likewise.
14814 (bit_value_binop): Likewise.
14815 (bit_value_assume_aligned): Likewise.
14817 2015-04-14 Christian Bruel <christian.bruel@st.com>
14819 * execute_dwarf2_frame (dw_frame_pointer_regnum): Reinitialize for each
14822 2015-04-14 Marc Glisse <marc.glisse@inria.fr>
14824 PR tree-optimization/63387
14825 * match.pd ((x unord x) | (y unord y) -> (x unord y),
14826 (x unord x) | (x unord y) -> (x unord y)): New simplifications.
14828 2015-04-14 Uros Bizjak <ubizjak@gmail.com>
14830 * config/i386/predicates.md (any_QIreg_operand): Rename from
14831 q_regs_operand. Do not process subregs.
14832 (QIreg_operand): Use QI_REGNO_P predicate.
14833 (ext_QIreg_operand): Ditto.
14834 (ext_register_operand): Ditto.
14835 * config/i386/i386.md (TEST splitters): Use QIreg_operand predicate.
14836 (AND splitters): Ditto.
14837 (AND with -65536 splitter): Add SWI48 mode for operand 0.
14838 (AND with -256 splitter): Use any_QIreg_operand predicate and
14839 SWI248 mode for operand 0.
14840 (AND with -65281 splitter): Use QIreg_operand predicate and SWI248
14841 mode for operand 0.
14842 (SETCC + MOVZBL peepholes): Update for renamed any_QIreg_operand.
14844 2015-04-13 Gerald Pfeifer <gerald@pfeifer.com>
14846 * doc/plugins.texi: Rewrite first introductory paragraph.
14848 2015-04-12 Jan Hubicka <hubicka@ucw.cz>
14850 * tree-vrp.c (nonnull_arg_p): THIS pointers and references are non-zero.
14851 (gimple_stmt_nonzero_warnv_p): Reference return values are non-zero.
14853 2015-04-12 Jan Hubicka <hubicka@ucw.cz>
14855 * ipa-profie.c (ipa_profile): Check number of parameters
14856 and possible polymorphic call targets before
14859 2015-04-13 Uros Bizjak <ubizjak@gmail.com>
14861 * config/i386/i386.md (*bmi2_umul<mode><dwi>3_1): Merge from
14862 *bmi2_umulsidi3_1 and *bmi2_umulditi3_1 using DWIH mode iterator.
14864 2015-04-13 Richard Biener <rguenther@suse.de>
14866 PR tree-optimization/65204
14867 * tree-ssa-ccp.c (evaluate_stmt): Always evaluate address
14868 takens for bit-CCP.
14870 2015-04-13 Richard Biener <rguenther@suse.de>
14873 * config/i386/i386.c (bdver1_cost): Double cond_taken_branch_cost
14874 and cond_not_taken_branch_cost to 4 and 2.
14875 (bdver2_cost): Likewise.
14876 (bdver3_cost): Likewise.
14877 (bdver4_cost): Likewise.
14879 2015-04-12 Jan Hubicka <hubicka@ucw.cz>
14881 * hash-table.h (hash_table constructor): Add mem stats.
14882 (alloc_entries): Likewise.
14884 2015-04-12 Jan Hubicka <hubicka@ucw.cz>
14886 * ipa-cp.c (ipcp_driver): Relase prev_edge.
14887 * passes.c (execute_one_pass): Only add transform if pass has one.
14889 2015-04-12 Joseph Myers <joseph@codesourcery.com>
14891 * config/i386/i386.c (ix86_option_override_internal): Don't set
14892 -fprefetch-loop-arrays if optimizing for size.
14894 2015-04-12 Jan Hubicka <hubicka@ucw.cz>
14895 Gerald Pfeifer <gerald@pfeifer.com>
14897 * doc/contrib.texi (Contributors): Add Martin Jambor and
14900 2015-04-12 Jakub Jelinek <jakub@redhat.com>
14902 * BASE-VER: Set to 6.0.0.
14904 PR tree-optimization/65747
14905 * ipa-icf-gimple.c (func_checker::compare_operand): Use compare_operand
14906 rather than compare_ssa_name for OBJ_TYPE_REF_OBJECT.
14908 2015-04-12 Gerald Pfeifer <gerald@pfeifer.com>
14910 * doc/invoke.texi (-Wmemset-transposed-args): Break a long
14911 sentence. Improve grammar.
14913 2015-04-12 Gerald Pfeifer <gerald@pfeifer.com>
14915 * doc/contrib.texi (Contributors): Add Maxim Kuvyrkov.
14917 2015-04-11 Jan Hubicka <hubicka@ucw.cz>
14920 * ipa-inline-transform.c (speculation_removed): Remove static var.
14921 (check_speculations): New function.
14922 (clone_inlined_nodes): Do not check spculations.
14923 (inline_call): Call check_speculations.
14924 * ipa-prop.c (ipa_make_edge_direct_to_target): Do not
14925 consider non-invariants.
14927 2015-04-11 Jan Hubicka <hubicka@ucw.cz>
14928 Martin Liska <mliska@suse.cz>
14931 * ipa-icf.c (sem_item::compare_cgraph_references): function and
14932 variable can not match.
14933 (sem_item::update_hash_by_addr_refs): Fix handling of virtual tables.
14934 (sem_variable::equals_wpa): Fix checking of DECL_FINAL_P patch.
14936 2015-04-11 Jakub Jelinek <jakub@redhat.com>
14938 PR tree-optimization/65735
14939 * tree-ssa-threadedge.c (fsm_find_control_statement_thread_paths):
14940 Remove visited_phis argument, add visited_bbs, avoid recursing into the
14941 same bb rather than just into the same phi node.
14942 (thread_through_normal_block): Adjust caller.
14944 2015-04-11 Gerald Pfeifer <gerald@pfeifer.com>
14946 * doc/contrib.texi (Contributors): Add Ira Rosen.
14948 2015-04-11 Benno Schulenberg <bensberg@justemail.net>
14950 * gcov.c (find_source): Fix miswording in error message.
14951 * config/i386/i386.c (ix86_handle_cconv_attribute): Likewise.
14952 (ix86_expand_sse_comi_round): Fix typo in error message.
14954 2015-04-11 Gerald Pfeifer <gerald@pfeifer.com>
14956 * doc/contrib.texi (Contributors): Add Laurynas Biveinis.
14958 2015-04-10 Gerald Pfeifer <gerald@pfeifer.com>
14960 * doc/contrib.texi (Contributors): Update Joe Buck's entry.
14962 2015-04-10 Vladimir Makarov <vmakarov@redhat.com>
14965 * lra-assigns.c (spill_for): Update smallest_bad_spills_num.
14966 Print bad_spills_num and insn_pseudos_num.
14968 2015-04-10 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
14971 * config/arm/arm.c (arm_canonicalize_comparison): Use ARM_SIGN_EXTEND
14972 when creating +1 values for SImode.
14974 2015-04-10 Vladimir Makarov <vmakarov@redhat.com>
14977 * lra-constraints.c (prohibited_class_reg_set_mode_p): Comment the
14980 2015-04-10 Jakub Jelinek <jakub@redhat.com>
14981 Iain Sandoe <iain@codesourcery.com>
14984 * configure: Regenerate.
14986 2015-04-09 Kirill Yukhin <kirill.yukhin@intel.com>
14989 * config/i386/sse.md: Generate vextract32x4 if AVX-512DQ is disabled.
14991 2015-04-09 Gerald Pfeifer <gerald@pfeifer.com>
14993 * doc/contrib.texi (Contributors): Add John Marino.
14995 2015-04-09 Jakub Jelinek <jakub@redhat.com>
14997 PR tree-optimization/65709
14998 * ubsan.c (instrument_mem_ref): Use TREE_TYPE (base) instead of
14999 TREE_TYPE (TREE_TYPE (t)).
15001 2015-04-09 Vladimir Makarov <vmakarov@redhat.com>
15004 * lra-int.h (lra_bad_spill_regno_start): New.
15005 * lra.c (lra_bad_spill_regno_start): New.
15006 (lra): Set up lra_bad_spill_regno_start. Set up
15007 lra_constraint_new_regno_start unconditionally.
15008 * lra-assigns.c (spill_for): Use lra_bad_spill_regno_start for
15011 2015-04-09 Marek Polacek <polacek@redhat.com>
15012 Jakub Jelinek <jakub@redhat.com>
15014 PR middle-end/65554
15015 * gimple-fold.c (gimple_fold_builtin_memory_op): Update comment.
15016 (fold_ctor_reference): Use STRIP_USELESS_TYPE_CONVERSION instead
15019 2015-04-09 Segher Boessenkool <segher@kernel.crashing.org>
15021 PR rtl-optimization/65693
15022 * combine.c (is_parallel_of_n_reg_sets): Move outside of
15025 2015-04-09 Georg-Johann Lay <avr@gjlay.de>
15028 * config/avr/driver-avr.c (avr_devicespecs_file): Don't specify a
15029 device specs file if "device-specs%s" didn't resolve to a path.
15031 2015-04-09 Kirill Yukhin <kirill.yukhin@intel.com>
15034 * config/i386/i386.c (fixup_modeless_constant): New.
15035 (ix86_expand_args_builtin): Fixup modeless constant operand.
15036 (ix86_expand_round_builtin): Ditto.
15037 (ix86_expand_special_args_builtin): Ditto.
15038 (ix86_expand_builtin): Ditto.
15040 2015-04-09 Jakub Jelinek <jakub@redhat.com>
15043 * config/i386/i386.md (*udivmod<mode>4_pow2): Allow
15044 any pow2 integer in between 2 and 0x80000000U inclusive.
15046 2015-04-08 Segher Boessenkool <segher@kernel.crashing.org>
15048 PR rtl-optimization/65693
15049 * combine.c (is_parallel_of_n_reg_sets): Change first argument
15050 from an rtx_insn * to an rtx.
15051 (try_combine): Adjust both callers. Use it once more.
15053 2015-04-08 Ilya Enkovich <ilya.enkovich@intel.com>
15055 * tree-chkp.c (chkp_find_const_bounds_var): Remove.
15056 (chkp_make_static_const_bounds): Search existing
15057 symbol by assembler name. Use make_decl_one_only.
15058 (chkp_get_zero_bounds_var): Remove node search which
15059 is now performed in chkp_make_static_const_bounds.
15060 (chkp_get_none_bounds_var): Likewise.
15062 2015-04-08 Michael Witten <mfwitten@gmail.com>
15064 * doc/extend.texi (Attribute Syntax): Add a trailing semicolon
15067 2015-04-08 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
15069 * tree.h (CONVERT_EXPR_P): Commentary typo fix.
15071 2015-04-08 Gerald Pfeifer <gerald@pfeifer.com>
15073 * doc/extend.texi (__sync Builtins): Fix grammar.
15075 2015-04-08 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
15077 * doc/cfg.texi (GIMPLE statement iterators): Fix typo.
15079 2015-04-08 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
15081 * varasm.c (emit_local): Move definition of align.
15083 2015-04-08 Julian Brown <julian@codesourcery.com>
15085 * config/nvptx/mkoffload.c (process): Support variable mapping.
15087 2015-03-27 Trevor Saunders <tbsaunde@tbsaunde.org>
15089 * config/alpha/alpha.c (alpha_use_linkage): Change type of slot to
15091 (alpha_write_one_linkage): Correct typo.
15093 2015-04-08 Ilya Enkovich <ilya.enkovich@intel.com>
15095 * ipa-comdats.c (propagate_comdat_group): Walk through thunks.
15097 2015-04-08 Gerald Pfeifer <gerald@pfeifer.com>
15099 * doc/install.texi (bootstrap-lto-noplugin): Rewrite.
15101 2015-04-08 Ilya Enkovich <ilya.enkovich@intel.com>
15103 * tree-chkp.h (chkp_insert_retbnd_call): New.
15104 * tree-chkp.c (chkp_insert_retbnd_call): New.
15105 * ipa-split.c (insert_bndret_call_after): Remove.
15106 (split_function): Use chkp_insert_retbnd_call.
15107 * cgraphunit.c (cgraph_node::expand_thunk): Build returned
15108 bounds for instrumented functions.
15110 2015-04-07 Jan Hubicka <hubicka@ucw.cz>
15113 * calls.c (initialize_argument_information): When producing tail
15114 call also turn SSA_NAMES passed by references to original PARM_DECLs
15116 2015-04-07 Vladimir Makarov <vmakarov@redhat.com>
15119 * lra-remat.c (do_remat): Process input and non-input insn
15120 registers separately.
15122 2015-04-07 Jakub Jelinek <jakub@redhat.com>
15125 * valtrack.c (debug_lowpart_subreg): New function.
15126 (dead_debug_insert_temp): Use it.
15128 PR middle-end/65680
15129 * expr.c (get_inner_reference): Handle bit_offset that doesn't fit
15130 into signed HOST_WIDE_INT the same as negative bit_offset.
15132 2015-04-07 Ilya Enkovich <ilya.enkovich@intel.com>
15134 * ipa-comdats.c (ipa_comdats): Visit all thunks
15135 to set proper comdat group.
15137 2015-04-07 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
15140 * config/arm/arm.c (arm_legitimate_constant_p_1): Remove restriction
15141 on constants for NEON VSTRUCT modes.
15143 2015-04-07 Jakub Jelinek <jakub@redhat.com>
15144 Iain Sandoe <iain@codesourcery.com>
15147 * configure: Regenerate.
15149 2015-04-06 Michael Meissner <meissner@linux.vnet.ibm.com>
15152 * config/rs6000/rs6000.c (struct processor_costs): Add cost field
15153 for SF->DF conversions to make FLOAT_EXTEND more expensive, so
15154 that LFD is used to load double constants instead of LFS. Add
15155 defaults for all costs structures. Add comments for missing
15156 initialization fields.
15157 (size32_cost): Likewise.
15158 (size64_cost): Likewise.
15159 (rs64a_cost): Likewise.
15160 (mpccore_cost): Likewise.
15161 (ppc403_cost): Likewise.
15162 (ppc405_cost): Likewise.
15163 (ppc440_cost): Likewise.
15164 (ppc476_cost): Likewise.
15165 (ppc601_cost): Likewise.
15166 (ppc603_cost): Likewise.
15167 (ppc604_cost): Likewise.
15168 (ppc604e_cost): Likewise.
15169 (ppc620_cost): Likewise.
15170 (ppc630_cost): Likewise.
15171 (ppccell_cost): Likewise.
15172 (ppc750_cost): Likewise.
15173 (ppc7450_cost): Likewise.
15174 (ppc8540_cost): Likewise.
15175 (ppce300c2c3_cost): Likewise.
15176 (ppce500mc_cost): Likewise.
15177 (ppce500mc64_cost): Likewise.
15178 (ppce5500_cost): Likewise.
15179 (ppce6500_cost): Likewise.
15180 (titan_cost): Likewise.
15181 (power4_cost): Likewise.
15182 (power6_cost): Likewise.
15183 (power7_cost): Likewise.
15184 (power8_cost): Likewise.
15185 (ppca2_cost): Likewise.
15186 (rs6000_rtx_costs): Make FLOAT_EXTEND use SFDF_convert field.
15188 * config/rs6000/rs6000.md (extendsfdf2_fpr): Generate XSCPSGNDP
15189 instead of XXLOR to copy SFmode to clear out dirty bits created
15190 when SFmode denormals are generated.
15191 (mov<mode>_hardfloat, FMOVE32 case): Likewise.
15192 (truncdfsf2_fpr): Add support for ISA 2.07 XSRSP instruction.
15194 2015-04-06 Evandro Menezes <e.menezes@samsung.com>
15196 * doc/invoke.texi (AARCH64/mtune): Add exynos-m1 as an option.
15197 * config/aarch64/aarch64-cores.def (exynos-m1): New core.
15198 * config/aarch64/aarch64-tune.md: Regenerate.
15200 2015-04-06 Evandro Menezes <e.menezes@samsung.com>
15202 * doc/invoke.texi (ARM/mtune): Add "exynos-m1" as an option.
15203 * config/arm/arm.c (arm_issue_rate): Specify "3" for "exynosm1".
15204 * config/arm/arm-cores.def (exynos-m1): New core.
15205 * config/arm/arm-tune.md: Regenerate.
15206 * config/arm/arm-tables.opt: Add entry for "exynos-m1".
15207 * config/arm/bpabi.h: Likewise.
15209 2015-04-06 Ilya Enkovich <ilya.enkovich@intel.com>
15211 * ipa-cp (set_single_call_flag): Remove too
15212 restrictive assert.
15214 2015-04-06 Ilya Verbin <ilya.verbin@intel.com>
15216 * config/i386/intelmic-mkoffload.c (generate_host_descr_file): Call
15217 GOMP_offload_unregister from the destructor.
15219 2015-04-06 Ilya Enkovich <ilya.enkovich@intel.com>
15221 * ipa-chkp.c (chkp_maybe_create_clone): Reset cdtor
15222 flags for instrumentation thunk.
15223 (chkp_produce_thunks): Likewise.
15225 2015-04-05 Martin Liska <mliska@suse.cz>
15228 * ipa-icf.c (sem_function::equals_wpa): Verify that IPA CP
15229 has computed data structure.
15230 (sem_item_optimizer::update_hash_by_addr_refs): Likewise.
15232 2015-04-04 Jan Hubicka <hubicka@ucw.cz>
15234 * invoke.texi (inline-unit-growth): Increase growth to 20%
15235 * params.def (PARAM_INLINE_UNIT_GROWTH): Likewise.
15237 2015-04-04 Vladimir Makarov <vmakarov@redhat.com>
15240 * lra-int.h (LRA_MAX_REMATERIALIZATION_PASSES): New. Add its
15242 (lra_rematerialization_iter): New.
15243 * lra.c (lra): Initialize lra_rematerialization_iter.
15244 Stop updating lra_constraint_new_regno_start after switching of
15245 inheritance and rematerialization.
15246 * lra-remat.c (lra_rematerialization_iter): New.
15247 (lra_remat): Add printing pass iteration. Do rematerialization
15248 only first LRA_MAX_REMATERIALIZATION_PASSES iterations.
15250 2015-04-04 Richard Biener <rguenther@suse.de>
15252 PR tree-optimization/64909
15253 PR tree-optimization/65660
15254 * tree-vectorizer.h (vect_get_known_peeling_cost): Adjust
15255 to take a cost vector for scalar iteration cost.
15256 (vect_get_single_scalar_iteration_cost): Likewise.
15257 * tree-vect-loop.c (vect_get_single_scalar_iteration_cost):
15258 Compute the scalar iteration cost into a cost vector.
15259 (vect_get_known_peeling_cost): Use the scalar cost vector to
15260 account for the cost of the peeled iterations.
15261 (vect_estimate_min_profitable_iters): Likewise.
15262 * tree-vect-data-refs.c (vect_peeling_hash_get_lowest_cost):
15265 2015-04-04 Alan Modra <amodra@gmail.com>
15269 * config/rs6000/predicates.md (zero_reg_mem_operand): Exclude
15270 0.0 constant unless TARGET_VSX.
15271 * config/rs6000/rs6000.md (extenddftf2_internal): Remove last
15274 2015-04-03 Jan Hubicka <hubicka@ucw.cz>
15277 * ipa-inline-transform.c (inline_call): Skip sanity check to work
15280 2015-04-03 Jan Hubicka <hubicka@ucw.cz>
15283 * ipa-inline-analysis.c (edge_set_predicate): Do not redirect
15284 speculative indirect edges to avoid ordering issue.
15286 2015-04-03 Jan Hubicka <hubicka@ucw.cz>
15289 * ipa-inline.c (edge_badness): Add combined size to the denominator.
15291 2015-04-03 Jakub Jelinek <jakub@redhat.com>
15293 * omp-low.c (scan_omp_parallel, scan_omp_task, scan_omp_target): Set
15294 TYPE_ARTIFICIAL on the .omp_data* types.
15296 2015-04-02 Ilya Enkovich <ilya.enkovich@intel.com>
15298 * cgraphunit.c (cgraph_node::expand_thunk): Don't expand
15299 instrumentation thunks.
15301 2015-04-02 Ilya Enkovich <ilya.enkovich@intel.com>
15303 * config/i386/i386.c (ix86_expand_call): Avoid nested
15304 PARALLEL in returned call value.
15306 2015-04-02 Ilya Enkovich <ilya.enkovich@intel.com>
15308 * lto-cgraph.c (input_cgraph_1): Always link instrumented
15309 assembler name with original one.
15311 2015-04-02 Uros Bizjak <ubizjak@gmail.com>
15313 * config/i386/i386.c (ix86_register_priority): Use AX_REG.
15315 2015-04-02 Uros Bizjak <ubizjak@gmail.com>
15317 Revert parts of r216820.
15318 * config/i386/i386.md (movqi_internal): Correct type calculation
15319 for alternatives 3 and 5.
15321 2015-04-02 Jakub Jelinek <jakub@redhat.com>
15323 PR preprocessor/61977
15324 * config/rs6000/rs6000-c.c (rs6000_cpu_cpp_builtins): Don't
15325 predefine __vector/__bool/__pixel macros nor context sensitive
15326 macros for CLK_ASM.
15327 * config/spu/spu-c.c (spu_cpu_cpp_builtins): Similarly.
15329 2015-04-02 John David Anglin <danglin@gcc.gnu.org>
15331 * config/pa/pa.c (pa_output_move_double): Directly handle register
15332 indexed memory operand. Simplify handling of scaled register indexed
15335 2015-04-02 Ilya Enkovich <ilya.enkovich@intel.com>
15338 * config/i386/linux-common.h (MPX_SPEC): New.
15339 (CHKP_SPEC): Add MPX_SPEC.
15340 * doc/invoke.texi (-fcheck-pointer-boudns): Document
15341 possible issues with '-z bndplt' support in linker.
15343 2015-04-02 Uros Bizjak <ubizjak@gmail.com>
15345 * config/i386/sync.md (UNSPEC_FILD_ATOMIC, UNSPEC_FIST_ATOMIC): New.
15346 (loaddi_via_fpu): Use UNSPEC_FILD_ATOMIC.
15347 (storedi_via_fpu): Use UNSPEC_FIST_ATOMIC.
15348 * reg-stack.c (get_true_reg): Change UNSPEC_LDA to UNSPEC_FILD_ATOMIC.
15349 (subst_stack_regs_pat): Change UNSPEC_STA to UNSPEC_FIST_ATOMIC.
15351 2015-04-01 Uros Bizjak <ubizjak@gmail.com>
15353 * config/i386/sync.md (UNSPEC_MOVA): Remove.
15354 (atomic_load<mode>): Change operand 0 predicate to
15355 nonimmediate_operand and fix up the destination when needed.
15357 (atomic_loaddi_fpu): Use UNSPEC_LDA.
15358 (atomic_store<mode>): Change operand 1 predicate to
15359 nonimmendate_operand and move the source to register when needed.
15361 (atomic_store<mode>_1): Use UNSPEC_STA.
15362 (atomic_storedi_fpu): Change operand 1 to nonimmediate_operand.
15363 Fix moves from memory operand. Use UNSPEC_STA.
15365 2015-04-01 Bernd Edlinger <bernd.edlinger@hotmail.de>
15367 * expmed.c (strict_volatile_bitfield_p): Check that the access will
15368 not cross a MODESIZE boundary.
15369 (store_bit_field, extract_bit_field): Added assertions in the
15370 strict volatile bitfields code path.
15372 2015-04-01 Max Ostapenko <m.ostapenko@partner.samsung.com>
15375 * config/aarch64/aarch64-builtins.c (aarch64_simd_expand_builtin):
15376 Increase args array size by one to avoid buffer overflow.
15378 2015-03-31 Jan Hubicka <hubicka@ucw.cz>
15380 * lto-cgraph.c (lto_output_node, input_overwrite_node): Stream
15382 * ipa-inline.c (edge_badness): Add wrapper penalty.
15383 (sum_callers): Move up.
15384 (inline_small_functions): Set single_caller.
15385 * ipa-inline.h (inline_summary): Add single_caller.
15386 * ipa-split.c (split_function): Set split_part.
15387 (cgraph_node::create_clone): Do not shadow decl; copy split_part.
15388 * cgraph.h (cgraph_node): Add split_part.
15390 2015-03-31 Uros Bizjak <ubizjak@gmail.com>
15393 * config/i386/sync.md (atomic_compare_and_swap<dwi>_doubleword):
15394 Do not split operands 0 and operands 2 to halfmode.
15395 (atomic_compare_and_swap<mode>): Update for
15396 atomic_compare_and_swap<dwi>_doubleword changes.
15398 2015-03-31 Jan Hubicka <hubicka@ucw.cz>
15400 * tree.c (need_assembler_name_p): Artificial types have no ODR names.
15401 * ipa-devirt.c (warn_odr): Do not try to apply ODR cache when
15402 no caching is done.
15404 2015-03-31 Martin Liska <mliska@suse.cz>
15407 * ipa-icf.c (sem_function::equals_wpa): Check if IPA CP
15408 has already filled up function summary.
15409 (sem_item_optimizer::update_hash_by_addr_refs): Likewise.
15411 2015-03-31 Richard Biener <rguenther@suse.de>
15413 * tree-sra.c (create_access_replacement): Drop under-/over-alignment
15416 2015-03-31 Dominik Vogt <vogt@linux.vnet.ibm.com>
15418 * config/s390/s390.c (s390_function_num_hotpatch_hw): Allow hotpatching
15420 (s390_reorg): Adapt to new signature of s390_function_num_hotpatch_hw.
15421 (s390_asm_output_function_label): Adapt to new signature of
15422 s390_function_num_hotpatch_hw
15423 Optimise the code generating assembler output.
15424 Add comments to assembler file.
15426 2015-03-31 Richard Biener <rguenther@suse.de>
15428 PR middle-end/65626
15429 * tree-cfgcleanup.c (fixup_noreturn_call): Only split the block
15430 of the noreturn call so it is last and cleanup_control_flow_bb
15431 can do the CFG part.
15433 2015-03-31 Ilya Enkovich <ilya.enkovich@intel.com>
15436 * ipa-chkp.c (chkp_maybe_create_clone): Don't set
15437 same_comdat_group for external symbols.
15438 * symtab.c (symtab_node::verify_symtab_nodes): Avoid
15439 infinite same_comdat_group traversal loop.
15441 2015-03-31 Jakub Jelinek <jakub@redhat.com>
15444 * Makefile.in (install-plugin): Add all gcc/*.{h,def} files
15445 automatically to $headers.
15447 2015-03-30 Jakub Jelinek <jakub@redhat.com>
15450 * ipa-utils.h (inlined_polymorphic_ctor_dtor_block_p): Declare.
15451 * ipa-polymorphic-call.c (inlined_polymorphic_ctor_dtor_block_p): New
15453 (decl_maybe_in_construction_p, noncall_stmt_may_be_vtbl_ptr_store):
15455 * ipa-prop.c (param_type_may_change_p): Likewise.
15456 * tree-ssa-live.c: Include ipa-utils.h and its dependencies.
15457 (remove_unused_scope_block_p): Add in_ctor_dtor_block
15458 argument. Before inlining, preserve
15459 inlined_polymorphic_ctor_dtor_block_p blocks and the outermost block
15460 with FUNCTION_DECL BLOCK_ABSTRACT_ORIGIN inside of them. Adjust
15462 (remove_unused_locals): Adjust remove_unused_scope_block_p caller.
15464 2015-03-27 Jan Hubicka <hubicka@ucw.cz>
15467 * ipa-inline.c (edge_badness): Base denominator on callee's
15470 2015-03-27 Martin Jambor <mjambor@suse.cz>
15473 * params.def (PARAM_IPA_CP_RECURSION_PENALTY) : New.
15474 (PARAM_IPA_CP_SINGLE_CALL_PENALTY): Likewise.
15475 * ipa-prop.h (ipa_node_params): New flags node_within_scc and
15476 node_calling_single_call.
15477 * ipa-cp.c (count_callers): New function.
15478 (set_single_call_flag): Likewise.
15479 (initialize_node_lattices): Count callers and set single_flag_call if
15481 (incorporate_penalties): New function.
15482 (good_cloning_opportunity_p): Use it, dump new flags.
15483 (propagate_constants_topo): Set node_within_scc flag if appropriate.
15484 * doc/invoke.texi (ipa-cp-recursion-penalty,
15485 ipa-cp-single-call-pentalty): Document.
15487 2015-03-27 Jan Hubicka <hubicka@ucw.cz>
15490 * symtab.c (symtab_node::get_partitioning_class): Register vars
15492 * varpool.c (symbol_table::output_variables) Do not assemble unefined
15493 decls for non-symbols.
15495 2015-03-27 H.J. Lu <hongjiu.lu@intel.com>
15498 * output.h (default_binds_local_p_2): New.
15499 * varasm.c (default_binds_local_p_2): Renamed to ...
15500 (default_binds_local_p_3): This. Don't return true on protected
15501 data symbol if protected data may be external.
15502 (default_binds_local_p): Use default_binds_local_p_3.
15503 (default_binds_local_p_1): Likewise.
15504 (default_binds_local_p_2): New.
15505 * config/i386/i386.c (TARGET_BINDS_LOCAL_P): Set to
15506 default_binds_local_p_2 if TARGET_MACHO is undefined.
15508 2015-03-27 Jakub Jelinek <jakub@redhat.com>
15511 * config/i386/i386.c (legitimize_pic_address): If base
15512 is SYMBOL_REF or LABEL_REF using %rip addressing, force
15513 it to reg to avoid PLUS of SYMBOL_REF/LABEL_REF and register.
15515 2015-03-27 Jan Hubicka <hubicka@ucw.cz>
15518 * symtab.c (symtab_node::verify_symtab_nodes): Fix verification of
15521 2015-03-27 Jan Hubicka <hubicka@ucw.cz>
15524 * cgraph.c (cgraph_update_edges_for_call_stmt_node): Fix the case
15525 of optimized out indirect call.
15526 (redirect_to_unreachable): Always build symbol table node for
15527 BUILT_IN_UNREACHABLE
15529 2015-03-27 Vladimir Makarov <vmakarov@redhat.com>
15532 * ira-costs.c (record_reg_classes): Process all constraint string
15535 2015-03-27 Bernd Schmidt <bernds@codesourcery.com>
15537 * config/c6x/c6x.md (movmisalign<mode>): Use MEM_P, not
15541 * config/c6x/constraints.md (S3): New constraint.
15542 * config/c6x/c6x.md (real_jump): Use it.
15544 2015-03-26 Jan Hubicka <hubicka@ucw.cz>
15546 PR middle-end/65595
15547 * cgraph.c (cgraph_update_edges_for_call_stmt_node): Only
15548 do redirection if the call is not optimized out.
15550 2015-03-27 Ilya Enkovich <ilya.enkovich@intel.com>
15553 * c-family/c.opt (fcheck-pointer-bounds): List supported languages.
15554 (fchkp-check-incomplete-type): Add LTO.
15555 (fchkp-zero-input-bounds-for-main): Likewise.
15556 (fchkp-first-field-has-own-bounds): Likewise.
15557 (fchkp-narrow-bounds): Likewise.
15558 (fchkp-narrow-to-innermost-array): Likewise.
15559 (fchkp-use-static-bounds): Likewise.
15560 (fchkp-use-static-const-bounds): Likewise.
15561 (fchkp-treat-zero-dynamic-size-as-infinite): Likewise.
15563 2015-03-27 Marek Polacek <polacek@redhat.com>
15565 * gimple-iterator.h (gsi_prev_nondebug): Fix typo.
15567 2015-03-27 Marek Polacek <polacek@redhat.com>
15570 * ubsan.c (ubsan_create_edge): New function.
15571 (instrument_bool_enum_load): Call it.
15572 (instrument_nonnull_arg): Likewise.
15573 (instrument_nonnull_return): Likewise.
15574 (instrument_object_size): Likewise.
15576 2015-03-26 Jan Hubicka <hubicka@ucw.cz>
15578 * lto-streamer.h (class lto_location_cache): Turn loc_cache into
15581 2015-03-26 Jan Hubicka <hubicka@ucw.cz>
15584 * lto-streamer.h (class lto_location_cache): New.
15585 (struct data_in): Add location_cache.
15586 (lto_input_location): Update prototype.
15587 (stream_input_location_now): New.
15588 * streamer-hooks.h (struct streamer_hooks): Make input_location to take
15589 pointer to location.
15590 (stream_input_location): Update.
15591 * ipa-devirt.c: Include streamer-hooks.h and lto-streamer.h
15592 (warn_odr): Apply location cache before warning.
15593 (lto_input_location): Update prototype.
15594 * gimple-streamer-in.c (input_phi, input_gimple_stmt):
15595 Use stream_input_location_now.
15596 * lto-streamer-in.c (lto_location_cache::current_cache): New static
15598 (lto_location_cache::cmp_loc): New function.
15599 (lto_location_cache::apply_location_cache): New function.
15600 (lto_location_cache::accept_location_cache): New function.
15601 (lto_location_cache::revert_location_cache): New function.
15602 (lto_location_cache::input_location): New function.
15603 (lto_input_location): Do location caching.
15604 (stream_input_location_now): New function.
15605 (input_eh_region, input_struct_function_base): Use
15606 stream_input_location_now.
15607 (lto_data_in_create): use new.
15608 (lto_data_in_delete): Use delete.
15609 * tree-streamer-in.c (unpack_ts_block_value_fields,
15610 unpack_ts_omp_clause_value_fields, streamer_read_tree_bitfields,
15611 lto_input_ts_exp_tree_pointers): Update for cached location api.
15613 2015-03-26 Jan Hubicka <hubicka@ucw.cz>
15616 * passes.def: Add pass_nothrow.
15617 * ipa-pure-const.c: (pass_data_nothrow): New.
15618 (pass_nothrow): New.
15619 (pass_nothrow::execute): New.
15620 (make_pass_nothrow): New.
15621 * tree-pass.h (make_pass_nothrow): Declare.
15623 2015-03-26 Jan Hubicka <hubicka@ucw.cz>
15625 * ipa-inline-analysis.c (redirect_to_unreachable): Be prepared for
15626 edge to change by speculation resolution or redirection.
15627 (edge_set_predicate): Likewise.
15628 (inline_summary_t::duplicate): Likewise.
15629 (remap_edge_summaries): Likewise.
15631 2015-03-26 Jan Hubicka <hubicka@ucw.cz>
15633 * ipa-inline.c (check_maybe_up, check_maybe_down, check_match):
15635 (can_inline_edge_p): Relax option matching for always inline functions.
15637 2015-03-26 Uros Bizjak <ubizjak@gmail.com>
15640 * config/i386/sse.md (avx512dq_vextract<shuffletype>64x2_1_maskm):
15641 Check operand 4 and operand 0 for equality.
15642 (avx512f_vextract<shuffletype>32x4_1_maskm):
15643 Check operand 6 and operand 0 for equality.
15644 (vec_extract_lo_<mode>_maskm): Check operand 2 and operand 0
15646 (vec_extract_hi_<mode>_maskm): Ditto.
15648 2015-03-26 Jan Hubicka <hubicka@ucw.cz>
15650 * cgraph.c (cgraph_update_edges_for_call_stmt_node): Do not bring
15651 dead calls back to live.
15652 (cgraph_edge::verify_count_and_frequency): Move cgraph/cfg frequency
15654 (cgraph_node::verify_node): ... here; verify only callee edges,
15656 * cif-code.def (CILK_SPAWN): New code.
15658 2015-03-26 Jan Hubicka <hubicka@ucw.cz>
15660 * ipa-inline-analysis.c (redirect_to_unreachable): New function.
15661 (edge_set_predicate): Use it to mark unreachable edges.
15662 (inline_summary_t::duplicate): Remove unnecesary code.
15663 (remap_edge_summaries): Likewise.
15664 (dump_inline_summary): Report contains_cilk_spawn.
15665 (compute_inline_parameters): Compute contains_cilk_spawn.
15666 (inline_read_section, inline_write_summary): Stream
15667 contains_cilk_spawn.
15668 * ipa-inline.c (can_inline_edge_p): Do not touch
15669 DECL_STRUCT_FUNCTION that may not be available;
15670 use CIF_CILK_SPAWN for cilk; fix optimization attribute checks;
15671 remove check for callee_fun->can_throw_non_call_exceptions and
15672 replace it by optimization attribute check; check for flag_exceptions.
15673 * ipa-inline-transform.c (inline_call): Maintain
15674 DECL_FUNCTION_PERSONALITY
15675 * ipa-inline.h (inline_summary): Add contains_cilk_spawn.
15677 2015-03-26 Jakub Jelinek <jakub@redhat.com>
15679 PR tree-optimization/65551
15680 * tree-ssa-sccvn.c (fully_constant_vn_reference_p): Use
15681 TYPE_PRECISION only for INTEGRAL_TYPE_P types.
15683 2015-03-26 Richard Biener <rguenther@suse.de>
15685 PR middle-end/65555
15686 * tree-cfg.c (verify_gimple_call): Do not require a call to
15687 have no LHS if it wasn't recognized as control altering yet.
15689 2015-03-26 Jakub Jelinek <jakub@redhat.com>
15691 PR tree-optimization/64715
15692 * passes.def: Add another instance of pass_object_sizes before ccp1.
15693 * tree-object-size.c (pass_object_sizes::execute): In
15694 first_pass_instance, only handle __bos (, 1) and __bos (, 3)
15695 calls, and keep the call in the IL, as {MIN,MAX}_EXPR of the
15696 __bos result and the computed constant. Remove redundant
15697 checks, obsoleted by gimple_call_builtin_p test.
15699 * var-tracking.c (variable_tracking_main_1): Don't track
15700 variables for targetm.no_register_allocation targets.
15702 2015-03-26 Oleg Endo <olegendo@gcc.gnu.org>
15704 * config/sh/t-linux (DEFAULT_ENDIAN, MULTILIB_EXCEPTIONS): Remove.
15705 * config/sh/t-sh (MULTILIB_EXCEPTIONS): Handle default endian.
15707 2015-03-25 Michael Meissner <meissner@linux.vnet.ibm.com>
15710 * config/rs6000/rs6000.md (extenddftf2_fprs): On VSX systems use
15711 XXLXOR to create 0.0. On pre-VSX systems make sure the constant
15712 0.0 is correctly setup.
15713 (extenddftf2_internal): Likewise.
15715 2015-03-25 Sebastian Pop <s.pop@samsung.com>
15717 PR tree-optimization/65177
15718 * tree-ssa-threadupdate.c (verify_seme): Renamed verify_jump_thread.
15720 (duplicate_seme_region): Renamed duplicate_thread_path. Redirect all
15721 edges not adjacent on the path to the original code.
15723 2015-03-25 Uros Bizjak <ubizjak@gmail.com>
15726 * doc/install.texi (Building a native compiler): Document new
15727 bootstrap-lto-noplugin configuration. Mention that bootstrap-lto
15728 configuration assumes that the host supports the linker plugin.
15730 2015-03-25 Ilya Enkovich <ilya.enkovich@intel.com>
15733 * tree-chkp.c (chkp_add_bounds_to_call_stmt): Set static
15734 chain for generated call.
15736 2015-03-25 Richard Biener <rguenther@suse.de>
15738 * passes.c (pass_manager::execute_early_local_passes): Guard
15739 execution of pass_chkp_instrumentation_passes with
15740 flag_check_pointer_bounds.
15741 (pass_chkp_instrumentation_passes::gate): Likewise.
15743 2015-03-25 Martin Liska <mliska@suse.cz>
15745 PR tree-optimization/65538
15746 * symbol-summary.h (function_summary::~function_summary):
15747 Relese memory for allocated summaries.
15748 (function_summary::release): New function.
15750 2015-03-25 Jakub Jelinek <jakub@redhat.com>
15753 * lto-streamer-out.c (DFS::worklist): New struct.
15754 (DFS::worklist_vec): New data member.
15755 (DFS::next_dfs_num): Remove.
15756 (DFS::DFS): Rewritten using worklist instead of recursion,
15757 using most of code from DFS::DFS_write_tree.
15758 (DFS::DFS_write_tree_body): Remove SINGLE_P argument, don't
15759 pass it to DFS_write_tree calls.
15760 (DFS::DFS_write_tree): Remove SINGLE_P argument, after
15761 quick initial checks push it into worklist_vec and return.
15763 2015-03-25 Richard Biener <rguenther@suse.de>
15765 PR middle-end/65519
15766 * genmatch.c (expr::gen_transform): Re-write to avoid
15767 using gimple_build.
15769 2015-03-25 Bin Cheng <bin.cheng@arm.com>
15771 * doc/sourcebuild.texi (arm_tune_string_ops_prefer_neon): New.
15773 2015-03-25 Bin Cheng <bin.cheng@arm.com>
15775 * config/arm/arm.opt (print_tune_info): New option.
15776 * config/arm/arm.c (arm_print_tune_info): New function.
15777 (arm_file_start): Call arm_print_tune_info.
15778 * config/arm/arm-protos.h (struct tune_params): Add comment.
15779 * doc/invoke.texi (@item -mprint-tune-info): New item.
15780 (-mtune): mention it in ARM Option Summary.
15782 2015-03-25 DJ Delorie <dj@redhat.com>
15784 * config/rl78/rl78.c (rl78_print_operand_1): Move 'p' test to
15787 2015-03-24 Jan Hubicka <hubicka@ucw.cz>
15788 Martin Liska <mliska@suse.cz>
15790 * ipa-icf-gimple.h (return_with_result): Add missing colon to dump.
15791 * ipa-icf.c (sem_function::get_hash): Hash new declaration properties.
15792 (sem_item::add_type): New function.
15793 (sem_function::hash_stmt): Add TREE_TYPE of gimple_op.
15794 (sem_function::compare_polymorphic_p): Do not consider indirect calls.
15795 (sem_item_optimizer::update_hash_by_addr_refs): Add ODR type to hash.
15796 (sem_function::equals_wpa): Fix typo.
15797 * ipa-icf.h (sem_item::add_type): New function.
15798 (symbol_compare_hashmap_traits): Replace hashing of pointer with symbol
15801 2015-03-24 Jakub Jelinek <jakub@redhat.com>
15803 PR tree-optimization/65533
15804 * tree-vect-slp.c (vect_build_slp_tree): Before re-trying
15805 with swapped operands, call vect_free_slp_tree on
15806 SLP_TREE_CHILDREN of child and truncate the SLP_TREE_CHILDREN
15809 2015-03-24 Richard Biener <rguenther@suse.de>
15811 PR middle-end/65517
15812 * tree-cfg.c (remove_edge_and_dominated_blocks): Mark loops
15813 for fixup if necessary.
15815 2015-03-23 Sandra Loosemore <sandra@codesourcery.com>
15817 * doc/extend.texi (Function Attributes): Add @cindex entries
15818 for all attributes and regularize their format. Delete text
15819 about long-obsolete 68HC11 and 68HC12 targets. Move misplaced
15820 information about "eightbit_data", "tiny_data", and "model"
15821 variable attributes to the Variable Attributes section. Fix
15822 some obvious typos and copy-editing issues.
15823 (Variable Attributes, Type Attributes): Likewise add/fix
15824 @cindex entries for all attributes.
15826 2015-03-23 Jakub Jelinek <jakub@redhat.com>
15829 * tree-chkp.c (chkp_build_returned_bound): Ignore
15830 ERF_RETURNS_ARG calls if they have fewer than needed arguments.
15832 2015-03-23 Oleg Endo <olegendo@gcc.gnu.org>
15835 * config/sh/predicates.md (simple_mem_operand,
15836 displacement_mem_operand): Add test for reg.
15837 (short_displacement_mem_operand): Test for displacement_mem_operand
15838 before invoking sh_disp_addr_displacement.
15839 * config/sh/constraints.md (Sdd, Sra): Simplify.
15840 * config/sh/sync.md (atomic_mem_operand_0, atomic_mem_operand_1):
15841 Remove redundant displacement_mem_operand tests.
15843 2015-03-23 Georg-Johann Lay <avr@gjlay.de>
15846 * config/avr/driver-avr.c (avr_devicespecs_file): Allow to specify
15847 the same -mmcu=MCU more than once.
15849 2015-03-23 Jakub Jelinek <jakub@redhat.com>
15852 * ipa-devirt.c: Remove duplicate demangle.h include.
15855 * config/i386/i386.c (ix86_copy_addr_to_reg): Set REG_POINTER
15857 (expand_set_or_movmem_prologue_epilogue_by_misaligned_moves): Set
15858 REG_POINTER on *destptr after adjusting it for prologue size.
15861 * ipa-icf.c (sem_item::update_hash_by_addr_refs): Hash
15862 ultimate_alias_target ()->order ints instead of
15863 ultimate_alias_target () pointers.
15865 2015-03-23 Richard Biener <rguenther@suse.de>
15867 PR tree-optimization/65518
15868 * tree-vect-stmts.c (vectorizable_load): Reject single-element
15869 interleaving cases we generate absymal code for.
15871 2015-03-23 Richard Biener <rguenther@suse.de>
15873 PR tree-optimization/65494
15874 * tree-vect-slp.c (vect_build_slp_tree): Do not (re-)allocate
15876 (vect_analyze_slp_instance): But do that here, always and once.
15878 2015-03-23 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
15880 * expmed.c (synth_mult): Fix comment about multiplying by T-1 and
15881 adding T or multiplying by T+1 and subracting T.
15883 2015-03-22 Jeff Law <law@redhat.com>
15885 PR rtl-optimization/64317
15886 * Makefile.in (OBJS): Add gcse-common.c
15887 * gcse.c: Include gcse-common.h
15888 (struct modify_pair_s): Move structure definition to gcse-common.h
15889 (compute_transp): Move function to gcse-common.c.
15890 (canon_list_insert): Similarly.
15891 (record_last_mem_set_info): Break out some code and put it into
15892 gcse-common.c. Call into the new common code.
15893 (compute_local_properties): Pass additional arguments to compute_transp.
15894 * postreload-gcse.c: Include gcse-common.h and df.h
15895 (modify_mem_list_set, blocks_with_calls): New variables.
15896 (modify_mem_list, canon_modify_mem_list, transp): Likewise.
15897 (get_bb_avail_insn): Pass in the expression index too.
15898 (alloc_mem): Allocate memory for the new bitmaps and lists.
15899 (free_mem): Free memory for the new bitmaps and lists.
15900 (insert_expr_in_table): Record a bitmap index for each entry we
15902 (record_last_mem_set_info): Call into common code in gcse-common.c.
15903 (get_bb_avail_insn): If no available insn was found in the requested
15904 BB. If BB has a single predecessor, see if the expression is
15905 transparent in BB and available in that single predecessor.
15906 (compute_expr_transp): New wrapper for compute_transp.
15907 (eliminate_partially_redundant_load): Pass expression's bitmap_index
15908 to get_bb_avail_insn. Compute next_pred_bb_end a bit later.
15909 (gcse_after_reload_main): If there are elements in the hash table,
15910 then compute transparency for all the elements in the hash table.
15911 * gcse-common.h: New file.
15912 * gcse-common.c: New file.
15914 2015-03-22 Sandra Loosemore <sandra@codesourcery.com>
15916 * doc/cpp.texi (Search Path): Hyphenate "command-line" when used
15918 (System Headers): Likewise.
15920 (Traditional macros): Likewise.
15921 (Invocation): Likewise.
15922 (Option Index): Likewise.
15923 * doc/cppopts.texi (-M): Likewise.
15924 (-finput-charset): Likewise.
15925 (--help): Likewise.
15926 * doc.invoke.texi (AVR Options): Likewise.
15927 (V850 Options): Likewise.
15929 2015-03-22 Jan Hubicka <hubicka@ucw.cz>
15932 * ipa-devirt.c: Include demangle.h
15933 (odr_type_d): Add field rtti_broken.
15934 (odr_subtypes_equivalent_p): Do not require name to match.
15935 (compare_virtual_tables): Fix typo; if type already has ODR violation,
15936 bypass the tests; be ready for function referneces in vtables that are
15937 not DECL_VIRTUAL; make warnings to be OPT_Wodr.
15938 (warn_odr): Give up for nameless types.
15939 (warn_types_mismatch): Report mismatch in mangled names;
15940 report mismatch in anonymous namespaces; look into component types to
15941 give useful error; report when mismatch is dragged in from other ODR
15943 (odr_types_equivalent_p): Match types for being polymorphic; avoid
15944 duplicated diagnostics.
15945 (add_type_duplicate): Reorder checks so more informative ones come
15946 first; fix typo; do not output "the extra base is defined here" when
15948 (BINFO_N_BASE_BINFOS): Relax sanity check.
15950 2015-03-22 Martin Liska <mliska@suse.cz>
15951 Jakub Jelinek <jakub@redhat.com>
15953 * config/i386/i386.c (def_builtin): Set deferred_isa_values for
15954 masks that can potentially include a builtin.
15955 (ix86_add_new_builtins): Introduce fast filter for isa values
15956 that cannot trigger builtin inclusion.
15958 2015-03-22 Martin Liska <mliska@suse.cz>
15960 * ipa-icf.c (sem_item::update_hash_by_addr_refs): New function.
15961 (sem_item::update_hash_by_local_refs): Likewise.
15962 (sem_variable::get_hash): Empty line is fixed.
15963 (sem_item_optimizer::execute): Include adding of hash references.
15964 (sem_item_optimizer::update_hash_by_addr_refs): New function.
15965 (sem_item_optimizer::build_hash_based_classes): Use local hash.
15966 * ipa-icf.h (sem_item::update_hash_by_addr_refs): New function.
15967 (sem_item::update_hash_by_local_refs): Likewise.
15969 2015-03-20 Jan Hubicka <hubicka@ucw.cz>
15972 * ipa-comdats.c (enqueue_references): Walk through thunks.
15973 (ipa_comdats): Likewise.
15974 (set_comdat_group_1): New function.
15976 2015-03-20 Jan Hubicka <hubicka@ucw.cz>
15979 * ipa-devirt.c (add_type_duplicate): Prevail polymorphic type over
15982 2015-03-22 Dave Korn <dave.korn.cygwin@gmail.com>
15983 Gerald Pfeifer <gerald@pfeifer.com>
15985 * doc/contrib.texi (Contributors): Update entry for Danny Smith.
15987 2015-03-21 Chung-Lin Tang <cltang@codesourcery.com>
15988 Sandra Loosemore <sandra@codesourcery.com>
15990 * config/nios2/nios2-protos.h (nios2_adjust_call_address): Adjust
15991 function parameter declaration.
15992 * config/nios2/nios2.md (call,call_value,sibcall,sibcall_value):
15993 Update arguments to nios2_adjust_call_address().
15994 (sibcall_internal): Rename from *sibcall.
15995 (sibcall_value_internal): Rename from *sibcall_value.
15996 * config/nios2/nios2.c (nios2_emit_add_constant): New function.
15997 (nios2_large_got_address): Add target temp reg parameter.
15998 (nios2_got_address): Adjust call to nios2_large_got_address, add
15999 force_reg around it.
16000 (nios2_load_pic_address): Add target temp reg parameter, replace call
16001 to nios2_got_address with corresponding code.
16002 (nios2_legitimize_constant_address): Update call to
16003 nios2_load_pic_address.
16004 (nios2_adjust_call_address): Add temp reg parameter, update PIC case
16005 to use temp reg for PIC loading purposes.
16006 (nios2_asm_output_mi_thunk): Implement TARGET_ASM_OUTPUT_MI_THUNK.
16007 (TARGET_ASM_CAN_OUTPUT_MI_THUNK): Define.
16008 (TARGET_ASM_OUTPUT_MI_THUNK): Likewise.
16010 2015-03-21 Sandra Loosemore <sandra@codesourcery.com>
16012 * doc/invoke.texi (-fno-diagnostics-show-caret): Fix
16013 usage of "the @option{...}".
16014 (-Wopenmp-simd): Likewise.
16015 (-fsanitize-recover): Likewise.
16016 (-fsanitize-undefined-trap-on-error): Likewise.
16018 (tracer-dynamic-coverage-feedback): Likewise.
16019 (reorder-block-duplicate-feedback): Likewise.
16020 (loop-unroll-jam-size): Likewise.
16023 (-mabs=legacy): Likewise.
16024 (-mupper-regs-df): Likewise.
16025 (-mupper-regs-sf): Likewise.
16026 (-mpointers-to-nested-functions): Likewise.
16028 2015-03-21 Sandra Loosemore <sandra@codesourcery.com>
16030 * doc/extend.texi (Cilk Plus Builtins): Add markup.
16032 2015-03-21 Sandra Loosemore <sandra@codesourcery.com>
16034 * doc/invoke.texi (-fcheck-pointer-bounds): Copy-edit, add
16035 additional index entries and cross-references.
16036 (-fchkp-check-incomplete-type): Likewise.
16037 (-fchkp-first-field-has-own-bounds): Likewise.
16038 (-fchkp-narrow-to-innermost-array): Likewise.
16039 (-fchkp-use-fast-string-functions): Likewise.
16040 (-fchkp-use-nochk-string-functions): Likewise.
16041 (-fchkp-use-static-const-bounds): Likewise.
16042 (-fchkp-treat-zero-dynamic-size-as-infinite): Likewise.
16043 (-fchkp-instrument-marked-only): Likewise.
16044 (-fchkp-use-wrappers): Likewise.
16045 (-static-libmpx): Likewise.
16046 (-static-libmpxwrappers): Likewise.
16047 * doc/extend.texi (bnd_legacy): Likewise.
16048 (bnd_instrument): Likewise.
16049 (bnd_variable_size): Likewise.
16050 (Pointer Bounds Checker builtins): Likewise.
16052 2015-03-21 Tom de Vries <tom@codesourcery.com>
16054 PR tree-optimization/65458
16055 * cgraph.c (cgraph_node::dump): Handle parallelized_function field.
16056 * cgraph.h (cgraph_node): Add parallelized_function field.
16057 * lto-cgraph.c (lto_output_node): Write parallelized_function field.
16058 (input_overwrite_node): Read parallelized_function field.
16059 * omp-low.c (expand_omp_taskreg, finalize_task_copyfn): Set
16060 parallelized_function on cgraph_node for child_fn.
16061 * tree-parloops.c: Add include of plugin-api.h, ipa-ref.h and cgraph.h.
16062 Remove include of gt-tree-parloops.h.
16063 (parallelized_functions): Remove static variable.
16064 (parallelized_function_p): Rewrite using parallelized_function field of
16066 (create_loop_fn): Remove adding to parallelized_functions.
16067 * Makefile.in (GTFILES): Remove tree-parloops.c
16069 2015-03-20 Vladimir Makarov <vmakarov@redhat.com>
16071 PR rtl-optimization/64366
16072 * lra.c (lra_update_insn_regno_info): Consider regs in
16073 CALL_INSN_FUNCTION_USAGE memory.
16075 2015-03-20 Richard Biener <rguenther@suse.de>
16077 PR middle-end/64715
16078 * tree-chrec.c (chrec_fold_poly_cst): Use useless_type_conversion_p
16079 for type comparison and gcc_checking_assert.
16080 (chrec_fold_plus_poly_poly): Likewise.
16081 (chrec_fold_multiply_poly_poly): Likewise.
16082 (chrec_convert_1): Likewise.
16083 * gimplify.c (gimplify_expr): Remove premature folding of
16084 &X + CST to &MEM[&X, CST].
16086 2015-03-20 Jan Hubicka <hubicka@ucw.cz>
16088 * ipa-inline.c (can_inline_edge_p): Short circuit if inline_failed
16090 (ipa_inline): Recompute inline_failed codes.
16091 * cif-code.def (FUNCTION_NOT_OPTIMIZED, REDEFINED_EXTERN_INLINE,
16092 USES_COMDAT_LOCAL, ATTRIBUTE_MISMATCH, UNREACHABLE): Declare as
16095 2015-03-20 Uros Bizjak <ubizjak@gmail.com>
16097 PR rtl-optimization/60851
16098 * recog.c (constrain_operands): Accept a pseudo register before reload
16099 for LRA enabled targets.
16101 2015-03-19 Michael Meissner <meissner@linux.vnet.ibm.com>
16104 * config/rs6000/predicates.md (easy_fp_constant): Remove special
16105 -ffast-math handling that kept non-0 constants live in the RTL
16106 until reload. Remove logic testing the number of instructions it
16107 took to create a constant in a GPR that was never used, due to a
16108 test for soft-float earlier.
16109 (memory_fp_constant): Delete, no longer used.
16111 * config/rs6000/rs6000.md (mov<MODE>_hardfloat): Remove
16112 alternatives for loading non-0 constants into GPRs for hard
16113 floating point that is no longer needed due to changes in
16114 easy_fp_constant. Add support for loading 0.0 into GPRs.
16115 (mov<mode>_hardfloat32): Likewise.
16116 (mov<mode>_hardfloat64): Likewise.
16117 (mov<mode>_64bit_dm): Likewise.
16118 (movtd_64bit_nodm): Likewise.
16119 (pre-reload move FP constant define_split): Delete define_split,
16120 since it is no longer used.
16121 (extenddftf2_internal): Remove GHF constraints that are not valid
16124 2015-03-19 Vladimir Makarov <vmakarov@redhat.com>
16126 PR rtl-optimization/63491
16127 * lra-constraints.c (check_and_process_move): Use src instead of
16128 sreg. Remove some dead code.
16130 2015-03-19 Jan Hubicka <hubicka@ucw.cz>
16133 * ipa-icf.c (sem_function::merge): Do not merge DECL_EXTERNAL symbols.
16134 (sem_variable::merge): Likewise.
16136 2015-03-19 Martin Liska <mliska@suse.cz>
16139 * cgraphunit.c (cgraph_node::create_wrapper): Correctly reset
16140 all fields of cgraph_thunk_info.
16142 2015-03-19 Ilya Enkovich <ilya.enkovich@intel.com>
16144 * ipa-chkp.c (chkp_maybe_create_clone): Don't try to
16145 clone instrumented thunks.
16147 2015-03-19 Richard Biener <rguenther@suse.de>
16150 2015-03-10 Richard Biener <rguenther@suse.de>
16152 PR middle-end/63155
16153 * tree-ssa-coalesce.h (verify_ssa_coalescing): Declare.
16154 * tree-ssa-coalesce.c: Include timevar.h.
16155 (attempt_coalesce): Handle graph being NULL.
16156 (coalesce_partitions): Call verify_ssa_coalescing if ENABLE_CHECKING.
16157 Split out abnormal coalescing to ...
16158 (perform_abnormal_coalescing): ... this function.
16159 (coalesce_ssa_name): Perform abnormal coalescing without computing
16161 (verify_ssa_coalescing_worker): New function.
16162 (verify_ssa_coalescing): Likewise.
16164 2015-03-19 Bernd Edlinger <bernd.edlinger@hotmail.de>
16165 Jakub Jelinek <jakub@redhat.com>
16168 * tsan.c (instrument_gimple): Clear tail call flag on
16171 2015-03-19 Jakub Jelinek <jakub@redhat.com>
16174 * ipa-split.c (find_return_bb): Allow TSAN_FUNC_EXIT internal
16175 call in the return bb.
16176 (find_split_points): Add RETURN_BB argument, don't call
16178 (split_function): Likewise. Add ADD_TSAN_FUNC_EXIT argument,
16179 if true append TSAN_FUNC_EXIT internal call after the call to
16180 the split off function.
16181 (execute_split_functions): Call find_return_bb here.
16182 Don't optimize if TSAN_FUNC_EXIT is found in unexpected places.
16183 Adjust find_split_points and split_function calls.
16185 2015-03-18 DJ Delorie <dj@redhat.com>
16187 * config/rl78/rl78-virt.md (andqi3_virt): Allow far operands.
16188 (iorqi3_virt): Likewise.
16190 2015-03-18 Tom de Vries <tom@codesourcery.com>
16192 * tree-parloops.c (parallelize_loops): Make static.
16193 * tree-parloops.h (parallelize_loops): Remove extern declaration.
16195 2015-03-18 Andrew Stubbs <ams@codesourcery.com>
16197 PR middle-end/64491
16199 2014-11-20 Andrew Stubbs <ams@codesourcery.com>
16201 * tree-ssa-loop-niter.c (maybe_lower_iteration_bound): Warn if a loop
16202 condition would be removed due to undefined behaviour.
16204 2015-03-18 Martin Liska <mliska@suse.cz>
16207 * cgraph.c (cgraph_node::get_create): Remove unnecessary
16208 xstrdup_for_dump wrapper.
16209 * ipa-icf.c (sem_item::dump): Use symtab_node::name instead of
16211 (sem_function::equals): Wrap symtab_node::name and symtab_node::asm_name
16212 with xstrdup_for_dump.
16213 (sem_variable::equals): Likewise.
16214 (sem_item_optimizer::read_section): Use symtab_node::name instead of
16216 (sem_item_optimizer::parse_funcs_and_vars): Likewise.
16217 (sem_item_optimizer::merge_classes): Wrap symtab_node::name and
16218 symtab_node::asm_name with xstrdup_for_dump.
16219 (congruence_class::dump): Use symtab_node::name instead of
16221 * ipa-icf.h (symtab_node::name): Remove.
16222 (symtab_node::asm_name): Likewise.
16224 2015-03-18 Jakub Jelinek <jakub@redhat.com>
16226 PR tree-optimization/65450
16227 * tree-vect-data-refs.c (vect_duplicate_ssa_name_ptr_info): New
16229 (vect_create_addr_base_for_vector_ref, vect_create_data_ref_ptr): Use
16230 it instead of duplicate_ssa_name_ptr_info.
16233 * doc/invoke.texi: Add knl as x86 -march=/-mtune= CPU type.
16235 2015-03-18 Richard Biener <rguenther@suse.de>
16237 * tree-data-ref.h (struct access_matrix): Remove.
16238 (AM_LOOP_NEST, AM_NB_INDUCTION_VARS, AM_PARAMETERS, AM_MATRIX,
16239 AM_NB_PARAMETERS, AM_CONST_COLUMN_INDEX, AM_NB_COLUMNS,
16240 AM_GET_SUBSCRIPT_ACCESS_VECTOR, AM_GET_ACCESS_MATRIX_ELEMENT): Likewise.
16241 (am_vector_index_for_loop): Likewise.
16242 (struct data_reference): Remove access_matrix member.
16243 (DR_ACCESS_MATRIX): Remove.
16244 (lambda_vector_new): Add comment.
16245 (lambda_matrix_new): Use XOBNEWVEC.
16247 2015-03-18 Richard Biener <rguenther@suse.de>
16249 * tree-ssa-loop-ch.c (pass_data_ch): Remove TODO_cleanup_cfg.
16250 (pass_ch::execute): Cleanup the CFG only if we did sth.
16251 * tree-vect-generic.c (pass_data_lower_vector): Remove TODO_cleanup_cfg.
16253 2015-03-18 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
16255 * expmed.c (synth_mult): Use std::swap instead of manually
16256 swapping algorithms.
16258 2015-03-18 Jakub Jelinek <jakub@redhat.com>
16261 * config/i386/sse.md (movsi/movdi -> vec_extract_*_0 splitter): New.
16263 2015-03-16 Georg-Johann Lay <avr@gjlay.de>
16266 * config/avr/avr.opt (-nodevicelib): New option.
16267 * doc/invoke.texi (AVR Options): Document it.
16268 * config/avr/avrlibc.h (LIB_SPEC, LIBGCC_SPEC) [avr1]: Don't link
16269 libgcc.a, libc.a, libm.a.
16270 * config/avr/specs.h: Same.
16271 * config/avr/gen-avr-mmcu-specs.c (print_mcu): Don't print specs
16272 which don't (directly) depend on the device. Print more help.
16273 (*avrlibc_devicelib) [-nodevicelib]: Don't link libdev.a.
16274 (*cpp): Don't define __AVR_DEV_LIB_NAME__.
16275 * config/avr/driver-avr.c: Remove -nodevicelib from option list in
16277 (avr_devicespecs_file): Use suffix "%s" instead of absolute path
16278 for specs file name.
16279 * config/avr/avr-arch.h (avr_mcu_t) [.library_name]: Remove.
16280 * config/avr/avr-mcus.def: Adjust initializers and comments.
16282 2015-03-16 Jan Hubicka <hubicka@ucw.cz>
16284 * tree-sra.c (ipa_sra_preliminary_function_checks): Use
16285 DECL_ONE_ONLY to check if decl is one only.
16286 * ipa-split.c (consider_split): Limit splitt of one only functions.
16288 2015-03-16 Jakub Jelinek <jakub@redhat.com>
16290 PR tree-optimization/65427
16291 * tree-vect-generic.c (do_cond, expand_vector_scalar_condition): New
16293 (expand_vector_operations_1): Handle BLKmode vector COND_EXPR.
16295 2015-03-16 Marek Polacek <polacek@redhat.com>
16297 * cgraph.h (add_new_static_var): Remove declaration.
16298 * varpool.c (add_new_static_var): Remove function.
16300 2015-03-16 Jakub Jelinek <jakub@redhat.com>
16302 * omp-low.c (expand_omp_target): Use auto_vec<tree, 11>
16303 instead of vec<tree> * with vec_alloc and release for args.
16306 PR middle-end/65431
16307 * omp-low.c (delete_omp_context): Only splay_tree_delete
16308 reduction_map in GIMPLE_OMP_TARGET is_gimple_omp_offloaded
16309 is_gimple_omp_oacc contexts. Don't look at ctx->outer.
16311 2015-03-16 Max Ostapenko <m.ostapenko@partner.samsung.com>
16314 * cfgexpand.c (align_base): New function.
16315 (alloc_stack_frame_space): Call it.
16316 (expand_stack_vars): Align prev_frame to be sure
16317 data->asan_vec elements aligned properly.
16319 2015-03-16 Eric Botcazou <ebotcazou@adacore.com>
16321 PR middle-end/65409
16322 * expr.c (store_field): Do not do a direct block copy if the source is
16323 a PARALLEL with BLKmode.
16325 2015-03-16 Tom de Vries <tom@codesourcery.com>
16327 PR middle-end/65414
16329 2015-03-12 Tom de Vries <tom@codesourcery.com>
16331 PR rtl-optimization/64895
16332 * lra-lives.c (check_pseudos_live_through_calls): Use
16333 actual_call_used_reg_set instead of call_used_reg_set, if available.
16335 2015-03-16 Alan Modra <amodra@gmail.com>
16338 * config/rs6000/rs6000.md (bswapdi2): Remove one scratch reg.
16339 Modify Z->r bswapdi splitter to use dest in place of scratch.
16340 In r->Z and Z->r bswapdi splitter rename word_high, word_low
16341 to word1, word2 and rearrange logic to suit.
16342 (bswapdi2_64bit): Remove early clobber on Z->r alternative.
16343 (bswapdi2_ldbrx): Likewise. Remove '??' on r->r.
16344 (bswapdi2_32bit): Remove early clobber on Z->r alternative.
16345 Add one '?' on r->r. Modify Z->r splitter to avoid need for
16348 2015-03-14 Jakub Jelinek <jakub@redhat.com>
16350 PR tree-optimization/65369
16351 * tree-vect-stmts.c (vectorizable_load) <case dr_explicit_realign>:
16352 Set bump to vs * TYPE_SIZE_UNIT (elem_type) - 1 instead of
16353 (vs - 1) * TYPE_SIZE_UNIT (elem_type).
16355 PR tree-optimization/65418
16356 * tree-ssa-reassoc.c (extract_bit_test_mask): If there
16357 are casts in the first PLUS_EXPR operand, ensure tbias and
16358 *totallowp are in the inner type.
16360 PR rtl-optimization/65401
16361 * combine.c (rtx_equal_for_field_assignment_p): Add widen_x
16362 argument. If true, adjust_address_nv of x with big-endian
16363 correction for the mode widening to GET_MODE (y).
16364 (make_field_assignment): Don't do MEM mode widening here.
16365 Use MEM_P instead of GET_CODE == MEM.
16367 2015-03-13 Ilya Verbin <ilya.verbin@intel.com>
16369 * varpool.c (varpool_node::get_create): Don't set 'offloadable' flag for
16370 the external decls.
16372 2015-03-13 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
16375 * config/arm/arm.c (arm_gen_constant, AND case): Use
16376 ARM_SIGN_EXTEND when constructing AND mask.
16378 2015-03-13 Thomas Preud'homme <thomas.preudhomme@arm.com>
16380 * graph.c (print_graph_cfg): Make function names visible and append
16381 parenthesis to it. Also make groups of basic blocks belonging to the
16382 same function visible.
16384 2015-03-12 Richard Biener <rguenther@suse.de>
16386 PR middle-end/44563
16387 * tree-inline.c (gimple_expand_calls_inline): Walk BB backwards
16388 to avoid quadratic behavior with inline expansion splitting blocks.
16389 * tree-cfgcleanup.c (cleanup_tree_cfg_bb): Do not merge block
16390 with the successor if the predecessor will be merged with it.
16391 * tree-cfg.c (gimple_can_merge_blocks_p): We can't merge the
16392 entry block with its successor.
16394 2015-03-13 Richard Biener <rguenther@suse.de>
16396 PR middle-end/44563
16397 * tree-cfgcleanup.c (split_bb_on_noreturn_calls): Remove.
16398 (cleanup_tree_cfg_1): Do not call it.
16399 (execute_cleanup_cfg_post_optimizing): Fixup the CFG here.
16400 (fixup_noreturn_call): Mark the stmt as control altering.
16401 * tree-cfg.c (execute_fixup_cfg): Do not dump the function
16403 (pass_data_fixup_cfg): Produce a dump file.
16404 * tree-ssa-dom.c: Include tree-cfgcleanup.h.
16405 (need_noreturn_fixup): New global.
16406 (pass_dominator::execute): Fixup queued noreturn calls.
16407 (optimize_stmt): Queue calls that became noreturn for fixup.
16408 * tree-ssa-forwprop.c (pass_forwprop::execute): Likewise.
16409 * tree-ssa-pre.c: Include tree-cfgcleanup.h.
16410 (el_to_fixup): New global.
16411 (eliminate_dom_walker::before_dom_childre): Queue calls that
16412 became noreturn for fixup.
16413 (eliminate): Fixup queued noreturn calls.
16414 * tree-ssa-propagate.c: Include tree-cfgcleanup.h.
16415 (substitute_and_fold_dom_walker): New member stmts_to_fixup.
16416 (substitute_and_fold_dom_walker::before_dom_children): Queue
16417 alls that became noreturn for fixup.
16418 (substitute_and_fold): Fixup queued noreturn calls.
16420 2015-03-12 Jan Hubicka <hubicka@ucw.cz>
16422 * ipa-icf.c (sem_function::equals_wpa): Match CXX_CONSTRUCTOR_P
16423 and CXX_DESTURCTOR_P. For consutrctors match ODR type of class they
16424 are building; for methods check ODR type of class they belong to if
16425 they may lead to a polymorphic call.
16426 (sem_function::compare_polymorphic_p): Be bit smarter about testing
16427 when function may lead to a polymorphic call.
16428 (sem_function::compare_type_list): Remove.
16429 (sem_variable::equals): Update use of compatible_types_p.
16430 (sem_variable::parse_tree_refs): Remove.
16431 (sem_item_optimizer::filter_removed_items): Do not filter out CXX
16433 * ipa-icf-gimple.c (func_checker::compare_decl): Do polymorphic
16435 (func_checker::compatible_polymorphic_types_p): Break out from ...
16436 (unc_checker::compatible_types_p): ... here.
16437 * ipa-icf-gimple.h (func_checker::compatible_polymorphic_types_p):
16439 (unc_checker::compatible_types_p): Update.
16440 * ipa-icf.h (compare_type_list, parse_tree_refs, compare_sections):
16443 2015-03-12 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
16445 PR rtl-optimization/65235
16446 * simplify-rtx.c (simplify_binary_operation_1, VEC_SELECT case):
16447 When first element of vec_concat is const_int, calculate its size
16448 using second element.
16450 2015-03-12 Richard Biener <rguenther@suse.de>
16452 PR middle-end/65270
16453 * fold-const.c (operand_equal_p): Fix ordering of resetting
16454 OEP_ADDRESS_OF and checking for it in the [TARGET_]MEM_REF case.
16456 2015-03-12 Dominik Vogt <vogt@linux.vnet.ibm.com>
16458 * config/s390/s390.c (s390_reorg): Move code to output nops after label
16460 (s390_asm_output_function_label): Likewise.
16461 * config/s390/s390.c (s390_asm_output_function_label):
16462 Fix function label alignment with -mhtopatch.
16463 * config/s390/s390.md ("unspecv"): New values UNSPECV_NOP_2_BYTE,
16464 UNSPECV_NOP_4_BYTE and UNSPECV_NOP_6_BYTE
16465 ("nop_2_byte"): New define_insn.
16466 ("nop_4_byte"): Likewise.
16467 ("nop_6_byte"): Likewise.
16468 * doc/extend.texi (hotpatch): hotpatch attribute doc fixes.
16469 * doc/invoke.texi (-mhotpatch): -mhotpatch doc fixes.
16471 2015-03-12 Ilya Enkovich <ilya.enkovich@intel.com>
16474 * config/i386/i386.c (ix86_address_cost): Fix cost of a PIC
16477 2015-03-12 Ilya Enkovich <ilya.enkovich@intel.com>
16480 * toplev.c (process_options): Restrict Pointer Bounds Checker
16481 usage with Address Sanitizer.
16483 2015-03-12 Richard Biener <rguenther@suse.de>
16485 * tree-cfg.c (gimple_split_block): Remove loop finding stmt
16487 * omp-low.c (expand_omp_taskreg): Split block before removing
16489 (expand_omp_target): Likewise.
16490 * ubsan.c (ubsan_expand_null_ifn): Adjust stmt if we replaced it.
16491 * tree-parloops.c (create_call_for_reduction_1): Pass a proper
16492 stmt to split_block.
16494 2015-03-12 Tom de Vries <tom@codesourcery.com>
16496 PR rtl-optimization/64895
16497 * lra-lives.c (check_pseudos_live_through_calls): Use
16498 actual_call_used_reg_set instead of call_used_reg_set, if available.
16500 2015-03-10 Jan Hubicka <hubicka@ucw.cz>
16502 * cgraph.c (cgraph_node::release_body): Free function_in_decl_state.
16503 (cgraph_node::remove): Likewise.
16504 (cgraph_node::get_untransformed_body): Likewise.
16505 * varpool.c (varpool_node::remove): Likewise.
16506 (varpool_node::get_constructor): Add sanity check.
16508 2015-03-11 Sandra Loosemore <sandra@codesourcery.com>
16510 * doc/invoke.texi (-fgnu89-inline): Remove discussion about
16512 (-fabi-compat-version): Likewise.
16513 (-ffriend-injection): Likewise.
16514 (-Wdeclaration-after-statement): Likewise.
16515 (-fomit-frame-pointer): Likewise.
16516 (-ftree-coalesce-inlined-vars): Likewise.
16517 (-fvisibility=): Likewise.
16518 * doc/extend.texi (Typeof): Likewise.
16519 (Zero Length): Likewise.
16520 (Escaped Newlines): Likewise.
16521 (Compound Literals): Likewise.
16522 (Function Attributes): Likewise.
16523 (Label Attributes): Likewise.
16524 (Type Attributes): Likewise.
16525 (Function Names): Likewise.
16526 (Other Builtins): Likewise.
16527 (Function Specific Option Pragmas): Likewise.
16528 (C++ Interface): Likewise.
16530 2015-03-11 Thomas Schwinge <thomas@codesourcery.com>
16532 * config/nvptx/nvptx.h (LIBSTDCXX): Define to "gcc".
16534 2015-03-11 Marek Polacek <polacek@redhat.com>
16536 PR tree-optimization/65388
16537 * tree-ssa-tail-merge.c (same_succ_def::equal): Fix typo in comparison.
16539 2015-03-10 Georg-Johann Lay <avr@gjlay.de>
16542 * configure.ac [avr]: Check as for options -mrmw, --mlink-relax.
16543 * configure: Regenerate.
16544 * config.in: Regenerate.
16545 * doc/invoke.texi (AVR Options) [-mrmw]: Document it.
16546 [-mn-flash]: Document it.
16547 [__AVR_ARCH__]: Document avrtiny.
16549 * config/avr/gen-avr-mmcu-specs.c (config.h): Include it.
16550 (*asm_relax): Only define spec if HAVE_AS_AVR_MLINK_RELAX_OPTION.
16551 (*asm_rmw): Only define spec if HAVE_AS_AVR_MRMW_OPTION.
16553 2015-03-11 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
16555 * doc/invoke.texi: Add missing cpu values (z196, zEC12).
16557 2015-03-11 Michael Meissner <meissner@linux.vnet.ibm.com>
16560 * config/rs6000/rs6000.c (rs6000_preferred_reload_class): Do not
16561 allow reloads of PLUS in floating point/VSX registers.
16563 2015-03-11 Junmo Park <junmoz.park@samsung.com>
16565 * config/arm/cortex-a57.md (cortex_a57_crypto_simple): Add
16566 crypto_sha256_fast.
16567 (cortex_a57_crypto_complex): Add crypto_sha256_slow.
16569 2015-03-11 Richard Biener <rguenther@suse.de>
16571 PR tree-optimization/65310
16572 * tree-sra.c (build_ref_for_offset): Also preserve larger
16575 2015-03-11 Marat Zakirov <m.zakirov@samsung.com>
16577 * asan.c (instrument_derefs): Disable instrumentation on asan-globals=0.
16579 2015-03-10 Jakub Jelinek <jakub@redhat.com>
16582 * config/i386/i386.md (bmi2_bzhi_<mode>3): Removed define_insn,
16584 (*bmi2_bzhi_<mode>3, *bmi2_bzhi_<mode>3_1): New define_insns.
16586 2015-03-10 Jan Hubicka <hubicka@ucw.cz>
16588 * ipa-icf.c (sem_function::equals_wpa): Move here some checks from ...
16589 (sem_function::equals_wpa): ... here.
16591 2015-03-10 Marek Polacek <polacek@redhat.com>
16592 Jakub Jelinek <jakub@redhat.com>
16595 * ubsan.c (ubsan_expand_objsize_ifn): Update GSI instead of GSI_ORIG
16596 when only removing the statement. Handle expanding UBSAN_OBJECT_SIZE
16599 2015-03-10 Jakub Jelinek <jakub@redhat.com>
16602 * config/rs6000/t-linux: For powerpc64* target set
16603 MULTILIB_OSDIRNAMES instead of MULTIARCH_DIRNAME.
16605 2015-03-10 Richard Biener <rguenther@suse.de>
16607 PR middle-end/44563
16608 * tree-inline.c (copy_cfg_body): Skip block mapped to entry/exit
16609 for redirect_all_calls.
16611 2015-03-10 Marek Polacek <polacek@redhat.com>
16613 * gdbinit.in (pcfun): Define and document.
16615 2015-03-10 Ilya Verbin <ilya.verbin@intel.com>
16617 * config/i386/intelmic-mkoffload.c: Include intelmic-offload.h instead
16618 of libgomp-plugin.h.
16619 (find_target_compiler): Support a case when the path to gcc is
16620 specified in the PATH env var, so COLLECT_GCC doesn't contain a path.
16621 (generate_host_descr_file): Use GOMP_DEVICE_INTEL_MIC from
16622 intelmic-offload.h instead of OFFLOAD_TARGET_TYPE_INTEL_MIC from
16624 (main): Use GCC_INSTALL_NAME as target_driver_name.
16625 * config/i386/t-intelmic (CFLAGS-mkoffload.o): Add GCC_INSTALL_NAME
16627 (mkoffload.o): Remove obsolete include path and defines.
16628 (mkoffload$(exeext)): Use $(LINKER) instead of $(COMPILER).
16630 2015-03-10 Richard Biener <rguenther@suse.de>
16632 PR middle-end/63155
16633 * tree-ssa-coalesce.h (verify_ssa_coalescing): Declare.
16634 * tree-ssa-coalesce.c: Include timevar.h.
16635 (attempt_coalesce): Handle graph being NULL.
16636 (coalesce_partitions): Call verify_ssa_coalescing if ENABLE_CHECKING.
16637 Split out abnormal coalescing to ...
16638 (perform_abnormal_coalescing): ... this function.
16639 (coalesce_ssa_name): Perform abnormal coalescing without computing
16641 (verify_ssa_coalescing_worker): New function.
16642 (verify_ssa_coalescing): Likewise.
16644 2015-03-10 Georg-Johann Lay <avr@gjlay.de>
16647 * config.gcc (extra_options) [avr]: Remove.
16648 (extra_gcc_objs) [avr]: Use driver-avr.o, avr-devices.o.
16649 (tm_file) [avr]: Add avr/specs.h after avr/avr.h.
16650 (tm_defines) [avr-*-rtems*]: Add WITH_RTEMS.
16652 * config/avr/avr.opt (config/avr/avr-arch.h): Remove include.
16653 (-mmcu=): Add Var and MissingArgError properties.
16655 * config/avr/genmultilib.awk: Use -mmcu= instead of -march=.
16656 * config/avr/t-multilib: Regenerate.
16657 * config/avr/specs.h: New file.
16658 * config/avr/driver-avr.c: New file.
16659 * config/avr/genopt.sh: Remove file.
16660 * config/avr/avr-tables.opt: Remove file.
16661 * config/avr/predicates.md (avr_current_arch): Rename to avr_arch.
16662 * config/avr/avr-c.c: Same.
16663 * avr-arch.h: Same.
16664 (avr_current_device): Remove proto.
16665 * config/avr/avr.h (avr_current_arch): Rename to avr_arch.
16666 (AVR_HAVE_8BIT_SP): Don't depend on avr_current_device.
16667 (EXTRA_SPEC_FUNCTIONS): Define.
16668 (avr_devicespecs_file): New specs function proto.
16669 (DRIVER_SELF_SPECS): Use device-specs-file spec function.
16670 * config/avr/avr.c (avr_current_arch): Rename to avr_arch.
16671 (avr_current_device): Remove definition and usage.
16672 (avr_set_core_architecture): New static function.
16673 (avr_option_override): Use it.
16674 * config/avr/avr-devices.c (diagnostic.h, avr-arch.h): Include them.
16675 (mcu_name): New static array.
16676 (comparator, avr_archs_str, avr_mcus_str): New static functions.
16677 (avr_inform_devices, avr_inform_core_architectures): New functions.
16678 * config/avr/gen-avr-mmcu-specs.c (avr-arch.h, specs.h): Include.
16679 (avrlibc.h) [WITH_AVRLIBC]: Include.
16680 (../rtems.h, rtems.h) [WITH_RTEMS]: Include.
16681 (print_mcu): Rewrite from scratch.
16682 * config/avr/avrlibc.h (LIB_SPEC, LIBGCC_SPEC, STARTFILE_SPEC):
16683 Forward to avr-specific specs defined in device-specs file.
16684 * config/avr/t-avr (driver-avr.o): New rule.
16685 (avr-devices.o): Depend on avr-arch.h.
16686 (avr-mcus): No more depend on avr-tables.opt.
16687 (avr-tables.opt): Remove rule.
16688 (install-device-specs): Use INSTALL_DATA, not INSTALL_PROGRAM.
16690 2015-03-10 Ilya Enkovich <ilya.enkovich@intel.com>
16692 * c-family/c.opt (fchkp-use-wrappers): New.
16693 * ipa-chkp.c (CHKP_WRAPPER_SYMBOL_PREFIX): New.
16694 (chkp_wrap_function): New.
16695 (chkp_build_instrumented_fndecl): Support wrapped
16697 * doc/invoke.texi (-fcheck-pointer-bounds): New.
16698 (-fchkp-check-incomplete-type): New.
16699 (-fchkp-first-field-has-own-bounds): New.
16700 (-fchkp-narrow-bounds): New.
16701 (-fchkp-narrow-to-innermost-array): New.
16702 (-fchkp-optimize): New.
16703 (-fchkp-use-fast-string-functions): New.
16704 (-fchkp-use-nochk-string-functions): New.
16705 (-fchkp-use-static-bounds): New.
16706 (-fchkp-use-static-const-bounds): New.
16707 (-fchkp-treat-zero-dynamic-size-as-infinite): New.
16708 (-fchkp-check-read): New.
16709 (-fchkp-check-write): New.
16710 (-fchkp-store-bounds): New.
16711 (-fchkp-instrument-calls): New.
16712 (-fchkp-instrument-marked-only): New.
16713 (-fchkp-use-wrappers): New.
16714 (-static-libmpx): New.
16715 (-static-libmpxwrappers): New.
16717 2015-03-10 Ilya Enkovich <ilya.enkovich@intel.com>
16719 * config/i386/linux-common.h (LIBMPX_WRAPPERSSPEC): New.
16720 (CHKP_SPEC): Add wrappers library.
16721 * c-family/c.opt (static-libmpxwrappers): New.
16723 2015-03-10 Ilya Enkovich <ilya.enkovich@intel.com>
16725 * config/i386/linux-common.h (LIBMPX_LIBS): New.
16726 (LIBMPX_SPEC): New.
16728 * gcc.c (CHKP_SPEC): New.
16729 (LINK_COMMAND_SPEC): Add CHKP_SPEC.
16730 * c-family/c.opt (static-libmpx): New.
16732 2015-03-10 Richard Biener <rguenther@suse.de>
16734 PR middle-end/44563
16735 * cgraph.h (struct cgraph_edge_hasher): Add hash overload
16737 * cgraph.c (cgraph_edge_hasher::hash): Inline htab_hash_pointer.
16738 (cgraph_update_edge_in_call_site_hash): Use cgraph_edge_hasher::hash.
16739 (cgraph_add_edge_to_call_site_hash): Likewise.
16740 (cgraph_node::get_edge): Likewise.
16741 (cgraph_edge::set_call_stmt): Likewise.
16742 (cgraph_edge::remove_caller): Likewise.
16744 2015-03-10 Chung-Ju Wu <jasonwucj@gmail.com>
16746 * config/nds32/nds32.h (callee_saved_regs_size): Rename to ...
16747 (callee_saved_gpr_regs_size): ... this.
16748 (callee_saved_regs_first_regno): Rename to ...
16749 (callee_saved_first_gpr_regno): ... this.
16750 (callee_saved_regs_last_regno) Rename to ...
16751 (callee_saved_last_gpr_regno): ... this.
16752 * config/nds32/nds32.c (nds32_compute_stack_frame): Adjust renamed
16754 (nds32_initial_elimination_offset): Likewise.
16755 (nds32_expand_prologue): Likewise.
16756 (nds32_expand_epilogue): Likewise.
16757 (nds32_expand_prologue_v3push): Likewise.
16758 (nds32_expand_epilogue_v3pop): Likewise.
16759 * config/nds32/nds32-md-auxiliary.c (nds32_output_stack_push):
16760 Adjust renamed variables.
16761 (nds32_output_stack_pop): Likewise.
16763 2015-03-10 Thomas Preud'homme <thomas.preudhomme@arm.com>
16765 * dominance.c (nearest_common_dominator_for_set): Fix A_Dominated_by_B
16768 2015-03-10 Jakub Jelinek <jakub@redhat.com>
16770 PR rtl-optimization/65321
16771 * cfgexpand.c (expand_debug_expr): Ensure shift amount isn't wider
16773 * var-tracking.c (use_narrower_mode): Likewise.
16775 2015-03-10 Jan Hubicka <hubicka@ucw.cz>
16777 PR tree-optimization/65355
16778 * varasm.c (notice_global_symbol): Do not produce RTL.
16779 * symtab.c (symtab_node::can_increase_alignment_p): Check for section
16781 * tree-vect-data-refs.c (vect_compute_data_ref_alignment): Do not
16782 check for section anchors.
16784 2015-03-10 Alan Modra <amodra@gmail.com>
16787 * config.gcc (powerpc*-*-linux*): Arrange for powerpc64le-linux
16788 to be single-arch by default. Set cpu_is_64bit for powerpc64
16789 given --with-cpu=native.
16790 * config/rs6000/t-fprules: Do not set default MULTILIB vars.
16791 * config/rs6000/t-linux (MULTIARCH_DIRNAME): Support powerpc64
16793 * config/rs6000/linux64.h (SUBSUBTARGET_OVERRIDE_OPTIONS): Test
16794 rs6000_isa_flags rather than TARGET_64BIT.
16796 2015-03-09 Yoshinori Sato <ysato@users.sourceforge.jp>
16797 Kaz Kojima <kkojima@gcc.gnu.org>
16799 * config/sh/t-linux (MULTILIB_EXCEPTIONS): Define for m2a cases.
16801 2015-03-09 Jakub Jelinek <jakub@redhat.com>
16804 * ipa-devirt.c (add_type_duplicate): Don't use DECL_CONTEXT
16805 on a TREE_BINFO, instead use BINFO_TYPE.
16807 2015-03-09 Richard Biener <rguenther@suse.de>
16809 PR middle-end/65270
16810 * tree-core.h (enum operand_equal_flag): Add OEP_ADDRESS_OF.
16811 * fold-const.c (operand_equal_p): When recursing for ADDR_EXPRs
16812 operand set OEP_ADDRESS_OF. Clear it when recursing to non-bases
16813 of that. When comparing dereferences compare alignment.
16814 When comparing MEM_REFs or TARGET_MEM_REFs compare dependence info.
16816 2015-03-08 Jan Hubicka <hubicka@ucw.cz>
16818 * ipa-inline-analysis.c (check_callers): Check
16819 node->can_remove_if_no_direct_calls_and_refs_p.
16820 (growth_likely_positive): Reorganize to call
16821 can_remove_if_no_direct_calls_p later.
16822 * cgraph.h (will_be_removed_from_program_if_no_direct_calls_p,
16823 will_be_removed_from_program_if_no_direct_calls_p): Add
16824 will_inline parameter.
16825 * cgraph.c (cgraph_node::can_remove_if_no_direct_calls_p,
16826 cgraph_node::will_be_removed_from_program_if_no_direct_calls_p):
16827 Handle inliner case correctly.
16829 2015-03-09 Thomas Preud'homme <thomas.preudhomme@arm.com>
16831 PR tree-optimization/63743
16832 * cfgexpand.c (reorder_operands): Also reorder if only second operand
16833 had its definition forwarded by TER.
16835 2015-03-08 Jan Hubicka <hubicka@ucw.cz>
16838 * ipa-utils.h (types_odr_comparable): Add strict argument.
16839 * ipa-devirt.c: Fix whitespace;
16840 (odr_hasher): Remove.
16841 (odr_name_hasher, odr_vtable_hasher): New hashers.
16842 (can_be_name_hashed_p): New predicate.
16843 (hash_type_name): remove.
16844 (hash_odr_name): New.
16845 (odr_name_hasher::hash): new.
16846 (can_be_vtable_hashed_p): New.
16847 (hash_odr_vtable): New.
16848 (odr_vtable_hasher::hash): New.
16849 (types_same_for_odr): Add strict parameter.
16850 (types_odr_comparable): Likewise.
16851 (odr_name_hasher::equal): New.
16852 (odr_vtable_hasher::equal): New.
16853 (odr_name_hasher::remove): New.
16854 (odr_hash_type): Change to hash_table<odr_name_hasher>.
16855 (odr_vtable_hash_type): New.
16856 (odr_vtable_hash): New.
16857 (odr_subtypes_equivalent_p): Do strict comparsion.
16858 (add_type_duplicate): Merge type names; cleanup; avoid type
16860 (register_odr_type): Initialize vtable hash.
16861 (build_type_inheritance_graph): Likewise
16862 (get_odr_type): Reorg to use two hashes.
16863 (dump_possible_polymorphic_call_targets): Move sanity check after debug
16865 (ipa_devirt): Dump type_inheritance_graph.
16866 (types_same_for_odr): Add strict mode.
16868 2015-03-05 Jan Hubicka <hubicka@ucw.cz>
16871 * cgraph.h (symtab_node): Add definition_alignment,
16872 can_increase_alignment_p and increase_alignment.
16873 * symtab.c (symtab_node::can_increase_alignment_p,
16874 increase_alignment_1, symtab_node::increase_alignment,
16875 symtab_node::definition_alignment): New.
16876 * tree-vect-data-refs.c (vect_can_force_dr_alignment_p): Use
16877 can_increase_alignment_p.
16878 * tree-vectorizer.c (increase_alignment): Use increase_alignment.
16879 * tree-vect-stmts.c (ensure_base_align): Likewise.
16880 * varasm.c (function_section_1): Use definition_alignment.
16881 (assemble_start_function): Likewise.
16882 (emit_local): likewise.
16883 (build_constant_desc): Likewsie.
16884 (output_constant_def_contents): Likewise.
16885 (place_block_symbol): Likewise.
16886 (output_object_block): Likewise.
16888 2015-03-05 Jan Hubicka <hubicka@ucw.cz>
16891 * tree.c (free_lang_data_in_type): Be sure to keep BINFO_VTABLE
16892 when outputting debug.
16894 2015-03-07 Marek Polacek <polacek@redhat.com>
16895 Martin Uecker <uecker@eecs.berkeley.edu>
16898 * doc/invoke.texi: Update description of -fsanitize=bounds.
16900 2015-03-06 Wilco Dijkstra <wilco.dijkstra@arm.com>
16902 * tree-ssa-phiopt.c (neg_replacement): Remove.
16903 (tree_ssa_phiopt_worker): Remove negate optimization.
16905 2015-03-05 Jan Hubicka <hubicka@ucw.cz>
16908 * value-prof.c (gimple_ic): Pure dead eh edges when needed.
16910 2015-03-06 Richard Biener <rguenther@suse.de>
16912 PR middle-end/64928
16913 * tree-ssa-live.h (struct tree_live_info_d): Add livein_obstack
16914 and liveout_obstack members.
16915 (calculate_live_on_exit): Remove.
16916 (calculate_live_ranges): Change declaration.
16917 * tree-ssa-live.c (liveness_bitmap_obstack): Remove global var.
16918 (new_tree_live_info): Adjust.
16919 (calculate_live_ranges): Delete livein when not wanted.
16920 (calculate_live_ranges): Do not initialize liveness_bitmap_obstack.
16921 Deal with partly deleted live info.
16922 (loe_visit_block): Remove temporary bitmap by using
16923 bitmap_ior_and_compl_into.
16924 (live_worklist): Adjust accordingly.
16925 (calculate_live_on_exit): Make static.
16926 * tree-ssa-coalesce.c (coalesce_ssa_name): Tell calculate_live_ranges
16927 we do not need livein.
16929 2015-03-06 Jonathan Wakely <jwakely@redhat.com>
16931 * real.c (real_from_string): Fix typo in assertion.
16933 2015-03-06 Alex Velenko <alex.velenko@arm.com>
16935 * ChangeLog (2015-03-05): Reflect Richard Henderson as actual author of
16938 2015-03-05 Jan Hubicka <hubicka@ucw.cz>
16940 * ipa-icf.c (sem_variable::equals_wpa): Check FINAL flags.
16942 2015-03-05 Vladimir Makarov <vmakarov@redhat.com>
16945 * lra-assigns.c (find_hard_regno_for): Rename to
16946 find_hard_regno_for_1. Add a new parameter.
16947 (find_hard_regno_for): New function using find_hard_regno_for_1.
16949 2015-03-05 Bernd Edlinger <bernd.edlinger@hotmail.de>
16951 PR rtl-optimization/65067
16952 * expmed.c (store_bit_field, extract_bit_field): Reworked the
16953 strict volatile bitfield handling.
16955 2015-03-05 Martin Liska <mliska@suse.cz>
16958 * ipa-icf.c (sem_variable::equals): Compare variables types.
16960 2015-03-05 Richard Henderson <rth@redhat.com>
16963 * config/arm/arm.c (arm_function_in_section_p): Fix predicate to
16964 correctly check weak symbol binding.
16966 2015-03-05 Steve Ellcey <sellcey@imgtec.com>
16968 PR middle-end/65315
16969 * cfgexpand.c (expand_stack_vars): Update large_align to maximum
16972 2015-03-05 Martin Liska <mliska@suse.cz>
16974 * ipa-inline.c (inline_small_functions): Set default value to
16975 prevent warning during bootstrap.
16976 * tree.h: Add pragma guard that ignores false positives during
16979 2015-03-05 Richard Biener <rguenther@suse.de>
16981 PR tree-optimization/65310
16982 * tree-vect-data-refs.c (vect_compute_data_ref_alignment):
16983 Properly preserve alignment of the base of the access.
16985 2015-03-05 Richard Biener <rguenther@suse.de>
16988 * ipa-icf-gimple.c (func_checker::compare_memory_operand):
16989 Compare dependence info.
16991 2015-03-05 Richard Biener <rguenther@suse.de>
16993 PR middle-end/65233
16994 * ipa-polymorphic-call.c: Include tree-ssa-operands.h and
16996 (walk_ssa_copies): Revert last chage. Instead do not walk
16997 SSA names registered for SSA update.
16999 2015-03-03 Jan Hubicka <hubicka@ucw.cz>
17002 * ipa-icf.c (sem_item::compare_cgraph_references): Compare
17003 vtable references for their containing type.
17004 (sem_function::equals_wpa): Compare TYPE_RESTRICT
17005 and type attributes.
17007 2015-03-04 Eric Botcazou <ebotcazou@adacore.com>
17009 * fold-const.c (round_up_loc): Cast divisor to signed on all paths
17010 before negating it.
17011 * stor-layout.c (finalize_record_size): Revert latest change.
17013 2015-03-04 Andreas Tobler <andreast@gcc.gnu.org>
17015 * config/rs6000/t-freebsd64: Remove 32-bit soft-float multilibs.
17017 2015-03-03 Jan Hubicka <hubicka@ucw.cz>
17019 * cgraph.c (cgraph_node::can_remove_if_no_direct_calls_p): Rewrite
17020 for correct comdat handling.
17021 (cgraph_node::will_be_removed_from_program_if_no_direct_calls_p):
17023 * cgraph.h (call_for_symbol_and_aliases): Fix formating.
17024 (used_from_object_file_p_worker): Remove.
17025 (cgraph_node::only_called_directly_or_alised): Add
17026 used_from_object_file_p.
17027 * ipa-inline-analysis.c (growth_likely_positive): Optimie.
17028 * ipa-inline-transform.c (can_remove_node_now_p_1): Use
17029 can_remove_if_no_direct_calls_and_refs_p.
17031 2015-03-04 Nick Clifton <nickc@redhat.com>
17033 * config/rl78/rl78.h (enum reg_class): Remove real registers from
17034 General register class.
17035 * config/rl78/rl78-real.md: Replace general register constraints
17036 with real+virtual register constraints.
17038 2015-03-04 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
17040 * config/s390/s390.c (s390_expand_builtin): Exlude non-htm builtins
17041 from checking for -mhtm option.
17043 2015-03-03 Jan Hubicka <hubicka@ucw.cz>
17045 * tree-sra.c (convert_callers): Use call_for_symbol_and_aliases.
17046 (struct ipa_sra_check_caller_data): Add has_thunk field.
17047 (ipa_sra_check_caller): Check for thunk.
17048 (ipa_sra_preliminary_function_checks): Give up on function with
17050 (ipa_early_sra): Use call_for_symbol_and_aliases.
17052 2015-03-03 Kaz Kojima <kkojima@gcc.gnu.org>
17055 * config/sh/sh.md (symGOT_load): Use R0 reg for operands[2] when
17056 called for __stack_chk_guard symbol.
17058 2015-03-03 DJ Delorie <dj@redhat.com>
17060 * config/rl78/rl78-real.md (*addqi_real): Allow SADDR types for
17062 (*addhi3_real): Likewise.
17063 * config/rl78/rl78-virt.md (*inc<mode>3_virt): Additional
17064 pattern to match incrementing memory.
17065 * config/rl78/predicates.md (rl78_1_2_operand): New.
17066 * config/rl78/rl78.c (rl78_force_nonfar_3): Allow far mem-mem if
17067 it's the same and only mem.
17068 (rl78_alloc_physical_registers_op2): If there's effectively only
17069 one MEM, transcode it into HL.
17070 (rl78_far_p): Reject addresses that aren't legitimate.
17072 2015-03-03 Eric Botcazou <ebotcazou@adacore.com>
17074 * fold-const.c (round_up_loc): Cast divisor to HOST_WIDE_INT before
17077 * tree-sra.c (pa_sra_preliminary_function_checks): Fix typo in message.
17079 2015-03-03 Max Filippov <jcmvbkbc@gmail.com>
17081 Implement call0 ABI for xtensa
17082 * config/xtensa/constraints.md ("a" constraint): Include stack
17083 pointer in case of call0 ABI.
17084 ("q" constraint): Make empty in case of call0 ABI.
17085 ("D" constraint): Include stack pointer in case of call0 ABI.
17086 * config/xtensa/xtensa-protos.h (xtensa_set_return_address,
17087 xtensa_expand_epilogue, xtensa_regno_to_class): Add new function
17089 * config/xtensa/xtensa.c (xtensa_callee_save_size): New
17091 (xtensa_regno_to_class): Make it a local variable in the
17092 function xtensa_regno_to_class.
17093 (xtensa_function_epilogue, TARGET_ASM_FUNCTION_EPILOGUE): Remove
17094 macro, function prototype and implementation.
17095 (reg_nonleaf_alloc_order): Make it a local variable in the
17096 function order_regs_for_local_alloc.
17097 (xtensa_conditional_register_usage): New function.
17098 (TARGET_CONDITIONAL_REGISTER_USAGE): Define macro.
17099 (xtensa_valid_move): Allow direct moves to stack pointer
17100 register in call0 ABI.
17101 (xtensa_setup_frame_addresses): Only spill register windows in
17103 (xtensa_emit_call): Emit call(x)8 or call(x)0 in windowed and
17104 call0 ABI respectively.
17105 (xtensa_function_arg_1): Only mark a7 register for copying in
17107 (xtensa_call_save_reg): New function.
17108 (compute_frame_size): Add space for callee saved register
17109 storage to the frame size in call0 ABI.
17110 (xtensa_expand_prologue): Generate code to set up stack frame
17111 and save callee-saved registers in call0 ABI.
17112 (xtensa_expand_epilogue): New function.
17113 (xtensa_set_return_address): New function.
17114 (xtensa_return_addr): Calculate return address in call0 ABI.
17115 (xtensa_builtin_saveregs): Only mark a7 register for copying and
17116 emit copying code in windowed ABI.
17117 (order_regs_for_local_alloc): Add preferred register allocation
17118 order for non-leaf function in call0 ABI.
17119 (xtensa_static_chain): Add atatic chain passing for call0 ABI.
17120 (xtensa_asm_trampoline_template): Add trampoline generation for
17122 (xtensa_trampoline_init): Add trampoline initialization for
17124 (xtensa_conditional_register_usage, xtensa_regno_to_class): New
17126 * config/xtensa/xtensa.h (TARGET_WINDOWED_ABI): New macro.
17127 (TARGET_CPU_CPP_BUILTINS): Add built-in define for call0 ABI.
17128 (CALL_USED_REGISTERS): Modify to encode both windowed and call0
17129 ABI call-used registers.
17130 (HARD_FRAME_POINTER_REGNUM): Add frame pointer for call0 ABI.
17131 (INCOMING_REGNO, OUTGOING_REGNO): Use argument unchanged in
17133 (REG_CLASS_CONTENTS): Include all registers into the preferred
17134 reload registers set, adjust the set in the
17135 xtensa_conditional_register_usage.
17136 (xtensa_regno_to_class): Drop variable declaration.
17137 (REGNO_REG_CLASS): Redefine to use xtensa_regno_to_class
17139 (WINDOW_SIZE): Define as 8 or 0 for windowed and call0 ABI
17141 (FUNCTION_PROFILER): Add _mcount call for call0 ABI.
17142 (TRAMPOLINE_SIZE): Define trampoline size for call0 ABI.
17143 (RETURN_ADDR_IN_PREVIOUS_FRAME): Define to 0 in call0 ABI.
17144 (ASM_OUTPUT_POOL_PROLOGUE): Always generate literal pool
17145 location in call0 ABI.
17146 (EH_RETURN_STACKADJ_RTX): New definition, use a10 for passing
17147 stack adjustment size when handling exception.
17148 (CRT_CALL_STATIC_FUNCTION): Add definition for call0 ABI.
17149 * config/xtensa/xtensa.md (A9_REG, UNSPECV_BLOCKAGE): New
17151 ("return" pattern): Generate ret.n/ret in call0 ABI.
17152 ("epilogue" pattern): Expand epilogue.
17153 ("nonlocal_goto" pattern): Use default in call0 ABI.
17154 ("eh_return" pattern): Move implementation to eh_set_a0_windowed,
17155 emit eh_set_a0_* depending on ABI.
17156 ("eh_set_a0_windowed" pattern): Former eh_return pattern.
17157 ("eh_set_a0_call0", "blockage"): New patterns.
17159 2015-03-03 Martin Liska <mliska@suse.cz>
17162 * ipa-icf.c (sem_variable::parse): Skip all alias variables.
17164 2015-03-03 Michael Meissner <meissner@linux.vnet.ibm.com>
17167 * config/rs6000/rs6000-tables.opt: Regenerate table.
17169 2015-03-03 Renlin Li <renlin.li@arm.com>
17171 * doc/md.texi (@item ^): Change ? into ^.
17173 2015-03-03 H.J. Lu <hongjiu.lu@intel.com>
17175 * doc/tm.texi: Regenerated.
17177 2015-03-03 Max Filippov <jcmvbkbc@gmail.com>
17179 * builtins.c (expand_builtin_return_addr): Add
17180 RETURN_ADDR_IN_PREVIOUS_FRAME to 'if' condition, remove
17181 surrounding #ifdef.
17182 * config/sparc/sparc.h (RETURN_ADDR_IN_PREVIOUS_FRAME): Change
17184 * config/xtensa/xtensa.h (RETURN_ADDR_IN_PREVIOUS_FRAME):
17186 * defaults.h (RETURN_ADDR_IN_PREVIOUS_FRAME): Define to 0 if
17188 * doc/tm.texi.in (RETURN_ADDR_IN_PREVIOUS_FRAME): Update
17191 2015-03-03 Martin Jambor <mjambor@suse.cz>
17192 Eric Botcazou <ebotcazou@adacore.com>
17194 * tree-sra.c (ipa_sra_check_caller_data): New type.
17195 (has_caller_p): Removed.
17196 (ipa_sra_check_caller): New function.
17197 (ipa_sra_preliminary_function_checks): Use it.
17199 2015-03-03 Martin Liska <mliska@suse.cz>
17201 * ipa-icf.c (sem_item_optimizer::merge_classes): Use bit or
17202 instead of if branch.
17204 2015-03-03 Martin Liska <mliska@suse.cz>
17207 * ipa-icf.c (sem_variable::equals): Fix wrong condition.
17209 2015-03-23 Jeff Law <law@redhat.com>
17211 PR tree-optimization/65241
17212 * tree-ssa-dom.c (lookup_avail_expr): Only modify the avail_expr
17213 hash table if INSERT is true.
17215 2015-03-03 Georg-Johann Lay <avr@gjlay.de>
17218 * config.gcc (extra_gcc_objs) [avr-*-rtems*]: Remove.
17220 2015-03-03 Georg-Johann Lay <avr@gjlay.de>
17223 * config/avr/avr.c (context.h, tree-pass.h): Include them.
17224 (avr_pass_data_recompute_notes): New static variable.
17225 (avr_pass_recompute_notes): New class.
17226 (avr_register_passes): New static function.
17227 (avr_option_override): Call it.
17229 2015-03-03 Georg-Johann Lay <avr@gjlay.de>
17231 Fix various problems with specs file generation.
17234 * config.gcc (extra_gcc_objs) [avr]: Remove.
17235 * config/avr/driver-avr.c: Remove file.
17236 * config/avr/t-avr (driver-avr.o): Remove rule.
17237 (gen-avr-mmcu-specs): Use CXX_FOR_BUILD, CXXFLAGS_FOR_BUILD and
17238 INCLUDES to build. Depend on TM_H.
17239 * config/avr/gen-avr-mmcu-specs.c: Tidy up code. Fix various
17240 build warnings. Fix non-matching types and non-existing %-codes.
17242 (*lib) [!WITH_AVRLIBC]: Don't link libdev.a.
17243 (*libgcc) [WITH_AVRLIBC]: Add "-lm".
17244 * config/avr/avrlibc.h (LIBGCC_SPEC): Remove definition.
17245 * config/avr/avr.h (DRIVER_SELF_SPECS): Fix handling of -march=.
17246 (CPP_SPEC, CC1PLUS_SPEC, ASM_SPEC, LINK_SPEC, LIB_SPEC)
17247 (LIBGCC_SPEC): Remove definitions.
17249 2015-03-03 Eric Botcazou <ebotcazou@adacore.com>
17251 * config/ia64/ia64.c (expand_vec_perm_interleave_2): Use gen_raw_REG
17252 to create a register in testing mode.
17254 2015-03-03 Martin Liska <mliska@suse.cz>
17255 Jan Hubicka <hubicka@ucw.cz>
17258 * cgraph.c (cgraph_node::has_thunk_p): New function.
17259 * cgraph.h (cgraph_node::has_thunk_p: Likewise.
17260 * ipa-icf.c (redirect_all_callers): Do not redirect thunks.
17261 (sem_function::merge): Assert is changed.
17263 2015-03-03 Martin Liska <mliska@suse.cz>
17264 Martin Jambor <mjambor@suse.cz>
17267 * ipa-icf.c (sem_item_optimizer::execute): Change function
17268 return value to boolean.
17269 (sem_item_optimizer::merge_classes): Likewise.
17270 (ipa_icf_driver): Return TODO_remove_functions in case there's
17271 a merge operation processed.
17272 * ipa-icf.h: Change function return value to boolean.
17274 2015-03-02 Michael Meissner <meissner@linux.vnet.ibm.com>
17277 * config/rs6000/rs6000-cpus.def (powerpc64le): Add new generic
17278 processor type for 64-bit little endian PowerPC.
17280 * config/rs6000/rs6000.c (rs6000_option_override_internal): If
17281 -mdebug=reg, print TARGET_DEFAULT. Fix logic to use
17282 TARGET_DEFAULT if there is no default cpu. Fix -mdebug=reg
17283 printing built-in mask so it does not pass NULL pointers.
17285 * doc/invoke.texi (IBM RS/6000 and PowerPC options): Document
17288 2015-03-02 Steve Ellcey <sellcey@imgtec.com>
17291 * config/mips/mips.md (mov<mode>cc): Change ISA_HAS_SEL check to
17292 !ISA_HAS_FP_CONDMOVE.
17294 2015-03-02 Aldy Hernandez <aldyh@redhat.com>
17296 * config/i386/i386.md (*udivmod<mode>4_pow2): Remove
17299 2015-03-02 Ulrich Drepper <drepper@gmail.com>
17301 * doc/invoke.texi (Options for Code Generation Conventions):
17302 Fix URL of DSO paper.
17304 2015-03-02 Jan Hubicka <hubicka@ucw.cz>
17307 * ipa-inline.c (check_callers): Looks for recursion.
17308 (inline_to_all_callers): Give up on uninlinable or recursive edges.
17309 * ipa-inline-analysis.c (inline_summary_t::duplicate): Do not update
17310 summary of inline clones.
17311 (do_estimate_growth_1): Fix recursion check.
17313 2015-03-02 Jan Hubicka <hubicka@ucw.cz>
17316 * ipa-inline-transform.c (clone_inlined_nodes): Do not dissolve
17319 2015-03-02 Jan Hubicka <hubicka@ucw.cz>
17320 Aldy Hernandez <aldyh@redhat.com>
17323 * ipa-devirt.c (add_type_duplicate): Remove odr_violated assert
17324 when checking TYPE_BINFO.
17326 2015-03-02 Richard Biener <rguenther@suse.de>
17329 * ipa-icf-gimple.c: Include builtins.h.
17330 (func_checker::compare_memory_operand): Compare base alignment.
17332 2015-03-02 Ilya Enkovich <ilya.enkovich@intel.com>
17335 * gcc/config/i386/i386.c (ix86_pass_by_reference) Bounds
17336 are never passed by reference.
17338 2015-03-02 Ilya Enkovich <ilya.enkovich@intel.com>
17341 * tree-chkp.c (chkp_check_lower): Don't check against
17342 zero bounds for already instrumented functions.
17343 (chkp_check_upper): Likewise.
17344 (chkp_fini): Clean pass local data to avoid wrong reusage.
17346 2015-02-28 Martin Liska <mliska@suse.cz>
17347 Jan Hubicka <hubicka@ucw.cz>
17349 * ipa-icf.c (sem_variable::equals): Improve debug output;
17350 get variable constructor.
17351 (sem_variable::parse): Do not filter out too early; give up on
17352 volatile and register vars.
17353 (sem_item_optimizer::filter_removed_items): Filter out nonreadonly
17355 * ipa-icf.h (sem_variable::init): Do not set ctor.
17356 (sem_variable::ctor): Remove.
17358 2015-03-01 Aldy Hernandez <aldyh@redhat.com>
17360 PR middle-end/65233
17361 * ipa-polymorphic-call.c (walk_ssa_copies): Handle empty PHIs.
17363 2015-02-28 Jan Hubicka <hubicka@ucw.cz>
17365 * ipa-icf.c: Include stor-layout.h
17366 (sem_function::compare_cgraph_references): Rename to ...
17367 (sem_item::compare_cgraph_references): ... this one.
17368 (sem_variable::equals_wpa): New function
17369 (sem_variable::equals): Do not check stuff already verified by
17371 (sem_variable::equals): Reorg based on varasm.c:compare_constant.
17372 * ipa-icf.h (sem_item): Add compare_cgraph_references.
17373 (sem_function): Remove compare_cgraph_references.
17374 (sem_variable): Turns equals_wpa into non-inline.
17376 2015-02-28 Jan Hubicka <hubicka@ucw.cz>
17378 * ipa-icf.c (sem_function::init): Fix formating; skip GIMPLE_PREDICT.
17379 (sem_item::add_expr): New function.
17380 (sem_function::hash_stmt): Handle operands of most statements.
17381 (sem_variable::get_hash): Hash the actual constructor.
17382 * ipa-icf.h (sem_item): Add add_expr.
17383 (sem_function): Update prototype of hash_stmt
17385 2015-02-28 Martin Liska <mliska@suse.cz>
17386 Jan Hubicka <hubicka@ucw.cz>
17389 * ipa-icf-gimple.c (func_checker::compare_function_decl):
17391 (func_checker::compare_variable_decl): Skip symtab vars.
17392 (func_checker::compare_cst_or_decl): Update.
17393 * ipa-icf.c (sem_function::parse): Do not consider aliases.
17394 (sem_function::compare_cgraph_references): Add ADDRESS parameter;
17395 use correct symtab predicates.
17396 (sem_function::equals_wpa): Update uses of compare_cgraph_references.
17397 (sem_variable::parse): Update comment.
17398 (sem_item_optimizer::build_graph): Consider ultimate aliases
17401 2015-02-28 Jan Hubicka <hubicka@ucw.cz>
17403 * ipa-icf-gimple.c (func_checker::compare_operand): Fix handling
17406 2015-02-28 Jan Hubicka <hubicka@ucw.cz>
17408 * ipa-icf.c (sem_function::merge): Fix handling of COMDAT.
17409 (sem_variable::merge) Likewise.
17411 2015-02-28 Jan Hubicka <hubicka@ucw.cz>
17413 * ipa-inline.c (can_inline_edge_p): Match opt_for_fn on inline
17414 target; also match flag_ipa_devirt.
17416 2015-03-01 Martin Liska <mliska@suse.cz>
17417 Jan Hubicka <hubicka@ucw.cz>
17419 * ipa-icf-gimple.c (func_checker::compare_variable_decl):
17420 Validate variable alignment.
17421 * ipa-icf.c (sem_function::equals_private): Be more precise
17422 about non-common function attributes.
17423 (sem_variable::equals): Likewise.
17425 2015-02-28 Jan Hubicka <hubicka@ucw.cz>
17428 * ipa-icf.c (sem_function::merge): Do not attempt to produce alias
17429 across COMDAT group boundary.
17431 2015-02-28 Jan Hubicka <hubicka@ucw.cz>
17434 * ipa-icf.c (clear_decl_rtl): New function.
17435 (sem_function::merge): Clear RTL before forming alias.
17436 (sem_variable::merge): Clear RTL before forming alias.
17438 2015-02-28 Jan Hubicka <hubicka@ucw.cz>
17441 * cgraphunit.c (cgraph_node::expand_thunk): Enable return slot opt.
17443 2015-02-28 Xingxing Pan <xxingpan@marvell.com>
17445 * config/aarch64/aarch64.md: (mov<mode>_aarch64): Change type
17448 2015-02-27 Vladimir Makarov <vmakarov@redhat.com>
17450 * params.def (PARAM_LRA_INHERITANCE_EBB_PROBABILITY_CUTOFF): Fix
17451 a typo in the description.
17453 2015-02-27 Vladimir Makarov <vmakarov@redhat.com>
17456 * params.def (PARAM_LRA_INHERITANCE_EBB_PROBABILITY_CUTOFF): New.
17457 * params.h (LRA_INHERITANCE_EBB_PROBABILITY_CUTOFF): New.
17458 * lra-constraints.c: Include "params.h".
17459 (EBB_PROBABILITY_CUTOFF): Use
17460 LRA_INHERITANCE_EBB_PROBABILITY_CUTOFF.
17461 (lra_inheritance): Use '<' instead of '<=' for
17462 EBB_PROBABILITY_CUTOFF.
17463 * doc/invoke.texi (lra-inheritance-ebb-probability-cutoff):
17466 2015-02-27 Martin Liska <mliska@suse.cz>
17468 * ipa-icf.h (struct symbol_compare_hashmap_traits): Add missing
17469 vector length condition.
17471 2015-02-27 Sandra Loosemore <sandra@codesourcery.com>
17473 * doc/extend.texi (x86 transactional memory intrinsics):
17474 Reorganize discussion of _xbegin. Clarify that the return
17475 value is a bit mask. Expand example and move to end of section.
17477 2015-02-26 Jakub Jelinek <jakub@redhat.com>
17478 Aldy Hernandez <aldyh@redhat.com>
17480 PR rtl-optimization/65220
17481 * config/i386/i386.md (*udivmod<mode>4_pow2): New.
17483 2015-02-27 Vladimir Makarov <vmakarov@redhat.com>
17486 * lra-remat.c (update_scratch_ops): New.
17487 (do_remat): Call it.
17488 * lra.c (lra_register_new_scratch_op): New. Take code from ...
17489 (remove_scratches): ... here.
17490 * lra-int.h (lra_register_new_scratch_op): New prototype.
17492 2015-02-27 Marek Polacek <polacek@redhat.com>
17495 * doc/invoke.texi: Update to reflect that -Wformat=2 doesn't enable
17496 -Wformat-signedness anymore.
17498 2015-02-27 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
17500 * config/s390/s390.c: (s390_atomic_assign_expand_fenv): New
17502 (TARGET_ATOMIC_ASSIGN_EXPAND_FENV): Define macro.
17504 2015-02-27 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
17506 * config/s390/s390.c (enum s390_builtin):
17507 Add S390_BUILTIN_S390_SFPC and S390_BUILTIN_S390_EFPC.
17508 (code_for_builtin): Add CODE_FOR_s390_sfpc and CODE_FOR_s390_efpc.
17509 (s390_init_builtins): Generate new builtin functions.
17510 * config/s390/s390.md (UNSPECV_SFPC, UNSPECV_EFPC): New constants.
17511 (s390_sfpc, s390_efpc): New pattern definitions.
17513 2015-02-27 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
17515 * config/s390/s390.c: (enum s390_builtin, s390_expand_builtin):
17516 Rename S390_BUILTIN_max to S390_BUILTIN_MAX.
17517 (s390_builtin_decls): New array.
17518 (s390_init_builtins): Put builtin decls into s390_builtin_decls.
17519 (s390_builtin_decl): New function.
17520 (TARGET_BUILTIN_DECL): Define macro.
17522 2015-02-27 Richard Biener <rguenther@suse.de>
17524 PR middle-end/63175
17525 * builtins.c (get_object_alignment_2): Make sure to re-apply
17526 the ANDed mask after recursing to its operand gets us a new
17527 misalignment bit position.
17529 2015-02-26 Jan Hubicka <hubicka@ucw.cz>
17530 Martin Liska <mliska@suse.cz>
17533 * ipa-icf.c (symbol_compare_collection::symbol_compare_colleciton):
17534 Use address_matters_p.
17535 (redirect_all_callers, set_addressable): New functions.
17536 (sem_function::merge): Reorganize and fix merging issues.
17537 (sem_variable::merge): Likewise.
17538 (sem_variable::compare_sections): Remove.
17539 * common.opt (fmerge-all-constants, fmerge-constants): Remove
17541 * symtab.c (symtab_node::resolve_alias): When alias has aliases,
17543 (symtab_node::make_decl_local): Set ADDRESSABLE bit when
17545 (address_matters_1): New function.
17546 (symtab_node::address_matters_p): New function.
17547 * cgraph.c (cgraph_edge::verify_corresponds_to_fndecl): Fix
17548 check for merged flag.
17549 * cgraph.h (address_matters_p): Declare.
17550 (symtab_node::address_taken_from_non_vtable_p): Remove.
17551 (symtab_node::address_can_be_compared_p): New method.
17552 (ipa_ref::address_matters_p): Move here from ipa-ref.c; simplify.
17553 * ipa-visibility.c (symtab_node::address_taken_from_non_vtable_p):
17555 (comdat_can_be_unshared_p_1) Use address_matters_p.
17556 (update_vtable_references): Fix formating.
17557 * ipa-ref.c (ipa_ref::address_matters_p): Move inline.
17558 * cgraphunit.c (cgraph_node::create_wrapper): Drop UNINLINABLE flag.
17559 * cgraphclones.c: Preserve merged and icf_merged flags.
17561 2015-02-26 Sandra Loosemore <sandra@codesourcery.com>
17563 * doc/extend.texi (Function Attributes): Fix spelling and typos.
17564 (Label Attributes): Likewise.
17565 (Cilk Plus Builtins): Likewise.
17566 (ARC SIMD Built-in Functions): Likewise.
17567 (ARM C Language Extensions (ACLE)): Likewise.
17568 (PowerPC Built-in Functions): Likewise.
17569 (PowerPC Hardware Transactional Memory Built-in Functions):
17572 2015-02-26 Jakub Jelinek <jakub@redhat.com>
17574 PR tree-optimization/65216
17575 * tree-ssa-reassoc.c (rewrite_expr_tree): Force creation of
17576 new stmt and new SSA_NAME for lhs whenever the arguments have
17577 changed and weren't just swapped. Fix comment typo.
17579 PR tree-optimization/65215
17580 * tree-ssa-math-opts.c (find_bswap_or_nop_load): Return false
17581 for PDP endian targets.
17582 (perform_symbolic_merge, find_bswap_or_nop_1, find_bswap_or_nop):
17583 Fix up formatting issues.
17584 (bswap_replace): Likewise. For BYTES_BIG_ENDIAN, if the final access
17585 size is smaller than the original, adjust MEM_REF offset by the
17586 difference of sizes. Use is_gimple_mem_ref_addr instead of
17587 is_gimple_min_invariant test to avoid adding address temporaries.
17589 2015-02-26 Martin Liska <mliska@suse.cz>
17590 Jan Hubicka <hubicka@ucw.cz>
17593 * ipa-icf.c (symbol_compare_collection::symbol_compare_collection): New.
17594 (sem_item_optimizer::subdivide_classes_by_sensitive_refs): New function.
17595 (sem_item_optimizer::process_cong_reduction): Include division by
17596 sensitive references.
17597 * ipa-icf.h (struct symbol_compare_hashmap_traits): New class.
17598 * ipa-ref.c (ipa_ref::address_matters_p): New function.
17599 * ipa-ref.h (ipa_ref::address_matters_p): Likewise.
17601 2015-02-26 Georg-Johann Lay <avr@gjlay.de>
17604 * config/avr/avr-protos.h (tiny_valid_direct_memory_access_range):
17606 * config/avr/avr.c: Same.
17607 (avr_legitimate_address_p) <AVR_TINY, CONSTANT_ADDRESS_P>:
17608 Refuse any constant address not in 0..0xbf.
17609 * config/avr/avr.md (*mov<mode>, *movsf): Remove
17610 tiny_valid_direct_memory_access_range from insn conditions.
17611 (mov<mode>): Don't special-case expansion of avrtiny addresses.
17613 2015-02-26 Oleg Endo <olegendo@gcc.gnu.org>
17616 * config/sh/sh.c (sh_check_add_incdec_notes): New function.
17617 * config/sh/sh-protos.h (sh_check_add_incdec_notes): Declare it.
17618 * config/sh/predicates.md (const_logical_operand): New predicate.
17619 * config/sh/sh.md: Add new peephole2 patterns.
17621 2015-02-26 Marek Polacek <polacek@redhat.com>
17624 * ipa-inline.c (early_inliner): Recompute inline parameters.
17626 2015-02-26 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
17629 * config/rs6000/rs6000.c (rs6000_analyze_swaps): Ensure
17630 instructions with TImode operands are included in the analysis.
17632 2015-02-26 Sebastian Pop <s.pop@samsung.com>
17634 * tree-ssa-threadupdate.c (dump_jump_thread_path): Print all edges
17635 of an EDGE_FSM_THREAD.
17637 2015-02-25 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
17639 * config/rs6000/htm.md (tcheck): Fix assembly encoding.
17641 2015-02-25 Aldy Hernandez <aldyh@redhat.com>
17644 * dwarf2out.c (dwarf2out_init): Disable -feliminate-dwarf2-dups.
17646 2015-02-26 Sebastian Pop <s.pop@samsung.com>
17648 PR tree-optimization/65048
17649 * tree-ssa-threadupdate.c (valid_jump_thread_path): New.
17650 (thread_through_all_blocks): Call valid_jump_thread_path.
17651 Remove invalid FSM jump-thread paths.
17653 2015-02-26 Jakub Jelinek <jakub@redhat.com>
17655 * passes.c (ipa_write_summaries_1): Call lto_output_init_mode_table.
17656 (ipa_write_optimization_summaries): Likewise.
17657 * tree-streamer.h: Include data-streamer.h.
17658 (streamer_mode_table): Declare extern variable.
17659 (bp_pack_machine_mode, bp_unpack_machine_mode): New inline functions.
17660 * lto-streamer-out.c (lto_output_init_mode_table,
17661 lto_write_mode_table): New functions.
17662 (produce_asm_for_decls): Call lto_write_mode_table when streaming
17664 * lto-section-in.c (lto_section_name): Add "mode_table" entry.
17665 (lto_create_simple_input_block): Add mode_table argument to the
17666 lto_input_block constructors.
17667 * ipa-prop.c (ipa_prop_read_section, read_replacements_section):
17669 * data-streamer-in.c (string_for_index): Likewise.
17670 * ipa-inline-analysis.c (inline_read_section): Likewise.
17671 * ipa-icf.c (sem_item_optimizer::read_section): Likewise.
17672 * lto-cgraph.c (input_cgraph_opt_section): Likewise.
17673 * lto-streamer-in.c (lto_read_body_or_constructor,
17674 lto_input_toplevel_asms): Likewise.
17675 (lto_input_mode_table): New function.
17676 * tree-streamer-out.c (pack_ts_fixed_cst_value_fields,
17677 pack_ts_decl_common_value_fields, pack_ts_type_common_value_fields):
17678 Use bp_pack_machine_mode.
17679 * real.h (struct real_format): Add name field.
17680 * lto-streamer.h (enum lto_section_type): Add LTO_section_mode_table.
17681 (class lto_input_block): Add mode_table member.
17682 (lto_input_block::lto_input_block): Add mode_table_ argument,
17683 initialize mode_table.
17684 (struct lto_file_decl_data): Add mode_table field.
17685 (lto_input_mode_table, lto_output_init_mode_table): New prototypes.
17686 * tree-streamer-in.c (unpack_ts_fixed_cst_value_fields,
17687 unpack_ts_decl_common_value_fields,
17688 unpack_ts_type_common_value_fields): Call bp_unpack_machine_mode.
17689 * tree-streamer.c (streamer_mode_table): New variable.
17690 * real.c (ieee_single_format, mips_single_format,
17691 motorola_single_format, spu_single_format, ieee_double_format,
17692 mips_double_format, motorola_double_format,
17693 ieee_extended_motorola_format, ieee_extended_intel_96_format,
17694 ieee_extended_intel_128_format, ieee_extended_intel_96_round_53_format,
17695 ibm_extended_format, mips_extended_format, ieee_quad_format,
17696 mips_quad_format, vax_f_format, vax_d_format, vax_g_format,
17697 decimal_single_format, decimal_double_format, decimal_quad_format,
17698 ieee_half_format, arm_half_format, real_internal_format): Add name
17700 * config/pdp11/pdp11.c (pdp11_f_format, pdp11_d_format): Likewise.
17702 2015-02-26 Yuri Rumyantsev <ysrumyan@gmail.com>
17705 * config/i386/i386.c (ix86_sched_reorder): Skip instruction
17706 reordering for selective scheduling.
17708 2015-02-26 Terry Guo <terry.guo@arm.com>
17710 * config/arm/arm-cores.def (cortex-m7): Add flag FL_NO_VOLATILE_CE.
17711 * config/arm/arm-protos.h (FL_NO_VOLATILE_CE): New flag.
17712 (arm_arch_no_volatile_ce): Declare new global variable.
17713 * config/arm/arm.c (arm_arch_no_volatile_ce): New global variable.
17714 (arm_option_override): Assign value to arm_arch_no_volatile_ce.
17715 * config/arm/arm.h (arm_arch_no_volatile_ce): Declare it.
17716 (TARGET_NO_VOLATILE_CE): New macro.
17717 * config/arm/arm.md (arm_comparison_operator): Disabled if not allow
17718 volatile memory access in IT block
17720 2015-02-25 Kai Tietz <ktietz@redhat.com>
17722 PR tree-optimization/61917
17723 * tree-vect-loop.c (vectorizable_reduction): Handle obvious case
17724 that reduc_def_stmt is null.
17726 2015-02-25 Martin Liska <mliska@suse.cz>
17728 * ipa-icf-gimple.c (func_checker::compare_variable_decl): Compare
17729 hard register variables.
17731 2015-02-25 Kai Tietz <ktietz@redhat.com>
17734 * symtab.c (symtab::make_decl_local): Set DECL_IMPORT_P explicit to 0.
17735 (symtab::noninterposable_alias): Likewise.
17737 2015-02-25 Ilya Enkovich <ilya.enkovich@intel.com>
17740 * gcc/config/i386/i386.c (ix86_function_arg_regno_p): Support
17742 (avoid_func_arg_motion): Add dependencies for BNDSTX insns.
17744 2015-02-25 Alan Lawrence <alan.lawrence@arm.com>
17747 * config/aarch64/aarch64.md (*xor_one_cmpl<mode>3): Use FP_REGNUM_P
17748 as split condition; force split via '#' in output pattern.
17750 2015-02-25 Richard Biener <rguenther@suse.de>
17751 Kai Tietz <ktietz@redhat.com>
17753 PR tree-optimization/61917
17754 * tree-vect-loop.c (vectorizable_reduction): Allow
17755 vect_internal_def without reduction to exit graceful.
17757 2015-02-25 Georg-Johann Lay <avr@gjlay.de>
17760 * config/avr/avr.c (avr_adjust_insn_length): Call recog_memoized
17761 only with NONDEBUG_INSN_P.
17763 2015-02-25 Georg-Johann Lay <avr@gjlay.de>
17765 Use variadic macros with avr-log.c.
17767 * config/avr/avr-protos.h (avr_vdump): New prototype.
17768 (avr_log_set_caller_e, avr_log_set_caller_f): Remove protos.
17769 (avr_edump, avr_fdump, avr_dump): (Re)define to use avr_vdump.
17770 * config/avr/avr-log.c: Adjust comments.
17771 (avr_vdump): New function.
17772 (avr_vadump): Pass caller as 2nd argument instead of format string.
17773 (avr_log_caller, avr_log_fdump_e, avr_log_fdump_f)
17774 (avr_log_set_caller_e, avr_log_set_caller_f): Remove.
17776 2015-02-25 Jakub Jelinek <jakub@redhat.com>
17779 * target.def (target_option_stream_in): New target hook.
17780 * tree-streamer-in.c (streamer_read_tree_bitfields): Invoke
17781 targetm.target_option.post_stream_in if non-NULL.
17782 * doc/tm.texi.in: Add @hook TARGET_OPTION_POST_STREAM_IN.
17783 * doc/tm.texi: Updated.
17784 * config/i386/i386.c (ix86_function_specific_post_stream_in): New
17786 (TARGET_OPTION_POST_STREAM_IN): Redefine.
17788 2015-02-24 Jeff Law <law@redhat.com>
17791 * config/xtensa/xtensa.md (zero_cost_loop_start): Reverse numbering
17792 of operand 0 and operand 2.
17793 (zero_cost_loop_end, loop_end): Similarly.
17795 2015-02-24 Aldy Hernandez <aldyh@redhat.com>
17797 * gimple.h (gimple_build_assign): Rename CXX_MEM_STAT_DECL to
17800 2015-02-24 DJ Delorie <dj@redhat.com>
17802 * config/rl78/rl78-protos.h (rl78_split_movsi): Accept a mode as well.
17803 * config/rl78/rl78-expand.md (movsf): New, same as movsi.
17804 * config/rl78/rl78.c (rl78_split_movsi): Accept a mode, use it
17805 instead of hardcoding SImode.
17807 2015-02-24 Bernd Schmidt <bernds@codesourcery.com>
17809 * omp-low.c (create_omp_child_function): Tag entrypoint
17810 functions with a special attribute.
17812 2015-02-24 Michael Haubenwallner <michael.haubenwallner@ssi-schaefer.com>
17815 * config/rs6000/xcoff.h (ASM_OUTPUT_EXTERNAL): Drop unused variable.
17817 2015-02-24 Vladimir Makarov <vmakarov@redhat.com>
17819 PR rtl-optimization/65123
17820 * lra-remat.c (operand_to_remat): Check hard regs in insn
17823 2015-02-24 Nick Clifton <nickc@redhat.com>
17825 * config/v850/v850.h (ASM_SPEC): Pass -msoft-float/-mhard-float on
17828 2015-02-24 Thomas Schwinge <thomas@codesourcery.com>
17831 * omp-builtins.def (BUILT_IN_GOACC_DATA_START): Specify as
17832 BT_FN_VOID_INT_SIZE_PTR_PTR_PTR, not
17833 BT_FN_VOID_INT_PTR_SIZE_PTR_PTR_PTR.
17834 (BUILT_IN_GOACC_ENTER_EXIT_DATA, BUILT_IN_GOACC_UPDATE): Specify as
17835 BT_FN_VOID_INT_SIZE_PTR_PTR_PTR_INT_INT_VAR, not
17836 BT_FN_VOID_INT_PTR_SIZE_PTR_PTR_PTR_INT_INT_VAR.
17837 (BUILT_IN_GOACC_PARALLEL): Specify as
17838 BT_FN_VOID_INT_OMPFN_SIZE_PTR_PTR_PTR_INT_INT_INT_INT_INT_VAR, not
17839 BT_FN_VOID_INT_OMPFN_PTR_SIZE_PTR_PTR_PTR_INT_INT_INT_INT_INT_VAR.
17840 * builtin-types.def
17841 (BT_FN_VOID_INT_PTR_SIZE_PTR_PTR_PTR_INT_INT_VAR)
17842 (BT_FN_VOID_INT_OMPFN_PTR_SIZE_PTR_PTR_PTR_INT_INT_INT_INT_INT_VAR):
17843 Remove function types.
17844 (BT_FN_VOID_INT_SIZE_PTR_PTR_PTR)
17845 (BT_FN_VOID_INT_SIZE_PTR_PTR_PTR_INT_INT_VAR)
17846 (BT_FN_VOID_INT_OMPFN_SIZE_PTR_PTR_PTR_INT_INT_INT_INT_INT_VAR):
17847 New function types.
17849 2015-02-24 Georg-Johann Lay <avr@gjlay.de>
17851 * config/avr/stdfix.h [__WITH_AVRLIBC__]: Include <stdfix-avrlibc.h>.
17853 2015-02-24 Jakub Jelinek <jakub@redhat.com>
17855 PR tree-optimization/65170
17856 * wide-int.cc (wi::mul_internal): For the umul_ppmm optimization,
17857 if val[1] < 0, clear also val[2] and return 3.
17859 2015-02-24 Alan Modra <amodra@gmail.com>
17862 * config/rs6000/rs6000.c (get_memref_parts): Only return true
17863 when *base is a reg. Handle nested plus addresses. Simplify
17866 2015-02-22 Max Filippov <jcmvbkbc@gmail.com>
17868 * config/xtensa/xtensa.h (CONSTANT_ALIGNMENT, DATA_ALIGNMENT):
17869 use natural alignment when optimizing for size.
17871 2015-02-23 Kaz Kojima <kkojima@gcc.gnu.org>
17874 * config/sh/sh.md (movsicc_true+3): Remove peephole.
17875 * config/sh/sh-protos.h (replace_n_hard_rtx): Don't declare.
17876 * config/sh/sh.c (replace_n_hard_rtx): Remove.
17878 2015-02-23 Richard Sandiford <richard.sandiford@arm.com>
17881 * wide-int.cc (wi::from_mpz): Cope with unwrapped values that are
17882 too big for a wide_int. Implement missing wrapping operation.
17884 2015-02-23 Oleg Endo <olegendo@gcc.gnu.org>
17887 * config/sh/sh.md (swapbsi2, related peephole2): Use const_int -65536
17888 instead of const_int 4294901760.
17890 2015-02-23 Georg-Johann Lay <avr@gjlay.de>
17892 * config/avr/t-avr: Fix typo in comment.
17894 2015-02-21 Richard Sandiford <richard.sandiford@arm.com>
17896 * doc/rtl.texi (fma): Clarify documentation.
17898 2015-02-20 Aldy Hernandez <aldyh@redhat.com>
17901 * gimplify.c (gimplify_expr): Prefer location of TRY_FINALLY_EXPR
17902 over input_location.
17904 2015-02-20 Bernd Schmidt <bernds@codesourcery.com>
17906 * tree-streamer-in.c (unpack_ts_decl_common_value_fields,
17907 unpack_ts_type_common_value_fields): If ACCEL_COMPILER,
17908 restrict alignments to absolute_biggest_alignment.
17909 * config/i386/i386.c (TARGET_ABSOLUTE_BIGGEST_ALIGNMENT):
17911 * doc/tm.texi.in (TARGET_ABSOLUTE_BIGGEST_ALIGNMENT): Add.
17912 * doc/tm.texi: Regenerate.
17913 * target.def (absolute_biggest_alignment): New DEFHOOKPOD.
17915 2015-02-20 Vladimir Makarov <vmakarov@redhat.com>
17918 * ira-color.c (color_pass): Prevent splitting multi-register pseudos.
17920 2015-02-20 Richard Biener <rguenther@suse.de>
17922 PR tree-optimization/65136
17923 * tree-ssa-propagate.c: Include cfgloop.h.
17924 (replace_phi_args_in): Avoid replacing loop latch edge PHI
17925 arguments with constants.
17927 2015-02-20 Jakub Jelinek <jakub@redhat.com>
17928 Martin Liska <mliska@suse.cz>
17931 * ipa-icf.c (sem_function::merge): If DECL_COMDAT_GROUP (alias->decl),
17932 don't try to create_thunk if stdarg_p. If
17933 !sem_item::target_supports_symbol_aliases_p (), similarly, and try to
17934 redirect_callers if possible.
17935 (sem_item_optimizer::execute): Call unregister_hooks here...
17936 (ipa_icf_driver): ... instead of here.
17938 2015-02-20 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
17940 * config/aarch64/aarch64.md (*aarch64_lshr_sisd_or_int_<mode>3):
17941 Mark operand 0 as earlyclobber in 2nd alternative.
17942 (1st define_split below *aarch64_lshr_sisd_or_int_<mode>3):
17943 Write negated shift amount into QI lowpart operand 0 and use it
17945 (2nd define_split below *aarch64_lshr_sisd_or_int_<mode>3): Likewise.
17947 2015-02-20 Bernd Schmidt <bernds@codesourcery.com>
17949 * cgraph.h (clone_function_name_1): Declare.
17950 * cgraphclones.c (clone_function_name_1): New function.
17951 (clone_function_name): Use it.
17952 * lto-partition.c: Include "stringpool.h".
17953 (must_not_rename, maybe_rewrite_identifier)
17954 (validize_symbol_for_target): New static functions.
17955 (privatize_symbol_name): Use must_not_rename.
17956 (promote_symbol): Call validize_symbol_for_target.
17957 (lto_promote_cross_file_statics): Likewise.
17958 (lto_promote_statics_nonwpa): Likewise.
17960 2015-02-20 Georg-Johann Lay <avr@gjlay.de>
17963 * config/avr/avr.md (pushhi_insn): New insn.
17964 (push<mode>1): Push virtual regs in one chunk using pushhi1_insn.
17966 2015-02-20 Bernd Schmidt <bernds@codesourcery.com>
17967 Jakub Jelinek <jakub@redhat.com>
17969 * tree-streamer.c (preload_common_nodes): Don't preload
17970 TI_VA_LIST* for offloading.
17971 * tree-stdarg.c (pass_stdarg::gate): Disable for ACCEL_COMPILER
17974 2015-02-19 John David Anglin <danlgin@gcc.gnu.org>
17976 * config/pa/pa.c (pa_emit_move_sequence): Always force
17977 (const (plus (symbol) (const_int))) to const mem. Put REG_EQUAL
17980 * config/pa/pa.c (pa_reloc_rw_mask): New function.
17981 (TARGET_ASM_RELOC_RW_MASK): Define.
17982 (pa_cannot_force_const_mem): Revert previous change.
17984 2015-02-19 Martin Jambor <mjmabor@suse.cz>
17985 Jan Hubicka <hubicka@ucw.cz>
17988 * ipa-cp.c (propagate_alignment_accross_jump_function): Fix propagation
17989 across jump functions.
17991 2015-02-19 Uros Bizjak <ubizjak@gmail.com>
17993 * config/alpha/alpha.c (alpha_in_small_data_p): Reject common symbols.
17995 2015-02-19 Sandra Loosemore <sandra@codesourcery.com>
17997 * doc/extend.texi (x86 transactional memory intrinsics): Copy-edit.
17999 2015-02-19 Richard Henderson <rth@redhat.com>
18001 PR middle-end/65074
18002 * varasm.c (default_binds_local_p_2): Don't test node->definition;
18003 test DECL_EXTERNAL independent of symtab_node.
18005 2015-02-19 Jakub Jelinek <jakub@redhat.com>
18008 * varpool.c (varpool_node::get_constructor): Return early
18009 if this->lto_file_data is NULL.
18011 2015-02-19 Maxim Kuvyrkov <maxim.kuvyrkov@linaro.org>
18013 * haifa-sched.c (enum rfs_decision, rfs_str): Remove RFS_DEBUG.
18014 (rank_for_schedule_debug): Update.
18015 (ready_sort): Make static. Move sorting logic to ...
18016 (ready_sort_debug, ready_sort_real): New static functions.
18017 (schedule_block): Sort both debug insns and real insns in preparation
18018 for ready list trimming. Improve debug output.
18019 * sched-int.h (ready_sort): Remove global declaration.
18021 2015-02-18 Trevor Saunders <tsaunders@mozilla.com>
18023 * ipa-icf.c (sem_function::equals_private): Adjust.
18024 (sem_function::bb_dict_test): Take a vec<int> * instead of
18026 * ipa-icf.h (bb_dict_test): Likewise.
18028 2015-02-18 Jakub Jelinek <jakub@redhat.com>
18030 PR gcov-profile/64634
18031 * tree-eh.c (frob_into_branch_around): Fix up typos
18032 in function comment.
18033 (lower_catch): Put eh_seq resulting from EH lowering of
18034 the cleanup sequence after the cleanup rather than before it.
18036 2015-02-18 Tom de Vries <tom@codesourcery.com>
18038 * common.opt (fstdarg-opt): New option.
18039 * tree-stdarg.c (pass_stdarg::gate): Use flag_stdarg_opt.
18040 * doc/invoke.texi (@item Optimization Options): Add -fstdarg-opt.
18041 (@item -fstdarg-opt): New item.
18043 2015-02-18 H.J. Lu <hongjiu.lu@intel.com>
18046 * config/ia64/predicates.md (sdata_symbolic_operand): Return false
18047 for common symbols.
18049 2015-02-18 Jakub Jelinek <jakub@redhat.com>
18051 * config/i386/t-intelmic (mkoffload.o): Remove dependency on
18053 (ALL_HOST_OBJS): Add mkoffload.o.
18054 * config/nvptx/t-nvptx (ALL_HOST_OBJS): Likewise.
18056 2015-02-18 Jan Hubicka <hubicka@ucw.cz>
18058 * ipa-devirt.c (odr_subtypes_equivalent_p): Fix formating.
18059 (compare_virtual_tables): Be smarter about skipping typeinfos;
18060 do sane output on virtual table table mismatch.
18061 (warn_odr): Be ready for forward declarations of enums;
18062 output sane info on base mismatch and virtual table mismatch.
18063 (add_type_duplicate): Fix code choosing prevailing type; do not ICE
18064 when only one type is polymorphic.
18065 (get_odr_type): Fix hashtable corruption.
18066 (dump_odr_type): Dump mangled names.
18068 2015-02-18 Richard Biener <rguenther@suse.de>
18070 PR tree-optimization/65063
18071 * tree-predcom.c (determine_unroll_factor): Return 1 if we
18072 have replaced looparound PHIs.
18074 2015-02-18 Martin Liska <mliska@suse.cz>
18076 * lto-streamer.c (lto_streamer_init): Encapsulate
18077 streamer_check_handled_ts_structures with checking macro.
18079 2015-02-18 Jakub Jelinek <jakub@redhat.com>
18082 * cgraphclones.c (cgraph_node::create_virtual_clone): Only copy
18083 section if !implicit_section.
18084 (cgraph_node::create_version_clone_with_body): Likewise.
18085 * trans-mem.c (ipa_tm_create_version): Likewise.
18087 2015-02-18 Richard Biener <rguenther@suse.de>
18089 PR tree-optimization/62217
18090 * tree-ssa-dom.c (cprop_operand): Avoid propagating copies
18093 2015-02-18 Marek Polacek <polacek@redhat.com>
18096 * ubsan.c (OBJSZ_MAX_OFFSET): Define.
18097 (ubsan_expand_objsize_ifn): Don't emit run-time check if the offset
18098 is in range [-16K, -1]. Don't issue run-time error if
18099 (ptr > ptr + offset).
18101 2015-02-18 Thomas Schwinge <thomas@codesourcery.com>
18103 * doc/install.texi (nvptx-*-none): New section.
18104 * doc/invoke.texi (Nvidia PTX Options): Likewise.
18105 * config/nvptx/nvptx.opt: Update.
18107 * config/nvptx/mkoffload.c (parse_env_var, free_array_of_ptrs)
18108 (access_check): New functions, copied from
18109 config/i386/intelmic-mkoffload.c.
18110 (main): For non-installed testing, look in all COMPILER_PATHs for
18113 * config/nvptx/nvptx.h (GOMP_SELF_SPECS): Define macro.
18115 2015-02-18 Andrew Pinski <apinski@cavium.com>
18116 Naveen H.S <Naveen.Hurugalawadi@caviumnetworks.com>
18118 * config/aarch64/aarch64.c (*aarch64_load_symref_appropriately):
18119 Check whether the destination of SYMBOL_SMALL_TPREL is Pmode.
18121 2015-02-17 Jan Hubicka <hubicka@ucw.cz>
18123 * ipa-visibility.c (function_and_variable_visibility): Only
18124 check locality if node is not already local.
18125 * ipa-inline.c (want_inline_function_to_all_callers_p): Use
18126 call_for_symbol_and_aliases instead of
18127 call_for_symbol_thunks_and_aliases.
18128 (ipa_inline): Likewise.
18129 * cgraph.c (cgraph_node::call_for_symbol_thunks_and_aliases):
18130 first walk aliases.
18131 * ipa.c (symbol_table::remove_unreachable_nodes): Use
18132 call_for_symbol_and_aliases.
18133 * ipa-profile.c (ipa_propagate_frequency_data): Add function_symbol.
18134 (ipa_propagate_frequency_1): Use it; use opt_for_fn
18135 (ipa_propagate_frequency): Update.
18136 (ipa_profile): Add opt_for_fn gueards.
18138 2015-02-17 Oleg Endo <olegendo@gcc.gnu.org>
18140 * config/sh/sh.opt (mcbranch-force-delay-slot): New option.
18141 * doc/invoke.texi (SH options): Document it.
18142 * config/sh/sh.c (sh_insn_length_adjustment): Check
18143 TARGET_CBRANCH_FORCE_DELAY_SLOT instead of sh_cpu_attr == CPU_SH2E.
18145 2015-02-17 H.J. Lu <hongjiu.lu@intel.com>
18147 * common.opt (fipa-cp-alignment): New.
18148 * ipa-cp.c (ipcp_store_alignment_results): Check
18149 flag_ipa_cp_alignment.
18150 * opts.c (default_options_table): Enable -fipa-cp-alignment for
18152 (enable_fdo_optimizations): Set x_flag_ipa_cp_alignment.
18153 * doc/invoke.texi: Document -fipa-cp-alignment.
18155 2015-02-17 Oleg Endo <olegendo@gcc.gnu.org>
18158 * config/sh/sh.md (cbranch define_delay): Set annulled true branch insn
18159 to nil. Adjust comments.
18161 2015-02-17 Jan Hubicka <hubicka@ucw.cz>
18163 * ipa-visibility.c (function_and_variable_visibility): Only
18164 check locality if node is not already local.
18165 * ipa-inline.c (want_inline_function_to_all_callers_p): Use
18166 call_for_symbol_and_aliases instead of
18167 call_for_symbol_thunks_and_aliases.
18168 (ipa_inline): Likewise.
18169 * cgraph.c (cgraph_node::call_for_symbol_thunks_and_aliases):
18170 first walk aliases.
18171 * ipa.c (symbol_table::remove_unreachable_nodes): Use
18172 call_for_symbol_and_aliases.
18173 * ipa-profile.c (ipa_propagate_frequency_data): Add function_symbol.
18174 (ipa_propagate_frequency_1): Use it; use opt_for_fn
18175 (ipa_propagate_frequency): Update.
18176 (ipa_profile): Add opt_for_fn guards.
18178 2015-02-17 Thomas Schwinge <thomas@codesourcery.com>
18180 * config/nvptx/mkoffload.c (parse_file): Fix logic error in
18181 skipping of "strange" tokens.
18183 2015-02-17 Jeff Law <law@redhat.com>
18185 * tree-vrp.c (identify_jump_threads): Use last_stmt. Remove
18188 2015-02-17 James Greenhalgh <james.greenhalgh@arm.com>
18190 * haifa-sched.c (recompute_todo_spec): Treat SCHED_GROUP_P
18191 as forcing a HARD_DEP between instructions, thereby
18192 disallowing rewriting to break dependencies.
18194 2015-02-16 Jan Hubicka <hubicka@ucw.cz>
18196 * symtab.c (symtab_node::verify_base): Verify body_removed->!definiton
18197 * lto-cgraph.c (lto_output_varpool_node): Do not keep definition of
18198 variables in boundary that have no inlitalizer encoded and are
18200 * varasm.c (default_binds_local_p_2): External definitions do not
18201 count as definitions here.
18203 2015-02-16 Jeff Law <law@redhat.com>
18205 PR tree-optimization/64823
18206 * tree-vrp.c (identify_jump_threads): Handle blocks with no real
18208 * tree-ssa-threadedge.c (potentially_threadable_block): Allow
18209 threading through blocks with PHIs, but no statements.
18210 (thread_through_normal_block): Distinguish between blocks where
18211 we did not process all the statements and blocks with no statements.
18213 2015-02-16 Jakub Jelinek <jakub@redhat.com>
18214 James Greenhalgh <james.greenhalgh@arm.com>
18217 * cgraphclones.c (cgraph_node::create_virtual_clone): Copy
18218 section if not linkonce. Fix up formatting.
18219 (cgraph_node::create_version_clone_with_body): Copy section.
18220 * trans-mem.c (ipa_tm_create_version): Likewise.
18222 2015-02-16 Richard Biener <rguenther@suse.de>
18224 PR tree-optimization/65077
18225 * tree-ssa-structalias.c (get_constraint_for_1): Handle
18226 IMAGPART_EXPR, REALPART_EXPR and BIT_FIELD_REF.
18227 (find_func_aliases): Allow float values to carry pointers again.
18229 2015-02-16 James Greenhalgh <james.greenhalgh@arm.com>
18231 * doc/install.texi (Specific): Reorder targets list to put
18232 aarch64 in alphabetical order. Add a link to aarch64*-*-*
18235 2015-02-16 Michael Haubenwallner <michael.haubenwallner@ssi-schaefer.com>
18236 David Edelsohn <dje.gcc@gmail.com>
18239 * config/rs6000/rs6000.c (rs6000_output_symbol_ref): Append storage
18240 mapping class to external variable or function reference.
18241 * config/rs6000/xcoff.h (ASM_OUTPUT_EXTERNAL): Do not append storage
18244 2015-02-16 David Eelsohn <dje.gcc@gmail.com>
18247 * config/rs6000/rs6000.c (rs6000_declare_alias): Only use
18248 ASM_WEAKEN_DECL if defined.
18250 2015-02-16 Richard Biener <rguenther@suse.de>
18253 * varasm.c (default_file_start): For LTO produced units
18254 emit <artificial> as file directive.
18256 2015-02-16 Richard Biener <rguenther@suse.de>
18258 PR tree-optimization/63593
18259 * tree-predcom.c (execute_pred_commoning_chain): Delay removing
18260 stmts and releasing SSA names until...
18261 (execute_pred_commoning): ... after processing all chains.
18263 2015-02-16 Jan Hubicka <hubicka@ucw.cz>
18266 * ipa-comdats.c (ipa_comdats): Do not categorize thunks to
18267 external functions.
18269 2015-02-15 Sandra Loosemore <sandra@codesourcery.com>
18271 * doc/bugreport.texi: Adjust section titles throughout the file
18272 to use "Title Case".
18273 * doc/extend.texi: Likewise.
18274 * doc/gcov.texi: Likewise.
18275 * doc/implement-c.texi: Likewise.
18276 * doc/implement-cxx.texi: Likewise.
18277 * doc/invoke.texi: Likewise.
18278 * doc/objc.texi: Likewise.
18279 * doc/standards.texi: Likewise.
18280 * doc/trouble.texi: Likewise.
18282 2015-02-15 Jan Hubicka <hubicka@ucw.cz>
18284 * cgraph.h (symtab_node::has_aliases_p): Simplify.
18285 (symtab_node::call_for_symbol_and_aliases): Use has_aliases_p
18286 * tree.c (lookup_binfo_at_offset): Make static.
18287 (get_binfo_at_offset): Do not shadow offset; add explanatory
18290 2015-02-15 John David Anglin <danglin@gcc.gnu.org>
18292 * config/pa/pa.c (pa_secondary_reload): Request a secondary reload
18293 for all floading point loads and stores except those using a register
18295 * config/pa/pa.md: Add new patterns to load a lo_sum DLT operand
18298 2015-02-14 Jan Hubicka <hubicka@ucw.cz>
18300 * ipa-inline-analysis.c (growth_data): Add uninlinable field.
18301 (do_estimate_growth_1): Record if any uninlinable edge was seen.
18302 (estimate_growth): Handle uninlinable edges correctly.
18303 (check_callers): New.
18304 (growth_likely_positive): Handle aliases correctly.
18306 2015-02-14 Jan Hubicka <hubicka@ucw.cz>
18308 * ipa-chkp.c: Use iterate_direct_aliases.
18309 * symtab.c (resolution_used_from_other_file_p): Move inline.
18310 (symtab_node::create_reference): Fix formating.
18311 (symtab_node::has_aliases_p): Move inline; use iterate_direct_aliases.
18312 (symtab_node::iterate_reference): Move inline.
18313 (symtab_node::iterate_referring): Move inline.
18314 (symtab_node::iterate_direct_aliases): Move inline.
18315 (symtab_node::used_from_object_file_p_worker): Inline into ...
18316 (symtab_node::used_from_object_file_p): ... this one; move inline.
18317 (symtab_node::call_for_symbol_and_aliases): Move inline;
18318 use iterate_direct_aliases.
18319 (symtab_node::call_for_symbol_and_aliases_1): New method.
18320 (cgraph_node::call_for_symbol_and_aliases): Move inline;
18321 use iterate_direct_aliases.
18322 (cgraph_node::call_for_symbol_and_aliases_1): New method.
18323 (varpool_node::call_for_node_and_aliases): Rename to ...
18324 (varpool_node::call_for_symbol_and_aliases): ... this one; Move inline;
18325 use iterate_direct_aliases.
18326 (varpool_node::call_for_symbol_and_aliases_1): New method.
18327 * ipa.c (ipa_single_use): Use iterate_direct_aliases.
18328 (ipa_discover_readonly_nonaddressable_var): Update.
18329 * ipa-devirt.c: Fix formating.
18330 * cgraph.c (cgraph_node::can_remove_if_no_direct_calls_and_refs_p):
18332 (cgraph_node::call_for_symbol_and_aliases): Move inline.
18333 (cgraph_node::call_for_symbol_and_aliases_1): New function..
18334 * cgraph.h (used_from_object_file_p_worker): Remove.
18335 (resolution_used_from_other_file_p): Move inline.
18336 (symtab_node::has_aliases_p): Move inline; use iterate_direct_aliases.
18337 (symtab_node::iterate_reference): Move inline.
18338 (symtab_node::iterate_referring): Move inline.
18339 (symtab_node::iterate_direct_aliases): Move inline.
18340 (symtab_node::used_from_object_file_p_worker): Inline into ...
18341 (symtab_node::used_from_object_file_p): Move inline.
18342 * tree-emutls.c (ipa_lower_emutls): Update.
18343 * varpool.c (varpool_node::call_for_symbol_and_aliases_1): New method.
18344 (varpool_node::call_for_node_and_aliases): Remove.
18346 2015-02-14 Jakub Jelinek <jakub@redhat.com>
18348 PR tree-optimization/62209
18349 * tree-ssa-reassoc.c (update_range_test): If stmt is a PHI and
18350 op == range->exp, insert seq and gimplified code after labels
18351 instead of after the phi.
18353 2015-02-13 Jeff Law <law@redhat.com>
18356 Revert my change for tree-optimization/64823.
18358 2015-02-13 Jakub Jelinek <jakub@redhat.com>
18360 PR tree-optimization/65053
18361 * tree-ssa-phiopt.c (value_replacement): When moving assign before
18362 cond, either reset VR on lhs or set it to phi result VR.
18364 2015-02-13 Jeff Law <law@redhat.com>
18366 PR tree-optimization/64823
18367 * tree-vrp.c (identify_jump_threads): Handle blocks with no statements.
18368 * tree-ssa-threadedge.c (potentially_threadable_block): Allow
18369 threading through blocks with PHIs, but no statements.
18370 (thread_through_normal_block): Distinguish between blocks where
18371 we did not process all the statements and blocks with no statements.
18373 PR rtl-optimization/47477
18374 * match.pd (convert (plus/minus (convert @0) (convert @1): New
18375 simplifier to narrow arithmetic.
18377 2015-02-13 Jan Hubicka <hubicka@ucw.cz>
18380 * ipa-prop.c (update_indirect_edges_after_inlining): Do not drop
18381 polymorphic call info when type is not known to be preserved.
18383 2015-02-13 Maritn Jambor <mjambor@suse.cz>
18386 * ipa-inline-transform.c (mark_all_inlined_calls_cdtor): New function.
18387 (inline_call): Use it.
18389 2015-02-13 Thomas Schwinge <thomas@codesourcery.com>
18391 * config/nvptx/offload.h (ACCEL_COMPILER_acc_device): Define to
18392 GOMP_DEVICE_NVIDIA_PTX.
18394 2015-02-13 Jakub Jelinek <jakub@redhat.com>
18397 * stmt.c (emit_case_nodes): Use void_type_node instead of
18398 NULL_TREE as LABEL_DECL type.
18400 2015-02-13 John David Anglin <danglin@gcc.gnu.org>
18402 * config/pa/constraints.md: Change "Q" and "T" constraints to memory
18404 * config/pa/pa.c (pa_cannot_force_const_mem): Don't allow constant
18405 symbolic references to data to be forced to constant memory on the
18408 2015-02-13 Ilya Enkovich <ilya.enkovich@intel.com>
18410 PR tree-optimization/65002
18411 * tree-cfg.c (pass_data_fixup_cfg): Don't update
18413 * tree-sra.c (some_callers_have_no_vuse_p): New.
18414 (ipa_early_sra): Reject functions whose callers
18415 assume function is read only.
18417 2015-02-13 Richard Biener <rguenther@suse.de>
18420 * dwarf2out.c (dwarf2out_finish): Use <artificial> as DW_AT_name
18421 for LTO produced CUs.
18423 2015-02-13 Bin Cheng <bin.cheng@arm.com>
18425 PR tree-optimization/64705
18426 * tree-ssa-loop-niter.h (expand_simple_operations): New parameter.
18427 * tree-ssa-loop-niter.c (expand_simple_operations): New parameter.
18428 * tree-ssa-loop-ivopts.c (extract_single_var_from_expr): New.
18429 (find_bivs, find_givs_in_stmt_scev): Pass new argument to
18430 expand_simple_operations.
18432 2015-02-13 H.J. Lu <hongjiu.lu@intel.com>
18433 Richard Henderson <rth@redhat.com>
18436 * cgraphunit.c (cgraph_node::finalize_function): Set definition
18437 before notice_global_symbol.
18438 (varpool_node::finalize_decl): Likewise.
18439 * varasm.c (default_binds_local_p_2): Rename from
18440 default_binds_local_p_1, add weak_dominate argument. Use direct
18441 returns instead of assigning to local variable. Unify varpool and
18442 cgraph paths via symtab_node. Reject undef weak variables before
18443 testing visibility. Reorder tests for simplicity.
18444 (default_binds_local_p): Use default_binds_local_p_2.
18445 (default_binds_local_p_1): Likewise.
18446 (decl_binds_to_current_def_p): Unify varpool and cgraph paths
18448 (default_elf_asm_output_external): Emit visibility when specified.
18450 2015-02-13 Alan Modra <amodra@gmail.com>
18452 * config/rs6000/rs6000.c (rs6000_emit_epilogue): Fix typo in
18453 code setting up r11 for out-of-line fp restore.
18455 2015-02-13 Eric Botcazou <ebotcazou@adacore.com>
18457 * config/visium/visium.opt (msv-mode): Add RejectNegative and Report.
18458 (muser-mode): Likewise.
18460 2015-02-13 Alan Modra <amodra@gmail.com>
18462 * config/rs6000/rs6000.c (rs6000_emit_epilogue): Use addsi3_carry
18463 or adddi3_carry when restoring frame_reg_rtx from r0 after restvr.
18465 2015-02-12 David Howells <dhowells@redhat.com>
18467 * tree-sra.c (dump_dereferences_table): Avoid -Wformat-security
18469 * tree-ssa-uninit.c (dump_predicates): Likewise.
18470 * opts.c (print_filtered_help): Likewise.
18472 2015-02-12 Jakub Jelinek <jakub@redhat.com>
18474 * dwarf2out.c (output_die): Use "%s", name instead of name to
18475 avoid -Wformat-security warning.
18477 * dwarf2asm.c (dw2_asm_output_vms_delta): Only define
18478 if ASM_OUTPUT_DWARF_VMS_DELTA is defined.
18479 * dwarf2out.c (output_die): Use dw2_asm_output_vms_delta
18480 only if ASM_OUTPUT_DWARF_VMS_DELTA is defined.
18482 2015-02-12 Jason Merrill <jason@redhat.com>
18484 * common.opt (-flifetime-dse): New.
18486 2015-02-12 Jakub Jelinek <jakub@redhat.com>
18489 * ubsan.c (ubsan_expand_objsize_ifn): Always return true.
18491 PR tree-optimization/65014
18492 * fold-const.c (fold_binary_loc): When creating {L,R}ROTATE_EXPR,
18493 use original second operand of arg0 or arg1 instead of
18494 that adjusted by STRIP_NOPS.
18496 2015-02-11 Jeff Law <law@redhat.com>
18499 * haifa-sched.c (prune_ready_list): If we have a SCHED_GROUP_P insn
18500 that needs to be queued, just queue it for a single cycle.
18502 2015-02-11 Jan Hubicka <hubicka@ucw.cz>
18504 * ipa.c (symbol_table::remove_unreachable_nodes): Avoid releasing
18505 bodies of thunks; comment on why.
18506 * symtab.c (symtab_node::get_partitioning_class): Aliases of extern
18507 symbols are extern.
18509 2015-02-11 Richard Henderson <rth@redhat.com>
18512 * tree-eh.c (mark_reachable_handlers): Mark source and destination
18513 regions of __builtin_eh_copy_values.
18515 2015-02-11 Jakub Jelinek <jakub@redhat.com>
18517 PR middle-end/65003
18518 * varasm.c (place_block_symbol): Assert that DECL_RTL of the
18519 ultimate alias is MEM with SYMBOL_REF satisfying
18520 SYMBOL_REF_HAS_BLOCK_INFO_P as its operand. Don't pass the MEM
18521 to place_block_symbol, but instead pass the SYMBOL_REF operand of it.
18523 2015-02-11 Thomas Schwinge <thomas@codesourcery.com>
18525 * config/nvptx/mkoffload.c: Include "diagnostic.h" instead of
18526 "diagnostic-core.h".
18527 (main): Initialize progname, and call diagnostic_initialize.
18529 * config/nvptx/mkoffload.c (process): Refer to __OFFLOAD_TABLE__
18530 instead of __OPENMP_TARGET__.
18532 * config/nvptx/mkoffload.c: Include "gomp-constants.h".
18533 (process): Use its GOMP_DEVICE_NVIDIA_PTX instead of (wrongly)
18534 hard-coding PTX_ID.
18536 2015-02-11 H.J. Lu <hongjiu.lu@intel.com>
18538 * doc/sourcebuild.texi (pie_enabled): Document.
18540 2015-02-11 Martin Liska <mliska@suse.cz>
18543 * cgraphunit.c (cgraph_node::expand_thunk): Do not create
18544 a return value for call to a function that is noreturn.
18546 2015-02-11 Richard Biener <rguenther@suse.de>
18549 * dwarf2out.c (gen_producer_string): Drop -fltrans-output-list
18552 2015-02-11 Andrew Pinski <apinski@cavium.com>
18555 * config/aarch64/aarch64-builtins.c (aarch64_init_simd_builtins):
18556 Change the first argument type to size_type_node and add another
18558 (aarch64_simd_expand_builtin): Handle the new argument to
18559 AARCH64_SIMD_BUILTIN_LANE_CHECK and don't ICE but rather
18560 print an out when the first two arguments are not
18561 nonzero integer constants.
18562 * config/aarch64/arm_neon.h (__AARCH64_LANE_CHECK):
18563 Pass the sizeof directly to __builtin_aarch64_im_lane_boundsi.
18565 2015-02-11 Jakub Jelinek <jakub@redhat.com>
18568 * config/i386/i386.c (ix86_reset_to_default_globals): Removed.
18569 (ix86_reset_previous_fndecl): Restore it here, unconditionally.
18570 (ix86_set_current_function): Rewritten.
18571 (ix86_add_new_builtins): Temporarily clear current_target_pragma
18572 when creating builtin fndecls.
18574 2015-02-10 Jan Hubicka <hubicka@ucw.cz>
18577 * ipa-visibility.c (cgraph_node::non_local_p): Turn into static
18579 * symtab.c (symtab_node::verify_base): Remove check that non-definitions
18580 have no comdat group.
18581 * lto-cgraph.c (lto_output_node): Always output thunk and alias info.
18582 (lto_output_varpool_node): Always output alias info.
18583 (output_refs): Output refs of boundary aliases, too.
18584 (compute_ltrans_boundary): Add alias and thunk target into boundaries.
18585 (output_symtab): Output call eges in thunks in boundary.
18586 (get_alias_symbol): Remove.
18587 (input_node, input_varpool_node): Do not special case weakrefs.
18588 * ipa.c (symbol_table::remove_unreachable_nodes): Do not remove
18589 alias and thunks targets in the boundary; do not take removed symbols
18590 from their comdat groups.
18591 * cgraph.c (cgraph_node::local_info): Look through aliases and thunks.
18592 (cgraph_node::global_info): Remove.
18593 (cgraph_node::rtl_info): Look through aliases and thunks.
18594 * cgrpah.h (global_info): Remove.
18595 (non_local_p): Remove.
18597 2015-02-10 David Wohlferd <dw@LimeGreenSocks.com>
18598 Sandra Loosemore <sandra@codesourcery.com>
18600 * doc/invoke.texi (x86 Options [-masm=dialect]): Add cross-references
18601 to inline asm. List dialects in proper order.
18603 2015-02-10 David Wohlferd <dw@LimeGreenSocks.com>
18604 Sandra Loosemore <sandra@codesourcery.com>
18606 * doc/extend.texi (Loop-Specific Pragmas): Fix grammar error.
18608 2015-02-10 David Wohlferd <dw@LimeGreenSocks.com>
18610 * doc/extend.texi (Symbol-Renaming Pragmas): Restore (slightly
18611 modified) reference to Solaris.
18613 2015-02-10 Sandra Loosemore <sandra@codesourcery.com>
18615 * doc/extend.texi (Extended Asm): Fix typos.
18617 2015-02-10 Jakub Jelinek <jakub@redhat.com>
18620 * ubsan.c (ubsan_expand_vptr_ifn): Always return true.
18622 2015-02-10 Oleg Endo <olegendo@gcc.gnu.org>
18625 * config/sh/sh-protos.h (TARGET_ATOMIC_ANY, TARGET_ATOMIC_STRICT,
18626 TARGET_ATOMIC_SOFT_GUSA, TARGET_ATOMIC_HARD_LLCS,
18627 TARGET_ATOMIC_SOFT_TCB, TARGET_ATOMIC_SOFT_IMASK): Add parentheses.
18628 * config/sh/constraints.md (Ara, Add): New constraints.
18629 * config/sh/sync.md (atomic_mem_operand_0, atomic_mem_operand_1): New
18631 (atomic_compare_and_swap<mode>, atomic_exchange<mode>): Use
18632 atomic_mem_operand_0. Don't use force_reg on the memory address.
18633 (atomic_compare_and_swapsi_hard): Use atomic_mem_operand_0 predicate and
18634 Sra constraint. Convert to insn_and_split. Add workaround for
18636 (atomic_compare_and_swap<mode>_hard): Copy to
18637 atomic_compare_and_swap<mode>_hard_1. Convert to insn_and_split.
18638 Use atomic_mem_operand_0 predicate.
18639 (atomic_compare_and_swap<mode>_soft_gusa,
18640 atomic_exchange<mode>_soft_gusa): Use atomic_mem_operand_0 predicate and
18641 AraAdd constraints.
18642 (atomic_compare_and_swap<mode>_soft_tcb,
18643 atomic_compare_and_swap<mode>_soft_imask,
18644 atomic_exchange<mode>_soft_tcb, atomic_exchange<mode>_soft_imask): Use
18645 atomic_mem_operand_0 predicate and SraSdd constraints.
18646 (atomic_exchangesi_hard) Use atomic_mem_operand_0 predicate and Sra
18648 (atomic_exchange<mode>_hard): Copy to atomic_exchange<mode>_hard_1.
18649 Convert to insn_and_split. Use atomic_mem_operand_0 predicate.
18650 (atomic_fetch_<fetchop_name><mode>, atomic_fetch_nand<mode>,
18651 atomic_<fetchop_name>_fetch<mode>): Use atomic_mem_operand_1. Don't use
18652 force_reg on the memory address.
18653 (atomic_fetch_<fetchop_name>si_hard, atomic_fetch_notsi_hard,
18654 atomic_fetch_nandsi_hard, atomic_<fetchop_name>_fetchsi_hard,
18655 atomic_not_fetchsi_hard, atomic_nand_fetchsi_hard): Use
18656 atomic_mem_operand_1 predicate and Sra constraint.
18657 (atomic_fetch_<fetchop_name><mode>_hard): Copy to
18658 atomic_fetch_<fetchop_name><mode>_hard_1. Convert to insn_and_split.
18659 Use atomic_mem_operand_1 predicate.
18660 (atomic_<fetchop_name><mode>_hard): Copy to
18661 atomic_<fetchop_name><mode>_hard_1. Convert to insn_and_split.
18662 Use atomic_mem_operand_1 predicate.
18663 (atomic_fetch_nand<mode>_hard): Copy to atomic_fetch_nand<mode>_hard_1.
18664 Convert to insn_and_split. Use atomic_mem_operand_1 predicate.
18665 (atomic_nand<mode>_hard): Copy to atomic_nand<mode>_hard_1. Convert to
18666 insn_and_split. Use atomic_mem_operand_1 predicate.
18667 (atomic_<fetchop_name>_fetch<mode>_hard): Copy to
18668 atomic_<fetchop_name>_fetch<mode>_hard_1. Convert to insn_and_split.
18669 Use atomic_mem_operand_1 predicate.
18670 (atomic_nand_fetch<mode>_hard): Copy to atomic_nand_fetch<mode>_hard_1.
18671 Convert to insn_and_split. Use atomic_mem_operand_1 predicate.
18672 (atomic_fetch_not<mode>_hard, atomic_not_fetch<mode>_hard): Replace mems
18673 in generated insn with original mem operand before emitting the insn.
18674 (atomic_fetch_<fetchop_name><mode>_soft_gusa,
18675 atomic_fetch_not<mode>_soft_gusa, atomic_fetch_nand<mode>_soft_gusa,
18676 atomic_<fetchop_name>_fetch<mode>_soft_gusa,
18677 atomic_not_fetch<mode>_soft_gusa, atomic_nand_fetch<mode>_soft_gusa):
18678 Use atomic_mem_operand_1 predicate and AraAdd constraints.
18679 (atomic_fetch_<fetchop_name><mode>_soft_tcb,
18680 atomic_<fetchop_name><mode>_soft_tcb, atomic_fetch_not<mode>_soft_tcb,
18681 atomic_not<mode>_soft_tcb, atomic_fetch_<fetchop_name><mode>_soft_imask,
18682 atomic_fetch_not<mode>_soft_imask, atomic_fetch_nand<mode>_soft_tcb,
18683 atomic_nand<mode>_soft_tcb, atomic_fetch_nand<mode>_soft_imask,
18684 atomic_<fetchop_name>_fetch<mode>_soft_tcb,
18685 atomic_not_fetch<mode>_soft_tcb,
18686 atomic_<fetchop_name>_fetch<mode>_soft_imask,
18687 atomic_not_fetch<mode>_soft_imask, atomic_nand_fetch<mode>,
18688 atomic_nand_fetch<mode>_soft_tcb, atomic_nand_fetch<mode>_soft_imask):
18689 Use atomic_mem_operand_1 predicate and SraSdd constraints.
18691 2015-02-10 Uros Bizjak <ubizjak@gmail.com>
18693 * config/alpha/alpha.md (reload_out<mode>_aligned): Make operands 2
18694 and 3 earlyclobber operands.
18696 2015-02-10 Jan Hubicka <hubicka@ucw.cz>
18698 * common.opt (fstack-reuse): Mark as optimization.
18700 2015-02-10 Jan Hubicka <hubicka@ucw.cz>
18703 * cgraphunit.c (cgraph_node::expand_thunk): Look for stdarg thunks.
18705 2015-02-10 Trevor Saunders <tsaunders@mozilla.com>
18707 PR tree-optimization/64326
18708 * cfghooks.c (make_forwarder_block): Cap frequency of created block.
18710 2015-02-10 Rainer Emrich <rainer@emrich-ebersheim.de>
18712 PR gcov-profile/61889
18713 * gcov-tool.c: Remove wrong #if !defined(_WIN32)
18715 2015-02-10 Richard Biener <rguenther@suse.de>
18717 PR tree-optimization/64995
18718 * tree-ssa-sccvn.c (set_ssa_val_to): Assert that the
18719 value we use is final.
18720 (visit_reference_op_store): Always valueize op.
18721 (visit_use): Properly valueize vuses.
18723 2015-02-10 Richard Biener <rguenther@suse.de>
18725 PR tree-optimization/64909
18726 * tree-vect-loop.c (vect_estimate_min_profitable_iters): Properly
18727 pass a scalar-stmt count estimate to the cost model.
18728 * tree-vect-data-refs.c (vect_peeling_hash_get_lowest_cost): Likewise.
18730 2015-02-10 Alexander Monakov <amonakov@ispras.ru>
18732 * doc/invoke.texi (-fvar-tracking-assignments): Clarify that VTA is
18733 enabled by default together with var-tracking.
18735 2015-02-10 Nick Clifton <nickc@redhat.com>
18737 * config/rl78/rl78.c: Remove DIV attribute code accidentally
18738 included in previous rl78 commit.
18740 2015-02-10 Richard Biener <rguenther@suse.de>
18742 * tree-streamer.h (streamer_read_tree_bitfields): Adjust.
18743 * tree-streamer-in.c (streamer_read_tree_bitfields): Do not
18744 return the bitpack.
18746 2015-02-09 Trevor Saunders <tsaunders@mozilla.com>
18748 PR gcov-profile/61889
18749 * config.in: regenerate.
18750 * configure.in: Likewise.
18751 * configure.ac: Check for ftw.h.
18752 * gcov-tool.c: Check for ftw.h before using nftw.
18754 2015-02-09 Trevor Saunders <tsaunders@mozilla.com>
18757 * ipa-visibility.c (update_visibility_by_resolution_info): Only
18758 assert when not in lto mode.
18760 2015-02-09 Zhouyi Zhou <yizhouzhou@ict.ac.cn>
18762 * ira-color.c (setup_left_conflict_sizes_p): Simplify
18763 initialization/assignment of conflict_size.
18765 2015-02-09 Jan Hubicka <hubicka@ucw.cz>
18768 * ipa-cp.c (gather_caller_stats): Skip thunks.
18769 (propagate_constants_topo): Skip aliases.
18771 2015-02-09 Kaz Kojima <kkojima@gcc.gnu.org>
18774 * config/sh/sh.c (sh_option_override): Don't change
18775 -freorder-blocks-and-partition to -freorder-blocks even when
18776 unwinding is enabled.
18777 (sh_can_follow_jump): Return false if the followee jump is
18778 a crossing jump when -freorder-blocks-and-partition is specified.
18779 * config/sh/sh.md (*jump_compact_crossing): New insn.
18781 2015-02-09 Joern Rennecke <joern.rennecke@embecosm.com>
18782 Kaz Kojima <kkojima@gcc.gnu.org>
18785 * config/sh/sh-protos.h (sh_can_redirect_branch): Don't declare.
18786 * config/sh/sh.c (TARGET_CAN_FOLLOW_JUMP): Redefine.
18787 (sh_can_redirect_branch): Rename to ...
18788 (sh_can_follow_jump): ... this. Constify argument types.
18789 * config/sh/sh.h (MD_CAN_REDIRECT_BRANCH): Don't define.
18790 * doc/tm.texi.in (MD_CAN_REDIRECT_BRANCH): Remove documentation.
18791 * reorg.c (steal_delay_list_from_target): Use targetm.can_follow_jump.
18792 * doc/tm.texi: Regenerate.
18794 2015-02-09 Jakub Jelinek <jakub@redhat.com>
18797 * builtins.c (expand_builtin): Call targetm.expand_builtin
18798 for BUILT_IN_MD builtins regardless of asan_intercepted_p.
18800 2015-02-08 Jan Hubicka <hubicka@ucw.cz>
18803 * tree-emutls.c (ipa_lower_emutls): Avoid duplicates in TLS_VARS.
18805 2015-02-08 Jan Hubicka <hubicka@ucw.cz>
18808 * ipa-icf.c (set_local): New function.
18809 (sem_function::merge): Use it.
18811 2015-02-08 Jan Hubicka <hubicka@ucw.cz>
18813 * ipa-devirt.c (odr_types_equivalent_p): Fix formating.
18814 (add_type_duplicate): Fix comparison of BINFOs.
18816 2015-02-08 Jan Hubicka <hubicka@ucw.cz>
18818 * ipa-polymorphic-call.c (ipa_polymorphic_call_context): Avoid ICE
18819 on getting VOID pointer.
18821 2015-02-09 Jakub Jelinek <jakub@redhat.com>
18824 * tree-stdarg.c (pass_stdarg::execute): Scan phi node args for
18827 2015-02-09 Richard Biener <rguenther@suse.de>
18829 * genmatch.c (replace_id): Copy expr_type.
18831 2015-02-09 Richard Biener <rguenther@suse.de>
18833 * tree-streamer.h (streamer_pack_tree_bitfields): Remove.
18834 (streamer_write_tree_bitfields): Declare.
18835 * tree-streamer-in.c (unpack_ts_base_value_fields): Inline,
18836 properly unpack padding.
18837 (unpack_value_fields): Inline ...
18838 (streamer_read_tree_bitfields): ... here.
18839 * tree-streamer-out.c (pack_ts_base_value_fields): Inline
18840 and properly add padding bits.
18841 (streamer_pack_tree_bitfields): Fold into ...
18842 (streamer_write_tree_bitfields): ... this new function,
18843 exposing the bitpack object.
18844 * lto-streamer-out.c (lto_write_tree_1): Call
18845 streamer_write_tree_bitfields.
18847 2015-02-09 Richard Biener <rguenther@suse.de>
18849 PR tree-optimization/54000
18850 * tree-ssa-looo-ivopts.c: Include tree-vectorizer.h.
18851 (struct ivopts_data): Add loop_loc member.
18852 (tree_ssa_iv_optimize_loop): Dump loop location.
18853 (create_new_ivs): Likewise, also dump number of IVs generated.
18855 2015-02-09 Martin Liska <mliska@suse.cz>
18857 * ipa-icf.c (sem_item_optimizer::register_hooks): Register hooks
18858 just if not yet registered.
18859 (ipa_icf_generate_summary): Register callgraph hooks.
18861 2015-02-08 Andrew Pinski <apinski@cavium.com>
18863 * config/aarch64/aarch64.c (gty_dummy): Delete.
18865 2015-02-08 Jan Hubicka <hubicka@ucw.cz>
18868 * ipa-visibility.c (cgraph_node::non_local_p): Accept aliases.
18869 (cgraph_node::local_p): Remove thunk related FIXME.
18871 2015-02-08 Jan Hubicka <hubicka@ucw.cz>
18874 * i386.c (ix86_function_regparm): Look through aliases to see if callee
18875 is local and optimized.
18876 (ix86_function_sseregparm): Likewise; also use target's SSE math
18877 settings; error out instead of silently generating wrong code
18879 (init_cumulative_args): Look through aliases.
18881 2015-02-08 Jan Hubicka <hubicka@ucw.cz>
18884 * ipa-split.c (execute_split_functions): Split if function has aliases.
18886 2015-02-08 Jan Hubicka <hubicka@ucw.cz>
18889 * cgraphunit.c (cgraph_node::analyze): Be sure target of thunk is
18890 aliases before trying to expand it.
18891 (cgraph_node::expand_thunk): Fix formating.
18893 2015-02-07 Sandra Loosemore <sandra@codesourcery.com>
18895 * doc/extend.texi (Function Attributes [naked]): Copy-edit.
18896 (Using Assembly Language with C): Expand introduction.
18897 (Basic Asm): Copy-edit. Add more information about uses of
18899 (Extended Asm): Copy-edit. Document new escape syntax and
18901 (Global Reg Vars): Copy-edit.
18902 (Local Reg Vars): Likewise.
18904 2015-02-06 David Edelsohn <dje.gcc@gmail.com>
18908 * xcoffout.h (DBX_CONTIN_LENGTH): Define as 16384.
18909 (DBX_CONTIN_CHAR): Define.
18911 2015-02-06 Sebastian Pop <s.pop@samsung.com>
18912 Brian Rzycki <b.rzycki@samsung.com>
18914 PR tree-optimization/64878
18915 * tree-ssa-threadedge.c: Include tree-ssa-loop.h.
18916 (fsm_find_control_statement_thread_paths): Add parameter seen_loop_phi.
18917 Stop recursion at loop phi nodes after having visited a loop phi node.
18919 2015-02-06 Jakub Jelinek <jakub@redhat.com>
18921 * toplev.c (process_options): Change flag_ipa_ra before creating
18922 optimization_{default,current}_node.
18925 * cgraphunit.c (cgraph_node::expand_thunk): If
18926 restype is not is_gimple_reg_type nor the thunk_fndecl
18927 returns aggregate_value_p, set restmp to a temporary variable
18928 instead of resdecl.
18930 2015-02-06 Vladimir Makarov <vmakarov@redhat.com>
18932 * lra.c (lra_emit_add): Fix a typo in using disp instead of base.
18934 2015-02-06 Michael Meissner <meissner@linux.vnet.ibm.com>
18937 * config/rs6000/rs6000.c (rs6000_init_hard_regno_mode_ok): Do not
18938 add a general secondary reload handler for SDmode, unless we have
18939 both read/write support for SDmode.
18941 2015-02-06 Jakub Jelinek <jakub@redhat.com>
18943 PR middle-end/64937
18944 * dwarf2out.c (set_block_abstract_flags, set_decl_abstract_flags):
18945 Replace setting argument with abstract_vec, always set BLOCK_ABSTRACT
18946 or DECL_ABSTRACT_P flags to 1 rather than to setting, and if it wasn't
18947 1 before, push it to abstract_vec.
18948 (dwarf2out_abstract_function): Adjust caller. Don't call
18949 set_decl_abstract_flags second time, instead clear BLOCK_ABSTRACT or
18950 DECL_ABSTRACT_P flags for all abstract_vec elts.
18952 2015-02-06 Renlin Li <renlin.li@arm.com>
18954 * tree-ssa-forwprop.c (execute): Keep location info while rewrite
18956 * tree-ssa.c (execute_update_addresses_taken): Likewise.
18958 2015-02-06 Jeff Law <law@redhat.com>
18961 * config/h8300/h8300.c (push): New argument "in_prologue".
18962 Pass "in_prologue" along to "F".
18963 (h8300_push_pop): Corresponding changes.
18964 (h8300_expand_prologue): Likewise.
18965 (h8300_swap_into_er6): Likewise. Do not set RTX_FRAME_RELATED_P.
18967 2015-02-06 Jakub Jelinek <jakub@redhat.com>
18969 PR rtl-optimization/64957
18971 * simplify-rtx.c (simplify_binary_operation_1): Use ~cval for
18972 IOR rather than for AND.
18974 2015-02-06 Eric Botcazou <ebotcazou@adacore.com>
18977 * tree-ssa-loop-ivopts.c (get_shiftadd_cost): Use the mininum of costs
18978 of shift-add and (add + shift) operations. Rename local variable.
18980 2015-02-05 Jeff Law <law@redhat.com>
18983 * config/h8300/constraints.md (U): Correctly dectect
18984 "eightbit_data" memory addresses.
18985 * config/h8300/h8300.c (eightbit_constant_address_p): Also
18986 handle (const (plus (symbol_ref (x)))) where x is declared
18987 as an 8-bit data memory address.
18988 * config/h8300/h8300.md (call, call_value): Correctly detect
18989 "funcvec" functions.
18992 * config/h8300/h8300.c (get_shift_alg): Fix ASHIFTRT by
18993 24 to 28 bits for the H8/300.
18995 2015-02-06 Alan Modra <amodra@gmail.com>
18998 * config/rs6000/rs6000.c (chain_already_loaded): New function.
18999 (rs6000_call_aix): Use it.
19001 2015-02-05 Jan Hubicka <hubicka@ucw.cz>
19003 * ipa-cp.c (ipa_value_from_jfunc, ipa_context_from_jfunc): Add bounds
19006 2015-02-05 Joern Rennecke <joern.rennecke@embecosm.com>
19008 * config/h8300/constraints.md ("U" constraint): Use strict
19009 variant of REG_OK_FOR_BASE_P after reload has started.
19011 2015-02-04 Mantas Mikaitis <mantas.mikaitis@arm.com>
19013 * config/arm/arm.h (TARGET_NEON_FP): Removed conditional definition,
19014 define to zero if !TARGET_NEON.
19015 (TARGET_ARM_FP): Added !TARGET_SOFT_FLOAT into conditional definition.
19017 2015-02-04 Jan Hubicka <hubicka@ucw.cz>
19018 Trevor Saunders <tsaunders@mozilla.com>
19021 * tree-emultls.c (new_emutls_decl): Resolve alias after creating it.
19023 2015-02-04 Jan Hubicka <hubicka@ucw.cz>
19026 * ipa.c (symbol_table::remove_unreachable_nodes): Fix ordering issue
19027 when removing varpool nodes.
19029 2015-02-04 Jan Hubicka <hubicka@ucw.cz>
19032 * varpool.c (varpool_node::remove): Fix order of variables.
19034 2015-02-04 Jan Hubicka <hubicka@ucw.cz>
19037 * ipa-inline.c (inline_small_functions): Fix ordering issue between
19038 speculation resolution and key updates.
19040 2015-02-04 Jan Hubicka <hubicka@ucw.cz>
19042 * ipa-prop.c (update_indirect_edges_after_inlining): By more careful
19043 about not letting any speculative edges unupdated.
19045 2015-02-04 Jan Hubicka <hubicka@ucw.cz>
19048 * gcov-io.c (gcov_var): Export.
19050 2015-02-04 Jan Hubicka <hubicka@ucw.cz>
19052 PR middle-end/64922
19053 * ipa-prop.c (update_indirect_edges_after_inlining): Correctly update
19054 edges that become speculative.
19056 2015-02-04 Jakub Jelinek <jakub@redhat.com>
19058 * dwarf2out.c (is_fortran): Also return true for DW_LANG_Fortran03
19059 or DW_LANG_Fortran08.
19060 (lower_bound_default): Return 1 for DW_LANG_Fortran03 or
19062 (gen_compile_unit_die): Handle "GNU Fortran2003" and
19063 "GNU Fortran2008" language strings.
19064 * dbxout.c (get_lang_number): Use lang_GNU_Fortran.
19065 * langhooks.h (lang_GNU_Fortran): New prototype.
19066 * langhooks.c (lang_GNU_Fortran): New function.
19067 * config/rs6000/rs6000.c (rs6000_output_function_epilogue): Use
19070 2015-02-04 Eric Botcazou <ebotcazou@adacore.com>
19072 * config/sparc/sparc.c (RTX_OK_FOR_OFFSET_P): Fix off-by-one error.
19073 (RTX_OK_FOR_OLO10_P): Likewise.
19075 2015-02-04 Eric Botcazou <ebotcazou@adacore.com>
19077 * tree-ssa-loop-ivopts.c (get_address_cost): Use right mode for offset.
19079 2015-02-04 Jan Hubicka <hubicka@ucw.cz>
19081 PR middle-end/64922
19082 * gimple.c: Include gimple-ssa.h.
19083 (maybe_remove_unused_call_args): New function.
19084 * gimple.h (maybe_remove_unused_call_args): Declare.
19085 * cgraph.c (cgraph_edge::redirect_call_stmt_to_callee): Use it.
19086 * tree-ssa-pre.c (eliminate_dom_walker::before_dom_children): Likewise.
19087 * gimple-fold.c (gimple_fold_call): Likewise.
19089 2015-02-04 H.J. Lu <hongjiu.lu@intel.com>
19091 PR rtl-optimization/64905
19092 * lra-eliminations.c (setup_can_eliminate): Clear hard frame
19093 pointer alignment if it isn't needed.
19095 2015-02-04 Matthew Wahab <matthew.wahab@arm.com>
19097 * config/aarch64/aarch64-cores.def: Add cortex-a72 and
19098 cortex-a72.cortex-a53.
19099 * config/aarch64/aarch64-tune.md: Regenerate.
19100 * doc/invoke.texi (AArch64 Options/-mtune): Add "cortex-a72".
19102 2015-02-04 Nick Clifton <nickc@redhat.com>
19104 * config/rl78/rl78.c (rl78_note_reg_set): Note the use of REGs
19107 2015-02-04 Jakub Jelinek <jakub@redhat.com>
19109 * builtins.def (DEF_BUILTIN_CHKP): Define if not defined.
19110 (DEF_LIB_BUILTIN_CHKP, DEF_EXT_LIB_BUILTIN_CHKP): Redefine.
19111 (DEF_CHKP_BUILTIN): Define using DEF_BUILTIN_CHKP instead
19113 (BUILT_IN_MEMCPY, BUILT_IN_MEMMOVE, BUILT_IN_MEMSET, BUILT_IN_STRCAT,
19114 BUILT_IN_STRCHR, BUILT_IN_STRCPY, BUILT_IN_STRLEN): Use
19115 DEF_LIB_BUILTIN_CHKP macro instead of DEF_LIB_BUILTIN.
19116 (BUILT_IN_MEMCPY_CHK, BUILT_IN_MEMMOVE_CHK, BUILT_IN_MEMPCPY_CHK,
19117 BUILT_IN_MEMPCPY, BUILT_IN_MEMSET_CHK, BUILT_IN_STPCPY_CHK,
19118 BUILT_IN_STPCPY, BUILT_IN_STRCAT_CHK, BUILT_IN_STRCPY_CHK): Use
19119 DEF_EXT_LIB_BUILTIN_CHKP macro instead of DEF_EXT_LIB_BUILTIN.
19120 * tree-core.h (enum built_in_function): In between
19121 BEGIN_CHKP_BUILTINS and END_CHKP_BUILTINS only define enum values
19122 for builtins that use DEF_BUILTIN_CHKP macro.
19124 2015-02-04 Alexandre Oliva <aoliva@redhat.com>
19127 * cfgexpand.c (expand_debug_expr): Compute unsignedp from
19128 operands for tcc_comparison exprs. Fix typos.
19131 * simplify-rtx.c (simplify_binary_operation_1): Simplify one
19132 of two XORs that have an intervening AND or IOR.
19135 * simplify-rtx.c (simplify_binary_operation_1): Rewrite
19136 simplification of XOR of AND to not allocate new rtx before
19137 committing to a simplification.
19139 2015-02-04 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
19141 * config/aarch64/aarch64-ldpstp.md: Use std::swap instead of
19142 manual swaps in all peepholes.
19144 2015-02-04 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
19146 * config/aarch64/aarch64.c (aarch64_evpc_ext): Use std::swap instead
19147 of manual swapping implementation.
19148 (aarch64_expand_vec_perm_const_1): Likewise.
19150 2015-02-04 James Greenhalgh <james.greenhalgh@arm.com>
19152 * config/aarch64/aarch64.c (NAMED_PARAM): Delete it.
19153 (generic_addrcost_table): Remove NAMED_PARAM.
19154 (cortexa57_addrcost_table): Likewise.
19155 (xgene1_addrcost_table): Likewise.
19156 (generic_regmove_table): Likewise.
19157 (cortexa53_regmove_table): Likewise.
19158 (xgene1_regmove_table): Likewise.
19159 (generic_vector_table): Likewise.
19160 (cortexa57_vector_table): Likewise.
19161 (xgene1_vector_table): Likewise.
19162 (generic_tunings): Likewise.
19163 (cortexa53_tunings): Likewise.
19164 (cortexa57_tunings): Likewise.
19165 (xgene1_tunings): Likewise.
19167 2015-02-04 Matthew Wahab <matthew.wahab@arm.com>
19169 * config/arm/arm-cores.def: Add cortex-a72 and
19170 cortex-a72.cortex-a53.
19171 * config/arm/bpabi.h (BE8_LINK_SPEC): Likewise.
19172 * config/arm/t-aprofile (MULTILIB_MATCHES): Likewise.
19173 * config/arm/arm-tune.md: Regenerate.
19174 * config/arm/arm-tables.opt: Add entries for "cortex-a72" and
19175 "cortex-a72.cortex-a53".
19176 * doc/invoke.texi (ARM Options/-mtune): Likewise.
19178 2015-02-04 Nick Clifton <nickc@redhat.com>
19181 * config/fr30/predicates.md (di_operand): Add SUBREG to the list
19183 (nonimmediate_di_operand): Likewise.
19185 * config/msp430/msp430.c (msp430_use_f5_series_hwmult): Add more
19186 prefixes of known F5 using MSP430 MCUs.
19188 2015-02-04 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
19190 * config/aarch64/aarch64-simd-builtins.def (sqrt): Use BUILTIN_VDQF_DF.
19191 * config/aarch64/arm_neon.h (vsqrt_f64): Use __builtin_aarch64_sqrtdf
19192 instead of __builtin_sqrt.
19194 2015-02-04 Ilya Enkovich <ilya.enkovich@intel.com>
19196 * varasm.c (do_assemble_alias): Follow transparent alias
19198 (default_assemble_visibility): Follow transparent alias
19199 chain for decl name.
19201 2015-02-04 Thomas Preud'homme <thomas.preudhomme@arm.com>
19203 PR middle-end/62103
19204 * tree-ssa-sccvn.c (fully_constant_vn_reference_p): Use TYPE_PRECISION
19205 to compute size of referenced value in the constant case.
19207 2015-02-03 Jakub Jelinek <jakub@redhat.com>
19209 PR rtl-optimization/64756
19210 * cse.c (invalidate_dest): New function.
19211 (cse_insn): Use it. If dest != SET_DEST (sets[i].rtl) and
19212 HASH (SET_DEST (sets[i].rtl), mode) computation sets do_not_record,
19213 invalidate and do not record it.
19215 2015-02-03 Oleg Endo <olegendo@gcc.gnu.org>
19218 * config/sh/sync.md (atomic_<fetchop_name><mode>_hard,
19219 atomic_not<mode>_hard, atomic_<fetchop_name><mode>_soft_tcb,
19220 atomic_not<mode>_soft_tcb, atomic_nand<mode>_hard,
19221 atomic_nand<mode>_soft_tcb): New insns.
19222 (atomic_fetch_<fetchop_name>si_hard): Convert to insn_and_split.
19223 Split into atomic_<fetchop_name>_fetchsi_hard if operands[0] is unused.
19224 (define_insn "atomic_fetch_notsi_hard): Convert to insn_and_split.
19225 Split into atomic_not_fetchsi_hard if operands[0] is unused.
19226 (atomic_fetch_<fetchop_name><mode>_hard): Convert to insn_and_split.
19227 Split into atomic_<fetchop_name><mode>_hard if operands[0] is unused.
19228 (atomic_fetch_not<mode>_hard): Convert to insn_and_split. Split into
19229 atomic_not<mode>_hard if operands[0] is unused.
19230 (atomic_fetch_<fetchop_name><mode>_soft_gusa): Convert to
19231 insn_and_split. Split into atomic_<fetchop_name>_fetch<mode>_soft_gusa
19232 if operands[0] is unused.
19233 (atomic_fetch_not<mode>_soft_gusa): Convert to insn_and_split. Split
19234 into atomic_not_fetch<mode>_soft_gusa if operands[0] is unused.
19235 (atomic_fetch_<fetchop_name><mode>_soft_tcb): Convert to insn_and_split.
19236 Split into atomic_<fetchop_name><mode>_soft_tcb if operands[0] is
19238 (atomic_fetch_not<mode>_soft_tcb): Convert to insn_and_split. Split
19239 into atomic_not<mode>_soft_tcb if operands[0] is unused.
19240 (atomic_fetch_<fetchop_name><mode>_soft_imask): Convert to
19241 insn_and_split. Split into atomic_<fetchop_name>_fetch<mode>_soft_imask
19242 if operands[0] is unused.
19243 (atomic_fetch_not<mode>_soft_imask): Convert to insn_and_split. Split
19244 into atomic_not_fetch<mode>_soft_imask is operands[0] is unused.
19245 (atomic_fetch_nandsi_hard): Convert to insn_and_split. Split into
19246 atomic_nand_fetchsi_hard if operands[0] is unused.
19247 (atomic_fetch_nand<mode>_hard): Convert to insn_and_split. Split into
19248 atomic_nand<mode>_hard if operands[0] is unused.
19249 (atomic_fetch_nand<mode>_soft_gusa): Convert to insn_and_split. Split
19250 into atomic_nand_fetch<mode>_soft_gusa if operands[0] is unused.
19251 (atomic_fetch_nand<mode>_soft_tcb): Convert to insn_and_split. Split
19252 into atomic_nand<mode>_soft_tcb if operands[0] is unused.
19253 (atomic_fetch_nand<mode>_soft_imask): Convert to insn_and_split. Split
19254 into atomic_nand_fetch<mode>_soft_imask if operands[0] is unused.
19255 (atomic_<fetchop_name>_fetch<mode>_hard): Convert to insn_and_split.
19256 Split into atomic_<fetchop_name><mode>_hard if operands[0] is unused.
19257 (atomic_not_fetch<mode>_hard): Convert to insn_and_split. Split into
19258 atomic_not<mode>_hard if operands[0] is unused.
19259 (atomic_<fetchop_name>_fetch<mode>_soft_tcb): Convert to insn_and_split.
19260 Split into atomic_<fetchop_name><mode>_soft_tcb if operands[0] is
19262 (atomic_not_fetch<mode>_soft_tcb): Convert to insn_and_split. Split
19263 into atomic_not<mode>_soft_tcb if operands[0] is unused.
19264 (atomic_nand_fetch<mode>_hard): Convert to insn_and_split. Split into
19265 atomic_nand<mode>_hard if operands[0] is unused.
19266 (atomic_nand_fetch<mode>_soft_tcb): Convert to insn_and_split. Split
19267 into atomic_nand<mode>_soft_tcb if operands[0] is unused.
19269 2015-02-03 David Malcolm <dmalcolm@redhat.com>
19272 * Makefile.in (GCC_OBJS): Add gcc-main.o.
19273 * gcc-main.c: New file, containing "main" taken from gcc.c.
19274 * gcc.c (do_self_spec): Free decoded_options.
19275 (class driver): Move declaration to gcc.h.
19276 (main): Move declaration and implementation to new file
19278 (driver_get_configure_time_options): New function.
19279 * gcc.h (class driver): Move this declaration here, from
19281 (driver_get_configure_time_options): New declaration.
19283 2015-02-03 Jan Hubicka <hubicka@ucw.cz>
19285 * ipa-inline-analysis.c (simple_edge_hints): Fix check for
19286 cross-module inlining.
19287 * cgraph.h (cgraph_node): Add flag merged.
19288 * ipa-icf.c (sem_function::merge): Maintain it.
19290 2015-02-03 Richard Sandiford <richard.sandiford@arm.com>
19292 * config/arm/arm.c (thumb2_reorg): Test UNARY_P and BINARY_P
19293 instead of OBJECT_P.
19295 2015-02-03 Eric Botcazou <ebotcazou@adacore.com>
19298 * config/sparc/sparc.h (TARGET_HARD_MUL): Remove TARGET_V8PLUS.
19299 (TARGET_HARD_MUL32): Rewrite based on TARGET_HARD_MUL.
19300 * config/sparc/sparc.c (sparc_rtx_costs) <MULT>: Return costs based on
19301 int_mulX for integers in 64-bit mode if TARGET_HARD_MUL is not set.
19303 2015-02-03 Jakub Jelinek <jakub@redhat.com>
19306 * combine.c (reg_n_sets_max): New variable.
19307 (can_change_dest_mode, reg_nonzero_bits_for_combine,
19308 reg_num_sign_bit_copies_for_combine, get_last_value_validate,
19309 get_last_value): Use REG_N_SETS only on pseudos < reg_n_sets_max.
19310 (try_combine): Use INC_REG_N_SETS only on pseudos < reg_n_sets_max.
19311 (rest_of_handle_combine): Initialize reg_n_sets_max.
19313 2015-02-02 Jan Hubicka <hubicka@ucw.cz>
19315 * ipa-inline.c (early_inliner): Skip inlining only in always_inlined;
19316 if some always_inline was inlined, apply changes before inlining
19319 2015-02-02 David Malcolm <dmalcolm@redhat.com>
19322 * config/arm/arm.c (arm_option_override): Set
19323 arm_selected_arch/cpu/tune to NULL on entry.
19325 2015-02-02 Tejas Belagod <tejas.belagod@arm.com>
19326 Andrew Pinski <pinskia@gcc.gnu.org>
19327 Jakub Jelinek <jakub@gcc.gnu.org>
19330 * config/aarch64/aarch64.c (aarch64_classify_symbol): Fix large
19331 integer typing for small model. Use IN_RANGE.
19333 2015-02-02 Richard Biener <rguenther@suse.de>
19335 * tree-ssa-ccp.c (valueize_op_1): Always allow valueizing default-defs.
19336 * tree-vrp.c (vrp_valueize_1): Likewise.
19338 2015-02-02 Alan Modra <amodra@gmail.com>
19340 * config/rs6000/rs6000.c (rs6000_call_aix): Use unspec rather
19341 than mem for toc_restore.
19342 * config/rs6000/rs6000.md (UNSPEC_TOCSLOT): Define.
19343 (call_indirect_aix, call_value_indirect_aix): Adjust to suit.
19344 (call_indirect_elfv2, call_value_indirect_elfv2): Likewise.
19346 2015-02-01 David Edelsohn <dje.gcc@gmail.com>
19349 * config/rs6000/rs6000.c (rs6000_set_current_function): Handle
19350 explicit default options.
19352 2015-02-01 Jan Hubicka <hubicka@ucw.cz>
19355 * ipa-utils.c (ipa_merge_profiles): Add release argument.
19356 * ipa-icf.c (sem_function::merge): Do not release body when merging.
19357 * ipa-utils.h (ipa_merge_profiles): Update prototype.
19359 2015-02-01 Jakub Jelinek <jakub@redhat.com>
19362 * cfgexpand.c (deep_ter_debug_map): New variable.
19363 (avoid_deep_ter_for_debug): New function.
19364 (expand_debug_expr): If TERed SSA_NAME is in
19365 deep_ter_debug_map, use the corresponding DEBUG_EXPR_DECL
19366 instead of trying to expand SSA_NAME's def stmt.
19367 (expand_debug_locations): When expanding debug bind
19368 of a DEBUG_EXPR_DECL to corresponding SSA_NAME,
19369 temporarily remove the DEBUG_EXPR_DECL from deep_ter_debug_map's
19371 (pass_expand::execute): Call avoid_deep_ter_for_debug on
19372 all debug bind stmts. Delete deep_ter_debug_map after
19373 expand_debug_location if non-NULL and clear it.
19375 2015-02-01 Oleg Endo <olegendo@gcc.gnu.org>
19378 * config/sh/sync.md (atomic_fetch_notsi_hard,
19379 atomic_fetch_not<mode>_hard, atomic_fetch_not<mode>_soft_gusa,
19380 atomic_fetch_not<mode>_soft_tcb, atomic_fetch_not<mode>_soft_imask,
19381 atomic_not_fetchsi_hard, atomic_not_fetch<mode>_hard,
19382 atomic_not_fetch<mode>_soft_gusa, atomic_not_fetch<mode>_soft_tcb,
19383 atomic_not_fetch<mode>_soft_imask): New insns.
19385 2015-02-01 Maxim Kuvyrkov <maxim.kuvyrkov@linaro.org>
19387 * haifa-sched.c (INSN_RFS_DEBUG_ORIG_ORDER): New access macro.
19388 (rank_for_schedule_debug): Split from ...
19389 (rank_for_schedule): ... this.
19390 (ready_sort): Sort DEBUG_INSNs separately from normal INSNs.
19391 * sched-int.h (struct _haifa_insn_data): New field rfs_debug_orig_order.
19393 2015-01-31 Sandra Loosemore <sandra@codesourcery.com>
19395 * doc/md.texi (Machine Constraints): Alphabetize table by target.
19396 * doc/extend.texi (x86 Variable Attributes): Move section to
19397 correct alphabetization after renaming.
19398 (x86 Type Attributes): Likewise.
19399 (Target Builtins): Re-alphabetize menu.
19400 (x86 Built-in Functions): Move section to correct alphabetization
19402 (x86 transactional memory intrinsics): Likewise.
19403 * doc/invoke.texi (Option Summary): Re-alphabetize x86 Options
19404 and x86 Windows Options in table and menu.
19405 (x86 Options): Move section to correct alphabetization after
19407 (x86 Windows Options): Likewise.
19409 2015-01-31 Sandra Loosemore <sandra@codesourcery.com>
19411 * doc/extend.texi: Use "x86", "x86-32", and "x86-64" as the
19412 preferred names of the architecture and its 32- and 64-bit
19414 * doc/invoke.texi: Likewise.
19415 * doc/md.texi: Likewise.
19417 2015-01-31 Uros Bizjak <ubizjak@gmail.com>
19420 * config/i386/predicates.md (address_no_seg_operand): Reject
19421 non-CONST_INT_P operands in invalid mode.
19423 2015-01-31 Uros Bizjak <ubizjak@gmail.com>
19425 * config/i386/i386.md (*prefetch_prefetchw1): Remove mode of
19426 address_operand 0. Rename from *prefetch_prefetchwt1_<mode>.
19427 * config/i386/predicates.md (address_no_seg_operand): Call
19428 address_operand with VOIDmode.
19429 (vsib_address_operand): Ditto.
19430 (address_mpx_no_base_operand): Ditto.
19431 (address_mpx_no_index_operand): Ditto.
19433 2015-01-30 Vladimir Makarov <vmakarov@redhat.com>
19436 * lra-constraints.c (original_subreg_reg_mode): New.
19437 (simplify_operand_subreg): Try to simplify subreg of const. Use
19438 original_subreg_reg_mode for it.
19439 (swap_operands): Update original_subreg_reg_mode.
19440 (curr_insn_transform): Set up original_subreg_reg_mode.
19442 2015-01-30 Vladimir Makarov <vmakarov@redhat.com>
19445 * lra-constraints.c (prohibited_class_reg_set_mode_p): New
19447 (process_alt_operands): Use it.
19448 (curr_insn_transform): Check the optional reload pseudo class is
19451 2015-01-30 Joseph Myers <joseph@codesourcery.com>
19453 * diagnostic.c (fatal_error (const char *, ...)): Remove function.
19454 * diagnostic-core.h (fatal_error (const char *, ...)): Remove
19456 * toplev.h (init_asm_output): Update comment on use of
19457 UNKNOWN_LOCATION with fatal_error.
19458 * cgraph.c, collect-utils.c, collect2.c, config/arc/arc.c,
19459 config/arc/arc.md, config/avr/avr.c, config/c6x/c6x.h,
19460 config/darwin.c, config/host-darwin.c, config/i386/host-cygwin.c,
19461 config/i386/intelmic-mkoffload.c, config/nios2/nios2.c,
19462 config/nvptx/mkoffload.c, config/nvptx/nvptx.h,
19463 config/rs6000/host-darwin.c, config/rs6000/rs6000.c,
19464 config/s390/s390.c, gcc.c, gcov-io.h, gcov-tool.c, ggc-common.c,
19465 ggc-page.c, graph.c, ipa-inline-analysis.c, ipa-reference.c,
19466 lto-cgraph.c, lto-section-in.c, lto-streamer-in.c, lto-streamer.c,
19467 lto-wrapper.c, objc/objc-act.c, opts.c, passes.c, plugin.c,
19468 tlink.c, toplev.c, tree-streamer-in.c, varpool.c: All callers of
19469 fatal_error changed to pass input_location as first argument.
19471 2015-01-30 Martin Liska <mliska@suse.cz>
19473 * tree.h: Change GCC_VERSION >= 4004 to GCC_VERSION >= 4006
19474 in #pragma GCC diagnostic guards.
19476 2015-01-30 Richard Biener <rguenther@suse.de>
19478 PR tree-optimization/64829
19479 * tree-vect-patterns.c (vect_handle_widen_op_by_const): Do
19480 not add a widening conversion pattern but hand off extra
19481 widenings to callers.
19482 (vect_recog_widen_mult_pattern): Handle extra widening produced
19483 by vect_handle_widen_op_by_const.
19484 (vect_recog_widen_shift_pattern): Likewise.
19485 (vect_pattern_recog_1): Remove excess vertical space in dumping.
19486 * tree-vect-stmts.c (vect_mark_stmts_to_be_vectorized): Likewise.
19487 (vect_init_vector_1): Likewise.
19488 (vect_get_vec_def_for_operand): Likewise.
19489 (vect_finish_stmt_generation): Likewise.
19490 (vectorizable_load): Likewise.
19491 (vect_analyze_stmt): Likewise.
19492 (vect_is_simple_use): Likewise.
19494 2015-01-29 Jeff Law <law@redhat.com>
19496 * combine.c (try_combine): Fix typo in comment.
19498 2015-01-29 Segher Boessenkool <segher@kernel.crashing.org>
19501 * config.rs6000/rs6000.c (compute_vrsave_mask): Reverse loop order.
19502 (rs6000_stack_info): Add assert.
19503 (rs6000_output_savres_externs): New function, split off from...
19504 (rs6000_output_function_prologue): ... here. Do not call it for
19507 2015-01-29 Jeff Law <law@redhat.com>
19510 * combine.c (try_combine): If I0 is a memory load and I3 a store
19511 to a related address, increase the "goodness" of doing a 4-insn
19512 combination with I0-I3.
19513 (make_field_assignment): Handle SUBREGs in the ior+and case.
19515 2015-01-29 Yuri Rumyantsev <ysrumyan@gmail.com>
19517 PR tree-optimization/64746
19518 * tree-if-conv.c (mask_exists): New function.
19519 (predicate_mem_writes): Save created mask with given size for further
19521 (stmt_is_root_of_bool_pattern): Remove argument VAR and store to it.
19522 (ifcvt_repair_bool_pattern): Collect all statements that are root
19523 of bool pattern and use iterative algorithm to remove multiple uses
19524 of predicates, display number of required iterations.
19526 2015-01-29 Richard Biener <rguenther@suse.de>
19528 PR tree-optimization/64853
19529 * tree-vrp.c (vrp_valueize_1): Do not return anything if the
19530 stmt will get simulated again.
19531 * tree-ssa-ccp.c (valueize_op_1): Likewise.
19533 2015-01-29 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
19535 * config/arm/arm.c (arm_emit_multi_reg_pop): Simplify definition of
19536 return_in_pc. Remove redundant assignments.
19537 (thumb2_emit_ldrd_pop): Simplify definition of return_in_pc.
19538 (arm_expand_epilogue): Don't compare boolean with true in if condition.
19540 2015-01-29 Uros Bizjak <ubizjak@gmail.com>
19542 * config/i386/i386.c (ix86_mode_after): Make static.
19544 2015-01-29 Richard Biener <rguenther@suse.de>
19546 PR tree-optimization/64844
19547 * tree-vect-loop.c (vect_estimate_min_profitable_iters): Always
19548 dump cost model analysis.
19549 * tree-vect-data-refs.c (vect_enhance_data_refs_alignment):
19550 Do not register adjusted load/store costs here.
19552 2015-01-29 Ilya Enkovich <ilya.enkovich@intel.com>
19553 Uros Bizjak <ubizjak@gmail.com>
19555 * config/i386/i386-protos.h (ix86_use_pseudo_pic_reg): New.
19556 * config/i386/i386.h (PIC_OFFSET_TABLE_REGNUM): Simplify by
19557 using x86_use_pseudo_pic_reg.
19558 * config/i386/i386.c (ix86_conditional_register_usage): Remove
19559 support for fixed PIC register.
19560 (ix86_use_pseudo_pic_reg): Not static any more.
19562 2015-01-29 Ilya Enkovich <ilya.enkovich@intel.com>
19564 PR middle-end/64805
19565 * ipa-inline.c (early_inliner): Rebuild IPA_REF_CHKP reference
19566 to avoid error in cgraph node verification.
19568 2015-01-29 Marek Polacek <polacek@redhat.com>
19570 * doc/standards.texi: Reflect that the default for C is gnu11.
19572 2015-01-29 Kaz Kojima <kkojima@gcc.gnu.org>
19575 * reorg.c (switch_text_sections_between_p): New function.
19576 (relax_delay_slots): Call it when testing if the jump insn
19577 is removable. Use targetm.can_follow_jump when testing if
19578 the conditional branch can follow an unconditional jump.
19580 2015-01-27 Caroline Tice <cmtice@google.com>
19582 Committing VTV Cywin/Ming patch for Patrick Wollgast
19583 * config/i386/cygwin.h (STARTFILE_SPEC): Add vtv_start.o,
19584 if -fvtable-verify=preinit/std is used.
19585 * config/i386/mingw-w64.h (STARTFILE_SPEC): Likewise.
19586 * config/i386/mingw32.h (STARTFILE_SPEC): Likewise.
19587 * config/i386/cygwin.h (ENDFILE_SPEC): Add vtv_end.o,
19588 if -fvtable-verify=preinit/std is used.
19589 * config/i386/mingw32.h (ENDFILE_SPEC): Likewise.
19590 * config/i386/cygwin.h (LIB_SPEC): Pass -lvtv and -lpsapi,
19591 if -fvtable-verify=preinit/std is used.
19592 * config/i386/mingw-w64.h (LIB_SPEC): Likewise.
19593 * config/i386/mingw32.h (LIB_SPEC): Likewise.
19594 * varasm.c (assemble_variable): Add code to properly set the comdat
19595 section and name for the .vtable_map_vars section in case the
19596 target is PE or COFF.
19598 2015-01-29 Jan Hubicka <hubicka@ucw.cz>
19601 * cgraphunit.c (init_lowered_empty_function): Add CoUNT parameter;
19602 make sane BB profile.
19603 (cgraph_node::expand_thunk): Make sane BB profile.
19604 (cgraph_node::create_wrapper): Do not set call_stmt_cannot_inline_p.
19605 * cgraph.h (init_lowered_empty_function): Update prototype.
19606 * config/i386/i386.c (make_resolver_func): Update call.
19607 * predict.c (gate): Disable branch prediction pass if
19608 profile is already there.
19610 2015-01-29 Jan Hubicka <hubicka@ucw.cz>
19612 * optc-save-gen.awk: flag_fp_contract_mode is no longer speical.
19613 * opth-gen.awk: Likewise.
19614 * common.opt: Mark flag_fp_contract_mode as Optimization.
19616 2015-01-29 Bernd Edlinger <bernd.edlinger@hotmail.de>
19618 * config/i386/cygwin.h (LIBGCJ_SONAME): Set libgcj version to -16.
19619 * config/i386/mingw32.h (LIBGCJ_SONAME): Set libgcj version to -16.
19621 2015-01-28 Oleg Endo <olegendo@gcc.gnu.org>
19624 * config/sh/predicates.md (atomic_arith_operand,
19625 atomic_logical_operand): Remove.
19626 * config/sh/sync.md (fetchop_predicate, fetchop_constraint): Remove.
19627 (atomic_arith_operand_0): New predicate.
19628 (atomic_compare_and_swap<mode>): Use arith_reg_dest for output values.
19629 Use atomic_arith_operand_0 for input values.
19630 (atomic_compare_and_swapsi_hard, atomic_compare_and_swap<mode>_hard,
19631 atomic_compare_and_swap<mode>_soft_gusa,
19632 atomic_compare_and_swap<mode>_soft_tcb,
19633 atomic_compare_and_swap<mode>_soft_imask): Use arith_reg_dest and
19634 arith_reg_operand instead of register_operand.
19635 (atomic_exchange<mode>): Use arith_reg_dest for output value. Use
19636 atomic_arith_operand_0 for newval input.
19637 (atomic_exchangesi_hard, atomic_exchange<mode>_hard,
19638 atomic_exchange<mode>_soft_gusa, atomic_exchange<mode>_soft_tcb,
19639 atomic_exchange<mode>_soft_imask): Use arith_reg_dest and
19640 arith_reg_operand instead of register_operand.
19641 (atomic_arith_operand_1, atomic_logical_operand_1): New predicates.
19642 fetchop_predicate_1, fetchop_constraint_1_llcs,
19643 fetchop_constraint_1_gusa, fetchop_constraint_1_tcb,
19644 fetchop_constraint_1_imask): New code iterator attributes.
19645 (atomic_fetch_<fetchop_name><mode>): Use arith_reg_dest instead of
19646 register_operand. Use fetchop_predicate_1.
19647 (atomic_fetch_<fetchop_name>si_hard,
19648 atomic_fetch_<fetchop_name><mode>_hard): Use arith_reg_dest instead of
19649 register_operand. Use fetchop_predicate_1, fetchop_constraint_1_llcs.
19650 (atomic_fetch_<fetchop_name><mode>_soft_gusa): Use arith_reg_dest
19651 and arith_reg_operand instead of register_operand. Use
19652 fetchop_predicate_1, fetchop_constraint_1_gusa.
19653 (atomic_fetch_<fetchop_name><mode>_soft_tcb): Use arith_reg_dest
19654 and arith_reg_operand instead of register_operand. Use
19655 fetchop_predicate_1, fetchop_constraint_1_tcb. Adjust asm sequence
19657 (atomic_fetch_<fetchop_name><mode>_soft_imask): Use arith_reg_dest
19658 and arith_reg_operand instead of register_operand. Use
19659 fetchop_predicate_1, fetchop_constraint_1_imask. Adjust asm sequence
19661 (atomic_fetch_nand<mode>): Use arith_reg_dest instead of
19662 register_operand. Use atomic_logical_operand_1.
19663 (atomic_fetch_nandsi_hard, atomic_fetch_nand<mode>_hard,
19664 atomic_fetch_nand<mode>_soft_gusa): Use arith_reg_dest and
19665 arith_reg_operand instead of register_operand.
19666 (atomic_fetch_nand<mode>_soft_tcb, atomic_fetch_nand<mode>_soft_imask):
19667 Use arith_reg_dest and arith_reg_operand instead of register_operand.
19668 Use logical_operand and rK08. Adjust asm sequence to allow R0 usage.
19669 (atomic_<fetchop_name>_fetch<mode>): Use arith_reg_dest instead of
19670 register_operand. Use fetchop_predicate_1.
19671 (atomic_<fetchop_name>_fetchsi_hard,
19672 atomic_<fetchop_name>_fetch<mode>_hard): Use arith_reg_dest and
19673 arith_reg_operand instead of register_operand. Use fetchop_predicate_1,
19674 fetchop_constraint_1_llcs.
19675 (atomic_<fetchop_name>_fetch<mode>_soft_gusa): Use arith_reg_dest and
19676 arith_reg_operand instead of register_operand. Use fetchop_predicate_1,
19677 fetchop_constraint_1_gusa.
19678 (atomic_<fetchop_name>_fetch<mode>_soft_tcb): Use arith_reg_dest and
19679 arith_reg_operand instead of register_operand. Use fetchop_predicate_1,
19680 fetchop_constraint_1_tcb. Adjust asm sequence to allow R0 usage.
19681 (atomic_<fetchop_name>_fetch<mode>_soft_imask): Use arith_reg_dest and
19682 arith_reg_operand instead of register_operand. Use fetchop_predicate_1,
19683 fetchop_constraint_1_imask. Adjust asm sequence to allow R0 usage.
19684 (atomic_nand_fetch<mode>): Use arith_reg_dest instead of
19685 register_operand. Use atomic_logical_operand_1.
19686 (atomic_nand_fetchsi_hard, atomic_nand_fetch<mode>_hard,
19687 atomic_nand_fetch<mode>_soft_gusa): Use arith_reg_dest and
19688 arith_reg_operand instead of register_operand.
19689 (atomic_nand_fetch<mode>_soft_tcb): Use arith_reg_dest and
19690 arith_reg_operand instead of register_operand. Use logical_operand
19691 and K08. Adjust asm sequence to allow R0 usage.
19692 (atomic_nand_fetch<mode>_soft_imask): Use arith_reg_dest and
19693 arith_reg_operand instead of register_operand. Use logical_operand
19696 2015-01-28 Jakub Jelinek <jakub@redhat.com>
19699 * dwarf2out.c (add_AT_wide, mem_loc_descriptor, loc_descriptor):
19700 Use ggc_alloc<wide_int> instead of ggc_cleared_alloc<wide_int>.
19701 (attr_checksum, attr_checksum_ordered, hash_loc_operands): Checksum
19702 only get_full_len HOST_WIDE_INTs from get_val () array rather than
19703 all bits in *val_wide.
19705 2015-01-28 Jan Hubicka <hubicka@ucw.cz>
19707 * varpool.c (tls_model_names): Fix names.
19708 (varpool_node::dump): Dump tls- prefix for tls models.
19710 2015-01-28 Thomas Schwinge <thomas@codesourcery.com>
19711 Bernd Schmidt <bernds@codesourcery.com>
19712 Nathan Sidwell <nathan@codesourcery.com>
19714 * config/nvptx/mkoffload.c: New file.
19715 * config/nvptx/t-nvptx: Add build rules for it.
19716 * config.gcc <nvptx-*> [$enable_as_accelerator = yes]
19717 (extra_programs): Add mkoffload.
19718 * config/nvptx/nvptx.c (nvptx_record_offload_symbol): New
19720 (TARGET_RECORD_OFFLOAD_SYMBOL): Define macro to use it.
19722 2015-01-28 Yuri Rumyantsev <ysrumyan@gmail.com>
19724 PR middle-end/64809
19725 * cfgexpand.c (reorder_operands): Skip debug gimples.
19727 2015-01-28 Ilya Enkovich <ilya.enkovich@intel.com>
19729 PR tree-optimization/64277
19730 * tree-ssa-loop-niter.c (record_nonwrapping_iv): Use base
19731 range info when possible to refine estimation.
19733 2015-01-28 Thomas Preud'homme <thomas.preudhomme@arm.com>
19735 PR tree-optimization/64718
19736 * tree-ssa-math-opts.c (pass_optimize_bswap::execute): Make bswap_type
19737 be a 16bit unsigned integer when n->range is 16.
19738 (bswap_replace): Convert src to that type if necessary for all bswap
19739 sizes. Fix rotation right notation in nearby comment. Use bswap_type
19740 set in pass_optimize_bswap::execute ().
19742 2015-01-28 James Greenhalgh <james.greenhalgh@arm.com>
19744 * config/aarch64/aarch64-simd.md (aarch64_abs<mode>): New.
19745 * config/aarch64/aarch64-simd-builtins.def (abs): Split by
19746 integer and floating point variants.
19747 * config/aarch64/iterators.md (unspec): Add UNSPEC_ABS.
19749 2015-01-28 Robert Suchanek <robert.suchanek@imgtec.com>
19751 * config/mips/mips.c (mips_hard_regno_mode_ok_p): Prohibit accumulators
19752 for all vector modes.
19754 2015-01-28 Jakub Jelinek <jakub@redhat.com>
19757 * doc/sourcebuild.texi (comdat_group): Document.
19759 2015-01-28 Terry Guo <terry.guo@arm.com>
19761 * config/arm/thumb1.md (*thumb1_movpc_insn): New insn pattern.
19763 2015-01-27 David Malcolm <dmalcolm@redhat.com>
19765 * toplev.c (print_version): Add param "show_global_state", and
19766 only print GGC and plugin information if it is true.
19767 (init_asm_output): Pass in "true" for the new param when calling
19769 (process_options): Likewise.
19770 (toplev::main): Likewise.
19771 * toplev.h (print_version): Add new param to decl.
19773 2015-01-27 Jan Hubicka <hubicka@ucw.cz>
19777 * tree.c (lookup_binfo_at_offset): New function.
19778 (get_binfo_at_offset): Use it.
19780 2015-01-27 Jan Hubicka <hubicka@ucw.cz>
19783 * gimple-fold.c (gimple_get_virt_method_for_vtable): Remove assert
19784 on vtable being vtable.
19786 2015-01-27 Dominik Vogt <vogt@linux.vnet.ibm.com>
19788 * doc/extend.texi: s/390: Update documentation of hotpatch attribute.
19789 * doc/invoke.texi (-mhotpatch): s/390: Update documentation of
19790 -mhotpatch= option.
19791 * config/s390/s390.opt (mhotpatch): s/390: Remove -mhotpatch and
19792 -mno-hotpatch options. Change syntax of -mhotpatch= option.
19793 * config/s390/s390.c (s390_hotpatch_trampoline_halfwords_default):
19795 (s390_hotpatch_trampoline_halfwords_max): Renamed.
19796 (s390_hotpatch_hw_max): New name.
19797 (s390_hotpatch_trampoline_halfwords): Renamed.
19798 (s390_hotpatch_hw_before_label): New name.
19799 (get_hotpatch_attribute): Removed.
19800 (s390_hotpatch_hw_after_label): New name.
19801 (s390_handle_hotpatch_attribute): Add second parameter to hotpatch
19803 (s390_attribute_table): Ditto.
19804 (s390_function_num_hotpatch_trampoline_halfwords): Renamed.
19805 (s390_function_num_hotpatch_hw): New name.
19806 Remove special handling of inline functions and hotpatching.
19807 Return number of nops before and after the function label.
19808 (s390_can_inline_p): Removed.
19809 (s390_asm_output_function_label): Emit a configurable number of nops
19810 after the function label.
19811 (s390_option_override): Update -mhotpatch= syntax and remove -mhotpatch.
19812 (TARGET_CAN_INLINE_P) Removed.
19813 (TARGET_FUNCTION_ATTRIBUTE_INLINABLE_P): New.
19815 2015-01-27 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
19816 Jiong Wang <jiong.wang@arm.com>
19818 * config/aarch64/aarch64.md (tb<optab><mode>1): Clobber CC reg instead
19820 (cb<optab><mode>1): Likewise.
19821 * config/aarch64/iterators.md (bcond): New define_code_attr.
19823 2015-01-27 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
19825 * config/s390/s390.c (s390_memory_move_cost): Increase costs for
19828 2015-01-27 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
19830 * config/s390/s390.c (s390_register_move_cost): Increase costs for
19833 2015-01-27 Richard Biener <rguenther@suse.de>
19835 * tree-vrp.c (update_value_range): Intersect the range with
19836 old recorded SSA name range information.
19838 2015-01-27 Nick Clifton <nickc@redhat.com>
19840 * config/rl78/rl78.c (rl78_expand_prologue): In G10 mode push the
19841 BC, DE and HL registers directly, not via AX.
19842 When decrementing the stack pointer by a large amount, transfer SP
19843 into AX and perform the subtraction there.
19844 (rl78_expand_epilogue): Perform the inverse of the above
19847 2015-01-27 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
19849 * config/i386/sysv4.h (CRT_GET_RFIB_DATA): Remove.
19851 2015-01-27 Jakub Jelinek <jakub@redhat.com>
19852 Yury Gribov <y.gribov@samsung.com>
19855 * ubsan.c (ubsan_source_location): Refactor code.
19856 (ubsan_type_descriptor): Update type size. Refactor code.
19858 2015-01-27 Richard Biener <rguenther@suse.de>
19860 PR tree-optimization/56273
19861 PR tree-optimization/59124
19862 PR tree-optimization/64277
19863 * tree-vrp.c (vrp_finalize): Emit array-bound warnings only
19864 from the first VRP pass.
19866 2015-01-27 Jakub Jelinek <jakub@redhat.com>
19869 * cgraphunit.c (cgraph_node::expand_thunk): If not this_adjusting,
19870 handle the first argument in the same loop as all the other arguments.
19872 PR rtl-optimization/61058
19873 * jump.c (cleanup_barriers): Update basic block boundaries
19874 if BLOCK_FOR_INSN is non-NULL on PREV.
19876 2015-01-27 Ilya Enkovich <ilya.enkovich@intel.com>
19878 * tree-chkp.c (chkp_call_returns_bounds_p): Fix handling of
19879 bounds narrowing, already instrumented calls and calls to
19880 not instrumentable functions.
19882 2015-01-27 Jakub Jelinek <jakub@redhat.com>
19884 PR tree-optimization/64807
19885 * wide-int.cc (wi::divmod_internal): Clear
19886 b_dividend[dividend_blocks_needed].
19888 2015-01-26 DJ Delorie <dj@redhat.com>
19890 * config/rl78/rl78.c (move_elim_pass): Don't optimize away
19891 volatile memory references.
19893 2015-01-26 Oleg Endo <olegendo@gcc.gnu.org>
19896 * config/sh/sh.c (sh_split_treg_set_expr): Invoke emit_insn before
19898 * config/sh/sh.md (tstsi_t): Don't try to optimize constant with right
19899 shifts if it already fits into K08.
19901 2015-01-26 Jakub Jelinek <jakub@redhat.com>
19904 * ipa-inline.c (inline_small_functions): Print "unknown" even
19905 if edge->call_stmt is non-NULL, but has builtins or unknown
19908 PR middle-end/64421
19909 * omp-low.c (simd_clone_mangle): If DECL_ASSEMBLER_NAME starts
19910 with asterisk, skip the first character.
19912 2015-01-26 H.J. Lu <hongjiu.lu@intel.com>
19915 * config/i386/i386 (feature_priority): Revert the last P_POPCNT
19918 2015-01-26 Uros Bizjak <ubizjak@gmail.com>
19921 * config/i386/i386.md (*movdi_internal): Also check operand 0
19922 to determine TYPE_LEA operand.
19923 (*movsi_internal): Ditto.
19925 2015-01-26 Jakub Jelinek <jakub@redhat.com>
19927 * config/rs6000/rs6000-cpus.def (POWERPC_MASKS): Add
19928 OPTION_MASK_QUAD_MEMORY_ATOMIC.
19930 2015-01-26 Renlin Li <renlin.li@arm.com>
19932 * config/aarch64/aarch64.c (aarch64_load_symref_appropriately): Correct
19934 * config/aarch64/aarch64.md (tlsle_small_<mode>): Add left shift 12-bit
19937 2015-01-26 Richard Biener <rguenther@suse.de>
19939 PR middle-end/64764
19940 * tree-ssa-uninit.c (is_pred_expr_subset_of): Handle
19941 combining two BIT_AND_EXPR predicates.
19943 2015-01-26 H.J. Lu <hongjiu.lu@intel.com>
19946 * tree-ssa-structalias.c (new_var_info): Initialize ruid.
19948 2015-01-26 Terry Guo <terry.guo@arm.com>
19950 * config/arm/arm.c (arm_file_start): Update the assignment of
19951 Tag_ABI_HardFP_use.
19953 2015-01-25 James Greenhalgh <james.greenhalgh@arm.com>
19955 * config/arm/arm-cores.def (cortex-a57): Use the new Cortex-A57
19957 config/arm/arm.md: Include the new Cortex-A57 model.
19958 (generic_sched): Don't use generic_sched when tuning for
19961 2015-01-25 Allan Sandfeld Jensen <sandfeld@kde.org>
19962 Uros Bizjak <ubizjak@gmail.com>
19964 * config/i386/i386.c (get_builtin_code_for_version): Add
19965 support for BMI and BMI2 multiversion functions.
19967 2015-01-25 Prathamesh Kulkarni <prathamesh.kulkarni@linaro.org>
19969 * emit-rtl.h (store_bit_field): Move prototype to expmed.h.
19970 (extract_bit_field): Likewise.
19971 (extract_low_bits): Likewise.
19972 (expand_mult): Likewise.
19973 (expand_mult_highpart_adjust): Likewise.
19975 2015-01-24 H.J. Lu <hongjiu.lu@intel.com>
19977 * config/i386/driver-i386.c (host_detect_local_cpu): Check new
19978 Silvermont, Haswell, Broadwell and Knights Landing model numbers.
19979 * config/i386/i386.c (processor_model): Add
19980 M_INTEL_COREI7_BROADWELL.
19981 (arch_names_table): Add "broadwell".
19983 2015-01-24 Oleg Endo <olegendo@gcc.gnu.org>
19992 * config/sh/sh-protos.h
19993 (sh_extending_set_of_reg::can_use_as_unextended_reg,
19994 sh_extending_set_of_reg::use_as_unextended_reg,
19995 sh_is_nott_insn, sh_movt_set_dest, sh_movrt_set_dest, sh_is_movt_insn,
19996 sh_is_movrt_insn, sh_insn_operands_modified_between_p,
19997 sh_reg_dead_or_unused_after_insn, sh_in_recog_treg_set_expr,
19998 sh_recog_treg_set_expr, sh_split_treg_set_expr): New functions.
19999 (sh_treg_insns): New class.
20000 * config/sh/sh.c (TARGET_LEGITIMATE_COMBINED_INSN): Define target hook.
20001 (scope_counter): New class.
20002 (sh_legitimate_combined_insn, sh_is_nott_insn, sh_movt_set_dest,
20003 sh_movrt_set_dest, sh_reg_dead_or_unused_after_insn,
20004 sh_extending_set_of_reg::can_use_as_unextended_reg,
20005 sh_extending_set_of_reg::use_as_unextended_reg, sh_recog_treg_set_expr,
20006 sh_in_recog_treg_set_expr, sh_try_split_insn_simple,
20007 sh_split_treg_set_expr): New functions.
20008 (addsubcosts): Handle treg_set_expr.
20009 (sh_rtx_costs): Handle IF_THEN_ELSE and ZERO_EXTRACT.
20010 (sh_rtx_costs): Use arith_reg_operand in SIGN_EXTEND and ZERO_EXTEND.
20011 (sh_rtx_costs): Handle additional bit test patterns in EQ and AND cases.
20012 (sh_insn_operands_modified_between_p): Make non-static.
20013 * config/sh/predicates.md (zero_extend_movu_operand): Allow
20014 simple_mem_operand in addition to displacement_mem_operand.
20015 (zero_extend_operand): Don't allow zero_extend_movu_operand.
20016 (treg_set_expr, treg_set_expr_not_const01,
20017 arith_reg_or_treg_set_expr): New predicates.
20018 * config/sh/sh.md (tstsi_t): Use arith_reg_operand and
20019 arith_or_int_operand instead of logical_operand. Convert to
20020 insn_and_split. Try to optimize constant operand in splitter.
20021 (tsthi_t, tstqi_t): Fold into *tst<mode>_t. Convert to insn_and_split.
20022 (*tstqi_t_zero): Delete.
20023 (*tst<mode>_t_subregs): Add !sh_in_recog_treg_set_expr split condition.
20024 (tstsi_t_and_not): Delete.
20025 (tst<mode>_t_zero_extract_eq): Rename to *tst<mode>_t_zero_extract.
20026 Convert to insn_and_split.
20027 (unnamed split, tstsi_t_zero_extract_xor,
20028 tstsi_t_zero_extract_subreg_xor_little,
20029 tstsi_t_zero_extract_subreg_xor_big): Delete.
20030 (*tstsi_t_shift_mask): New insn_and_split.
20031 (cmpeqsi_t, cmpgesi_t): Add new split for const_int 0 operands and try
20032 to recombine with surrounding insns when splitting.
20033 (*negtstsi): Add !sh_in_recog_treg_set_expr condition.
20034 (cmp_div0s_0, cmp_div0s_1, *cmp_div0s_0, *cmp_div0s_1): Rewrite as ...
20035 (cmp_div0s, *cmp_div0s_1, *cmp_div0s_2, *cmp_div0s_3, *cmp_div0s_4,
20036 *cmp_div0s_5, *cmp_div0s_6): ... these new insn_and_split patterns.
20037 (*cbranch_div0s: Delete.
20038 (*addc): Convert to insn_and_split. Use treg_set_expr as 3rd operand.
20039 Try to recombine with surrounding insns when splitting. Add operand
20041 (*addc_t_r, *addc_r_t): Use treg_set_expr_not_const01.
20042 (*addc_r_r_1, *addc_r_lsb, *addc_r_r_lsb, *addc_r_lsb_r, *addc_r_msb,
20043 *addc_r_r_msb, *addc_2r_msb): Delete.
20044 (*addc_2r_lsb): Rename to *addc_2r_t. Use treg_set_expr. Add operand
20046 (*addc_negreg_t): New insn_and_split.
20047 (*subc): Convert to insn_and_split. Use treg_set_expr as 3rd operand.
20048 Try to recombine with surrounding insns when splitting.
20049 Add operand order variants.
20050 (*subc_negt_reg, *subc_negreg_t, *reg_lsb_t, *reg_msb_t): New
20051 insn_and_split patterns.
20052 (*rotcr): Use arith_reg_or_treg_set_expr. Try to recombine with
20053 surrounding insns when splitting.
20054 (unnamed rotcr split): Use arith_reg_or_treg_set_expr.
20055 (*rotcl): Likewise. Add zero_extract variant.
20056 (*ashrsi2_31): New insn_and_split.
20057 (*negc): Convert to insn_and_split. Use treg_set_expr.
20058 (*zero_extend<mode>si2_disp_mem): Update comment.
20059 (movrt_negc, *movrt_negc, nott): Add !sh_in_recog_treg_set_expr split
20061 (*mov_t_msb_neg, mov_neg_si_t): Use treg_set_expr. Try to recombine
20062 with surrounding insns when splitting.
20063 (any_treg_expr_to_reg): New insn_and_split.
20064 (*neg_zero_extract_0, *neg_zero_extract_1, *neg_zero_extract_2,
20065 *neg_zero_extract_3, *neg_zero_extract_4, *neg_zero_extract_5,
20066 *neg_zero_extract_6, *zero_extract_0, *zero_extract_1,
20067 *zero_extract_2): New single bit zero extract patterns.
20068 (bld_reg, *bld_regqi): Fold into bld<mode>_reg.
20069 (*get_thread_pointersi, store_gbr, *mov<mode>_gbr_load,
20070 *mov<mode>_gbr_load, *mov<mode>_gbr_load, *mov<mode>_gbr_load,
20071 *movdi_gbr_load): Use arith_reg_dest instead of register_operand for
20073 (set_thread_pointersi, load_gbr): Use arith_reg_operand instead of
20074 register_operand for set source.
20076 2015-01-23 Jan Hubicka <hubicka@ucw.cz>
20078 * i386.opt (prefetch_sse): New targetsave.
20079 * i386.c (ix86_function_specific_save): Save prefetch_sse.
20080 (ix86_function_specific_restore): Restore prefetch_sse and initialize
20081 ix86_cost/ix86_tune_cost.
20083 2015-01-23 David Malcolm <dmalcolm@redhat.com>
20085 * config/rs6000/rs6000.c (rs6000_output_function_epilogue):
20086 Support the JIT by using 0 as the language type.
20088 2015-01-23 Vladimir Makarov <vmakarov@redhat.com>
20091 * lra-lives.c (make_hard_regno_born): Add parameter. Don't make
20092 REAL_PIC_OFFSET_TABLE_REGNUM conflicting with pic offset pseudo.
20093 (mark_regno_live, process_bb_lives): Pass new parameter value to
20094 make_hard_regno_born.
20096 2015-01-23 Jakub Jelinek <jakub@redhat.com>
20098 PR rtl-optimization/63637
20099 PR rtl-optimization/60663
20100 * cse.c (merge_equiv_classes): Set new_elt->cost to MAX_COST
20101 if elt->cost is MAX_COST for ASM_OPERANDS.
20102 (find_sets_in_insn): Fix up comment typo.
20103 (cse_insn): Don't set src_volatile for all non-volatile
20104 ASM_OPERANDS in PARALLELs, but just those with multiple outputs
20105 or with "memory" clobber. Set elt->cost to MAX_COST
20106 for ASM_OPERANDS in PARALLEL. Set src_elt->cost to MAX_COST
20107 if new_src is ASM_OPERANDS and elt->cost is MAX_COST.
20109 2015-01-23 Uros Bizjak <ubizjak@gmail.com>
20111 * config/i386/sse.md (sse2_loadld): Set attribute isa to sse2 for
20114 2015-01-23 Uros Bizjak <ubizjak@gmail.com>
20116 * config/i386/gnu-user.h (CRT_GET_RFIB_DATA): Move definition to
20117 libgcc/config/i386/elf-lib.h.
20119 2015-01-23 Jakub Jelinek <jakub@redhat.com>
20122 * gcc.c (print_configuration): Don't print a blank line at the end
20124 (run_attempt): ... but here unstead.
20126 PR middle-end/64734
20127 * omp-low.c (scan_sharing_clauses): Don't ignore
20128 OMP_CLAUSE_MAP_ZERO_BIAS_ARRAY_SECTION GOMP_MAP_POINTER clauses
20129 on target data/update constructs.
20131 2015-01-23 Bernd Edlinger <bernd.edlinger@hotmail.de>
20134 * config/m32c/m32c.c (encode_pattern_1): Removed gcc_unreachable here.
20135 (DEBUG_RELOAD): Removed define.
20136 (m32c_limit_reload_class): Enable traces with if DEBUG0.
20137 (m32c_function_arg): Added a type cast.
20138 (m32c_legitimize_reload_address): Push A_REGS reload with PSImode.
20139 * config/m32c/addsub.md (addsi3_1): Specify the mode of all arguments.
20140 * config/m32c/bitops.md (andqi3_16): Likewise.
20141 * config/m32c/mov.md (m32c_immd_dbl_mov): Likewise.
20142 (push_a01_l): Likewise.
20144 2015-01-23 David Malcolm <dmalcolm@redhat.com>
20147 * main.c (main): Construct toplev instances with init_signals=true.
20148 * toplev.c (general_init): Add param "init_signals", and use it to
20149 conditionalize the calls to signal and host_hooks.extra_signals.
20150 (toplev::toplev): Add param "init_signals".
20151 (toplev::main): When invoking general_init, pass m_init_signals
20152 to control whether signal-handlers are installed.
20153 * toplev.h (toplev::toplev): Add param "init_signals".
20154 (toplev::m_init_signals): New field.
20156 2015-01-23 David Malcolm <dmalcolm@redhat.com>
20159 * emit-rtl.c (init_emit_regs): Set pic_offset_table_rtx to
20160 NULL_RTX before testing PIC_OFFSET_TABLE_REGNUM, since the
20161 latter may be affected by the former (e.g. on i686).
20163 2015-01-23 Martin Liska <mliska@suse.cz>
20165 * tree.h (tree_vec_elt_check): Workaround -Wstrict-overflow
20166 false positive during profiledbootstrap.
20168 2015-01-23 Tom de Vries <tom@codesourcery.com>
20171 * lto-opts.c (lto_write_options): Output non-explicit conservative
20173 * lto-wrapper.c (merge_and_complain): Handle merging -fopenacc.
20174 (append_compiler_options): Pass -fopenacc through.
20176 2015-01-23 Tom de Vries <tom@codesourcery.com>
20179 * lto-opts.c (lto_write_options): Output non-explicit conservative
20181 * lto-wrapper.c (merge_and_complain): Handle merging -fopenmp.
20182 (append_compiler_options): Pass -fopenmp through.
20184 2015-01-23 Jakub Jelinek <jakub@redhat.com>
20187 * dwarf2out.c (struct dw_loc_descr_node): Add chain_next
20190 * diagnostic-core.h (internal_error_no_backtrace): New prototype.
20191 * diagnostic.def (DK_ICE_NOBT): New kind.
20192 * diagnostic.c (diagnostic_action_after_output): Handle DK_ICE_NOBT
20193 like DK_ICE, but never print backtrace.
20194 (diagnostic_report_diagnostic): Handle DK_ICE_NOBT like DK_ICE.
20195 (internal_error_no_backtrace): New function.
20196 * gcc.c (execute): Use internal_error_no_backtrace instead of
20199 2015-01-22 Jeff Law <law@redhat.com>
20202 * config/m68k/m68k.md (xorsi3_internal): Twiddle constraints to
20203 improve code density for small immediate to memory case.
20204 (insv): Better handle bitfield assignments when the field is
20205 being set to all ones.
20206 * config/m68k/predicates.md (reg_or_pow2_m1_operand): New
20209 2015-01-22 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
20210 Jakub Jelinek <jakub@redhat.com>
20212 PR middle-end/64729
20213 * gcc.c (LINK_SSP_SPEC): Handle -fstack-protector-explicit
20214 for !TARGET_LIBC_PROVIDES_SSP version and
20215 -fstack-protector-{all,strong,explicit} otherwise.
20216 * config/freebsd.h (LINK_SSP_SPEC): Handle
20217 -fstack-protector-{strong,explicit}.
20219 2015-01-22 Jan Hubicka <hubicka@ucw.cz>
20220 H.J. Lu <hongjiu.lu@intel.com>
20223 * ipa-inline.c (inline_small_functions): Fix thinko in maintenance of
20226 2015-01-22 Wei Mi <wmi@google.com>
20228 PR rtl-optimization/64557
20229 * dse.c (record_store): Call get_addr for mem_addr.
20230 (check_mem_read_rtx): Likewise.
20232 2015-01-22 Eric Botcazou <ebotcazou@adacore.com>
20234 * fold-const.c (const_binop): Add early return for non-tcc_binary.
20236 2015-01-22 Chen Gang <gang.chen.5i5j@gmail.com>
20238 * toplev.c (init_local_tick): Process the failure when read
20239 fails for random_seed.
20241 * ubsan.c (ubsan_type_descriptor): Use 'pretty_print' for
20242 'pretty_name' to avoid memory overflow.
20244 2015-01-22 Richard Biener <rguenther@suse.de>
20246 PR middle-end/64728
20247 * tree-ssa-coalesce.c (coalesce_partitions): Do not perform
20248 abnormal coalescing on undefined SSA names.
20250 2015-22-01 Uros Bizjak <ubizjak@gmail.com>
20254 * config/i386/sse.md (vec_set<mode>_0): Use (Yi/r/C) constraints
20256 (*vec_dup<mode>): Use (Yi/$r) constraints for alternative 1.
20258 2015-01-22 Trevor Saunders <tsaunders@mozilla.com>
20260 PR middle-end/63325
20261 * fold-const.c (fold_checksum_tree): Don't include value of
20262 expr->decl_with_vis.symtab_node in the checksum.
20264 2015-01-22 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
20266 * config/s390/s390.md (atomic code attribute): Fix typo "ior" -> "or".
20268 2015-01-22 Max Ostapenko <m.ostapenko@partner.samsung.com>
20271 * gcc.c (insert_comments): New function.
20272 (try_generate_repro): Call it.
20273 (append_text): Removed.
20275 2015-01-22 Richard Biener <rguenther@suse.de>
20277 * ipa-inline.c (can_inline_edge_p): Disable inlining of edges
20278 with IL incompatible options. Properly honor user optimize
20281 2015-01-21 Segher Boessenkool <segher@kernel.crashing.org>
20283 PR rtl-optimization/64682
20284 * combine.c (distribute_notes): When moving a death note for
20285 a register that is set in the new I2, make sure to put it
20286 before that new I2.
20288 2015-01-21 David Edelsohn <dje.gcc@gmail.com>
20290 * config/rs6000/rs6000.c (rs6000_file_start): Use rs6000_isa_flags
20291 not TARGET_DEFAULT.
20293 2015-01-21 Jakub Jelinek <jakub@redhat.com>
20296 * simplify-rtx.c (simplify_relational_operation_1): Don't try to
20297 optimize (eq/ne (and (side_effects) (const_int 0)) (const_int 0))
20298 into (eq/ne (and (not (side_effects)) (const_int 0)) (const_int 0)).
20301 * doc/invoke.texi (-fsanitize=vptr): Document.
20303 PR rtl-optimization/62078
20304 * dse.c: Include cfgcleanup.h.
20305 (rest_of_handle_dse): For -fnon-call-exceptions, if DSE removed
20306 anything call purge_all_dead_edges and cleanup_cfg at the end
20309 2015-01-21 Jan Hubicka <hubicka@ucw.cz>
20311 * ipa-utils.c (ipa_merge_profiles): Avoid ICE on mismatch in indirect
20314 2015-01-21 Bernd Edlinger <bernd.edlinger@hotmail.de>
20316 * gimplify.c (gimplify_function_tree): Check the no_sanitize_thread
20319 2015-01-21 David Sherwood <david.sherwood@arm.com>
20320 Tejas Belagod <Tejas.Belagod@arm.com>
20322 * config/aarch64/aarch64.h (CANNOT_CHANGE_MODE_CLASS): Removed.
20323 * config/aarch64/aarch64.c (aarch64_cannot_change_mode_class): Removed.
20324 * config/aarch64/aarch64-protos.h (aarch64_cannot_change_mode_class):
20327 2015-01-21 David Sherwood <david.sherwood@arm.com>
20328 Tejas Belagod <Tejas.Belagod@arm.com>
20330 * config/aarch64/aarch64-protos.h (aarch64_simd_attr_length_rglist)
20331 (aarch64_reverse_mask): New decls.
20332 * config/aarch64/iterators.md (UNSPEC_REV_REGLIST): New enum.
20333 (insn_count): New mode_attr.
20334 * config/aarch64/aarch64-simd.md (vec_store_lanesoi, vec_store_lanesci)
20335 (vec_store_lanesxi, vec_load_lanesoi, vec_load_lanesci)
20336 (vec_load_lanesxi): Made ABI compliant for Big Endian targets.
20337 (aarch64_rev_reglist, aarch64_simd_ld2, aarch64_simd_ld3)
20338 (aarch64_simd_ld4, aarch64_simd_st2, aarch64_simd_st3)
20339 (aarch64_simd_st4): New patterns.
20340 * config/aarch64/aarch64.c (aarch64_simd_attr_length_rglist)
20341 (aarch64_reverse_mask): New functions.
20343 2015-01-21 Richard Sandiford <richard.sandiford@arm.com>
20345 * config/aarch64/aarch64-protos.h (aarch64_simd_disambiguate_copy):
20347 * config/aarch64/aarch64.c (aarch64_classify_address): Allow extra
20348 addressing modes for BE.
20349 (aarch64_print_operand): Add 'R' specifier.
20350 (aarch64_simd_disambiguate_copy): Delete.
20351 (aarch64_simd_emit_reg_reg_move): New function.
20352 * config/aarch64/aarch64-simd.md: Use aarch64_simd_emit_reg_reg_move
20353 in define_splits for structural moves.
20354 (mov<mode>): Use less restrictive predicates.
20355 (*aarch64_mov<mode>): Simplify and only allow for LE.
20356 (*aarch64_be_movoi, *aarch64_be_movci, *aarch64_be_movxi): New.
20358 2015-01-21 Alan Hayward <alan.hayward@arm.com>
20360 * rtlanal.c (subreg_get_info): Exit early for simple and common cases.
20362 2015-01-21 Richard Henderson <rth@redhat.com>
20365 * ccmp.c (used_in_cond_stmt_p): Remove.
20366 (expand_ccmp_expr): Don't use it.
20368 2015-01-21 Nick Clifton <nickc@redhat.com>
20370 * config/rl78/rl78.c (rl78_calculate_death_notes): Look inside
20373 2015-01-21 Richard Biener <rguenther@suse.de>
20375 PR middle-end/64313
20376 * tree-core.h (builtin_info, builtin_info_type): Turn from
20377 an object with two arrays into an array of an object with
20378 decl and two flags, implicit_p and declared_p.
20379 * tree.h (builtin_decl_explicit, builtin_decl_implicit,
20380 set_builtin_decl, set_builtin_decl_implicit_p,
20381 builtin_decl_explicit_p, builtin_decl_implicit_p): Adjust.
20382 (set_builtin_decl_declared_p, builtin_decl_declared_p): New functions.
20383 * builtins.c (builtin_info): Adjust.
20384 * gimplify.c (gimplify_addr_expr): References to builtins
20385 that have been declared by the user makes them eligible for
20386 use by the compiler. Call set_builtin_decl_implicit_p on them.
20388 2015-01-20 Jeff Law <law@redhat.com>
20391 * config/m68k/m68k.md (Comparison expanders and patterns): Do not
20392 allow pc-relative addresses in operand predicates or constraints.
20394 2015-01-21 Bin Cheng <bin.cheng@arm.com>
20396 * config/arm/arm.c (arm_cortex_a53_tune, arm_cortex_a57_tune): Prefer
20397 neon on aarch32 processors for stringops.
20399 2015-01-19 Jan Hubicka <hubicka@ucw.cz>
20402 * ipa-utils.c (ipa_merge_profiles): Merge speculative edges.
20404 2015-01-19 Jan Hubicka <hubicka@ucw.cz>
20407 * ipa-inline.c: Include lto-streamer.h
20408 (report_inline_failed_reason): Output source file differences and
20409 flags on optimization/target node mismatch.
20410 (can_inline_edge_p): Consider caller to be the outer inline function;
20411 be less restrictive about matching opimize and optimize_size attributes.
20412 (inline_account_function_p): Break out from ...
20413 (inline_small_functions): ... here.
20414 * ipa-inline-transform.c (clone_inlined_nodes): Use
20415 inline_account_function_p.
20416 (inline_call): Use optimize attribution; use inline_account_function_p.
20417 (inline_transform): Use opt_for_fn.
20418 * ipa-inline.h (inline_account_function_p): Declare.
20420 2015-01-20 Jakub Jelinek <jakub@redhat.com>
20423 * dwarf2out.c (decl_piece_node): Don't put bitsize into
20424 mode if bitsize <= 0.
20425 (decl_piece_bitsize, adjust_piece_list, add_var_loc_to_decl,
20426 dw_sra_loc_expr): Use HOST_WIDE_INT instead of int for bit
20427 sizes and positions.
20429 2015-01-20 Chung-Lin Tang <cltang@codesourcery.com>
20431 * config/nios2/nios2.c (nios2_asm_file_end): Implement
20432 TARGET_ASM_FILE_END hook for adding .note.GNU-stack section when
20434 (TARGET_ASM_FILE_END): Define.
20436 2015-01-20 Maxim Kuvyrkov <maxim.kuvyrkov@linaro.org>
20438 * config/arm/arm-protos.h (enum arm_sched_autopref): New constants.
20439 (struct tune_params): Use the enum.
20440 * arm.c (arm_*_tune): Update.
20441 (arm_option_override): Update.
20443 2015-01-20 Richard Biener <rguenther@suse.de>
20446 * ipa-reference.c (add_static_var): Inline ...
20447 (analyze_function): ... here after splitting out from ...
20448 (is_proper_for_analysis): ... this.
20450 2015-01-20 Matthew Wahab <matthew.wahab@arm.com>
20453 * config/arm/arm.opt: Remove lra option and arm_lra_flag variablesle.
20454 * config/arm/arm.h (MODE_BASE_REG_CLASS): Remove use of arm_lra_flagag,
20455 replace the conditional with it's true branch.
20456 * config/arm/arm.config (TARGET_LRA_P): Set to hook_bool_void_true.
20457 (arm_lra_p): Remove.
20459 2015-01-20 Eric Botcazou <ebotcazou@adacore.com>
20461 * config/visium/visium.h (LIB_SPEC): Adjust in default case.
20463 2015-01-20 Prathamesh Kulkarni <prathamesh.kulkarni@linaro.org>
20465 * config/tilegx/mul-tables.c: Move symtab.h include after
20466 coretypes.h include.
20467 * config/tilepro/mul-tables.c: Add includes hashtab.h, hash-set.h,
20468 vec.h, machmode.h, tm.h, hard-reg-set.h, input.h, function.h, rtl.h,
20469 flags.h, statistics.h, double-int.h, real.h, fixed-value.h, alias.h,
20470 wide-int.h, inchash.h, tree.h, insn-config.h, expmed.h, dojump.h,
20471 explow.h, calls.h, emit-rtl.h, varasm.h, stmt.h.
20473 2015-01-20 Igor Zamyatin <igor.zamyatin@intel.com>
20477 2015-01-19 Igor Zamyatin <igor.zamyatin@intel.com>
20479 PR rtl-optimization/64081
20480 * loop-iv.c (def_pred_latch_p): New function.
20481 (latch_dominating_def): Allow specific cases with non-single
20483 (iv_get_reaching_def): Likewise.
20484 (check_complex_exit_p): New function.
20485 (check_simple_exit): Use check_complex_exit_p to allow certain cases
20486 with exits not executing on any iteration.
20488 2015-01-19 Jan Hubicka <hubicka@ucw.cz>
20491 * i386.c (ix86_option_override_internal): Use ix86_tune_cost
20492 to set branch cost.
20494 2015-01-19 Jan Hubicka <hubicka@ucw.cz>
20497 * i386.c (gate): Check flag_expensive_optimizations and
20499 (ix86_option_override_internal): Drop optimize_size condition
20500 on MASK_ACCUMULATE_OUTGOING_ARGS, MASK_VZEROUPPER,
20501 MASK_AVX256_SPLIT_UNALIGNED_LOAD, MASK_AVX256_SPLIT_UNALIGNED_STORE,
20502 MASK_PREFER_AVX128.
20503 (ix86_avx256_split_vector_move_misalign,
20504 ix86_avx256_split_vector_move_misalign): Check optimize_insn_for_speed.
20505 * sse.md (all uses of TARGET_PREFER_AVX128): Add
20506 optimize_insn_for_speed_p check.
20508 2015-01-19 Matthew Fortune <matthew.fortune@imgtec.com>
20510 * config/mips/mips.h (FP_ASM_SPEC): New define.
20511 (ASM_SPEC): Remove floating-point options and use FP_ASM_SPEC
20514 2015-01-19 Oleg Endo <olegendo@gcc.gnu.org>
20517 * config/sh/sh-protos.h (sh_find_set_of_reg): Make sure not to return
20518 nullptr for insn when reaching the first insn.
20519 * config/sh/sh.c (sh_unspec_insn_p): Rewrite using subrtx_iterator.
20520 (sh_insn_operands_modified_between_p): Add nullptr check.
20521 (sh_find_extending_set_of_reg): Fix log message. Don't accept
20522 sign extending mem load if the insn contains any UNSPEC or
20525 2015-01-19 Jan Hubicka <hubicka@ucw.cz>
20527 * params.def (inline-unit-growth): Drop to 15%.
20528 * invoke.texi (inline-unit-growth): Document change.
20530 2015-01-19 Martin Liska <mliska@suse.cz>
20533 * ipa-icf-gimple.c (func_checker::compare_operand): Call proper
20534 function for second argument of OBJ_TYPE_REF.
20536 2015-01-19 Jan Hubicka <hubicka@ucw.cz>
20539 * ipa-inline.c (want_inline_function_to_all_callers_p): Fix check
20540 whether function is an alias.
20542 2015-01-19 Jan Hubicka <hubicka@ucw.cz>
20544 * ipa-devirt.c (ipa_devirt): Drop polymorphic call info in hopeless
20547 2015-01-19 Vladimir Makarov <vmakarov@redhat.com>
20549 PR rtl-optimization/64671
20550 * lra-remat.c (operand_to_remat): Don't consider jump and call
20553 2015-01-19 David Edelsohn <dje.gcc@gmail.com>
20556 * config/rs6000/default64.h: Include rs6000-cpus.def.
20557 (TARGET_DEFAULT) [LITTLE_ENDIAN]: Use ISA 2.7 (POWER8).
20558 (TARGET_DEFAULT) [BIG_ENDIAN]: Use POWER4.
20559 * config/rs6000/driver-rs6000.c (detect_processor_aix): Add POWER7
20561 * config/rs6000/linux64.h (PROCESSOR_DEFAULT64): Always default to
20563 * config/rs6000/rs6000.c (rs6000_file_start): Emit .machine
20564 pseudo-op to specify assembler dialect.
20566 2015-01-19 Martin Liska <mliska@suse.cz>
20569 * ipa-icf.c (sem_item_optimizer::filter_removed_items):
20570 Handle safe potentially removed nodes during filtering.
20572 2015-01-19 Martin Liska <mliska@suse.cz>
20574 * doc/extend.texi (no_icf): Add new attribute description.
20575 * ipa-icf.c (sem_item_optimizer::merge_classes): Handle cases
20576 where the pass attempts to merge a function with no_icf attribute.
20578 2015-01-19 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
20581 * doc/md.texi (ARM Options): Document register constraints.
20583 2015-01-19 Jiong Wang <jiong.wang@arm.com>
20584 Andrew Pinski <apinski@cavium.com>
20587 * config/aarch64/aarch64.md (define_insn "*ashl<mode>3_insn"): Deleted.
20588 (ashl<mode>3): Don't expand if operands[2] is not constant.
20590 2015-01-19 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
20593 * config/aarch64/aarch64-simd.md (aarch64_simd_bsl<mode>_internal):
20594 Match xor-and-xor RTL pattern.
20596 2015-01-19 Igor Zamyatin <igor.zamyatin@intel.com>
20598 PR rtl-optimization/64081
20599 * loop-iv.c (def_pred_latch_p): New function.
20600 (latch_dominating_def): Allow specific cases with non-single
20602 (iv_get_reaching_def): Likewise.
20603 (check_complex_exit_p): New function.
20604 (check_simple_exit): Use check_complex_exit_p to allow certain cases
20605 with exits not executing on any iteration.
20607 2015-01-19 Jakub Jelinek <jakub@redhat.com>
20609 * common.opt (fgraphite): Fix a typo.
20611 2015-01-19 Felix Yang <felix.yang@huawei.com>
20613 * config/aarch64/aarch64-simd.md (aarch64_<maxmin_uns>p<mode>): New
20615 * config/aarch64/aarch64-simd-builtins.def (smaxp, sminp, umaxp,
20616 uminp, smax_nanp, smin_nanp): New builtins.
20617 * config/aarch64/arm_neon.h (vpmax_s8, vpmax_s16, vpmax_s32,
20618 vpmax_u8, vpmax_u16, vpmax_u32, vpmaxq_s8, vpmaxq_s16, vpmaxq_s32,
20619 vpmaxq_u8, vpmaxq_u16, vpmaxq_u32, vpmax_f32, vpmaxq_f32, vpmaxq_f64,
20620 vpmaxqd_f64, vpmaxs_f32, vpmaxnm_f32, vpmaxnmq_f32, vpmaxnmq_f64,
20621 vpmaxnmqd_f64, vpmaxnms_f32, vpmin_s8, vpmin_s16, vpmin_s32, vpmin_u8,
20622 vpmin_u16, vpmin_u32, vpminq_s8, vpminq_s16, vpminq_s32, vpminq_u8,
20623 vpminq_u16, vpminq_u32, vpmin_f32, vpminq_f32, vpminq_f64, vpminqd_f64,
20624 vpmins_f32, vpminnm_f32, vpminnmq_f32, vpminnmq_f64, vpminnmqd_f64,
20625 vpminnms_f32): Rewrite using builtin functions.
20627 2015-01-19 Thomas Schwinge <thomas@codesourcery.com>
20630 * omp-low.c (offload_symbol_decl): Remove variable.
20631 (get_offload_symbol_decl): Remove function.
20632 (expand_omp_target): For BUILT_IN_GOMP_TARGET,
20633 BUILT_IN_GOMP_TARGET_DATA, BUILT_IN_GOMP_TARGET_UPDATE pass NULL
20634 instead of &__OFFLOAD_TABLE__, for BUILT_IN_GOACC_DATA_START,
20635 BUILT_IN_GOACC_ENTER_EXIT_DATA, BUILT_IN_GOACC_PARALLEL,
20636 BUILT_IN_GOACC_UPDATE don't pass it at all.
20638 2015-01-19 Ilya Enkovich <ilya.enkovich@intel.com>
20640 * tree-sra.c (some_callers_have_mismatched_arguments_p): Allow thunk
20643 2015-01-19 Ilya Enkovich <ilya.enkovich@intel.com>
20645 * ipa-chkp.c (chkp_produce_thunks): Add early param
20646 to split thunks production into two passes. Keep
20647 'always_inline' function bodies after the first pass.
20648 (pass_data_ipa_chkp_early_produce_thunks): New.
20649 (pass_ipa_chkp_early_produce_thunks): New.
20650 (pass_ipa_chkp_produce_thunks::execute): Adjust to new
20651 chkp_produce_thunks signature.
20652 (make_pass_ipa_chkp_early_produce_thunks): New.
20653 * passes.def (pass_ipa_chkp_early_produce_thunks): New.
20654 (pass_ipa_chkp_produce_thunks): Move after local optimizations.
20655 * tree-pass.h (make_pass_ipa_chkp_early_produce_thunks): New.
20657 2015-01-18 Jan Hubicka <hubicka@ucw.cz>
20659 * cgraph.c (cgraph_node::dump): Dump profile flags.
20661 2015-01-18 Oleg Endo <olegendo@gcc.gnu.org>
20664 * config/sh/sh.md (udivsi3_i4, divsi3_i4): Make use of sfunc address
20665 reg appear first in the parallel.
20667 2015-01-18 Jan Hubicka <hubicka@ucw.cz>
20669 * ipa-reference.c (set_reference_optimization_summary,
20670 ipa_reference_get_not_written_global): Do nothing if ipa-reference is
20672 (ignore_module_statics): New static var.
20673 (propagate_bits): If ipa-reference is disabled, do not look into local
20675 (analyze_function): Disable analysis when ipa_reference is disabled.
20676 (generate_summary): Do not dump when reference is disabled;
20677 collect vars accessed from functions with ipa-reference disabled.
20678 (get_read_write_all_from_node): When ipa-reference is disabled, use the
20680 (gate): Enable for LTO.
20681 (ignore_edge_p): New function.
20682 (propagate): Skip functions w/o ipa-reference analysis.
20683 * optc-save-gen.awk: Handle optimize_debug correctly.
20684 * opth-gen.awk: Likewise.
20685 * common.opt (fauto-inc-dec, fdelete-dead-exceptions, ffunction-cse,
20686 fgraphite, fstrict-volatile-bitfields, fira-algorithm, fira-region,
20687 fira-share-save-slots, fira-share-spill-slots,
20688 fmodulo-sched-allow-regmoves, fpartial-inlining,
20689 sched-stalled-insns, fsched-stalled-insns-dep, fstrict-overflow,
20690 ftracer, ftree-parallelize-loops, fassociative-math,
20691 freciprocal-math, fvect-cost-model, fsimd-cost-model): Mark as
20693 (fauto-profile, fcommon, fdata-sections, fipa-icf-variables,
20694 ftoplevel-reorder, funit-at-a-time, fwhole-program): Do not mark as
20696 * ipa-icf.c (gate, sem_item_optimizer::filter_removed_items):
20699 2015-01-18 Jan Hubicka <hubicka@ucw.cz>
20702 * ipa-prop.c (try_make_edge_direct_virtual_call): Clear speculative
20704 * ipa-cp.c (ipa_get_indirect_edge_target_1): Handle speculation.
20706 2015-01-18 Sandra Loosemore <sandra@codesourcery.com>
20708 * doc/invoke.texi ([-funroll-loops], [-funroll-all-loops]):
20709 Remove duplicate option listings.
20711 2015-01-18 Felix Yang <felix.yang@huawei.com>
20713 * auto-profile.c (afdo_find_equiv_class): Remove unnecessary test.
20714 (autofdo_source_profile::get_callsite_total_count,
20715 function_instance::get_function_instance_by_decl,
20716 string_table::get_index, string_table::get_index_by_decl,
20717 afdo_vpt_for_early_inline, afdo_callsite_hot_enough_for_early_inline):
20718 Fix comment typos. Reformatting and minor code rearrangement.
20720 2015-01-17 Segher Boessenkool <segher@kernel.crashing.org>
20722 * config/rs6000/rs6000.md (probe_stack): Delete.
20723 (probe_stack_address): New.
20725 2015-01-17 Segher Boessenkool <segher@kernel.crashing.org>
20727 * config/rs6000/rs6000.c (rs6000_gimplify_va_arg): Use TARGET_32BIT
20728 to test for 32-bit ABIs, not !TARGET_POWERPC64.
20730 2015-01-17 Segher Boessenkool <segher@kernel.crashing.org>
20732 * config/rs6000/rs6000.c (rs6000_parallel_return): New function.
20733 (rs6000_function_value): Use it. Handle SCmode and TCmode as well,
20734 for TARGET_32BIT && TARGET_POWERPC64. Fix another BITS_PER_WORD
20736 (rs6000_libcall_value): Use the new function.
20738 2015-01-17 Sandra Loosemore <sandra@codesourcery.com>
20740 * doc/invoke.texi ([-ftracer]): Remove duplicate option listing.
20742 2015-01-17 Eric Botcazou <ebotcazou@adacore.com>
20744 * reorg.c (fill_simple_delay_slots): If TARGET_FLAGS_REGNUM is valid,
20745 implement a more precise life analysis for it during backward scan.
20747 2015-01-17 Jan Kratochvil <jan.kratochvil@redhat.com>
20749 * dwarf2out.c (gen_producer_string): Ignore also OPT_fpreprocessed.
20751 2015-01-17 Bernd Schmidt <bernds@codesourcery.com>
20753 PR rtl-optimization/52773
20754 * calls.c (emit_library_call_value): When pushing arguments use
20755 stack_pointer_rtx rather than virtual_outgoing_args_rtx in
20756 CALL_INSN_FUNCTION_USAGE. Only emit one of use of the magic
20757 stack pointer reference into CALL_INSN_FUNCTION_USAGE.
20759 2015-01-17 Jeff Law <law@redhat.com>
20761 PR rtl-optimization/32790
20762 * reginfo.c (reg_scan_mark_refs): Look for ZERO_EXTRACT,
20763 not ZERO_EXTEND in SET_DESTs.
20765 2015-01-17 Alan Modra <amodra@gmail.com>
20767 * cprop.c (do_local_cprop): Revert last change.
20769 2015-01-16 DJ Delorie <dj@redhat.com>
20770 Nick Clifton <nickc@redhat.com>
20772 * config/rl78/rl78-real.md (addqi3_real): Allow volatiles.
20773 (addhi3_real): Likewise. Fix [HL+0] syntax.
20774 (subqi3_real): Likewise.
20775 (subhi3_real): Likewise.
20776 (cbranchqi4_real): Likewise. Allow saddr,#imm.
20777 (cbranchhi4_real): Likewise.
20778 (cbranchhi4_real_inverted): Likewise.
20779 (cbranchsi4_real_lt): Likewise.
20780 (cbranchsi4_real_ge): Likewise.
20781 (cbranchsi4_real_ge): Likewise.
20782 * config/rl78/rl78-virt.md (add<mode>3_virt): Likewise.
20783 (sub<mode>3_virt): Likewise.
20784 (cbranchqi4_virt): Likewise.
20785 (cbranchhi4_virt): Likewise.
20786 * config/rl78/rl78.c (rl78_print_operand_1): 'p' modifier means
20787 always use '[reg+imm]' even when imm is zero.
20788 * config/rl78/predicates.md (rl78_volatile_memory_operand): New.
20789 (rl78_general_operand): New.
20790 (rl78_nonimmediate_operand): New.
20791 (rl78_nonfar_operand): Use them.
20792 (rl78_nonfar_nonimm_operand): Likewise.
20793 (rl78_stack_based_mem): Fix.
20794 * config/rl78/constraints.md (Ibqi): New.
20799 * config/rl78/rl78-expand.md (andqi3): Accept volatiles.
20800 (iorqi3): Likewise.
20801 (xorqi3): Likewise.
20802 * config/rl78/rl78-protos.h (rl78_sfr_p): New.
20804 * config/rl78/constrains (Qs8): New constraint.
20805 * config/rl78/rl78.c (rl78_flags_already_set): New function.
20806 * config/rl78/rl78-protos.h (rl78_flags_already_set): New prototype.
20807 * config/rl78/rl78-real.md (update_Z): New attribute.
20808 Update patterns to set it.
20809 (cbranchqi4_real): Call rl78_flags_already_set() to determine if a
20810 shorter compare and branch sequence can be used.
20811 (cbranchhi4_real): Likewise.
20812 (cbranchhi4_real_inverted): Likewise.
20814 * config/rl78/predicates.md (uword_operand): Allow symbol_refs.
20815 * config/rl78/rl78-c.c (rl78_register_pragmas): Register __near
20817 * config/rl78/rl78.c (rl78_get_name_encoding): New.
20818 (rl78_option_override): Allow -mes0 only if C.
20819 (characterize_address): Support subregs of symbol_refs.
20820 (rl78_addr_space_address_mode): Move. Add __near.
20821 (rl78_far_p): Likewise.
20822 (rl78_addr_space_pointer_mode): Likewise.
20823 (rl78_as_legitimate_address): Likewise.
20824 (rl78_addr_space_subset_p): Likewise.
20825 (rl78_addr_space_convert): Likewise.
20826 (rl78_print_operand_1): Support 16-bit addressing of 32-bit
20827 symbols with -mes0.
20828 (transcode_memory_rtx): Don't copy ES if -mes0. Allow symbol[BC]
20830 (rl78_alloc_physical_registers_op1): Change logic to prefer
20831 symbol[BC] addressing.
20832 (frodata_section): New.
20833 (rl78_asm_init_sections): Initialize it.
20834 (rl78_select_section): Put __far readonly symbols in .frodata.
20835 (rl78_make_type_far): New.
20836 (rl78_insert_attributes): Force all readonly symbols to be
20838 (rl78_asm_out_integer): New.
20839 * config/rl78/rl78.h (ADDR_SPACE_NEAR): New.
20840 * config/rl78/rl78.opt (-mes0): New.
20842 * config/rl78/rl78.h (ASM_OUTPUT_LABELREF): New.
20843 (ASM_OUTPUT_ALIGNED_DECL_COMMON): New.
20844 (ASM_OUTPUT_ALIGNED_DECL_LOCAL): New.
20845 * config/rl78/rl78-protos.h (rl78_output_labelref): New.
20846 (rl78_saddr_p): New.
20847 (rl78_output_aligned_common): New.
20848 * config/rl78/rl78.c (rl78_output_symbol_ref): Strip encodings.
20849 (rl78_handle_saddr_attribute): New.
20850 (rl78_handle_naked_attribute): New.
20851 (rl78_attribute_table): Add saddr.
20852 (rl78_print_operand_1): Don't print '!' on saddr operands.
20853 (rl78_print_operand_1): Strip encodings.
20855 (rl78_strip_name_encoding): New.
20856 (rl78_attrlist_to_encoding): New.
20857 (rl78_encode_section_info): New.
20858 (rl78_asm_init_sections): New.
20859 (rl78_select_section): New.
20860 (rl78_output_labelref): New.
20861 (rl78_output_aligned_common): New.
20862 (rl78_asm_out_integer): New.
20863 (rl78_asm_ctor_dtor): New.
20864 (rl78_asm_constructor): New.
20865 (rl78_asm_destructor): New.
20867 * config/rl78/rl78-real.md (movqi_es): Rename to movqi_to_es.
20868 * config/rl78/rl78.c (rl78_expand_epilogue): Update.
20869 (transcode_memory_rtx): Update.
20870 (rl78_expand_epilogue): Use A_REG instead of 0.
20872 2015-01-17 Maxim Kuvyrkov <maxim.kuvyrkov@linaro.org>
20874 * config/arm/arm-protos.h (struct tune_params): New field
20875 sched_autopref_queue_depth.
20876 * config/arm/arm.c (sched-int.h): Include header.
20877 (arm_first_cycle_multipass_dfa_lookahead_guard,)
20878 (TARGET_SCHED_FIRST_CYCLE_MULTIPASS_DFA_LOOKAHEAD_GUARD): Define hook.
20879 (arm_slowmul_tune, arm_fastmul_tune, arm_strongarm_tune,)
20880 (arm_xscale_tune, arm_9e_tune, arm_v6t2_tune, arm_cortex_tune,)
20881 (arm_cortex_a8_tune, arm_cortex_a7_tune, arm_cortex_a15_tune,)
20882 (arm_cortex_a53_tune, arm_cortex_a57_tune, arm_xgene1_tune,)
20883 (arm_cortex_a5_tune, arm_cortex_a9_tune, arm_cortex_a12_tune,)
20884 (arm_v7m_tune, arm_cortex_m7_tune, arm_v6m_tune, arm_fa726te_tune):
20885 Specify sched_autopref_queue_depth value. Enabled for A15 and A57.
20886 * config/arm/t-arm (arm.o): Update.
20887 * haifa-sched.c (update_insn_after_change): Update.
20888 (rank_for_schedule): Use auto-prefetcher model, if requested.
20889 (autopref_multipass_init): New static function.
20890 (autopref_rank_for_schedule): New rank_for_schedule heuristic.
20891 (autopref_multipass_dfa_lookahead_guard_started_dump_p): New static
20892 variable for debug dumps.
20893 (autopref_multipass_dfa_lookahead_guard_1): New static helper function.
20894 (autopref_multipass_dfa_lookahead_guard): New global function that
20895 implements TARGET_SCHED_FIRST_CYCLE_MULTIPASS_DFA_LOOKAHEAD_GUARD hook.
20896 (init_h_i_d): Update.
20897 * params.def (PARAM_SCHED_AUTOPREF_QUEUE_DEPTH): New tuning knob.
20898 * sched-int.h (enum autopref_multipass_data_status): New const enum.
20899 (autopref_multipass_data_): Structure for auto-prefetcher data.
20900 (autopref_multipass_data_def, autopref_multipass_data_t): New typedefs.
20901 (struct _haifa_insn_data:autopref_multipass_data): New field.
20902 (INSN_AUTOPREF_MULTIPASS_DATA): New access macro.
20903 (autopref_multipass_dfa_lookahead_guard): Declare.
20905 2015-01-17 Maxim Kuvyrkov <maxim.kuvyrkov@linaro.org>
20907 * rtlanal.c (get_base_term): Handle SCRATCH.
20909 2015-01-17 Maxim Kuvyrkov <maxim.kuvyrkov@linaro.org>
20911 * config/aarch64/aarch64.c
20912 (aarch64_sched_first_cycle_multipass_dfa_lookahead): Implement hook.
20913 (TARGET_SCHED_FIRST_CYCLE_MULTIPASS_DFA_LOOKAHEAD): Define.
20915 (arm_first_cycle_multipass_dfa_lookahead): Implement hook.
20916 (TARGET_SCHED_FIRST_CYCLE_MULTIPASS_DFA_LOOKAHEAD): Define.
20918 2015-01-17 Alan Modra <amodra@gmail.com>
20920 * cprop.c (do_local_cprop): Disallow replacement of fixed
20923 2015-01-16 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
20926 * config/arm/arm-builtins.c (arm_expand_neon_args): Call va_end before
20929 2015-01-16 Bernd Edlinger <bernd.edlinger@hotmail.de>
20931 * sanitizer.def (BUILT_IN_TSAN_VPTR_UPDATE): Fixed parameters.
20932 * tsan.c (instrument_expr): Fixed parameters of __tsan_vptr_update.
20934 2015-01-16 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
20936 * config/arm/arm.md: Move comment about splitting Thumb1 patterns to...
20937 * config/arm/thumb1.md: ... Here.
20939 2015-01-16 Segher Boessenkool <segher@kernel.crashing.org>
20941 * config/rs6000/rs6000.c (rs6000_scalar_mode_supported_p): Disallow
20942 TImode for TARGET_32BIT.
20944 2015-01-16 Segher Boessenkool <segher@kernel.crashing.org>
20946 * config/rs6000/rs6000.c (TARGET_LIBGCC_CMP_RETURN_MODE,
20947 TARGET_LIBGCC_SHIFT_COUNT_MODE, TARGET_UNWIND_WORD_MODE): Implement
20949 (rs6000_abi_word_mode): New function.
20951 2015-01-16 Segher Boessenkool <segher@kernel.crashing.org>
20953 * config/rs6000/rs6000.c (rs6000_va_start): Use MIN_UNITS_PER_WORD
20954 instead of UNITS_PER_WORD to describe the size of stack slots.
20956 2015-01-16 Segher Boessenkool <segher@kernel.crashing.org>
20958 * config/rs6000/rs6000.c (TARGET_PROMOTE_FUNCTION_MODE): Implement
20959 as rs6000_promote_function_mode. Move comment to there.
20960 (rs6000_promote_function_mode): New function.
20962 2015-01-16 Segher Boessenkool <segher@kernel.crashing.org>
20964 * config/rs6000/rs6000.h (PROMOTE_MODE): Correct test for when -m32
20965 -mpowerpc64 is active.
20967 2015-01-16 Ilya Enkovich <ilya.enkovich@intel.com>
20969 PR middle-end/64353
20970 * tree-cfg.c (pass_data_fixup_cfg): Update SSA for
20973 2015-01-16 James Greenhalgh <james.greenhalgh@arm.com>
20975 * config/arm/cortex-a57.md: Remove duplicate of file accidentally
20976 introduced in revision 219724.
20978 2015-01-16 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
20979 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
20982 * config/aarch64/aarch64.md (*movsi_aarch64): Don't split if the
20983 destination is not a GP reg.
20984 (*movdi_aarch64): Likewise.
20986 2015-01-16 David Edelsohn <dje.gcc@gmail.com>
20989 * config/rs6000/default64.h: Revert ISA change.
20991 2015-01-16 Richard Biener <rguenther@suse.de>
20993 PR middle-end/64614
20994 * tree-ssa-uninit.c: Include tree-cfg.h.
20995 (MAX_SWITCH_CASES): New define.
20996 (convert_control_dep_chain_into_preds): Handle switch statements.
20997 (is_pred_expr_subset_of): Handle x == CST vs. (x & CST) != 0.
20998 (normalize_one_pred_1): Do not split bit-manipulations.
21001 2015-01-16 Richard Biener <rguenther@suse.de>
21003 PR tree-optimization/64568
21004 * tree-ssa-forwprop.c (pass_forwprop::execute): Guard
21005 complex load rewriting for TARGET_MEM_REFs.
21007 2015-01-16 Uros Bizjak <ubizjak@gmail.com>
21009 * builtins.c (expand_builtin_acc_on_device): Check target for NULL.
21011 2015-01-16 Matthew Wahab <matthew.wahab@arm.com>
21014 * config/aarch64/aarch64.opt: Remove lra option and aarch64_lra_flag
21016 * config/aarch64/aarch64.c (TARGET_LRA_P): Set to hook_bool_void_true.
21017 (aarch64_lra_p): Remove.
21019 2015-01-16 Ilya Enkovich <ilya.enkovich@intel.com>
21022 * ipa-chkp.h (chkp_instrumentable_p): New.
21023 * ipa-chkp.c: Include tree-inline.h.
21024 (chkp_instrumentable_p): New.
21025 (chkp_maybe_create_clone): Use chkp_instrumentable_p.
21026 Fix processing of not instrumentable functions.
21027 (chkp_versioning): Use chkp_instrumentable_p. Warn about
21028 not instrumentable functions.
21029 * tree-chkp.c (chkp_add_bounds_to_call_stmt): Use
21030 chkp_instrumentable_p.
21031 * tree-inline.h (copy_forbidden): New.
21032 * tree-inline.c (copy_forbidden): Not static anymore.
21034 2015-01-16 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
21036 * optc-save-gen.awk (cl_target_option_print_diff): Mark indent,
21039 2015-01-16 Robert Suchanek <robert.suchanek@imgtec.com>
21041 * lra-constraints.c (curr_insn_transform): Change a reload pseudo of
21042 type OP_OUT to OP_INOUT.
21044 2015-01-16 Robert Suchanek <robert.suchanek@imgtec.com>
21046 * simplify-rtx.c (simplify_replace_fn_rtx): Simplify (lo_sum
21047 (high x) y) to y if x and y have the same base.
21049 2015-01-16 James Greenhalgh <james.greenhalgh@arm.com>
21051 * config/arm/cortex-a57.md: New.
21052 * config/aarch64/aarch64.md: Include it.
21053 * config/aarch64/aarch64-cores.def (cortex-a57): Tune for it.
21054 * config/aarch64/aarch64-tune.md: Regenerate.
21056 2015-01-16 Zhenqiang Chen <zhenqiang.chen@arm.com>
21059 * ccmp.c (expand_ccmp_next): New function.
21060 (expand_ccmp_expr_1, expand_ccmp_expr): Handle operand insn sequence
21061 and compare insn sequence.
21062 * config/aarch64/aarch64.c (aarch64_code_to_ccmode,
21063 aarch64_gen_ccmp_first, aarch64_gen_ccmp_next): New functions.
21064 (TARGET_GEN_CCMP_FIRST, TARGET_GEN_CCMP_NEXT): New MICRO.
21065 * config/aarch64/aarch64.md (*ccmp_and): Changed to ccmp_and<mode>.
21066 (*ccmp_ior): Changed to ccmp_ior<mode>.
21067 (cmp<mode>): New pattern.
21068 * doc/tm.texi (TARGET_GEN_CCMP_FIRST, TARGET_GEN_CCMP_NEXT): Update
21070 * target.def (gen_ccmp_first, gen_ccmp_next): Update parameters.
21072 2015-01-16 Ilya Tocar <ilya.tocar@intel.com>
21074 * config/i386/avx2intrin.h (_mm256_bslli_epi128,
21075 _mm256_bsrli_epi128): New.
21076 * config/i386/emmintrin.h (_mm_bsrli_si128, _mm_bslli_si128): Ditto.
21078 2015-01-15 Jiong Wang <jiong.wang@arm.com>
21080 * expmed.c (store_bit_field_using_insv): Improve warning message.
21081 Use %wu instead of HOST_WIDE_INT_PRINT_UNSIGNED.
21083 2015-01-15 Jiong Wang <jiong.wang@arm.com>
21085 PR rtl-optimization/64011
21086 * expmed.c (store_bit_field_using_insv): Warn and truncate bitsize when
21087 there is partial overflow.
21089 2015-01-16 Chung-Ju Wu <jasonwucj@gmail.com>
21091 * config/nds32/nds32-protos.h (nds32_expand_epilogue): Change
21093 (nds32_expand_epilogue_v3pop): Likewise.
21094 * config/nds32/nds32.md (sibcall): Define this for sibling call
21096 (sibcall_register): Likewise.
21097 (sibcall_immediate): Likewise.
21098 (sibcall_value): Likewise.
21099 (sibcall_value_register): Likewise.
21100 (sibcall_value_immediate): Likewise.
21101 (sibcall_epilogue): Likewise.
21102 (epilogue): Pass false to indicate this is not a sibcall epilogue.
21103 * config/nds32/nds32.c (nds32_expand_epilogue): Consider sibcall case.
21104 (nds32_expand_epilogue_v3pop): Likewise.
21106 2015-01-16 Chung-Ju Wu <jasonwucj@gmail.com>
21108 * config/nds32/nds32-protos.h (nds32_can_use_return_insn): New.
21109 * config/nds32/nds32.md (unspec_volatile_func_return): Remove.
21110 (return_internal): New.
21111 (return): Define this named pattern.
21112 (simple_return): Define this named pattern.
21113 * config/nds32/nds32.c (nds32_expand_epilogue): Emit return_internal
21114 pattern instead of unspec_volatile_func_return.
21115 (nds32_expand_epilogue_v3pop): Likewise.
21116 (nds32_can_use_return_insn): New function.
21118 2015-01-16 Chung-Ju Wu <jasonwucj@gmail.com>
21120 * config/nds32/constants.md (UNSPEC_VOLATILE_POP25_RETURN): New.
21121 * config/nds32/nds32.md (pop25return): New.
21122 * config/nds32/nds32.c (nds32_expand_epilogue_v3pop): Emit
21123 pop25return pattern.
21125 2015-01-16 Chung-Ju Wu <jasonwucj@gmail.com>
21127 * doc/invoke.texi (NDS32 Options): Remove -mforce-fp-as-gp,
21128 -mforbid-fp-as-gp, and -mex9 options.
21130 2015-01-16 Chung-Ju Wu <jasonwucj@gmail.com>
21132 * doc/invoke.texi (NDS32 Options): Add -mcmodel= option and
21133 remove -mgp-direct option.
21135 2015-01-15 Jan Hubicka <hubicka@ucw.cz>
21137 * doc/invoke.texi (--param early-inlining-insns): Update default value.
21138 * params.def (PARAM_EARLY_INLINING_INSNS): Set to 14.
21140 2015-01-15 Jan Hubicka <hubicka@ucw.cz>
21142 * ipa-inline.c (inline_small_functions): Work around hints
21145 2015-01-15 Sandra Loosemore <sandra@codesourcery.com>
21148 * doc/invoke.texi (Option Summary): Document new Nios II
21150 (Nios II Options): Likewise.
21151 * config/nios2/nios2.opt: Add -mgpopt= option support.
21152 Modify existing -mgpopt and -mno-gpopt options to be aliases.
21153 * config/nios2/nios2-opts.h (enum nios2_gpopt_type): New.
21154 * config/nios2/nios2.c (nios2_option_override): Adjust
21155 -mgpopt defaulting.
21156 (nios2_in_small_data_p): Return true for explicit small data
21157 sections even with -G0.
21158 (nios2_symbol_ref_in_small_data_p): Adjust to handle new -mgpopt=
21161 2015-01-15 Jan Hubicka <hubicka@ucw.cz>
21164 * ipa-inline-transform.c (can_remove_node_now_p): Fix handling
21166 (inline_call): Fix removal of aliases.
21168 2015-01-15 Jakub Jelinek <jakub@redhat.com>
21170 * flag-types.h (enum sanitize_code): Add SANITIZE_VPTR,
21171 include SANITIZE_VPTR in SANITIZE_UNDEFINED.
21172 * opts.c (common_handle_option): Add -fsanitize=vptr.
21173 * sanitizer.def (BUILT_IN_UBSAN_HANDLE_DYNAMIC_TYPE_CACHE_MISS,
21174 BUILT_IN_UBSAN_HANDLE_DYNAMIC_TYPE_CACHE_MISS_ABORT): New.
21175 * ubsan.h (enum ubsan_null_ckind): Add UBSAN_DOWNCAST_POINTER,
21176 UBSAN_DOWNCAST_REFERENCE, UBSAN_UPCAST and UBSAN_CAST_TO_VBASE.
21177 (ubsan_expand_vptr_ifn): New prototype.
21178 * internal-fn.c (expand_ANNOTATE, expand_GOMP_SIMD_LANE,
21179 expand_GOMP_SIMD_VF, expand_GOMP_SIMD_LAST_LANE, expand_UBSAN_NULL,
21180 expand_UBSAN_BOUNDS, expand_UBSAN_OBJECT_SIZE, expand_ASAN_CHECK,
21181 expand_LOOP_VECTORIZED): Make argument nameless, remove
21183 (expand_UBSAN_VPTR): New function.
21184 * internal-fn.def (UBSAN_NULL, ASAN_CHECK): Use R instead of W
21186 (UBSAN_VPTR): New internal function.
21187 * sanopt.c (tree_map_traits): Renamed to ...
21188 (sanopt_tree_map_traits): ... this.
21189 (sanopt_tree_triplet, sanopt_tree_triplet_map_traits): New classes.
21190 (sanopt_ctx): Adjust asan_check_map type for tree_map_traits
21191 to sanopt_tree_map_traits renaming. Add vptr_check_map field.
21192 (maybe_optimize_ubsan_vptr_ifn): New function.
21193 (sanopt_optimize_walker): Handle IFN_UBSAN_VPTR.
21194 (pass_sanopt::execute): Likewise. Call sanopt_optimize even for
21196 * tree-ssa-alias.c (call_may_clobber_ref_p_1): Handle certain
21197 internal calls like pure functions for aliasing, even when they
21198 have other side-effects that prevent making them ECF_PURE.
21199 * ubsan.c (ubsan_vptr_type_cache_decl): New variable.
21200 (ubsan_expand_vptr_ifn): New function.
21202 2015-01-15 Vladimir Makarov <vmakarov@redhat.com>
21204 PR rtl-optimization/64110
21205 * stmt.c (parse_output_constraint): Process '^' and '$'.
21206 (parse_input_constraint): Ditto.
21207 * lra-constraints.c (process_alt_operands): Process the new
21209 * ira-costs.c (record_reg_classes): Process the new constraint
21211 * genoutput.c (indep_constraints): Add '^' and '$'.
21212 * config/i386/sse.md (*vec_dup<mode>): Use '$' instead of '!'.
21213 * doc/md.texi: Add description of the new constraints.
21215 2015-01-15 Thomas Schwinge <thomas@codesourcery.com>
21216 Bernd Schmidt <bernds@codesourcery.com>
21217 Cesar Philippidis <cesar@codesourcery.com>
21218 James Norris <jnorris@codesourcery.com>
21219 Tom de Vries <tom@codesourcery.com>
21220 Ilmir Usmanov <i.usmanov@samsung.com>
21221 Dmitry Bocharnikov <dmitry.b@samsung.com>
21222 Evgeny Gavrin <e.gavrin@samsung.com>
21223 Jakub Jelinek <jakub@redhat.com>
21225 * builtin-types.def (BT_FN_VOID_INT_INT_VAR)
21226 (BT_FN_VOID_INT_PTR_SIZE_PTR_PTR_PTR_INT_INT_VAR)
21227 (BT_FN_VOID_INT_OMPFN_PTR_SIZE_PTR_PTR_PTR_INT_INT_INT_INT_INT_VAR):
21228 New function types.
21229 * builtins.c: Include "gomp-constants.h".
21230 (expand_builtin_acc_on_device): New function.
21231 (expand_builtin, is_inexpensive_builtin): Handle
21232 BUILT_IN_ACC_ON_DEVICE.
21233 * builtins.def (DEF_GOACC_BUILTIN, DEF_GOACC_BUILTIN_COMPILER):
21235 * cgraph.c (cgraph_node::create): Consider flag_openacc next to
21237 * config.gcc <nvptx-*> (tm_file): Add nvptx/offload.h.
21238 <*-intelmic-* | *-intelmicemul-*> (tm_file): Add
21239 i386/intelmic-offload.h.
21240 * gcc.c (LINK_COMMAND_SPEC, GOMP_SELF_SPECS): For -fopenacc, link
21241 to libgomp and its dependencies.
21242 * config/arc/arc.h (LINK_COMMAND_SPEC): Likewise.
21243 * config/darwin.h (LINK_COMMAND_SPEC_A): Likewise.
21244 * config/i386/mingw32.h (GOMP_SELF_SPECS): Likewise.
21245 * config/ia64/hpux.h (LIB_SPEC): Likewise.
21246 * config/pa/pa-hpux11.h (LIB_SPEC): Likewise.
21247 * config/pa/pa64-hpux.h (LIB_SPEC): Likewise.
21248 * doc/generic.texi: Update for OpenACC changes.
21249 * doc/gimple.texi: Likewise.
21250 * doc/invoke.texi: Likewise.
21251 * doc/sourcebuild.texi: Likewise.
21252 * gimple-pretty-print.c (dump_gimple_omp_for): Handle
21253 GF_OMP_FOR_KIND_OACC_LOOP.
21254 (dump_gimple_omp_target): Handle GF_OMP_TARGET_KIND_OACC_KERNELS,
21255 GF_OMP_TARGET_KIND_OACC_PARALLEL, GF_OMP_TARGET_KIND_OACC_DATA,
21256 GF_OMP_TARGET_KIND_OACC_UPDATE,
21257 GF_OMP_TARGET_KIND_OACC_ENTER_EXIT_DATA.
21259 * gimple.c: Update comments for OpenACC changes.
21260 * gimple.def: Likewise.
21261 * gimple.h: Likewise.
21262 (enum gf_mask): Add GF_OMP_FOR_KIND_OACC_LOOP,
21263 GF_OMP_TARGET_KIND_OACC_PARALLEL, GF_OMP_TARGET_KIND_OACC_KERNELS,
21264 GF_OMP_TARGET_KIND_OACC_DATA, GF_OMP_TARGET_KIND_OACC_UPDATE,
21265 GF_OMP_TARGET_KIND_OACC_ENTER_EXIT_DATA.
21266 (gimple_omp_for_cond, gimple_omp_for_set_cond): Sort in the
21268 (is_gimple_omp_oacc, is_gimple_omp_offloaded): New functions.
21269 * gimplify.c: Include "gomp-constants.h".
21270 Update comments for OpenACC changes.
21271 (is_gimple_stmt): Handle OACC_PARALLEL, OACC_KERNELS, OACC_DATA,
21272 OACC_HOST_DATA, OACC_DECLARE, OACC_UPDATE, OACC_ENTER_DATA,
21273 OACC_EXIT_DATA, OACC_CACHE, OACC_LOOP.
21274 (gimplify_scan_omp_clauses, gimplify_adjust_omp_clauses): Handle
21275 OMP_CLAUSE__CACHE_, OMP_CLAUSE_ASYNC, OMP_CLAUSE_WAIT,
21276 OMP_CLAUSE_NUM_GANGS, OMP_CLAUSE_NUM_WORKERS,
21277 OMP_CLAUSE_VECTOR_LENGTH, OMP_CLAUSE_GANG, OMP_CLAUSE_WORKER,
21278 OMP_CLAUSE_VECTOR, OMP_CLAUSE_DEVICE_RESIDENT,
21279 OMP_CLAUSE_USE_DEVICE, OMP_CLAUSE_INDEPENDENT, OMP_CLAUSE_AUTO,
21281 (gimplify_adjust_omp_clauses_1, gimplify_adjust_omp_clauses): Use
21282 GOMP_MAP_* instead of OMP_CLAUSE_MAP_*. Use
21283 OMP_CLAUSE_SET_MAP_KIND.
21284 (gimplify_oacc_cache): New function.
21285 (gimplify_omp_for): Handle OACC_LOOP.
21286 (gimplify_omp_workshare): Handle OACC_KERNELS, OACC_PARALLEL,
21288 (gimplify_omp_target_update): Handle OACC_ENTER_DATA,
21289 OACC_EXIT_DATA, OACC_UPDATE.
21290 (gimplify_expr): Handle OACC_LOOP, OACC_CACHE, OACC_HOST_DATA,
21291 OACC_DECLARE, OACC_KERNELS, OACC_PARALLEL, OACC_DATA,
21292 OACC_ENTER_DATA, OACC_EXIT_DATA, OACC_UPDATE.
21293 (gimplify_body): Consider flag_openacc next to flag_openmp.
21294 * lto-streamer-out.c: Include "gomp-constants.h".
21295 * omp-builtins.def (BUILT_IN_ACC_GET_DEVICE_TYPE)
21296 (BUILT_IN_GOACC_DATA_START, BUILT_IN_GOACC_DATA_END)
21297 (BUILT_IN_GOACC_ENTER_EXIT_DATA, BUILT_IN_GOACC_PARALLEL)
21298 (BUILT_IN_GOACC_UPDATE, BUILT_IN_GOACC_WAIT)
21299 (BUILT_IN_GOACC_GET_THREAD_NUM, BUILT_IN_GOACC_GET_NUM_THREADS)
21300 (BUILT_IN_ACC_ON_DEVICE): New builtins.
21301 * omp-low.c: Include "gomp-constants.h".
21302 Update comments for OpenACC changes.
21303 (struct omp_context): Add reduction_map, gwv_below, gwv_this
21305 (extract_omp_for_data, use_pointer_for_field, install_var_field)
21306 (new_omp_context, delete_omp_context, scan_sharing_clauses)
21307 (create_omp_child_function, scan_omp_for, scan_omp_target)
21308 (check_omp_nesting_restrictions, lower_reduction_clauses)
21309 (build_omp_regions_1, diagnose_sb_0, make_gimple_omp_edges):
21310 Update for OpenACC changes.
21311 (scan_sharing_clauses): Handle OMP_CLAUSE_NUM_GANGS:
21312 OMP_CLAUSE_NUM_WORKERS: OMP_CLAUSE_VECTOR_LENGTH,
21313 OMP_CLAUSE_ASYNC, OMP_CLAUSE_WAIT, OMP_CLAUSE_GANG,
21314 OMP_CLAUSE_WORKER, OMP_CLAUSE_VECTOR, OMP_CLAUSE_DEVICE_RESIDENT,
21315 OMP_CLAUSE_USE_DEVICE, OMP_CLAUSE__CACHE_, OMP_CLAUSE_INDEPENDENT,
21316 OMP_CLAUSE_AUTO, OMP_CLAUSE_SEQ. Use GOMP_MAP_* instead of
21318 (expand_omp_for_static_nochunk, expand_omp_for_static_chunk):
21319 Handle GF_OMP_FOR_KIND_OACC_LOOP.
21320 (expand_omp_target, lower_omp_target): Handle
21321 GF_OMP_TARGET_KIND_OACC_PARALLEL, GF_OMP_TARGET_KIND_OACC_KERNELS,
21322 GF_OMP_TARGET_KIND_OACC_UPDATE,
21323 GF_OMP_TARGET_KIND_OACC_ENTER_EXIT_DATA,
21324 GF_OMP_TARGET_KIND_OACC_DATA.
21325 (pass_expand_omp::execute, execute_lower_omp)
21326 (pass_diagnose_omp_blocks::gate): Consider flag_openacc next to
21328 (offload_symbol_decl): New variable.
21329 (oacc_get_reduction_array_id, oacc_max_threads)
21330 (get_offload_symbol_decl, get_base_type, lookup_oacc_reduction)
21331 (maybe_lookup_oacc_reduction, enclosing_target_ctx)
21332 (oacc_loop_or_target_p, oacc_lower_reduction_var_helper)
21333 (oacc_gimple_assign, oacc_initialize_reduction_data)
21334 (oacc_finalize_reduction_data, oacc_process_reduction_data): New
21336 (is_targetreg_ctx): Remove function.
21337 * tree-core.h (enum omp_clause_code): Add OMP_CLAUSE__CACHE_,
21338 OMP_CLAUSE_DEVICE_RESIDENT, OMP_CLAUSE_USE_DEVICE,
21339 OMP_CLAUSE_GANG, OMP_CLAUSE_ASYNC, OMP_CLAUSE_WAIT,
21340 OMP_CLAUSE_AUTO, OMP_CLAUSE_SEQ, OMP_CLAUSE_INDEPENDENT,
21341 OMP_CLAUSE_WORKER, OMP_CLAUSE_VECTOR, OMP_CLAUSE_NUM_GANGS,
21342 OMP_CLAUSE_NUM_WORKERS, OMP_CLAUSE_VECTOR_LENGTH.
21343 * tree.c (omp_clause_code_name, walk_tree_1): Update accordingly.
21344 * tree.h (OMP_CLAUSE_GANG_EXPR, OMP_CLAUSE_GANG_STATIC_EXPR)
21345 (OMP_CLAUSE_ASYNC_EXPR, OMP_CLAUSE_WAIT_EXPR)
21346 (OMP_CLAUSE_VECTOR_EXPR, OMP_CLAUSE_WORKER_EXPR)
21347 (OMP_CLAUSE_NUM_GANGS_EXPR, OMP_CLAUSE_NUM_WORKERS_EXPR)
21348 (OMP_CLAUSE_VECTOR_LENGTH_EXPR): New macros.
21349 * tree-core.h: Update comments for OpenACC changes.
21350 (enum omp_clause_map_kind): Remove.
21351 (struct tree_omp_clause): Change type of map_kind member from enum
21352 omp_clause_map_kind to unsigned char.
21353 * tree-inline.c: Update comments for OpenACC changes.
21354 * tree-nested.c: Likewise. Include "gomp-constants.h".
21355 (convert_nonlocal_reference_stmt, convert_local_reference_stmt)
21356 (convert_tramp_reference_stmt, convert_gimple_call): Update for
21357 OpenACC changes. Use GOMP_MAP_* instead of OMP_CLAUSE_MAP_*. Use
21358 OMP_CLAUSE_SET_MAP_KIND.
21359 * tree-pretty-print.c: Include "gomp-constants.h".
21360 (dump_omp_clause): Handle OMP_CLAUSE_DEVICE_RESIDENT,
21361 OMP_CLAUSE_USE_DEVICE, OMP_CLAUSE__CACHE_, OMP_CLAUSE_GANG,
21362 OMP_CLAUSE_ASYNC, OMP_CLAUSE_AUTO, OMP_CLAUSE_SEQ,
21363 OMP_CLAUSE_WAIT, OMP_CLAUSE_WORKER, OMP_CLAUSE_VECTOR,
21364 OMP_CLAUSE_NUM_GANGS, OMP_CLAUSE_NUM_WORKERS,
21365 OMP_CLAUSE_VECTOR_LENGTH, OMP_CLAUSE_INDEPENDENT. Use GOMP_MAP_*
21366 instead of OMP_CLAUSE_MAP_*.
21367 (dump_generic_node): Handle OACC_PARALLEL, OACC_KERNELS,
21368 OACC_DATA, OACC_HOST_DATA, OACC_DECLARE, OACC_UPDATE,
21369 OACC_ENTER_DATA, OACC_EXIT_DATA, OACC_CACHE, OACC_LOOP.
21370 * tree-streamer-in.c: Include "gomp-constants.h".
21371 (unpack_ts_omp_clause_value_fields) Use GOMP_MAP_* instead of
21372 OMP_CLAUSE_MAP_*. Use OMP_CLAUSE_SET_MAP_KIND.
21373 * tree-streamer-out.c: Include "gomp-constants.h".
21374 (pack_ts_omp_clause_value_fields): Use GOMP_MAP_* instead of
21376 * tree.def (OACC_PARALLEL, OACC_KERNELS, OACC_DATA)
21377 (OACC_HOST_DATA, OACC_LOOP, OACC_CACHE, OACC_DECLARE)
21378 (OACC_ENTER_DATA, OACC_EXIT_DATA, OACC_UPDATE): New tree codes.
21379 * tree.c (omp_clause_num_ops): Update accordingly.
21380 * tree.h (OMP_BODY, OMP_CLAUSES, OMP_LOOP_CHECK, OMP_CLAUSE_SIZE):
21382 (OACC_PARALLEL_BODY, OACC_PARALLEL_CLAUSES, OACC_KERNELS_BODY)
21383 (OACC_KERNELS_CLAUSES, OACC_DATA_BODY, OACC_DATA_CLAUSES)
21384 (OACC_HOST_DATA_BODY, OACC_HOST_DATA_CLAUSES, OACC_CACHE_CLAUSES)
21385 (OACC_DECLARE_CLAUSES, OACC_ENTER_DATA_CLAUSES)
21386 (OACC_EXIT_DATA_CLAUSES, OACC_UPDATE_CLAUSES)
21387 (OACC_KERNELS_COMBINED, OACC_PARALLEL_COMBINED): New macros.
21388 * tree.h (OMP_CLAUSE_MAP_KIND): Cast it to enum gomp_map_kind.
21389 (OMP_CLAUSE_SET_MAP_KIND): New macro.
21390 * varpool.c (varpool_node::get_create): Consider flag_openacc next
21392 * config/i386/intelmic-offload.h: New file.
21393 * config/nvptx/offload.h: Likewise.
21395 2015-01-15 Prathamesh Kulkarni <prathamesh.kulkarni@linaro.org>
21397 * explow.h: Remove duplicate contents.
21398 * dojump.h: Likewise.
21400 2015-01-15 Richard Earnshaw <rearnsha@arm.com>
21402 * arm.c (arm_xgene_tune): Add default initializer for instruction
21405 2015-01-15 Jan Hubicka <hubicka@ucw.cz>
21409 * ipa.c (symbol_table::remove_unreachable_nodes):
21410 Do not put abstract origins into boundary.
21412 2015-01-15 Evgeny Stupachenko <evstupac@gmail.com>
21414 * config/i386/gnu-user.h (CRT_GET_RFIB_DATA): Remove EBX register usage.
21415 * config/i386/sysv4.h (CRT_GET_RFIB_DATA): Ditto.
21417 2015-01-15 Steve Ellcey <sellcey@mips.com>
21419 * Makefile.in (PLUGIN_HEADERS): Add dominance.h, cfg.h, cfgrtl.h,
21420 cfganal.h, cfgbuild.h, cfgcleanup.h, lcm.h, cfgloopmanip.h,
21421 builtins.def, and chkp-builtins.def.
21423 2015-01-15 David Edelsohn <dje.gcc@gmail.com>
21425 * config/rs6000/default64.h (TARGET_DEFAULT) [LITTLE_ENDIAN]: Use
21428 2015-01-15 Richard Biener <rguenther@suse.de>
21430 PR tree-optimization/61743
21431 * tree-ssa-pre.c (insert_into_preds_of_block): Preserve range
21432 information on PHIs for some simple cases.
21434 2015-01-15 Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
21436 * config/arm/arm.md (generic_sched): Specify xgene1 in 'no' list.
21438 * config/arm/arm.c (arm_issue_rate): Specify 4 for xgene1.
21439 * config/arm/arm-cores.def (xgene1): New entry.
21440 * config/arm/arm-tables.opt: Regenerate.
21441 * config/arm/arm-tune.md: Regenerate.
21442 * config/arm/bpabi.h (BE8_LINK_SPEC): Specify mcpu=xgene1.
21444 2015-01-15 Yuri Rumyantsev <ysrumyan@gmail.com>
21446 * tree-if-conv.c: Include hash-map.h.
21447 (aggressive_if_conv): New variable.
21448 (fold_build_cond_expr): Add simplification of non-zero condition.
21449 (add_to_dst_predicate_list): Invoke add_to_predicate_list if edge
21450 destination block is not always executed.
21451 (if_convertible_phi_p): Fix commentary, allow phi nodes have more
21452 than two predecessors if AGGRESSIVE_IF_CONV is true.
21453 (if_convertible_stmt_p): Fix commentary.
21454 (all_preds_critical_p): New function.
21455 (has_pred_critical_p): New function.
21456 (if_convertible_bb_p): Fix commentary, if AGGRESSIVE_IF_CONV is true
21457 BB can have more than two predecessors and all incoming edges can be
21459 (predicate_bbs): Skip predication for loop exit block, use build2_loc
21460 to compute predicate for true edge.
21461 (find_phi_replacement_condition): Delete this function.
21462 (is_cond_scalar_reduction): Add arguments ARG_0, ARG_1 and EXTENDED.
21463 Allow interchange PHI arguments if EXTENDED is false.
21464 Change check that block containing reduction statement candidate
21465 is predecessor of phi-block since phi may have more than two arguments.
21466 (phi_args_hash_traits): New helper structure.
21467 (struct phi_args_hash_traits): New type.
21468 (phi_args_hash_traits::hash): New function.
21469 (phi_args_hash_traits::equal_keys): New function.
21470 (gen_phi_arg_condition): New function.
21471 (predicate_scalar_phi): Add handling of phi nodes with more than two
21472 arguments, delete COND and TRUE_BB arguments, insert body of
21473 find_phi_replacement_condition to predicate ordinary phi nodes.
21474 (predicate_all_scalar_phis): Skip blocks with the only predecessor,
21475 delete call of find_phi_replacement_condition and invoke
21476 predicate_scalar_phi with two arguments.
21477 (insert_gimplified_predicates): Add assert that non-predicated block
21478 don't have statements to insert.
21479 (ifcvt_split_critical_edges): New function.
21480 (ifcvt_split_def_stmt): Likewise.
21481 (ifcvt_walk_pattern_tree): Likewise.
21482 (stmt_is_root_of_bool_pattern): Likewise.
21483 (ifcvt_repair_bool_pattern): Likewise.
21484 (ifcvt_local_dce): Likewise.
21485 (tree_if_conversion): Add initialization of AGGRESSIVE_IF_CONV which
21486 is copy of inner or outer loop force_vectorize field, invoke
21487 ifcvt_split_critical_edges, ifcvt_local_dce and
21488 ifcvt_repair_bool_pattern for aggressive if-conversion.
21490 2015-01-15 Philipp Tomsich <ptomsich@theobroma-systems.com>
21492 * config/aarch64/aarch64.md: Include xgene1.md.
21493 * config/aarch64/xgene1.md: New file.
21495 2015-01-15 Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
21497 * config/aarch64/aarch64-cores.def (xgene1): Update/add the
21498 xgene1 (APM XGene-1) core definition.
21499 * gcc/config/aarch64/aarch64.c: Add cost tables for APM XGene-1
21500 * config/arm/aarch-cost-tables.h: Add cost tables for APM XGene-1
21501 * doc/invoke.texi: Document -mcpu=xgene1.
21503 2015-01-15 Prathamesh Kulkarni <prathamesh.kulkarni@linaro.org>
21505 * dojump.h: New header file.
21506 * explow.h: Likewise.
21507 * expr.h: Remove includes.
21508 Move expmed.c prototypes to expmed.h.
21509 Move dojump.c prototypes to dojump.h.
21510 Move alias.c prototypes to alias.h.
21511 Move explow.c prototypes to explow.h.
21512 Move calls.c prototypes to calls.h.
21513 Move emit-rtl.c prototypes to emit-rtl.h.
21514 Move varasm.c prototypes to varasm.h.
21515 Move stmt.c prototypes to stmt.h.
21516 (saved_pending_stack_adjust): Move to dojump.h.
21517 (adjust_address): Move to explow.h.
21518 (adjust_address_nv): Move to emit-rtl.h.
21519 (adjust_bitfield_address): Likewise.
21520 (adjust_bitfield_address_size): Likewise.
21521 (adjust_bitfield_address_nv): Likewise.
21522 (adjust_automodify_address_nv): Likewise.
21523 * explow.c (expr_size): Move to expr.c.
21524 (int_expr_size): Likewise.
21525 (tree_expr_size): Likewise.
21526 Include calls.h dojump.h emit-rtl.h explow.h expmed.h
21527 fixed-value.h hashtab.h statistics.h stmt.h varasm.h.
21528 * genemit.c (main): Generate includes statistics.h, real.h,
21529 fixed-value.h, insn-config.h, expmed.h, dojump.h, explow.h, emit-rtl.h,
21531 * genopinit.c (main): Generate includes hashtab.h, hard-reg-set.h,
21532 function.h, statistics.h, real.h, fixed-value.h, expmed.h, dojump.h,
21533 explow.h, emit-rtl.h, stmt.h.
21534 * genoutput.c (main): Generate includes hashtab.h, statistics.h, real.h,
21535 fixed-value.h, expmed.h, dojump.h, explow.h, emit-rtl.h, stmt.h.
21536 * genemit.c (open_base_files): Generate includes flags.h, statistics.h,
21537 real.h, fixed-value.h, tree.h, expmed.h, dojump.h, explow.h, calls.h,
21538 emit-rtl.h, varasm.h, stmt.h.
21539 * config/tilepro/gen-mul-tables.cc: Generate includes hashtab.h,
21540 hash-set.h, vec.h, machmode.h, tm.h, hard-reg-set.h, input.h,
21541 function.h, rtl.h, flags.h, statistics.h, double-int.h, real.h,
21542 fixed-value.h, alias.h, wide-int.h, inchash.h, tree.h, insn-config.h,
21543 expmed.h, dojump.h, explow.h, calls.h, emit-rtl.h, varasm.h, stmt.h.
21544 * config/tilegx/mul-tables.c: Include alias.h calls.h dojump.h
21545 double-int.h emit-rtl.h explow.h expmed.h fixed-value.h flags.h
21546 function.h hard-reg-set.h hash-set.h hashtab.h inchash.h input.h
21547 insn-config.h machmode.h real.h rtl.h statistics.h stmt.h symtab.h
21548 tm.h tree.h varasm.h vec.h wide-int.h.
21549 * rtlhooks.c: Include alias.h calls.h dojump.h double-int.h emit-rtl.h
21550 explow.h expmed.h fixed-value.h flags.h function.h hard-reg-set.h
21551 hash-set.h hashtab.h inchash.h input.h insn-config.h machmode.h
21552 real.h statistics.h stmt.h tree.h varasm.h vec.h wide-int.h.
21553 * cfgloopanal.c: Include alias.h calls.h dojump.h double-int.h
21554 emit-rtl.h explow.h expmed.h fixed-value.h flags.h inchash.h
21555 insn-config.h real.h statistics.h stmt.h tree.h varasm.h wide-int.h.
21556 * loop-iv.c: Likewise.
21557 * lra-assigns.c: Include alias.h calls.h dojump.h double-int.h
21558 emit-rtl.h explow.h expmed.h fixed-value.h flags.h inchash.h real.h
21559 statistics.h stmt.h tree.h varasm.h wide-int.h.
21560 * lra-constraints.c: Likewise.
21561 * lra-eliminations.c: Likewise.
21562 * lra-lives.c: Likewise.
21563 * lra-remat.c: Likewise.
21564 * bt-load.c: Include alias.h calls.h dojump.h double-int.h emit-rtl.h
21565 explow.h expmed.h fixed-value.h inchash.h insn-config.h real.h
21566 statistics.h stmt.h tree.h varasm.h wide-int.h.
21567 * hw-doloop.c: Likewise.
21568 * ira-color.c: Likewise.
21569 * ira-emit.c: Likewise.
21570 * loop-doloop.c: Likewise.
21571 * loop-invariant.c: Likewise.
21572 * reload.c: Include alias.h calls.h dojump.h double-int.h emit-rtl.h
21573 explow.h expmed.h fixed-value.h inchash.h real.h rtl.h
21574 statistics.h stmt.h tree.h varasm.h wide-int.h.
21575 * caller-save.c: Include alias.h calls.h dojump.h double-int.h
21576 emit-rtl.h explow.h expmed.h fixed-value.h inchash.h real.h
21577 statistics.h stmt.h tree.h varasm.h wide-int.h.
21578 * combine-stack-adj.c: Likewise.
21581 * ifcvt.c: Likewise.
21582 * ira-costs.c: Likewise.
21583 * jump.c: Likewise.
21584 * lra-coalesce.c: Likewise.
21585 * lra-spills.c: Likewise.
21586 * profile.c: Include alias.h calls.h dojump.h double-int.h emit-rtl.h
21587 explow.h expmed.h fixed-value.h insn-config.h real.h statistics.h
21588 stmt.h varasm.h wide-int.h.
21589 * lra.c: Include alias.h calls.h dojump.h double-int.h emit-rtl.h
21590 explow.h expmed.h fixed-value.h real.h statistics.h stmt.h
21592 * config/sh/sh_treg_combine.cc: Include alias.h calls.h dojump.h
21593 double-int.h explow.h expmed.h fixed-value.h flags.h real.h
21594 statistics.h stmt.h varasm.h wide-int.h.
21595 * reorg.c: Include alias.h calls.h dojump.h double-int.h explow.h
21596 expmed.h fixed-value.h inchash.h real.h statistics.h stmt.h tree.h
21597 varasm.h wide-int.h.
21598 * reload1.c: Include alias.h calls.h dojump.h double-int.h explow.h
21599 expmed.h fixed-value.h real.h rtl.h statistics.h stmt.h varasm.h.
21600 * config/tilegx/tilegx.c: Include alias.h dojump.h double-int.h
21601 emit-rtl.h explow.h expmed.h fixed-value.h flags.h real.h
21602 statistics.h stmt.h.
21603 * config/tilepro/tilepro.c: Likewise.
21604 * config/mmix/mmix.c: Include alias.h dojump.h double-int.h emit-rtl.h
21605 explow.h expmed.h fixed-value.h real.h statistics.h stmt.h.
21606 * config/pdp11/pdp11.c: Likewise.
21607 * config/xtensa/xtensa.c: Likewise.
21608 * config/lm32/lm32.c: Include alias.h dojump.h double-int.h emit-rtl.h
21609 explow.h expmed.h fixed-value.h real.h statistics.h stmt.h
21611 * tree-chkp.c: Include calls.h dojump.h emit-rtl.h explow.h expmed.h
21612 fixed-value.h flags.h function.h hard-reg-set.h hashtab.h
21613 insn-config.h real.h rtl.h statistics.h stmt.h tm.h.
21614 * cilk-common.c: Include calls.h dojump.h emit-rtl.h explow.h expmed.h
21615 fixed-value.h flags.h function.h hard-reg-set.h hashtab.h
21616 insn-config.h real.h rtl.h statistics.h stmt.h tm.h varasm.h.
21617 * rtl-chkp.c: Likewise.
21618 * tree-chkp-opt.c: Likewise.
21619 * config/arm/arm-builtins.c: Include calls.h dojump.h emit-rtl.h
21620 explow.h expmed.h fixed-value.h flags.h function.h hard-reg-set.h
21621 hashtab.h insn-config.h real.h statistics.h stmt.h varasm.h.
21622 * ipa-icf.c: Include calls.h dojump.h emit-rtl.h explow.h expmed.h
21623 fixed-value.h flags.h hashtab.h insn-config.h real.h rtl.h
21624 statistics.h stmt.h.
21625 * tree-vect-data-refs.c: Likewise.
21626 * graphite-sese-to-poly.c: Include calls.h dojump.h emit-rtl.h explow.h
21627 expmed.h fixed-value.h flags.h hashtab.h insn-config.h real.h
21628 rtl.h statistics.h stmt.h varasm.h.
21629 * internal-fn.c: Likewise.
21630 * ipa-icf-gimple.c: Likewise.
21631 * lto-section-out.c: Likewise.
21632 * tree-data-ref.c: Likewise.
21633 * tree-nested.c: Likewise.
21634 * tree-outof-ssa.c: Likewise.
21635 * tree-predcom.c: Likewise.
21636 * tree-pretty-print.c: Likewise.
21637 * tree-scalar-evolution.c: Likewise.
21638 * tree-ssa-strlen.c: Likewise.
21639 * tree-vect-loop.c: Likewise.
21640 * tree-vect-patterns.c: Likewise.
21641 * tree-vect-slp.c: Likewise.
21642 * tree-vect-stmts.c: Likewise.
21643 * tsan.c: Likewise.
21644 * targhooks.c: Include calls.h dojump.h emit-rtl.h explow.h expmed.h
21645 fixed-value.h flags.h hashtab.h insn-config.h real.h statistics.h
21647 * config/sh/sh-mem.cc: Include calls.h dojump.h emit-rtl.h explow.h
21648 expmed.h fixed-value.h flags.h hashtab.h insn-config.h real.h
21649 statistics.h stmt.h varasm.h.
21650 * loop-unroll.c: Likewise.
21651 * ubsan.c: Likewise.
21652 * tree-ssa-loop-prefetch.c: Include calls.h dojump.h emit-rtl.h explow.h
21653 expmed.h fixed-value.h flags.h hashtab.h real.h rtl.h statistics.h
21655 * dse.c: Include calls.h dojump.h emit-rtl.h explow.h expmed.h
21656 fixed-value.h function.h hashtab.h statistics.h stmt.h varasm.h.
21657 * tree-switch-conversion.c: Include calls.h dojump.h emit-rtl.h explow.h
21658 expmed.h fixed-value.h hashtab.h insn-config.h real.h rtl.h
21659 statistics.h stmt.h.
21660 * generic-match-head.c: Include calls.h dojump.h emit-rtl.h explow.h
21661 expmed.h fixed-value.h hashtab.h insn-config.h real.h rtl.h
21662 statistics.h stmt.h varasm.h.
21663 * gimple-match-head.c: Likewise.
21664 * lto-cgraph.c: Likewise.
21665 * lto-section-in.c: Likewise.
21666 * lto-streamer-in.c: Likewise.
21667 * lto-streamer-out.c: Likewise.
21668 * tree-affine.c: Likewise.
21669 * tree-cfg.c: Likewise.
21670 * tree-cfgcleanup.c: Likewise.
21671 * tree-if-conv.c: Likewise.
21672 * tree-into-ssa.c: Likewise.
21673 * tree-ssa-alias.c: Likewise.
21674 * tree-ssa-copyrename.c: Likewise.
21675 * tree-ssa-dse.c: Likewise.
21676 * tree-ssa-forwprop.c: Likewise.
21677 * tree-ssa-live.c: Likewise.
21678 * tree-ssa-math-opts.c: Likewise.
21679 * tree-ssa-pre.c: Likewise.
21680 * tree-ssa-sccvn.c: Likewise.
21681 * tree-tailcall.c: Likewise.
21682 * tree-vect-generic.c: Likewise.
21683 * tree-sra.c: Include calls.h dojump.h emit-rtl.h explow.h expmed.h
21684 fixed-value.h hashtab.h insn-config.h real.h rtl.h stmt.h varasm.h.
21685 * stor-layout.c: Include calls.h dojump.h emit-rtl.h explow.h expmed.h
21686 fixed-value.h hashtab.h insn-config.h real.h statistics.h stmt.h.
21687 * varasm.c: Likewise.
21688 * coverage.c: Include calls.h dojump.h emit-rtl.h explow.h expmed.h
21689 fixed-value.h hashtab.h insn-config.h real.h statistics.h stmt.h
21691 * init-regs.c: Likewise.
21693 * omp-low.c: Likewise.
21694 * stack-ptr-mod.c: Likewise.
21695 * tree-ssa-reassoc.c: Likewise.
21696 * tree-complex.c: Include calls.h dojump.h emit-rtl.h explow.h expmed.h
21697 fixed-value.h hashtab.h insn-config.h rtl.h statistics.h stmt.h
21699 * dwarf2cfi.c: Include calls.h dojump.h emit-rtl.h explow.h expmed.h
21700 fixed-value.h hashtab.h insn-config.h statistics.h stmt.h varasm.h.
21701 * shrink-wrap.c: Include calls.h dojump.h emit-rtl.h explow.h expmed.h
21702 fixed-value.h hashtab.h real.h rtl.h statistics.h stmt.h.
21703 * recog.c: Include calls.h dojump.h emit-rtl.h explow.h expmed.h
21704 fixed-value.h hashtab.h real.h rtl.h statistics.h stmt.h varasm.h.
21705 * tree-ssa-phiopt.c: Likewise.
21706 * config/darwin.c: Include calls.h dojump.h emit-rtl.h explow.h expmed.h
21707 fixed-value.h hashtab.h real.h statistics.h stmt.h.
21708 * config/fr30/fr30.c: Likewise.
21709 * config/frv/frv.c: Likewise.
21710 * expr.c: Likewise.
21711 * final.c: Likewise.
21712 * optabs.c: Likewise.
21713 * passes.c: Likewise.
21714 * simplify-rtx.c: Likewise.
21715 * stmt.c: Likewise.
21716 * toplev.c: Likewise.
21717 * var-tracking.c: Likewise.
21718 * gcse.c: Include calls.h dojump.h emit-rtl.h explow.h expmed.h
21719 fixed-value.h hashtab.h real.h statistics.h stmt.h varasm.h.
21720 * lower-subreg.c: Likewise.
21721 * postreload-gcse.c: Likewise.
21723 * reginfo.c: Likewise.
21724 * store-motion.c: Likewise.
21725 * combine.c: Include calls.h dojump.h emit-rtl.h explow.h expmed.h
21726 fixed-value.h hashtab.h real.h stmt.h varasm.h.
21727 * emit-rtl.c: Include calls.h dojump.h emit-rtl.h explow.h expmed.h
21728 fixed-value.h hashtab.h statistics.h stmt.h.
21729 * dojump.c: Include calls.h dojump.h emit-rtl.h explow.h expmed.h
21730 fixed-value.h hashtab.h statistics.h stmt.h varasm.h.
21731 * except.c: Likewise.
21732 * explow.c: Likewise.
21733 * tree-dfa.c: Include calls.h dojump.h emit-rtl.h explow.h expmed.h
21734 fixed-value.h insn-config.h real.h rtl.h statistics.h stmt.h
21736 * gimple-fold.c: Include calls.h dojump.h emit-rtl.h explow.h expmed.h
21737 fixed-value.h insn-config.h real.h rtl.h statistics.h varasm.h.
21738 * tree-ssa-structalias.c: Likewise.
21739 * cfgexpand.c: Include calls.h dojump.h emit-rtl.h explow.h expmed.h
21740 fixed-value.h insn-config.h real.h statistics.h.
21741 * calls.c: Include calls.h dojump.h emit-rtl.h explow.h expmed.h
21742 fixed-value.h insn-config.h real.h statistics.h stmt.h.
21743 * bb-reorder.c: Include calls.h dojump.h emit-rtl.h explow.h expmed.h
21744 fixed-value.h insn-config.h real.h statistics.h stmt.h varasm.h.
21745 * cfgbuild.c: Likewise.
21746 * function.c: Include calls.h dojump.h emit-rtl.h explow.h expmed.h
21747 fixed-value.h real.h rtl.h statistics.h stmt.h.
21748 * cfgrtl.c: Include calls.h dojump.h emit-rtl.h explow.h expmed.h
21749 fixed-value.h real.h rtl.h statistics.h stmt.h varasm.h.
21750 * dbxout.c: Include calls.h dojump.h emit-rtl.h explow.h expmed.h
21751 fixed-value.h real.h statistics.h stmt.h.
21752 * auto-inc-dec.c: Include calls.h dojump.h emit-rtl.h explow.h expmed.h
21753 fixed-value.h real.h statistics.h stmt.h varasm.h.
21754 * cprop.c: Likewise.
21755 * modulo-sched.c: Likewise.
21756 * postreload.c: Likewise.
21757 * ccmp.c: Include calls.h dojump.h emit-rtl.h explow.h fixed-value.h
21758 flags.h function.h hard-reg-set.h hashtab.h insn-config.h real.h
21759 statistics.h stmt.h varasm.h.
21760 * gimple-ssa-strength-reduction.c: Include calls.h dojump.h emit-rtl.h
21761 explow.h fixed-value.h flags.h hashtab.h insn-config.h real.h
21762 rtl.h statistics.h stmt.h varasm.h.
21763 * tree-ssa-loop-ivopts.c: Include calls.h dojump.h emit-rtl.h explow.h
21764 fixed-value.h flags.h hashtab.h real.h rtl.h statistics.h stmt.h
21766 * expmed.c: Include calls.h dojump.h emit-rtl.h explow.h fixed-value.h
21767 function.h hard-reg-set.h hashtab.h real.h statistics.h stmt.h
21769 * target-globals.c: Include calls.h dojump.h emit-rtl.h explow.h
21770 fixed-value.h function.h hashtab.h real.h statistics.h stmt.h
21772 * tree-ssa-address.c: Include calls.h dojump.h emit-rtl.h explow.h
21773 fixed-value.h hashtab.h real.h statistics.h stmt.h varasm.h.
21774 * cfgcleanup.c: Include calls.h dojump.h explow.h expmed.h fixed-value.h
21775 function.h real.h statistics.h stmt.h varasm.h.
21776 * alias.c: Include calls.h dojump.h explow.h expmed.h fixed-value.h
21777 insn-config.h real.h statistics.h stmt.h.
21778 * dwarf2out.c: Include calls.h dojump.h explow.h expmed.h fixed-value.h
21779 statistics.h stmt.h.
21780 * config/nvptx/nvptx.c: Include dojump.h emit-rtl.h explow.h expmed.h
21781 fixed-value.h flags.h hard-reg-set.h insn-config.h real.h
21782 statistics.h stmt.h varasm.h.
21783 * gimplify.c: Include dojump.h emit-rtl.h explow.h expmed.h
21784 fixed-value.h flags.h hashtab.h insn-config.h real.h rtl.h statistics.h.
21785 * asan.c: Include dojump.h emit-rtl.h explow.h expmed.h fixed-value.h
21786 flags.h hashtab.h insn-config.h real.h rtl.h statistics.h stmt.h.
21787 * ipa-devirt.c: Include dojump.h emit-rtl.h explow.h expmed.h
21788 fixed-value.h flags.h hashtab.h insn-config.h real.h rtl.h
21789 statistics.h stmt.h varasm.h.
21790 * ipa-polymorphic-call.c: Likewise.
21791 * config/aarch64/aarch64.c: Include dojump.h emit-rtl.h explow.h
21792 expmed.h fixed-value.h flags.h hashtab.h insn-config.h real.h
21793 statistics.h stmt.h.
21794 * config/c6x/c6x.c: Likewise.
21795 * config/aarch64/aarch64-builtins.c: Include dojump.h emit-rtl.h
21796 explow.h expmed.h fixed-value.h flags.h hashtab.h insn-config.h real.h
21797 statistics.h stmt.h varasm.h.
21798 * ipa-prop.c: Include dojump.h emit-rtl.h explow.h expmed.h
21799 fixed-value.h hashtab.h insn-config.h real.h rtl.h statistics.h
21801 * ipa-split.c: Likewise.
21802 * tree-eh.c: Likewise.
21803 * tree-ssa-dce.c: Likewise.
21804 * tree-ssa-loop-niter.c: Likewise.
21805 * tree-vrp.c: Likewise.
21806 * config/nds32/nds32-cost.c: Include dojump.h emit-rtl.h explow.h
21807 expmed.h fixed-value.h hashtab.h insn-config.h real.h statistics.h
21809 * config/nds32/nds32-fp-as-gp.c: Likewise.
21810 * config/nds32/nds32-intrinsic.c: Likewise.
21811 * config/nds32/nds32-isr.c: Likewise.
21812 * config/nds32/nds32-md-auxiliary.c: Likewise.
21813 * config/nds32/nds32-memory-manipulation.c: Likewise.
21814 * config/nds32/nds32-pipelines-auxiliary.c: Likewise.
21815 * config/nds32/nds32-predicates.c: Likewise.
21816 * config/nds32/nds32.c: Likewise.
21817 * config/cris/cris.c: Include dojump.h emit-rtl.h explow.h expmed.h
21818 fixed-value.h hashtab.h real.h statistics.h.
21819 * config/alpha/alpha.c: Include dojump.h emit-rtl.h explow.h expmed.h
21820 fixed-value.h hashtab.h real.h statistics.h stmt.h.
21821 * config/arm/arm.c: Likewise.
21822 * config/avr/avr.c: Likewise.
21823 * config/bfin/bfin.c: Likewise.
21824 * config/h8300/h8300.c: Likewise.
21825 * config/i386/i386.c: Likewise.
21826 * config/ia64/ia64.c: Likewise.
21827 * config/iq2000/iq2000.c: Likewise.
21828 * config/m32c/m32c.c: Likewise.
21829 * config/m32r/m32r.c: Likewise.
21830 * config/m68k/m68k.c: Likewise.
21831 * config/mcore/mcore.c: Likewise.
21832 * config/mep/mep.c: Likewise.
21833 * config/mips/mips.c: Likewise.
21834 * config/mn10300/mn10300.c: Likewise.
21835 * config/moxie/moxie.c: Likewise.
21836 * config/pa/pa.c: Likewise.
21837 * config/rl78/rl78.c: Likewise.
21838 * config/rx/rx.c: Likewise.
21839 * config/s390/s390.c: Likewise.
21840 * config/sh/sh.c: Likewise.
21841 * config/sparc/sparc.c: Likewise.
21842 * config/spu/spu.c: Likewise.
21843 * config/stormy16/stormy16.c: Likewise.
21844 * config/v850/v850.c: Likewise.
21845 * config/vax/vax.c: Likewise.
21846 * config/cr16/cr16.c: Include dojump.h emit-rtl.h explow.h expmed.h
21847 fixed-value.h hashtab.h real.h statistics.h stmt.h varasm.h.
21848 * config/msp430/msp430.c: Likewise.
21849 * predict.c: Likewise.
21850 * value-prof.c: Likewise.
21851 * config/epiphany/epiphany.c: Include dojump.h emit-rtl.h explow.h
21852 expmed.h fixed-value.h hashtab.h statistics.h stmt.h.
21853 * config/microblaze/microblaze.c: Likewise.
21854 * config/nios2/nios2.c: Likewise.
21855 * config/rs6000/rs6000.c: Likewise.
21856 * tree.c: Include dojump.h emit-rtl.h explow.h expmed.h fixed-value.h
21857 insn-config.h real.h rtl.h statistics.h stmt.h.
21858 * cgraph.c: Include dojump.h emit-rtl.h explow.h expmed.h fixed-value.h
21859 insn-config.h real.h statistics.h stmt.h.
21860 * fold-const.c: Include dojump.h emit-rtl.h explow.h expmed.h
21861 fixed-value.h insn-config.h real.h statistics.h stmt.h varasm.h.
21862 * tree-inline.c: Include dojump.h emit-rtl.h explow.h expmed.h
21863 fixed-value.h real.h rtl.h statistics.h stmt.h varasm.h.
21864 * builtins.c: Include dojump.h emit-rtl.h explow.h expmed.h
21865 fixed-value.h real.h statistics.h stmt.h.
21866 * config/arc/arc.c: Include dojump.h emit-rtl.h explow.h expmed.h
21867 fixed-value.h statistics.h stmt.h.
21868 * config/visium/visium.c: Include dojump.h emit-rtl.h explow.h expmed.h
21871 2015-01-15 Jakub Jelinek <jakub@redhat.com>
21873 * gengtype.c (create_user_defined_type): Workaround
21874 -Wmaybe-uninitialized false positives.
21875 * cse.c (fold_rtx): Likewise.
21876 * loop-invariant.c (gain_for_invariant): Likewise.
21878 2015-01-15 Eric Botcazou <ebotcazou@adacore.com>
21880 * expr.c (expand_expr_real_1) <normal_inner_ref>: Use the expression to
21881 set the memory attributes in all cases but clear MEM_EXPR if need be.
21883 2015-01-15 Yuri Rumyantsev <ysrumyan@gmail.com>
21885 PR tree-optimization/64434
21886 * cfgexpand.c (reorder_operands): New function.
21887 (expand_gimple_basic_block): Insert call of reorder_operands if
21890 2015-01-15 Matthew Fortune <matthew.fortune@imgtec.com>
21892 * config/mips/micromips.md (*swp): Remove explicit parallel.
21893 (jraddiusp, *movep<MOVEP1:mode><MOVEP2:mode>): Likewise.
21894 * config/mips/mips-dsp.md (add<DSPV:mode>3): Likewise.
21895 (mips_add<DSP:dspfmt1>_s_<DSP:dspfmt2>, sub<DSPV:mode>3): Likewise.
21896 (mips_sub<DSP:dspfmt1>_s_<DSP:dspfmt2>, mips_addsc): Likewise.
21897 (mips_addwc, mips_absq_s_<DSPQ:dspfmt2>): Likewise.
21898 (mips_precrq_rs_ph_w, mips_precrqu_s_qb_ph): Likewise.
21899 (mips_shll_<DSPV:dspfmt2>, mips_shll_s_<DSPQ:dspfmt2>): Likewise.
21900 (mips_muleu_s_ph_qbl, mips_muleu_s_ph_qbr): Likewise.
21901 (mips_mulq_rs_ph, mips_muleq_s_w_phl, mips_muleq_s_w_phr): Likewise.
21902 (mips_dpaq_s_w_ph, mips_dpsq_s_w_ph, mips_mulsaq_s_w_ph): Likewise.
21903 (mips_dpaq_sa_l_w, mips_dpsq_sa_l_w, mips_maq_s_w_phl): Likewise.
21904 (mips_maq_s_w_phr, mips_maq_sa_w_phl, mips_maq_sa_w_phr): Likewise.
21905 (mips_extr_w, mips_extr_r_w, mips_extr_rs_w): Likewise.
21906 (mips_extr_s_h, mips_extp, mips_extpdp, mips_mthlip): Likewise.
21907 (mips_wrdsp): Likewise.
21908 * config/mips/mips-dspr2.md (mips_absq_s_qb): Remove explicit
21910 (mips_addu_ph, mips_addu_s_ph, mips_cmpgdu_eq_qb): Likewise.
21911 (mips_cmpgdu_lt_qb, mips_cmpgdu_le_qb, mulv2hi3): Likewise.
21912 (mips_mul_s_ph, mips_mulq_rs_w, mips_mulq_s_ph): Likewise.
21913 (mips_mulq_s_w, mips_subu_ph, mips_subu_s_ph): Likewise.
21914 (mips_dpaqx_s_w_ph, mips_dpaqx_sa_w_ph): Likewise.
21915 (mips_dpsqx_s_w_ph, mips_dpsqx_sa_w_ph): Likewise.
21916 * config/mips/mips-fixed.md (usadd<mode>3): Remove explicit parallel.
21917 (ssadd<mode>3, ussub<mode>3, sssub<mode>3, ssmul<mode>3): Likewise.
21918 (ssmaddsqdq4, ssmsubsqdq4): Likewise.
21920 2015-01-14 Matthew Fortune <matthew.fortune@imgtec.com>
21922 * config/mips/mips.c (mips_rtx_costs): Set costs for LSA/DLSA.
21923 (mips_print_operand): Support 'y' to print exact log2 in decimal
21925 * config/mips/mips.h (ISA_HAS_LSA): New define.
21926 (ISA_HAS_DLSA): Likewise.
21927 * config/mips/mips.md (<GPR:d>lsa): New define_insn.
21928 * config/mips/predicates.md (const_immlsa_operand): New predicate.
21930 2015-01-15 Martin Liska <mliska@suse.cz>
21933 * optc-save-gen.awk: Add support for array types.
21935 2015-01-15 Richard Biener <rguenther@suse.de>
21937 PR middle-end/64365
21938 * tree-data-ref.c (dr_analyze_indices): Make sure that accesses
21939 for MEM_REF access functions with the same base can never partially
21942 2015-01-14 Marcos Diaz <marcos.diaz@tallertechnologies.com>
21944 * common.opt: New option -fstack-protector-explicit.
21945 * cfgexpand.c (SPCT_FLAG_EXPLICIT): New enum.
21946 (stack_protect_decl_phase): Handle stack_protect attribute for
21947 explicit stack protection requests.
21948 (expand_used_vars): Similarly.
21949 * doc/cpp.texi (__SSP_EXPLICIT__): Document predefined macro.
21950 * doc/extend.texi: Add documentation for "stack_protect" attribute.
21951 * doc/invoke.texi: Add documentation for -fstack-protector-explicit.
21953 2015-01-14 Oleg Endo <olegendo@gcc.gnu.org>
21956 * config/sh/sh-protos.h (sh_find_set_of_reg): Add option to ignore
21958 (sh_extending_set_of_reg): New struct.
21959 (sh_find_extending_set_of_reg, sh_split_tst_subregs,
21960 sh_remove_reg_dead_or_unused_notes): New Declarations.
21961 * config/sh/sh.c (sh_remove_reg_dead_or_unused_notes,
21962 sh_find_extending_set_of_reg, sh_split_tst_subregs,
21963 sh_extending_set_of_reg::use_as_extended_reg): New functions.
21964 * config/sh/sh.md (*tst<mode>_t_zero): Rename to *tst<mode>_t_subregs,
21965 convert to insn_and_split and use new function sh_split_tst_subregs.
21967 2015-01-14 Sandra Loosemore <sandra@codesourcery.com>
21969 * doc/invoke.texi (Option Summary): Reclassify -fuse-ld as a linker
21971 (Optimization Options): Move -fuse-ld documentation to...
21972 (Link Options): ...here.
21974 2015-01-14 Matthew Fortune <matthew.fortune@imgtec.com>
21976 * config/mips/constraints.md (ZC): Add support for R6 LL/SC
21978 (ZD): Update to use ISA_HAS_9BIT_DISPLACEMENT.
21979 * config/mips/mips.h (ISA_HAS_PREFETCH_9BIT): Rename to...
21980 (ISA_HAS_9BIT_DISPLACEMENT): ... this. New macro.
21981 * config/mips/sync.md (sync_compare_and_swap<mode>): Use ZC
21982 instead of ZR for the memory operand of LL/SC.
21983 (compare_and_swap_12, sync_add<mode>): Likewise.
21984 (sync_<optab>_12, sync_old_<optab>_12): Likewise.
21985 (sync_new_<optab>_12, sync_nand_12): Likewise.
21986 (sync_old_nand_12, sync_new_nand_12): Likewise.
21987 (sync_sub<mode>, sync_old_add<mode>): Likewise.
21988 (sync_old_sub<mode>, sync_new_add<mode>): Likewise.
21989 (sync_new_sub<mode>, sync_<optab><mode>): Likewise.
21990 (sync_old_<optab><mode>, sync_new_<optab><mode>"): Likewise.
21991 (sync_nand<mode>, sync_old_nand<mode>): Likewise.
21992 (sync_new_nand<mode>, sync_lock_test_and_set<mode>): Likewise.
21993 (test_and_set_12, atomic_compare_and_swap<mode>): Likewise.
21994 (atomic_exchange<mode>_llsc, atomic_fetch_add<mode>_llsc): Likewise.
21995 * doc/md.texi (ZC): Update description.
21997 2015-01-14 Andrew MacLeod <amacleod@redhat.com>
21999 * builtins.c (expand_builtin_atomic_exchange): Remove error when
22000 memory model is CONSUME.
22001 (expand_builtin_atomic_compare_exchange, expand_builtin_atomic_load,
22002 expand_builtin_atomic_store): Change invalid memory model errors to
22004 (expand_builtin_atomic_clear): Change invalid model errors to warnings
22005 and issue warning for CONSUME.
22007 2015-01-14 Aldy Hernandez <aldyh@redhat.com>
22009 * lto-cgraph: Update function comments for
22010 lto_symtab_encoder_encode_*.
22012 2015-01-14 Ilya Verbin <ilya.verbin@intel.com>
22014 * Makefile.in (site.exp): Do not set ENABLE_LTO.
22016 2015-01-14 Ilya Verbin <ilya.verbin@intel.com>
22018 * cgraphunit.c (ipa_passes): Remove argument from ipa_write_summaries.
22019 * lto-cgraph.c (select_what_to_stream): Remove argument, use
22020 lto_stream_offload_p instead.
22021 * lto-streamer.h (select_what_to_stream): Remove argument.
22022 * passes.c (ipa_write_summaries): Likewise.
22023 * tree-pass.h (ipa_write_summaries): Likewise.
22025 2015-01-14 Richard Biener <rguenther@suse.de>
22027 PR tree-optimization/59354
22028 * tree-vect-slp.c (vect_build_slp_tree_1): Treat loads from
22029 groups larger than the slp group size as having gaps.
22031 2015-01-14 Andrew MacLeod <amacleod@redhat.com>
22033 PR middle-end/59448
22034 * builtins.c (get_memmodel): Promote consume to acquire always.
22036 2015-01-14 Ilya Tocar <ilya.tocar@intel.com>
22039 * config/i386/i386.c (ix86_expand_sse_cmp): Handle V64QImode,
22042 2015-01-14 Ilya Tocar <ilya.tocar@intel.com>
22045 * common/config/i386/i386-common.c (OPTION_MASK_ISA_AVX512VBMI_SET):
22047 (OPTION_MASK_ISA_AVX512BW_UNSET): Disable AVX512VBMI.
22048 * config/i386/i386.c (ix86_hard_regno_mode_ok): Don't check
22049 AVX512VBMI, as it implies AVX512BW.
22051 2015-01-14 Ilya Tocar <ilya.tocar@intel.com>
22054 * config/i386/sse.md (vec_unpacks_hi_v8sf): Fix predicate.
22055 (vec_unpacks_hi_v16sf): Ditto.
22057 2015-01-14 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
22059 * config/aarch64/arm_neon.h: Error out if AdvancedSIMD
22062 2015-01-14 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
22064 * doc/invoke.texi (mapcs): Mention deprecation.
22065 (mapcs-frame): Likewise.
22067 2015-01-14 Thomas Preud'homme <thomas.preudhomme@arm.com>
22070 * config/arm/arm.c (callee_saved_reg_p): Define.
22071 (arm_compute_save_reg0_reg12_mask): Use callee_saved_reg_p to check if
22072 register is callee saved instead of !call_used_regs[reg].
22073 (thumb1_compute_save_reg_mask): Likewise.
22075 2015-01-14 Hale Wang <hale.wang@arm.com>
22077 * config/arm/arm.c: Tune the max_cond_insns/branch_cost for
22080 2015-01-14 Richard Biener <rguenther@suse.de>
22083 * tree-inline.c (insert_debug_decl_map): Check destination
22084 function MAY_HAVE_DEBUG_STMTS.
22085 (insert_init_debug_bind): Likewise.
22086 (insert_init_stmt): Remove redundant check.
22087 (remap_gimple_stmt): Drop debug stmts if the destination
22088 function has var-tracking assignments disabled.
22090 2015-01-14 Martin Liska <mliska@suse.cz>
22092 * ipa-icf-gimple.c (func_checker::compare_operand): Add support for
22093 IMAGPART_EXPR and REALPART_EXPR and fix BIT_FIELD_REF comparison.
22095 2015-01-14 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
22098 * config/arm/arm.md (*<arith_shift_insn>_multsi): Set 'shift' to 2.
22099 (*<arith_shift_insn>_shiftsi): Set 'shift' attr to 3.
22101 2015-01-14 Matthew Fortune <matthew.fortune@imgtec.com>
22103 * config/mips/mips.h (MIPS_ISA_LEVEL_SPEC): Only infer an ISA
22104 level from an ARCH; do not inject the default.
22105 (MIPS_DEFAULT_ISA_LEVEL_SPEC): New macro split out from
22106 MIPS_ISA_LEVEL_SPEC.
22107 (MIPS_ISA_NAN2008_SPEC): Update comment.
22108 (BASE_DRIVER_SELF_SPECS): Likewise.
22109 * config/mips/elfoabi.h (DRIVER_SELF_SPECS): Add
22110 MIPS_DEFAULT_ISA_LEVEL_SPEC.
22111 * config/mips/mti-elf.h (DRIVER_SELF_SPECS): Likewise.
22112 * config/mips/mti-linux.h (DRIVER_SELF_SPECS): Likewise.
22113 * config/mips/sde.h (DRIVER_SELF_SPECS): Likewise.
22115 2015-01-14 Richard Biener <rguenther@suse.de>
22117 PR tree-optimization/64493
22118 PR tree-optimization/64495
22119 * tree-vect-loop.c (vect_finalize_reduction): For double-reductions
22120 assign the proper vectorized PHI to the inner loop exit PHIs.
22122 2015-01-14 Joey Ye <joey.ye@arm.com>
22124 * config/arm/arm.c (arm_compute_save_reg_mask):
22125 Do not save lr in case of tail call.
22126 * config/arm/thumb2.md (*thumb2_pop_single): New pattern.
22128 2015-01-14 Martin Uecker <uecker@eecs.berkeley.edu>
22130 * tree-vrp.c (check_array_ref): Emit more warnings
22131 for warn_array_bounds >= 2.
22132 * common.opt: New option -Warray-bounds=.
22133 * doc/invoke.texi: Document -Warray-bounds=.
22135 2015-01-14 Chung-Ju Wu <jasonwucj@gmail.com>
22137 * config/nds32/nds32.opt (mforce-fp-as-gp): Remove.
22138 (mforbid-fp-as-gp): Remove.
22140 * config/nds32/nds32-fp-as-gp.c (nds32_have_prologue_p): Remove.
22141 (nds32_symbol_load_store_p): Remove.
22142 (nds32_fp_as_gp_check_available): Clean up implementation.
22143 * config/nds32/nds32.h (LINK_SPEC): Remove -mforce-as-gp and -mex9
22145 * config/nds32/nds32.c (nds32_asm_file_start): No need to consider
22146 fp-as-gp and ex9 cases.
22148 2015-01-13 Jan Hubicka <hubicka@ucw.cz>
22150 * tree-profile.c (init_ic_make_global_vars): Drop workaround
22151 for bintuils bug 14342.
22152 (init_ic_make_global_vars): Likewise.
22153 (gimple_init_edge_profiler): Likewise.
22154 (gimple_gen_ic_func_profiler): Likewise.
22156 2015-01-13 Naveen H.S <Naveen.Hurugalawadi@caviumnetworks.com>
22158 * ipa-inline.c (inline_small_functions): Swap the operands in
22161 2015-01-13 Jan Hubicka <hubicka@ucw.cz>
22164 * ipa-inline-analysis.c (node_growth_cache): Remove.
22165 (initialize_growth_caches): Do not initialize it.
22166 (free_growth_caches): Do not free it.
22167 (do_estimate_growth): Rename to ...
22168 (estimate_growth): ... this one; drop growth cache code.
22169 (growth_likely_positive): Always go the heuristics way.
22170 * ipa-inline.c (can_inline_edge_p): Walk through aliases.
22171 (reset_edge_caches): Do not reset node growth.
22172 (heap_edge_removal_hook): Do not maintain cache.
22173 (inline_small_functions): Likewise; strenghten sanity check.
22174 (ipa_inline): Do not maintain caches.
22175 * ipa-inline.h (node_growth_cache): Remove.
22176 (do_estimate_growth): Remove to ...
22177 (estimate_growth): this one; remove inline version.
22178 (reset_node_growth_cache): Remove.
22180 2015-01-13 Jan Hubicka <hubicka@ucw.cz>
22183 * ipa-inline.c (inline_small_functions): Update callee keys after
22184 resolving speculation
22185 (inline_small_functions): Always check monotonicity of the queue.
22187 2015-01-13 Marek Polacek <polacek@redhat.com>
22189 PR middle-end/64391
22190 * trans-mem.c (get_attrs_for): Return NULL_TREE if X is NULL_TREE.
22192 2015-01-13 Jakub Jelinek <jakub@redhat.com>
22194 PR rtl-optimization/64286
22195 * ree.c (combine_reaching_defs): Move part of comment earlier,
22196 remove !SCALAR_INT_MODE_P check.
22197 (add_removable_extension): Don't add vector mode
22198 extensions if all uses of the source register aren't the same
22201 2015-01-13 Renlin Li <renlin.li@arm.com>
22203 * config/arm/arm.h (CLZ_DEFINED_VALUE_AT_ZERO): Return 2.
22204 (CTZ_DEFINED_VALUE_AT_ZERO): Ditto.
22206 2015-01-13 Martin Liska <mliska@suse.cz>
22208 * ipa-icf.c (sem_function::equals_private): Call new functions
22209 cl_target_option_print_diff and cl_optimization_print_diff.
22210 * optc-save-gen.awk (cl_target_option_print_diff): New function.
22211 (cl_optimization_print_diff): Likewise.
22212 * opth-gen.awk: Likewise.
22214 2015-01-13 Richard Sandiford <richard.sandiford@arm.com>
22216 * config/aarch64/aarch64.md (subsi3, *subsi3_uxtw, subdi3)
22217 (*sub_<optab><ALLX:mode>_<GPI:mode>, *sub_<optab><SHORT:mode>_si_uxtw)
22218 (*sub_<optab><ALLX:mode>_shft_<GPI:mode>)
22219 (*sub_<optab><SHORT:mode>_shft_si_uxtw, *sub_<optab><mode>_multp2)
22220 (*sub_<optab>si_multp2_uxtw, *sub_uxt<mode>_multp2)
22221 (*sub_uxtsi_multp2_uxtw): Add stack pointer sources.
22223 2015-01-13 Andrew Pinski <apinski@cavium.com>
22225 * config/aarch64/aarch64.c (fusion_load_store): Check dest mode
22226 instead of src mode.
22228 2015-01-13 Richard Biener <rguenther@suse.de>
22231 * lto-streamer-out.c (tree_is_indexable): Guard for NULL
22234 2015-01-13 Andrew Pinski <apinski@cavium.com>
22236 * config/aarch64/aarch64.c (aarch64_operands_ok_for_ldpstp): Reject
22238 (aarch64_operands_adjust_ok_for_ldpstp): Likewise.
22240 2015-01-13 Jakub Jelinek <jakub@redhat.com>
22242 PR middle-end/63974
22243 * cfgexpand.c (expand_computed_goto): Don't call
22244 convert_memory_address here.
22246 2015-01-13 Richard Biener <rguenther@suse.de>
22248 PR tree-optimization/64406
22249 * tree-loop-distibution.c (pass_loop_distribution::execute):
22250 Reset the SCEV hashtable if we distributed anything.
22252 2015-01-13 Richard Biener <rguenther@suse.de>
22254 PR tree-optimization/64404
22255 * tree-vect-stmts.c (vectorizable_load): Reject conflicting
22256 SLP types for CSEd loads.
22258 2015-01-13 Thomas Preud'homme <thomas.preudhomme@arm.com>
22260 PR tree-optimization/64436
22261 * tree-ssa-math-opts.c (find_bswap_or_nop_1): Move code performing the
22262 merge of two symbolic numbers for a bitwise OR to ...
22263 (perform_symbolic_merge): This. Also fix computation of the range and
22264 end of the symbolic number corresponding to the result of a bitwise OR.
22266 2015-01-13 Richard Biener <rguenther@suse.de>
22268 PR tree-optimization/64568
22269 * tree-ssa-forwprop.c (pass_forwprop::execute): Properly
22270 release defs of removed stmts, avoid splitting TARGET_MEM_REFs.
22272 2015-01-13 Chung-Ju Wu <jasonwucj@gmail.com>
22274 * config/nds32/nds32.c (nds32_legitimate_address_p): Consider
22275 TARGET_CMODEL_LARGE and TARGET_CMODEL_MEDIUM cases.
22277 2015-01-13 Chung-Ju Wu <jasonwucj@gmail.com>
22279 * config/nds32/nds32.h (NDS32_SYMBOL_FLAG_RODATA): Define our own
22280 target-specific symbol_ref flag.
22281 (NDS32_SYMBOL_REF_RODATA_P): Define it to check if the symbol_ref
22282 resides in rodata section.
22283 * config/nds32/nds32.c (TARGET_ENCODE_SECTION_INFO): Define.
22284 (nds32_encode_section_info): New function.
22286 2015-01-13 Chung-Ju Wu <jasonwucj@gmail.com>
22288 * config/nds32/nds32.md (call): Use pseudo instruction bal which
22289 clobbers TA_REGNUM if large code model is specified.
22290 (call_register): Likewise.
22291 (call_immediate): Likewise.
22292 (call_value): Likewise.
22293 (call_value_register): Likewise.
22294 (call_value_immediate): Likewise.
22296 2015-01-13 Chung-Ju Wu <jasonwucj@gmail.com>
22298 * config/nds32/nds32.h (TARGET_CMODEL_SMALL): New macro.
22299 (TARGET_CMODEL_MEDIUM): New macro.
22300 (TARGET_CMODEL_LARGE): New macro.
22301 * config/nds32/nds32.c (nds32_asm_file_start): Display corresponding
22302 code model setting in assembly code.
22304 2015-01-13 Chung-Ju Wu <jasonwucj@gmail.com>
22306 * common/config/nds32/nds32-common.c (TARGET_DEFAULT_TARGET_FLAGS):
22307 Remove MASK_GP_DIRECT flag.
22308 * config/nds32/nds32.h (MULTILIB_DEFAULTS): Have -mcmodel=medium as
22309 one of the multilib default options.
22310 * config/nds32/nds32.opt (mgp-direct): Remove.
22311 * config/nds32/t-mlibs (MULTILIB_OPTIONS): Use -mcmodel instead of
22312 -mgp-direct. We also remove unnecessary -mlittle-endian/-mbig-endian.
22314 2015-01-13 Chung-Ju Wu <jasonwucj@gmail.com>
22316 * config/nds32/nds32.opt (mcmodel): Add new option.
22317 * config/nds32/nds32-opts.h (nds32_cmodel_type): Add new enum type
22318 to describe code model.
22320 2015-01-13 Oleg Endo <olegendo@gcc.gnu.org>
22323 * rtlanal.c (set_reg_p): Handle SEQUENCE constructs.
22325 2015-01-12 Kaz Kojima <kkojima@gcc.gnu.org>
22327 * config/sh/sh.c (sh_atomic_assign_expand_fenv): New function.
22328 (TARGET_ATOMIC_ASSIGN_EXPAND_FENV): Define.
22329 (sh_builtin_get_fpscr, sh_builtin_set_fpscr): New variables.
22330 (sh_init_builtins): Record decls for __builtin_sh_get_fpscr and
22331 __builtin_sh_set_fpscr.
22333 2015-01-12 Sandra Loosemore <sandra@codesourcery.com>
22335 * doc/invoke.texi ([-Wsuggest-attribute=]): Don't use parentheses
22336 after a funtion name just to indicate it is a function.
22337 ([-fsanitize-undefined-trap-on-error]): Likewise.
22338 ([-fdbg-cnt=]): Likewise.
22339 ([-mmemcpy]): Likewise.
22340 ([-mflush-func]): Likewise.
22341 ([-msynci]): Likewise.
22343 2015-01-12 Sandra Loosemore <sandra@codesourcery.com>
22345 * doc/invoke.texi ([-Wbad-function-cast]): Rewrite to avoid confusing
22348 2015-01-12 Jakub Jelinek <jakub@redhat.com>
22350 PR tree-optimization/64563
22351 * tree-vrp.c (vrp_evaluate_conditional): Check for VR_RANGE
22352 instead of != VR_VARYING.
22355 * config/i386/i386.c (ix86_expand_prologue): Add
22356 REG_FRAME_RELATED_EXPR to %rax and %r10 pushes.
22358 PR tree-optimization/64454
22359 * tree-vrp.c (simplify_div_or_mod_using_ranges): Optimize
22360 op0 % op1 into op0 if op0 is in range [-op1 + 1, op1 - 1]
22361 for signed or [0, op1 - 1] for unsigned modulo.
22362 (simplify_stmt_using_ranges): Call simplify_div_or_mod_using_ranges
22363 even if op1 does not satisfy integer_pow2p.
22366 * sreal.c (sreal::to_double): Use ldexp instead of scalbnl.
22368 2015-01-12 Jeff Law <law@redhat.com>
22371 * config/m68k/m68k.md (truncsiqi2): Disable for TARGET_COLDFIRE.
22372 (trunchiqi2, truncsihi2): Similarly.
22374 * config/h8300/h8300.c (Fpa): Use RTX_FRAME_RELATED_P directly
22375 rather than calling F.
22377 2015-01-12 Bernd Edlinger <bernd.edlinger@hotmail.de>
22379 * tsan.c (instrument_expr): Use force_gimple_operand.
22380 Use may_be_nonaddressable_p instead of is_gimple_addressable.
22382 2015-01-12 Richard Biener <rguenther@suse.de>
22384 PR tree-optimization/64530
22385 * tree-loop-distribution.c (pg_add_dependence_edges): Shuffle
22388 2015-01-12 Richard Biener <rguenther@suse.de>
22390 PR middle-end/64357
22391 * tree-cfg.c (gimple_can_merge_blocks_p): Protect simple
22394 2015-01-12 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
22396 * config/arm/arm.c (arm_cortex_a12_tune): Update entries to match
22397 Cortex-A17 tuning parameters.
22398 * config/arm/arm-cores.def (cortex-a12): Schedule for cortex-a17.
22400 2015-01-12 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
22402 * config/arm/arm-protos.h (tune_params): Add fuseable_ops field.
22403 * config/arm/arm.c (arm_macro_fusion_p): New function.
22404 (arm_macro_fusion_pair_p): Likewise.
22405 (TARGET_SCHED_MACRO_FUSION_P): Define.
22406 (TARGET_SCHED_MACRO_FUSION_PAIR_P): Likewise.
22407 (ARM_FUSE_NOTHING): Likewise.
22408 (ARM_FUSE_MOVW_MOVT): Likewise.
22409 (arm_slowmul_tune, arm_fastmul_tune, arm_strongarm_tune,
22410 arm_xscale_tune, arm_9e_tune, arm_v6t2_tune, arm_cortex_tune,
22411 arm_cortex_a8_tune, arm_cortex_a7_tune, arm_cortex_a15_tune,
22412 arm_cortex_a53_tune, arm_cortex_a57_tune, arm_cortex_a9_tune,
22413 arm_cortex_a12_tune, arm_v7m_tune, arm_v6m_tune, arm_fa726te_tune
22414 arm_cortex_a5_tune): Specify fuseable_ops value.
22416 2015-01-12 H.J. Lu <hongjiu.lu@intel.com>
22419 * configure.ac (HAVE_LD_PIE_COPYRELOC): Update Linux/x86-64 linker
22420 test for PIE with copy reloc.
22421 * configure: Regenerated.
22423 2015-01-12 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
22425 * config/arm/arm.c (arm_load_tp): Use R0_REGNUM instead of constant 0
22427 (arm_tls_descseq_addr): Likewise.
22428 (arm_gen_movmemqi): Likewise.
22429 (arm_expand_epilogue_apcs_frame): Likewise.
22430 (arm_expand_epilogue): Likewise.
22431 (arm_expand_prologue): Likewise. Use R1_REGNUM instead of constant 1
22434 2015-01-12 Martin Liska <mliska@suse.cz>
22437 * ipa-icf-gimple.c (func_checker::compare_memory_operand): Compare
22438 volatility for correct operands.
22440 2015-01-12 Martin Liska <mliska@suse.cz>
22442 * ipa-icf.c (sem_function::equals_wpa): Add indirect_calls as
22443 indication that a function is not leaf.
22444 (sem_function::compare_polymorphic_p): Likewise.
22446 2015-01-12 Prathamesh Kulkarni <prathamesh.kulkarni@linaro.org>
22448 * config/visium/visium.c: Add includes hashtab.h, hash-set.h,
22449 machmode.h, input.h, statistics.h, vec.h, double-int.h, real.h,
22450 fixed-value.h, alias.h, symtab.h, tree-core.h, wide-int.h, inchash.h,
22451 fold-const.h, tree-check.h.
22453 2015-01-12 Jan Hubicka <hubicka@ucw.cz>
22457 * ipa-inline.c (compute_uninlined_call_time,
22458 compute_inlined_call_time): Use counts for extra precision when
22460 (big_speedup_p): Fix formating.
22461 (RELATIVE_TIME_BENEFIT_RANGE): Remove.
22462 (relative_time_benefit): Remove.
22463 (edge_badness): Turn DECL_DISREGARD_INLINE_LIMITS into hint;
22464 merge guessed and read profile paths.
22465 (inline_small_functions): Count only !optimize_size functions into
22466 initial size; be more lax about sanity check when profile is used;
22467 be sure to update inlined function profile when profile is read.
22469 2015-01-12 Jan Hubicka <hubicka@ucw.cz>
22472 * ipa-inline-analysis.c (inline_edge_duplication_hook): Adjust
22473 cost when edge becomes direct.
22474 * ipa-prop.c (make_edge_direct): Do not adjust when speculation
22475 is resolved or when introducing new speculation.
22477 2015-01-12 Chen Gang <gang.chen.5i5j@gmail.com>
22481 * ipa-icf.c (sem_function::equals_private): Use '&&' instead of
22482 '||' to fix typo issue.
22484 * gcc/tree.h (target_opts_for_fn): Check NULL_TREE since it can
22485 accept and return NULL.
22487 2015-01-12 Martin Liska <mliska@suse.cz>
22489 * cgraph.c (cgraph_edge::remove_callee): Move function to header
22490 file for being inlined.
22491 (cgraph_set_edge_callee): Delete.
22492 (cgraph_edge::redirect_callee): Move function to header file
22494 (cgraph_edge::make_direct): Use new function.
22495 (cgraph_edge::dump_edge_flags): New function created from
22496 static dump_edge_flags function.
22497 (cgraph_node::dump): Use new function.
22498 (cgraph_edge::verify_count_and_frequency): New function created
22499 from verify_edge_count_and_frequency.
22500 (cgraph_edge::verify_corresponds_to_fndecl): New function created
22501 from verify_edge_corresponds_to_fndecl.
22502 (verify_edge_corresponds_to_fndecl): Delete.
22503 (cgraph_node::verify_node): Use new function.
22504 * cgraph.h (cgraph_edge::set_callee): New function.
22505 (cgraph_edge::dump_edge_flags): Likewise.
22506 (cgraph_edge::verify_corresponds_to_fndecl): Likewise.
22508 2015-01-11 Jan Hubicka <hubicka@ucw.cz>
22510 * ipa-utils.c (estimate_function_body_sizes): Do not
22511 free node params when called late with early=true.
22513 2015-01-11 James Greenhalgh <james.greenhalgh@arm.com>
22515 * doc/md.texi (Instruction Patterns): Rewrite text for
22517 (Example): Likewise.
22519 2015-01-10 Sandra Loosemore <sandra@codesourcery.com>
22521 * doc/invoke.texi (Option Summary): Break long lines.
22522 [(-fdiagnostics-color)]: Put long literal in @smallexample
22524 [(-fsanitize-recover)]: Likewise.
22525 [(-fdump-rtl-split*)]: Rewrite to fix over-full hbox.
22526 [(-ffast-math)]: Likewise.
22527 [(--param max-inline-insns-recursive)]: Likewise.
22528 [(--param max-inline-recursive-depth)]: Likewise.
22529 [(-mno-text-section-literals)]: Likewise.
22531 2015-01-10 Thomas Schwinge <thomas@codesourcery.com>
22533 * doc/install.texi: Update for libgomp being renamed from "GNU
22534 OpenMP Runtime Library" to "GNU Offloading and Multi Processing
22536 * doc/sourcebuild.texi: Likewise.
22538 2015-01-10 Anthony Green <green@moxielogic.com>
22540 * config/moxie/moxie.c (moxie_option_override): Fix forcing of
22541 mul.x availability for moxiebox configuration.
22543 2015-01-09 Anthony Green <green@moxielogic.com>
22545 * config/moxie/moxie.md: Tabify assembly output.
22547 2015-01-09 Anthony Green <green@moxielogic.com>
22549 * config/moxie/moxie.md (CC_REG): Correct register definition.
22551 2015-01-09 Sandra Loosemore <sandra@codesourcery.com>
22553 * doc/invoke.texi ([-fvtable-verify]): Copy-edit and fix markup.
22554 ([-fvtv-debug], [-fvtv-counts]): Likewise. Correct location
22557 2015-01-09 Andreas Tobler <andreast@gcc.gnu.org>
22559 * config/arm/arm.h (MAX_SYNC_LIBFUNC_SIZE): Delete semicolon.
22561 2015-01-09 Bernd Schmidt <bernds@codesourcery.com>
22562 Jakub Jelinek <jakub@redhat.com>
22564 PR middle-end/64412
22565 * lto-streamer.h (lto_stream_offload_p): New declaration.
22566 * lto-streamer.c (lto_stream_offload_p): New variable.
22567 * cgraphunit.c (ipa_passes): Set lto_stream_offload_p
22568 at the same time as section_name_prefix.
22569 * lto-streamer-out.c (hash_tree): Don't hash TREE_TARGET_OPTION
22570 if lto_stream_offload_p.
22571 * tree-streamer-out.c (streamer_pack_tree_bitfields): Don't
22572 stream TREE_TARGET_OPTION if lto_stream_offload_p.
22573 (write_ts_function_decl_tree_pointers): Don't
22574 stream DECL_FUNCTION_SPECIFIC_TARGET if lto_stream_offload_p.
22575 * tree-streamer-in.c (unpack_value_fields): Don't stream
22576 TREE_TARGET_OPTION in if ACCEL_COMPILER.
22577 (lto_input_ts_function_decl_tree_pointers): Don't stream
22578 DECL_FUNCTION_SPECIFIC_TARGET in if ACCEL_COMPILER.
22579 * lto-opts.c (lto_write_options): Use lto_stream_offload_p
22580 instead of section_name_prefix string comparisons.
22582 2015-01-09 Jakub Jelinek <jakub@redhat.com>
22584 PR rtl-optimization/64536
22585 * cfgrtl.c (rtl_tidy_fallthru_edge): Handle removal of degenerate
22588 2015-01-09 Michael Collison <michael.collison@linaro.org>
22590 PR tree-optimization/64322
22591 * tree-vrp.c (extract_range_from_binary_expr_1): Attempt to derive
22592 range for RSHIFT_EXPR even if vr0 range is not VR_RANGE or is symbolic.
22594 2015-01-09 Tom de Vries <tom@codesourcery.com>
22596 PR rtl-optimization/64539
22597 * regcprop.c (kill_clobbered_values): Factor out of ...
22598 (copyprop_hardreg_forward_1): ... here. Use kill_clobbered_values
22599 instead of note_stores with kill_clobbered_value.
22601 2015-01-09 Andreas Tobler <andreast@gcc.gnu.org>
22603 * ginclude/unwind-arm-common.h: Revert previous commit.
22605 2015-01-09 Andreas Tobler <andreast@gcc.gnu.org>
22607 * config.gcc (arm*-*-freebsd*): New configuration.
22608 * config/arm/freebsd.h: New file.
22609 * config.host: Add extra components for arm*-*-freebsd*.
22610 * config/arm/arm.h: Introduce MAX_SYNC_LIBFUNC_SIZE.
22611 * config/arm/arm.c (arm_init_libfuncs): Use MAX_SYNC_LIBFUNC_SIZE.
22613 2015-01-09 Sebastian Huber <sebastian.huber@embedded-brains.de>
22615 * config/rs6000/rtems.h (CPP_OS_RTEMS_SPEC): Define __PPC_CPU_E6500__
22617 * config/rs6000/t-rtems: Add e6500 multilibs.
22619 2015-01-09 Sebastian Huber <sebastian.huber@embedded-brains.de>
22621 * config/rs6000/t-rtems: Add -mno-spe to soft-float multilib for
22624 2015-01-09 Sebastian Huber <sebastian.huber@embedded-brains.de>
22626 * config/rs6000/t-rtems: Use MULTILIB_REQUIRED instead of
22627 MULTILIB_EXCEPTIONS.
22629 2015-01-09 Sebastian Huber <sebastian.huber@embedded-brains.de>
22631 * config/arm/t-rtems: Use MULTILIB_REQUIRED instead of
22632 MULTILIB_EXCEPTIONS.
22634 2015-01-09 Sebastian Huber <sebastian.huber@embedded-brains.de>
22636 * config/arm/t-rtems-eabi: Rename to...
22637 * config/arm/t-rtems: ...this.
22638 * config/arm/rtems-eabi.h: Rename to...
22639 * config/arm/rtems.h: ...this.
22640 * config.gcc (arm*-*-rtems*): Reflect changes above.
22642 2015-01-09 Richard Biener <rguenther@suse.de>
22644 PR tree-optimization/64410
22645 * tree-ssa.c (non_rewritable_lvalue_p): Allow REALPART/IMAGPART_EXPR
22647 (execute_update_addresses_taken): Deal with that.
22648 * tree-ssa-forwprop.c (pass_forwprop::execute): Use component-wise
22649 loads/stores for complex variables.
22651 2015-01-09 Martin Liska <mliska@suse.cz>
22653 * ipa-icf-gimple.c (func_checker::compare_ssa_name): Enhance SSA
22655 (func_checker::compare_memory_operand): New function.
22656 (func_checker::compare_operand): Split case to newly
22658 (func_checker::compare_cst_or_decl): New function.
22659 (func_checker::compare_gimple_call): Identify
22661 (func_checker::compare_gimple_assign): Likewise.
22662 * ipa-icf-gimple.h: New function.
22664 2015-01-09 Martin Liska <mliska@suse.cz>
22667 * sreal.c (sreal::dump): Change unsigned format to signed for
22669 (sreal::to_double): Replace exp2 with scalbln.
22671 2015-01-09 Martin Liska <mliska@suse.cz>
22673 * cgraphunit.c (cgraph_node::create_wrapper): Fix level of indentation.
22674 * ipa-icf.c (sem_function::equals_private): Add support for target and
22675 (sem_item_optimizer::merge_classes): Remove redundant function
22676 optimization flags comparison.
22677 * tree.h (target_opts_for_fn): New function.
22679 2015-01-09 Tom de Vries <tom@codesourcery.com>
22681 * omp-low.c (expand_omp_for_static_chunk): Fix assert.
22683 2015-01-09 Kito Cheng <kito@0xlab.org>
22685 PR rtl-optimization/64348
22686 * lra-constraints.c (split_reg): Fix caller-save store/restore
22687 instruction generation.
22689 2015-01-08 John David Anglin <danglin@gcc.gnu.org>
22691 PR gcov-profile/61790
22692 * gcov-tool.c (do_rewrite): Use strtoll instead of atoll if host has
22693 long long. Fallback to int64_t if host doesn't have long long and
22694 use strtol if int64_t is long. Otherwise, use sscanf for conversion.
22696 2015-01-08 Jakub Jelinek <jakub@redhat.com>
22698 PR tree-optimization/63989
22699 * params.def (PARAM_MAX_TRACKED_STRLENS): Increment default
22700 from 1000 to 10000.
22701 * tree-ssa-strlen.c (get_strinfo): Moved earlier.
22702 (get_stridx): If we don't have a record for certain SSA_NAME,
22703 but it is POINTER_PLUS_EXPR of some SSA_NAME we do with
22704 constant offset, call get_stridx_plus_constant.
22705 (get_stridx_plus_constant): New function.
22706 (zero_length_string): Don't use get_stridx here.
22709 PR middle-end/64388
22710 * dse.c (struct insn_info): Mention frame_read set also
22711 before reload for tail calls on some targets.
22712 (scan_insn): Revert 2014-12-22 change. Set frame_read
22713 also before reload for tail calls if
22714 HARD_FRAME_POINTER_IS_ARG_POINTER. Call add_wild_read
22715 instead of add_non_frame_wild_read for non-const/memset
22716 tail calls after reload.
22718 2015-01-08 Jason Merrill <jason@redhat.com>
22720 * ubsan.c (do_ubsan_in_current_function): New.
22721 (pass_ubsan::gate): Use it.
22722 * ubsan.h: Declare it.
22723 * convert.c (convert_to_integer): Use it.
22725 2015-01-08 Jakub Jelinek <jakub@redhat.com>
22728 * config/i386/i386.c (ix86_expand_int_movcc): Don't reverse
22729 compare_code when it is unconditionally overwritten afterwards.
22730 Use ix86_reverse_condition instead of reverse_condition. Don't
22731 change code if *reverse_condition* returned UNKNOWN and don't
22732 swap ct/cf and negate diff in that case.
22734 2015-01-08 Mike Stump <mikestump@comcast.net>
22736 * tsan.c (pass_tsan::gate): Add no_sanitize_thread support.
22737 (pass_tsan_O0::gate): Likewise.
22738 * extend.texi (Function Attributes): Add no_sanitize_thread
22741 2015-01-08 Thomas Schwinge <thomas@codesourcery.com>
22743 * builtins.def (DEF_GOMP_BUILTIN): Also consider flag_offload_abi
22744 for registering builtins.
22745 * config/i386/intelmic-mkoffload.c (prepare_target_image): Don't
22746 add -fopenmp to the argv_obstack used when invoking
22747 compile_for_target.
22749 * config/i386/intelmic-mkoffload.c (compile_for_target): Always
22750 add "-m32" or "-m64" to argv_obstack.
22751 (generate_host_descr_file): Likewise, when invoking host_compiler.
22752 (main): Always add "-m elf_i386" or "-m elf_x86_64" when invoking
22755 2015-01-08 Oleg Endo <olegendo@gcc.gnu.org>
22757 * config/sh/sh-mem.cc: Use constant as second operand when emitting
22760 2015-01-08 Oleg Endo <olegendo@gcc.gnu.org>
22763 * config/sh/sh.md (*addsi3_compact): Emit reg-reg copy instead of
22764 constant load if constant operand fits into I08.
22766 2015-01-08 Jakub Jelinek <jakub@redhat.com>
22769 * tree.c (build2_stat): Fix up initialization of TREE_READONLY
22770 and TREE_THIS_VOLATILE for MEM_REFs.
22771 (build5_stat): Fix up initialization of TREE_READONLY and
22772 TREE_THIS_VOLATILE for TARGET_MEM_REFs.
22774 2015-01-08 Kaz Kojima <kkojima@gcc.gnu.org>
22777 * config/sh/sh.md (*addsi3_compact): Use u constraint instead
22778 of r for the second alternative of the destination operand.
22780 2015-01-07 Segher Boessenkool <segher@kernel.crashing.org>
22783 * config/rs6000/rs6000.md (*eqsi3_ext<mode>, *nesi3_ext<mode>): New.
22785 2015-01-07 Sandra Loosemore <sandra@codesourcery.com>
22787 * doc/invoke.texi ([-fvtable-verify]): Fix markup on option
22789 ([-fivar-visibility], [-fvisibility]): Likewise.
22791 2015-01-07 Sandra Loosemore <sandra@codesourcery.com>
22793 * doc/invoke.texi: Fix incorrect uses of @samp markup throughout
22794 the file where @code, @command, etc is more appropriate.
22796 2015-01-06 Sandra Loosemore <sandra@codesourcery.com>
22798 * doc/invoke.texi (RS/6000 and PowerPC Options): Tidy formatting
22799 of -mrecip= documentation.
22801 2015-01-06 Michael Meissner <meissner@linux.vnet.ibm.com>
22804 * config/rs6000/rs6000.c (rs6000_secondary_reload): Return the
22805 correct reload handler if -m32 -mpowerpc64 is used.
22807 2015-01-06 Tom de Vries <tom@codesourcery.com>
22809 * tree-ssa-tail-merge.c: Fix typo in struct same_succ_def comment.
22811 2015-01-08 Christian Bruel <christian.bruel@st.com>
22814 * config/sh/sh-mem.cc (sh_expand_cmpnstr): Check 0 length.
22816 2015-01-06 Thomas Preud'homme <thomas.preudhomme@arm.com>
22818 PR tree-optimization/63259
22819 * tree-ssa-math-opts.c (pass_optimize_bswap::execute): Stop checking
22820 if optab exists for 16bit byteswap.
22822 2015-01-06 Jakub Jelinek <jakub@redhat.com>
22824 * opts.c (common_handle_option): Add support for
22825 -fno-sanitize=all and -f{,no-}sanitize-recover=all.
22826 * doc/invoke.texi: Document -fno-sanitize=all,
22827 -f{,no-}sanitize-recover=all. Document that
22828 -fsanitize=float-cast-overflow is not enabled
22829 by -fsanitize=undefined. Fix up documentation
22830 of -f{,no-}sanitize-recover.
22832 2015-01-06 Eric Botcazou <ebotcazou@adacore.com>
22834 * config.gcc: Add Visium support.
22835 * configure.ac: Likewise.
22836 * configure: Regenerate.
22837 * doc/extend.texi (interrupt attribute): Add Visium.
22838 * doc/invoke.texi: Document Visium options.
22839 * doc/install.texi: Document Visium target.
22840 * doc/md.texi: Document Visium constraints.
22841 * common/config/visium: New directory.
22842 * config/visium: Likewise.
22844 2015-01-05 Segher Boessenkool <segher@kernel.crashing.org>
22846 * simplify-rtx.c (simplify_binary_operation_1): Handle more cases
22847 for the "(and X (ior (not X) Y) -> (and X Y)" transform.
22849 2015-01-05 Segher Boessenkool <segher@kernel.crashing.org>
22851 * combine.c (combine_validate_cost): Do not count the cost of a
22852 split I2 twice. Do not display it twice in the dump, either.
22854 2015-01-05 Sandra Loosemore <sandra@codesourcery.com>
22856 Revert parts of r219199.
22857 * doc/invoke.texi ([-Wliteral-suffix]): Restore markup on
22859 ([-Wtraditional]): Restore markup on <limits.h>.
22861 2015-01-05 Trevor Saunders <tsaunders@mozilla.com>
22864 * doc/invoke.texi: Document -Wsuggest-override.
22866 2015-01-05 Radovan Obradovic <radovan.obradovic@imgtec.com>
22868 PR rtl-optimization/64287
22869 * toplev.c (HAVE_epilogue, HAVE_prologue): Provide default.
22870 (process_options): Disable flag_ipa_ra if profiling.
22872 2015-01-05 Eric Botcazou <ebotcazou@adacore.com>
22874 * config/nds32/nds32-peephole2.md: Do not mention define_peephole.
22876 2015-01-05 Max Filippov <jcmvbkbc@gmail.com>
22878 * config/xtensa/xtensa.c (hwloop_optimize, hwloop_fail,
22879 hwloop_pattern_reg, xtensa_doloop_hooks, xtensa_reorg_loops):
22880 put under #if TARGET_LOOPS guard.
22882 2015-01-05 Uros Bizjak <ubizjak@gmail.com>
22884 * config/i386/i386.c (output_387_binary_op): Use std::swap.
22886 2015-01-05 Oleg Endo <olegendo@gcc.gnu.org>
22888 * rtlanal.c (refers_to_regno_p): Change return value from int to bool.
22889 * rtl.h (refers_to_regno_p): Add overload.
22891 * bt-load.c: Likewise.
22892 * combine.c: Likewise.
22893 * df-scan.c: Likewise.
22894 * sched-deps.c: Likewise.
22895 * config/s390/s390.c: Likewise.
22896 * config/m32r/m32r.c: Likewise.
22897 * config/rs6000/spe.md: Likewise.
22898 * config/rs6000/rs6000.c: Likewise.
22899 * config/pa/pa.c: Likewise.
22900 * config/stormy16/stormy16.c: Likewise.
22901 * config/cris/cris.c: Likewise.
22902 * config/arc/arc.md: Likewise.
22903 * config/arc/arc.c: Likewise.
22904 * config/sh/sh.md: Likewise.
22905 * config/sh/sh.c: Likewise.
22906 * config/frv/frv.c: Likewise.
22908 2015-01-05 Jakub Jelinek <jakub@redhat.com>
22911 * gimplify.c (gimplify_function_tree): Add TSAN_FUNC_EXIT internal
22912 call as cleanup of the whole body.
22913 * internal-fn.def (TSAN_FUNC_EXIT): New internal call.
22914 * tsan.c (replace_func_exit): New function.
22915 (instrument_func_exit): Moved earlier.
22916 (instrument_memory_accesses): Adjust TSAN_FUNC_EXIT internal calls.
22917 Call instrument_func_exit if no TSAN_FUNC_EXIT internal calls have
22919 (tsan_pass): Don't call instrument_func_exit.
22920 * internal-fn.c (expand_TSAN_FUNC_EXIT): New function.
22921 * tree-inline.c (copy_bb): Drop TSAN_FUNC_EXIT internal calls during
22925 * ubsan.h (ubsan_instrument_float_cast): Add ARG argument.
22926 * ubsan.c (ubsan_instrument_float_cast): Add ARG argument, pass
22927 it to libubsan handler instead of EXPR. Fold comparisons earlier,
22928 if the result is integer_zerop, return NULL_TREE.
22929 * convert.c (convert_to_integer): Pass expr as ARG.
22931 PR tree-optimization/64465
22932 * tree-inline.c (redirect_all_calls): During inlining
22933 clean up EH stmts and EH edges if redirect_call_stmt_to_callee
22934 changed the stmt to a non-throwing call.
22936 2015-01-05 Sandra Loosemore <sandra@codesourcery.com>
22938 * doc/invoke.texi: Fix incorrect uses of @code, @option, @samp,
22939 etc markup throughout the file.
22941 2015-01-05 Bernd Edlinger <bernd.edlinger@hotmail.de>
22943 Enable experimental TSAN support for Ada.
22944 * tsan.c (instrument_expr): Handle VIEW_CONVERT_EXPR.
22946 2015-01-05 Jakub Jelinek <jakub@redhat.com>
22948 PR tree-optimization/64494
22949 * tree-ssa-loop-im.c (move_computations_dom_walker::before_dom): Also
22950 clear SSA_NAME_ANTI_RANGE_P flag.
22952 2015-01-05 Marek Polacek <polacek@redhat.com>
22954 * doc/extend.texi (Arrays of Length Zero): Add missing comma.
22956 2015-01-05 Jakub Jelinek <jakub@redhat.com>
22958 Update copyright years.
22960 * gcc.c (process_command): Update copyright notice dates.
22961 * gcov-dump.c: Ditto.
22963 * doc/cpp.texi: Bump @copying's copyright year.
22964 * doc/cppinternals.texi: Ditto.
22965 * doc/gcc.texi: Ditto.
22966 * doc/gccint.texi: Ditto.
22967 * doc/gcov.texi: Ditto.
22968 * doc/install.texi: Ditto.
22969 * doc/invoke.texi: Ditto.
22971 * auto-profile.c, auto-profile.h: Fix up Copyright line.
22973 2015-01-04 Sandra Loosemore <sandra@codesourcery.com>
22975 * doc/invoke.texi ([-fsized-deallocation]): Copy-edit to fix
22977 ([-fvtable-verify], [-fvtv-debug]): Likewise.
22978 ([-Wabi]): Likewise.
22979 ([-fmessage-length]): Likewise.
22980 ([-Wsuggest-final-types], [-Wsuggest-final-methods]): Likewise.
22981 ([-Wno-discarded-qualifiers]): Likewise.
22982 ([-Wnodiscarded-array-qualifiers]): Likewise.
22983 ([-Wno-virtual-move-assign]): Likewise.
22984 ([-fsanitize=address], [-fsanitize=thread]): Likewise.
22985 ([-fsanitize=leak], [-fsanitize=undefined]): Likewise.
22986 ([-fsanitize=unreachable], [-fsanitize-recover]): Likewise.
22987 ([-fsanitize-undefined-trap-on-error]): Likewise.
22988 ([-floop-interchange]): Likewise.
22989 ([-ftree-coalesce-inlined-vars]): Likewise.
22990 ([-fvect-cost-model]): Likewise.
22991 ([-flto]): Likewise.
22992 ([--param]): Likewise.
22993 (Spec Files): Likewise.
22994 ([-mstrict-align]): Likewise.
22995 ([-mfix-cortex-a53-835769]): Likewise.
22996 ([-march], [-mtune]): Likewise.
22997 ([-mpic-register]): Likewise.
22998 ([-munaligned-access]): Likewise.
22999 ([-msp8]): Likewise.
23000 (EIND and Devices with more than 128 Ki Bytes of Flash): Likewise.
23001 (AVR Built-in Macros): Likewise.
23002 ([-mpreferred-stack-boundary]): Likewise.
23003 ([-mtune-crtl]): Likewise.
23004 ([-mashf]): Likewise.
23005 ([-mmcu=]): Likewise.
23006 ([-minrt]): Likewise.
23007 ([-maltivec], [-maltivec=be], [-maltivec=le]): Likewise.
23008 ([-mupper-regs]): Likewise.
23009 ([-matomic-model]): Likewise.
23010 ([-mdiv]): Likewise.
23011 ([-mzdcbranch]): Likewise.
23012 ([-mdisable-callt]): Likewise.
23013 ([-msoft-float]): Likewise.
23014 ([-m8byte-align]): Likewise.
23015 ([-fstack-reuse]): Likewise.
23017 2015-01-03 Sandra Loosemore <sandra@codesourcery.com>
23019 * doc/invoke.texi ([-fprofile-generate], [-fprofile-use]):
23020 Fix markup, light copy-editing.
23021 ([-fauto-profile]): Rewrite to fix formatting and content
23024 2015-01-03 Sandra Loosemore <sandra@codesourcery.com>
23026 * doc/invoke.texi ([-fisolate-erroneous-paths-dereference]):
23027 Copy-edit description.
23028 ([-fisolate-erroneous-paths-attribute]): Likewise.
23029 * common.opt (fisolate-erroneous-paths-dereference):
23030 Copy-edit description.
23031 (fisolate-erroneous-paths-attribute): Likewise.
23033 2015-01-03 Sandra Loosemore <sandra@codesourcery.com>
23035 * doc/invoke.texi ([-fsemantic-interposition]): Fix typos and
23038 2015-01-03 Sandra Loosemore <sandra@codesourcery.com>
23040 * doc/invoke.texi ([-fplan9-extensions]): Add/fix @opindex.
23041 ([-fvtv-debug]): Likewise.
23042 ([-Wc++-compat]): Likewise.
23043 ([-Wc++11-compat]): Likewise.
23044 ([-Wc++14-compat]): Likewise.
23045 ([-Wno-sized-deallocation]): Likewise.
23046 ([-femit-class-debug-always]): Likewise.
23047 ([-femit-struct-debug-detailed]): Likewise.
23048 ([-fno-keep-inline-dllexport]): Likewise.
23049 ([-fira-algorithm]): Likewise.
23050 ([-fira-region]): Likewise.
23051 ([-flra-remat]): Likewise.
23052 ([-fipa-ra]): Likewise.
23053 ([-fhoist-adjacent-loads]): Likewise.
23054 ([-fisolate-erroneous-paths-dereference]): Likewise.
23055 ([-fisolate-erroneous-paths-attribute]): Likewise.
23056 ([-ftree-switch-conversion]): Likewise.
23057 ([-ftree-tail-merge]): Likewise.
23058 ([-ftree-loop-if-convert]): Likewise.
23059 ([-ftree-loop-if-convert-stores]): Likewise.
23060 ([-ftree-loop-distribution]): Likewise.
23061 ([-ftree-loop-distribute-patterns]): Likewise.
23062 ([-flto-compression-level]): Likewise.
23063 ([-flto-report]): Likewise.
23064 ([-flto-report-wpa]): Likewise.
23065 ([-fuse-linker-plugin]): Likewise.
23066 ([-mfix-cortex-a53-835769]): Likewise.
23067 ([-mno-fix-cortex-a53-835769]): Likewise.
23068 ([-mmmx]...[-mno-3dnow]): Remove the -mno- forms from the
23069 explicit listing; add a note to the discussion indicating they
23070 exist. Reorder table to group similar options. Add missing
23071 @opindex entries. Add @need commands throughout the table to
23072 allow it to be split across multiple pages.
23073 ([-m8bit-idiv]): Fix @opindex.
23074 ([-mavx256-split-unaligned-load]): Likewise.
23075 ([-mavx256-split-unaligned-store]): Likewise.
23076 ([-mstack-protector-guard]): Likewise.
23077 ([-mcpu=]): Likewise.
23078 ([-mcpu]): Likewise.
23079 ([-mpointer-size=]): Likewise.
23081 2015-01-03 John David Anglin <danglin@gcc.gnu.org>
23083 * config/pa/pa.md (decrement_and_branch_until_zero): Use `Q' constraint
23084 instead of `m' constraint. Likewise for unnamed movb comparison
23085 patterns using reg_before_reload_operand predicate.
23086 * config/pa/predicates.md (reg_before_reload_operand): Tighten
23087 predicate to reject register index and LO_SUM DLT memory forms
23090 2015-01-02 Sandra Loosemore <sandra@codesourcery.com>
23092 * doc/invoke.texi (Option Summary): Fix spelling of
23093 -fdevirtualize-at-ltrans.
23094 ([-fdevirtualize]): Fix markup.
23095 ([-fdevirtualize-speculatively]): Fix typo.
23096 ([-fdevirtualize-at-ltrans]): Likewise. Make description less
23097 implementor-speaky.
23098 * common.opt (fdevirtualize-at-ltrans): Likewise.
23099 * ipa-devirt.c: Fix typos in comments throughout the file.
23100 (ipa_devirt): Fix typos in format strings for dump output.
23102 2015-01-02 Sandra Loosemore <sandra@codesourcery.com>
23104 * doc/invoke.texi ([-fopt-info]): Fix markup, consolidate
23105 discussion of defaults, light copy-editing.
23107 2015-01-02 Bernd Edlinger <bernd.edlinger@hotmail.de>
23109 * tsan.c (instrument_expr): corrected previous checkin.
23111 2015-01-02 Bernd Edlinger <bernd.edlinger@hotmail.de>
23113 Instrument bit field and unaligned accesses for TSAN.
23114 * sanitizer.def (BUILT_IN_TSAN_READ_RANGE): New built-in function.
23115 (BUILT_IN_TSAN_WRITE_RANGE): New built-in function.
23116 * tsan.c (instrument_expr): Handle COMPONENT_REF and BIT_FIELD_REF.
23117 Use BUILT_IN_TSAN_READ_RANGE and BUILT_IN_TSAN_WRITE_RANGE for
23118 unaligned memory regions.
23120 2015-01-01 Anthony Green <green@moxielogic.com>
23122 * config/moxie/predicates.md (moxie_general_movsrc_operand):
23123 Restrict move source register offsets to 16 bits.
23125 Copyright (C) 2015 Free Software Foundation, Inc.
23127 Copying and distribution of this file, with or without modification,
23128 are permitted in any medium without royalty provided the copyright
23129 notice and this notice are preserved.