2015-07-14 Sandra Loosemore <sandra@codesourcery.com>
[official-gcc.git] / gcc / ChangeLog
blob1e7fbabac88e485b0d075ece0230734680a900e3
1 2015-07-14  Sandra Loosemore  <sandra@codesourcery.com>
2             Cesar Philippidis  <cesar@codesourcery.com>
3             Chung-Lin Tang  <cltang@codesourcery.com>
5         * config/nios2/constraints.md (U, v): New constraints.
6         * config/nios2/predicates.md (rdprs_dcache_operand): New.
7         (ldstex_memory_operand): New.
8         * config/nios2/sync.md: New file.
9         * config/nios2/nios2.md (unspecv): Add new builtin function
10         UNSPECV codes.
11         (rdprs, flushd, flushda, wrpie, eni): New patterns.
12         (top-level): Include sync.md.
13         * config/nios2/nios2.c (N2_FTYPES): Add function types for
14         new builtins.
15         (N2_BUILTINS): Add arch field setting, add new builtins.
16         (enum nios2_builtin_code,nios2_builtins): Update N2_BUILTIN_DEF
17         for arch field.
18         (nios2_expand_ldst_builtin): Rename from nios2_expand_ldstio_builtin.
19         Also handle ldex/stex/ldsex/stsex builtins.
20         (nios2_expand_rdprs_builtin): New function.
21         (nios2_expand_cache_builtin): New function.
22         (nios2_expand_wrpie_builtin): New function.
23         (nios2_expand_eni_builtin): New function.
24         (nios2_expand_builtin): Add arch field handling and new builtin 
25         cases.
26         * doc/extend.texi (Altera Nios II Built-in Functions): Document
27         new builtins.
28         * doc/md.texi (Machine Constraints): Document U and v constraints.
30 2015-07-14  Sandra Loosemore  <sandra@codesourcery.com>
31             Cesar Philippidis  <cesar@codesourcery.com>
32             Chung-Lin Tang  <cltang@codesourcery.com>
34         * config/nios2/nios2-protos.h (nios2_expand_return): Declare.
35         * config/nios2/nios2.c (struct GTY (()) machine_function): Add
36         callee_save_reg_size and uses_anonymous_args fields.
37         (nios2_compute_frame_layout): Update for CDX push.n/pop.n usage.
38         (nios2_create_cfa_notes): New function.
39         (nios2_adjust_stack): New function for adjusting stack.
40         (nios2_expand_prologue): Update for CDX push.n/pop.n usage.
41         Use nios2_adjust_stack.
42         (nios2_expand_epilogue): Likewise.
43         (nios2_expand_return): New function.
44         (nios2_can_use_return_insn): Update for CDX pop.n usage.
45         (nios2_setup_incoming_varargs): Set uses_anonymous_args flag.
46         If TARGET_HAS_CDX, defer pushing regs to nios2_expand_prologue.
47         * config/nios2/nios2.md (return): Use nios2_expand_return.
49 2015-07-14  Sandra Loosemore  <sandra@codesourcery.com>
50             Cesar Philippidis  <cesar@codesourcery.com>
51             Chung-Lin Tang  <cltang@codesourcery.com>
53         * config/nios2/predicates.md (pop_operation): New.
54         (ldwm_operation, stwm_operation): New.
55         (nios2_hard_register_operand): New.
56         * config/nios2/nios2-protos.h (pop_operation_p): Declare.
57         (ldstwm_operation_p): Declare.
58         (gen_ldstwm_peep): Declare.
59         * config/nios2/nios2.c: (nios2_ldst_parallel): Declare.
60         (base_reg_adjustment_p): New.
61         (pop_operation_p): New.
62         (CDX_LDSTWM_VALID_REGS_0, CDX_LDSTWM_VALID_REGS_1): Define.
63         (nios2_ldstwm_regset_p): New.
64         (ldstwm_operation_p): New.
65         (gen_ldst): New.
66         (nios2_ldst_parallel): New.
67         (struct ldswm_operand): Declare.
68         (compare_ldstwm_operands): New.
69         (can_use_cdx_ldstw): New.
70         (gen_ldstwm_peep): New.
71         * config/nios2/nios2-ldstwm.sml: New.
72         * config/nios2/nios2.md: Include ldstwm.md.
73         * config/nios2/ldstwm.md: Generated.
75 2015-07-14  Sandra Loosemore  <sandra@codesourcery.com>
76             Cesar Philippidis  <cesar@codesourcery.com>
77             Chung-Lin Tang  <cltang@codesourcery.com>
79         * config/nios2/nios2.h (LABEL_ALIGN): Define.
80         (REG_ALLOC_ORDER): Define.
81         (ADJUST_REG_ALLOC_ORDER): Define.
82         (HONOR_REG_ALLOC_ORDER): Define.
83         (CDX_REG_P): Define.
84         (ANDCLEAR_INT): Define.
85         * config/nios2/nios2-protos.h (nios2_add_insn_asm): Declare.
86         (nios2_label_align): Declare.
87         (nios2_cdx_narrow_form_p): Declare.
88         (nios2_adjust_reg_alloc_order): Declare.
89         * config/nios2/nios2.c (nios2_rtx_costs): Adjust for BMX zero-extract
90         operation.
91         (nios2_large_unspec_reloc_p): New function, split from...
92         (nios2_legitimate_pic_operand_p): ...here.
93         (nios2_emit_move_sequence): Add *high/*lo_sum constant expand code.
94         (nios2_print_operand_punct_valid_p): New.
95         (nios2_print_operand): Add %., %!, %x, %y, %A.  Remove %U.
96         (split_mem_address): New.
97         (split_alu_insn): New.
98         (cdxreg): New.
99         (cdx_add_immed, cdx_and_immed, cdx_mov_immed, cdx_shift_immed): New.
100         (enum nios2_add_insn_kind): New.
101         (nios2_add_insn_names, nios2_add_insn_narrow): New.
102         (nios2_add_insn_classify): New.
103         (nios2_add_insn_asm): New.
104         (nios2_cdx_narrow_form_p): New.
105         (label_align, min_labelno, max_labelno): New.
106         (nios2_reorg): New.
107         (nios2_label_align): New.
108         (nios2_adjust_reg_alloc_order): New.
109         (TARGET_PRINT_OPERAND_PUNCT_VALID_P): Define.
110         (TARGET_MACHINE_DEPENDENT_REORG): Define.
111         * config/nios2/constraints.md (P): New constraint.
112         * config/nios2/predicates.md (const_and_operand): New.
113         (and_operand): New.
114         (stack_memory_operand): New.
115         * config/nios2/nios2.md (SP_REGNO): Define stack pointer regno.
116         (length): Update to use nios2_cdx_narrow_form_p().
117         (type): Add new insn type values.
118         (control, alu, st, ld, shift): Update insn reservations with
119         new insn type values.
120         (*high, *lo_sum): Define new insn patterns for constant generation.
121         (movqi_internal, movhi_internal, movsi_internal): Reduce
122         alternatives, update asm template to handle CDX variants, update
123         type attributes.
124         (zero_extendhisi2, zero_extendqi<mode>2): Add CDX variants to asm
125         template, update type attributes.
126         (extendhisi2, extendqi<mode>2): Likewise.
127         (addsi3): Change to use function for asm string.
128         (subsi3): Add CDX notation to asm template, update type attributes.
129         (negsi3, one_cmplsi3): Likewise.
130         (andsi3): New pattern, specialized from logical patterns.
131         (<code>si3): Remove and case, combine alternatives, update asm
132         template.
133         (<shift_op>si3): Add CDX notation, update type attributes.
134         (rotrsi3): Update type attribute.
135         (*merge, extzv, insv): New insn patterns.
136         (return): Change to define_expand.
137         (simple_return): Add CDX notation, update type attributes.
138         (indirect_jump): Add CDX notation.
139         (jump): Update asm cases, update length attribute expression.
140         (*call, *call_value, *sibcall, *sibcall_value): Add CDX variant.
141         (nios2_cbranch): Update asm cases and length attribute expression
142         to handle CDX variants.
143         (nios2_cmp<code>): Update asm template.
144         (nop): Add CDX notation, update type attributes.
145         (trap): Add CDX notation.
146         (ctrapsi4): Update asm cases and length attribute expression to
147         handle CDX variant.
148         * doc/md.texi (Machine Constraints): Document P constraint.
150 2015-07-14  Sandra Loosemore  <sandra@codesourcery.com>
151             Cesar Philippidis  <cesar@codesourcery.com>
152             Chung-Lin Tang  <cltang@codesourcery.com>
154         * config/nios2/nios2.h (SMALL_INT12): New macro.
155         * config/nios2/nios2.c (nios2_valid_addr_offset_p): New function.
156         (nios2_valid_addr_expr_p): Use it.
157         (nios2_symbol_ref_in_small_data_p): Disallow GP-relative addressing
158         with implicit "io" instructions on R2.
159         * config/nios2/constraints.md (w): New constraint.
160         * config/nios2/predicates.md (ldstio_memory_operand): New.
161         * config/nios2/nios2.md (ld<bhw_uns>io, ld<bh>io): Update memory
162         operand predicate and constraint.
163         (ld<bh>io_signed, st<bhw>io>): Likewise.
164         * doc/md.texi (Machine Constraints): Document w constraint.
166 2015-07-14  Sandra Loosemore  <sandra@codesourcery.com>
167             Cesar Philippidis  <cesar@codesourcery.com>
168             Chung-Lin Tang  <cltang@codesourcery.com>
170         * config/nios2/nios2.opt (march, mbmx, mcdx): New options.
171         * config/nios2/nios2-opts.h (enum nios2_arch_type): New enum for
172         Nios II architecture level.
173         * config/nios2/nios2.h (TARGET_ARCH_R2): New define.
174         (TARGET_CPU_CPP_BUILTINS): Add definition of __nios2_arch__ symbol.
175         (OPTION_DEFAULT_SPECS): Define.
176         (ASM_SPEC): Add -march= spec strings.
177         * config/nios2/nios2.c (nios2_option_override): Check for
178         conflicts involving new options.
179         * config.gcc (nios2*-*-*): Support --with-arch=.
180         * doc/invoke.texi (Option Summary, Nios II Options): Document
181         -march=, -mbmx, and -mcdx.
183 2015-07-14  Vladimir Makarov  <vmakarov@redhat.com>
185         PR rtl-optimization/66626
186         * lra-constraints.c (lra_constraints): Prevent equivalence
187         substitution for static chain pseudo in functions with nonlocal
188         goto.
190 2015-07-14  Sandra Loosemore  <sandra@codesourcery.com>
192         * config/nios2/nios2.c (TEMP_REG_NUM): Move define up in file.
193         (nios2_emit_stack_limit_check): Add size parameter.  Handle
194         -fstack-limit-symbol as well as -fstack-limit-register.
195         (nios2_expand_prologue): Emit only a single stack limit check,
196         even if multiple stack adjustments are required.
197         (nios2_option_override): Diagnose unsupported combination of -fpic
198         and -stack-limit-symbol.
200 2015-07-14  H.J. Lu  <hongjiu.lu@intel.com>
202         * Makefile.in (top_srcdir): New.
203         * configure.ac: Use AM_ZLIB.
204         * configure: Regeneated.
206 2015-07-14  Matthias Klose  <doko@ubuntu.com>
208         PR target/66840
209         * config/rs6000/t-rs6000 (TM_H): Add rs6000-cpus.def.
211 2015-07-14  Richard Biener  <rguenther@suse.de>
213         PR tree-optimization/66863
214         * tree-vrp.c (register_edge_assert_for_2): Properly restrict
215         what we record for conversion use stmt lhs inequalities.
217 2015-07-14  Richard Biener  <rguenther@suse.de>
219         * genmatch.c (dt_node::gen_kids_1): Fix case label indenting.
220         (decision_tree::gen_gimple): Likewise.
222 2015-07-14  Tom de Vries  <tom@codesourcery.com>
224         * gcc.c (greater_than_spec_func): Declare forward.
225         (LINK_COMMAND_SPEC, GOMP_SELF_SPECS): Use gt to ignore
226         -ftree-parallelize-loops={0,1}.
227         (static_spec_functions): Add greater_than_spec_func function with name
228         "gt".
229         (greater_than_spec_func): New function.
231 2015-07-14  Richard Biener  <rguenther@suse.de>
233         * tree-ssa-dom.c (record_temporary_equivalences): Merge
234         wideing type conversion case from record_equivalences_from_incoming_edge
235         and use record_equality to record equivalences.
236         (record_equivalences_from_incoming_edge): Call
237         record_temporary_equivalences.
239 2015-07-14  Richard Biener  <rguenther@suse.de>
241         * genmatch.c (struct operand): Add OP_IF and OP_WITH op_types.
242         (struct if_expr): New.
243         (struct with_expr): Likewise.
244         (is_a_helper): Add helpers for if_expr and with_expr.
245         (struct simplify): Add simplify_kind enum and member.  Remove
246         ifexpr_vec member.
247         (simplify::simplify): Adjust.
248         (lower_commutative): Adjust.
249         (lower_opt_convert): Likewise.
250         (lower_cond): Likewise.
251         (replace_id): Handle with_expr and if_expr.
252         (lower_for): Adjust.
253         (dt_simplify::gen_1): New recursive worker, split out from ...
254         (dt_simplify::gen): ... here.  Deal with if and with expansion
255         recursively.
256         (capture_info::capture_info): Take context argument
257         (capture_info::walk_result): Only analyze specific result.
258         (parser::parse_result): New function.
259         (parser::parse_simplify): Adjust to parse ifs with then end
260         else case.
261         (parser::parse_if): Simplify.
262         (parser::parse_pattern): Pass down simplify kind.
263         * match.pd: Convert if structure to new syntax.
265 2015-07-13  Marek Polacek  <polacek@redhat.com>
267         * rtl.c (rtx_equal_p_cb): Fix typo.
269 2015-07-13  Andrew MacLeod  <amacleod@redhat.com>
271         * omega.h: Don't include config.h, don't include params.h again if
272         omega.h has already been included.
273         * graphite-poly.h: Include sese.h.
274         * graphite.c: Don't include sese.h, remove needless includes and 
275         minimize includes outside #ifdef HAVE_isl block.
276         * graphite-blocking.c: Don't include sese.h, remove needless includes,
277         and wrap entire file in #ifdef HAVE_isl
278         * graphite-dependences.c: Likewise.
279         * graphite-interchange.c: Likewise.
280         * graphite-isl-ast-to-gimple.c: Likewise.
281         * graphite-optimize-isl.c: Likewise.
282         * graphite-poly.c: Likewise.
283         * graphite-scop-detection.c: Likewise.
284         * graphite-sese-to-poly.c: Likewise.
286 2015-07-13  Tom de Vries  <tom@codesourcery.com>
288         * omp-low.c (build_receiver_ref): Mark *.omp_data_i as non-trapping.
290 2015-07-13  Renlin Li  <renlin.li@arm.com>
292         PR rtl/66556
293         * simplify-rtx.c (simplify_const_relational_operation): Add
294         side_effects_p checks.
296 2015-07-12  Aldy Hernandez  <aldyh@redhat.com>
298         * bitmap.h: Fix double word typos.
299         * builtins.c: Same.
300         * calls.c: Same.
301         * cfgloopmanip.c: Same.
302         * cgraph.c: Same.
303         * cgraph.h: Same.
304         * cgraphclones.c: Same.
305         * combine.c: Same.
306         * config/aarch64/aarch64-protos.h: Same.
307         * config/aarch64/aarch64.c: Same.
308         * config/aarch64/aarch64.md: Same.
309         * config/arm/arm.md: Same.
310         * config/arm/arm1020e.md: Same.
311         * config/arm/arm1026ejs.md: Same.
312         * config/arm/arm926ejs.md: Same.
313         * config/arm/fa526.md: Same.
314         * config/arm/fa606te.md: Same.
315         * config/arm/fa626te.md: Same.
316         * config/arm/fa726te.md: Same.
317         * config/arm/fmp626.md: Same.
318         * config/darwin.c: Same.
319         * config/epiphany/epiphany.c: Same.
320         * config/frv/frv.c: Same.
321         * config/ft32/ft32.c: Same.
322         * config/gnu-user.h: Same.
323         * config/h8300/constraints.md: Same.
324         * config/i386/i386.c: Same.
325         * config/i386/i386.md: Same.
326         * config/iq2000/iq2000.md: Same.
327         * config/mips/mips.c: Same.
328         * config/mmix/mmix.md: Same.
329         * config/moxie/moxie.c: Same.
330         * config/nds32/nds32.md: Same.
331         * config/pa/pa.h: Same.
332         * config/rs6000/aix.h: Same.
333         * config/rs6000/rs6000.h: Same.
334         * config/sh/sh.c: Same.
335         * config/tilegx/tilegx.md: Same.
336         * config/tilepro/gen-mul-tables.cc: Same.
337         * cse.c: Same.
338         * dbxout.c: Same.
339         * doc/invoke.texi: Same.
340         * dse.c: Same.
341         * dwarf2out.c: Same.
342         * final.c: Same.
343         * gcc.c: Same.
344         * genmatch.c: Same.
345         * gimplify.c: Same.
346         * hash-table.h: Same.
347         * internal-fn.c: Same.
348         * ipa-cp.c: Same.
349         * ipa-devirt.c: Same.
350         * ipa-icf.c: Same.
351         * ipa-icf.h: Same.
352         * ipa-profile.c: Same.
353         * ipa-prop.c: Same.
354         * ipa-prop.h: Same.
355         * ira.c: Same.
356         * omp-low.c: Same.
357         * reg-stack.c: Same.
358         * regcprop.c: Same.
359         * reorg.c: Same.
360         * rtl.h: Same.
361         * sbitmap.h: Same.
362         * tree-eh.c: Same.
363         * tree-inline.c: Same.
364         * tree-sra.c: Same.
365         * tree-ssa-dom.c: Same.
366         * tree-ssa-loop-ivopts.c: Same.
367         * tree-ssa-structalias.c: Same.
368         * tree-ssa-tail-merge.c: Same.
369         * tree-ssa-ter.c: Same.
370         * tree-ssa-threadupdate.c: Same.
371         * tree-ssa-uninit.c: Same.
372         * tree-ssanames.c: Same.
373         * tree-vect-loop-manip.c: Same.
374         * tree-vrp.c: Same.
375         * tree.c: Same.
376         * valtrack.c: Same.
377         * vec.h: Same.
379 2015-07-12  Kugan Vivekanandarajah  <kuganv@linaro.org>
381         PR middle-end/66726
382         * tree-ssa-phiopt.c(factor_out_conditional_conversion): New function.
383         tree_ssa_phiopt_worker): Call it.
385 2015-07-12  Kugan Vivekanandarajah  <kuganv@linaro.org>
387         * cse.c (cse_insn): Calculate src_eqv for ZERO_EXTRACT.
388         * emit-rtl.c (set_for_reg_notes): Allow ZERO_EXTRACT to set
389         REG_EQUAL note.
391 2015-07-11  Marek Polacek  <polacek@redhat.com>
393         PR middle-end/66353
394         * basic-block.h (has_abnormal_call_or_eh_pred_edge_p): New function.
395         * ira-lives.c (bb_has_abnormal_call_pred): Remove function.
396         (process_bb_node_lives): Call has_abnormal_call_or_eh_pred_edge_p
397         rather than bb_has_abnormal_call_pred.
398         * lra-lives.c (bb_has_abnormal_call_pred): Remove function.
399         (process_bb_lives): Call has_abnormal_call_or_eh_pred_edge_p
400         rather than bb_has_abnormal_call_pred.
402 2015-07-10  Anatoly Sokolov  <aesok@post.ru>
404         * config/v850/v850.h (REG_OK_FOR_BASE_P, REG_OK_FOR_INDEX_P,
405         REG_OK_FOR_BASE_P_STRICT, REG_OK_FOR_INDEX_P_STRICT, STRICT,
406         RTX_OK_FOR_BASE_P, GO_IF_LEGITIMATE_ADDRESS): Remove macros.
407         * config/v850/v850.c (v850_reg_ok_for_base_, v850_rtx_ok_for_base_p,
408         v850_legitimate_address_p): New functions.
409         (TARGET_ADDR_SPACE_LEGITIMATE_ADDRESS_P): Define.
411 2015-07-10  H.J. Lu  <hongjiu.lu@intel.com>
413         PR target/66819
414         * config/i386/i386.c (ix86_function_ok_for_sibcall): Allow
415         indirect sibcall with register arguments if register available
416         for argument passing.
417         (init_cumulative_args): Set cfun->machine->arg_reg_available
418         to (cum->nregs > 0) or to true if function has a variable
419         argument list.
420         (function_arg_advance_32): Set cfun->machine->arg_reg_available
421         to false if cum->nregs <= 0.
422         * config/i386/i386.h (machine_function): Add arg_reg_available.
424 2015-07-10  Uros Bizjak  <ubizjak@gmail.com>
426         * config/i386/sse.md (movdi_to_sse): Use gen_lowpart
427         and gen_higpart instead of gen_rtx_SUBREG.
428         * config/i386/i386.md
429         (floatdi<X87MODEF:mode>2_i387_with_xmm splitter): Ditto.
430         (read-modify peephole2): Use gen_lowpart instead of
431         gen_rtx_SUBREG for operand 5.
433 2015-07-10  Andrew MacLeod  <amacleod@redhat.com>
435         * config/tilepro/gen-mul-tables.cc (main): Change include list for
436         generated files.
437         * config/tilepro/mul-tables.c: Regenerate.
438         * config/tilegx/mul-tables.c: Regenerate.
440 2015-07-10  Richard Biener  <rguenther@suse.de>
442         * fold-const.c (distribute_bit_expr): Remove.
443         (fold_binary_loc): Move simplifying (A & C1) + (B & C2)
444         to (A & C1) | (B & C2), distributing (A & B) | (A & C)
445         to A & (B | C) and simplifying A << C1 << C2 to ...
446         * match.pd: ... patterns here.
448 2015-07-10  Jiong Wang  <jiong.wang@arm.com>
450         * config/aarch64/aarch64.c (aarch64_load_symref_appropriately):
451         Mark mem as READONLY and NOTRAP for PIC symbol.
453 2015-07-10  Andrew MacLeod  <amacleod@redhat.com>
455         * gimple-predict.h: New file.
456         (gimple_predict_predictor, gimple_predict_set_predictor,
457         gimple_predict_outcome, gimple_predict_set_outcome,
458         gimple_build_predict): Relocate here.
459         * gimple.h (gimple_predict_predictor, gimple_predict_set_predictor,
460         gimple_predict_outcome, gimple_predict_set_outcome): Move to
461         gimple-predict.h.
462         * gimple.c (gimple_build_predict): Move to gimple-predict.h
463         * basic-block.h: Don't include cfghooks.h.
464         * backend.h: Don't include predict.h.
465         * cfghooks.h: Include predict.h.
466         * gimple-pretty-print.c: Include gimple-predict.h.
467         * gimplify.c: Likwise.
468         * predict.c: Adjust includes.
469         * tree-inline.c: Likewise.
470         * asan.c: Likewise.
471         * auto-inc-dec.c: Likewise.
472         * auto-profile.c: Likewise.
473         * bb-reorder.c: Likewise.
474         * builtins.c: Likewise.
475         * caller-save.c: Likewise.
476         * calls.c: Likewise.
477         * cfganal.c: Likewise.
478         * cfgbuild.c: Likewise.
479         * cfg.c: Likewise.
480         * cfgcleanup.c: Likewise.
481         * cfgexpand.c: Likewise.
482         * cfghooks.c: Likewise.
483         * cfgloopanal.c: Likewise.
484         * cfgloop.c: Likewise.
485         * cfgloopmanip.c: Likewise.
486         * cfgrtl.c: Likewise.
487         * cgraph.c: Likewise.
488         * cgraphunit.c: Likewise.
489         * combine.c: Likewise.
490         * cprop.c: Likewise.
491         * cse.c: Likewise.
492         * dce.c: Likewise.
493         * dojump.c: Likewise.
494         * dse.c: Likewise.
495         * except.c: Likewise.
496         * expmed.c: Likewise.
497         * expr.c: Likewise.
498         * final.c: Likewise.
499         * fold-const.c: Likewise.
500         * function.c: Likewise.
501         * fwprop.c: Likewise.
502         * gcc-plugin.h: Likewise.
503         * gcse.c: Likewise.
504         * genattrtab.c: Likewise.
505         * genemit.c: Likewise.
506         * gengtype.c: Likewise.
507         * genopinit.c: Likewise.
508         * genoutput.c: Likewise.
509         * genpreds.c: Likewise.
510         * genrecog.c: Likewise.
511         * gimple-fold.c: Likewise.
512         * gimple-iterator.c: Likewise.
513         * gimple-ssa-isolate-paths.c: Likewise.
514         * gimple-ssa-strength-reduction.c: Likewise.
515         * graph.c: Likewise.
516         * graphite-blocking.c: Likewise.
517         * graphite.c: Likewise.
518         * graphite-dependences.c: Likewise.
519         * graphite-interchange.c: Likewise.
520         * graphite-isl-ast-to-gimple.c: Likewise.
521         * graphite-optimize-isl.c: Likewise.
522         * graphite-poly.c: Likewise.
523         * graphite-scop-detection.c: Likewise.
524         * graphite-sese-to-poly.c: Likewise.
525         * haifa-sched.c: Likewise.
526         * ifcvt.c: Likewise.
527         * internal-fn.c: Likewise.
528         * ipa-cp.c: Likewise.
529         * ipa-profile.c: Likewise.
530         * ipa-split.c: Likewise.
531         * ipa-utils.c: Likewise.
532         * ira-build.c: Likewise.
533         * ira-color.c: Likewise.
534         * ira-conflicts.c: Likewise.
535         * ira-costs.c: Likewise.
536         * ira-emit.c: Likewise.
537         * ira-lives.c: Likewise.
538         * jump.c: Likewise.
539         * loop-doloop.c: Likewise.
540         * loop-init.c: Likewise.
541         * loop-invariant.c: Likewise.
542         * loop-unroll.c: Likewise.
543         * lower-subreg.c: Likewise.
544         * lra-assigns.c: Likewise.
545         * lra.c: Likewise.
546         * lra-coalesce.c: Likewise.
547         * lra-constraints.c: Likewise.
548         * lra-lives.c: Likewise.
549         * lto-cgraph.c: Likewise.
550         * lto-streamer-in.c: Likewise.
551         * mode-switching.c: Likewise.
552         * modulo-sched.c: Likewise.
553         * omp-low.c: Likewise.
554         * optabs.c: Likewise.
555         * passes.c: Likewise.
556         * postreload.c: Likewise.
557         * postreload-gcse.c: Likewise.
558         * profile.c: Likewise.
559         * recog.c: Likewise.
560         * regstat.c: Likewise.
561         * reload1.c: Likewise.
562         * reorg.c: Likewise.
563         * rtlanal.c: Likewise.
564         * sched-ebb.c: Likewise.
565         * sel-sched-ir.c: Likewise.
566         * sese.c: Likewise.
567         * shrink-wrap.c: Likewise.
568         * simplify-rtx.c: Likewise.
569         * stmt.c: Likewise.
570         * store-motion.c: Likewise.
571         * tracer.c: Likewise.
572         * trans-mem.c: Likewise.
573         * tree-call-cdce.c: Likewise.
574         * tree-cfg.c: Likewise.
575         * tree-cfgcleanup.c: Likewise.
576         * tree-chkp.c: Likewise.
577         * tree-complex.c: Likewise.
578         * tree-eh.c: Likewise.
579         * tree-if-conv.c: Likewise.
580         * tree-loop-distribution.c: Likewise.
581         * tree-outof-ssa.c: Likewise.
582         * tree-parloops.c: Likewise.
583         * tree-predcom.c: Likewise.
584         * tree-pretty-print.c: Likewise.
585         * tree-profile.c: Likewise.
586         * tree-sra.c: Likewise.
587         * tree-ssa.c: Likewise.
588         * tree-ssa-coalesce.c: Likewise.
589         * tree-ssa-dce.c: Likewise.
590         * tree-ssa-dom.c: Likewise.
591         * tree-ssa-forwprop.c: Likewise.
592         * tree-ssa-ifcombine.c: Likewise.
593         * tree-ssa-loop-ch.c: Likewise.
594         * tree-ssa-loop-im.c: Likewise.
595         * tree-ssa-loop-ivcanon.c: Likewise.
596         * tree-ssa-loop-ivopts.c: Likewise.
597         * tree-ssa-loop-manip.c: Likewise.
598         * tree-ssa-loop-prefetch.c: Likewise.
599         * tree-ssa-loop-unswitch.c: Likewise.
600         * tree-ssa-math-opts.c: Likewise.
601         * tree-ssa-phiopt.c: Likewise.
602         * tree-ssa-pre.c: Likewise.
603         * tree-ssa-reassoc.c: Likewise.
604         * tree-ssa-sink.c: Likewise.
605         * tree-ssa-tail-merge.c: Likewise.
606         * tree-ssa-threadedge.c: Likewise.
607         * tree-ssa-threadupdate.c: Likewise.
608         * tree-switch-conversion.c: Likewise.
609         * tree-tailcall.c: Likewise.
610         * tree-vect-data-refs.c: Likewise.
611         * tree-vect-loop.c: Likewise.
612         * tree-vect-loop-manip.c: Likewise.
613         * tree-vectorizer.c: Likewise.
614         * tree-vrp.c: Likewise.
615         * ubsan.c: Likewise.
616         * value-prof.c: Likewise.
617         * varasm.c: Likewise.
618         * var-tracking.c: Likewise.
619         * config/aarch64/aarch64-builtins.c: Likewise.
620         * config/aarch64/aarch64.c: Likewise.
621         * config/aarch64/cortex-a57-fma-steering.c: Likewise.
622         * config/alpha/alpha.c: Likewise.
623         * config/arc/arc.c: Likewise.
624         * config/arm/arm.c: Likewise.
625         * config/avr/avr.c: Likewise.
626         * config/bfin/bfin.c: Likewise.
627         * config/c6x/c6x.c: Likewise.
628         * config/cr16/cr16.c: Likewise.
629         * config/cris/cris.c: Likewise.
630         * config/darwin.c: Likewise.
631         * config/darwin-c.c: Likewise.
632         * config/epiphany/epiphany.c: Likewise.
633         * config/epiphany/mode-switch-use.c: Likewise.
634         * config/epiphany/resolve-sw-modes.c: Likewise.
635         * config/fr30/fr30.c: Likewise.
636         * config/frv/frv.c: Likewise.
637         * config/ft32/ft32.c: Likewise.
638         * config/h8300/h8300.c: Likewise.
639         * config/i386/i386.c: Likewise.
640         * config/i386/winnt.c: Likewise.
641         * config/ia64/ia64.c: Likewise.
642         * config/iq2000/iq2000.c: Likewise.
643         * config/lm32/lm32.c: Likewise.
644         * config/m32c/m32c.c: Likewise.
645         * config/m32r/m32r.c: Likewise.
646         * config/m68k/m68k.c: Likewise.
647         * config/mcore/mcore.c: Likewise.
648         * config/mep/mep.c: Likewise.
649         * config/microblaze/microblaze.c: Likewise.
650         * config/mips/mips.c: Likewise.
651         * config/mmix/mmix.c: Likewise.
652         * config/mn10300/mn10300.c: Likewise.
653         * config/moxie/moxie.c: Likewise.
654         * config/msp430/msp430.c: Likewise.
655         * config/nds32/nds32.c: Likewise.
656         * config/nds32/nds32-cost.c: Likewise.
657         * config/nds32/nds32-fp-as-gp.c: Likewise.
658         * config/nds32/nds32-intrinsic.c: Likewise.
659         * config/nds32/nds32-isr.c: Likewise.
660         * config/nds32/nds32-md-auxiliary.c: Likewise.
661         * config/nds32/nds32-memory-manipulation.c: Likewise.
662         * config/nds32/nds32-pipelines-auxiliary.c: Likewise.
663         * config/nds32/nds32-predicates.c: Likewise.
664         * config/nios2/nios2.c: Likewise.
665         * config/nvptx/nvptx.c: Likewise.
666         * config/pa/pa.c: Likewise.
667         * config/pdp11/pdp11.c: Likewise.
668         * config/rl78/rl78.c: Likewise.
669         * config/rs6000/rs6000.c: Likewise.
670         * config/rx/rx.c: Likewise.
671         * config/s390/s390.c: Likewise.
672         * config/sh/sh.c: Likewise.
673         * config/sh/sh-mem.cc: Likewise.
674         * config/sh/sh_optimize_sett_clrt.cc: Likewise.
675         * config/sh/sh_treg_combine.cc: Likewise.
676         * config/sparc/sparc.c: Likewise.
677         * config/spu/spu.c: Likewise.
678         * config/stormy16/stormy16.c: Likewise.
679         * config/tilegx/tilegx.c: Likewise.
680         * config/tilepro/tilepro.c: Likewise.
681         * config/v850/v850.c: Likewise.
682         * config/vax/vax.c: Likewise.
683         * config/visium/visium.c: Likewise.
684         * config/xtensa/xtensa.c: Likewise.
686 2015-07-10  Richard Biener  <rguenther@suse.de>
688         * genmatch.c (dt_node::gen_kids_1): Fix indenting of case labels.
689         (decision_tree::gen_gimple): Likewise.
690         (decision_tree::gen_generic): Likewise.
692 2015-07-10  Uros Bizjak  <ubizjak@gmail.com>
694         PR target/66813
695         * config/i386/i386.c (ix86_md_asm_adjust): Emit movstrictqi
696         sequence for TARGET_ZERO_EXTEND_WITH_AND targets.
698 2015-07-10  Jakub Jelinek  <jakub@redhat.com>
700         PR middle-end/66820
701         * gimplify.c (maybe_fold_stmt): Don't fold in ORT_PARALLEL
702         or ORT_TASK contexts.
703         * omp-low.c (lower_omp): Call fold_stmt even if taskreg_nesting_level
704         is non-zero.
706 2015-07-10  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
708         * expr.c (expand_cond_expr_using_cmove): Fix typos in comment
709         above function.
711 2015-07-10  Tom de Vries  <tom@codesourcery.com>
713         * tree-parloops.c (try_transform_to_exit_first_loop_alt): If not found,
714         insert nit + 1 bound.
716 2015-07-10  Richard Biener  <rguenther@suse.de>
718         * tree-if-conv.c (if_convertible_gimple_assign_stmt_p):
719         Use ifcvt_could_trap_p also when not flag_tree_loop_if_convert_stores.
720         (if_convertible_loop_p_1): For this always compute bb predicates.
721         (if_convertible_loop_p): And free them.
723 2015-07-10  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
725         * ipa-icf.c (sem_item_optimizer::do_congruence_step): Fix typo
726         in dump message.
728 2015-07-10  Richard Biener  <rguenther@suse.de>
730         PR tree-optimization/66823
731         * tree-if-conv.c (memrefs_read_or_written_unconditionally): Fix
732         inverted predicate.
734 2015-07-09  Steve Ellcey  <sellcey@imgtec.com>
736         * config/mips/mti-linux.h (MIPS_SYSVERSION_SPEC): Update
737         to handle mips[32|64]r3 and mips[32|64]r5.
739 2015-07-09  Jakub Jelinek  <jakub@redhat.com>
741         PR middle-end/66633
742         * tree-nested.c (get_static_chain): Or in a flag into
743         info->static_chain_added.
744         (get_frame_field, get_nonlocal_debug_decl): Likewise.
745         (convert_nonlocal_omp_clauses, convert_local_omp_clauses): Revert
746         2015-07-01 changes.
747         (convert_tramp_reference_stmt): If a frame_decl or chain_decl
748         is needed newly inside of GIMPLE_OMP_{PARALLEL,TASK,TARGET} body,
749         add it to clauses.
751         PR tree-optimization/66718
752         * tree-vect-stmts.c (struct simd_call_arg_info): Add simd_lane_linear
753         field.
754         (vect_simd_lane_linear): New function.
755         (vectorizable_simd_clone_call): Support using linear arguments for
756         addresses of arrays elements indexed by GOMP_SIMD_LANE result.
758 2015-07-09  H.J. Lu  <hongjiu.lu@intel.com>
760         PR target/66821
761         * config/i386/i386.c (iamcu_cost): Adjust variable shift costs.
763 2015-07-09  Michael Meissner  <meissner@linux.vnet.ibm.com>
765         * config/rs6000/rs6000-protos.h (rs6000_secondary_reload_memory):
766         Use machine mode, not enum machine_mode in the prototype.
768         * config/rs6000/rs6000.h (FLOAT128_IEEE_P): New helper macros to
769         classify 128-bit floating point support.
770         (FLOAT128_IBM_P): Likewise.
771         (FLOAT128_VECTOR_P): Likewise.
772         (FLOAT128_2REG_P): Likewise.
773         (SCALAR_FLOAT_MODE_NOT_VECTOR_P): Likewise.
774         (SLOW_UNALIGNED_ACCESS): Add IEEE 128-bit floating point support.
775         (HARD_REGNO_CALLER_SAVE_MODE): Likewise.
776         (HARD_REGNO_CALL_PART_CLOBBERED): Likewise.
778         * config/rs6000/rs6000.c (rs6000_hard_regno_nregs_internal): Drop
779         tests against TFmode/TDmode, since those modes do not use VSX
780         addresses.
781         (rs6000_hard_regno_mode_ok): Add IEEE 128-bit floating point
782         support.
783         (rs6000_init_hard_regno_mode_ok): Use new helper macros instead of
784         tests against TFmode, etc.
785         (invalid_e500_subreg): Add tests against IFmode/KFmode.
786         (reg_offset_addressing_ok_p): Likewise.
787         (rs6000_legitimate_offset_address_p): Likewise.
788         (rs6000_legitimize_address): Likewise.
789         (rs6000_legitimize_reload_address): Likewise.
790         (rs6000_legitimate_address_p): Clean up tests against TFmode and
791         TDmode to use the new helper macros, which will include IFmode and
792         KFmode.
793         (rs6000_emit_move): Likewise.
794         (rs6000_darwin64_record_arg_recurse): Likewise.
795         (print_operand): Likewise.
796         (rs6000_member_type_forces_blk): Treat IEEE 128-bit floating point
797         that uses a single vector register as a vector and not as a
798         floating point register in terms of the calling sequence.
799         (rs6000_discover_homogeneous_aggregate): Likewise.
800         (rs6000_return_in_memory): Likewise.
801         (init_cumulative_args): Likewise.
802         (rs6000_function_arg_boundary): Likewise.
803         (rs6000_function_arg_advance_1): Likewise.
804         (rs6000_function_arg): Likewise.
805         (rs6000_pass_by_reference): Likewise.
806         (rs6000_gimplify_va_arg): Likewise.
807         (rs6000_secondary_reload_memory): Use machine_mode not enum
808         machine mode.
809         (rs6000_split_multireg_move): Use new helper macros.
810         (spe_func_has_64bit_regs_p): Likewise.
811         (rs6000_output_function_epilogue): Add IFmode/KFmode support.
812         (output_toc): Use new helper macros.
813         (rs6000_register_move_cost): Likewise.
814         (rs6000_function_value): Add IEEE 128-bit floating point calling
815         sequence support.
816         (rs6000_libcall_value): Likewise.
817         (rs6000_scalar_mode_supported_p): Add support for IEEE 128-bit
818         floating point support.
819         (rs6000_vector_mode_supported_p): Likewise.
821 2015-07-09  Vladimir Makarov  <vmakarov@redhat.com>
823         PR rtl-optimization/66782
824         * lra-int.h (struct lra_insn_recog_data): Add comment about
825         clobbered hard regs for arg_hard_regs.
826         * lra.c (lra_set_insn_recog_data): Add clobbered hard regs.
827         * lra-lives.c (process_bb_lives): Process clobbered hard regs.
828         Add condition for processing used hard regs.
829         * lra-constraints.c (update_ebb_live_info, inherit_in_ebb):
830         Process clobbered hard regs.
832 2015-07-09  Michael Matz  <matz@suse.de>
834         * genmatch.c (fprintf_indent): New function.
835         (operand::gen_transform): Add indent parameter.
836         (expr::gen_transform, c_expr::gen_transform,
837         capture::gen_transform): Ditto and use fprintf_indent.
838         (dt_node::gen, dt_node::gen_kids, dt_node::gen_kids_1): Ditto.
839         (dt_operand::gen, dt_operand::gen_predicate,
840         dt_operand::gen_match_op, dt_operand::gen_gimple_expr,
841         dt_operand::gen_generic_expr, dt_simplify::gen): Ditto.
842         (decision_tree::gen_gimple): Adjust calls and indent generated
843         code.
844         (decision_tree::gen_generic): Ditto.
845         (write_predicate): Ditto.
847 2015-07-08  Uros Bizjak  <ubizjak@gmail.com>
849         PR target/66814
850         * config/i386/predicates.md (nonimmediate_gr_operand): New predicate.
851         * config/i386/i386.md (not peephole2): Use nonimmediate_gr_operand.
852         (varous peephole2s): Use {GENERAL,SSE,MMX}_REGNO_P instead of
853         {GENERAL,SSE,MMX}_REG_P where appropriate.
855 2015-07-09  Andrew MacLeod  <amacleod@redhat.com>
857         * lto-streamer.h: Don't include target.h and alloc-pool.h.
858         * builtins.c: Adjust includes.
859         * gimple.c: Likewise.
860         * ipa-icf.c: Likewise.
861         * lto-opts.c: Likewise.
862         * ipa-reference.c: Likewise.
863         * lto-section-out.c: Likewise.
864         * lto-streamer-in.c: Likewise.
865         * lto-streamer-out.c: Likewise.
866         * opts-global.c: Likewise.
867         * symtab.c: Likewise.
868         * tree-chkp.c: Likewise.
869         * tree-ssa-live.c: Likewise.
870         * tree-streamer-in.c: Likewise.
871         * tree-streamer-out.c: Likewise.
872         * config/darwin.c: Likewise.
873         * config/i386/winnt.c: Likewise.
875 2015-07-09  Richard Biener  <rguenther@suse.de>
877         * genmatch.c (struct expr): Add force_single_use flag.
878         (expr::expr): Add copy constructor.
879         (capture_info::walk_match): Gather force_single_use captures.
880         (expr::gen_transform): Use possibly NULLified sequence.
881         (dt_simplify::gen): Apply single-use restrictions by NULLifying
882         seq if any constrained expr is not single-use.
883         (parser::parse_expr): Refactor to allow multiple flags.  Handle
884         's' flag to force an expression have a single-use if the pattern
885         simplifies to more than one statement.
886         * match.pd: Convert most single_use conditionals to :s flags.
888 2015-07-09  H.J. Lu  <hongjiu.lu@intel.com>
890         * config/i386/iamcu.h (ASM_OUTPUT_ALIGNED_BSS): New.
891         (ASM_OUTPUT_MAX_SKIP_ALIGN): Likewise.
892         (ASM_MAYBE_OUTPUT_ENCODED_ADDR_RTX): Likewise.
894 2015-07-09  Andrew MacLeod  <amacleod@redhat.com>
896         * flags.h: Don't include flag-types.h or options.h.
897         * opts-common.c: Adjust includes.
898         * opts-global.c: Likewise.
899         * common/config/epiphany/epiphany-common.c: Likewise.
901 2015-07-09  H.J. Lu  <hongjiu.lu@intel.com>
903         PR target/66818
904         * config/i386/i386.h (ATTRIBUTE_ALIGNED_VALUE): Defined to 32
905         for IA MCU.
907 2015-07-09  H.J. Lu  <hongjiu.lu@intel.com>
909         PR target/66817
910         * config/i386/i386.c (ix86_return_in_memory): Return true
911         if int_size_in_bytes returns negative for IA MCU.
913 2015-07-09  Marek Polacek  <polacek@redhat.com>
915         PR tree-optimization/66718
916         * Makefile.in (OBJS): Add gimple-laddress.o.
917         * passes.def: Schedule pass_laddress.
918         * timevar.def (DEFTIMEVAR): Add TV_GIMPLE_LADDRESS.
919         * tree-pass.h (make_pass_laddress): Declare.
920         * gimple-laddress.c: New file.
922 2015-07-09  Richard Biener  <rguenther@suse.de>
924         * toplev.c (compile_file): Reset maximum_field_alignment after parsing.
926 2015-07-09  Richard Biener  <rguenther@suse.de>
928         PR tree-optimization/66807
929         * tree-chkp-opt.c (chkp_opt_fini): Free post dominator info.
931 2015-07-08  Kito Cheng  <kito.cheng@gmail.com>
933         * function.c (stack_protect_epilogue): Use if rather than switch for
934         check targetm.have_stack_protect_test.
936 2015-07-08  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
938         * defaults.h: Provide default for WORD_REGISTER_OPERATIONS.
939         * config/alpha/alpha.h: Define WORD_REGISTER_OPERATIONS to 1.
940         * config/arc/arc.h: Likewise.
941         * config/arm/arm.h: Likewise.
942         * config/bfin/bfin.h: Likewise.
943         * config/epiphany/epiphany.h: Likewise.
944         * config/frv/frv.h: Likewise.
945         * config/ia64/ia64.h: Likewise.
946         * config/iq2000/iq2000.h: Likewise.
947         * config/lm32/lm32.h: Likewise.
948         * config/m32r/m32r.h: Likewise.
949         * config/mcore/mcore.h: Likewise.
950         * config/mep/mep.h: Likewise.
951         * config/microblaze/microblaze.h: Likewise.
952         * config/mips/mips.h: Likewise.
953         * config/mmix/mmix.h: Likewise.
954         * config/mn10300/mn10300.h: Likewise.
955         * config/nds32/nds32.h: Likewise.
956         * config/nios2/nios2.h: Likewise.
957         * config/pa/pa.h: Likewise.
958         * config/rl78/rl78.h: Likewise.
959         * config/sh/sh.h: Likewise.
960         * config/sparc/sparc.h: Likewise.
961         * config/stormy16/stormy16.h: Likewise.
962         * config/tilegx/tilegx.h: Likewise.
963         * config/tilepro/tilepro.h: Likewise.
964         * config/v850/v850.h: Likewise.
965         * config/xtensa/xtensa.h: Likewise.
966         * doc/tm.texi: Regenerate.
967         * doc/tm.texi.in: Adjust.
968         * combine.c (simplify_set): Likewise.
969         (simplify_comparison): Likewise.
970         * expr.c (store_constructor): Likewise.
971         * internal-fn.c (expand_arith_overflow): Likewise.
972         * reload.c (push_reload): Likewise.
973         (find_reloads): Likewise.
974         (find_reloads_subreg_address): Likewise.
975         * reload1.c (eliminate_regs_1): Likewise.
976         * rtlanal.c (nonzero_bits1): Likewise.
977         (num_sign_bit_copies1): Likewise.
978         * simplify-rtx.c (simplify_truncation): Likewise.
980 2015-07-08  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
982         * auto-inc-dec.c (pass_inc_dec::execute): Don't check the value
983         of AUTO_INC_DEC with the preprocessor.
984         * combine.c (combine_instructions): Likewise.
985         (can_combine_p): Likewise.
986         (try_combine): Likewise.
987         * emit-rtl.c (try_split): Likewise.
988         * loop-invariant.c (calculate_loop_reg_pressure): Likewise.
989         * lower-subreg.c (resolve_simple_move): Likewise.
990         * lra.c (update_inc_notes): Likewise.
991         * recog.c (asm_operand_ok): Likewise.
992         (constrain_operands): Likewise.
993         * regrename.c (scan_rtx_address): Likewise.
994         * reload.c (update_auto_inc_notes): Likewise.
995         (reg_inc_found_and_valid_p): Likewise.
996         * reload1.c (reload): Likewise.
997         (emit_input_reload_insns): Likewise.
998         (delete_output_reload): Likewise.
999         * sched-deps.c (init_insn_reg_pressure_info): Likewise.
1000         * valtrack.c (cleanup_auto_inc_dec): Likewise.
1002 2015-07-08  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
1004         * rtl.h: Always define AUTO_INC_DEC.
1005         * auto-inc-dec.c (pass_inc_dec::execute): Adjust.
1006         * combine.c (combine_instructions): Likewise.
1007         (can_combine_p): Likewise.
1008         (try_combine): Likewise.
1009         * emit-rtl.c (try_split): Likewise.
1010         * loop-invariant.c (calculate_loop_reg_pressure): Likewise.
1011         * lower-subreg.c (resolve_simple_move): Likewise.
1012         * lra.c (update_inc_notes): Likewise.
1013         * recog.c (asm_operand_ok): Likewise.
1014         (constrain_operands): Likewise.
1015         * regrename.c (scan_rtx_address): Likewise.
1016         * reload.c (update_auto_inc_notes): Likewise.
1017         (find_equiv_reg): Likewise.
1018         * reload1.c (reload): Likewise.
1019         (reload_as_needed): Likewise.
1020         (choose_reload_regs): Likewise.
1021         (emit_input_reload_insns): Likewise.
1022         (delete_output_reload): Likewise.
1023         * sched-deps.c (init_insn_reg_pressure_info): Likewise.
1024         * valtrack.c (cleanup_auto_inc_dec): Likewise.
1026 2015-07-08  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
1028         * combine.c (can_combine_def_p): Don't check the value of
1029         HARD_FRAME_POINTER_IS_FRAME_POINTER with the preprocessor.
1030         (combinable_i3pat): Likewise.
1031         (mark_used_regs_combine): Likewise.
1032         * regrename.c (rename_chains): Likewise.
1033         * reload.c (find_reloads_address): Likewise.
1034         * sel-sched.c (mark_unavailable_hard_regs): Likewise.
1036 2015-07-08  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
1038         * combine.c (update_rsp_from_reg_equal): Don't check if
1039         SHORT_IMMEDIATES_SIGN_EXTEND is defined.
1040         (reg_nonzero_bits_for_combine): Likewise.
1041         * config/alpha/alpha.h: Define SHORT_IMMEDIATES_SIGN_EXTEND to
1042         1.
1043         * config/frv/frv.h: Likewise.
1044         * config/lm32/lm32.h: Likewise.
1045         * config/mep/mep.h: Likewise.
1046         * config/mips/mips.h: Likewise.
1047         * config/rs6000/rs6000.h: Likewise.
1048         * config/sh/sh.h: Likewise.
1049         * config/tilegx/tilegx.h (enum reg_class): Likewise.
1050         * config/tilepro/tilepro.h: Likewise.
1051         * defaults.h: Add default for SHORT_IMMEDIATES_SIGN_EXTEND.
1052         * doc/tm.texi: Regenerate.
1053         * doc/tm.texi.in: Adjust.
1054         * rtlanal.c (nonzero_bits1): Likewise.
1056 2015-07-08  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
1058         * combine.c (do_SUBST_MODE): Don't check the value of HAVE_cc0
1059         with the preprocessor.
1060         (combine_instructions): Likewise.
1061         (try_combine): Likewise.
1062         (subst): Likewise.
1063         (distribute_notes): Likewise.
1065 2015-07-08  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
1067         * combine.c (try_combine): Don't check if LOAD_EXTEND_OP is
1068         defined.
1069         (simplify_set): Likewise.
1070         * cse.c (cse_insn): Likewise.
1071         * fold-const.c (fold_single_bit_test): Likewise.
1072         (fold_unary_loc): Likewise.
1073         * postreload.c (reload_cse_simplify_set): Likewise.
1074         (reload_cse_simplify_operands): Likewise.
1076 2015-07-08  Jiong Wang  <jiong.wang@arm.com>
1078         * config/aarch64/aarch64.c (aarch64_unspec_may_trap_p): New function.
1079         (TARGET_UNSPEC_MAY_TRAP_P): Define as aarch64_unspec_may_trap_p.
1081 2015-07-08  H.J. Lu  <hongjiu.lu@intel.com>
1083         PR target/66746
1084         * config/i386/x86intrin.h: Include <adxintrin.h> even if
1085         __iamcu__ is defined.
1087 2015-07-08  Uros Bizjak  <ubizjak@gmail.com>
1089         * config/i386/predicates.md (general_reg_operand): Use GENERAL_REGNO_P.
1091 2015-07-08  Iain Sandoe  <iain@codesourcery.com>
1093         PR target/66523
1094         * config/darwin.c (darwin_mark_decl_preserved): Exclude 'L' label
1095         names from preservation.
1097 2015-07-08  Vladimir Makarov  <vmakarov@redhat.com>
1099         PR middle-end/66334
1100         * ira-lives.c (process_bb_node_lives): Make conflicts with PIC
1101         hard regno live at the start of BB with incoming abnormal edges.
1102         * lra-lives.c (process_bb_lives): Ditto.
1104 2015-07-08  Thomas Schwinge  <thomas@codesourcery.com>
1106         PR libgomp/65099
1107         * config/nvptx/mkoffload.c (main): Create an offload image only in
1108         64-bit configurations.
1110 2015-07-08  Martin Liska  <mliska@suse.cz>
1112         PR bootstrap/66744
1113         * tree-sra.c (create_access_1): Call ctor without brackets.
1114         (create_artificial_child_access): Likewise.
1116 2015-07-08  Richard Biener  <rguenther@suse.de>
1118         PR tree-optimization/66793
1119         * gimple-ssa-isolate-paths.c (insert_trap_and_remove_trailing_statemen):
1120         Properly split the block after stmts ending it.
1122 2015-07-08  Richard Biener  <rguenther@suse.de>
1124         PR tree-optimization/66794
1125         * passes.c (execute_function_todo): Assert that post-dominators
1126         are not computed.
1127         * gimple-ssa-isolate-paths.c (gimple_ssa_isolate_erroneous_paths):
1128         Free post-dominators.
1130 2015-07-08  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
1132         * config/s390/s390.c (s390_init_frame_layout): Replace assertion
1133         with early exit.
1135 2015-07-08  Uros Bizjak  <ubizjak@gmail.com>
1137         * config/i386/i386.md (*jcc_bt<mode>): Only allow const_int values
1138         more than or equal 8 and less than 32 when optimizing for size.
1140 2015-07-08  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
1142         * config/arm/arm.c (arm_new_rtx_costs): Initialise cost to
1143         COSTS_N_INSNS (1) and increment it appropriately throughout the
1144         function.
1146 2015-07-08  Richard Biener  <rguenther@suse.de>
1148         * fold-const.c (fold_widened_comparison): Fix inverted comparison.
1150 2015-07-08  Alan Modra  <amodra@gmail.com>
1152         * target.def (rtx_costs): Remove "code" param, add "mode".
1153         * rtl.h (rtx_cost, get_full_rtx_cost): Update prototype.
1154         (set_src_cost, get_full_set_src_cost): Likewise.  Move later in file.
1155         (set_rtx_cost, get_full_set_rtx_cost): Move later in file.
1156         * rtlanal.c (rtx_cost): Add "mode" parameter.  Update targetm.rtx_costs
1157         call.  Track mode when given in rtx.
1158         (get_full_rtx_cost): Add "mode" parameter.  Update rtx_cost calls.
1159         (default_address_cost): Pass Pmode to rtx_cost.
1160         (insn_rtx_cost): Pass dest mode of set to set_src_cost.
1161         * cprop.c (try_replace_reg): Ensure set_rtx_cost is not called
1162         with NULL set.
1163         * cse.c (COST, COST_IN): Add MODE param.  Update all uses.
1164         (notreg_cost): Add mode param.  Use it.
1165         * gcse.c (want_to_gcse_p): Delete forward declaration.  Add
1166         mode param and pass to set_src_cost.  Update all calls.
1167         (hash_scan_set): Formatting.
1168         * hooks.c (hook_bool_rtx_int_int_int_intp_bool_false): Delete.
1169         (hook_bool_rtx_mode_int_int_intp_bool_false): New function.
1170         * hooks.h: Ditto.
1171         * expmed.c (init_expmed_one_conv, init_expmed_one_mode,
1172         init_expmed, expand_mult, mult_by_coeff_cost, expand_smod_pow2,
1173         emit_store_flag): Update set_src_cost and rtx_cost calls.
1174         * auto-inc-dec.c (attempt_change): Likewise.
1175         * calls.c (precompute_register_parameters): Likewise.
1176         * combine.c (expand_compound_operation, make_extraction,
1177         force_to_mode, distribute_and_simplify_rtx): Likewise.
1178         * dojump.c (prefer_and_bit_test): Likewise.
1179         * dse.c (find_shift_sequence): Likewise.
1180         * expr.c (compress_float_constant): Likewise.
1181         * fwprop.c (should_replace_address, try_fwprop_subst): Likewise.
1182         * ifcvt.c (noce_try_sign_mask): Likewise.
1183         * loop-doloop.c (doloop_optimize): Likewise.
1184         * loop-invariant.c (create_new_invariant): Likewise.
1185         * lower-subreg.c (shift_cost, compute_costs): Likewise.
1186         * optabs.c (avoid_expensive_constant, prepare_cmp_insn,
1187         lshift_cheap_p): Likewise.
1188         * postreload.c (reload_cse_simplify_set, reload_cse_simplify_operands,
1189         try_replace_in_use, reload_cse_move2add): Likewise.
1190         * reload1.c (calculate_elim_costs_all_insns, note_reg_elim_costly):
1191         Likewise.
1192         * simplify-rtx.c (simplify_binary_operation_1): Likewise.
1193         * tree-ssa-loop-ivopts.c (computation_cost): Likewise.
1194         * tree-ssa-reassoc.c (optimize_range_tests_to_bit_test): Likewise.
1195         * tree-switch-conversion.c (emit_case_bit_tests): Likewise.
1196         * config/aarch64/aarch64.c (aarch64_rtx_costs): Delete "code" param,
1197         add "mode" param.  Use "mode: in place of GET_MODE (x).  Pass mode
1198         to rtx_cost calls.
1199         * config/alpha/alpha.c (alpha_rtx_costs): Likewise.
1200         * config/arc/arc.c (arc_rtx_costs): Likewise.
1201         * config/arm/arm.c (arm_rtx_costs): Likewise.
1202         * config/avr/avr.c (avr_rtx_costs, avr_rtx_costs_1): Likewise.
1203         * config/bfin/bfin.c (bfin_rtx_costs): Likewise.
1204         * config/c6x/c6x.c (c6x_rtx_costs): Likewise.
1205         * config/cris/cris.c (cris_rtx_costs): Likewise.
1206         * config/epiphany/epiphany.c (epiphany_rtx_costs): Likewise.
1207         * config/frv/frv.c (frv_rtx_costs): Likewise.
1208         * config/h8300/h8300.c (h8300_rtx_costs): Likewise.
1209         * config/i386/i386.c (ix86_rtx_costs): Likewise.
1210         * config/ia64/ia64.c (ia64_rtx_costs): Likewise.
1211         * config/iq2000/iq2000.c (iq2000_rtx_costs): Likewise.
1212         * config/lm32/lm32.c (lm32_rtx_costs): Likewise.
1213         * config/m32c/m32c.c (m32c_rtx_costs): Likewise.
1214         * config/m32r/m32r.c (m32r_rtx_costs): Likewise.
1215         * config/m68k/m68k.c (m68k_rtx_costs): Likewise.
1216         * config/mcore/mcore.c (mcore_rtx_costs): Likewise.
1217         * config/mep/mep.c (mep_rtx_cost): Likewise.
1218         * config/microblaze/microblaze.c (microblaze_rtx_costs): Likewise.
1219         * config/mips/mips.c (mips_rtx_costs): Likewise.
1220         * config/mmix/mmix.c (mmix_rtx_costs): Likewise.
1221         * config/mn10300/mn10300.c (mn10300_rtx_costs): Likewise.
1222         * config/msp430/msp430.c (msp430_rtx_costs): Likewise.
1223         * config/nds32/nds32-cost.c (nds32_rtx_costs_impl): Likewise.
1224         * config/nds32/nds32-protos.h (nds32_rtx_costs_impl): Likewise.
1225         * config/nds32/nds32.c (nds32_rtx_costs): Likewise.
1226         * config/nios2/nios2.c (nios2_rtx_costs): Likewise.
1227         * config/pa/pa.c (hppa_rtx_costs): Likewise.
1228         * config/pdp11/pdp11.c (pdp11_rtx_costs): Likewise.
1229         * config/rl78/rl78.c (rl78_rtx_costs): Likewise.
1230         * config/rs6000/rs6000.c (rs6000_rtx_costs): Likewise.
1231         * config/s390/s390.c (s390_rtx_costs): Likewise.
1232         * config/sh/sh.c (sh_rtx_costs): Likewise.
1233         * config/sparc/sparc.c (sparc_rtx_costs): Likewise.
1234         * config/spu/spu.c (spu_rtx_costs): Likewise.
1235         * config/stormy16/stormy16.c (xstormy16_rtx_costs): Likewise.
1236         * config/tilegx/tilegx.c (tilegx_rtx_costs): Likewise.
1237         * config/tilepro/tilepro.c (tilepro_rtx_costs): Likewise.
1238         * config/v850/v850.c (v850_rtx_costs): Likewise.
1239         * config/vax/vax.c (vax_rtx_costs): Likewise.
1240         * config/visium/visium.c (visium_rtx_costs): Likewise.
1241         * config/xtensa/xtensa.c (xtensa_rtx_costs): Likewise.
1242         * config/aarch64/aarch64.c (aarch64_rtx_mult_cost): Change type of
1243         "code" param, and pass as outer_code to first rtx_cost call.  Pass
1244         mode to rtx_cost calls.
1245         (aarch64_address_cost, aarch64_if_then_else_costs): Update rtx_cost
1246         calls.
1247         (aarch64_rtx_costs_wrapper): Update.
1248         * config/arm/arm.c (arm_rtx_costs_1, arm_size_rtx_costs,
1249         arm_unspec_cost, arm_new_rtx_costs, arm_slowmul_rtx_costs): Update
1250         rtx_cost calls.
1251         * config/avr/avr.c (avr_final_prescan_insn): Update set_src_cost
1252         and rtx_cost calls.
1253         (avr_operand_rtx_cost): Similarly.
1254         (avr_rtx_costs_1): Correct mode passed to avr_operand_rtx_cost
1255         for subexpressions of ZERO_EXTEND, SIGN_EXTEND and COMPARE.
1256         * config/mips/mips.c (mips_stack_address_p): Comment typo.
1257         (mips_binary_cost): Update rtx_cost and set_src_cost calls.
1258         (mips_rtx_costs): Use GET_MODE (x) to detect const_int.
1259         * config/mn10300/mn10300.c (mn10300_address_cost): Pass Pmode to
1260         rtx_cost.
1261         (mn10300_rtx_costs): Correct mode passed to mn10300_address_cost.
1262         * config/rs6000/rs6000.c (rs6000_debug_rtx_costs): Update.
1263         * config/sh/sh.c (and_xor_ior_costs): Update rtx_cost call.
1264         * doc/tm.texi: Regenerate.
1266 2015-07-07  Andrew MacLeod  <amacleod@redhat.com>
1268         * tree-core.h: Include symtab.h.
1269         * rtl.h: Include hard-reg-set.h but not flags.h.
1270         (HARD_CONST): Remove condition compilation involving HARD_CONST since
1271         hard-reg-set.h is always included.
1272         * regs.h: Don't include hard-reg-set.h or rtl.h.
1273         * cfg.h: Include dominance.h.
1274         * gimple.h: Include tree-ssa-alias.h and gimple-expr.h.
1275         * backend.h: New.  Aggregate commonly used backend header files.
1276         * gimple-ssa.h: Don't include tree-hasher.h.
1277         * ssa.h: New.  Aggregate commonly used SSA header files.
1278         * regset.h: Remove bitmap.h and hard-reg-set.h #includes.
1279         * sel-sched-ir.h: Flatten includes.
1280         * lra-int.h: Flatten completely.
1281         * sel-sched-dump.h: Flatten includes.
1282         * ira-int.h: Flatten includes.
1283         * gimple-streamer.h: Remove all includes.
1284         * cfgloop.h: Remove all #includes except cfgloopmanip.h.
1285         * resource.h: Flatten hard-reg-set.h and df.h.
1286         * sched-int.h: Flatten insn-arrt.h and df.h.
1287         * valtrack.h: flatten bitmap.h, df.h, and rtl.h
1288         * df.h: Flatten includes, leaving regset.h, alloc-pool.h and timevar.h.
1289         * genattrtab.c (write_header): Adjust generated includes.
1290         * genautomata.c (main): Likewise.
1291         * genconditions.c (write-header): Likewise.
1292         * genemit.c (main): Likewise.
1293         * gengtype.c (open_base_files): Likewise.
1294         * genopinit.c (main): Likewise.
1295         * genoutput.c (output_prologue): Likewise.
1296         * genpeep.c (main): Likewise.
1297         * genpreds.c (write_insn_preds_c): Likewise.
1298         * genrecog.c (write_header): Likewise.
1299         * alias.c: Adjust includes.
1300         * asan.c: Likewise.
1301         * attribs.c: Likewise.
1302         * auto-inc-dec.c: Likewise.
1303         * auto-profile.c: Likewise.
1304         * bb-reorder.c: Likewise.
1305         * bt-load.c: Likewise.
1306         * builtins.c: Likewise.
1307         * caller-save.c: Likewise.
1308         * calls.c: Likewise.
1309         * ccmp.c: Likewise.
1310         * cfg.c: Likewise.
1311         * cfganal.c: Likewise.
1312         * cfgbuild.c: Likewise.
1313         * cfgcleanup.c: Likewise.
1314         * cfgexpand.c: Likewise.
1315         * cfghooks.c: Likewise.
1316         * cfgloop.c: Likewise.
1317         * cfgloopanal.c: Likewise.
1318         * cfgloopmanip.c: Likewise.
1319         * cfgrtl.c: Likewise.
1320         * cgraph.c: Likewise.
1321         * cgraphbuild.c: Likewise.
1322         * cgraphclones.c: Likewise.
1323         * cgraphunit.c: Likewise.
1324         * cilk-common.c: Likewise.
1325         * combine-stack-adj.c: Likewise.
1326         * combine.c: Likewise.
1327         * compare-elim.c: Likewise.
1328         * convert.c: Likewise.
1329         * coverage.c: Likewise.
1330         * cppbuiltin.c: Likewise.
1331         * cprop.c: Likewise.
1332         * cse.c: Likewise.
1333         * cselib.c: Likewise.
1334         * data-streamer-in.c: Likewise.
1335         * data-streamer-out.c: Likewise.
1336         * data-streamer.c: Likewise.
1337         * dbxout.c: Likewise.
1338         * dce.c: Likewise.
1339         * ddg.c: Likewise.
1340         * debug.c: Likewise.
1341         * df-core.c: Likewise.
1342         * df-problems.c: Likewise.
1343         * df-scan.c: Likewise.
1344         * dfp.c: Likewise.
1345         * dojump.c: Likewise.
1346         * dominance.c: Likewise.
1347         * domwalk.c: Likewise.
1348         * double-int.c: Likewise.
1349         * dse.c: Likewise.
1350         * dumpfile.c: Likewise.
1351         * dwarf2asm.c: Likewise.
1352         * dwarf2cfi.c: Likewise.
1353         * dwarf2out.c: Likewise.
1354         * emit-rtl.c: Likewise.
1355         * et-forest.c: Likewise.
1356         * except.c: Likewise.
1357         * explow.c: Likewise.
1358         * expmed.c: Likewise.
1359         * expr.c: Likewise.
1360         * final.c: Likewise.
1361         * fixed-value.c: Likewise.
1362         * fold-const.c: Likewise.
1363         * function.c: Likewise.
1364         * fwprop.c: Likewise.
1365         * gcc-plugin.h: Likewise.
1366         * gcse-common.c: Likewise.
1367         * gcse.c: Likewise.
1368         * generic-match-head.c: Likewise.
1369         * ggc-page.c: Likewise.
1370         * gimple-builder.c: Likewise.
1371         * gimple-expr.c: Likewise.
1372         * gimple-fold.c: Likewise.
1373         * gimple-iterator.c: Likewise.
1374         * gimple-low.c: Likewise.
1375         * gimple-match-head.c: Likewise.
1376         * gimple-pretty-print.c: Likewise.
1377         * gimple-ssa-isolate-paths.c: Likewise.
1378         * gimple-ssa-strength-reduction.c: Likewise.
1379         * gimple-streamer-in.c: Likewise.
1380         * gimple-streamer-out.c: Likewise.
1381         * gimple-walk.c: Likewise.
1382         * gimple.c: Likewise.
1383         * gimplify-me.c: Likewise.
1384         * gimplify.c: Likewise.
1385         * godump.c: Likewise.
1386         * graph.c: Likewise.
1387         * graphite-blocking.c: Likewise.
1388         * graphite-dependences.c: Likewise.
1389         * graphite-interchange.c: Likewise.
1390         * graphite-isl-ast-to-gimple.c: Likewise.
1391         * graphite-optimize-isl.c: Likewise.
1392         * graphite-poly.c: Likewise.
1393         * graphite-scop-detection.c: Likewise.
1394         * graphite-sese-to-poly.c: Likewise.
1395         * graphite.c: Likewise.
1396         * haifa-sched.c: Likewise.
1397         * hw-doloop.c: Likewise.
1398         * ifcvt.c: Likewise.
1399         * init-regs.c: Likewise.
1400         * internal-fn.c: Likewise.
1401         * ipa-chkp.c: Likewise.
1402         * ipa-comdats.c: Likewise.
1403         * ipa-cp.c: Likewise.
1404         * ipa-devirt.c: Likewise.
1405         * ipa-icf-gimple.c: Likewise.
1406         * ipa-icf.c: Likewise.
1407         * ipa-inline-analysis.c: Likewise.
1408         * ipa-inline-transform.c: Likewise.
1409         * ipa-inline.c: Likewise.
1410         * ipa-polymorphic-call.c: Likewise.
1411         * ipa-profile.c: Likewise.
1412         * ipa-prop.c: Likewise.
1413         * ipa-pure-const.c: Likewise.
1414         * ipa-ref.c: Likewise.
1415         * ipa-reference.c: Likewise.
1416         * ipa-split.c: Likewise.
1417         * ipa-utils.c: Likewise.
1418         * ipa-visibility.c: Likewise.
1419         * ipa.c: Likewise.
1420         * ira-build.c: Likewise.
1421         * ira-color.c: Likewise.
1422         * ira-conflicts.c: Likewise.
1423         * ira-costs.c: Likewise.
1424         * ira-emit.c: Likewise.
1425         * ira-lives.c: Likewise.
1426         * ira.c: Likewise.
1427         * jump.c: Likewise.
1428         * langhooks.c: Likewise.
1429         * lcm.c: Likewise.
1430         * loop-doloop.c: Likewise.
1431         * loop-init.c: Likewise.
1432         * loop-invariant.c: Likewise.
1433         * loop-iv.c: Likewise.
1434         * loop-unroll.c: Likewise.
1435         * lower-subreg.c: Likewise.
1436         * lra-assigns.c: Likewise.
1437         * lra-coalesce.c: Likewise.
1438         * lra-constraints.c: Likewise.
1439         * lra-eliminations.c: Likewise.
1440         * lra-lives.c: Likewise.
1441         * lra-remat.c: Likewise.
1442         * lra-spills.c: Likewise.
1443         * lra.c: Likewise.
1444         * lto-cgraph.c: Likewise.
1445         * lto-compress.c: Likewise.
1446         * lto-opts.c: Likewise.
1447         * lto-section-in.c: Likewise.
1448         * lto-section-out.c: Likewise.
1449         * lto-streamer-in.c: Likewise.
1450         * lto-streamer-out.c: Likewise.
1451         * lto-streamer.c: Likewise.
1452         * mcf.c: Likewise.
1453         * mode-switching.c: Likewise.
1454         * modulo-sched.c: Likewise.
1455         * omega.c: Likewise.
1456         * omp-low.c: Likewise.
1457         * optabs.c: Likewise.
1458         * opts-global.c: Likewise.
1459         * passes.c: Likewise.
1460         * plugin.c: Likewise.
1461         * postreload-gcse.c: Likewise.
1462         * postreload.c: Likewise.
1463         * predict.c: Likewise.
1464         * print-rtl.c: Likewise.
1465         * print-tree.c: Likewise.
1466         * profile.c: Likewise.
1467         * real.c: Likewise.
1468         * realmpfr.c: Likewise.
1469         * recog.c: Likewise.
1470         * ree.c: Likewise.
1471         * reg-stack.c: Likewise.
1472         * regcprop.c: Likewise.
1473         * reginfo.c: Likewise.
1474         * regrename.c: Likewise.
1475         * regstat.c: Likewise.
1476         * reload.c: Likewise.
1477         * reload1.c: Likewise.
1478         * reorg.c: Likewise.
1479         * resource.c: Likewise.
1480         * rtl-chkp.c: Likewise.
1481         * rtlanal.c: Likewise.
1482         * rtlhooks.c: Likewise.
1483         * sanopt.c: Likewise.
1484         * sched-deps.c: Likewise.
1485         * sched-ebb.c: Likewise.
1486         * sched-rgn.c: Likewise.
1487         * sched-vis.c: Likewise.
1488         * sdbout.c: Likewise.
1489         * sel-sched-dump.c: Likewise.
1490         * sel-sched-ir.c: Likewise.
1491         * sel-sched.c: Likewise.
1492         * sese.c: Likewise.
1493         * shrink-wrap.c: Likewise.
1494         * simplify-rtx.c: Likewise.
1495         * stack-ptr-mod.c: Likewise.
1496         * stmt.c: Likewise.
1497         * stor-layout.c: Likewise.
1498         * store-motion.c: Likewise.
1499         * stringpool.c: Likewise.
1500         * symtab.c: Likewise.
1501         * target-globals.c: Likewise.
1502         * targhooks.c: Likewise.
1503         * toplev.c: Likewise.
1504         * tracer.c: Likewise.
1505         * trans-mem.c: Likewise.
1506         * tree-affine.c: Likewise.
1507         * tree-browser.c: Likewise.
1508         * tree-call-cdce.c: Likewise.
1509         * tree-cfg.c: Likewise.
1510         * tree-cfgcleanup.c: Likewise.
1511         * tree-chkp-opt.c: Likewise.
1512         * tree-chkp.c: Likewise.
1513         * tree-chrec.c: Likewise.
1514         * tree-complex.c: Likewise.
1515         * tree-data-ref.c: Likewise.
1516         * tree-dfa.c: Likewise.
1517         * tree-diagnostic.c: Likewise.
1518         * tree-dump.c: Likewise.
1519         * tree-eh.c: Likewise.
1520         * tree-emutls.c: Likewise.
1521         * tree-if-conv.c: Likewise.
1522         * tree-inline.c: Likewise.
1523         * tree-into-ssa.c: Likewise.
1524         * tree-iterator.c: Likewise.
1525         * tree-loop-distribution.c: Likewise.
1526         * tree-nested.c: Likewise.
1527         * tree-nrv.c: Likewise.
1528         * tree-object-size.c: Likewise.
1529         * tree-outof-ssa.c: Likewise.
1530         * tree-parloops.c: Likewise.
1531         * tree-phinodes.c: Likewise.
1532         * tree-predcom.c: Likewise.
1533         * tree-pretty-print.c: Likewise.
1534         * tree-profile.c: Likewise.
1535         * tree-scalar-evolution.c: Likewise.
1536         * tree-sra.c: Likewise.
1537         * tree-ssa-address.c: Likewise.
1538         * tree-ssa-alias.c: Likewise.
1539         * tree-ssa-ccp.c: Likewise.
1540         * tree-ssa-coalesce.c: Likewise.
1541         * tree-ssa-copy.c: Likewise.
1542         * tree-ssa-copyrename.c: Likewise.
1543         * tree-ssa-dce.c: Likewise.
1544         * tree-ssa-dom.c: Likewise.
1545         * tree-ssa-dse.c: Likewise.
1546         * tree-ssa-forwprop.c: Likewise.
1547         * tree-ssa-ifcombine.c: Likewise.
1548         * tree-ssa-live.c: Likewise.
1549         * tree-ssa-loop-ch.c: Likewise.
1550         * tree-ssa-loop-im.c: Likewise.
1551         * tree-ssa-loop-ivcanon.c: Likewise.
1552         * tree-ssa-loop-ivopts.c: Likewise.
1553         * tree-ssa-loop-manip.c: Likewise.
1554         * tree-ssa-loop-niter.c: Likewise.
1555         * tree-ssa-loop-prefetch.c: Likewise.
1556         * tree-ssa-loop-unswitch.c: Likewise.
1557         * tree-ssa-loop.c: Likewise.
1558         * tree-ssa-math-opts.c: Likewise.
1559         * tree-ssa-operands.c: Likewise.
1560         * tree-ssa-phiopt.c: Likewise.
1561         * tree-ssa-phiprop.c: Likewise.
1562         * tree-ssa-pre.c: Likewise.
1563         * tree-ssa-propagate.c: Likewise.
1564         * tree-ssa-reassoc.c: Likewise.
1565         * tree-ssa-sccvn.c: Likewise.
1566         * tree-ssa-scopedtables.c: Likewise.
1567         * tree-ssa-sink.c: Likewise.
1568         * tree-ssa-strlen.c: Likewise.
1569         * tree-ssa-structalias.c: Likewise.
1570         * tree-ssa-tail-merge.c: Likewise.
1571         * tree-ssa-ter.c: Likewise.
1572         * tree-ssa-threadedge.c: Likewise.
1573         * tree-ssa-threadupdate.c: Likewise.
1574         * tree-ssa-uncprop.c: Likewise.
1575         * tree-ssa-uninit.c: Likewise.
1576         * tree-ssa.c: Likewise.
1577         * tree-ssanames.c: Likewise.
1578         * tree-stdarg.c: Likewise.
1579         * tree-streamer-in.c: Likewise.
1580         * tree-streamer-out.c: Likewise.
1581         * tree-streamer.c: Likewise.
1582         * tree-switch-conversion.c: Likewise.
1583         * tree-tailcall.c: Likewise.
1584         * tree-vect-data-refs.c: Likewise.
1585         * tree-vect-generic.c: Likewise.
1586         * tree-vect-loop-manip.c: Likewise.
1587         * tree-vect-loop.c: Likewise.
1588         * tree-vect-patterns.c: Likewise.
1589         * tree-vect-slp.c: Likewise.
1590         * tree-vect-stmts.c: Likewise.
1591         * tree-vectorizer.c: Likewise.
1592         * tree-vrp.c: Likewise.
1593         * tree.c: Likewise.
1594         * tsan.c: Likewise.
1595         * ubsan.c: Likewise.
1596         * valtrack.c: Likewise.
1597         * value-prof.c: Likewise.
1598         * var-tracking.c: Likewise.
1599         * varasm.c: Likewise.
1600         * varpool.c: Likewise.
1601         * vmsdbgout.c: Likewise.
1602         * vtable-verify.c: Likewise.
1603         * web.c: Likewise.
1604         * wide-int.cc: Likewise.
1605         * xcoffout.c: Likewise.
1606         * config/aarch64/aarch64-builtins.c: Likewise.
1607         * config/aarch64/aarch64.c: Likewise.
1608         * config/aarch64/cortex-a57-fma-steering.c: Likewise.
1609         * config/alpha/alpha.c: Likewise.
1610         * config/arc/arc.c: Likewise.
1611         * config/arm/aarch-common.c: Likewise.
1612         * config/arm/arm-builtins.c: Likewise.
1613         * config/arm/arm-c.c: Likewise.
1614         * config/arm/arm.c: Likewise.
1615         * config/avr/avr-c.c: Likewise.
1616         * config/avr/avr-log.c: Likewise.
1617         * config/avr/avr.c: Likewise.
1618         * config/bfin/bfin.c: Likewise.
1619         * config/c6x/c6x.c: Likewise.
1620         * config/cr16/cr16.c: Likewise.
1621         * config/cris/cris.c: Likewise.
1622         * config/darwin-c.c: Likewise.
1623         * config/darwin.c: Likewise.
1624         * config/epiphany/epiphany.c: Likewise.
1625         * config/epiphany/mode-switch-use.c: Likewise.
1626         * config/epiphany/resolve-sw-modes.c: Likewise.
1627         * config/fr30/fr30.c: Likewise.
1628         * config/frv/frv.c: Likewise.
1629         * config/ft32/ft32.c: Likewise.
1630         * config/h8300/h8300.c: Likewise.
1631         * config/i386/i386-c.c: Likewise.
1632         * config/i386/i386.c: Likewise.
1633         * config/i386/msformat-c.c: Likewise.
1634         * config/i386/winnt-cxx.c: Likewise.
1635         * config/i386/winnt-stubs.c: Likewise.
1636         * config/i386/winnt.c: Likewise.
1637         * config/ia64/ia64-c.c: Likewise.
1638         * config/ia64/ia64.c: Likewise.
1639         * config/iq2000/iq2000.c: Likewise.
1640         * config/lm32/lm32.c: Likewise.
1641         * config/m32c/m32c-pragma.c: Likewise.
1642         * config/m32c/m32c.c: Likewise.
1643         * config/m32r/m32r.c: Likewise.
1644         * config/m68k/m68k.c: Likewise.
1645         * config/mcore/mcore.c: Likewise.
1646         * config/mep/mep-pragma.c: Likewise.
1647         * config/mep/mep.c: Likewise.
1648         * config/microblaze/microblaze-c.c: Likewise.
1649         * config/microblaze/microblaze.c: Likewise.
1650         * config/mips/mips.c: Likewise.
1651         * config/mmix/mmix.c: Likewise.
1652         * config/mn10300/mn10300.c: Likewise.
1653         * config/moxie/moxie.c: Likewise.
1654         * config/msp430/msp430-c.c: Likewise.
1655         * config/msp430/msp430.c: Likewise.
1656         * config/nds32/nds32-cost.c: Likewise.
1657         * config/nds32/nds32-fp-as-gp.c: Likewise.
1658         * config/nds32/nds32-intrinsic.c: Likewise.
1659         * config/nds32/nds32-isr.c: Likewise.
1660         * config/nds32/nds32-md-auxiliary.c: Likewise.
1661         * config/nds32/nds32-memory-manipulation.c: Likewise.
1662         * config/nds32/nds32-pipelines-auxiliary.c: Likewise.
1663         * config/nds32/nds32-predicates.c: Likewise.
1664         * config/nds32/nds32.c: Likewise.
1665         * config/nios2/nios2.c: Likewise.
1666         * config/nvptx/nvptx.c: Likewise.
1667         * config/pa/pa.c: Likewise.
1668         * config/pdp11/pdp11.c: Likewise.
1669         * config/rl78/rl78-c.c: Likewise.
1670         * config/rl78/rl78.c: Likewise.
1671         * config/rs6000/rs6000-c.c: Likewise.
1672         * config/rs6000/rs6000.c: Likewise.
1673         * config/rx/rx.c: Likewise.
1674         * config/s390/s390-c.c: Likewise.
1675         * config/s390/s390.c: Likewise.
1676         * config/sh/sh-c.c: Likewise.
1677         * config/sh/sh-mem.cc: Likewise.
1678         * config/sh/sh.c: Likewise.
1679         * config/sh/sh_optimize_sett_clrt.cc: Likewise.
1680         * config/sh/sh_treg_combine.cc: Likewise.
1681         * config/sol2-c.c: Likewise.
1682         * config/sol2-cxx.c: Likewise.
1683         * config/sol2-stubs.c: Likewise.
1684         * config/sol2.c: Likewise.
1685         * config/sparc/sparc-c.c: Likewise.
1686         * config/sparc/sparc.c: Likewise.
1687         * config/spu/spu-c.c: Likewise.
1688         * config/spu/spu.c: Likewise.
1689         * config/stormy16/stormy16.c: Likewise.
1690         * config/tilegx/mul-tables.c: Likewise.
1691         * config/tilegx/tilegx-c.c: Likewise.
1692         * config/tilegx/tilegx.c: Likewise.
1693         * config/tilepro/mul-tables.c: Likewise.
1694         * config/tilepro/tilepro-c.c: Likewise.
1695         * config/tilepro/tilepro.c: Likewise.
1696         * config/v850/v850-c.c: Likewise.
1697         * config/v850/v850.c: Likewise.
1698         * config/vax/vax.c: Likewise.
1699         * config/visium/visium.c: Likewise.
1700         * config/vms/vms-c.c: Likewise.
1701         * config/vms/vms.c: Likewise.
1702         * config/vxworks.c: Likewise.
1703         * config/xtensa/xtensa.c: Likewise.
1705 2015-07-07  Uros Bizjak  <ubizjak@gmail.com>
1707         * config/i386/i386.md (*jcc_bt<mode>): Only split before reload.
1708         Remove operand constraints.  Change operand 2 predicate to
1709         nonmemory operand.  Limit const_int values to mode bitsize.  Only
1710         allow const_int values less than 32 when optimizing for size.
1711         (*jcc_bt<mode>_1, *jcc_bt<mode>_mask): Only split before reload.
1712         Remove operand constraints.
1713         (*bt<mode>): Use SImode for const_int values less than 32.
1714         (regmode): Remove mode attribute.
1716 2015-07-07  Anatoly Sokolov  <aesok@post.ru>
1718         * config/moxie/moxie.h (GO_IF_LEGITIMATE_ADDRESS): Remove macros.
1719         * config/moxie/moxie.c (moxie_reg_ok_for_base_p,
1720           moxie_legitimate_address_p): New functions.
1721           (TARGET_ADDR_SPACE_LEGITIMATE_ADDRESS_P): Define.
1723 2015-07-07  Tom de Vries  <tom@codesourcery.com>
1725         PR tree-optimization/66642
1726         * tree-parloops.c (transform_to_exit_first_loop_alt): Update function
1727         header comment.  Rename split_edge variable to edge_at_split.  Split
1728         exit edge to create new loop exit bb.  Insert loop exit phis in new
1729         loop exit bb.
1731 2015-07-07  Tom de Vries  <tom@codesourcery.com>
1733         * tree-cfg.c (get_virtual_phi): New function.
1734         * tree-cfg.h (get_virtual_phi): Declare.
1735         * tree-ssa-loop-manip.c (replace_uses_in_dominated_bbs)
1736         (rewrite_virtuals_into_loop_closed_ssa): New function.
1737         * tree-ssa-loop-manip.h (rewrite_virtuals_into_loop_closed_ssa):
1738         Declare.
1739         * tree-parloops.c (replace_uses_in_bbs_by): Remove.
1740         (transform_to_exit_first_loop_alt): Use
1741         rewrite_virtuals_into_loop_closed_ssa.
1743 2015-07-07  Richard Biener  <rguenther@suse.de>
1745         * fold-const.c (fold_binary_loc): Move
1746         (X & C2) << C1 -> (X << C1) & (C2 << C1) simplification ...
1747         * match.pd: ... here.
1748         Add (X * C1) % C2 -> 0 simplification pattern derived from
1749         extract_muldiv_1.
1751 2015-07-07  Kaz Kojima  <kkojima@gcc.gnu.org>
1753         PR target/66780
1754         * config/sh/sh.md (symGOT_load): Revert a part of 2015-03-03
1755         change for target/65249.
1757 2015-07-07  Paulo Matos  <pmatos@broadcom.com>
1759         * symtab.c (address_matters_1): Fix typo in comment above.
1760         (can_increase_alignment_p): Likewise.
1762 2015-07-07  Prathamesh Kulkarni  <prathamesh.kulkarni@linaro.org>
1764         * function.c (free_after_compilation): Clear PROP_cfg in
1765         f->curr_properties.
1767 2015-07-07  Richard Biener  <rguenther@suse.de>
1769         * tree-ssa-propagate.c (add_ssa_edge): Dump what edge list we
1770         add which use to.
1771         (add_control_edge): Remove excessive vertical space in dumping.
1772         (process_ssa_edge_worklist): Simulate at most one statement and
1773         return whether we did.  Do not simulate PHIs if they are in a
1774         BB not yet simulated.
1775         (ssa_propagate): Adjust to always drain the BB worklist whenever
1776         a BB is available there, likewise the VARYING edges list before
1777         the interesting edge list.
1779 2015-07-07  Christian Bruel  <christian.bruel@st.com>
1781         PR target/52144
1782         * config/arm/elf.h (TARGET_ASM_FILE_START_APP_OFF): Delete.
1784 2015-07-07  Richard Biener  <rguenther@suse.de>
1786         PR middle-end/66739
1787         * match.pd: Condition A - B ==/!= 0 -> A ==/!= B on single-use
1788         A - B.
1790 2015-07-06  Uros Bizjak  <ubizjak@gmail.com>
1792         * config/i386/i386.md (insv<mode>): Rename from insv.  Use SWI48
1793         modes for operands 0 and 3.  Use SImode for operands 2 and 3.
1794         Copy operand 0 to a temporary if !ext_register_operand.  Remove
1795         ancient extract_bit_field workaround.
1796         (insv<mode>_1): Rename from mov<mode>_insv_1.
1797         (*insvqi): Rename from *movqi_insv_2.
1798         * config/i386/i386.c (emit_i386_cw_initialization): Update calls
1799         for renamed insvsi_1.
1800         (promote_duplicated_reg): Ditto for renamed insv<mode>_1.
1802 2015-07-06  Nathan Sidwell  <nathan@codesourcery.com>
1804         * config/nvptx/nvptx.c (nvptx_reorg): Remove unused vars.  Fix
1805         call to nvptx_reorg_subreg.
1807 2015-07-06  Jim Wilson  <jim.wilson@linaro.org>
1809         * graphite-blocking.c (HAVE_isl): Include <stddef.h>.
1810         * graphite-dependencies.c, graphite-interchange.c,
1811         graphite-isl-ast-to-gimple.c, graphite-optimize-isl.c, graphite-poly.c,
1812         graphite-scop-detection.c, graphite-sese-to-poly.c, graphite.c:
1813         Likewise.
1815 2015-07-06  Marc Glisse  <marc.glisse@inria.fr>
1817         * match.pd: Remove element_mode inside HONOR_*.
1818         (~ (-A) -> A - 1, ~ (A - 1) -> -A): Handle complex types.
1819         (~X | X -> -1, ~X ^ X -> -1): Merge.
1820         * tree.c (build_each_one_cst): New function.
1821         * tree.h (build_each_one_cst): Likewise.
1823 2015-07-06  Steve Ellcey  <sellcey@imgtec.com>
1825         * config.gcc <mips*-*-*>: Add fused-madd.opt.
1826         * config/mips/mips.opt (mfused-madd): Remove.
1827         * config/mips/mips.c (mips_rtx_costs): Update cost calculations.
1828         * config/mips/mips.h (TARGET_MIPS8000): New.
1829         (ISA_HAS_FP_MADD4_MSUB4): Remove.
1830         (ISA_HAS_FP_MADDF_MSUBF): Remove.
1831         (ISA_HAS_FP_MADD3_MSUB3): Remove.
1832         (ISA_HAS_NMADD4_NMSUB4): Remove.
1833         (ISA_HAS_NMADD3_NMSUB3): Remove.
1834         (ISA_HAS_FUSED_MADD4): New.
1835         (ISA_HAS_UNFUSED_MADD4): New.
1836         (ISA_HAS_FUSED_MADDF): New.
1837         (ISA_HAS_FUSED_MADD3): New.
1838         * config/mips/mips.md: (fma<mode>4) Change from insn to expand.
1839         (*fma<mode>4_madd3) New.
1840         (*fma<mode>4_madd4) New.
1841         (*fma<mode>4_maddf) New.
1842         (fms<mode>4) New.
1843         (*fms<mode>4_msub3) New.
1844         (*fms<mode>4_msub4) New.
1845         (fnma<mode>4) New.
1846         (*fnma<mode>4_nmadd3) New.
1847         (*fnma<mode>4_nmadd4) New.
1848         (fnms<mode>4) New.
1849         (*fnms<mode>4_nmsub3) New.
1850         (*fnms<mode>4_nmsub4) New.
1851         (*madd4<mode>) Modify to be unfused only.
1852         (*msub4<mode>) Modify to be unfused only.
1853         (*nmadd4<mode>) Modify to be unfused only.
1854         (*nmsub4<mode>) Modify to be unfused only.
1855         (*madd3<mode>) Remove.
1856         (*msub3<mode>) Remove.
1857         (*nmadd3<mode>) Remove.
1858         (*nmsub3<mode>) Remove.
1859         (*nmadd3<mode>_fastmath) Remove.
1860         (*nmsub3<mode>_fastmath) Remove.
1861         (*nmadd4<mode>_fastmath) Update condition.
1862         (*nmsub4<mode>_fastmath) Update condition.
1864 2015-07-06  Alan Lawrence  <alan.lawrence@arm.com>
1866         PR target/65956
1867         * config/arm/arm.c (arm_needs_doubleword_align): Drop any outer
1868         alignment attribute, exploring one level down for records and arrays.
1870 2015-07-06  Uros Bizjak  <ubizjak@gmail.com>
1872         * config/i386/i386.md (extv<mode>): Rename from extv.  Use SWI24
1873         modes for operands 0 and 1.  Use SImode for operands 2 and 3.
1874         Copy operand 1 to a temporary if !ext_register_operand.  Remove
1875         ancient extract_bit_field workaround.
1876         (*extv<mode>): Rename from *mov<mode>_extv_1.
1877         (*extvqi): Rename from *movqi_extv_1.
1878         (extzv<mode>): Rename from extzv.  Use SWI248 modes for
1879         operands 0 and 1.  Use SImode for operands 2 and 3. Copy operand 1
1880         to a temporary if !ext_register_operand.  Remove ancient
1881         extract_bit_field workaround.
1882         (*extzv<mode>): Rename from *mov<mode>_extzv_1.
1883         (*extzvqi): Rename from *movqi_extzv_2.
1884         (*testqi_ext_3): Remove modes from const_int_operand predicated
1885         operands.  Add "n" constraint.
1886         (*btsq, *btrq, *btcq): Remove mode from const_0_to_63 predicated
1887         operand.  Add "J" constraint.
1888         (*btsq, *btrq, *btcq peephole2s): Remove mode from
1889         const_0_to_63 predicated operand.
1890         (regmode): New insn attribute.
1891         (*bt<mode>): Use SImode for operand 1.  Change operand 1 predicate
1892         to nonmemory_operand.  Use regmode insn attribute.
1893         (*jcc_bt<mode>_1): Convert operand 2 to SImode.
1894         (*jcc_bt<mode>_mask): Remove mode from operand 3.
1895         (*jcc_btsi_1, *jcc_btsi_mask_1): Remove patterns.
1896         (tbm_bextri_<mode>): Remove modes from const_0_to_255 predicated
1897         operands.  Use "N" constraint instead of "n".
1899 2015-07-06  Alan Lawrence  <alan.lawrence@arm.com>
1901         * config/arm/arm.md (movdi): Avoid odd-number ldrd/strd in ARM state.
1903 2015-07-06  Richard Biener  <rguenther@suse.de>
1905         PR tree-optimization/66772
1906         * tree-ssa-ccp.c (ccp_visit_phi_node): Make sure that copy
1907         values are available in the PHI node BB when there are
1908         still unexecutable edges.
1910 2015-07-06  Richard Biener  <rguenther@suse.de>
1912         PR tree-optimization/66767
1913         * tree-vect-loop-manip.c (vect_create_cond_for_align_checks):
1914         Make sure to build the alignment test on a SSA name without
1915         final alignment info valid only if the alignment test
1916         evaluates to true.
1918 2015-07-06  Bernd Schmidt  <bernds@codesourcery.com>
1920         PR target/66620
1921         * config/bfin/bfin.c (hwloop_optimize): Create new bb between jump and
1922         loop start when inserting LSETUP.
1924 2015-07-06  H.J. Lu  <hongjiu.lu@intel.com>
1926         PR target/53383
1927         * config/i386/i386.c (ix86_option_override_internal): Allow
1928         -mincoming-stack-boundary=3 for 64-bit if SSE is disabled.
1930 2015-07-06  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
1932         * read-md.c (decimal_string): Rename to ...
1933         (md_decimal_string): ... this.
1934         (handle_enum): Reflect this.
1936 2015-07-06  Szabolcs Nagy  <szabolcs.nagy@arm.com>
1938         PR target/66731
1939         * config/aarch64/aarch64.md (fnmul<mode>3): Handle -frounding-math.
1941 2015-07-06  Richard Biener  <rguenther@suse.de>
1943         PR middle-end/66759
1944         * match.pd: Add missing constraint of y to REAL_CST in
1945         REAL_CST - x CMP y to y - CST CMP x simplification.
1947 2015-07-06  Eric Botcazou  <ebotcazou@adacore.com>
1949         PR tree-optimization/66757
1950         * match.pd: Add missing condition to ~X ^ C -> X ^ ~C.
1952 2015-07-05  Chung-Lin Tang  <cltang@codesourcery.com>
1953             Sandra Loosemore <sandra@codesourcery.com>
1955         * config/nios2/nios2-protos.h (nios2_symbol_ref_in_small_data_p):
1956         Delete extern declaration.
1957         (gprel_constant_p): Add extern declaration.
1958         * config/nios2/constraints.md ("S"): Use gprel_constant_p
1959         instead of nios2_symbol_ref_in_small_data_p.
1960         * config/nios2/nios2.c (nios2_legitimate_address_p): Likewise.
1961         (nios2_symbol_ref_in_small_data_p): Make static.
1962         (gprel_constant_p): Make non-static.
1964 2015-07-05  Gerald Pfeifer  <gerald@pfeifer.com>
1966         * doc/fragments.texi (Target Fragment): Convert debian.org
1967         link to use https.
1968         * doc/install.texi (Configuration): Ditto.
1970 2015-07-05  Jakub Jelinek  <jakub@redhat.com>
1972         PR tree-optimization/66718
1973         * tree-vect-stmts.c (vectorizable_call): Replace uses of
1974         GOMP_SIMD_LANE outside of loop with vf - 1 rather than 0.
1976         PR tree-optimization/66718
1977         * tree-vect-stmts.c (vectorizable_assignment, vectorizable_store,
1978         vectorizable_load, vectorizable_condition): Move vectype,
1979         nunits, ncopies computation after checking what kind of statement
1980         stmt is.
1982 2015-07-05  Richard Sandiford  <richard.sandiford@arm.com>
1984         * target-insns.def (extv, extzv, insv): New targetm instruction
1985         patterns.
1986         * optabs.c (get_extraction_insn): Use them instead of HAVE_*/gen_*
1987         interface.
1988         * recog.c (simplify_while_replacing): Likewise.
1990 2015-07-05  Richard Sandiford  <richard.sandiford@arm.com>
1992         * target-insns.def (doloop_begin, doloop_end): New targetm
1993         instruction patterns.
1994         * loop-init.c: Include target.h.
1995         (pass_loop2::gate): Use the new targetm patterns instead of
1996         HAVE_*/gen_* interface.
1997         (pass_rtl_doloop::gate): Likewise.
1998         (pass_rtl_doloop::execute): Remove preprocessor condition.
1999         * hw-doloop.c: Build unconditionally.
2000         * loop-doloop.c: Likewise.
2001         (doloop_optimize): Use the new targetm patterns instead of
2002         HAVE_*/gen_* interface.
2003         (doloop_modify): Likewise. Change type of doloop_seq to rtx_insn *.
2004         * modulo-sched.c (doloop_register_get): Likewise.
2006 2015-07-05  Richard Sandiford  <richard.sandiford@arm.com>
2008         * target-insns.def (clear_cache): New targetm instruction pattern.
2009         * builtins.c (expand_builtin___clear_cache): Use it instead of
2010         HAVE_*/gen_* interface.
2012 2015-07-05  Richard Sandiford  <richard.sandiford@arm.com>
2014         * target-insns.def (allocate_stack, check_stack, probe_stack)
2015         (probe_stack_address, split_stack_prologue, split_stack_space_check):
2016         New targetm instruction patterns.
2017         * explow.c (allocate_dynamic_stack_space): Use them instead of
2018         HAVE_*/gen_* interface.
2019         (emit_stack_probe): Likewise.
2020         (probe_stack_range): Likewise.
2021         * function.c (thread_prologue_and_epilogue_insns): Likewise.
2023 2015-07-05  Richard Sandiford  <richard.sandiford@arm.com>
2025         * target-insns.def (stack_protect_set, stack_protect_test): New
2026         targetm instruction patterns.
2027         * cfgexpand.c (stack_protect_prologue): Use them instead of
2028         HAVE_*/gen_* interface.
2029         * function.c (stack_protect_epilogue): Likewise.
2031 2015-07-05  Richard Sandiford  <richard.sandiford@arm.com>
2033         * expr.h (gen_move_insn_uncast): Delete.
2034         * expr.c (gen_move_insn_uncast): Delete.
2036 2015-07-05  Richard Sandiford  <richard.sandiford@arm.com>
2038         * target-insns.def (restore_stack_block, restore_stack_function)
2039         (restore_stack_nonlocal, save_stack_block, save_stack_function)
2040         (save_stack_nonlocal): New targetm instruction patterns.
2041         * builtins.c (expand_builtin_apply): Use them instead of
2042         HAVE_*/gen_* interface.
2043         * explow.c (emit_stack_save, emit_stack_restore): Likewise.
2045 2015-07-05  Richard Sandiford  <richard.sandiford@arm.com>
2047         * target-insns.def (trap): New targetm instruction pattern.
2048         * builtins.c (expand_builtin_trap): Use it instead of HAVE_*/gen_*
2049         interface.
2050         * explow.c (allocate_dynamic_stack_space): Likewise.
2051         * ifcvt.c (find_if_header): Likewise.
2053 2015-07-05  Richard Sandiford  <richard.sandiford@arm.com>
2055         * target-insns.def (prefetch): New targetm instruction pattern.
2056         * tree-ssa-loop-prefetch.c: Include targeth.
2057         (tree_ssa_prefetch_arrays): Use prefetch targetm pattern instead
2058         of HAVE_*/gen_* interface.
2059         * builtins.c (expand_builtin_prefetch): Likewise.
2060         * toplev.c (process_options): Likewise.
2062 2015-07-05  Richard Sandiford  <richard.sandiford@arm.com>
2064         * target-insns.def (untyped_call, untyped_return): New targetm
2065         instruction patterns.
2066         * builtins.c (expand_builtin_apply): Use them instead of
2067         HAVE_*/gen_* interface.
2068         (result_vector): Define unconditionally.
2070 2015-07-05  Richard Sandiford  <richard.sandiford@arm.com>
2072         * target-insns.def (builtin_longjmp, builtin_setjmp_receiver)
2073         (builtin_setjmp_setup, exception_receiver, nonlocal_goto)
2074         (nonlocal_goto_receiver): New targetm instruction patterns.
2075         * builtins.c (expand_builtin_setjmp_setup): Use them instead
2076         of HAVE_*/gen_* interface.
2077         (expand_builtin_setjmp_receiver): Likewise.
2078         (expand_builtin_longjmp, expand_builtin_nonlocal_goto): Likewise.
2079         * except.c (expand_dw2_landing_pad_for_region): Likewise.
2081 2015-07-05  Richard Sandiford  <richard.sandiford@arm.com>
2083         * target.def: Add code_for_* hooks.
2084         * gentarget-def.c (def_target_insn): Add TARGET_CODE_FOR_* macros.
2085         * defaults.h (HAVE_tablejump, gen_tablejump): Delete.
2086         * target-insns.def (casesi, tablejump): New targetm instruction
2087         patterns.
2088         * expr.c (try_casesi): Use them instead of HAVE_*/gen_* interface.
2089         (do_tablejump): Likewise.
2090         * stmt.c (expand_switch_as_decision_tree_p): Likewise.
2091         (expand_sjlj_dispatch_table): Likewise.
2092         * targhooks.c (default_case_values_threshold): Likewise.
2094 2015-07-04  Sandra Loosemore  <sandra@codesourcery.com>
2096         * config/nios2/nios2.c (save_reg, restore_reg): Use plus_constant.
2097         Use rtx_insn * instead of rtx.
2098         (nios2_emit_add_constant): Use rtx_insn * instead of rtx.
2099         (nios2_expand_prologue, nios2_expand_epilogue): Likewise.
2100         (nios2_call_tls_get_addr): Likewise.
2101         (nios2_emit_expensive_div): Likewise.
2102         (nios2_emit_move_sequence): Change return type to bool.
2103         * config/nios2/nios2-protos.h (nios2_emit_move_sequence):
2104         Change return type to bool.
2106 2015-07-04  Bernd Edlinger  <bernd.edlinger@hotmail.de>
2108         PR target/66747
2109         * config/mips/mips.c (mips_find_gp_ref): Handle instruction sequences.
2111 2015-07-04  John David Anglin  <danglin@gcc.gnu.org>
2113         PR target/66114
2114         * config/pa/pa.md (indirect_jump): Use pmode_register_operand instead
2115         of register_operand.  Remove constraint.
2117 2015-07-04  Marc Glisse  <marc.glisse@inria.fr>
2119         * tree-cfg.c (verify_gimple_assign_ternary) <VEC_COND_EXPR>: Check
2120         the first argument.
2122 2015-07-03  Paolo Carlini  <paolo.carlini@oracle.com>
2124         * attribs.c (decl_attributes): Guard inform with the return value
2125         of the preceding warning.
2127 2015-07-03  James Greenhalgh  <james.greenhalgh@arm.com>
2129         * doc/invoke.texi (moverride): Move to correct section.
2131 2015-07-03  Richard Biener  <rguenther@suse.de>
2133         * genmatch.c (commutative_tree_code, commutative_ternary_tree_code):
2134         Copy from tree.c
2135         (dt_operand::gen_gimple_expr): After valueizing operands
2136         re-canonicalize operand order for commutative tree codes.
2138 2015-07-03  H.J. Lu  <hongjiu.lu@intel.com>
2140         PR target/66746.
2141         * config/i386/ia32intrin.h (__crc32b): Don't define if __iamcu__
2142         is defined.
2143         (__crc32w): Likewise.
2144         (__crc32d): Likewise.
2145         (__rdpmc): Likewise.
2146         (__rdtscp): Likewise.
2147         (_rdpmc): Likewise.
2148         (_rdtscp): Likewise.
2149         * config/i386/x86intrin.h: Only include ia32intrin.h if __iamcu__
2150         is defined.
2152 2015-07-03  Richard Biener  <rguenther@suse.de>
2154         * fold-const.c (fold_mathfn_compare): Remove.
2155         (fold_inf_compare): Likewise.
2156         (fold_comparison): Move floating point comparison simplifications...
2157         * match.pd: ... to patterns here.  Introduce simple_comparisons
2158         operator list and use it for patterns formerly in fold_comparison.
2160 2015-07-03  James Greenhalgh  <james.greenhalgh@arm.com>
2162         PR tree-optimization/66119
2163         * toplev.c (process_options): Don't set up default values for
2164         the sra_max_scalarization_size_{speed,size} parameters.
2165         * tree-sra (analyze_all_variable_accesses): If no values
2166         have been set for the sra_max_scalarization_size_{speed,size}
2167         parameters, call get_move_ratio to get target defaults.
2169 2015-07-03  Richard Biener  <rguenther@suse.de>
2171         * fold-const.c (fold_binary_loc): Move (T)ptr & CST folding...
2172         * match.pd: ... here.
2174 2015-07-03  Gerald Pfeifer  <gerald@pfeifer.com>
2176         PR target/37072
2177         * doc/invoke.texi (i386 and x86-64 Options): -mno-fancy-math-387
2178         is not actually the default on FreeBSD.
2180 2015-07-02  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
2182         * config/rs6000/rs6000-builtin.def (CMPGE_16QI): New built-in
2183         definition.
2184         (CMPGE_8HI): Likewise.
2185         (CMPGE_4SI): Likewise.
2186         (CMPGE_2DI): Likewise.
2187         (CMPGE_U16QI): Likewise.
2188         (CMPGE_U8HI): Likewise.
2189         (CMPGE_U4SI): Likewise.
2190         (CMPGE_U2DI): Likewise.
2191         (CMPLE_16QI): Likewise.
2192         (CMPLE_8HI): Likewise.
2193         (CMPLE_4SI): Likewise.
2194         (CMPLE_2DI): Likewise.
2195         (CMPLE_U16QI): Likewise.
2196         (CMPLE_U8HI): Likewise.
2197         (CMPLE_U4SI): Likewise.
2198         (CMPLE_U2DI): Likewise.
2199         * config/rs6000/rs6000-c.c (altivec_overloaded_builtins): Add
2200         overloads for ALTIVEC_BUILTIN_VEC_CMPGE and
2201         ALTIVEC_BUILTIN_VEC_CMPLE.
2202         * config/rs6000/vector.md (vector_ge<mode>): Restrict to
2203         floating-point vector modes.
2204         (vector_nlt<mode>): New define_expand.
2205         (vector_nltu<mode>): Likewise.
2206         (vector_ngt<mode>): Likewise.
2207         (vector_ngtu<mode>): Likewise.
2209 2015-07-02  Segher Boessenkool  <segher@kernel.crashing.org>
2211         PR rtl-optimization/66706
2212         * combine.c (make_compound_operation): If an AND of SUBREG of
2213         LSHIFTRT does not simplify, see if just the AND of SUBREG does.
2215 2015-07-02  Alan Lawrence  <alan.lawrence@arm.com>
2217         * tree-pass.h (make_pass_ch_vect): New.
2218         * passes.def: Add pass_ch_vect just before pass_if_conversion.
2220         * tree-ssa-loop-ch.c (ch_base, pass_ch_vect, pass_data_ch_vect,
2221         pass_ch::process_loop_p, pass_ch_vect::process_loop_p,
2222         make_pass_ch_vect): New.
2223         (pass_ch): Extend ch_base.
2225         (pass_ch::execute): Move all but loop_optimizer_init/finalize to...
2226         (ch_base::copy_headers): ...here.
2228 2015-07-02  Richard Biener  <rguenther@suse.de>
2230         * builtins.c (get_pointer_alignment_1): Handle POINTER_PLUS_EXPR.
2231         * fold-const.c (get_pointer_modulus_and_residue): Remove.
2232         (fold_binary_loc): Implement (T)ptr & CST in terms of
2233         get_pointer_alignment_1.
2234         * tree-vect-loop-manip.c (vect_gen_niters_for_prolog_loop):
2235         Make sure to build the alignment test on a SSA name without
2236         final alignment info valid only after the prologue.
2238 2015-07-02  Hans-Peter Nilsson  <hp@axis.com>
2240         * config/cris/cris.md ("epilogue"): Remove condition.
2241         ("prologue"): Ditto.
2243 2015-07-02  Richard Biener  <rguenther@suse.de>
2245         * tree-ssa-dom.c (build_and_record_new_cond): Add optional
2246         parameter to record a condition that is false.
2247         (record_conditions): When recording an extra NE_EXPR that is
2248         true also record a EQ_EXPR that is false.
2250 2015-07-02  Bin Cheng  <bin.cheng@arm.com>
2252         * tree-ssa-loop-ivopts.c (struct ivopts_data): New field iv_obstack.
2253         (tree_ssa_iv_optimize_init): Initialize iv_obstack.
2254         (alloc_iv): New parameter.  Allocate struct iv using obstack_alloc.
2255         (set_iv, find_interesting_uses_address, add_candidate_1): New
2256         argument to alloc_iv.
2257         (find_interesting_uses_op, find_interesting_uses_cond): Don't
2258         duplicate struct iv.
2259         (free_loop_data): Don't free struct iv explicitly.
2260         (tree_ssa_iv_optimize_finalize): Free iv_obstack.
2262 2015-07-01  DJ Delorie  <dj@redhat.com>
2264         * config/s390/tpf.h (LIBSTDCXX): Change to CPP1.
2265         (LIB_SPEC): Add.
2266         (SUPPORTS_DISCRIMINATOR): Define.
2268 2015-07-01  Richard Sandiford  <richard.sandiford@arm.com>
2270         PR bootstrap/66685
2271         * rtl.c (classify_insn): Only return JUMP_INSN for parallel returns if
2272         there are no CALLs in the same pattern.
2274 2015-07-01  Bernd Edlinger  <bernd.edlinger@hotmail.de>
2276         PR rtl-optimization/61047
2277         * rtlanal.c (get_initial_register_offset): New function.
2278         (rtx_addr_can_trap_p_1): Check offsets of stack references.
2280 2015-07-01  Richard Biener  <rguenther@suse.de>
2282         * fold-const.c (fold_comparison): Move X - Y CMP 0 -> X CMP Y,
2283         X * C1 CMP 0 -> X CMP 0, X CMP X, ~X CMP ~Y -> Y CMP X and
2284         ~X CMP C -> X CMP' ~C to ...
2285         * match.pd: ... patterns here.
2287 2015-07-01  Nick Clifton  <nickc@redhat.com>
2289         * config/msp430/msp430.md (zero_extendhipsi2): Use MOVX.A to store
2290         a 16-bit value into a 20-bit memory slot.
2292 2015-07-01  Jiong Wang  <jiong.wang@arm.com>
2294         * doc/sourcebuild.texi (AArch64-specific attributes): Document
2295         "aarch64_tiny", "aarch64_small", "aarch64_large",
2296         "aarch64_little_endian", "aarch64_big_endian".
2298 2015-07-01  Jiong Wang  <jiong.wang@arm.com>
2300         * doc/sourcebuild.texi (AArch64-specific attributes): New subsection.
2301         Document "aarch64_small_fpic".
2303 2015-07-01  Jiong Wang  <jiong.wang@arm.com>
2305         * configure.ac: Add check for aarch64 assembler -fpic relocation
2306         modifier support.
2307         * configure: Regenerate.
2308         * config.in: Regenerate.
2309         * config/aarch64/aarch64.c (initialize_aarch64_code_model): Fall back
2310         to -fPIC if not support of -fpic relocation modifier in assembler.
2312 2015-07-01  Richard Sandiford  <richard.sandiford@arm.com>
2314         PR bootstrap/66685
2315         * rtl.c (classify_insn): Handle returns in PARALLELs.
2317 2015-07-01  Eric Botcazou  <ebotcazou@adacore.com>
2319         PR middle-end/66633
2320         * tree-nested.c (convert_nonlocal_omp_clauses): Initialize need_chain
2321         to true if the function is nested and if not optimizing.
2322         (convert_local_omp_clauses): Initialize need_frame to true if the
2323         function contains nested functions and if not optimizing.
2325 2015-07-01  Richard Biener  <rguenther@suse.de>
2327         * fold-const.c (fold_binary_loc): Move ~X ^ X -> -1 and
2328         (X & Y) ^ Y -> ~X & Y transforms to ...
2329         * match.pd: ... here.
2331 2015-07-01  Richard Biener <rguenther@suse.de>
2333         * genmatch.c (expr::gen_transform): Shortcut re-simplifying
2334         of converts to avoid uninteresting noise from the conversion
2335         simplifying patterns.
2337 2015-06-30  Sandra Loosemore <sandra@codesourcery.com>
2339         * config/c6x/c6x.c (try_rename_operands): Do not depend on
2340         gcc_assert evaluating its argument for side-effect.
2342 2015-06-30  Kaz Kojima  <kkojima@gcc.gnu.org>
2344         PR target/64833
2345         * config/sh/sh.md (casesi_worker_1): Set length to 8 when
2346         flag_pic is set.
2348 2015-06-30  Eric Botcazou  <ebotcazou@adacore.com>
2350         * lto-streamer-out.c (class DFS): Adjust hash_scc method.
2351         (DFS::DFS): Pass this_ref_p and ref_p to hash_scc.
2352         (hash_scc): Add this_ref_p and ref_p parameters and pass them
2353         to the inner DFS walk.
2355 2015-06-30  Richard Sandiford  <richard.sandiford@arm.com>
2357         * target-insns.def (jump): New targetm instruction pattern.
2358         * bb-reorder.c (get_uncond_jump_length): Use targetm.gen_jump
2359         instead of gen_jump.
2360         (fix_up_crossing_landing_pad): Likewise.
2361         (add_labels_and_missing_jumps): Likewise.
2362         (fix_crossing_conditional_branches): Likewise.
2363         * cfgrtl.c (try_redirect_by_replacing_jump): Likewise.
2364         (force_nonfallthru_and_redirect): Likewise.
2365         * cse.c (cse_insn): Likewise.
2366         * expmed.c (expand_divmod): Likewise.
2367         * expr.c (store_expr_with_bounds, expand_expr_real_2): Likewise.
2368         * haifa-sched.c (init_before_recovery): Likewise.
2369         (sched_create_recovery_edges): Likewise.
2370         * ifcvt.c (find_cond_trap): Likewise.
2371         * optabs.c (expand_doubleword_shift, expand_doubleword_clz): Likewise.
2372         (expand_float, expand_fix): Likewise.
2373         * stmt.c (emit_jump): Likewise.
2375 2015-06-30  Richard Sandiford  <richard.sandiford@arm.com>
2377         * defaults.h (HAVE_load_multiple, gen_load_multiple)
2378         (HAVE_store_multiple, gen_store_multiple): Delete.
2379         * target-insns.def (load_multiple, store_multiple): New targetm
2380         instruction patterns.
2381         * expr.c (move_block_to_reg, move_block_from_reg): Use them instead
2382         of HAVE_*/gen_* interface.
2384 2015-06-30  Richard Sandiford  <richard.sandiford@arm.com>
2386         * defaults.h (HAVE_mem_thread_fence, gen_mem_thread_fence)
2387         (HAVE_memory_barrier, gen_memory_barrier, HAVE_mem_signal_fence)
2388         (gen_mem_signal_fence): Delete.
2389         * target-insns.def (mem_signal_fence, mem_thread_fence)
2390         (memory_barrier): New targetm instruction patterns.
2391         * optabs.c (expand_mem_thread_fence): Use them instead of HAVE_*/gen_*
2392         interface.
2393         (expand_mem_signal_fence): Likewise.
2395 2015-06-30  Richard Sandiford  <richard.sandiford@arm.com>
2397         * defaults.h (HAVE_epilogue, gen_epilogue): Delete.
2398         * target-insns.def (epilogue, prologue, sibcall_prologue): New
2399         targetm instruction patterns.
2400         * alias.c (init_alias_analysis): Use them instead of HAVE_*/gen_*
2401         interface.
2402         * calls.c (expand_call): Likewise.
2403         * cfgrtl.c (cfg_layout_finalize): Likewise.
2404         * df-scan.c (df_get_entry_block_def_set): Likewise.
2405         (df_get_exit_block_use_set): Likewise.
2406         * dwarf2cfi.c (pass_dwarf2_frame::gate): Likewise.
2407         * final.c (final_start_function): Likewise.
2408         * function.c (thread_prologue_and_epilogue_insns): Likewise.
2409         (reposition_prologue_and_epilogue_notes): Likewise.
2410         * reorg.c (find_end_label): Likewise.
2411         * toplev.c (process_options): Likewise.
2413 2015-06-30  David Malcolm  <dmalcolm@redhat.com>
2415         * typed-splay-tree.h: New file.
2417 2015-06-30  Vladimir Makarov  <vmakarov@redhat.com>
2419         PR debug/66691
2420         * lra-int.h (lra_substitute_pseudo): Add a parameter.
2421         (lra_substitute_pseudo_within_insn): Ditto.
2422         * lra.c (lra_substitute_pseudo): Add a parameter.  Simplify subreg
2423         of constant.
2424         (lra_substitute_pseudo_within_insn): Add a parameter.  Transfer it
2425         to lra_substitute_pseudo.
2426         * lra-lives.c (process_bb_lives): Add an argument to
2427         lra_substitute_pseudo_within_insn call.
2428         * lra-constraints.c (inherit_reload_reg, split_reg): Add an
2429         argument to lra_substitute_pseudo and
2430         lra_substitute_pseudo_within_insn calls.
2431         (remove_inheritance_pseudos, undo_optional_reloads): Ditto.
2433 2015-06-30  H.J. Lu  <hongjiu.lu@intel.com>
2435         * configure: Regenerated.
2437 2015-06-30  H.J. Lu  <hongjiu.lu@intel.com>
2439         * config.gcc: Support i[34567]86-*-elfiamcu target.
2440         * config/i386/iamcu.h: New.
2441         * config/i386/i386.opt: Add -miamcu.
2442         * doc/invoke.texi: Document -miamcu.
2443         * common/config/i386/i386-common.c  (ix86_handle_option): Turn
2444         off x87/MMX/SSE/AVX codegen for -miamcu.
2445         * config/i386/i386-c.c (ix86_target_macros_internal): Define
2446         __iamcu/__iamcu__ for -miamcu.
2447         * config/i386/i386.h (PREFERRED_STACK_BOUNDARY_DEFAULT): Set
2448         to MIN_STACK_BOUNDARY if TARGET_IAMCU is true.
2449         (BIGGEST_ALIGNMENT): Set to 32 if TARGET_IAMCU is true.
2450         * config/i386/i386.c (ix86_option_override_internal): Ignore and
2451         warn -mregparm for Intel MCU.  Turn on -mregparm=3 for Intel
2452         MCU by default.  Default long double to 64-bit for Intel MCU.
2453         Turn on -freg-struct-return for Intel MCU.  Issue an error when
2454         -miamcu is used in 64-bit or x32 mode or if x87, MMX, SSE or
2455         AVX is turned on.
2456         (function_arg_advance_32): Pass value whose size is no larger
2457         than 8 bytes in registers for Intel MCU.
2458         (function_arg_32): Likewise.
2459         (ix86_return_in_memory): Return value whose size is no larger
2460         than 8 bytes in registers for Intel MCU.
2461         (iamcu_alignment): New function.
2462         (ix86_data_alignment): Call iamcu_alignment if TARGET_IAMCU is
2463         true.
2464         (ix86_local_alignment): Don't increase alignment for Intel MCU.
2465         (x86_field_alignment): Return iamcu_alignment if TARGET_IAMCU is
2466         true.
2468 2015-06-30  Marek Polacek  <polacek@redhat.com>
2470         * match.pd (X - (X / Y) * Y): Use convert1 and convert2.  Convert
2471         both operands of the resulting expression.
2473         * match.pd (~x | x): Don't use tree_nop_conversion_p.  Build
2474         the final expression with the operand's type and then convert
2475         it to the type of the expression.
2477 2015-06-30  Richard Biener  <rguenther@suse.de>
2479         * fold-const.c (fold_binary_loc): Move ~x & ~y -> ~(x | y) and
2480         ~x | ~y -> ~(x & y), (x & CST) ^ (x & CST2) -> (x & CST) | (x & CST2),
2481         (X | Y) ^ X -> Y & ~ X, ~X ^ ~Y to X ^ Y and ~X ^ C to X ^ ~C ...
2482         * match.pd: ... to patterns here.
2484 2015-06-30  Richard Biener  <rguenther@suse.de>
2486         PR tree-optimization/66704
2487         * tree-vect-data-refs.c (vect_setup_realignment): Use
2488         make_ssa_name for non-SSA name source.
2490 2015-06-30  Jakub Jelinek  <jakub@redhat.com>
2492         PR middle-end/66702
2493         * omp-low.c (simd_clone_adjust): Handle addressable linear
2494         or uniform parameters or non-gimple type uniform parameters.
2496 2015-06-30  Richard Biener  <rguenther@suse.de>
2498         * fold-const.c (fold_unary_loc): Move abs(abs(x)) -> abs(x),
2499         ~ (-A) to A - 1, ~ (A - 1) or ~ (A + -1) to -A and some cases of
2500         ~(X ^ Y) to ~X ^ Y or X ^ ~Y if ~X or ~Y simplify to ...
2501         * match.pd: ... here.
2502         Add a few cases of A - B -> A + (-B) when B "easily" negates.
2503         Move (x & y) | x -> x and friends before
2504         (x | CST1) & CST2 -> (x & CST2) | (CST1 & CST2).
2506 2015-06-30  Eric Botcazou  <ebotcazou@adacore.com>
2508         * config/sparc/leon.md (leon_load): Enable for all LEON variants if
2509         -mfix-ut699 is not specified.
2510         (leon3_load): Rename into...
2511         (ut699_load): ...this.  Enable for all LEON variants if -mfix-ut699
2512         is specified.
2514 2015-06-30  Marek Polacek  <polacek@redhat.com>
2516         * fold-const.c (fold_binary_loc): Move ~X | X folding ...
2517         * match.pd: ... here.
2519 2015-06-30  Richard Biener  <rguenther@suse.de>
2521         * target-insns.def (canonicalize_funcptr_for_compare): Add.
2522         * fold-const.c (build_range_check): Replace uses of
2523         HAVE_canonicalize_funcptr_for_compare.
2524         (fold_widened_comparison): Likewise.
2525         (fold_sign_changed_comparison): Likewise.
2526         * dojump.c: Include "target.h".
2527         (do_compare_and_jump): Replace uses of
2528         HAVE_canonicalize_funcptr_for_compare and
2529         gen_canonicalize_funcptr_for_compare.
2530         * expr.c (do_store_flag): Likewise.
2532 2015-06-30  Tom de Vries  <tom@codesourcery.com>
2534         PR tree-optimization/66652
2535         * tree-parloops.c (try_transform_to_exit_first_loop_alt): Use
2536         max_loop_iterations to determine if nit + 1 overflows.
2538 2015-06-30  Richard Biener  <rguenther@suse.de>
2540         * tree-vrp.c (register_edge_assert_for_2): Also register
2541         asserts for dominating conversion results.
2543 2015-06-30  Bin Cheng  <bin.cheng@arm.com>
2545         * tree-ssa-loop-ivopts.c (record_sub_use): Don't reset ssa_name
2546         field in struct iv.
2548 2015-06-29  Jack Howarth  <howarth.at.gcc@gmail.com>
2550         PR target/66509
2551         * configure.ac: Fix filds and fildq test for 64-bit.
2552         * configure: Regenerated.
2554 2015-06-29  Nathan Sidwell  <nathan@codesourcery.com>
2556         * config/nvptx/nvptx.md (nvptx_reorg_subreg): New fn, broken out of ...
2557         (nvptx_reorg): Here.  Keep the non-subreg pieces.
2559 2015-06-29  H.J. Lu  <hongjiu.lu@intel.com>
2561         * config/gnu-user.h (GNU_USER_TARGET_ENDFILE_SPEC): Use
2562         PIE_SPEC and NO_PIE_SPEC if HAVE_LD_PIE is defined.
2564 2015-06-29  Uros Bizjak  <ubizjak@gmail.com>
2566         * config/i386/i386.md (*jcc_1): Use %! in asm template.
2567         Set attribute "length_nobnd" instead of "length".
2568         (*jcc_2): Ditto.
2569         (jump): Ditto.
2570         (*jcc_1_bnd, *jcc_2_bnd, jump_bnd): Remove insn patterns.
2572 2015-06-29  Sandra Loosemore  <sandra@codesourcery.com>
2574         * config/nios2/nios2.c (nios2_delegitimize_address): Make
2575         assert less restrictive.
2577 2015-06-29  Manuel López-Ibáñez  <manu@gcc.gnu.org>
2579         PR fortran/66605
2580         * cgraphunit.c (cgraph_node::finalize_function): Do not call
2581         do_warn_unused_parameter.
2582         * function.c (do_warn_unused_parameter): Move from here.
2583         * function.h (do_warn_unused_parameter): Do not declare.
2585 2015-06-29  Matthew Wahab  <matthew.wahab@arm.com>
2587         PR target/65697
2588         * gcc.target/arm/armv-sync-comp-swap.c: New.
2589         * gcc.target/arm/armv-sync-op-acquire.c: New.
2590         * gcc.target/arm/armv-sync-op-full.c: New.
2591         * gcc.target/arm/armv-sync-op-release.c: New.
2593 2015-06-29  Matthew Wahab  <matthew.wahab@arm.com>
2595         PR target/65697
2596         * config/armc/arm.c (arm_split_compare_and_swap): For ARMv8, replace an
2597         initial acquire barrier with final barrier.
2599 2015-06-29  Matthew Wahab  <matthew.wahab@arm.com>
2601         PR target/65697
2602         * config/armc/arm.c (arm_split_atomic_op): For ARMv8, replace an
2603         initial acquire barrier with final barrier.
2605 2015-06-29  Richard Henderson  <rth@redhat.com>
2607         * config/i386/constraints.md (Bf): New constraint.
2608         * config/i386/i386-c.c (ix86_target_macros): Define
2609         __GCC_ASM_FLAG_OUTPUTS__.
2610         * config/i386/i386.c (ix86_md_asm_adjust): Handle =@cc* constraints
2611         as flags outputs.
2612         * doc/extend.texi (FlagOutputOperands): Document them.
2614 2015-06-29  Jiong Wang  <jiong.wang@arm.com>
2616         * config/arch64/aarch64.md (UNSPEC_TLSLE): New enumeration.
2617         * config/arch64/aarch64.md (tlsle_small): Rename to tlsle and use new
2618         unspec name.
2619         (tlsle_small_<mode>): Rename to tlsle_<mode> and use new unspec name.
2620         * config/arch64/aarch64-protos.h (arch64_symbol_type): Rename
2621         SYMBOL_SMALL_TPREL to SYMBOL_TLSLE.
2622         (aarch64_symbol_context): Ditto.
2623         * config/aarch64/aarch64.c (aarch64_load_symref_appropriately): Ditto
2624         and use new pattern name.
2625         (aarch64_expand_mov_immediate): Ditto.
2626         (aarch64_print_operand): Ditto.
2627         (aarch64_classify_tls_symbol): Ditto.
2629 2015-06-29  Marek Polacek  <polacek@redhat.com>
2630             Marc Glisse  <marc.glisse@inria.fr>
2632         * fold-const.c (fold_binary_loc): Move X - (X / Y) * Y -> X % Y to ...
2633         * match.pd: ... pattern here.
2635 2015-06-29  Tom de Vries  <tom@codesourcery.com>
2637         * tree-parloops.c (try_transform_to_exit_first_loop_alt): Simplify
2638         function structure.
2640 2015-06-29  Matthew Wahab  <matthew.wahab@arm.com>
2642         * doc/invoke.texi (Aarch64 Options, -march): Split out arch and
2643         feature description, split out the native option, add a link to
2644         the feature documentation, rearrange and slightly rewrite text.
2645         (Aarch64 options, -mcpu): Likewise.
2646         (Aarch64 options, Feature Modifiers): Add an anchor.  Mention
2647         +rdma implies Adv. SIMD.
2649 2015-06-29  Marek Polacek  <polacek@redhat.com>
2651         PR c/66322
2652         * function.c (stack_protect_epilogue): Remove a cast to int.
2653         * doc/invoke.texi: Update -Wswitch-bool description.
2655 2015-06-29  Richard Biener  <rguenther@suse.de>
2657         * genmatch.c (add_operator): Treat ADDR_EXPR as atom.
2658         * fold-const.c (fold_binary_loc): Move &A - &B simplification
2659         via ptr_difference_const ...
2660         * match.pd: ... here.
2661         When matching (X ^ Y) == Y also match with swapped operands.
2663 2015-06-29  Richard Biener  <rguenther@suse.de>
2665         * lto-streamer.h (LTO_major_version): Bump to 5.
2667 2015-06-29  Richard Biener  <rguenther@suse.de>
2669         PR tree-optimization/66677
2670         * tree-vect-stmts.c (vect_transform_stmt): Make assert about
2671         STMT_VINFO_VEC_STMT clobbering less strict.
2673 2015-06-29  Kugan Vivekanandarajah  <kuganv@linaro.org>
2675         PR middle-end/64130
2676         * tree-vrp.c (extract_range_from_binary_expr_1): For unsigned
2677         division, compute max and min when value ranges for dividend and
2678         divisor are available.
2680 2015-06-28  Chung-Lin Tang <cltang@codesourcery.com>
2681             Sandra Loosemore <sandra@codesourcery.com>
2683         * regrename.h (regrename_do_replace): Change to return bool.
2684         * regrename.c (rename_chains): Check return value of
2685         regname_do_replace.
2686         (regrename_do_replace): Re-validate the modified insns and
2687         return bool status.
2688         * config/aarch64/cortex-a57-fma-steering.c (rename_single_chain):
2689         Update to match rename_chains changes.
2690         * config/c6x/c6x.c (try_rename_operands): Assert that
2691         regrename_do_replace returns true.
2693 2015-06-28  Uros Bizjak  <ubizjak@gmail.com>
2695         * config/i386/i386.md (<mode>_ldx): Do not zero-extend non-Pmode
2696         operand 2 here.  Use copy_addr_to_reg to copy non-index
2697         register operand 2 to a temporary.
2698         (<mode>_stx): Ditto for operand 1.
2699         (*<mode>_ldx, *<mode>_stx): Remove enclosing parallel.
2700         * config/i386/i386.c (ix86_load_bounds): Zero-extend non-Pmode ptr here.
2701         (ix86_store_bounds): Ditto.
2703 2015-06-27  Patrick Palka  <ppalka@gcc.gnu.org>
2705         * print-tree.c (print_node) [TREE_VEC]: Print its length.
2707 2015-06-26  Andrew MacLeod  <amacleod@redhat.com>
2709         * gimple.c (gimple_call_set_fndecl): Remove.
2710         * gimple.h (gimple_call_set_fndecl): Relocate to gimple.h and call
2711         build1_loc directly instead of build_fold_addr_expr_loc.
2713 2015-06-26  Richard Sandiford  <richard.sandiford@arm.com>
2715         * hash-map.h (hash_map::traverse): Use the definition of the
2716         Key typedef rather than the typedef itself.
2718 2015-06-26  Martin Jambor  <mjambor@suse.cz>
2720         PR debug/66301
2721         * tree-ssa-pre.c (before_dom_children): Check that dump_file is not
2722         NULL instead of calling dump_enabled_p.
2724 2015-06-26  James Greenhalgh  <james.greenhalgh@arm.com>
2726         * config/aarch64/aarch64.opt: (override): New.
2727         * doc/invoke.texi (override): Document.
2728         * config/aarch64/aarch64.c (aarch64_flag_desc): New
2729         (aarch64_fusible_pairs): Likewise.
2730         (aarch64_tuning_flags): Likewise.
2731         (aarch64_tuning_override_function): Likewise.
2732         (aarch64_tuning_override_functions): Likewise.
2733         (aarch64_parse_one_option_token): Likewise.
2734         (aarch64_parse_boolean_options): Likewise.
2735         (aarch64_parse_fuse_string): Likewise.
2736         (aarch64_parse_tune_string): Likewise.
2737         (aarch64_parse_one_override_token): Likewise.
2738         (aarch64_parse_override_string): Likewise.
2739         (aarch64_override_options): Parse the -override string if it
2740         is present.
2742 2015-06-26  James Greenhalgh  <james.greenhalgh@arm.com>
2744         * config/aarch64/aarch64-protos.h (tune_params): Remove
2745         const from members.
2746         (aarch64_tune_params): Remove const, change to no longer be
2747         a pointer.
2748         * config/aarch64/aarch64.c (aarch64_tune_params): Remove const,
2749         change to no longer be a pointer, initialize to generic_tunings.
2750         (aarch64_min_divisions_for_recip_mul): Change dereference of
2751         aarch64_tune_params to member access.
2752         (aarch64_reassociation_width): Likewise.
2753         (aarch64_rtx_mult_cost): Likewise.
2754         (aarch64_address_cost): Likewise.
2755         (aarch64_branch_cost): Likewise.
2756         (aarch64_rtx_costs): Likewise.
2757         (aarch64_register_move_cost): Likewise.
2758         (aarch64_memory_move_cost): Likewise.
2759         (aarch64_sched_issue_rate): Likewise.
2760         (aarch64_builtin_vectorization_cost): Likewise.
2761         (aarch64_override_options): Take a copy of the selected tuning
2762         struct in to aarch64_tune_params, rather than just setting
2763         a pointer, change dereferences of aarch64_tune_params to member
2764         accesses.
2765         (aarch64_override_options_after_change): Change dereferences of
2766         aarch64_tune_params to member access.
2767         (aarch64_macro_fusion_p): Likewise.
2768         (aarch_macro_fusion_pair_p): Likewise.
2769         * config/aarch64/cortex-a57-fma-steering.c (gate): Likewise.
2771 2015-06-26  James Greenhalgh  <james.greenhalgh@arm.com>
2773         * config/aarch64/aarch64.h (AARCH64_FL_USE_FMA_STEERING_PASS): Delete.
2774         (aarch64_tune_flags): Likewise.
2775         (AARCH64_TUNE_FMA_STEERING): Likewise.
2776         * config/aarch64/aarch64-cores.def (cortex-a57): Remove reference
2777         to AARCH64_FL_USE_FMA_STEERING_PASS.
2778         (cortex-a57.cortex-a53): Likewise.
2779         (cortex-a72): Use cortexa72_tunings.
2780         (cortex-a72.cortex-a53): Likewise.
2781         (exynos-m1): Likewise.
2782         * config/aarch64/aarch64-protos.h (tune_params): Add
2783         a field: extra_tuning_flags.
2784         * config/aarch64/aarch64-tuning-flags.def: New.
2785         * config/aarch64/aarch64-protos.h (AARCH64_EXTRA_TUNING_OPTION): New.
2786         (aarch64_extra_tuning_flags): Likewise.
2787         (aarch64_tune_params): Declare here.
2788         * config/aarch64/aarch64.c (generic_tunings): Set extra_tuning_flags.
2789         (cortexa53_tunings): Likewise.
2790         (cortexa57_tunings): Likewise.
2791         (thunderx_tunings): Likewise.
2792         (xgene1_tunings): Likewise.
2793         (cortexa72_tunings): New.
2794         * config/aarch64/cortex-a57-fma-steering.c: Include aarch64-protos.h.
2795          (gate): Check against aarch64_tune_params.
2796         * config/aarch64/t-aarch64 (cortex-a57-fma-steering.o): Depend on
2797         aarch64-protos.h.
2799 2015-06-26  James Greenhalgh  <james.greenhalgh@arm.com>
2801         * config/aarch64/aarch64-fusion-pairs.def: New.
2802         * config/aarch64/aarch64-protos.h (aarch64_fusion_pairs): New.
2803         * config/aarch64/aarch64.c (AARCH64_FUSE_NOTHING): Move to
2804         aarch64_fusion_pairs.
2805         (AARCH64_FUSE_MOV_MOVK): Likewise.
2806         (AARCH64_FUSE_ADRP_ADD): Likewise.
2807         (AARCH64_FUSE_MOVK_MOVK): Likewise.
2808         (AARCH64_FUSE_ADRP_LDR): Likewise.
2809         (AARCH64_FUSE_CMP_BRANCH): Likewise.
2811 2015-06-26  Jiong Wang  <jiong.wang@arm.com>
2813         * config/aarch64/aarch64-protos.h (aarch64_symbol_type): New type
2814         SYMBOL_SMALL_GOT_28K.
2815         * config/aarch64/aarch64.md: (ldr_got_small_<mode>): Support new GOT
2816         relocation modifiers.
2817         (unspec): New enum "UNSPEC_GOTMALLPIC28K.
2818         (ldr_got_small_28k_<mode>): New.
2819         (ldr_got_small_28k_sidi): New.
2820         * config/aarch64/iterators.md (got_modifier): New mode iterator.
2821         * config/aarch64/aarch64-otps.h (aarch64_code_model): New model.
2822         * config/aarch64/aarch64.c (aarch64_load_symref_appropriately): Support
2823         SYMBOL_SMALL_GOT_28K.
2824         (aarch64_rtx_costs): Add costs for new instruction sequences.
2825         (initialize_aarch64_code_model): Initialize new model.
2826         (aarch64_classify_symbol): Recognize new model and new symbol classification.
2827         (aarch64_asm_preferred_eh_data_format): Support new model.
2828         (aarch64_load_symref_appropriately): Generate new instruction
2829         sequences for -fpic.
2830         (TARGET_USE_PSEUDO_PIC_REG): New definition.
2831         (aarch64_use_pseudo_pic_reg): New function.
2833 2015-06-26  Jiong Wang  <jiong.wang@arm.com>
2835         * config/aarch64/aarch64-protos.h (aarch64_symbol_type): Rename
2836         SYMBOL_SMALL_GOT to SYMBOL_SMALL_GOT_4G.
2837         * config/aarch64/aarch64.c (aarch64_load_symref_appropriately): Ditto.
2838         (aarch64_expand_mov_immediate): Ditto.
2839         (aarch64_print_operand): Ditto.
2840         (aarch64_classify_symbol): Ditto.
2842 2015-06-26  Nathan Sidwell  <nathan@codesourcery.com>
2844         * config/nvptx/nvptx.md (call_operation): Remove unused variables.
2846 2015-06-26  Bin Cheng  <bin.cheng@arm.com>
2848         PR bootstrap/66638
2849         * tree-ssa-loop-niter.c (loop_exits_before_overflow): Skip if
2850         assertion failed.  Remove assertion itself.
2852 2015-06-26  Richard Biener  <rguenther@suse.de>
2854         * fold-const.c (fold_binary_loc): Remove -A CMP -B -> A CMP B
2855         and -A CMP CST -> A CMP -CST which is redundant with a pattern
2856         in match.pd.
2857         Move (A | C) == D where C & ~D != 0 -> 0, (X ^ Y) ==/!= 0 -> X ==/!= Y,
2858         (X ^ Y) ==/!= {Y,X} -> {X,Y} ==/!= 0 and
2859         (X ^ C1) op C2 -> X op (C1 ^ C2) to ...
2860         * match.pd: ... patterns here.
2862 2015-06-26  Marek Polacek  <polacek@redhat.com>
2864         * match.pd ((x | y) & ~(x & y) -> x ^ y,
2865         (x | y) & (~x ^ y) -> x & y): New patterns.
2867 2015-06-26  Richard Sandiford  <richard.sandiford@arm.com>
2869         * rtl.h (emit): Add an optional boolean parameter to control
2870         whether barriers are emitted.
2871         * emit-rtl.c (emit): Likewise.
2872         * gensupport.c (get_emit_function): Return null rather than "emit".
2873         * genemit.c (gen_emit_seq): Handle the null return value.
2874         Don't emit barriers after the final instruction in the sequence.
2875         * gentarget-def.c (main): Don't emit barriers after the instruction.
2877 2015-06-26  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
2879         * config/arm/arm.c (arm_output_multireg_pop): Fix use of
2880         TARGET_UNIFIED_ASM.
2882 2015-06-26  Richard Biener  <rguenther@suse.de>
2884         * match.pd: Allow associating FLOAT_TYPE_P when flag_associative_math.
2886 2015-06-26  Richard Biener  <rguenther@suse.de>
2888         * match.pd: Allow (p +p off1) +p off2 to (p +p (off1 + off2))
2889         irrespective on whether the inner operation has a single use
2890         of both off are constant.
2892 2015-06-26  Uros Bizjak  <ubizjak@gmail.com>
2893             Segher Boessenkool  <segher@kernel.crashing.org>
2895         PR target/66412
2896         * config/i386/i386.md (various splitters): Use shallow_copy_rtx
2897         before doing PUT_MODE or PUT_CODE on operands to avoid
2898         in-place RTX modification.
2900 2015-06-25  H.J. Lu  <hongjiu.lu@intel.com>
2902         * gentarget-def.c (def_target_insn): Cast return of strtol to
2903         unsigned int.
2905 2015-06-25  Andrew MacLeod  <amacleod@redhat.com>
2907         * gimple.h (gimple_call_set_fn): Move inline function.
2908         * gimple.c (gimple_call_set_fn): Relocate here.
2910 2015-06-25  Oleg Endo  <olegendo@gcc.gnu.org>
2912         PR target/65979
2913         PR target/66611
2914         * config/sh/sh.md (tstsi_t peephole2): Use insn_invalid_p to check if
2915         the replacement insn will work.
2917 2015-06-25  H.J. Lu  <hongjiu.lu@intel.com>
2919         * gcc.c (driver_handle_option): Validate -pie if PIE is enabled
2920         by default.
2922 2015-06-25  Andrew MacLeod  <amacleod@redhat.com>
2924         * function.h (ipa_opt_pass, ipa_opt_pass_d): Move forward declarations.
2925         * cgraph.h: Include ipa-ref.h and plugin-api.h.
2926         (ipa_opt_pass, ipa_opt_pass_d)): Relocate forward declarations here.
2927         (symtab_node::address_can_be_compared_p): Move function.
2928         * cgraph.c (symtab_node::address_can_be_compared_p): Relocate function
2929         definition here.
2930         * asan.c: Remove ipa-ref.h and plugin-api.h from include list.
2931         * auto-profile.c: Likewise.
2932         * bb-reorder.c: Likewise.
2933         * builtins.c: Likewise.
2934         * calls.c: Likewise.
2935         * cfgexpand.c: Likewise.
2936         * cgraphbuild.c: Likewise.
2937         * cgraphclones.c: Likewise.
2938         * cgraphunit.c: Likewise.
2939         * combine.c: Likewise.
2940         * coverage.c: Likewise.
2941         * data-streamer-in.c: Likewise.
2942         * data-streamer-out.c: Likewise.
2943         * data-streamer.c: Likewise.
2944         * dbxout.c: Likewise.
2945         * dwarf2out.c: Likewise.
2946         * except.c: Likewise.
2947         * expr.c: Likewise.
2948         * final.c: Likewise.
2949         * fold-const.c: Likewise.
2950         * ggc-page.c: Likewise.
2951         * gimple-fold.c: Likewise.
2952         * gimple-iterator.c: Likewise.
2953         * gimple-pretty-print.c: Likewise.
2954         * gimple-streamer-in.c: Likewise.
2955         * gimple-streamer-out.c: Likewise.
2956         * gimple.c: Likewise.
2957         * gimplify.c: Likewise.
2958         * ipa-chkp.c: Likewise.
2959         * ipa-comdats.c: Likewise.
2960         * ipa-cp.c: Likewise.
2961         * ipa-devirt.c: Likewise.
2962         * ipa-icf-gimple.c: Likewise.
2963         * ipa-icf.c: Likewise.
2964         * ipa-inline-analysis.c: Likewise.
2965         * ipa-inline-transform.c: Likewise.
2966         * ipa-inline.c: Likewise.
2967         * ipa-polymorphic-call.c: Likewise.
2968         * ipa-profile.c: Likewise.
2969         * ipa-prop.c: Likewise.
2970         * ipa-pure-const.c: Likewise.
2971         * ipa-ref.c: Likewise.
2972         * ipa-reference.c: Likewise.
2973         * ipa-split.c: Likewise.
2974         * ipa-utils.c: Likewise.
2975         * ipa-visibility.c: Likewise.
2976         * ipa.c: Likewise.
2977         * langhooks.c: Likewise.
2978         * lto-cgraph.c: Likewise.
2979         * lto-compress.c: Likewise.
2980         * lto-opts.c: Likewise.
2981         * lto-section-in.c: Likewise.
2982         * lto-section-out.c: Likewise.
2983         * lto-streamer-in.c: Likewise.
2984         * lto-streamer-out.c: Likewise.
2985         * lto-streamer.c: Likewise.
2986         * omp-low.c: Likewise.
2987         * opts-global.c: Likewise.
2988         * passes.c: Likewise.
2989         * predict.c: Likewise.
2990         * print-tree.c: Likewise.
2991         * profile.c: Likewise.
2992         * ree.c: Likewise.
2993         * sanopt.c: Likewise.
2994         * stor-layout.c: Likewise.
2995         * symtab.c: Likewise.
2996         * toplev.c: Likewise.
2997         * trans-mem.c: Likewise.
2998         * tree-cfg.c: Likewise.
2999         * tree-chkp.c: Likewise.
3000         * tree-eh.c: Likewise.
3001         * tree-emutls.c: Likewise.
3002         * tree-inline.c: Likewise.
3003         * tree-nested.c: Likewise.
3004         * tree-parloops.c: Likewise.
3005         * tree-pretty-print.c: Likewise.
3006         * tree-profile.c: Likewise.
3007         * tree-sra.c: Likewise.
3008         * tree-ssa-alias.c: Likewise.
3009         * tree-ssa-live.c: Likewise.
3010         * tree-ssa-loop-ivcanon.c: Likewise.
3011         * tree-ssa-loop-ivopts.c: Likewise.
3012         * tree-ssa-pre.c: Likewise.
3013         * tree-ssa-sccvn.c: Likewise.
3014         * tree-ssa-strlen.c: Likewise.
3015         * tree-ssa-structalias.c: Likewise.
3016         * tree-streamer-in.c: Likewise.
3017         * tree-streamer-out.c: Likewise.
3018         * tree-streamer.c: Likewise.
3019         * tree-switch-conversion.c: Likewise.
3020         * tree-tailcall.c: Likewise.
3021         * tree-vect-data-refs.c: Likewise.
3022         * tree-vect-stmts.c: Likewise.
3023         * tree-vectorizer.c: Likewise.
3024         * tree.c: Likewise.
3025         * tsan.c: Likewise.
3026         * ubsan.c: Likewise.
3027         * value-prof.c: Likewise.
3028         * varasm.c: Likewise.
3029         * varpool.c: Likewise.
3030         * config/arm/arm.c: Likewise.
3031         * config/bfin/bfin.c: Likewise.
3032         * config/c6x/c6x.c: Likewise.
3033         * config/cris/cris.c: Likewise.
3034         * config/darwin-c.c: Likewise.
3035         * config/darwin.c: Likewise.
3036         * config/i386/i386.c: Likewise.
3037         * config/i386/winnt.c: Likewise.
3038         * config/microblaze/microblaze.c: Likewise.
3039         * config/mips/mips.c: Likewise.
3040         * config/rs6000/rs6000.c: Likewise.
3041         * config/rx/rx.c: Likewise.
3042         * config/s390/s390.c: Likewise.
3043         * config/tilegx/mul-tables.c: Likewise.
3045 2015-06-25  Richard Sandiford  <richard.sandiford@arm.com>
3047         * config/aarch64/aarch64.c, config/alpha/alpha.c,
3048         config/arm/arm.c, config/avr/avr.c, config/bfin/bfin.c,
3049         config/c6x/c6x.c, config/cr16/cr16.c, config/cris/cris.c,
3050         config/fr30/fr30.c, config/frv/frv.c, config/h8300/h8300.c,
3051         config/i386/i386.c, config/ia64/ia64.c, config/iq2000/iq2000.c,
3052         config/lm32/lm32.c, config/m32c/m32c.c, config/m32r/m32r.c,
3053         config/m68k/m68k.c, config/mcore/mcore.c, config/mep/mep.c,
3054         config/microblaze/microblaze.c, config/mips/mips.c,
3055         config/mmix/mmix.c, config/mn10300/mn10300.c,
3056         config/moxie/moxie.c, config/msp430/msp430.c,
3057         config/nds32/nds32.c, config/nios2/nios2.c, config/nvptx/nvptx.c,
3058         config/pa/pa.c, config/pdp11/pdp11.c, config/rl78/rl78.c,
3059         config/rs6000/rs6000.c, config/rx/rx.c, config/s390/s390.c,
3060         config/sh/sh.c, config/sparc/sparc.c, config/spu/spu.c,
3061         config/stormy16/stormy16.c, config/tilegx/tilegx.c,
3062         config/tilepro/tilepro.c, config/v850/v850.c, config/vax/vax.c,
3063         config/visium/visium.c, config/xtensa/xtensa.c: Add comment above
3064         target-def.h include.
3065         * config/ft32/ft32.c: Likewise.  Fix misapplied hunk.
3067 2015-06-25  Richard Sandiford  <richard.sandiford@arm.com>
3069         * Makefile.in (TARGET_DEF): Add target-insns.def.
3070         (.PRECIOUS, simple_rtl_generated_h): Add insn-target-def.h.
3071         (build/gentarget-def.o): New rule.
3072         (genprogrtl): Add target-def.
3073         * target-insns.def, gentarget-def.c: New files.
3074         * target.def: Add targetm.have_* and targetm.gen_* hooks,
3075         based on the contents of target-insns.def.
3076         * defaults.h (HAVE_simple_return, gen_simple_return): Delete.
3077         (HAVE_return, gen_return): Delete.
3078         * target-def.h: Include insn-target-def.h.
3079         * cfgrtl.c (force_nonfallthru_and_redirect): Use targetm interface
3080         instead of direct calls.  Rely on them to do the appropriate assertions.
3081         * function.c (gen_return_pattern): Likewise.  Return an rtx_insn *.
3082         (convert_jumps_to_returns): Use targetm interface instead of
3083         direct calls.
3084         (thread_prologue_and_epilogue_insns): Likewise.
3085         * reorg.c (find_end_label, dbr_schedule): Likewise.
3086         * shrink-wrap.h (SHRINK_WRAPPING_ENABLED): Likewise.
3087         * shrink-wrap.c (convert_to_simple_return): Likewise.
3088         (try_shrink_wrapping): Use SHRINK_WRAPPING_ENABLED.
3090 2015-06-25  Richard Sandiford  <richard.sandiford@arm.com>
3092         * config/aarch64/aarch64.c, config/alpha/alpha.c, config/arm/arm.c,
3093         config/avr/avr.c, config/bfin/bfin.c, config/c6x/c6x.c,
3094         config/cr16/cr16.c, config/cris/cris.c, config/fr30/fr30.c,
3095         config/frv/frv.c, config/ft32/ft32.c, config/h8300/h8300.c,
3096         config/i386/i386.c, config/ia64/ia64.c, config/iq2000/iq2000.c,
3097         config/lm32/lm32.c, config/m32c/m32c.c, config/m32r/m32r.c,
3098         config/m68k/m68k.c, config/mcore/mcore.c, config/mep/mep.c,
3099         config/microblaze/microblaze.c, config/mips/mips.c, config/mmix/mmix.c,
3100         config/mn10300/mn10300.c, config/moxie/moxie.c, config/msp430/msp430.c,
3101         config/nds32/nds32.c, config/nios2/nios2.c, config/nvptx/nvptx.c,
3102         config/pa/pa.c, config/pdp11/pdp11.c, config/rl78/rl78.c,
3103         config/rs6000/rs6000.c, config/rx/rx.c, config/s390/s390.c,
3104         config/sh/sh.c, config/sparc/sparc.c, config/spu/spu.c,
3105         config/stormy16/stormy16.c, config/tilegx/tilegx.c,
3106         config/tilepro/tilepro.c, config/v850/v850.c, config/vax/vax.c,
3107         config/visium/visium.c, config/xtensa/xtensa.c: Move target-def.h
3108         includes to end.
3110 2015-06-25  Richard Sandiford  <richard.sandiford@arm.com>
3112         * hash-map-traits.h (simple_hashmap_traits::key_type): New typedef.
3113         (unbounded_int_hashmap_traits::key_type): Likewise.
3114         * hash-map.h (hash_map): Get the key type from the traits.
3115         * hash-traits.h (default_hash_traits): By default, inherit from the
3116         template parameter.
3117         * alias.c (alias_set_traits): Delete.
3118         (alias_set_entry_d::children): Use alias_set_hash as the first
3119         template parameter.
3120         (record_alias_subset): Update accordingly.
3121         * except.c (tree_hash_traits): Delete.
3122         (type_to_runtime_map): Use tree_hash as the first template parameter.
3123         (init_eh): Update accordingly.
3124         * genmatch.c (capture_id_map_hasher): Delete.
3125         (cid_map_t): Use nofree_string_hash as first template parameter.
3126         * ipa-icf.h (symbol_compare_hashmap_traits): Delete.
3127         * ipa-icf.c (sem_item_optimizer::subdivide_classes_by_sensitive_refs):
3128         Use symbol_compare_hash as the first template parameter in
3129         subdivide_hash_map.
3130         * mem-stats.h (mem_usage_pair::mem_alloc_hashmap_traits): Delete.
3131         (mem_usage_pair::mem_map_t): Use mem_location_hash as the first
3132         template parameter.
3133         * passes.c (pass_registry_hasher): Delete.
3134         (name_to_pass_map): Use nofree_string_hash as the first template
3135         parameter.
3136         (register_pass_name): Update accordingly.
3137         * sanopt.c (sanopt_tree_map_traits): Delete.
3138         (sanopt_tree_triplet_map_traits): Delete.
3139         (sanopt_ctx::asan_check_map): Use tree_operand_hash as the first
3140         template parameter.
3141         (sanopt_ctx::vptr_check_map): Use sanopt_tree_triplet_hash as
3142         the first template parameter.
3143         * sese.c (rename_map_hasher): Delete.
3144         (rename_map_type): Use tree_ssa_name_hash as the first template
3145         parameter.
3146         * symbol-summary.h (function_summary::summary_hashmap_traits): Delete.
3147         (function_summary::m_map): Use map_hash as the first template
3148         parameter.
3149         (function_summary::release): Update accordingly.
3150         * tree-if-conv.c (phi_args_hash_traits): Delete.
3151         (predicate_scalar_phi): Use tree_operand_hash as the first template
3152         parameter to phi_arg_map.
3153         * tree-inline.h (dependence_hasher): Delete.
3154         (copy_body_data::dependence_map): Use dependence_hash as the first
3155         template parameter.
3156         * tree-inline.c (remap_dependence_clique): Update accordingly.
3157         * tree-ssa-strlen.c (stridxlist_hash_traits): Delete.
3158         (decl_to_stridxlist_htab): Use tree_decl_hash as the first template
3159         parameter.
3160         (addr_stridxptr): Update accordingly.
3161         * value-prof.c (profile_id_traits): Delete.
3162         (cgraph_node_map): Use profile_id_hash as the first template
3163         parameter.
3164         (init_node_map): Update accordingly.
3165         * config/alpha/alpha.c (string_traits): Delete.
3166         (machine_function::links): Use nofree_string_hash as the first
3167         template parameter.
3168         (alpha_use_linkage, alpha_write_linkage): Update accordingly.
3169         * config/m32c/m32c.c (pragma_traits): Delete.
3170         (pragma_htab): Use nofree_string_hash as the first template parameter.
3171         (m32c_note_pragma_address): Update accordingly.
3172         * config/mep/mep.c (pragma_traits): Delete.
3173         (pragma_htab): Use nofree_string_hash as the first template parameter.
3174         (mep_note_pragma_flag): Update accordingly.
3175         * config/mips/mips.c (mips16_flip_traits): Delete.
3176         (mflip_mips16_htab): Use nofree_string_hash as the first template
3177         parameter.
3178         (mflip_mips16_use_mips16_p): Update accordingly.
3179         (local_alias_traits): Delete.
3180         (mips16_local_aliases): Use nofree_string_hash as the first template
3181         parameter.
3182         (mips16_local_alias): Update accordingly.
3184 2015-06-25  Richard Sandiford  <richard.sandiford@arm.com>
3186         * hash-map-traits.h (default_hashmap_traits): Delete.
3188 2015-06-25  Richard Sandiford  <richard.sandiford@arm.com>
3190         * hash-map-traits.h (unbounded_hashmap_traits): New class.
3191         (unbounded_int_hashmap_traits): Likewise.
3192         * cfgexpand.c (part_traits): Use unbounded_int_hashmap_traits.
3194 2015-06-25  Richard Sandiford  <richard.sandiford@arm.com>
3196         * ipa-icf.h (symbol_compare_hash): New class.
3197         (symbol_compare_hashmap_traits): Use it.
3198         * mem-stats.h (mem_alloc_description::mem_location_hash): New class.
3199         (mem_alloc_description::mem_alloc_hashmap_traits): Use it.
3200         (mem_alloc_description::reverse_mem_map_t): Remove redundant
3201         default_hashmap_traits.
3202         * sanopt.c (sanopt_tree_triplet_hash): New class.
3203         (sanopt_tree_triplet_map_traits): Use it.
3205 2015-06-25  Richard Sandiford  <richard.sandiford@arm.com>
3207         * gengtype-parse.c (require_template_declaration): Allow '+' in
3208         template parameters.  Consolidate cases.
3209         * hash-traits.h (int_hash): New class.
3210         * alias.c (alias_set_hash): New structure.
3211         (alias_set_traits): Use it.
3212         * symbol-summary.h (function_summary::map_hash): New class.
3213         (function_summary::summary_hashmap_traits): Use it.
3214         * tree-inline.h (dependence_hash): New class.
3215         (dependence_hasher): Use it.
3216         * tree-ssa-reassoc.c (oecount_hasher): Use int_hash.
3217         * value-prof.c (profile_id_hash): New class.
3218         (profile_id_traits): Use it.
3220 2015-06-25  Richard Sandiford  <richard.sandiford@arm.com>
3222         * config/mips/mips.c (mips16_flip_traits): Use it.
3223         (local_alias_traits, mips16_local_aliases): Convert from a map of
3224         rtxes to a map of symbol names.
3225         (mips16_local_alias): Update accordingly.
3227 2015-06-25  Richard Sandiford  <richard.sandiford@arm.com>
3229         * hash-traits.h (string_hash, nofree_string_hash): New classes.
3230         * genmatch.c (capture_id_map_hasher): Use nofree_string_hash.
3231         * passes.c (pass_registry_hasher): Likewise.
3232         * config/alpha/alpha.c (string_traits): Likewise.
3233         * config/i386/winnt.c (i386_find_on_wrapper_list): Likewise.
3234         * config/m32c/m32c.c (pragma_traits): Likewise.
3235         * config/mep/mep.c (pragma_traits): Likewise.
3237 2015-06-25  Richard Sandiford  <richard.sandiford@arm.com>
3239         * tree-hash-traits.h (tree_hash): New class.
3240         * except.c: Include tree-hash-traits.h.
3241         (tree_hash_traits): Use tree_hash.
3243 2015-06-25  Richard Sandiford  <richard.sandiford@arm.com>
3245         * tree-hash-traits.h (tree_ssa_name_hasher): New class.
3246         * sese.c: Include tree-hash-traits.h.
3247         (rename_map_hasher): Use tree_ssa_name_hasher.
3249 2015-06-25  Richard Sandiford  <richard.sandiford@arm.com>
3251         * tree-hash-traits.h (tree_decl_hash): New class.
3252         * tree-ssa-strlen.c: Include tree-hash-traits.h.
3253         (stridxlist_hash_traits): Use tree_decl_hash.
3255 2015-06-25  Richard Sandiford  <richard.sandiford@arm.com>
3257         * tree-hash-traits.h: New file.
3258         (tree_operand_hash): New class.
3259         * sanopt.c: Include tree-hash-traits.h.
3260         (sanopt_tree_map_traits): Use tree_operand_hash.
3261         * tree-if-conv.c: Include tree-hash-traits.h.
3262         (phi_args_hash_traits): Use tree_operand_hash.
3263         * tree-ssa-uncprop.c: Include tree-hash-traits.h.
3264         (val_ssa_equiv_hash_traits): Use tree_operand_hash.
3266 2015-06-25  Richard Sandiford  <richard.sandiford@arm.com>
3268         * hash-map-traits.h: Include hash-traits.h.
3269         (simple_hashmap_traits): New class.
3270         * mem-stats.h (hash_map): Change the default traits to
3271         simple_hashmap_traits<default_hash_traits<Key> >.
3273 2015-06-25  Richard Sandiford  <richard.sandiford@arm.com>
3275         * hash-table.h: Update comments.
3277 2015-06-25  Richard Sandiford  <richard.sandiford@arm.com>
3279         * hash-traits.h (default_hash_traits): New structure.
3280         * hash-set.h (default_hashset_traits): Delete.
3281         (hash_set): Use default_hash_traits<Key> instead of
3282         default_hashset_traits.  Delete hash_entry type and use Key directly.
3283         * ipa-devirt.c (pair_traits): Delete.
3284         (default_hash_traits <type_pair>): Override.
3285         (odr_subtypes_equivalent_p): Remove pair_types template parameter.
3286         (odr_types_equivalent_p, add_type_duplicate): Likewise.
3288 2015-06-25  Richard Sandiford  <richard.sandiford@arm.com>
3290         * hash-traits.h (typed_noop_remove): Don't require a pointer type.
3292 2015-06-25  Richard Sandiford  <richard.sandiford@arm.com>
3294         * hash-table.h (has_is_deleted, is_deleted_helper): Delete.
3295         (has_is_empty, is_empty_helper): Delete.
3296         (has_mark_deleted, mark_deleted_helper): Delete.
3297         (has_mark_empty, mark_empty_helper): Delete.
3298         (hash_table::is_deleted): Call the Descriptor unconditionally.
3299         (hash_table::is_empty): Likewise.
3300         (hash_table::mark_deleted): Likewise.
3301         (hash_table::mark_empty): Likewise.
3303 2015-06-25  Richard Sandiford  <richard.sandiford@arm.com>
3305         * cgraph.h (asmname_hasher): Inherit from ggc_ptr_hash.  Remove
3306         redundant typedefs and members.
3307         * coverage.c (counts_entry): Inherit from pointer_hash.  Remove
3308         redundant typedefs.
3309         * dwarf2out.c (cu_hash_table_entry_hasher): Likewise.
3310         * ipa-devirt.c (odr_name_hasher): Likewise.
3311         (polymorphic_call_target_hasher): Likewise.
3312         * ira-costs.c (cost_classes_hasher): Likewise.
3313         * statistics.c (stats_counter_hasher): Likewise.
3314         * trans-mem.c (log_entry_hasher): Likewise.
3315         * tree-ssa-dom.c (expr_elt_hasher): Likewise.
3316         * tree-ssa-sccvn.c (vn_phi_hasher, vn_reference_hasher): Likewise.
3317         * tree-ssa-tail-merge.c (same_succ_def): Likewise.
3318         * var-tracking.c (variable_hasher): Likewise.
3319         * valtrack.h (dead_debug_hash_descr): Inherit from free_ptr_hash.
3320         Remove redundant typedefs and members.
3322 2015-06-25  Richard Sandiford  <richard.sandiford@arm.com>
3324         * hash-traits.h (ggc_cache_hasher): Rename to...
3325         (ggc_cache_remove): ...this and remove typedefs.
3326         (ggc_cache_ptr_hash): New class.
3327         * hash-table.h: Update commentary.
3328         * emit-rtl.c (const_int_hasher): Inherit from ggc_cache_ptr_hash
3329         rather than ggc_cache_hasher.
3330         (const_wide_int_hasher, reg_attr_hasher): Likewise.
3331         (const_double_hasher, const_fixed_hasher): Likewise.
3332         * function.c (insn_cache_hasher): Likewise.
3333         * trans-mem.c (tm_wrapper_hasher): Likewise.
3334         * tree.h (tree_decl_map_cache_hasher): Likewise.
3335         * tree.c (type_cache_hasher, int_cst_hasher): Likewise.
3336         (cl_option_hasher, tree_vec_map_cache_hasher): Likewise.
3337         * ubsan.c (tree_type_map_cache_hasher): Likewise.
3338         * varasm.c (tm_clone_hasher): Likewise.
3339         * config/i386/i386.c (dllimport_hasher): Likewise.
3340         * config/nvptx/nvptx.c (declared_libfunc_hasher): Likewise.
3341         (tree_hasher): Likewise.
3343 2015-06-25  Richard Sandiford  <richard.sandiford@arm.com>
3345         * hash-traits.h (ggc_hasher): Rename to...
3346         (ggc_remover): ...this and remove typedefs.
3347         (ggc_cache_hasher): Update accordingly.  Add typedefs.
3348         (ggc_ptr_hash): New class.
3349         * hash-table.h: Update comment.
3350         * cfgloop.h (loop_exit_hasher): Inherit from ggc_ptr_hash rather than
3351         ggc_hasher.
3352         * cgraph.h (section_name_hasher, cgraph_edge_hasher): Likewise.
3353         (tree_descriptor_hasher): Likewise.
3354         * cgraph.c (function_version_hasher): Likewise.
3355         * dwarf2out.c (indirect_string_hasher, dwarf_file_hasher): Likewise.
3356         (decl_die_hasher, block_die_hasher, decl_loc_hasher): Likewise.
3357         (dw_loc_list_hasher, addr_hasher): Likewise.
3358         * function.h (used_type_hasher): Likewise.
3359         * function.c (temp_address_hasher): Likewise.
3360         * gimple-ssa.h (tm_restart_hasher, ssa_name_hasher): Likewise.
3361         * libfuncs.h (libfunc_hasher): Likewise.
3362         * lto-streamer.h (decl_state_hasher): Likewise.
3363         * optabs.c (libfunc_decl_hasher): Likewise.
3364         * tree-scalar-evolution.c (scev_info_hasher): Likewise.
3365         * varasm.c (section_hasher, object_block_hasher): Likewise.
3366         (const_rtx_desc_hasher): Likewise.
3367         * config/darwin.c (indirection_hasher, cfstring_hasher): Likewise.
3368         * config/rs6000/rs6000.c (toc_hasher, builtin_hasher): Likewise.
3370 2015-06-25  Richard Sandiford  <richard.sandiford@arm.com>
3372         * hash-traits.h (free_ptr_hash): New class.
3373         * dwarf2out.c (decl_table_entry_hasher): Inherit from free_ptr_hash
3374         rather than typed_free_remove.  Remove redudant typedefs.
3375         (external_ref_hasher): Likewise.
3376         * except.c (action_record_hasher, ttypes_filter_hasher): Likewise.
3377         (ehspec_hasher): Likewise.
3378         * ggc-common.c (saving_hasher): Likewise.
3379         * gimplify.c (gimplify_hasher): Likewise.
3380         * haifa-sched.c (delay_i2_hasher): Likewise.
3381         * loop-invariant.c (invariant_expr_hasher): Likewise.
3382         * loop-iv.c (biv_entry_hasher): Likewise.
3383         * loop-unroll.c (iv_split_hasher, var_expand_hasher): Likewise.
3384         * trans-mem.c (tm_mem_map_hasher, tm_memop_hasher): Likewise.
3385         * tree-cfg.c (locus_discrim_hasher): Likewise.
3386         * tree-eh.c (finally_tree_hasher): Likewise.
3387         * tree-into-ssa.c (var_info_hasher): Likewise.
3388         * tree-parloops.c (reduction_hasher, name_to_copy_hasher): Likewise.
3389         * tree-ssa-loop-ivopts.c (iv_inv_expr_hasher): Likewise.
3390         * tree-ssa-phiopt.c (ssa_names_hasher): Likewise.
3391         * tree-ssa-pre.c (expr_pred_trans_d): Likewise.
3392         * tree-ssa-sccvn.c (vn_constant_hasher): Likewise.
3393         * tree-ssa-structalias.c (equiv_class_hasher): Likewise.
3394         (shared_bitmap_hasher): Likewise.
3395         * tree-ssa-threadupdate.c (redirection_data): Likewise.
3396         * tree-vectorizer.h (peel_info_hasher): Likewise.
3397         * tree-vectorizer.c (simduid_to_vf, simd_array_to_simduid): Likewise.
3398         * config/mips/mips.c (mips_lo_sum_offset_hasher): Likewise.
3400 2015-06-25  Richard Sandiford  <richard.sandiford@arm.com>
3402         * hash-table.h: Update comments.
3403         * hash-traits.h (pointer_hash): Don't inherit from typed_noop_remove.
3404         (nofree_ptr_hash): New class.
3405         * asan.c (asan_mem_ref_hasher): Inherit from nofree_ptr_hash rather
3406         than typed_noop_remove.  Remove redudant typedefs.
3407         * attribs.c (attribute_hasher): Likewise.
3408         * cfg.c (bb_copy_hasher): Likewise.
3409         * cselib.c (cselib_hasher): Likewise.
3410         * dse.c (invariant_group_base_hasher): Likewise.
3411         * dwarf2cfi.c (trace_info_hasher): Likewise.
3412         * dwarf2out.c (macinfo_entry_hasher): Likewise.
3413         (comdat_type_hasher, loc_list_hasher): Likewise.
3414         * gcse.c (pre_ldst_expr_hasher): Likewise.
3415         * genmatch.c (id_base): Likewise.
3416         * genrecog.c (test_pattern_hasher): Likewise.
3417         * gimple-ssa-strength-reduction.c (cand_chain_hasher): Likewise.
3418         * haifa-sched.c (delay_i1_hasher): Likewise.
3419         * hard-reg-set.h (simplifiable_subregs_hasher): Likewise.
3420         * ipa-icf.h (congruence_class_group_hash): Likewise.
3421         * ipa-profile.c (histogram_hash): Likewise.
3422         * ira-color.c (allocno_hard_regs_hasher): Likewise.
3423         * lto-streamer.h (string_slot_hasher): Likewise.
3424         * lto-streamer.c (tree_entry_hasher): Likewise.
3425         * plugin.c (event_hasher): Likewise.
3426         * postreload-gcse.c (expr_hasher): Likewise.
3427         * store-motion.c (st_expr_hasher): Likewise.
3428         * tree-sra.c (uid_decl_hasher): Likewise.
3429         * tree-ssa-coalesce.c (coalesce_pair_hasher): Likewise.
3430         (ssa_name_var_hash): Likewise.
3431         * tree-ssa-live.c (tree_int_map_hasher): Likewise.
3432         * tree-ssa-loop-im.c (mem_ref_hasher): Likewise.
3433         * tree-ssa-pre.c (pre_expr_d): Likewise.
3434         * tree-ssa-sccvn.c (vn_nary_op_hasher): Likewise.
3435         * vtable-verify.h (registration_hasher): Likewise.
3436         * vtable-verify.c (vtbl_map_hasher): Likewise.
3437         * config/arm/arm.c (libcall_hasher): Likewise.
3438         * config/i386/winnt.c (wrapped_symbol_hasher): Likewise.
3439         * config/ia64/ia64.c (bundle_state_hasher): Likewise.
3440         * config/sol2.c (comdat_entry_hasher): Likewise.
3441         * fold-const.c (fold): Use nofree_ptr_hash instead of pointer_hash.
3442         (print_fold_checksum, fold_checksum_tree): Likewise.
3443         (debug_fold_checksum, fold_build1_stat_loc): Likewise.
3444         (fold_build2_stat_loc, fold_build3_stat_loc): Likewise.
3445         (fold_build_call_array_loc): Likewise.
3446         * tree-ssa-ccp.c (gimple_htab): Likewise.
3447         * tree-browser.c (tree_upper_hasher): Inherit from nofree_ptr_hash
3448         rather than pointer_type.
3450 2015-06-25  Richard Sandiford  <richard.sandiford@arm.com>
3452         * hash-traits.h (pointer_hash::mark_deleted, pointer_hash::mark_empty)
3453         (pointer_hash::is_deleted, pointer_hash::is_empty): New functions.
3455 2015-06-25  Richard Sandiford  <richard.sandiford@arm.com>
3457         * hash-traits.h (ggc_hasher::remove): Take a reference parameter.
3458         (ggc_hasher::ggc_mx): Likewise.
3459         (ggc_cache_hasher): Inherit from ggc_hasher.  Remove definitions
3460         that duplicate ggc_hasher ones.
3462 2015-06-25  Richard Sandiford  <richard.sandiford@arm.com>
3464         * hash-table.h (hash_table): Add gt_cleare_cache as a friend.
3465         (gt_cleare_cache): Check here for deleted and empty entries.
3466         Replace handle_cache_entry with a call to keep_cache_entry.
3467         * hash-traits.h (ggc_cache_hasher::handle_cache_entry): Delete.
3468         (ggc_cache_hasher::keep_cache_entry): New function.
3469         * trans-mem.c (tm_wrapper_hasher::handle_cache_entry): Delete.
3470         (tm_wrapper_hasher::keep_cache_entry): New function.
3471         * tree.h (tree_decl_map_cache_hasher::handle_cache_entry): Delete.
3472         (tree_vec_map_cache_hasher::keep_cache_entry): New function.
3473         * tree.c (type_cache_hasher::handle_cache_entry): Delete.
3474         (type_cache_hasher::keep_cache_entry): New function.
3475         (tree_vec_map_cache_hasher::handle_cache_entry): Delete.
3476         (tree_vec_map_cache_hasher::keep_cache_entry): New function.
3477         * ubsan.c (tree_type_map_cache_hasher::handle_cache_entry): Delete.
3478         (tree_type_map_cache_hasher::keep_cache_entry): New function.
3479         * varasm.c (tm_clone_hasher::handle_cache_entry): Delete.
3480         (tm_clone_hasher::keep_cache_entry): New function.
3481         * config/i386/i386.c (dllimport_hasher::handle_cache_entry): Delete.
3482         (dllimport_hasher::keep_cache_entry): New function.
3484 2015-06-25  Richard Sandiford  <richard.sandiford@arm.com>
3486         * hash-table.h: Include hash-traits.h.
3487         (typed_free_remove, typed_noop_remove, pointer_hash, ggc_hasher)
3488         (ggc_cache_hasher): Move to...
3489         * hash-traits.h: ...this new file.
3491 2015-06-25  Andrew MacLeod  <amacleod@redhat.com>
3493         * tree-core.h (struct tree_optimization_option): Make opts a pointer to
3494         struct cl_optimization.
3495         * tree.h (TREE_OPTIMIZATION): Return the pointer, not the address of it.
3496         * tree.c (make_node_stat): Allocate cl_optimization struct.
3497         (copy_node_stat): Allocate and copy cl_optimization struct.
3499 2015-06-25  Andrew MacLeod  <amacleod@redhat.com>
3501         * function.h (struct incoming_args): Move struct.
3502         (pass_by_reference, reference_callee_copied): Remove prototypes.
3503         * emit-rtl.h (struct incoming_args): Relocate struct here.
3504         * calls.h (pass_by_reference, reference_callee_copied): Relocate
3505         prototypes here.
3506         * function.c (pass_by_reference, reference_callee_copied): Move.
3507         * calls.c (pass_by_reference, reference_callee_copied): Relocate here.
3508         * cfgloop.h: Don't include tm.h or hard-reg-set.h.
3509         * ipa-chkp.c: Include calls.h.
3511 2015-06-25  Andrew Macleod  <amacleod@redhat.com>
3513         * alias.h (alias_set_type): Move typedef.
3514         * coretypes.h (alias_set_type): Relocate typedef here.
3515         * rtl.h: Don't include alias.h.
3517 2015-06-25  Andrew MacLeod  <amacleod@redhat.com>
3519         * cgraph.h (cgraph_rtl_info): Move to rtl.h
3520         (cgraph_node): Maintain pointer to struct cgraph_rtl_info instead of
3521         and instance.
3522         * rtl.h (struct cgraph_rtl_info): Define when HARD_REG_SET available.
3523         * cgraph.c (cgraph_node::rtl_info): Allocate cgraph_rtl_info if one
3524         doesn't exist.
3525         * calls.c: Include hard-reg-set.h before rtl.h.
3526         * ira.c: Likewise.
3528 2015-06-25  Zhouyi Zhou  <yizhouzhou@ict.ac.cn>
3529             Vladimir Makarov  <vmakarov@redhat.com>
3531         * ira-color.c (assign_hard_reg): Remove unecessary bitmap check.
3532         Add assert.
3534 2015-06-25  Richard Biener  <rguenther@suse.de>
3536         * fold-const.c (fold_binary_loc): Move simplification of
3537         (X <<>> C1) & C2 ...
3538         * match.pd: ... here.
3540 2015-06-25  Eric Botcazou  <ebotcazou@adacore.com>
3542         * lto-streamer-out.c (DFS::hash_scc): Fix typos & formatting glitches.
3544 2015-06-25  Richard Sandiford  <richard.sandiford@arm.com>
3546         * match.pd: Add patterns for vec_conds between 1 and 0.
3548 2015-06-25  Richard Biener  <rguenther@suse.de>
3550         * tree-vect-stmts.c (vectorizable_conversion): Do not set
3551         STMT_VINFO_VEC_STMT for SLP.
3552         (vectorizable_store): Likewise.
3553         (vectorizable_load): Likewise.
3554         (vect_transform_stmt): Catch SLP vectorization clobbering
3555         STMT_VINFO_VEC_STMT.
3557 2015-06-25  Richard Biener  <rguenther@suse.de>
3559         * tree-vect-slp.c (vect_detect_hybrid_slp_stmts): Improve debug
3560         dumping.
3561         (vect_create_mask_and_perm): Do not set STMT_VINFO_VEC_STMT and
3562         cleanup resulting dead code and parameters.
3563         (vect_transform_slp_perm_load): Adjust.
3565 2015-06-25  Nick Clifton  <nickc@redhat.com>
3567         * config/bfin/bfin.c (bfin_expand_prologue): Set
3568         current_function_static_stack_size if flag_stack_usage_info is set.
3569         * config/ft32/ft32.c (ft32_expand_prologue): Likewise.
3570         * config/h8300/h8300.c (h8300_expand_prologue): Likewise.
3571         * config/iq2000/iq2000.c (iq2000_expand_prologue): Likewise.
3572         * config/m32c/m32c.c (m32c_emit_prologue): Likewise.
3574 2015-06-25  Tom de Vries  <tom@codesourcery.com>
3576         * tree-ssa-loop-manip.c (canonicalize_loop_ivs): Don't claim in header
3577         comment that the generated IV is unsigned.
3579 2015-06-25  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
3581         PR target/29693
3582         * config/arm/arm.c (arm_dbx_register_number): Return
3583         DWARF_FRAME_REGISTERS by default.
3585 2015-06-25  Tom de Vries  <tom@codesourcery.com>
3587         * dominance.c (calculate_dominance_info): Fix verify_dominators call
3588         argument.  Call verify_dominator when reusing dominator info.
3590 2015-06-24  Kaz Kojima  <kkojima@gcc.gnu.org>
3592         PR target/66563
3593         * config/sh/sh.md (GOTaddr2picreg): Add a new operand for
3594         an additional element of the unspec vector.  Modify indices
3595         of operands.
3596         (builtin_setjmp_receiver): Pass const0_rtx to gen_GOTaddr2picreg.
3597         * config/sh/sh.c (prepare_move_operands): Pass incremented
3598         const_int to gen_GOTaddr2picreg.
3599         (sh_expand_prologue): Pass const0_rtx to gen_GOTaddr2picreg.
3601 2015-06-24  Alan Lawrence  <alan.lawrence@arm.com>
3603         * config/aarch64/aarch64.md (<optab><fcvt_target><GPF:mode>2):
3604         Condition on TARGET_FLOAT.
3606 2015-06-24  Alan Lawrence  <alan.lawrence@arm.com>
3608         * doc/invoke.texi: Clarify AArch64 feature modifiers (no)fp, (no)simd
3609         and (no)crypto.
3611 2015-06-24  Alan Lawrence  <alan.lawrence@arm.com>
3613         * config/aarch64/aarch64-protos.h (aarch64_err_no_fpadvsimd): New.
3615         * config/aarch64/aarch64.md (mov<mode>/GPF, movtf): Use
3616         aarch64_err_no_fpadvsimd.
3618         * config/aarch64/aarch64.c (aarch64_err_no_fpadvsimd): New.
3619         (aarch64_layout_arg, aarch64_init_cumulative_args): Use
3620         aarch64_err_no_fpadvsimd if !TARGET_FLOAT and we need FP regs.
3621         (aarch64_expand_builtin_va_start, aarch64_setup_incoming_varargs):
3622         Turn error into assert, test TARGET_FLOAT.
3623         (aarch64_gimplify_va_arg_expr): Use aarch64_err_no_fpadvsimd, test
3624         TARGET_FLOAT.
3626 2015-06-24  Aldy Hernandez  <aldyh@redhat.com>
3628         PR debug/66482
3629         * dwarf2out.c (gen_formal_parameter_die): Remove assert.
3631 2015-06-24  Ilya Enkovich  <enkovich.gnu@gmail.com>
3633         * tree-vect-slp.c (vect_build_slp_tree_1): Init vectype.
3635 2015-06-24 Renlin Li <renlin.li@arm.com>
3637         * config/aarch64/aarch64.h(TARGET_CPU_CPP_BUILTINS): Add
3638         __ARM_ALIGN_MAX_PWR, __ARM_ALIGN_MAX_STACK_PWR.
3640 2015-06-24  Richard Biener  <rguenther@suse.de>
3642         * genmatch.c (enum tree_code): Add VIEW_CONVERT[012].
3643         (main): Likewise.
3644         (lower_opt_convert): Support lowering of conditional view_convert.
3645         (parser::parse_operation): Likewise.
3646         (parser::parse_for): Likewise.
3648 2015-06-24  Renlin Li  <renlin.li@arm.com>
3650         * varasm.c (emit_local): Use unsigned int for align variable.
3652 2015-06-24  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
3654         PR target/63408
3655         * config/arm/arm.c (vfp3_const_double_for_fract_bits): Disable
3656         for negative numbers.
3658 2015-06-24  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
3660         PR rtl-optimization/66306
3661         * reload.c (find_reloads): Swap the match_dup info for
3662         commutative operands.
3664 2015-06-24  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
3666         * config/s390/vx-builtins.md
3667         ("vec_scatter_element<mode>_<non_vec_int>")
3668         ("vec_scatter_element<V_HW_64:mode>_SI"): Replace gf mode
3669         attribute with bhfgq.
3671 2015-06-24  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
3673         * config/s390/s390-builtins.def: Fix vpopct instruction comments.
3675 2015-06-24  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
3677         * config/s390/s390-builtin-types.def: Add flag to indicate the
3678         options under which the function type is needed.
3679         * config/s390/s390-builtins.def: Add flag to indicate the options
3680         under which the builtin is enabled.
3681         * config/s390/s390-builtins.h: Add flags parameter to macro
3682         definitions.
3683         (bflags_for_builtin): New function.
3684         (flags_for_builtin): Renamed to ...
3685         (opflags_for_builtin): ... this.
3686         * config/s390/s390-c.c (s390_resolve_overloaded_builtin): Rename
3687         flags_for_builtin to bflags_for_builtin and
3688         flags_overloaded_builtin_var to opflags_overloaded_builtin_var.
3689         * config/s390/s390.c: Add initialization of bflags_builtin and
3690         opflags_builtin arrays.
3691         Remove code for flags_builtin.
3692         (s390_init_builtins): Only create builtin function types if one of
3693         their flags is active.
3694         Only create builtins if all of their flags are active.
3695         (s390_expand_builtin): Rename flags_for_builtin to
3696         opflags_for_builtin.
3698 2015-06-24  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
3700         * config/s390/vecintrin.h: Remove internal builtins.
3702 2015-06-24  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
3704         * config/s390/s390.c (s390_secondary_reload): Fix check for
3705         GENERAL_REGS register class.
3707 2015-06-24  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
3709         * config/s390/s390.c (s390_support_vector_misalignment): Call
3710         default implementation for !TARGET_VX.
3712 2015-06-24  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
3714         * config/s390/s390.c (s390_legitimate_constant_p): Add
3715         TARGET_VX check.
3717 2015-06-24  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
3719         * config/s390/s390.c (s390_vector_abi): New variable definition.
3720         (s390_check_type_for_vector_abi): New function.
3721         (TARGET_ASM_FILE_END): New macro definition.
3722         (s390_asm_file_end): New function.
3723         (s390_function_arg): Call s390_check_type_for_vector_abi.
3724         (s390_gimplify_va_arg): Likewise.
3725         * configure: Regenerate.
3726         * configure.ac: Check for .gnu_attribute Binutils feature.
3728 2015-06-23  Chen Gang  <gang.chen.5i5j@gmail.com>
3730         PR target/65803
3731         * config/bfin/bfin.c (hwloop_optimize): Initialize
3732         JUMP_LABEL for newly created jump.
3734 2015-06-23  Tristan Gingold  <gingold@adacore.com>
3736         * collect-utils.c (collect_wait): Unlink the response file here
3737         instead of...
3738         (do_wait): ...here.
3739         (utils_cleanup): ...and here.
3741 2015-06-23  Richard Sandiford  <richard.sandiford@arm.com>
3743         * df-scan.c: Don't include target-def.h.
3744         * targhooks.c: Likewise.
3745         * config/arm/arm-c.c: Likewise.
3746         * config/i386/i386-c.c: Likewise.
3747         * config/nds32/nds32-cost.c: Likewise.
3748         * config/nds32/nds32-fp-as-gp.c: Likewise.
3749         * config/nds32/nds32-intrinsic.c: Likewise.
3750         * config/nds32/nds32-isr.c: Likewise.
3751         * config/nds32/nds32-md-auxiliary.c: Likewise.
3752         * config/nds32/nds32-memory-manipulation.c: Likewise.
3753         * config/nds32/nds32-pipelines-auxiliary.c: Likewise.
3754         * config/nds32/nds32-predicates.c: Likewise.
3756 2015-06-23  Richard Biener  <rguenther@suse.de>
3758         PR tree-optimization/66636
3759         * tree-vect-stmts.c (vectorizable_store): Properly compute the
3760         def type for further defs for strided stores.
3762 2015-06-23  Nathan Sidwell  <nathan@codesourcery.com>
3764         * config/nvptx/nvptx.md (sel_true<mode>, sel_false<mode>): New
3765         conditional selects.
3766         (setcc_int<mode>, setcc_float<mode>): Reformat.
3768 2015-06-23  Marek Polacek  <polacek@redhat.com>
3770         * match.pd ((x + y) - (x | y) -> x & y,
3771         (x + y) - (x & y) -> x | y): New patterns.
3773 2015-06-23  Ludovic Courtès  <ludo@gnu.org>
3775         PR 65711
3776         * config/arm/linux-elf.h (LINUX_TARGET_LINK_SPEC): Move
3777         '-dynamic-linker' within %{!shared: ...}.
3779 2015-06-23  Uros Bizjak  <ubizjak@gmail.com>
3781         PR target/66560
3782         * config/i386/predicates.md (addsub_vm_operator): New predicate.
3783         (addsub_vs_operator): Ditto.
3784         (addsub_vs_parallel): Ditto.
3785         * config/i386/sse.md (ssedoublemode): Add V4SF and V2DF modes.
3786         (avx_addsubv4df3, avx_addsubv8sf3, sse3_addsubv2df3, sse3_addsubv4sf3):
3787         Put minus RTX before plus and adjust vec_merge selector.
3788         (*avx_addsubv4df3_1, *avx_addsubv4df3_1s, *sse3_addsubv2df3_1)
3789         (*sse_addsubv2df3_1s, *avx_addsubv8sf3_1, *avx_addsubv8sf3_1s)
3790         (*sse3_addsubv4sf3_1, *sse_addsubv4sf3_1s): Remove insn patterns.
3791         (addsub vec_merge splitters): New combiner splitters.
3792         (addsub vec_select/vec_concat splitters): Ditto.
3794 2015-06-23  Bin Cheng  <bin.cheng@arm.com>
3796         PR tree-optimization/66449
3797         * tree-ssa-loop-niter.c (loop_exits_before_overflow): Use
3798         POINTER_PLUS_EXPR for pointers.
3800 2015-06-23  Alan Modra  <amodra@gmail.com>
3802         * rtlanal.c (commutative_operand_precedence): Correct comments.
3803         * simplify-rtx.c (simplify_plus_minus_op_data_cmp): Delete forward
3804         declaration.  Return an int.  Distinguish REG,REG return from
3805         others.
3806         (struct simplify_plus_minus_op_data): Make local to function.
3807         (simplify_plus_minus): Don't set canonicalized if merely sorting
3808         registers.  Avoid packing ops if nothing changes.  White space fixes.
3810 2015-06-22  Pierre-Marie de Rodat  <derodat@adacore.com>
3812         * gcc.c (default_compilers): Pass "-o %g.s" to cc1 for headers even if
3813         -fdump-ada-spec is passed but not if -fsyntax-only is.
3815 2015-06-22  Vladimir Makarov  <vmakarov@redhat.com>
3817         PR bootstrap/63740
3818         * lra-lives.c (process_bb_lives): Check insn copying the same
3819         reload pseudo and don't create a copy for it.
3821 2015-06-22  Tom de Vries  <tom@codesourcery.com>
3823         * tree-parloops.c (transform_to_exit_first_loop_alt): Add update_stmt
3824         for cond_stmt.
3826 2015-06-22  Tom de Vries  <tom@codesourcery.com>
3828         * builtins.def (DEF_GOMP_BUILTIN): Test
3829         'flag_tree_parallelize_loops > 1' instead of
3830         'flag_tree_parallelize_loops'.  Test flag_cilkplus.
3832 2015-06-22  Tom de Vries  <tom@codesourcery.com>
3834         * dominance.c (calculate_dominance_info): Verify dominators if
3835         early-out.
3837 2015-06-22  Marek Polacek  <polacek@redhat.com>
3839         * match.pd ((x ^ y) ^ (x | y) -> x & y,
3840         (x & y) + (x ^ y) -> x | y, (x & y) | (x ^ y) -> x | y,
3841         (x & y) ^ (x ^ y) -> x | y, (x & y) + (x | y) -> x + y,
3842         (x | y) - (x ^ y) -> x & y, (x | y) - (x & y) -> x ^ y): New patterns.
3844 2015-06-22  Uros Bizjak  <ubizjak@gmail.com>
3846         PR target/65871
3847         * config/i386/i386.c (ix86_rtx_costs) <case COMPARE>: Ignore the
3848         cost of embedded comparison.
3850 2015-06-22  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
3852         PR target/65914
3853         * config/rs6000/predicates.md (altivec_register_operand): Permit
3854         virtual stack registers.
3855         (vsx_register_operand): Likewise.
3856         (vfloat_operand): Likewise.
3857         (vint_operand): Likewise.
3858         (vlogical_operand): Likewise.
3860 2015-06-22  Richard Biener  <rguenther@suse.de>
3862         * tree-vectorizer.h (_loop_vec_info): Add scalar_cost_vec
3863         and single_scalar_iteration_cost members.
3864         (LOOP_VINFO_SCALAR_ITERATION_COST): New.
3865         (LOOP_VINFO_SINGLE_SCALAR_ITERATION_COST): Likewise.
3866         (vect_get_single_scalar_iteration_cost): Remove.
3867         * tree-vect-data-refs.c (vect_peeling_hash_get_lowest_cost):
3868         Use LOOP_VINFO_SCALAR_ITERATION_COST.
3869         * tree-vect-loop.c (destroy_loop_vec_info): Free
3870         scalar_cost_vec.
3871         (vect_get_single_scalar_iteration_cost): Compute result into
3872         LOOP_VINFO_SINGLE_SCALAR_ITERATION_COST and
3873         LOOP_VINFO_SCALAR_ITERATION_COST.  Make static.
3874         (vect_analyze_loop_2): Call vect_get_single_scalar_iteration_cost.
3875         (vect_estimate_min_profitable_iters): Use them.
3877 2015-06-22  Christian Bruel  <christian.bruel@st.com>
3879         PR target/52144
3880         * config/arm/arm.c (add_attribute, arm_insert_attributes): New functions
3881         (TARGET_INSERT_ATTRIBUTES): Define.
3882         (thumb_flipper): New var.
3883         * config/arm/arm.opt (-mflip-thumb): New switch.
3885 2015-06-22  Jan Hubicka  <hubicka@ucw.cz>
3886             Martin Liska  <mliska@suse.cz>
3888         PR ipa/65908
3889         * ipa-icf.c (sem_item::target_supports_symbol_aliases): Remove
3890         construction of arg_types.
3891         (sem_function::sem_function): Likewise.
3892         (sem_function::~sem_function): Remove destruction of arg_types.
3893         (sem_function::compatible_parm_types_p): New function.
3894         (sem_function::equals_wpa): Reorg matching of return values
3895         and parameter types.
3896         (sem_function::equals_private): Reorg mathcing of argument types.
3897         (sem_function::parse_tree_args): Remove.
3898         * ipa-icf.h (init_wpa): Do not call it.
3899         (parse_tree_args): Remove.
3900         (compatible_parm_types_p): Declare.
3901         (result_type): Remove.
3902         (arg_types): Remove.
3904 2015-06-22  Jan Hubicka  <hubicka@ucw.cz>
3906         PR ipa/66351
3907         * ipa-polymorphic-call.c
3908         (ipa_polymorphic_call_context::get_dynamic_type): Fix thinko when
3909         initializing alias oracle; fix formating; set base_alias_set if it
3910         is known.
3912 2015-06-22  Mikhail Maltsev  <maltsevm@gmail.com>
3914         * auto-inc-dec.c (reverse_mem, reverse_inc): Remove.
3915         (parse_add_or_inc): Use std::swap instead of reverse_{mem,inc}.
3916         (find_inc): Likewise.
3917         * combine.c (combine_simplify_rtx): Use std::swap instead of manually
3918         swapping.
3919         * df-core.c (df_worklist_dataflow_doublequeue): Likewise.
3920         * df-scan.c (df_swap_refs): Remove.
3921         (df_sort_and_compress_refs): Use std::swap instead of df_swap_refs.
3922         * dominance.c (link_roots): Use std::swap instead of manually swapping.
3923         * expr.c (expand_expr_real_2, do_store_flag): Likewise.
3924         * fold-const.c (fold_relational_const): Likewise.
3925         * genattrtab.c (simplify_test_exp): Likewise.
3926         * gimple-match-head.c (gimple_resimplify2, gimple_resimplify3,
3927         gimple_simplify): Likewise.
3928         * ifcvt.c (noce_try_abs, find_if_header): Likewise.
3929         * internal-fn.c (expand_addsub_overflow, expand_mul_overflow): Likewise.
3930         * ipa-devirt.c (add_type_duplicate): Likewise.
3931         * loop-iv.c (get_biv_step_1, iv_number_of_iterations): Likewise.
3932         * lra-lives.c (lra_setup_reload_pseudo_preferenced_hard_reg): Likewise.
3933         * lra.c (lra_create_copy): Likewise.
3934         * lto-streamer-out.c (DFS::DFS): Likewise.
3935         * modulo-sched.c (get_sched_window): Likewise.
3936         * omega.c (omega_pretty_print_problem): Likewise.
3937         * optabs.c (prepare_float_lib_cmp, expand_mult_highpart): Likewise.
3938         * reload1.c (reloads_unique_chain_p): Likewise.
3939         * sel-sched-ir.c (exchange_lv_sets, exchange_av_sets): Remove.
3940         (exchange_data_sets): Move logic from exchange_{av,lv}_sets here and
3941         use std::swap.
3942         * simplify-rtx.c (simplify_unary_operation_1): Use std::swap instead of
3943         manually swapping.
3944         * tree-if-conv.c (is_cond_scalar_reduction, predicate_scalar_phi,
3945         predicate_mem_writes): Likewise.
3946         * tree-loop-distribution.c (pg_add_dependence_edges): Likewise.
3947         * tree-predcom.c (combine_chains): Likewise.
3948         * tree-ssa-alias.c (nonoverlapping_component_refs_p,
3949         refs_may_alias_p_1): Likewise.
3950         * tree-ssa-ifcombine.c (recognize_if_then_else): Likewise.
3951         * tree-ssa-loop-ivopts.c (extract_cond_operands): Likewise.
3952         * tree-ssa-loop-niter.c (refine_bounds_using_guard,
3953         number_of_iterations_cond): Likewise.
3954         * tree-ssa-phiopt.c (tree_ssa_phiopt_worker): Likewise.
3955         * tree-ssa-sccvn.c (vn_nary_op_compute_hash): Likewise.
3956         * tree-vect-slp.c (vect_build_slp_tree): Likewise.
3957         * tree-vect-stmts.c (supportable_widening_operation): Likewise.
3958         * tree-vrp.c (extract_range_from_binary_expr_1,
3959         extract_range_from_unary_expr_1): Likewise.
3961 2015-06-20  Marek Polacek  <polacek@redhat.com>
3963         * common.opt (fsanitize-undefined-trap-on-error): Add Driver.
3965 2015-06-19  Kaz Kojima  <kkojima@gcc.gnu.org>
3967         PR target/66591
3968         * config/sh/sh.c (prepare_move_operands): Replace subreg
3969         index term with R0 for base and index addressing.
3971 2015-06-19  Jim Wilson  <jim.wilson@linaro.org>
3973         * config/aarch64/aarch64.md (mov<mode>:GPF): Don't call force_reg if
3974         op1 is an fp zero.
3975         (movsf_aarch64): Change condition from register_operand to
3976         aarch64_reg_or_fp_zero for op1.  Change type for alternative 6 to
3977         load1.  Change type for alternative 7 to store1.
3978         (movdf_aarch64): Likewise.
3980 2015-06-19  James Greenhalgh  <james.greenhalgh@arm.com>
3982         * config/vax/vax.md: Adjust sign/zero extend patterns to
3983         handle SUBREGs in operands[1].
3985 2015-06-19  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
3987         * config/i386/i386.c (ix86_function_versions): Use std::swap instead
3988         of manually swapping.
3989         (expand_vec_perm_interleave2): Likewise.
3991 2015-06-19  Ilya Enkovich  <enkovich.gnu@gmail.com>
3993         * tree-chkp.c (chkp_compute_bounds_for_assignment): Don't
3994         reuse bounds created for abnormal ssa names.
3996 2015-06-19  Jakub Jelinek  <jakub@redhat.com>
3998         * config/nvptx/nvptx.md (allocate_stack): Rename to...
3999         (allocate_stack_<mode>): ... this, and add :P on both
4000         match_operand and unspec.
4001         (allocate_stack): New expander.
4003 2015-06-19  Christian Bruel  <christian.bruel@st.com>
4005         PR target/66541
4006         PR target/52144
4007         * config/arm/arm.c (arm_set_current_function): Handle
4008         explicit default options.
4010 2015-06-18  Uros Bizjak  <ubizjak@gmail.com>
4012         * config/i386/i386.md (*movsicc_noc_zext): New insn.
4013         (zero-extended cmove with mem peephole2): New pattern.
4014         (cmove with mem peephole2): Merge patterns.
4016 2015-06-18  Segher Boessenkool  <segher@kernel.crashing.org>
4018         * config/rs6000/rs6000.h (WORD_REGISTER_OPERATIONS): Delete.
4020 2015-06-18  Steve Ellcey  <sellcey@imgtec.com>
4022         * config/mips/mips.c (mips_rtx_costs): Remove HONOR_NAN check.
4023         * config/mips/mips.md (*madd4<mode>): Ditto.
4024         (*nmadd3<mode>) Ditto.
4025         (*nmadd4<mode>_fastmath): Ditto.
4026         (*nmadd3<mode>_fastmath): Ditto.
4027         (*nmsub4<mode>): Ditto.
4028         (*nmsub3<mode>): Ditto.
4029         (*nmsub4<mode>_fastmath): Ditto.
4030         (*nmsub3<mode>_fastmath): Ditto.
4032 2015-06-18  Michael Matz  <matz@suse.de>
4034         PR middle-end/66253
4035         * tree-vect-stmts.c (vectorizable_store): Implement non-SLP
4036         grouped strided stores.
4037         (vectorizable_load): Don't use the DR from first_stmt in
4038         the non-SLP grouped strided case.
4040 2015-06-18  Ilya Enkovich  <enkovich.gnu@gmail.com>
4042         PR target/66569
4043         * function.c (assign_bounds): Add arguments assign_regs,
4044         assign_special, assign_bt.
4045         (assign_parms): For vararg functions handle bounds in BT
4046         and special slots after incoming vararg bounds.
4048 2015-06-18  Ilya Enkovich  <enkovich.gnu@gmail.com>
4050         PR middle-end/66568
4051         * cfgexpand.c (expand_return): Handle missing bounds.
4052         (expand_gimple_stmt_1): Likewise.
4053         * tree-chkp.c (chkp_expand_zero_bounds): New.
4054         * tree-chkp.h (chkp_expand_zero_bounds): New.
4056 2015-06-18  Ilya Enkovich  <enkovich.gnu@gmail.com>
4058         PR middle-end/66567
4059         * ipa-chkp.c (chkp_maybe_create_clone): Require
4060         functions to be instrumentable.
4061         * tree-chkp.c (chkp_replace_function_pointer): Use
4062         chkp_instrumentable_p instead of attribute check.
4064 2015-06-18  Richard Biener  <rguenther@suse.de>
4066         PR tree-optimization/66510
4067         * tree-vect-stmts.c (vectorizable_load): Properly compute the
4068         number of vector loads for SLP permuted loads.
4069         * tree-vect-data-refs.c (vect_compute_data_ref_alignment): Also
4070         check the stride for loop vectorization.
4071         (vect_enhance_data_refs_alignment): Deal with SLP adjusted
4072         vectorization factor.
4073         (vect_analyze_group_access): If the group size is not a power
4074         of two require a epilogue loop.
4075         * tree-vect-loop.c (vect_analyze_loop_2): Move alignment
4076         compute and optimizing and alias test pruning after final
4077         vectorization factor computation.
4078         * tree-vect-slp.c (vect_build_slp_tree_1): Remove check on
4079         vector alignment.
4080         (vect_transform_slp_perm_load): Properly compute the original
4081         number of vector load stmts.
4083 2015-06-18  Uros Bizjak  <ubizjak@gmail.com>
4085         * doc/invoke.texi (-fsanitize-sections): Split @var to avoid
4086         "unlikely character , in @var" warning.
4088 2015-06-17  Uros Bizjak  <ubizjak@gmail.com>
4090         * config/i386/i386.c (ix86_function_arg): Nest TARGET_64BIT code.
4091         (ix86_function_arg_advance): Ditto.
4092         (ix86_pass_by_reference): Ditto.  Rewrite MS_ABI part.
4094 2015-06-17  Andrew MacLeod  <amacleod@redhat.com>
4096         * function.h (struct rtl_data): Remove struct and accessor macros.
4097         * emit-rtl.h (struct rtl_data): Relocate to here.
4098         * Makefile.in (GTFILES): Add emit-rtl.h.
4099         * df-core.c: Include emit-rtl.h.
4100         * genattrtab.c: Likewise.
4101         * genconditions.c: Likewise.
4102         * genpreds.c: Likewise.
4103         * genrecog.c: Likewise.
4104         * regcprop.c: Likewise.
4105         * resource.c: Likewise.
4106         * sched-rgn.c: Likewise.
4107         * config/aarch64/cortex-a57-fma-steering.c: Likewise.
4108         * config/i386/winnt.c: Likewise.
4110 2015-06-17  Jakub Jelinek  <jakub@redhat.com>
4112         PR middle-end/66429
4113         * omp-low.c (expand_omp_taskreg, expand_omp_target): Use child_cfun
4114         instead of DECL_STRUCT_FUNCTION (child_fn).  Or in has_simduid_loops
4115         and has_force_vectorize_loops flags from cfun into
4116         child_cfun.
4117         (expand_omp_simd): For broken loop, set cfun->has_simduid_loops
4118         if simduid is non-NULL.
4119         * tree-pass.h (make_pass_simduid_cleanup): New prototype.
4120         * passes.def (pass_simduid_cleanup): Add new pass after loop
4121         passes.
4122         * tree-vectorizer.c (adjust_simduid_builtins): Remove one unnecessary
4123         indirection from htab argument's type.
4124         (shrink_simd_arrays): New function.
4125         (vectorize_loops): Use it.  Adjust adjust_simduid_builtins caller.
4126         Don't call adjust_simduid_builtins if there are no loops.
4127         (pass_data_simduid_cleanup, pass_simduid_cleanup): New variables.
4128         (pass_simduid_cleanup::execute): New method.
4129         (make_pass_simduid_cleanup): New function.
4131 2017-06-17  Andrew MacLeod  <amacleod@redhat.com>
4133         * tree-core.h (tree_target_option): Make opts field a pointer to a
4134         cl_target_option instead of an instance of the struct.
4135         * tree.h (TREE_TARGET_OPTION): Return the pointer, not an address of
4136         the structure.
4137         * tree.c (make_node_stat ): Allocate a cl_target_option struct for
4138         TARGET_OPTION_NODE.
4139         (copy_node_stat): Allocate and copy struct cl_target_option.
4141 2015-06-17  Andrew MacLeod  <amacleod@redhat.com>
4143         * tree.h (merge_dllimport_decl_attributes, handle_dll_attribute):
4144         Remove conditional exposure of prototypes.
4145         (ANON_AGGRNAME_FORMAT, ANON_AGGRNAME_P): Delete.
4146         * tree.c (anon_aggrname_format, anon_aggrname_p): New.  Replace macro
4147         definitions in tree.h with functions.
4148         * lto-streamer-out.c (DFS_write_tree_body, hash_tree): Use
4149         anon_aggrname_p.
4150         * tree-streamer-out.c (write_ts_decl_minimal_tree_pointers): Likewise.
4152 2015-06-17  Segher Boessenkool  <segher@kernel.crashing.org>
4154         * config/rs6000/rs6000.md (*cmp<mode>_internal1): Rename to...
4155         (*cmp<mode>_signed): ... this.
4156         (*cmpsi_internal2, *cmpdi_internal2): Merge, rename to...
4157         (*cmp<mode>_unsigned): ... this.  Remove %b.
4159 2015-06-17  Andrew MacLeod  <amacleod@redhat.com>
4161         * coretypes.h: Include input.h and as-a.h.
4162         * rtl.h: Include input.h and as-a.h for generator files.
4163         * hwint.c: Include coretypes.h, don't include diagnostic-core.h.
4164         * vec.c: Don't include diagnostic-core.h.
4165         * alias.c: Do not include input.h, line-map.h or is-a.h.
4166         * asan.c: Likewise.
4167         * attribs.c: Likewise.
4168         * auto-inc-dec.c: Likewise.
4169         * auto-profile.c: Likewise.
4170         * bb-reorder.c: Likewise.
4171         * bt-load.c: Likewise.
4172         * builtins.c: Likewise.
4173         * caller-save.c: Likewise.
4174         * calls.c: Likewise.
4175         * ccmp.c: Likewise.
4176         * cfg.c: Likewise.
4177         * cfganal.c: Likewise.
4178         * cfgbuild.c: Likewise.
4179         * cfgcleanup.c: Likewise.
4180         * cfgexpand.c: Likewise.
4181         * cfghooks.c: Likewise.
4182         * cfgloop.c: Likewise.
4183         * cfgloop.h: Likewise.
4184         * cfgloopanal.c: Likewise.
4185         * cfgloopmanip.c: Likewise.
4186         * cfgrtl.c: Likewise.
4187         * cgraph.c: Likewise.
4188         * cgraphbuild.c: Likewise.
4189         * cgraphclones.c: Likewise.
4190         * cgraphunit.c: Likewise.
4191         * cilk-common.c: Likewise.
4192         * combine-stack-adj.c: Likewise.
4193         * combine.c: Likewise.
4194         * compare-elim.c: Likewise.
4195         * convert.c: Likewise.
4196         * coverage.c: Likewise.
4197         * cppbuiltin.c: Likewise.
4198         * cprop.c: Likewise.
4199         * cse.c: Likewise.
4200         * cselib.c: Likewise.
4201         * data-streamer-in.c: Likewise.
4202         * data-streamer-out.c: Likewise.
4203         * data-streamer.c: Likewise.
4204         * dbxout.c: Likewise.
4205         * dce.c: Likewise.
4206         * ddg.c: Likewise.
4207         * debug.c: Likewise.
4208         * df-core.c: Likewise.
4209         * df-problems.c: Likewise.
4210         * df-scan.c: Likewise.
4211         * df.h: Likewise.
4212         * dfp.c: Likewise.
4213         * diagnostic-core.h: Likewise.
4214         * diagnostic.c: Likewise.
4215         * dojump.c: Likewise.
4216         * dominance.c: Likewise.
4217         * domwalk.c: Likewise.
4218         * double-int.c: Likewise.
4219         * dse.c: Likewise.
4220         * dumpfile.c: Likewise.
4221         * dumpfile.h: Likewise.
4222         * dwarf2asm.c: Likewise.
4223         * dwarf2cfi.c: Likewise.
4224         * dwarf2out.c: Likewise.
4225         * emit-rtl.c: Likewise.
4226         * et-forest.c: Likewise.
4227         * except.c: Likewise.
4228         * explow.c: Likewise.
4229         * expmed.c: Likewise.
4230         * expr.c: Likewise.
4231         * final.c: Likewise.
4232         * fixed-value.c: Likewise.
4233         * fold-const.c: Likewise.
4234         * function.c: Likewise.
4235         * fwprop.c: Likewise.
4236         * gcc-plugin.h: Likewise.
4237         * gcse.c: Likewise.
4238         * generic-match-head.c: Likewise.
4239         * ggc-page.c: Likewise.
4240         * gimple-builder.c: Likewise.
4241         * gimple-expr.c: Likewise.
4242         * gimple-fold.c: Likewise.
4243         * gimple-iterator.c: Likewise.
4244         * gimple-low.c: Likewise.
4245         * gimple-match-head.c: Likewise.
4246         * gimple-pretty-print.c: Likewise.
4247         * gimple-ssa-isolate-paths.c: Likewise.
4248         * gimple-ssa-strength-reduction.c: Likewise.
4249         * gimple-streamer-in.c: Likewise.
4250         * gimple-streamer-out.c: Likewise.
4251         * gimple-streamer.h: Likewise.
4252         * gimple-walk.c: Likewise.
4253         * gimple.c: Likewise.
4254         * gimplify-me.c: Likewise.
4255         * gimplify.c: Likewise.
4256         * godump.c: Likewise.
4257         * graph.c: Likewise.
4258         * graphite-blocking.c: Likewise.
4259         * graphite-dependences.c: Likewise.
4260         * graphite-interchange.c: Likewise.
4261         * graphite-isl-ast-to-gimple.c: Likewise.
4262         * graphite-optimize-isl.c: Likewise.
4263         * graphite-poly.c: Likewise.
4264         * graphite-scop-detection.c: Likewise.
4265         * graphite-sese-to-poly.c: Likewise.
4266         * graphite.c: Likewise.
4267         * haifa-sched.c: Likewise.
4268         * hw-doloop.c: Likewise.
4269         * ifcvt.c: Likewise.
4270         * init-regs.c: Likewise.
4271         * input.c: Likewise.
4272         * internal-fn.c: Likewise.
4273         * ipa-chkp.c: Likewise.
4274         * ipa-comdats.c: Likewise.
4275         * ipa-cp.c: Likewise.
4276         * ipa-devirt.c: Likewise.
4277         * ipa-icf-gimple.c: Likewise.
4278         * ipa-icf.c: Likewise.
4279         * ipa-inline-analysis.c: Likewise.
4280         * ipa-inline-transform.c: Likewise.
4281         * ipa-inline.c: Likewise.
4282         * ipa-polymorphic-call.c: Likewise.
4283         * ipa-profile.c: Likewise.
4284         * ipa-prop.c: Likewise.
4285         * ipa-pure-const.c: Likewise.
4286         * ipa-ref.c: Likewise.
4287         * ipa-reference.c: Likewise.
4288         * ipa-split.c: Likewise.
4289         * ipa-utils.c: Likewise.
4290         * ipa-visibility.c: Likewise.
4291         * ipa.c: Likewise.
4292         * ira-build.c: Likewise.
4293         * ira-color.c: Likewise.
4294         * ira-conflicts.c: Likewise.
4295         * ira-costs.c: Likewise.
4296         * ira-emit.c: Likewise.
4297         * ira-lives.c: Likewise.
4298         * ira.c: Likewise.
4299         * jump.c: Likewise.
4300         * langhooks.c: Likewise.
4301         * lcm.c: Likewise.
4302         * loop-doloop.c: Likewise.
4303         * loop-init.c: Likewise.
4304         * loop-invariant.c: Likewise.
4305         * loop-iv.c: Likewise.
4306         * loop-unroll.c: Likewise.
4307         * lower-subreg.c: Likewise.
4308         * lra-assigns.c: Likewise.
4309         * lra-coalesce.c: Likewise.
4310         * lra-constraints.c: Likewise.
4311         * lra-eliminations.c: Likewise.
4312         * lra-lives.c: Likewise.
4313         * lra-remat.c: Likewise.
4314         * lra-spills.c: Likewise.
4315         * lra.c: Likewise.
4316         * lto-cgraph.c: Likewise.
4317         * lto-compress.c: Likewise.
4318         * lto-opts.c: Likewise.
4319         * lto-section-in.c: Likewise.
4320         * lto-section-out.c: Likewise.
4321         * lto-streamer-in.c: Likewise.
4322         * lto-streamer-out.c: Likewise.
4323         * lto-streamer.c: Likewise.
4324         * mcf.c: Likewise.
4325         * mode-switching.c: Likewise.
4326         * modulo-sched.c: Likewise.
4327         * omega.c: Likewise.
4328         * omp-low.c: Likewise.
4329         * optabs.c: Likewise.
4330         * opts-global.c: Likewise.
4331         * opts.h: Likewise.
4332         * passes.c: Likewise.
4333         * plugin.c: Likewise.
4334         * postreload-gcse.c: Likewise.
4335         * postreload.c: Likewise.
4336         * predict.c: Likewise.
4337         * pretty-print.h: Likewise.
4338         * print-rtl.c: Likewise.
4339         * print-tree.c: Likewise.
4340         * profile.c: Likewise.
4341         * real.c: Likewise.
4342         * realmpfr.c: Likewise.
4343         * recog.c: Likewise.
4344         * ree.c: Likewise.
4345         * reg-stack.c: Likewise.
4346         * regcprop.c: Likewise.
4347         * reginfo.c: Likewise.
4348         * regrename.c: Likewise.
4349         * regstat.c: Likewise.
4350         * reload.c: Likewise.
4351         * reload1.c: Likewise.
4352         * reorg.c: Likewise.
4353         * resource.c: Likewise.
4354         * rtl-chkp.c: Likewise.
4355         * rtl-error.c: Likewise.
4356         * rtlanal.c: Likewise.
4357         * rtlhooks.c: Likewise.
4358         * sanopt.c: Likewise.
4359         * sched-deps.c: Likewise.
4360         * sched-ebb.c: Likewise.
4361         * sched-rgn.c: Likewise.
4362         * sched-vis.c: Likewise.
4363         * sdbout.c: Likewise.
4364         * sel-sched-dump.c: Likewise.
4365         * sel-sched-ir.c: Likewise.
4366         * sel-sched.c: Likewise.
4367         * sese.c: Likewise.
4368         * shrink-wrap.c: Likewise.
4369         * simplify-rtx.c: Likewise.
4370         * stack-ptr-mod.c: Likewise.
4371         * statistics.c: Likewise.
4372         * stmt.c: Likewise.
4373         * stor-layout.c: Likewise.
4374         * store-motion.c: Likewise.
4375         * streamer-hooks.c: Likewise.
4376         * stringpool.c: Likewise.
4377         * symtab.c: Likewise.
4378         * target-globals.c: Likewise.
4379         * targhooks.c: Likewise.
4380         * toplev.c: Likewise.
4381         * tracer.c: Likewise.
4382         * trans-mem.c: Likewise.
4383         * tree-affine.c: Likewise.
4384         * tree-browser.c: Likewise.
4385         * tree-call-cdce.c: Likewise.
4386         * tree-cfg.c: Likewise.
4387         * tree-cfgcleanup.c: Likewise.
4388         * tree-chkp-opt.c: Likewise.
4389         * tree-chkp.c: Likewise.
4390         * tree-chrec.c: Likewise.
4391         * tree-complex.c: Likewise.
4392         * tree-data-ref.c: Likewise.
4393         * tree-dfa.c: Likewise.
4394         * tree-diagnostic.c: Likewise.
4395         * tree-dump.c: Likewise.
4396         * tree-eh.c: Likewise.
4397         * tree-emutls.c: Likewise.
4398         * tree-if-conv.c: Likewise.
4399         * tree-inline.c: Likewise.
4400         * tree-into-ssa.c: Likewise.
4401         * tree-iterator.c: Likewise.
4402         * tree-loop-distribution.c: Likewise.
4403         * tree-nested.c: Likewise.
4404         * tree-nrv.c: Likewise.
4405         * tree-object-size.c: Likewise.
4406         * tree-outof-ssa.c: Likewise.
4407         * tree-parloops.c: Likewise.
4408         * tree-phinodes.c: Likewise.
4409         * tree-predcom.c: Likewise.
4410         * tree-pretty-print.c: Likewise.
4411         * tree-profile.c: Likewise.
4412         * tree-scalar-evolution.c: Likewise.
4413         * tree-sra.c: Likewise.
4414         * tree-ssa-address.c: Likewise.
4415         * tree-ssa-alias.c: Likewise.
4416         * tree-ssa-ccp.c: Likewise.
4417         * tree-ssa-coalesce.c: Likewise.
4418         * tree-ssa-copy.c: Likewise.
4419         * tree-ssa-copyrename.c: Likewise.
4420         * tree-ssa-dce.c: Likewise.
4421         * tree-ssa-dom.c: Likewise.
4422         * tree-ssa-dse.c: Likewise.
4423         * tree-ssa-forwprop.c: Likewise.
4424         * tree-ssa-ifcombine.c: Likewise.
4425         * tree-ssa-live.c: Likewise.
4426         * tree-ssa-loop-ch.c: Likewise.
4427         * tree-ssa-loop-im.c: Likewise.
4428         * tree-ssa-loop-ivcanon.c: Likewise.
4429         * tree-ssa-loop-ivopts.c: Likewise.
4430         * tree-ssa-loop-manip.c: Likewise.
4431         * tree-ssa-loop-niter.c: Likewise.
4432         * tree-ssa-loop-prefetch.c: Likewise.
4433         * tree-ssa-loop-unswitch.c: Likewise.
4434         * tree-ssa-loop.c: Likewise.
4435         * tree-ssa-math-opts.c: Likewise.
4436         * tree-ssa-operands.c: Likewise.
4437         * tree-ssa-phiopt.c: Likewise.
4438         * tree-ssa-phiprop.c: Likewise.
4439         * tree-ssa-pre.c: Likewise.
4440         * tree-ssa-propagate.c: Likewise.
4441         * tree-ssa-reassoc.c: Likewise.
4442         * tree-ssa-sccvn.c: Likewise.
4443         * tree-ssa-scopedtables.c: Likewise.
4444         * tree-ssa-sink.c: Likewise.
4445         * tree-ssa-strlen.c: Likewise.
4446         * tree-ssa-structalias.c: Likewise.
4447         * tree-ssa-tail-merge.c: Likewise.
4448         * tree-ssa-ter.c: Likewise.
4449         * tree-ssa-threadedge.c: Likewise.
4450         * tree-ssa-threadupdate.c: Likewise.
4451         * tree-ssa-uncprop.c: Likewise.
4452         * tree-ssa-uninit.c: Likewise.
4453         * tree-ssa.c: Likewise.
4454         * tree-ssanames.c: Likewise.
4455         * tree-stdarg.c: Likewise.
4456         * tree-streamer-in.c: Likewise.
4457         * tree-streamer-out.c: Likewise.
4458         * tree-streamer.c: Likewise.
4459         * tree-switch-conversion.c: Likewise.
4460         * tree-tailcall.c: Likewise.
4461         * tree-vect-data-refs.c: Likewise.
4462         * tree-vect-generic.c: Likewise.
4463         * tree-vect-loop-manip.c: Likewise.
4464         * tree-vect-loop.c: Likewise.
4465         * tree-vect-patterns.c: Likewise.
4466         * tree-vect-slp.c: Likewise.
4467         * tree-vect-stmts.c: Likewise.
4468         * tree-vectorizer.c: Likewise.
4469         * tree-vrp.c: Likewise.
4470         * tree.c: Likewise.
4471         * tsan.c: Likewise.
4472         * ubsan.c: Likewise.
4473         * valtrack.c: Likewise.
4474         * value-prof.c: Likewise.
4475         * var-tracking.c: Likewise.
4476         * varasm.c: Likewise.
4477         * varpool.c: Likewise.
4478         * vmsdbgout.c: Likewise.
4479         * vtable-verify.c: Likewise.
4480         * web.c: Likewise.
4481         * wide-int.cc: Likewise.
4482         * xcoffout.c: Likewise.
4483         * common/common-target.h: Do not include input.h, line-map.h or is-a.h.
4484         * common/common-targhooks.c: Likewise.
4485         * config/aarch64/aarch64-builtins.c: Likewise.
4486         * config/aarch64/aarch64.c: Likewise.
4487         * config/alpha/alpha.c: Likewise.
4488         * config/arc/arc.c: Likewise.
4489         * config/arm/aarch-common.c: Likewise.
4490         * config/arm/arm-builtins.c: Likewise.
4491         * config/arm/arm-c.c: Likewise.
4492         * config/arm/arm.c: Likewise.
4493         * config/avr/avr-c.c: Likewise.
4494         * config/avr/avr-log.c: Likewise.
4495         * config/avr/avr.c: Likewise.
4496         * config/bfin/bfin.c: Likewise.
4497         * config/c6x/c6x.c: Likewise.
4498         * config/cr16/cr16.c: Likewise.
4499         * config/cris/cris.c: Likewise.
4500         * config/darwin-c.c: Likewise.
4501         * config/darwin.c: Likewise.
4502         * config/default-c.c: Likewise.
4503         * config/epiphany/epiphany.c: Likewise.
4504         * config/epiphany/mode-switch-use.c: Likewise.
4505         * config/epiphany/resolve-sw-modes.c: Likewise.
4506         * config/fr30/fr30.c: Likewise.
4507         * config/frv/frv.c: Likewise.
4508         * config/ft32/ft32.c: Likewise.
4509         * config/glibc-c.c: Likewise.
4510         * config/h8300/h8300.c: Likewise.
4511         * config/i386/i386-c.c: Likewise.
4512         * config/i386/i386.c: Likewise.
4513         * config/i386/msformat-c.c: Likewise.
4514         * config/i386/winnt-cxx.c: Likewise.
4515         * config/i386/winnt-stubs.c: Likewise.
4516         * config/i386/winnt.c: Likewise.
4517         * config/ia64/ia64-c.c: Likewise.
4518         * config/ia64/ia64.c: Likewise.
4519         * config/iq2000/iq2000.c: Likewise.
4520         * config/lm32/lm32.c: Likewise.
4521         * config/m32c/m32c-pragma.c: Likewise.
4522         * config/m32c/m32c.c: Likewise.
4523         * config/m32r/m32r.c: Likewise.
4524         * config/m68k/m68k.c: Likewise.
4525         * config/mcore/mcore.c: Likewise.
4526         * config/mep/mep-pragma.c: Likewise.
4527         * config/mep/mep.c: Likewise.
4528         * config/microblaze/microblaze-c.c: Likewise.
4529         * config/microblaze/microblaze.c: Likewise.
4530         * config/mips/mips.c: Likewise.
4531         * config/mmix/mmix.c: Likewise.
4532         * config/mn10300/mn10300.c: Likewise.
4533         * config/moxie/moxie.c: Likewise.
4534         * config/msp430/msp430-c.c: Likewise.
4535         * config/msp430/msp430.c: Likewise.
4536         * config/nds32/nds32-cost.c: Likewise.
4537         * config/nds32/nds32-fp-as-gp.c: Likewise.
4538         * config/nds32/nds32-intrinsic.c: Likewise.
4539         * config/nds32/nds32-isr.c: Likewise.
4540         * config/nds32/nds32-md-auxiliary.c: Likewise.
4541         * config/nds32/nds32-memory-manipulation.c: Likewise.
4542         * config/nds32/nds32-pipelines-auxiliary.c: Likewise.
4543         * config/nds32/nds32-predicates.c: Likewise.
4544         * config/nds32/nds32.c: Likewise.
4545         * config/nios2/nios2.c: Likewise.
4546         * config/nvptx/nvptx.c: Likewise.
4547         * config/pa/pa.c: Likewise.
4548         * config/pdp11/pdp11.c: Likewise.
4549         * config/rl78/rl78-c.c: Likewise.
4550         * config/rl78/rl78.c: Likewise.
4551         * config/rs6000/rs6000-c.c: Likewise.
4552         * config/rs6000/rs6000.c: Likewise.
4553         * config/rx/rx.c: Likewise.
4554         * config/s390/s390-c.c: Likewise.
4555         * config/s390/s390.c: Likewise.
4556         * config/sh/sh-c.c: Likewise.
4557         * config/sh/sh-mem.cc: Likewise.
4558         * config/sh/sh.c: Likewise.
4559         * config/sh/sh_optimize_sett_clrt.cc: Likewise.
4560         * config/sh/sh_treg_combine.cc: Likewise.
4561         * config/sol2-c.c: Likewise.
4562         * config/sol2-cxx.c: Likewise.
4563         * config/sol2-stubs.c: Likewise.
4564         * config/sol2.c: Likewise.
4565         * config/sparc/sparc-c.c: Likewise.
4566         * config/sparc/sparc.c: Likewise.
4567         * config/spu/spu-c.c: Likewise.
4568         * config/spu/spu.c: Likewise.
4569         * config/stormy16/stormy16.c: Likewise.
4570         * config/tilegx/mul-tables.c: Likewise.
4571         * config/tilegx/tilegx-c.c: Likewise.
4572         * config/tilegx/tilegx.c: Likewise.
4573         * config/tilepro/mul-tables.c: Likewise.
4574         * config/tilepro/tilepro-c.c: Likewise.
4575         * config/tilepro/tilepro.c: Likewise.
4576         * config/v850/v850-c.c: Likewise.
4577         * config/v850/v850.c: Likewise.
4578         * config/vax/vax.c: Likewise.
4579         * config/visium/visium.c: Likewise.
4580         * config/vms/vms-c.c: Likewise.
4581         * config/vms/vms.c: Likewise.
4582         * config/vxworks.c: Likewise.
4583         * config/winnt-c.c: Likewise.
4584         * config/xtensa/xtensa.c: Likewise.
4586 2015-06-17  Robert Suchanek  <robert.suchanek@imgtec.com>
4588         * config/mips/mips.c (mips_ira_change_pseudo_allocno_class): New
4589         function.
4590         (TARGET_IRA_CHANGE_PSEUDO_ALLOCNO_CLASS): Define macro.
4592 2015-06-17  Richard Biener  <rguenther@suse.de>
4594         PR tree-optimization/66251
4595         * tree-vect-stmts.c (vectorizable_store): Fix gathering of vectorized
4596         stmts for SLP strided stores.
4598         Revert
4599         2015-05-22  Richard Biener  <rguenther@suse.de>
4601         PR tree-optimization/66251
4602         * tree-vect-stmts.c (vectorizable_conversion): Properly
4603         set STMT_VINFO_VEC_STMT even for the SLP case.
4605         2015-05-26  Michael Matz  <matz@suse.de>
4607         PR middle-end/66251
4608         * tree-vect-stmts.c (vect_create_vectorized_demotion_stmts): Always set
4609         STMT_VINFO_VEC_STMT, also with SLP.
4611 2015-06-16  Uros Bizjak  <ubizjak@gmail.com>
4613         PR target/56766
4614         * config/i386/sse.md (*avx_addsubv4df3_1): New insn pattern.
4615         (*avx_addsubv4df3_1s): Ditto.
4616         (*sse3_addsubv2df3_1): Ditto.
4617         (*sse3_addsubv2df3_1s): Ditto.
4618         (*avx_addsubv8sf3_1): Ditto.
4619         (*avx_addsubv8sf3_1s): Ditto.
4620         (*sse3_addsubv4sf3_1): Ditto.
4621         (*sse3_addsubv4sf3_1s): Ditto.
4623 2015-06-16  Steve Ellcey  <sellcey@imgtec.com>
4625         * config/mips/mti-linux.h (MIPS_SYSVERSION_SPEC): New.
4626         (SYSROOT_SUFFIX_SPEC): Update.
4627         (SYSROOT_HEADERS_SUFFIX_SPEC): New.
4628         (STARTFILE_PREFIX_SPEC): Update.
4629         * config/mips/t-mti-linux (MULTILIB_EXCEPTIONS): Remove.
4630         (MULTILIB_REQUIRED): New.
4631         (MULTILIB_OSDIRNAMES): New.
4632         * config/mips/t-img-linux (MULTILIB_EXCEPTIONS): Remove.
4633         (MULTILIB_REQUIRED): New.
4634         (MULTILIB_OSDIRNAMES): New.
4636 2015-06-16  Matthew Wahab  <matthew.wahab@arm.com>
4638         * config/aarch64/aarch64-arches.def: Add "armv8.1-a".
4639         * config/aarch64/aarch64-options-extensions.def: Update "fP",
4640         "simd" and "crypto".  Add "lse", "pan", "lor" and "rdma".
4641         * gcc/config/aarch64/aarch64.h (AARCH64_FL_LSE): New.
4642         (AARCH64_FL_PAN): New.
4643         (AARCH64_FL_LOR): New.
4644         (AARCH64_FL_RDMA): New.
4645         (AARCH64_FL_FOR_ARCH8_1): New.
4646         * doc/invoke.texi (AArch64 Options): Add "armv8.1-a" to
4647         -march. Add "lse", "pan", "lor", "rdma" to feature modifiers.
4649 2015-06-16  Martin Liska  <mliska@suse.cz>
4651         * bitmap.c (dump_bitmap_statistics): Fix GNU coding style.
4652         * hash-table.c (void dump_hash_table_loc_statistics): Add missing
4653         guard.
4655 2015-06-16  Richard Biener  <rguenther@suse.de>
4657         * tree-vect-stmts.c (vectorizable_store): Adjust.
4658         (vectorizable_load): Likewise.
4659         * tree-vect-data-refs.c (vect_create_addr_base_for_vector_ref):
4660         Simplify.
4661         (vect_create_data_ref_ptr): Likewise.
4662         (bump_vector_ptr): Adjust.
4664 2015-06-16  Richard Biener  <rguenther@suse.de>
4666         * tree-vect-stmts.c (vectorizable_load): Properly start loads
4667         with the first element if this is grouped loads.
4669 2015-06-16  James Greenhalgh  <james.greenhalgh@arm.com>
4671         * config/arm/arm-protos.h (struct tune_params): Rename
4672         log_op_non_sc to log_op_non_short_circuit, and rename enum
4673         values to expand SC to SHORT_CIRCUIT.
4674         * config/arm/arm.c (arm_slowmul_tune): Expand LOG_OP_NON_SC
4675         to LOG_OP_NON_SHORT_CIRCUIT.
4676         (arm_fastmul_tune):Likewise
4677         (arm_strongarm_tune): Likewise.
4678         (arm_xscale_tune): Likewise.
4679         (arm_9e_tune): Likewise.
4680         (arm_marvell_pj4_tune): Likewise.
4681         (arm_v6t2_tune): Likewise.
4682         (arm_cortex_tune): Likewise.
4683         (arm_cortex_a8_tune): Likewise.
4684         (arm_cortex_a7_tune): Likewise.
4685         (arm_cortex_a15_tune): Likewise.
4686         (arm_cortex_a53_tune): Likewise.
4687         (arm_cortex_a57_tune): Likewise.
4688         (arm_xgene1_tune): Likewise.
4689         (arm_cortex_a5_tune): Likewise.
4690         (arm_cortex_a9_tune): Likewise.
4691         (arm_cortex_a12_tune): Likewise.
4692         (arm_v7m_tune): Likewise.
4693         (arm_cortex_m7_tune): Likewise.
4694         (arm_v6m_tune): Likewise.
4695         (arm_fa726te_tune): Likewise.
4697 2015-06-15  David Edelsohn  <dje.gcc@gmail.com>
4699         * altivec.md: Delete UNSPEC_VMLADDUHM.
4700         (mulv4si3_p8): New pattern.
4701         (mulv4si3): Use it for POWER8.
4702         (mulv8hi3): Use vmladduhm with zero addend.
4703         (altivec_vmladduhm): Descriptive RTL.
4705 2015-06-15  Jim Wilson  <jim.wilson@linaro.org>
4707         * config/aarch64/aarch64.md (mov<mode>_aarch64): Change alternative 2
4708         to use neon_move instead of mov_imm.
4709         (movdi_aarch64): Change alternative 14 to use neon_move not fmov.
4710         (movtf_aarch64): Change alternative 4 to use neon_move_q not fconstd.
4712         * config/aarch64/aarch64.c (aarch64_valid_floating_const): Move
4713         aarch64_float_const_zero_rtx_p check before TFmode check.
4714         * config/aarch64/aarch64.md (movtf): Don't call force_reg if op1 is
4715         an fp zero.
4716         (movtf_aarch64): Separate ?rY alternative into two.  Adjust assembly
4717         code and attributes to match.  Change condition from register_operand
4718         to aarch64_reg_or_fp_zero for op1.  Change type for ldp from
4719         neon_load1_2reg to load2.  Change type for stp from neon_store1_2reg
4720         to store2.
4722 2015-06-15  Aldy Hernandez  <aldyh@redhat.com>
4724         PR debug/66535
4725         * dwarf2out.c (gen_subprogram_die): Do not check a parent's tag if
4726         there is no parent.
4728 2015-06-14  Shiva Chen  <shiva0217@gmail.com>
4730         * aarch64.c (aarch64_simd_lane_bounds): Change %ld to %wd for
4731         HOST_WIDE_INT parameter.
4733 2015-06-14  Jan Hubicka  <hubicka@ucw.cz>
4735         PR ipa/66181
4736         * lto-streamer-out.c (hash_tree): Do not hash TYPE_NO_FORCE_BLK.
4737         * tree-streamer-out.c (pack_ts_type_common_value_fields): Do not stream
4738         TYPE_NO_FORCE_BLK.
4739         * tree-streamer-in.c (unpack_ts_type_common_value_fields): Likewise.
4741 2015-06-14  Richard Sandiford  <richard.sandiford@arm.com>
4743         * rtl.h (classify_insn): Declare.
4744         * emit-rtl.c (classify_insn): Move to...
4745         * rtl.c: ...here and add generator support.
4746         * gensupport.h (get_emit_function, needs_barrier_p): Declare.
4747         * gensupport.c (get_emit_function, needs_barrier_p): New functions.
4748         * genemit.c (gen_emit_seq): New function.
4749         (gen_expand, gen_split): Use it.
4751 2015-06-13  Patrick Palka  <ppalka@gcc.gnu.org>
4753         * tree.c (make_vector_stat): Fix comment to state that the
4754         function returns a VECTOR_CST.
4756 2015-06-13  Richard Sandiford  <richard.sandiford@arm.com>
4758         * gensupport.h (add_implicit_parallel): Declare.
4759         * genrecog.c (add_implicit_parallel): Move to...
4760         * gensupport.c (add_implicit_parallel): ...here.
4761         (process_one_cond_exec): Use it.
4762         * genemit.c (gen_insn): Likewise.
4764 2015-06-13  Iain Sandoe  <iain@codesourcery.com>
4766         PR bootstrap/66448
4767         * passes.c (rest_of_decl_compilation): Do not register globals for
4768         early debug if they are declared in built-ins.
4770 2015-06-12  Aldy Hernandez  <aldyh@redhat.com>
4772         * dwarf2out.c (check_die): Protect with ENABLE_CHECKING.
4774 2015-06-12  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
4776         * ifcvt.c (noce_try_store_flag_constants): Use std::swap instead of
4777         manually swapping.
4778         (noce_try_cmove_arith): Likewise.
4779         (noce_get_alt_condition): Likewise.
4781 2015-06-12  Venkataramanan Kumar  <venkataramanan.kumar@amd.com>
4783         * common/config/i386/i386-common.c
4784         (OPTION_MASK_ISA_MWAITX_SET): New.
4785         (ix86_handle_option): Handle mwaitx.
4786         * config.gcc (i[34567]86-*-*): Add mwaitxintrin.h,
4787         (x86_64-*-*): Likewise.
4788         * config/i386/mwaitxintrin.h: New header.
4789         * config/i386/cpuid.h (bit_MWAITX):  Define.
4790         * config/i386/driver-i386.c (host_detect_local_cpu): Detect
4791         MWAITX support.
4792         * config/i386/i386.opt (mwaitx): New.
4793         * config/i386/i386-builtin-types.def
4794         (VOID_FTYPE_UNSIGNED_ UNSIGNED_UNSIGNED): New function type.
4795         * config/i386/i386-c.c: Define __MWAITX__ if needed.
4796         * config/i386/i386.c (ix86_target_string): Define -mmwaitx option.
4797         (PTA_MWAITX): New.
4798         (ix86_option_override_internal): Handle new option.
4799         (processor_alias_table): Added PTA_MWAITX.
4800         (ix86_valid_target_attribute_inner_p): Add OPT_mmwaitx.
4801         (ix86_builtins): Add IX86_BUILTIN_MWAITX, IX86_BUILTIN_MONITORX.
4802         (ix86_expand_builtin): Handle IX86_BUILTIN_MWAITX and
4803         IX86_BUILTIN_MONITORX  built-ins.
4804         * config/i386/i386.h (TARGET_MWAITX): New.
4805         * config/i386/i386.md (unspecv): Add UNSPEC_MWAITX and
4806         UNSPEC_MONITORX.
4807         (mwaitx):  New pattern.
4808         (monitorx_<mode>): New pattern.
4809         * config/i386/x86intrin.h: Include mwaitxintrin.h.
4810         * doc/extend.texi: Document monitorx and mwaitx builtins.
4811         * doc/invoke.texi: Document -mmwaitx option.
4813 2015-06-12  Uros Bizjak  <ubizjak@gmail.com>
4815         * emit-rtl.c (need_atomic_barrier_p): Mask model with
4816         MEMMODEL_BASE_MASK.  Remove MEMMODEL_SYNC_* cases.
4818 2015-06-11  David Edelsohn  <dje.gcc@gmail.com>
4820         * dbxout.c (xcoff_debug_hooks): Provide a function for
4821         register_main_translation_unit hook.
4823 2015-06-11  David Edelsohn  <dje.gcc@gmail.com>
4825         * config/rs6000/rs6000.c (rs6000_pre_atomic_barrier): Remove SYNC
4826         variants cases from switch.
4827         (rs6000_post_atomic_barrier): Same.
4828         (rs6000_expand_atomic_compare_and_swap): Use memmodel_base.
4829         (rs6000_expand_atomic_exchange): Same.
4830         (rs6000_expand_atomic_op): Same.
4831         * config/rs6000/sync.md (mem_thread_fence): Use memodel_base. Remove
4832         SYNC variants cases from switch.
4833         (atomic_load): Same.
4834         (atomic_store): Same.
4836 2015-06-11  John David Anglin  <danglin@gcc.gnu.org>
4838         * config/pa/pa.c (pa_output_global_address): Handle LABEL_REF plus
4839         CONST_INT for goto.
4841 2015-06-11  Aldy Hernandez  <aldyh@redhat.com>
4843         PR bootstrap/66448
4844         * dwarf2out.c (check_die): Check for common duplicate attributes.
4845         (add_location_or_const_value_attribute): Do not add duplicate
4846         attributes.
4847         (gen_formal_parameter_die): Do not add DW_AT_artificial the second
4848         time around.
4849         (gen_struct_or_union_type_die): Bail early if TREE_ASM_WRITTEN.
4850         (gen_type_die_with_usage): Call check_die.
4851         (dwarf2out_decl): Only call check_die() when ENABLE_CHECKING.
4853 2015-06-11  Jason Merrill  <jason@redhat.com>
4855         * dwarf2out.c (prune_unused_types): Handle unused top-level limbo
4856         dies.
4858 2015-06-11  Marek Polacek  <polacek@redhat.com>
4860         * match.pd ((x & y) ^ (x | y)): Don't check for single_use.
4862 2015-06-11  Eric Botcazou  <ebotcazou@adacore.com>
4864         PR bootstrap/66252
4865         * config/sparc/sparc.c (hard_regno_mode_classes): Add ??? comment.
4866         * config/sparc/sparc.md (zero_extendsidi2_insn_sp32): Use single order.
4867         (*addx_extend_sp32): Fix pasto.
4868         (*subx_extend): Rename into...
4869         (*subx_extend_sp32): ...this.
4870         (*adddi3_extend_sp32): Add earlyclobber.
4871         (*subdi3_insn_sp32): Likewise.
4872         (*subdi3_extend_sp32): Likewise.
4873         (*and_not_di_sp32): Likewise.
4874         (*or_not_di_sp32): Likewise.
4875         (*xor_not_di_sp32): Likewise.
4876         (*negdi2_sp32): Likewise.
4877         (*one_cmpldi2_sp32): Likewise.
4879 2015-06-11  Pierre-Marie de Rodat  <derodat@adacore.com>
4881         * debug.h (struct gcc_debug_hooks): Add a
4882         register_main_translation_unit hook.
4883         * debug.c (do_nothing_debug_hooks): Provide a function for this
4884         new hook.
4885         * dbxout.c (dbx_debug_hooks): Likewise.
4886         * sdbout.c (sdb_debug_hooks): Likewise.
4887         * vmsdbgout.c (vmsdbg_debug_hooks): Likewise.
4888         * dwarf2out.c (main_translation_unit): New global variable.
4889         (dwarf2out_register_main_translation_unit): New function
4890         implementing the new hook.
4891         (dwarf2_debug_hooks): Assign
4892         dwarf2out_register_main_translation_unit to this new hook.
4893         (dwarf2out_init): Associate any main translation unit to
4894         comp_unit_die ().
4896 2015-06-11  Marek Polacek  <polacek@redhat.com>
4898         * match.pd ((x & y) ^ (x | y) -> x ^ y): New pattern.
4900 2015-06-11  Marek Polacek  <polacek@redhat.com>
4902         * match.pd: Use single_use throughout.
4904 2015-06-11  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
4906         * config/arm/arm.c (arm_option_params_internal): When optimising
4907         for speed set max_insns_skipped when arm_restrict_it.
4909 2015-06-11  Christian Bruel  <christian.bruel@st.com>
4911         PR target/52144
4912         * config/arm/arm-c.c (arm_cpu_cpp_builtins): Conditionally define
4913          macros in ...
4914         (arm_cpu_builtins): New function.
4915         (arm_pragma_target_parse): Call arm_cpu_builtins.
4916         * config/arm/arm-protos.h (arm_cpu_builtins): Declare.
4917         (arm_register_target_pragmas): Likewise.
4918         * config/arm/arm.h (REGISTER_TARGET_PRAGMAS):
4919          Call arm_register_target_pragmas.
4920         * config/arm/arm-c.c (arm_register_target_pragmas): New function.
4921         (arm_pragma_target_parse): Likewise.
4923 2015-06-10  Kaz Kojima  <kkojima@gcc.gnu.org>
4925         * config/sh/sh.md (tstsi_t): Add '?' modifier to 'r' alternative
4926         of the second operand.
4928 2015-06-10  Uros Bizjak  <ubizjak@gmail.com>
4930         PR target/66473
4931         * config/i386/i386.c (ix86_expand_vector_set): Use gen_int_mode
4932         to prepare mask operand for AVX512 modes.
4934 2015-06-10  Michael Meissner  <meissner@linux.vnet.ibm.com>
4936         PR target/66474
4937         * doc/md.texi (Machine Constraints): Document that on the PowerPC
4938         if you use a constraint that targets a VSX register, you must use
4939         %x<n> in the template.
4941 2015-06-10  Max Filippov  <jcmvbkbc@gmail.com>
4943         * config/xtensa/xtensa.h (TARGET_DEBUG): New definition.
4944         * config/xtensa/xtensa.md (define_attr "type"): New type "trap".
4945         (define_insn "trap"): New definition.
4947 2015-06-10  Richard Biener  <rguenther@suse.de>
4949         * tree-vect-slp.c (vect_attempt_slp_rearrange_stmts): Split
4950         out from ...
4951         (vect_supported_load_permutation_p): ... here.  Handle
4952         supportable permutations in reductions.
4953         * tree-vect-stmts.c (vectorizable_load): Handle SLP permutations
4954         for vectorizing strided group loads.
4956 2015-06-10  Jakub Jelinek  <jakub@redhat.com>
4958         PR target/66470
4959         * config/i386/i386.c (ix86_split_long_move): For collisions
4960         involving direct tls segment refs, move the UNSPEC_TP possibly
4961         wrapped in ZERO_EXTEND out of the address for lea, to each of
4962         the memory loads.
4964 2015-06-10  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
4966         * config/arm/sync.md (*memory_barrier): Use dmb ish instead of
4967         dmb sy. Adjust tabs.
4969 2015-06-10  Tom de Vries  <tom@codesourcery.com>
4971         * omp-low.c (expand_omp_target): Remove duplicate declaration of node.
4973 2015-06-10  Martin Liska  <mliska@suse.cz>
4975         PR bootstrap/66471
4976         * mem-stats-traits.h (enum mem_alloc_origin): Add _ORIGIN suffix for
4977         all enum values in mem_alloc_origin.
4978         * alloc-pool.c (dump_alloc_pool_statistics): Use newly changed enum
4979         name.
4980         * alloc-pool.h (pool_allocator::pool_allocator): Likewise.
4981         * bitmap.c (bitmap_register): Likewise.
4982         (dump_bitmap_statistics): Likewise.
4983         * ggc-common.c (dump_ggc_loc_statistics): Likewise.
4984         (ggc_record_overhead): Likewise.
4985         * hash-map.h: Likewise.
4986         * hash-set.h: Likewise.
4987         * hash-table.c (void dump_hash_table_loc_statistics): Likewise.
4988         * hash-table.h: Likewise.
4989         * vec.c (vec_prefix::register_overhead): Likewise.
4990         (vec_prefix::release_overhead): Likewise.
4991         (dump_vec_loc_statistics): Likewise.
4993 2015-06-09  Christian Bruel  <christian.bruel@st.com>
4995         PR target/52144
4996         * config/arm/arm.opt (THUMB, arm_restrict_it, inline_asm_unified): Save.
4997         * config/arm/arm-protos.h (arm_valid_target_attribute_tree): Declare.
4998         (arm_reset_previous_fndecl, arm_change_mode_p): Likewise.
4999         * config/arm/arm.h (SWITCHABLE_TARGET): Define.
5000         * config/arm/arm.c (arm_reset_previous_fndecl): New functions.
5001         (arm_valid_target_attribute_tree, arm_change_mode_p): Likewise.
5002         (arm_valid_target_attribute_p): Likewise.
5003         (arm_set_current_function, arm_can_inline_p): Likewise.
5004         (arm_valid_target_attribute_rec): Likewise.
5005         (arm_previous_fndecl): New variable.
5006         (TARGET_SET_CURRENT_FUNCTION, TARGET_OPTION_VALID_ATTRIBUTE_P): Define.
5007         (TARGET_CAN_INLINE_P): Define.
5008         (arm_asm_trampoline_template): Emit mode.
5009         (arm_file_start): Don't set unified syntax.
5010         (arm_declare_function_name): Set unified syntax and mode.
5011         (arm_option_override): Init target_option_default_node.
5012         and target_option_current_node.
5013         * config/arm/arm.md (*call_value_symbol): Set mode when possible.
5014         (*call_symbol): Likewise.
5015         * doc/extend.texi: Document ARM/Thumb target attribute.
5016         * doc/invoke.texi: Likewise.
5018 2015-06-09  Alexandre Oliva <aoliva@redhat.com>
5020         Revert:
5021         2015-06-09  Alexandre Oliva <aoliva@redhat.com>
5022         PR rtl-optimization/64164
5023         * Makefile.in (OBJS): Drop tree-ssa-copyrename.o.
5024         * tree-ssa-copyrename.c: Removed.
5025         * opts.c (default_options_table): Drop -ftree-copyrename.  Add
5026         -ftree-coalesce-vars.
5027         * passes.def: Drop all occurrences of pass_rename_ssa_copies.
5028         * common.opt (ftree-copyrename): Ignore.
5029         (ftree-coalesce-inlined-vars): Likewise.
5030         * doc/invoke.texi: Remove the ignored options above.
5031         * gimple-expr.h (gimple_can_coalesce_p): Move declaration
5032         * tree-ssa-coalesce.h: ... here.
5033         * tree-ssa-uncprop.c: Include tree-ssa-coalesce.h and other
5034         headers required by it.
5035         * gimple-expr.c (gimple_can_coalesce_p): Allow coalescing
5036         across variables when flag_tree_coalesce_vars.  Check register
5037         use and promoted modes to allow coalescing.  Moved to
5038         tree-ssa-coalesce.c.
5039         * tree-ssa-live.c (struct tree_int_map_hasher): Move along
5040         with its member functions to tree-ssa-coalesce.c.
5041         (var_map_base_init): Likewise.  Renamed to
5042         compute_samebase_partition_bases.
5043         (partition_view_normal): Drop want_bases parameter.
5044         (partition_view_bitmap): Likewise.
5045         * tree-ssa-live.h: Adjust declarations.
5046         * tree-ssa-coalesce.c: Include explow.h.
5047         (build_ssa_conflict_graph): Process PARM_ and RESULT_DECLs's
5048         default defs at the entry point.
5049         (dump_part_var_map): New.
5050         (compute_optimized_partition_bases): New, called by...
5051         (coalesce_ssa_name): ... when flag_tree_coalesce_vars, instead
5052         of compute_samebase_partition_bases.  Adjust.
5053         * alias.c (nonoverlapping_memrefs_p): Disregard gimple-regs.
5054         * cfgexpand.c (leader_merge): New.
5055         (get_rtl_for_parm_ssa_default_def): New.
5056         (set_rtl): Merge exprs and attrs, even for MEMs and non-SSA
5057         vars.  Update DECL_RTL for PARM_DECLs and RESULT_DECLs too.
5058         (expand_one_stack_var_at): Handle anonymous SSA_NAMEs.  Drop
5059         redundant MEM attr setting.
5060         (expand_one_stack_var_1): Handle anonymous SSA_NAMEs.  Renamed
5061         from...
5062         (expand_one_stack_var): ... this.  New wrapper to check and
5063         skip already expanded SSA partitions.
5064         (record_alignment_for_reg_var): New, factored out of...
5065         (expand_one_var): ... this.
5066         (expand_one_ssa_partition): New.
5067         (adjust_one_expanded_partition_var): New.
5068         (expand_one_register_var): Check and skip already expanded SSA
5069         partitions.
5070         (expand_used_vars): Don't create DECLs for anonymous SSA
5071         names.  Expand all SSA partitions, then adjust all SSA names.
5072         (pass::execute): Replace the loops that set
5073         SA.partition_to_pseudo from partition leaders and cleared
5074         DECL_RTL for multi-location variables, and that which used to
5075         rename vars and set attrs, with one that clears DECL_RTL and
5076         checks that PARMs and RESULTs default_defs match DECL_RTL.
5077         * cfgexpand.h (get_rtl_for_parm_ssa_default_def): Declare.
5078         * emit-rtl.c (set_reg_attrs_for_parm): Handle NULL decl.
5079         * explow.c (promote_ssa_mode): New.
5080         * explow.h (promote_ssa_mode): Declare.
5081         * expr.c (expand_expr_real_1): Handle anonymous SSA_NAMEs.
5082         * function.c: Include cfgexpand.h.
5083         (use_register_for_decl): Handle SSA_NAMEs, anonymous or not.
5084         (use_register_for_parm_decl): Wrapper for the above to
5085         special-case the result_ptr.
5086         (rtl_for_parm): Ditto for get_rtl_for_parm_ssa_default_def.
5087         (maybe_reset_rtl_for_parm): Reset DECL_RTL of parms with
5088         multiple locations.
5089         (assign_parm_adjust_stack_rtl): Add all and parm arguments,
5090         for rtl_for_parm.  For SSA-assigned parms, zero stack_parm.
5091         (assign_parm_setup_block): Prefer SSA-assigned location.
5092         (assign_parm_setup_reg): Likewise.  Use entry_parm for equiv
5093         if stack_parm is NULL.
5094         (assign_parm_setup_stack): Prefer SSA-assigned location.
5095         (assign_parms): Maybe reset DECL_RTL of params.  Adjust stack
5096         rtl before testing for pointer bounds.  Special-case result_ptr.
5097         (expand_function_start): Maybe reset DECL_RTL of result.
5098         Prefer SSA-assigned location for result and static chain.
5099         Factor out DECL_RESULT and SET_DECL_RTL.
5100         * tree-outof-ssa.c (insert_value_copy_on_edge): Handle
5101         anonymous SSA names.  Use promote_ssa_mode.
5102         (get_temp_reg): Likewise.
5103         (remove_ssa_form): Adjust.
5104         * var-tracking.c (dataflow_set_clear_at_call): Take call_insn
5105         and get its reg_usage for reg invalidation.
5106         (compute_bb_dataflow): Pass it insn.
5107         (emit_notes_in_bb): Likewise.
5108         * tree-ssa-loop-niter.c (loop_exits_before_overflow): Don't
5109         fail assert on conversion between unsigned types.
5111 2015-06-09  Tom de Vries  <tom@codesourcery.com>
5113         PR tree-optimization/65460
5114         * omp-low.c (expand_omp_target): Set parallelized_function on
5115         cgraph_node for child_fn.
5117 2015-06-09  Tom de Vries  <tom@codesourcery.com>
5119         * omp-low.c (finalize_task_copyfn, expand_omp_taskreg): Mark function
5120         parallelized_function before add_new_function.
5122 2015-06-09  Andrew MacLeod  <amacleod@redhat.com>
5124         * gcc-plugin.h: Move decls to plugin.h and include it.
5125         * plugin.h: Relocate decls from gcc-plugin.h
5126         * ggc-page.c: Include required header files.
5127         * passes.c: Likewise.
5128         * cgraphunit.c: Likewise.
5130 2015-06-09  Tom de Vries  <tom@codesourcery.com>
5132         * tree-stdarg.c (expand_ifn_va_arg_1): Handle location.
5134 2015-06-09  Jason Merrill  <jason@redhat.com>
5136         PR bootstrap/66448
5137         * toplev.c (check_global_declaration): Don't warn about a clone.
5139 2015-06-09  Marek Polacek  <polacek@redhat.com>
5141         PR tree-optimization/66299
5142         * match.pd ((CST1 << A) == CST2 -> A == ctz (CST2) - ctz (CST1)
5143         ((CST1 << A) != CST2 -> A != ctz (CST2) - ctz (CST1)): New
5144         patterns.
5146 2015-06-09  Richard Biener  <rguenther@suse.de>
5148         * tree-vect-slp.c (vect_build_slp_tree_1): Remove bailout on gaps.
5149         (vect_analyze_slp_instance): Instead do not falsely drop
5150         load permutations.
5152 2015-06-09  Richard Biener  <rguenther@suse.de>
5154         PR middle-end/66423
5155         * match.pd: Handle A % (unsigned)(1 << B).
5157 2015-06-09  Aldy Hernandez  <aldyh@redhat.com>
5159         * varasm.c (output_object_block_htab): Remove.
5160         (output_object_block_compare): New.
5161         (output_object_blocks): Sort named object_blocks before outputting
5162         them.
5164 2015-06-09  Richard Biener  <rguenther@suse.de>
5166         PR tree-optimization/66419
5167         * tree-vect-slp.c (vect_supported_load_permutation_p): Properly
5168         consider GROUP_GAP when detecting a perfect subchain.
5170 2015-06-09  Nick Clifton  <nickc@redhat.com>
5172         * config/rl78/rl78.c (rl78_select_section): When -mes0 is active
5173         place read only data in the .frodata section.
5175 2015-06-09  Shiva Chen  <shiva0217@gmail.com>
5177         * sync.md (atomic_load<mode>): Add conditional code for lda/ldr
5178         (atomic_store<mode>): Likewise.
5180 2015-06-09  Richard Biener  <rguenther@suse.de>
5182         * cfgloop.c (get_loop_body_in_bfs_order): Fix assert.
5184 2015-06-09  Richard Biener  <rguenther@suse.de>
5186         PR middle-end/66413
5187         * tree-inline.c (insert_init_debug_bind): Unshare value.
5189 2015-06-09  Richard Biener  <rguenther@suse.de>
5191         PR tree-optimization/66396
5192         * graphite-isl-ast-to-gimple.c (graphite_regenerate_ast_isl):
5193         Rename virtual operands.
5195 2015-06-09  Tom de Vries  <tom@codesourcery.com>
5197         * gimple-iterator.h (gimple_seq_nondebug_singleton_p): Don't
5198         always return false.
5200 2015-06-09  Alexandre Oliva <aoliva@redhat.com>
5202         PR rtl-optimization/64164
5203         * Makefile.in (OBJS): Drop tree-ssa-copyrename.o.
5204         * tree-ssa-copyrename.c: Removed.
5205         * opts.c (default_options_table): Drop -ftree-copyrename.  Add
5206         -ftree-coalesce-vars.
5207         * passes.def: Drop all occurrences of pass_rename_ssa_copies.
5208         * common.opt (ftree-copyrename): Ignore.
5209         (ftree-coalesce-inlined-vars): Likewise.
5210         * doc/invoke.texi: Remove the ignored options above.
5211         * gimple-expr.h (gimple_can_coalesce_p): Move declaration
5212         * tree-ssa-coalesce.h: ... here.
5213         * tree-ssa-uncprop.c: Include tree-ssa-coalesce.h and other
5214         headers required by it.
5215         * gimple-expr.c (gimple_can_coalesce_p): Allow coalescing
5216         across variables when flag_tree_coalesce_vars.  Check register
5217         use and promoted modes to allow coalescing.  Moved to
5218         tree-ssa-coalesce.c.
5219         * tree-ssa-live.c (struct tree_int_map_hasher): Move along
5220         with its member functions to tree-ssa-coalesce.c.
5221         (var_map_base_init): Likewise.  Renamed to
5222         compute_samebase_partition_bases.
5223         (partition_view_normal): Drop want_bases parameter.
5224         (partition_view_bitmap): Likewise.
5225         * tree-ssa-live.h: Adjust declarations.
5226         * tree-ssa-coalesce.c: Include explow.h.
5227         (build_ssa_conflict_graph): Process PARM_ and RESULT_DECLs's
5228         default defs at the entry point.
5229         (dump_part_var_map): New.
5230         (compute_optimized_partition_bases): New, called by...
5231         (coalesce_ssa_name): ... when flag_tree_coalesce_vars, instead
5232         of compute_samebase_partition_bases.  Adjust.
5233         * alias.c (nonoverlapping_memrefs_p): Disregard gimple-regs.
5234         * cfgexpand.c (leader_merge): New.
5235         (get_rtl_for_parm_ssa_default_def): New.
5236         (set_rtl): Merge exprs and attrs, even for MEMs and non-SSA
5237         vars.  Update DECL_RTL for PARM_DECLs and RESULT_DECLs too.
5238         (expand_one_stack_var_at): Handle anonymous SSA_NAMEs.  Drop
5239         redundant MEM attr setting.
5240         (expand_one_stack_var_1): Handle anonymous SSA_NAMEs.  Renamed
5241         from...
5242         (expand_one_stack_var): ... this.  New wrapper to check and
5243         skip already expanded SSA partitions.
5244         (record_alignment_for_reg_var): New, factored out of...
5245         (expand_one_var): ... this.
5246         (expand_one_ssa_partition): New.
5247         (adjust_one_expanded_partition_var): New.
5248         (expand_one_register_var): Check and skip already expanded SSA
5249         partitions.
5250         (expand_used_vars): Don't create DECLs for anonymous SSA
5251         names.  Expand all SSA partitions, then adjust all SSA names.
5252         (pass::execute): Replace the loops that set
5253         SA.partition_to_pseudo from partition leaders and cleared
5254         DECL_RTL for multi-location variables, and that which used to
5255         rename vars and set attrs, with one that clears DECL_RTL and
5256         checks that PARMs and RESULTs default_defs match DECL_RTL.
5257         * cfgexpand.h (get_rtl_for_parm_ssa_default_def): Declare.
5258         * emit-rtl.c (set_reg_attrs_for_parm): Handle NULL decl.
5259         * explow.c (promote_ssa_mode): New.
5260         * explow.h (promote_ssa_mode): Declare.
5261         * expr.c (expand_expr_real_1): Handle anonymous SSA_NAMEs.
5262         * function.c: Include cfgexpand.h.
5263         (use_register_for_decl): Handle SSA_NAMEs, anonymous or not.
5264         (use_register_for_parm_decl): Wrapper for the above to
5265         special-case the result_ptr.
5266         (rtl_for_parm): Ditto for get_rtl_for_parm_ssa_default_def.
5267         (maybe_reset_rtl_for_parm): Reset DECL_RTL of parms with
5268         multiple locations.
5269         (assign_parm_adjust_stack_rtl): Add all and parm arguments,
5270         for rtl_for_parm.  For SSA-assigned parms, zero stack_parm.
5271         (assign_parm_setup_block): Prefer SSA-assigned location.
5272         (assign_parm_setup_reg): Likewise.  Use entry_parm for equiv
5273         if stack_parm is NULL.
5274         (assign_parm_setup_stack): Prefer SSA-assigned location.
5275         (assign_parms): Maybe reset DECL_RTL of params.  Adjust stack
5276         rtl before testing for pointer bounds.  Special-case result_ptr.
5277         (expand_function_start): Maybe reset DECL_RTL of result.
5278         Prefer SSA-assigned location for result and static chain.
5279         Factor out DECL_RESULT and SET_DECL_RTL.
5280         * tree-outof-ssa.c (insert_value_copy_on_edge): Handle
5281         anonymous SSA names.  Use promote_ssa_mode.
5282         (get_temp_reg): Likewise.
5283         (remove_ssa_form): Adjust.
5284         * var-tracking.c (dataflow_set_clear_at_call): Take call_insn
5285         and get its reg_usage for reg invalidation.
5286         (compute_bb_dataflow): Pass it insn.
5287         (emit_notes_in_bb): Likewise.
5288         * tree-ssa-loop-niter.c (loop_exits_before_overflow): Don't
5289         fail assert on conversion between unsigned types.
5291 2015-06-09  Alexandre Oliva <aoliva@redhat.com>
5293         PR debug/58315
5294         * tree-inline.c (reset_debug_binding): New.
5295         (reset_debug_bindings): Likewise.
5296         (expand_call_inline): Call it.
5298 2015-06-08  Jan Hubicka  <hubicka@ucw.cz>
5300         * tree.c (gimple_canonical_types_compatible_p): Drop comparsion of
5301         TYPE_STRING_FLAG.
5303 2015-06-08  Jan Hubicka  <hubicka@ucw.cz>
5305         * lto-streamer-out.c (lto_output_location): Stream
5306         reserved locations correctly.
5307         * lto-streamer-in.c (lto_output_location): Likewise.
5309 2015-06-08  Andrew MacLeod  <amacleod@redhat.com>
5311         * coretypes.h: Include hash-table.h and hash-set.h for host files.
5312         * ggc.h: Don't include statistics.h>
5313         * hash-map.h: Remove all includes.
5314         * hash-set.h: Likewise.
5315         * hash-table.h: Add statistics.h, inchash.h and hash-map-traits.h to
5316         the include list. Remove <new>.
5317         * inchash.h: Remove all includes.
5318         * mem-stats.h: Likewise.
5319         * vec.h: No special processing for generators or ggc.
5320         * alias.c : Adjust include files.
5321         * alloc-pool.c : Likewise.
5322         * alloc-pool.h : Likewise.
5323         * asan.c : Likewise.
5324         * attribs.c : Likewise.
5325         * auto-inc-dec.c : Likewise.
5326         * auto-profile.c : Likewise.
5327         * bb-reorder.c : Likewise.
5328         * bitmap.c : Likewise.
5329         * bitmap.h : Likewise.
5330         * bt-load.c : Likewise.
5331         * builtins.c : Likewise.
5332         * caller-save.c : Likewise.
5333         * calls.c : Likewise.
5334         * ccmp.c : Likewise.
5335         * cfg.c : Likewise.
5336         * cfganal.c : Likewise.
5337         * cfgbuild.c : Likewise.
5338         * cfgcleanup.c : Likewise.
5339         * cfgexpand.c : Likewise.
5340         * cfghooks.c : Likewise.
5341         * cfgloop.c : Likewise.
5342         * cfgloop.h : Likewise.
5343         * cfgloopanal.c : Likewise.
5344         * cfgloopmanip.c : Likewise.
5345         * cfgrtl.c : Likewise.
5346         * cgraph.c : Likewise.
5347         * cgraphbuild.c : Likewise.
5348         * cgraphclones.c : Likewise.
5349         * cgraphunit.c : Likewise.
5350         * cilk-common.c : Likewise.
5351         * combine-stack-adj.c : Likewise.
5352         * combine.c : Likewise.
5353         * compare-elim.c : Likewise.
5354         * context.c : Likewise.
5355         * convert.c : Likewise.
5356         * coverage.c : Likewise.
5357         * cppbuiltin.c : Likewise.
5358         * cprop.c : Likewise.
5359         * cse.c : Likewise.
5360         * cselib.c : Likewise.
5361         * data-streamer-in.c : Likewise.
5362         * data-streamer-out.c : Likewise.
5363         * data-streamer.c : Likewise.
5364         * data-streamer.h : Likewise.
5365         * dbxout.c : Likewise.
5366         * dce.c : Likewise.
5367         * ddg.c : Likewise.
5368         * debug.c : Likewise.
5369         * df-core.c : Likewise.
5370         * df-problems.c : Likewise.
5371         * df-scan.c : Likewise.
5372         * df.h : Likewise.
5373         * dfp.c : Likewise.
5374         * dojump.c : Likewise.
5375         * dominance.c : Likewise.
5376         * domwalk.c : Likewise.
5377         * double-int.c : Likewise.
5378         * dse.c : Likewise.
5379         * dumpfile.c : Likewise.
5380         * dwarf2asm.c : Likewise.
5381         * dwarf2cfi.c : Likewise.
5382         * dwarf2out.c : Likewise.
5383         * emit-rtl.c : Likewise.
5384         * et-forest.c : Likewise.
5385         * except.c : Likewise.
5386         * except.h : Likewise.
5387         * explow.c : Likewise.
5388         * expmed.c : Likewise.
5389         * expr.c : Likewise.
5390         * final.c : Likewise.
5391         * fixed-value.c : Likewise.
5392         * fold-const.c : Likewise.
5393         * function.c : Likewise.
5394         * fwprop.c : Likewise.
5395         * gcc-plugin.h : Likewise.
5396         * gcc.c : Likewise.
5397         * gcse-common.c : Likewise.
5398         * gcse.c : Likewise.
5399         * genattrtab.c : Likewise.
5400         * genautomata.c : Likewise.
5401         * genconditions.c : Likewise.
5402         * genemit.c : Likewise.
5403         * generic-match-head.c : Likewise.
5404         * genextract.c : Likewise.
5405         * gengtype-state.c : Likewise.
5406         * gengtype.c : Likewise.
5407         * genhooks.c : Likewise.
5408         * genmatch.c : Likewise.
5409         * genmodes.c : Likewise.
5410         * genrecog.c : Likewise.
5411         * gensupport.c : Likewise.
5412         * ggc-common.c : Likewise.
5413         * ggc-internal.h : Likewise.
5414         * ggc-none.c : Likewise.
5415         * ggc-page.c : Likewise.
5416         * gimple-builder.c : Likewise.
5417         * gimple-expr.c : Likewise.
5418         * gimple-fold.c : Likewise.
5419         * gimple-iterator.c : Likewise.
5420         * gimple-low.c : Likewise.
5421         * gimple-match-head.c : Likewise.
5422         * gimple-pretty-print.c : Likewise.
5423         * gimple-ssa-isolate-paths.c : Likewise.
5424         * gimple-ssa-strength-reduction.c : Likewise.
5425         * gimple-ssa.h : Likewise.
5426         * gimple-streamer-in.c : Likewise.
5427         * gimple-streamer-out.c : Likewise.
5428         * gimple-streamer.h : Likewise.
5429         * gimple-walk.c : Likewise.
5430         * gimple.c : Likewise.
5431         * gimplify-me.c : Likewise.
5432         * gimplify.c : Likewise.
5433         * godump.c : Likewise.
5434         * graph.c : Likewise.
5435         * graphds.c : Likewise.
5436         * graphite-blocking.c : Likewise.
5437         * graphite-dependences.c : Likewise.
5438         * graphite-interchange.c : Likewise.
5439         * graphite-isl-ast-to-gimple.c : Likewise.
5440         * graphite-optimize-isl.c : Likewise.
5441         * graphite-poly.c : Likewise.
5442         * graphite-scop-detection.c : Likewise.
5443         * graphite-sese-to-poly.c : Likewise.
5444         * graphite.c : Likewise.
5445         * haifa-sched.c : Likewise.
5446         * hard-reg-set.h : Likewise.
5447         * hw-doloop.c : Likewise.
5448         * ifcvt.c : Likewise.
5449         * inchash.c : Likewise.
5450         * incpath.c : Likewise.
5451         * init-regs.c : Likewise.
5452         * input.c : Likewise.
5453         * internal-fn.c : Likewise.
5454         * ipa-chkp.c : Likewise.
5455         * ipa-comdats.c : Likewise.
5456         * ipa-cp.c : Likewise.
5457         * ipa-devirt.c : Likewise.
5458         * ipa-icf-gimple.c : Likewise.
5459         * ipa-icf.c : Likewise.
5460         * ipa-inline-analysis.c : Likewise.
5461         * ipa-inline-transform.c : Likewise.
5462         * ipa-inline.c : Likewise.
5463         * ipa-polymorphic-call.c : Likewise.
5464         * ipa-profile.c : Likewise.
5465         * ipa-prop.c : Likewise.
5466         * ipa-pure-const.c : Likewise.
5467         * ipa-ref.c : Likewise.
5468         * ipa-reference.c : Likewise.
5469         * ipa-split.c : Likewise.
5470         * ipa-utils.c : Likewise.
5471         * ipa-visibility.c : Likewise.
5472         * ipa.c : Likewise.
5473         * ira-build.c : Likewise.
5474         * ira-color.c : Likewise.
5475         * ira-conflicts.c : Likewise.
5476         * ira-costs.c : Likewise.
5477         * ira-emit.c : Likewise.
5478         * ira-lives.c : Likewise.
5479         * ira.c : Likewise.
5480         * jump.c : Likewise.
5481         * langhooks.c : Likewise.
5482         * lcm.c : Likewise.
5483         * libfuncs.h : Likewise.
5484         * lists.c : Likewise.
5485         * loop-doloop.c : Likewise.
5486         * loop-init.c : Likewise.
5487         * loop-invariant.c : Likewise.
5488         * loop-iv.c : Likewise.
5489         * loop-unroll.c : Likewise.
5490         * lower-subreg.c : Likewise.
5491         * lra-assigns.c : Likewise.
5492         * lra-coalesce.c : Likewise.
5493         * lra-constraints.c : Likewise.
5494         * lra-eliminations.c : Likewise.
5495         * lra-lives.c : Likewise.
5496         * lra-remat.c : Likewise.
5497         * lra-spills.c : Likewise.
5498         * lra.c : Likewise.
5499         * lto-cgraph.c : Likewise.
5500         * lto-compress.c : Likewise.
5501         * lto-opts.c : Likewise.
5502         * lto-section-in.c : Likewise.
5503         * lto-section-out.c : Likewise.
5504         * lto-streamer-in.c : Likewise.
5505         * lto-streamer-out.c : Likewise.
5506         * lto-streamer.c : Likewise.
5507         * lto-streamer.h : Likewise.
5508         * mcf.c : Likewise.
5509         * mode-switching.c : Likewise.
5510         * modulo-sched.c : Likewise.
5511         * omega.c : Likewise.
5512         * omp-low.c : Likewise.
5513         * optabs.c : Likewise.
5514         * opts-global.c : Likewise.
5515         * opts.h : Likewise.
5516         * passes.c : Likewise.
5517         * plugin.c : Likewise.
5518         * postreload-gcse.c : Likewise.
5519         * postreload.c : Likewise.
5520         * predict.c : Likewise.
5521         * print-rtl.c : Likewise.
5522         * print-tree.c : Likewise.
5523         * profile.c : Likewise.
5524         * read-md.c : Likewise.
5525         * read-md.h : Likewise.
5526         * read-rtl.c : Likewise.
5527         * real.c : Likewise.
5528         * realmpfr.c : Likewise.
5529         * recog.c : Likewise.
5530         * ree.c : Likewise.
5531         * reg-stack.c : Likewise.
5532         * regcprop.c : Likewise.
5533         * reginfo.c : Likewise.
5534         * regrename.c : Likewise.
5535         * regstat.c : Likewise.
5536         * reload.c : Likewise.
5537         * reload1.c : Likewise.
5538         * reorg.c : Likewise.
5539         * resource.c : Likewise.
5540         * rtl-chkp.c : Likewise.
5541         * rtl.c : Likewise.
5542         * rtl.h : Likewise.
5543         * rtlanal.c : Likewise.
5544         * rtlhash.c : Likewise.
5545         * rtlhash.h : Likewise.
5546         * rtlhooks.c : Likewise.
5547         * sanopt.c : Likewise.
5548         * sched-deps.c : Likewise.
5549         * sched-ebb.c : Likewise.
5550         * sched-rgn.c : Likewise.
5551         * sched-vis.c : Likewise.
5552         * sdbout.c : Likewise.
5553         * sel-sched-dump.c : Likewise.
5554         * sel-sched-ir.c : Likewise.
5555         * sel-sched-ir.h : Likewise.
5556         * sel-sched.c : Likewise.
5557         * sese.c : Likewise.
5558         * shrink-wrap.c : Likewise.
5559         * shrink-wrap.h : Likewise.
5560         * simplify-rtx.c : Likewise.
5561         * stack-ptr-mod.c : Likewise.
5562         * statistics.c : Likewise.
5563         * stmt.c : Likewise.
5564         * stor-layout.c : Likewise.
5565         * store-motion.c : Likewise.
5566         * stringpool.c : Likewise.
5567         * symtab.c : Likewise.
5568         * target-globals.c : Likewise.
5569         * targhooks.c : Likewise.
5570         * tlink.c : Likewise.
5571         * toplev.c : Likewise.
5572         * tracer.c : Likewise.
5573         * trans-mem.c : Likewise.
5574         * tree-affine.c : Likewise.
5575         * tree-affine.h : Likewise.
5576         * tree-browser.c : Likewise.
5577         * tree-call-cdce.c : Likewise.
5578         * tree-cfg.c : Likewise.
5579         * tree-cfgcleanup.c : Likewise.
5580         * tree-chkp-opt.c : Likewise.
5581         * tree-chkp.c : Likewise.
5582         * tree-chrec.c : Likewise.
5583         * tree-complex.c : Likewise.
5584         * tree-data-ref.c : Likewise.
5585         * tree-dfa.c : Likewise.
5586         * tree-diagnostic.c : Likewise.
5587         * tree-dump.c : Likewise.
5588         * tree-eh.c : Likewise.
5589         * tree-eh.h : Likewise.
5590         * tree-emutls.c : Likewise.
5591         * tree-hasher.h : Likewise.
5592         * tree-if-conv.c : Likewise.
5593         * tree-inline.c : Likewise.
5594         * tree-inline.h : Likewise.
5595         * tree-into-ssa.c : Likewise.
5596         * tree-iterator.c : Likewise.
5597         * tree-loop-distribution.c : Likewise.
5598         * tree-nested.c : Likewise.
5599         * tree-nrv.c : Likewise.
5600         * tree-object-size.c : Likewise.
5601         * tree-outof-ssa.c : Likewise.
5602         * tree-parloops.c : Likewise.
5603         * tree-phinodes.c : Likewise.
5604         * tree-predcom.c : Likewise.
5605         * tree-pretty-print.c : Likewise.
5606         * tree-profile.c : Likewise.
5607         * tree-scalar-evolution.c : Likewise.
5608         * tree-sra.c : Likewise.
5609         * tree-ssa-address.c : Likewise.
5610         * tree-ssa-alias.c : Likewise.
5611         * tree-ssa-ccp.c : Likewise.
5612         * tree-ssa-coalesce.c : Likewise.
5613         * tree-ssa-copy.c : Likewise.
5614         * tree-ssa-copyrename.c : Likewise.
5615         * tree-ssa-dce.c : Likewise.
5616         * tree-ssa-dom.c : Likewise.
5617         * tree-ssa-dse.c : Likewise.
5618         * tree-ssa-forwprop.c : Likewise.
5619         * tree-ssa-ifcombine.c : Likewise.
5620         * tree-ssa-live.c : Likewise.
5621         * tree-ssa-loop-ch.c : Likewise.
5622         * tree-ssa-loop-im.c : Likewise.
5623         * tree-ssa-loop-ivcanon.c : Likewise.
5624         * tree-ssa-loop-ivopts.c : Likewise.
5625         * tree-ssa-loop-manip.c : Likewise.
5626         * tree-ssa-loop-niter.c : Likewise.
5627         * tree-ssa-loop-prefetch.c : Likewise.
5628         * tree-ssa-loop-unswitch.c : Likewise.
5629         * tree-ssa-loop.c : Likewise.
5630         * tree-ssa-math-opts.c : Likewise.
5631         * tree-ssa-operands.c : Likewise.
5632         * tree-ssa-phiopt.c : Likewise.
5633         * tree-ssa-phiprop.c : Likewise.
5634         * tree-ssa-pre.c : Likewise.
5635         * tree-ssa-propagate.c : Likewise.
5636         * tree-ssa-reassoc.c : Likewise.
5637         * tree-ssa-sccvn.c : Likewise.
5638         * tree-ssa-scopedtables.c : Likewise.
5639         * tree-ssa-sink.c : Likewise.
5640         * tree-ssa-strlen.c : Likewise.
5641         * tree-ssa-structalias.c : Likewise.
5642         * tree-ssa-tail-merge.c : Likewise.
5643         * tree-ssa-ter.c : Likewise.
5644         * tree-ssa-threadedge.c : Likewise.
5645         * tree-ssa-threadupdate.c : Likewise.
5646         * tree-ssa-uncprop.c : Likewise.
5647         * tree-ssa-uninit.c : Likewise.
5648         * tree-ssa.c : Likewise.
5649         * tree-ssanames.c : Likewise.
5650         * tree-stdarg.c : Likewise.
5651         * tree-streamer-in.c : Likewise.
5652         * tree-streamer-out.c : Likewise.
5653         * tree-streamer.c : Likewise.
5654         * tree-streamer.h : Likewise.
5655         * tree-switch-conversion.c : Likewise.
5656         * tree-tailcall.c : Likewise.
5657         * tree-vect-data-refs.c : Likewise.
5658         * tree-vect-generic.c : Likewise.
5659         * tree-vect-loop-manip.c : Likewise.
5660         * tree-vect-loop.c : Likewise.
5661         * tree-vect-patterns.c : Likewise.
5662         * tree-vect-slp.c : Likewise.
5663         * tree-vect-stmts.c : Likewise.
5664         * tree-vectorizer.c : Likewise.
5665         * tree-vectorizer.h : Likewise.
5666         * tree-vrp.c : Likewise.
5667         * tree.c : Likewise.
5668         * tsan.c : Likewise.
5669         * ubsan.c : Likewise.
5670         * valtrack.c : Likewise.
5671         * valtrack.h : Likewise.
5672         * value-prof.c : Likewise.
5673         * var-tracking.c : Likewise.
5674         * varasm.c : Likewise.
5675         * varpool.c : Likewise.
5676         * vec.c: Likewise.
5677         * vmsdbgout.c : Likewise.
5678         * vtable-verify.c : Likewise.
5679         * vtable-verify.h : Likewise.
5680         * web.c : Likewise.
5681         * wide-int.cc : Likewise.
5682         * xcoffout.c : Likewise.
5683         * config/aarch64/aarch64-builtins.c : Likewise.
5684         * config/aarch64/aarch64.c : Likewise.
5685         * config/aarch64/cortex-a57-fma-steering.c : Likewise.
5686         * config/alpha/alpha.c : Likewise.
5687         * config/arc/arc.c : Likewise.
5688         * config/arm/aarch-common.c : Likewise.
5689         * config/arm/arm-builtins.c : Likewise.
5690         * config/arm/arm-c.c : Likewise.
5691         * config/arm/arm.c : Likewise.
5692         * config/avr/avr-c.c : Likewise.
5693         * config/avr/avr-log.c : Likewise.
5694         * config/avr/avr.c : Likewise.
5695         * config/bfin/bfin.c : Likewise.
5696         * config/c6x/c6x.c : Likewise.
5697         * config/cr16/cr16.c : Likewise.
5698         * config/cris/cris.c : Likewise.
5699         * config/darwin-c.c : Likewise.
5700         * config/darwin.c : Likewise.
5701         * config/default-c.c : Likewise.
5702         * config/epiphany/epiphany.c : Likewise.
5703         * config/epiphany/mode-switch-use.c : Likewise.
5704         * config/epiphany/resolve-sw-modes.c : Likewise.
5705         * config/fr30/fr30.c : Likewise.
5706         * config/frv/frv.c : Likewise.
5707         * config/ft32/ft32.c : Likewise.
5708         * config/glibc-c.c : Likewise.
5709         * config/h8300/h8300.c : Likewise.
5710         * config/i386/i386-c.c : Likewise.
5711         * config/i386/i386.c : Likewise.
5712         * config/i386/msformat-c.c : Likewise.
5713         * config/i386/winnt-cxx.c : Likewise.
5714         * config/i386/winnt-stubs.c : Likewise.
5715         * config/i386/winnt.c : Likewise.
5716         * config/ia64/ia64-c.c : Likewise.
5717         * config/ia64/ia64.c : Likewise.
5718         * config/iq2000/iq2000.c : Likewise.
5719         * config/lm32/lm32.c : Likewise.
5720         * config/m32c/m32c-pragma.c : Likewise.
5721         * config/m32c/m32c.c : Likewise.
5722         * config/m32r/m32r.c : Likewise.
5723         * config/m68k/m68k.c : Likewise.
5724         * config/mcore/mcore.c : Likewise.
5725         * config/mep/mep-pragma.c : Likewise.
5726         * config/mep/mep.c : Likewise.
5727         * config/microblaze/microblaze-c.c : Likewise.
5728         * config/microblaze/microblaze.c : Likewise.
5729         * config/mips/mips.c : Likewise.
5730         * config/mmix/mmix.c : Likewise.
5731         * config/mn10300/mn10300.c : Likewise.
5732         * config/moxie/moxie.c : Likewise.
5733         * config/msp430/msp430-c.c : Likewise.
5734         * config/msp430/msp430.c : Likewise.
5735         * config/nds32/nds32-cost.c : Likewise.
5736         * config/nds32/nds32-fp-as-gp.c : Likewise.
5737         * config/nds32/nds32-intrinsic.c : Likewise.
5738         * config/nds32/nds32-isr.c : Likewise.
5739         * config/nds32/nds32-md-auxiliary.c : Likewise.
5740         * config/nds32/nds32-memory-manipulation.c : Likewise.
5741         * config/nds32/nds32-pipelines-auxiliary.c : Likewise.
5742         * config/nds32/nds32-predicates.c : Likewise.
5743         * config/nds32/nds32.c : Likewise.
5744         * config/nios2/nios2.c : Likewise.
5745         * config/nvptx/nvptx.c : Likewise.
5746         * config/pa/pa.c : Likewise.
5747         * config/pdp11/pdp11.c : Likewise.
5748         * config/rl78/rl78-c.c : Likewise.
5749         * config/rl78/rl78.c : Likewise.
5750         * config/rs6000/rs6000-c.c : Likewise.
5751         * config/rs6000/rs6000.c : Likewise.
5752         * config/rx/rx.c : Likewise.
5753         * config/s390/s390-c.c : Likewise.
5754         * config/s390/s390.c : Likewise.
5755         * config/sh/sh-c.c : Likewise.
5756         * config/sh/sh-mem.cc : Likewise.
5757         * config/sh/sh.c : Likewise.
5758         * config/sh/sh_optimize_sett_clrt.cc : Likewise.
5759         * config/sh/sh_treg_combine.cc : Likewise.
5760         * config/sol2-c.c : Likewise.
5761         * config/sol2-cxx.c : Likewise.
5762         * config/sol2-stubs.c : Likewise.
5763         * config/sol2.c : Likewise.
5764         * config/sparc/sparc-c.c : Likewise.
5765         * config/sparc/sparc.c : Likewise.
5766         * config/spu/spu-c.c : Likewise.
5767         * config/spu/spu.c : Likewise.
5768         * config/stormy16/stormy16.c : Likewise.
5769         * config/tilegx/mul-tables.c : Likewise.
5770         * config/tilegx/tilegx-c.c : Likewise.
5771         * config/tilegx/tilegx.c : Likewise.
5772         * config/tilepro/mul-tables.c : Likewise.
5773         * config/tilepro/tilepro-c.c : Likewise.
5774         * config/tilepro/tilepro.c : Likewise.
5775         * config/v850/v850-c.c : Likewise.
5776         * config/v850/v850.c : Likewise.
5777         * config/vax/vax.c : Likewise.
5778         * config/visium/visium.c : Likewise.
5779         * config/vms/vms-c.c : Likewise.
5780         * config/vms/vms.c : Likewise.
5781         * config/vxworks.c : Likewise.
5782         * config/winnt-c.c : Likewise.
5783         * config/xtensa/xtensa.c : Likewise.
5785 2015-06-08  Jan Hubicka  <hubicka@ucw.cz>
5787         PR lto/65378
5788         * ipa-utils.h (warn_types_mismatch): Update prototype.
5789         * ipa-devirt.c (odr_types_equivalent_p): Add loc1/loc2
5790         parameters.
5791         (type_mismatch_p): New function.
5792         (warn_types_mismatch): Reorg to work better on non-C++ types.
5793         (odr_types_equivalent_p): Add loc1/loc2 parameters.
5794         (add_type_duplicate): Update.
5796 2015-06-08  Tom de Vries  <tom@codesourcery.com>
5798         PR rtl-optimization/66444
5799         * postreload.c (reload_combine): Use get_call_reg_set_usage instead of
5800         call_used_regs.
5802 2015-06-08  Richard Biener  <rguenther@suse.de>
5804         PR tree-optimization/66422
5805         * tree-ssa-loop-ivcanon.c (remove_exits_and_undefined_stmts): Split
5806         block after inserted gcc_unreachable.
5808 2015-06-08  Nick Clifton  <nickc@redhat.com>
5810         * config/rx/rx.c (rx_function_value): Do not promote vector types.
5811         (rx_promote_function_mode): Likewise.
5812         * config/rx/rx.h (LIBCALL_VALUE): Likewise.
5814 2015-06-08  Jakub Jelinek  <jakub@redhat.com>
5816         * genattrtab.c (insn_alternatives): Change type from int *
5817         to uint64_t *.
5818         (check_attr_test): Shift ((uint64_t) 1) instead of 1 up.
5819         (get_attr_value): Change type of num_alt to uint64_t.
5820         (compute_alternative_mask): Change return type from
5821         int to uint64_t, shift ((uint64_t) 1) instead of 1 up.
5822         (make_alternative_compare, mk_attr_alt): Change argument type
5823         from int to uint64_t.
5824         (simplify_test_exp): Change type of i from int to uint64_t.
5825         Shift ((uint64_t) 1) instead of 1 up.
5826         (main): Adjust oballocvec first argument from int to uint64_t.
5827         Shift ((uint64_t) 1) instead of 1 up.
5829 2015-06-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
5831         PR other/65366
5832         * gdbhooks.py: Import sys.
5833         (intptr): New function.  Replace int(...) by intptr(...).
5835 2015-06-08  Richard Biener  <rguenther@suse.de>
5837         * tree-vect-stmts.c (vectorizable_load): Compute the pointer
5838         adjustment for gaps at the end of a SLP load group properly.
5839         * tree-vect-slp.c (vect_supported_load_permutation_p): Allow
5840         all permutations we can generate.
5841         (vect_transform_slp_perm_load): Use the correct group-size.
5843 2015-06-08  Marc Glisse  <marc.glisse@inria.fr>
5845         * genmatch.c (expr::gen_transform): For conditions, guess the type
5846         from the second operand.
5848 2015-06-08  Tom de Vries  <tom@codesourcery.com>
5850         PR tree-optimization/66442
5851         * gimple-iterator.h (gimple_seq_nondebug_singleton_p): Add function.
5852         * tree-parloops.c (try_transform_to_exit_first_loop_alt): Return false
5853         if the loop latch is not a singleton.  Use
5854         gimple_seq_nondebug_singleton_p instead of gimple_seq_singleton_p.
5856 2015-06-08  Marek Polacek  <polacek@redhat.com>
5858         PR sanitizer/66452
5859         * toplev.c (check_global_declaration): Don't warn about artificial
5860         decls.
5862 2015-06-08  Tom de Vries  <tom@codesourcery.com>
5864         PR tree-optimization/66436
5865         * cgraphunit.c (cgraph_node::analyze): Don't dump function to gimple
5866         dump file.
5867         * gimplify.c: Add tree-dump.h include.
5868         (gimplify_function_tree): Dump function to gimple dump file.
5869         * stor-layout.c (finalize_size_functions): Don't dump function to gimple
5870         dump file.
5872 2015-06-08  Tom de Vries  <tom@codesourcery.com>
5874         PR tree-optimization/66435
5875         * cgraphunit.c (cgraph_node::add_new_function): Dump message on new
5876         function.
5878 2015-06-06  Jan Hubicka  <hubicka@ucw.cz>
5880         * alias.c (get_alias_set): Be ready for TYPE_CANONICAL
5881         of ptr_type_node to not be ptr_to_node.
5882         * tree.c (gimple_types_compatible_p): Do not match TREE_CODE of
5883         TREE_TYPE of pointers.
5884         * gimple-expr.c (useless_type_conversion): Reorder the check for
5885         function pointers and TYPE_CANONICAL.
5887 2015-06-06  John David Anglin  <danglin@gcc.gnu.org>
5889         PR bootstrap/66319
5890         * config/pa/pa-hpux10.h (TARGET_OS_CPP_BUILTINS): Rearrange builtin
5891         defines.  Define _LARGEFILE_SOURCE and _LARGEFILE64_SOURCE for c++.
5892         Define _XOPEN_UNIX and _XOPEN_SOURCE_EXTENDED for c++ if unix95 or
5893         later.
5894         * config/pa/pa-hpux11.h (TARGET_OS_CPP_BUILTINS): Likewise.
5895         Define _INCLUDE_STDC_SOURCE_PRE_199901, _INCLUDE_STDC_SOURCE_199901,
5896         _INCLUDE_XOPEN_SOURCE_PRE_500, _INCLUDE_XOPEN_SOURCE_520,
5897         _INCLUDE_XOPEN_SOURCE_PRE_600 and _INCLUDE_XOPEN_SOURCE_600 for c++
5898         and non iso if unix2003.
5900 2015-06-06  Aldy Hernandez  <aldyh@redhat.com>
5902         * dwarf2out.c (gen_lexical_block_die): Initialize stmt_die.
5904 2015-06-06  Richard Sandiford  <richard.sandiford@arm.com>
5906         * emit-rtl.c, expr.c, gcse.c, optabs.c, optabs.h, print-rtl.c,
5907         rtl.h, bb-reorder.c, builtins.c, calls.c, cfgbuild.c, cfgexpand.c,
5908         cfgrtl.c, cilk-common.c, config/i386/i386.md, cse.c, dwarf2cfi.c,
5909         except.c, final.c, function.c, gcse-common.c, genemit.c,
5910         haifa-sched.c, ifcvt.c, jump.c, loop-invariant.c, loop-iv.c,
5911         lra-constraints.c, lra.c, reload1.c, resource.c, rtlanal.c,
5912         sched-deps.c, sched-ebb.c, sel-sched-ir.c, sel-sched.c,
5913         shrink-wrap.c, stmt.c, store-motion.c: Replace rtx base types with
5914         more derived ones.
5916 2015-06-06  Mikhail Maltsev  <maltsevm@gmail.com>
5918         * combine.c (combine_split_insns): Remove cast.
5919         * config/bfin/bfin.c (hwloop_fail): Add cast in try_split call.
5920         * config/sh/sh.c (sh_try_split_insn_simple): Remove cast.
5921         * config/sh/sh_treg_combine.cc (sh_treg_combine::execute): Add cast.
5922         * emit-rtl.c (try_split): Promote type of trial argument to rtx_insn.
5923         * genemit.c (gen_split): Change return type of generated functions to
5924         rtx_insn.
5925         * genrecog.c (get_failure_return): Use NULL instead of NULL_RTX.
5926         (print_subroutine_start): Promote rtx to rtx_insn in gen_split_* and
5927         gen_peephole2_* functions.
5928         (print_subroutine, main): Likewise.
5929         * recog.c (peephole2_optimize): Remove cast.
5930         (peep2_next_insn): Promote return type to rtx_insn.
5931         * recog.h (peep2_next_insn): Fix prototype.
5932         * rtl.h (try_split, split_insns): Likewise.
5934 2015-06-06  DJ Delorie  <dj@redhat.com>
5936         * config/msp430/msp430.c (msp430_asm_integer): Support addition
5937         and subtraction too.
5939 2015-06-05  Kaz Kojima  <kkojima@gcc.gnu.org>
5941         PR target/66410
5942         * config/sh/constraints.md (Sid, Ssd): New memory constraints.
5943         * config/sh/sh.md (*mov<mode>): Use Sid and Ssd alternatives
5944         instead of Snd.  Disparage Sid/z alternative with '^'.
5946 2015-06-05  Aldy Hernandez  <aldyh@redhat.com>
5948         * dwarf2out.c: Remove deferred_locations*.
5949         (dwarf2_debug_hooks): Add early_finish hook.
5950         Remove global_decl hook.
5951         Add early_global_decl and late_global_decl hook.
5952         New global early_dwarf.
5953         New structure set_early_dwarf.
5954         (output_die): Indicate whether a DIE was generated early
5955         when generating assembly with -dA.
5956         (struct limbo_die_struct): Document created_for field.
5957         Remove file_table_last_lookup.
5958         (remove_AT): Return TRUE if successful.
5959         (remove_child_TAG): Clear die_parent.
5960         (reparent_child): New function abstracted from...
5961         (splice_child_die): ...here.
5962         (new_die): ICE if a DIE ends up in limbo too late.
5963         (check_die): New.
5964         (defer_location): Remove.
5965         (add_subscript_info): Reuse DW_TAG_subrange_type if available.
5966         (fill_variable_array_bounds): New.
5967         (decl_start_label): Call fill_variable_array_bounds.
5968         (gen_formal_parameter_die): Rewrite to reuse previously generated
5969         DIEs.
5970         (gen_subprogram_die): Same.
5971         (gen_variable_die): Same.
5972         (gen_const_die): Same.
5973         (gen_label_die): Same.
5974         (gen_lexical_block_die): Same.
5975         (decl_will_get_specification_p): New.
5976         (local_function_static): New.
5977         (gen_struct_or_union_type_die): Fill in variable-length fields.
5978         (gen_typedef_die): Fill in variable-length typedefs.
5979         (gen_tagged_type_die): Gracefully return on error_mark_node.
5980         Handle re-entrancy.
5981         (gen_type_die_with_usage): Handle variable-length types.
5982         Remove duplicate code for ARRAY_TYPE case.
5983         (process_scope_var): Only process imported modules during early
5984         dwarf.
5985         (dwarf2out_early_global_decl): New.
5986         (dwarf2out_late_global_decl): Rename from dwarf2out_global_decl.
5987         (dwarf2out_type_decl): Set early_dwarf while calling
5988         dwarf2out_decl.
5989         (dwarf2out_decl): Verify that we did not recreate a previously
5990         generated DIE.
5991         Do not return on DECL_EXTERNALs in VAR_DECLs.
5992         Abstract some code to local_function_static.
5993         (lookup_filename): Remove use of file_table_last_lookup.
5994         Gracefully exit on missing file_name.
5995         (dwarf2out_finish): Verify limbo list.
5996         Remove deferred_locations_list use.
5997         Move deferred_asm_name and limbo flushing to...
5998         (dwarf2out_early_finish): ...here.  New.
5999         (dwarf2out_c_finalize): Remove set of deferred_location_list,
6000         deferred_asm_name, and file_table_last_lookup.
6001         * cgraph.h (referred_to_p): Add default argument.
6002         * cgraphunit.c (referred_to_p): Add and handle include_self
6003         argument.
6004         (analyze_functions): Add first_time argument.
6005         Call check_global_declaration for all symbols.
6006         Call late_global_decl for nodes for moribund nodes.
6007         (finalize_compilation_unit): Add new argument to
6008         analyze_functions.
6009         Call early_global_decl for functions.
6010         Call early_finish debug hook.
6011         * dbxout.c (dbxout_early_global_decl): New.
6012         (dbxout_late_global_decl): New.  Adapted from dbxout_global_decl.
6013         (dbx_debug_hooks): Add new hooks.
6014         (xcoff_debug_hooks): Same.
6015         * debug.c (do_nothing_debug_hooks): Add early_finish field.
6016         Add early and late debug hooks.
6017         Remove global_decl hook.
6018         * debug.h (struct gcc_debug_hooks): Add early_finish,
6019         early_global_decl, and late_global_decl fields.
6020         Remove global_decl field.
6021         Document gcc_debug_hooks.
6022         * gengtype.c (output_typename): Remove.
6023         * godump.c (go_early_global_decl): New.
6024         (go_late_global_decl): New.
6025         (go_global_decl): Remove.
6026         (dump_go_spec_init): Remove global_decl.  Add
6027         {early,late}_global_decl.
6028         * langhooks-def.h (LANG_HOOKS_WRITE_GLOBALS): Remove.
6029         (LANG_HOOKS_POST_COMPILATION_PARSING_CLEANUPS): New.
6030         * langhooks.c (lhd_warn_unused_global_decl): Adjust comment.
6031         (write_global_declarations): Remove.
6032         (global_decl_processing): New.
6033         * langhooks.h (struct lang_hooks_for_decls): Remove
6034         final_write_globals field.
6035         Add post_compilation_parsing_cleanups field.
6036         * passes.c (rest_of_decl_compilation): Call early_global_decl.
6037         * sdbout.c: Add early and late_global_decl hooks.  Remove
6038         sdbout_global_decl hook.
6039         Add early_finish field for sdb_debug_hooks.
6040         (sdbout_global_decl): Remove.
6041         (sdbout_early_global_decl): New.
6042         (sdbout_late_global_decl): New.
6043         * timevar.def (TV_PHASE_LATE_PARSING_CLEANUPS): New.
6044         * toplev.c (check_global_declaration): Rename from
6045         check_global_declaration_1.
6046         Adapt to use symtab infrastructure.
6047         (check_global_declarations): Remove.
6048         (emit_debug_global_declarations): Remove.
6049         (compile_file): Remove call to final_write_globals langhook.
6050         Run the actual compilation process.
6051         Perform any post compilation parser cleanups.
6052         Generate late debug info.
6053         * toplev.h (check_global_declaration): New.
6054         (check_global_declaration_1): Remove.
6055         (check_global_declarations): Remove.
6056         (write_global_declarations): Remove.
6057         (emit_debug_global_declarations): Remove.
6058         (global_decl_processing): New.
6059         * tree-core.h (struct tree_block): Add DIE field.
6060         * tree.h (BLOCK_DIE): New.
6061         * vmsdbgout.c (vmsdbgout_global_decl): Remove function and its use
6062         throughout.
6063         (vmsdbgout_early_global_decl): New.
6064         (vmsdbgout_late_global_decl): New.
6065         Add early_finish debug hook field to vmsdbg_debug_hooks.
6066         Remove vmsdbgout_decl to vmsdbgout_function_decl.
6067         Add early and late_global_decl debug hooks.
6069 2015-06-05  Julian Brown  <julian@codesourcery.com>
6070             Sandra Loosemore  <sandra@codesourcery.com>
6072         * config/print-sysroot-suffix.sh: Handle MULTILIB_REUSE settings.
6073         * config/t-sysroot-suffix (sysroot-suffix.h): Pass MULTILIB_REUSE
6074         to print-sysroot-suffix.sh script.
6076 2015-06-05  Tom de Vries  <tom@codesourcery.com>
6078         merge from gomp4 branch:
6079         2015-05-28  Tom de Vries  <tom@codesourcery.com>
6081         PR tree-optimization/65443
6082         * tree-parloops.c (replace_imm_uses, replace_uses_in_bb_by)
6083         (replace_uses_in_bbs_by, transform_to_exit_first_loop_alt)
6084         (try_transform_to_exit_first_loop_alt): New function.
6085         (transform_to_exit_first_loop): Use
6086         try_transform_to_exit_first_loop_alt.
6088 2015-06-05  James Greenhalgh  <james.greenhalgh@arm.com>
6090         * builtins.c (expand_builtin_atomic_compare_exchange): Call
6091         emit_cmp_and_jump_insns with the mode of target.
6093 2015-06-05  Venkataramanan Kumar  <venkataramanan.kumar@amd.com>
6095         * config/i386/sse.md (sse3_mwait): Swap the operand constriants.
6097 2015-06-04  DJ Delorie  <dj@redhat.com>
6099         * config/msp430/msp430.md (movsi_s): New.  Special case for
6100         storing a 20-bit symbol into a 32-bit register.
6101         * config/msp430/msp430.c (msp430_subreg): Add support for it.
6102         * config/msp430/predicates.md (msp430_symbol_operand): New.
6104 2015-06-04  Sriraman Tallam  <tmsriram@google.com>
6106         * c-family/c-common.c (noplt): New attribute.
6107         (handle_noplt_attribute): New handler.
6108         * calls.c (prepare_call_address): Check for noplt
6109         attribute.
6110         * config/i386/i386.c (ix86_expand_call): Check
6111         for noplt attribute.
6112         (ix86_nopic_noplt_attribute_p): New function.
6113         (ix86_output_call_insn): Output indirect call for non-pic
6114         no plt calls.
6115         * doc/extend.texi (noplt): Document new attribute.
6116         * doc/invoke.texi: Document new attribute.
6118 2015-06-04  Andrew MacLeod  <amacleod@redhat.com>
6120         * coretypes.h: Include machmode.h, signop.h, wide-int.h, double-int.h,
6121         real.h, and fixed-value.h when included in host source files.
6122         * double-int.h: Remove redundant #includes listed above.
6123         * fixed-value.h: Likewise.
6124         * real.h: Likewise.
6125         * wide-int.h: Likewise.
6126         * inchash.h: Likewise.
6127         * rtl.h: Add some include files When included from a generator file.
6128         * target.h: Remove wide-int.h and insn-modes.h from the include list.
6129         * internal-fn.h: Don't include coretypes.h.
6130         * alias.c: Adjust includes for restructured coretypes.h.
6131         * asan.c: Likewise.
6132         * attribs.c: Likewise.
6133         * auto-inc-dec.c: Likewise.
6134         * auto-profile.c: Likewise.
6135         * bb-reorder.c: Likewise.
6136         * bt-load.c: Likewise.
6137         * builtins.c: Likewise.
6138         * caller-save.c: Likewise.
6139         * calls.c: Likewise.
6140         * ccmp.c: Likewise.
6141         * cfg.c: Likewise.
6142         * cfganal.c: Likewise.
6143         * cfgbuild.c: Likewise.
6144         * cfgcleanup.c: Likewise.
6145         * cfgexpand.c: Likewise.
6146         * cfghooks.c: Likewise.
6147         * cfgloop.c: Likewise.
6148         * cfgloop.h: Likewise.
6149         * cfgloopanal.c: Likewise.
6150         * cfgloopmanip.c: Likewise.
6151         * cfgrtl.c: Likewise.
6152         * cgraph.c: Likewise.
6153         * cgraphbuild.c: Likewise.
6154         * cgraphclones.c: Likewise.
6155         * cgraphunit.c: Likewise.
6156         * cilk-common.c: Likewise.
6157         * combine-stack-adj.c: Likewise.
6158         * combine.c: Likewise.
6159         * compare-elim.c: Likewise.
6160         * convert.c: Likewise.
6161         * coverage.c: Likewise.
6162         * cppbuiltin.c: Likewise.
6163         * cprop.c: Likewise.
6164         * cse.c: Likewise.
6165         * cselib.c: Likewise.
6166         * data-streamer-in.c: Likewise.
6167         * data-streamer-out.c: Likewise.
6168         * data-streamer.c: Likewise.
6169         * dbxout.c: Likewise.
6170         * dce.c: Likewise.
6171         * ddg.c: Likewise.
6172         * debug.c: Likewise.
6173         * df-core.c: Likewise.
6174         * df-problems.c: Likewise.
6175         * df-scan.c: Likewise.
6176         * df.h: Likewise.
6177         * dfp.c: Likewise.
6178         * dojump.c: Likewise.
6179         * dominance.c: Likewise.
6180         * domwalk.c: Likewise.
6181         * double-int.c: Likewise.
6182         * dse.c: Likewise.
6183         * dumpfile.c: Likewise.
6184         * dwarf2asm.c: Likewise.
6185         * dwarf2cfi.c: Likewise.
6186         * dwarf2out.c: Likewise.
6187         * dwarf2out.h: Likewise.
6188         * emit-rtl.c: Likewise.
6189         * et-forest.c: Likewise.
6190         * except.c: Likewise.
6191         * explow.c: Likewise.
6192         * expmed.c: Likewise.
6193         * expr.c: Likewise.
6194         * final.c: Likewise.
6195         * fixed-value.c: Likewise.
6196         * fold-const.c: Likewise.
6197         * function.c: Likewise.
6198         * fwprop.c: Likewise.
6199         * gcc-plugin.h: Likewise.
6200         * gcse.c: Likewise.
6201         * generic-match-head.c: Likewise.
6202         * ggc-page.c: Likewise.
6203         * gimple-builder.c: Likewise.
6204         * gimple-expr.c: Likewise.
6205         * gimple-fold.c: Likewise.
6206         * gimple-iterator.c: Likewise.
6207         * gimple-low.c: Likewise.
6208         * gimple-match-head.c: Likewise.
6209         * gimple-pretty-print.c: Likewise.
6210         * gimple-ssa-isolate-paths.c: Likewise.
6211         * gimple-ssa-strength-reduction.c: Likewise.
6212         * gimple-streamer-in.c: Likewise.
6213         * gimple-streamer-out.c: Likewise.
6214         * gimple-streamer.h: Likewise.
6215         * gimple-walk.c: Likewise.
6216         * gimple.c: Likewise.
6217         * gimplify-me.c: Likewise.
6218         * gimplify.c: Likewise.
6219         * godump.c: Likewise.
6220         * graph.c: Likewise.
6221         * graphite-blocking.c: Likewise.
6222         * graphite-dependences.c: Likewise.
6223         * graphite-interchange.c: Likewise.
6224         * graphite-isl-ast-to-gimple.c: Likewise.
6225         * graphite-optimize-isl.c: Likewise.
6226         * graphite-poly.c: Likewise.
6227         * graphite-scop-detection.c: Likewise.
6228         * graphite-sese-to-poly.c: Likewise.
6229         * graphite.c: Likewise.
6230         * haifa-sched.c: Likewise.
6231         * hooks.h: Likewise.
6232         * hw-doloop.c: Likewise.
6233         * ifcvt.c: Likewise.
6234         * incpath.c: Likewise.
6235         * init-regs.c: Likewise.
6236         * internal-fn.c: Likewise.
6237         * ipa-chkp.c: Likewise.
6238         * ipa-comdats.c: Likewise.
6239         * ipa-cp.c: Likewise.
6240         * ipa-devirt.c: Likewise.
6241         * ipa-icf-gimple.c: Likewise.
6242         * ipa-icf.c: Likewise.
6243         * ipa-inline-analysis.c: Likewise.
6244         * ipa-inline-transform.c: Likewise.
6245         * ipa-inline.c: Likewise.
6246         * ipa-polymorphic-call.c: Likewise.
6247         * ipa-profile.c: Likewise.
6248         * ipa-prop.c: Likewise.
6249         * ipa-pure-const.c: Likewise.
6250         * ipa-ref.c: Likewise.
6251         * ipa-reference.c: Likewise.
6252         * ipa-split.c: Likewise.
6253         * ipa-utils.c: Likewise.
6254         * ipa-visibility.c: Likewise.
6255         * ipa.c: Likewise.
6256         * ira-build.c: Likewise.
6257         * ira-color.c: Likewise.
6258         * ira-conflicts.c: Likewise.
6259         * ira-costs.c: Likewise.
6260         * ira-emit.c: Likewise.
6261         * ira-lives.c: Likewise.
6262         * ira.c: Likewise.
6263         * jump.c: Likewise.
6264         * langhooks.c: Likewise.
6265         * lcm.c: Likewise.
6266         * loop-doloop.c: Likewise.
6267         * loop-init.c: Likewise.
6268         * loop-invariant.c: Likewise.
6269         * loop-iv.c: Likewise.
6270         * loop-unroll.c: Likewise.
6271         * lower-subreg.c: Likewise.
6272         * lra-assigns.c: Likewise.
6273         * lra-coalesce.c: Likewise.
6274         * lra-constraints.c: Likewise.
6275         * lra-eliminations.c: Likewise.
6276         * lra-lives.c: Likewise.
6277         * lra-remat.c: Likewise.
6278         * lra-spills.c: Likewise.
6279         * lra.c: Likewise.
6280         * lto-cgraph.c: Likewise.
6281         * lto-compress.c: Likewise.
6282         * lto-opts.c: Likewise.
6283         * lto-section-in.c: Likewise.
6284         * lto-section-out.c: Likewise.
6285         * lto-streamer-in.c: Likewise.
6286         * lto-streamer-out.c: Likewise.
6287         * lto-streamer.c: Likewise.
6288         * mcf.c: Likewise.
6289         * mode-switching.c: Likewise.
6290         * modulo-sched.c: Likewise.
6291         * omega.c: Likewise.
6292         * omp-low.c: Likewise.
6293         * optabs.c: Likewise.
6294         * opts-global.c: Likewise.
6295         * passes.c: Likewise.
6296         * plugin.c: Likewise.
6297         * postreload-gcse.c: Likewise.
6298         * postreload.c: Likewise.
6299         * predict.c: Likewise.
6300         * print-rtl.c: Likewise.
6301         * print-tree.c: Likewise.
6302         * profile.c: Likewise.
6303         * real.c: Likewise.
6304         * realmpfr.c: Likewise.
6305         * realmpfr.h: Likewise.
6306         * recog.c: Likewise.
6307         * ree.c: Likewise.
6308         * reg-stack.c: Likewise.
6309         * regcprop.c: Likewise.
6310         * reginfo.c: Likewise.
6311         * regrename.c: Likewise.
6312         * regs.h: Likewise.
6313         * regstat.c: Likewise.
6314         * reload.c: Likewise.
6315         * reload1.c: Likewise.
6316         * reorg.c: Likewise.
6317         * resource.c: Likewise.
6318         * rtl-chkp.c: Likewise.
6319         * rtlanal.c: Likewise.
6320         * rtlhooks.c: Likewise.
6321         * sanopt.c: Likewise.
6322         * sched-deps.c: Likewise.
6323         * sched-ebb.c: Likewise.
6324         * sched-rgn.c: Likewise.
6325         * sched-vis.c: Likewise.
6326         * sdbout.c: Likewise.
6327         * sel-sched-dump.c: Likewise.
6328         * sel-sched-ir.c: Likewise.
6329         * sel-sched.c: Likewise.
6330         * sese.c: Likewise.
6331         * shrink-wrap.c: Likewise.
6332         * shrink-wrap.h: Likewise.
6333         * simplify-rtx.c: Likewise.
6334         * stack-ptr-mod.c: Likewise.
6335         * statistics.c: Likewise.
6336         * stmt.c: Likewise.
6337         * stor-layout.c: Likewise.
6338         * store-motion.c: Likewise.
6339         * stringpool.c: Likewise.
6340         * symtab.c: Likewise.
6341         * target-globals.c: Likewise.
6342         * targhooks.c: Likewise.
6343         * toplev.c: Likewise.
6344         * tracer.c: Likewise.
6345         * trans-mem.c: Likewise.
6346         * tree-affine.c: Likewise.
6347         * tree-affine.h: Likewise.
6348         * tree-browser.c: Likewise.
6349         * tree-call-cdce.c: Likewise.
6350         * tree-cfg.c: Likewise.
6351         * tree-cfgcleanup.c: Likewise.
6352         * tree-chkp-opt.c: Likewise.
6353         * tree-chkp.c: Likewise.
6354         * tree-chrec.c: Likewise.
6355         * tree-complex.c: Likewise.
6356         * tree-data-ref.c: Likewise.
6357         * tree-dfa.c: Likewise.
6358         * tree-diagnostic.c: Likewise.
6359         * tree-dump.c: Likewise.
6360         * tree-eh.c: Likewise.
6361         * tree-emutls.c: Likewise.
6362         * tree-if-conv.c: Likewise.
6363         * tree-inline.c: Likewise.
6364         * tree-into-ssa.c: Likewise.
6365         * tree-iterator.c: Likewise.
6366         * tree-loop-distribution.c: Likewise.
6367         * tree-nested.c: Likewise.
6368         * tree-nrv.c: Likewise.
6369         * tree-object-size.c: Likewise.
6370         * tree-outof-ssa.c: Likewise.
6371         * tree-parloops.c: Likewise.
6372         * tree-phinodes.c: Likewise.
6373         * tree-predcom.c: Likewise.
6374         * tree-pretty-print.c: Likewise.
6375         * tree-pretty-print.h: Likewise.
6376         * tree-profile.c: Likewise.
6377         * tree-scalar-evolution.c: Likewise.
6378         * tree-sra.c: Likewise.
6379         * tree-ssa-address.c: Likewise.
6380         * tree-ssa-alias.c: Likewise.
6381         * tree-ssa-ccp.c: Likewise.
6382         * tree-ssa-coalesce.c: Likewise.
6383         * tree-ssa-copy.c: Likewise.
6384         * tree-ssa-copyrename.c: Likewise.
6385         * tree-ssa-dce.c: Likewise.
6386         * tree-ssa-dom.c: Likewise.
6387         * tree-ssa-dse.c: Likewise.
6388         * tree-ssa-forwprop.c: Likewise.
6389         * tree-ssa-ifcombine.c: Likewise.
6390         * tree-ssa-live.c: Likewise.
6391         * tree-ssa-loop-ch.c: Likewise.
6392         * tree-ssa-loop-im.c: Likewise.
6393         * tree-ssa-loop-ivcanon.c: Likewise.
6394         * tree-ssa-loop-ivopts.c: Likewise.
6395         * tree-ssa-loop-manip.c: Likewise.
6396         * tree-ssa-loop-niter.c: Likewise.
6397         * tree-ssa-loop-prefetch.c: Likewise.
6398         * tree-ssa-loop-unswitch.c: Likewise.
6399         * tree-ssa-loop.c: Likewise.
6400         * tree-ssa-loop.h: Likewise.
6401         * tree-ssa-math-opts.c: Likewise.
6402         * tree-ssa-operands.c: Likewise.
6403         * tree-ssa-phiopt.c: Likewise.
6404         * tree-ssa-phiprop.c: Likewise.
6405         * tree-ssa-pre.c: Likewise.
6406         * tree-ssa-propagate.c: Likewise.
6407         * tree-ssa-reassoc.c: Likewise.
6408         * tree-ssa-sccvn.c: Likewise.
6409         * tree-ssa-scopedtables.c: Likewise.
6410         * tree-ssa-sink.c: Likewise.
6411         * tree-ssa-strlen.c: Likewise.
6412         * tree-ssa-structalias.c: Likewise.
6413         * tree-ssa-tail-merge.c: Likewise.
6414         * tree-ssa-ter.c: Likewise.
6415         * tree-ssa-threadedge.c: Likewise.
6416         * tree-ssa-threadupdate.c: Likewise.
6417         * tree-ssa-uncprop.c: Likewise.
6418         * tree-ssa-uninit.c: Likewise.
6419         * tree-ssa.c: Likewise.
6420         * tree-ssanames.c: Likewise.
6421         * tree-stdarg.c: Likewise.
6422         * tree-streamer-in.c: Likewise.
6423         * tree-streamer-out.c: Likewise.
6424         * tree-streamer.c: Likewise.
6425         * tree-switch-conversion.c: Likewise.
6426         * tree-tailcall.c: Likewise.
6427         * tree-vect-data-refs.c: Likewise.
6428         * tree-vect-generic.c: Likewise.
6429         * tree-vect-loop-manip.c: Likewise.
6430         * tree-vect-loop.c: Likewise.
6431         * tree-vect-patterns.c: Likewise.
6432         * tree-vect-slp.c: Likewise.
6433         * tree-vect-stmts.c: Likewise.
6434         * tree-vectorizer.c: Likewise.
6435         * tree-vrp.c: Likewise.
6436         * tree.c: Likewise.
6437         * tsan.c: Likewise.
6438         * ubsan.c: Likewise.
6439         * valtrack.c: Likewise.
6440         * value-prof.c: Likewise.
6441         * var-tracking.c: Likewise.
6442         * varasm.c: Likewise.
6443         * varpool.c: Likewise.
6444         * vmsdbgout.c: Likewise.
6445         * vtable-verify.c: Likewise.
6446         * web.c: Likewise.
6447         * wide-int-print.cc: Likewise.
6448         * wide-int-print.h: Likewise.
6449         * wide-int.cc: Likewise.
6450         * xcoffout.c: Likewise.
6451         * config/aarch64/aarch64-builtins.c: Likewise.
6452         * config/aarch64/aarch64.c: Likewise.
6453         * config/aarch64/cortex-a57-fma-steering.c: Likewise.
6454         * config/alpha/alpha.c: Likewise.
6455         * config/arc/arc.c: Likewise.
6456         * config/arm/aarch-common.c: Likewise.
6457         * config/arm/arm-builtins.c: Likewise.
6458         * config/arm/arm-c.c: Likewise.
6459         * config/arm/arm.c: Likewise.
6460         * config/avr/avr-c.c: Likewise.
6461         * config/avr/avr-log.c: Likewise.
6462         * config/avr/avr.c: Likewise.
6463         * config/bfin/bfin.c: Likewise.
6464         * config/c6x/c6x.c: Likewise.
6465         * config/cr16/cr16.c: Likewise.
6466         * config/cris/cris.c: Likewise.
6467         * config/darwin-c.c: Likewise.
6468         * config/darwin.c: Likewise.
6469         * config/default-c.c: Likewise.
6470         * config/epiphany/epiphany.c: Likewise.
6471         * config/epiphany/mode-switch-use.c: Likewise.
6472         * config/epiphany/resolve-sw-modes.c: Likewise.
6473         * config/fr30/fr30.c: Likewise.
6474         * config/frv/frv.c: Likewise.
6475         * config/ft32/ft32.c: Likewise.
6476         * config/glibc-c.c: Likewise.
6477         * config/h8300/h8300.c: Likewise.
6478         * config/i386/i386-c.c: Likewise.
6479         * config/i386/i386.c: Likewise.
6480         * config/i386/msformat-c.c: Likewise.
6481         * config/i386/winnt-cxx.c: Likewise.
6482         * config/i386/winnt-stubs.c: Likewise.
6483         * config/i386/winnt.c: Likewise.
6484         * config/ia64/ia64-c.c: Likewise.
6485         * config/ia64/ia64.c: Likewise.
6486         * config/iq2000/iq2000.c: Likewise.
6487         * config/lm32/lm32.c: Likewise.
6488         * config/m32c/m32c-pragma.c: Likewise.
6489         * config/m32c/m32c.c: Likewise.
6490         * config/m32r/m32r.c: Likewise.
6491         * config/m68k/m68k.c: Likewise.
6492         * config/mcore/mcore.c: Likewise.
6493         * config/mep/mep-pragma.c: Likewise.
6494         * config/mep/mep.c: Likewise.
6495         * config/microblaze/microblaze-c.c: Likewise.
6496         * config/microblaze/microblaze.c: Likewise.
6497         * config/mips/mips.c: Likewise.
6498         * config/mmix/mmix.c: Likewise.
6499         * config/mn10300/mn10300.c: Likewise.
6500         * config/moxie/moxie.c: Likewise.
6501         * config/msp430/msp430-c.c: Likewise.
6502         * config/msp430/msp430.c: Likewise.
6503         * config/nds32/nds32-cost.c: Likewise.
6504         * config/nds32/nds32-fp-as-gp.c: Likewise.
6505         * config/nds32/nds32-intrinsic.c: Likewise.
6506         * config/nds32/nds32-isr.c: Likewise.
6507         * config/nds32/nds32-md-auxiliary.c: Likewise.
6508         * config/nds32/nds32-memory-manipulation.c: Likewise.
6509         * config/nds32/nds32-pipelines-auxiliary.c: Likewise.
6510         * config/nds32/nds32-predicates.c: Likewise.
6511         * config/nds32/nds32.c: Likewise.
6512         * config/nios2/nios2.c: Likewise.
6513         * config/nvptx/nvptx.c: Likewise.
6514         * config/pa/pa.c: Likewise.
6515         * config/pdp11/pdp11.c: Likewise.
6516         * config/rl78/rl78-c.c: Likewise.
6517         * config/rl78/rl78.c: Likewise.
6518         * config/rs6000/rs6000-c.c: Likewise.
6519         * config/rs6000/rs6000.c: Likewise.
6520         * config/rx/rx.c: Likewise.
6521         * config/s390/s390-c.c: Likewise.
6522         * config/s390/s390.c: Likewise.
6523         * config/sh/sh-c.c: Likewise.
6524         * config/sh/sh-mem.cc: Likewise.
6525         * config/sh/sh.c: Likewise.
6526         * config/sh/sh_optimize_sett_clrt.cc: Likewise.
6527         * config/sh/sh_treg_combine.cc: Likewise.
6528         * config/sol2-c.c: Likewise.
6529         * config/sol2-cxx.c: Likewise.
6530         * config/sol2-stubs.c: Likewise.
6531         * config/sol2.c: Likewise.
6532         * config/sparc/sparc-c.c: Likewise.
6533         * config/sparc/sparc.c: Likewise.
6534         * config/spu/spu-c.c: Likewise.
6535         * config/spu/spu.c: Likewise.
6536         * config/stormy16/stormy16.c: Likewise.
6537         * config/tilegx/mul-tables.c: Likewise.
6538         * config/tilegx/tilegx-c.c: Likewise.
6539         * config/tilegx/tilegx.c: Likewise.
6540         * config/tilepro/mul-tables.c: Likewise.
6541         * config/tilepro/tilepro-c.c: Likewise.
6542         * config/tilepro/tilepro.c: Likewise.
6543         * config/v850/v850-c.c: Likewise.
6544         * config/v850/v850.c: Likewise.
6545         * config/vax/vax.c: Likewise.
6546         * config/visium/visium.c: Likewise.
6547         * config/vms/vms-c.c: Likewise.
6548         * config/vms/vms.c: Likewise.
6549         * config/vxworks.c: Likewise.
6550         * config/winnt-c.c: Likewise.
6551         * config/xtensa/xtensa.c: Likewise.
6552         * common/config/bfin/bfin-common.c: Likewise.
6554 2015-06-04  Jan Hubicka  <hubicka@ucw.cz>
6556         * tree.h (tree_code_for_canonical_type_merging): New function.
6557         * tree.c (gimple_canonical_types_compatible_p): Use
6558         tree_code_for_canonical_type_merging..
6560 2015-06-04  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
6562         PR c++/66192
6563         PR target/66200
6564         * doc/tm.texi: Regenerate.
6565         * doc/tm.texi.in (TARGET_RELAXED_ORDERING): Delete.
6566         * target.def (TARGET_RELAXED_ORDERING): Likewise.
6567         * config/alpha/alpha.c (TARGET_RELAXED_ORDERING): Likewise.
6568         * config/ia64/ia64.c (TARGET_RELAXED_ORDERING): Likewise.
6569         * config/rs6000/rs6000.c (TARGET_RELAXED_ORDERING): Likewise.
6570         * config/sparc/linux.h (SPARC_RELAXED_ORDERING): Likewise.
6571         * config/sparc/linux64.h (SPARC_RELAXED_ORDERING): Likewise.
6572         * config/sparc/sparc.c (TARGET_RELAXED_ORDERING): Likewise.
6573         * config/sparc/sparc.h (SPARC_RELAXED_ORDERING): Likewise.
6575 2015-06-04  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
6577         * config/aarch64/aarch64.c (aarch64_override_options): Unconditionally
6578         register fma steering pass.
6579         * config/aarch64/cortex-a57-fma-steering.c (gate): Add gating on
6580         AARCH64_TUNE_FMA_STEERING.
6582 2015-06-03  Jan Hubicka  <hubicka@ucw.cz>
6584         * tree.c (verify_type_variant): Verify that type and variant is
6585         compatible.
6586         (gimple_canonical_types_compatible_p): Look for main variants.
6588 2015-06-03  Michael Meissner  <meissner@linux.vnet.ibm.com>
6590         * config.gcc (powerpc*-*-*): Add support for a new configure
6591         option --with-advance-toolchain=<xxx> which overrides using the
6592         default header files, libraries and dynamic linker.
6594         * config/rs6000/linux64.h (SUBSUBTARGET_EXTRA_SPECS): Add new
6595         specs to support the configure --with-advance-toolchain=<xxx>
6596         option.
6597         (INCLUDE_EXTRA_SPEC): Likewise.
6598         (LINK_OS_EXTRA_SPEC32): Likewise.
6599         (LINK_OK_EXTRA_SPEC64): Likewise.
6600         (LINK_OS_NEW_DTAGS_SPEC): Likewise.
6601         (DYNAMIC_LINKER_PREFIX): Likewise.
6602         (CPP_OS_DEFAULT_SPEC): Use the new specs for providing advance
6603         toolchain support.
6604         (GLIBC_DYNAMIC_LINKER32): Likewise.
6605         (GLIBC_DYNAMIC_LINKER64): Likewise.
6606         (LINK_OS_LINUX_SPEC32): Likewise.
6607         (LINK_OS_LINUX_SPEC64): Likewise.
6609         * doc/install.texi (--enable-advance-toolchain=<xx>): Document new
6610         configuration option.
6612 2015-06-03  Uros Bizjak  <ubizjak@gmail.com>
6614         PR target/66275
6615         * config/i386/i386.c (ix86_function_arg_regno): Use ix86_cfun_abi
6616         to determine current function ABI.
6617         (ix86_function_value_regno_p): Ditto.
6619 2015-06-03  Martin Liska  <mliska@suse.cz>
6621         * alloc-pool.h (struct pool_usage): Correct GNU coding style.
6622         * bitmap.h (struct bitmap_usage): Likewise.
6623         * ggc-common.c (struct ggc_usage): Likewise.
6624         * mem-stats.h (struct mem_location): Likewise.
6625         (struct mem_usage): Likewise.
6626         * vec.c (struct vec_usage): Likewise.
6628 2015-06-03  Benigno B. Junior  <bbj@gentoo.org>
6630         * config/netbsd-elf.h (NETBSD_LINK_SPEC_ELF): Turn -symbolic into
6631         -Bsymbolic.
6633 2015-06-02  Andres Tiraboschi  <andres.tiraboschi@tallertechnologies.com>
6635         * doc/plugins.texi (enum plugin_event): New event.
6636         * plugin.c (register_callback): Handle PLUGIN_START_PARSE_FUNCTION
6637         and PLUGIN_FINISH_FUNCTION.
6638         * plugin.def (PLUGIN_START_PARSE_FUNCTION): Add plugin event
6639         (PLUGIN_FINISH_PARSE_FUNCTION): Likewise.
6641 2015-06-03  Richard Biener  <rguenther@suse.de>
6643         * tree-vect-data-refs.c (vect_analyze_group_access): Properly
6644         compute GROUP_GAP for the first element.
6645         * tree-vect-slp.c (vect_build_slp_tree_1): Remove restriction
6646         on in-group gaps.
6648 2015-06-03  Nick Clifton  <nickc@redhat.com>
6650         * config/rl78/rl78-real.md: Add peepholes to avoid a register
6651         copy when calling a function.
6652         * config/rl78/rl78.c (need_to_save): Do not push the frame
6653         pointer in an interrupt handler prologue if it is never used.
6655 2015-06-03  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
6657         * ifcvt (end_ifcvt_sequence): Fix typo in comment above.
6659 2015-06-03  Ilya Enkovich  <ilya.enkovich@intel.com>
6661         * ipa-chkp.c (chkp_maybe_create_clone): Create alias
6662         reference when cloning alias node.
6664 2015-06-03  Martin Liska  <mliska@suse.cz>
6666         * alloc-pool.h (struct pool_usage): Correct space padding.
6667         * ggc-page.c (ggc_print_statistics): Align columns in a report.
6668         * mem-stats.h (struct mem_usage): Add argument to print_dash_line.
6669         * tree.c (dump_tree_statistics): Align columns in a report.
6671 2015-06-03  Martin Liska  <mliska@suse.cz>
6673         * alloc-pool.c (allocate_pool_descriptor): Remove.
6674         (struct pool_output_info): Likewise.
6675         (print_alloc_pool_statistics): Likewise.
6676         (dump_alloc_pool_statistics): Likewise.
6677         * alloc-pool.h (struct pool_usage): New struct.
6678         (pool_allocator::initialize): Change usage of memory statistics
6679         to a new interface.
6680         (pool_allocator::release): Likewise.
6681         (pool_allocator::allocate): Likewise.
6682         (pool_allocator::remove): Likewise.
6683         * mem-stats-traits.h (enum mem_alloc_origin): Add new enum value
6684         for a pool allocator.
6685         * mem-stats.h (struct mem_location): Add new ctor.
6686         (struct mem_usage): Add counter for number of
6687         instances.
6688         (mem_alloc_description::register_descriptor): New overload of
6689         * mem-stats.h (mem_location::to_string): New function.
6690         * bitmap.h (struct bitmap_usage): Use this new function.
6691         * ggc-common.c (struct ggc_usage): Likewise.
6692         the function.
6694 2015-06-03  Richard Sandiford  <richard.sandiford@arm.com>
6696         * defaults.h (SWITCHABLE_TARGET, TARGET_SUPPORTS_WIDE_INT): Move out
6697         of GCC_INSN_FLAGS_H block.
6699 2015-06-03  Andrew Bennett  <andrew.bennett@imgtec.com>
6701         * explow.c (plus_constant): Update check after force_const_mem call
6702         to see if the value returned is not a NULL_RTX.
6704 2015-06-03  Ilya Enkovich  <ilya.enkovich@intel.com>
6706         * ipa.c (symbol_table::remove_unreachable_nodes): Don't
6707         remove instumentation thunks calling reachable functions.
6708         * lto-cgraph.c (output_refs): Always output IPA_REF_CHKP.
6709         * lto/lto-partition.c (privatize_symbol_name_1): New.
6710         (privatize_symbol_name): Privatize both decl and orig_decl
6711         names for instrumented functions.
6712         * cgraph.c (cgraph_node::verify_node): Add transparent
6713         alias chain check for instrumented node.
6715 2015-06-03  Marek Polacek  <polacek@redhat.com>
6717         PR c/64223
6718         PR c/29358
6719         * tree.c (attribute_value_equal): Handle attribute format.
6720         (cmp_attrib_identifiers): Factor out of lookup_ident_attribute.
6722 2015-06-03  Richard Biener  <rguenther@suse.de>
6724         PR tree-optimization/63916
6725         * tree-ssa-sccvn.c (vn_reference_maybe_forwprop_address):
6726         Forward-propagate non-invariant addresses by splicing their
6727         reference ops if the result isn't going to be used by PRE.
6728         (vn_reference_lookup_3): Remove pointless assert.
6730 2015-06-03  Richard Biener  <rguenther@suse.de>
6732         PR tree-optimization/66375
6733         * tree-scalar-evolution.c (follow_ssa_edge_binary): First
6734         add to the evolution before following SSA edges.
6736 2015-06-03  Bin Cheng  <bin.cheng@arm.com>
6738         * tree-ssa-loop-ivopts.c (dump_iv): New parameter.
6739         (dump_use, dump_cand, find_induction_variables): Pass new argument
6740         to dump_iv.
6741         (record_use): Preserve the ssa name information in IV.
6743 2015-06-03  Richard Sandiford  <richard.sandiford@arm.com>
6745         * genpreds.c (mark_mode_tests): Mark all MATCH_CODEs as
6746         NO_MODE_TEST.
6747         (add_mode_tests): Don't add mode tests if the predicate only
6748         accepts scalar constant integers.  Otherwise, allow the mode
6749         of "op" to be VOIDmode if the predicate does accept such integers.
6751 2015-06-02  Jim Wilson  <jim.wilson@linaro.org>
6753         PR target/66258
6754         * config/aarch64/aarch64.c (aarch64_function_value_regno_p): Change
6755         !TARGET_GENERAL_REGS_ONLY to TARGET_FLOAT.
6756         (aarch64_secondary_reload): Likewise
6757         (aarch64_expand_builtin_va_start): Change TARGET_GENERAL_REGS_ONLY
6758         to !TARGET_FLOAT.
6759         (aarch64_gimplify_va_arg_expr, aarch64_setup_incoming_varargs):
6760         Likewise.
6762 2015-06-03  Kugan Vivekanandarajah  <kuganv@linaro.org>
6763             Zhenqiang Chen  <zhenqiang.chen@linaro.org>
6765         PR target/65768
6766         * cprop.c (try_replace_reg): Check cost of constants before propagating.
6768 2015-06-02  Michael Meissner  <meissner@linux.vnet.ibm.com>
6770         * config/rs6000/rs6000-modes.def (IFmode): Define IFmode to
6771         provide access to the IBM extended double floating point mode if
6772         long double is IEEE 128-bit floating point.
6773         (KFmode): Define KFmode to provide access to IEEE 128-bit floating
6774         point if long double is the IBM extended double type.
6776         * config/rs6000/rs6000.opt (-mfloat128-none): New switches to
6777         enable adding IEEE 128-bit floating point support.
6778         (-mfloat128-software): Likewise.
6779         (-mfloat128-sw): Likewise.
6781         * config/rs6000/rs6000.c (rs6000_hard_regno_mode_ok): Do not allow
6782         128-bit floating point types to occupy any register if
6783         -mlong-double-64.  Do not allow use of IFmode/KFmode unless
6784         -mfloat128-software is enabled.
6785         (rs6000_debug_reg_global): Add IEEE 128-bit floating point debug
6786         support.
6787         (rs6000_option_override_internal): Add -mfloat128-* support.
6788         (rs6000_init_builtins): Setup __ibm128 and __float128 type modes.
6790         * config/rs6000/rs6000.h (rs6000_builtin_type_index): Add ibm128
6791         and float128 type nodes.
6792         (ieee128_float_type_node): Likewise.
6793         (ibm128_float_type_node): Likewise.
6795 2015-06-02  Szabolcs Nagy  <szabolcs.nagy@arm.com>
6797         PR target/66136
6798         * config/aarch64/geniterators.sh: Rewrite in awk.
6800 2015-06-02  Martin Liska  <mliska@suse.cz>
6802         * alloc-pool.h (pool_allocator::pool_allocator): Set implicit
6803         values to avoid -Wmaybe-uninitialized errors.
6805 2015-06-02  Richard Biener  <rguenther@suse.de>
6807         PR debug/65549
6808         * dwarf2out.c (lookup_context_die): New function.
6809         (resolve_addr): Avoid forcing a full DIE for the
6810         target of a DW_TAG_GNU_call_site during late compilation.
6811         Instead create a stub DIE without a type if we have a
6812         context DIE present.
6814 2015-06-02  Uros Bizjak  <ubizjak@gmail.com>
6816         * df-scan.c (df_scan_start_dump): Add space between regno and regname.
6818 2015-06-02  Bin Cheng  <bin.cheng@arm.com>
6820         PR tree-optimization/48052
6821         * cfgloop.h (struct control_iv): New.
6822         (struct loop): New field control_ivs.
6823         * tree-ssa-loop-niter.c : Include "stor-layout.h".
6824         (number_of_iterations_lt): Set no_overflow information.
6825         (number_of_iterations_exit): Init control iv in niter struct.
6826         (record_control_iv): New.
6827         (estimate_numbers_of_iterations_loop): Call record_control_iv.
6828         (loop_exits_before_overflow): New.  Interface factored out of
6829         scev_probably_wraps_p.
6830         (scev_probably_wraps_p): Factor loop niter related code into
6831         loop_exits_before_overflow.
6832         (free_numbers_of_iterations_estimates_loop): Free control ivs.
6833         * tree-ssa-loop-niter.h (free_loop_control_ivs): New.
6835 2015-06-02  Eric Botcazou  <ebotcazou@adacore.com>
6837         * gimplify.c (gimplify_modify_expr): Do not create a DECL_DEBUG_EXPR if
6838         the target doesn't belong to the current function.
6840 2015-06-02  Marek Polacek  <polacek@redhat.com>
6842         PR middle-end/66345
6843         * gimple-fold.c (gimple_fold_builtin_snprintf): Return false if
6844         get_maxval_strlen does not produce an INTEGER_CST.
6846 2015-06-02  Richard Sandiford  <richard.sandiford@arm.com>
6848         * config/arc/constraints.md: Use lower-case names in match_code.
6849         * config/mmix/constraints.md: Likewise.
6851 2015-06-02  Richard Biener  <rguenther@suse.de>
6853         PR tree-optimization/65961
6854         * tree-vect-slp.c (vect_get_and_check_slp_defs): Remove bogus
6855         check and clarify dump message.
6856         (vect_build_slp_tree): If all children are built up from scalars
6857         build up the parent from scalars instead.
6858         * tree-vect-stmts.c (vect_is_simple_use): Cleanup.
6860 2015-06-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
6862         PR other/65366
6863         * gdbhooks.py: Use int(...) instead of long(...).  Use print(...)
6864         instead of print ... .
6866 2015-06-02  Alan Modra  <amodra@gmail.com>
6868         * config/rs6000/vsx.md (vsx_extract_v4sf): Revert accidental
6869         2014-08-11 change.
6871 2015-06-02  Bin Cheng  <bin.cheng@arm.com>
6873         PR tree-optimization/52563
6874         PR tree-optimization/62173
6875         * tree-ssa-loop-ivopts.c (struct iv): New field.  Reorder fields.
6876         (alloc_iv, set_iv): New parameter.
6877         (determine_biv_step): Delete.
6878         (find_bivs): Inline original determine_biv_step.  Pass new
6879         argument to set_iv.
6880         (idx_find_step): Use no_overflow information for conversion.
6881         * tree-scalar-evolution.c (analyze_scalar_evolution_in_loop): Let
6882         resolve_mixers handle folded_casts.
6883         (instantiate_scev_name): Change bool parameter to bool pointer.
6884         (instantiate_scev_poly, instantiate_scev_binary): Ditto.
6885         (instantiate_array_ref, instantiate_scev_not): Ditto.
6886         (instantiate_scev_3, instantiate_scev_2): Ditto.
6887         (instantiate_scev_1, instantiate_scev_r): Ditto.
6888         (instantiate_scev_convert, ): Change parameter.  Pass argument
6889         to chrec_convert_aggressive.
6890         (instantiate_scev): Change argument.
6891         (resolve_mixers): New parameter and set it.
6892         (scev_const_prop): New argument.
6893         * tree-scalar-evolution.h (resolve_mixers): New parameter.
6894         * tree-chrec.c (convert_affine_scev): Call chrec_convert instead
6895         of chrec_conert_1.
6896         (chrec_convert): New parameter.  Move definition below.
6897         (chrec_convert_aggressive): New parameter and set it.  Call
6898         convert_affine_scev.
6899         * tree-chrec.h (chrec_convert): New parameter.
6900         (chrec_convert_aggressive): Ditto.
6902 2015-06-01  Eric Botcazou  <ebotcazou@adacore.com>
6904         * gimplify.c (gimplify_modify_expr_rhs): Use simple test on the size.
6905         * cgraph.c (cgraph_redirect_edge_call_stmt_to_callee): Do not remove
6906         the LHS of a no-return call if its type has variable size.
6907         * tree-cfgcleanup.c (fixup_noreturn_call): Likewise.
6908         * tree-cfg.c (verify_gimple_call): Accept these no-return calls.
6910 2015-06-01  Andreas Tobler  <andreast@gcc.gnu.org>
6912         * read-rtl.c: Adapt to use HAVE_DECL_ATOLL instead of HAVE_ATOLL.
6913         * config.in: Regenerate.
6915 2015-06-01  Yuri Rumyantsev  <ysrumyan@gmail.com>
6917         * tree-vect-data-refs.c (vect_analyze_data_ref_access): Allow
6918         consecutive accesses within outer-loop with force_vectorize
6919         for references with zero step in inner-loop.
6921 2015-06-01  Vidya Praveen  <vidyapraveen@arm.com>
6923         * Makefile.in: Pick up gcov-dump dependencies from gcc/ directory
6924         rather than from gcc/build directory.
6926 2015-06-01  Matthew Wahab  <matthew.wahab@arm.com>
6928         PR target/65697
6929         * config/aarch64/aarch64.c (aarch64_split_compare_and_swap): Check
6930         for __sync memory models, emit initial loads and final barriers as
6931         appropriate.
6933 2015-06-01  Matthew Wahab  <matthew.wahab@arm.com>
6935         PR target/65697
6936         * config/aarch64/aarch64.c (aarch64_emit_post_barrier):New.
6937         (aarch64_split_atomic_op): Check for __sync memory models, emit
6938         appropriate initial loads and final barriers.
6940 2015-06-01  Vidya Praveen  <vidyapraveen@arm.com>
6942         * Makefile.in: Fix gcov dependencies that should
6943         not point to a build folder.
6945 2015-06-01  Richard Biener  <rguenther@suse.de>
6947         Revert
6948         2015-05-29  Richard Biener  <rguenther@suse.de>
6950         PR tree-optimization/66314
6951         * tree-ssa-threadupdate.c (create_block_for_threading): Add
6952         parameter that says which loop the new block belongs to.
6953         (ssa_create_duplicates): Blocks duplicated for the threaded
6954         path belong to the loop of the thread destination.
6956 2015-06-01  Martin Liska  <mliska@suse.cz>
6958         * sched-deps.c: Include pool-alloc.h before
6959         cselib.h header file is included.
6961 2015-06-01  Richard Biener  <rguenther@suse.de>
6963         * tree-ssa-structalias.c (ipa_pta_execute): Handle address-taken
6964         functions.
6966 2015-06-01  Martin Liska  <mliska@suse.cz>
6968         * alloc-pool.h: Add ATTRIBUTE_UNUSED for
6969         a function local variable.
6971 2015-06-01  Martin Liska  <mliska@suse.cz>
6973         * alloc-pool.c (create_alloc_pool): Remove.
6974         (empty_alloc_pool): Likewise.
6975         (free_alloc_pool): Likewise.
6976         (free_alloc_pool_if_empty): Likewise.
6977         (pool_alloc): Likewise.
6978         (pool_free): Likewise.
6979         * alloc-pool.h: Remove old declarations.
6981 2015-06-01  Martin Liska  <mliska@suse.cz>
6983         * ira-build.c (initiate_allocnos): Use new type-based pool allocator.
6984         (ira_create_object): Likewise.
6985         (ira_create_allocno): Likewise.
6986         (ira_create_live_range): Likewise.
6987         (copy_live_range): Likewise.
6988         (ira_finish_live_range): Likewise.
6989         (ira_free_allocno_costs): Likewise.
6990         (finish_allocno): Likewise.
6991         (finish_allocnos): Likewise.
6992         (initiate_prefs): Likewise.
6993         (ira_create_pref): Likewise.
6994         (finish_pref): Likewise.
6995         (finish_prefs): Likewise.
6996         (initiate_copies): Likewise.
6997         (ira_create_copy): Likewise.
6998         (finish_copy): Likewise.
6999         (finish_copies): Likewise.
7000         (finish_prefs): Likewise.
7002 2015-06-01  Martin Liska  <mliska@suse.cz>
7004         * ipa-cp.c (ipcp_value::add_source): Use new type-based pool allocator.
7005         (allocate_and_init_ipcp_value): Likewise.
7006         (ipcp_lattice::add_value): Likewise.
7007         (merge_agg_lats_step): Likewise.
7008         (ipcp_driver): Likewise.
7009         * ipa-prop.c (ipa_free_all_structures_after_ipa_cp): Likewise.
7010         (ipa_free_all_structures_after_iinln): Likewise.
7011         * ipa-prop.h: Likewise.
7013 2015-06-01  Martin Liska  <mliska@suse.cz>
7015         * ipa-inline-analysis.c (edge_set_predicate): Use new type-based
7016         pool allocator.
7017         (set_hint_predicate): Likewise.
7018         (inline_summary_alloc): Likewise.
7019         (reset_inline_edge_summary): Likewise.
7020         (reset_inline_summary): Likewise.
7021         (set_cond_stmt_execution_predicate): Likewise.
7022         (set_switch_stmt_execution_predicate): Likewise.
7023         (compute_bb_predicates): Likewise.
7024         (estimate_function_body_sizes): Likewise.
7025         (inline_free_summary): Likewise.
7027 2015-06-01  Martin Liska  <mliska@suse.cz>
7029         * ipa-prop.c (ipa_set_jf_constant): Use new type-based pool allocator.
7030         (ipa_edge_duplication_hook): Likewise.
7031         (ipa_free_all_structures_after_ipa_cp): Likewise.
7032         (ipa_free_all_structures_after_iinln): Likewise.
7034 2015-06-01  Martin Liska  <mliska@suse.cz>
7036         * ipa-profile.c (account_time_size): Use new type-based pool allocator.
7037         (ipa_profile_generate_summary): Likewise.
7038         (ipa_profile_read_summary): Likewise.
7039         (ipa_profile): Likewise.
7041 2015-06-01  Martin Liska  <mliska@suse.cz>
7043         * tree-ssa-structalias.c (new_var_info): Use new type-based
7044         pool allocator.
7045         (new_constraint): Likewise.
7046         (init_alias_vars): Likewise.
7047         (delete_points_to_sets): Likewise.
7049 2015-06-01  Martin Liska  <mliska@suse.cz>
7051         * tree-ssa-strlen.c (new_strinfo): Use new type-based pool allocator.
7052         (free_strinfo): Likewise.
7053         (pass_strlen::execute): Likewise.
7055 2015-06-01  Martin Liska  <mliska@suse.cz>
7057         * tree-ssa-sccvn.c (vn_reference_insert): Use new type-based
7058         pool allocator.
7059         (vn_reference_insert_pieces): Likewise.
7060         (vn_phi_insert): Likewise.
7061         (visit_reference_op_call): Likewise.
7062         (copy_phi): Likewise.
7063         (copy_reference): Likewise.
7064         (process_scc): Likewise.
7065         (allocate_vn_table): Likewise.
7066         (free_vn_table): Likewise.
7068 2015-06-01  Martin Liska  <mliska@suse.cz>
7070         * tree-ssa-reassoc.c (add_to_ops_vec): Use new type-based
7071         pool allocator.
7072         (add_repeat_to_ops_vec): Likewise.
7073         (get_ops): Likewise.
7074         (maybe_optimize_range_tests): Likewise.
7075         (init_reassoc): Likewise.
7076         (fini_reassoc): Likewise.
7078 2015-06-01  Martin Liska  <mliska@suse.cz>
7080         * tree-ssa-pre.c (get_or_alloc_expr_for_name): Use new type-based
7081         pool allocator.
7082         (bitmap_set_new): Likewise.
7083         (get_or_alloc_expr_for_constant): Likewise.
7084         (get_or_alloc_expr_for): Likewise.
7085         (phi_translate_1): Likewise.
7086         (compute_avail): Likewise.
7087         (init_pre): Likewise.
7088         (fini_pre): Likewise.
7090 2015-06-01  Martin Liska  <mliska@suse.cz>
7092         * sched-deps.c (create_dep_node): Use new type-based pool allocator.
7093         (delete_dep_node): Likewise.
7094         (create_deps_list): Likewise.
7095         (free_deps_list): Likewise.
7096         (sched_deps_init): Likewise.
7097         (sched_deps_finish): Likewise.
7099 2015-06-01  Martin Liska  <mliska@suse.cz>
7101         * regcprop.c (free_debug_insn_changes): Use new type-based
7102         pool allocator.
7103         (replace_oldest_value_reg): Likewise.
7104         (pass_cprop_hardreg::execute): Likewise.
7106 2015-06-01  Martin Liska  <mliska@suse.cz>
7108         * ira-build.c (initiate_cost_vectors): Use new type-based
7109         pool allocator.
7110         (ira_allocate_cost_vector): Likewise.
7111         (ira_free_cost_vector): Likewise.
7112         (finish_cost_vectors): Likewise.
7114 2015-06-01  Martin Liska  <mliska@suse.cz>
7116         * sel-sched-ir.c (alloc_sched_pools): Use new type-based
7117         pool allocator.
7118         (free_sched_pools): Likewise.
7119         * sel-sched-ir.h (_list_alloc): Likewise.
7120         (_list_remove): Likewise.
7122 2015-06-01  Martin Liska  <mliska@suse.cz>
7124         * stmt.c (add_case_node): Use new type-based pool allocator.
7125         (expand_case): Likewise.
7126         (expand_sjlj_dispatch_table): Likewise.
7128 2015-06-01  Martin Liska  <mliska@suse.cz>
7130         * tree-ssa-math-opts.c (occ_new): Use new type-based pool allocator.
7131         (free_bb): Likewise.
7132         (pass_cse_reciprocals::execute): Likewise.
7134 2015-06-01  Martin Liska  <mliska@suse.cz>
7136         * tree-sra.c (sra_initialize): Use new type-based pool allocator.
7137         (sra_deinitialize) Likewise.
7138         (create_access_1) Likewise.
7139         (build_accesses_from_assign) Likewise.
7140         (create_artificial_child_access) Likewise.
7142 2015-06-01  Martin Liska  <mliska@suse.cz>
7144         * dse.c (get_group_info):Use new type-based pool allocator.
7145         (dse_step0) Likewise.
7146         (free_store_info) Likewise.
7147         (delete_dead_store_insn) Likewise.
7148         (free_read_records) Likewise.
7149         (record_store) Likewise.
7150         (replace_read) Likewise.
7151         (check_mem_read_rtx) Likewise.
7152         (scan_insn) Likewise.
7153         (dse_step1) Likewise.
7154         (dse_step7) Likewise.
7156 2015-06-01  Martin Liska  <mliska@suse.cz>
7158         * df-scan.c (struct df_scan_problem_data):Use new type-based
7159         pool allocator.
7160         (df_scan_free_internal) Likewise.
7161         (df_scan_alloc) Likewise.
7162         (df_grow_reg_info) Likewise.
7163         (df_free_ref) Likewise.
7164         (df_insn_create_insn_record) Likewise.
7165         (df_mw_hardreg_chain_delete) Likewise.
7166         (df_insn_info_delete) Likewise.
7167         (df_free_collection_rec) Likewise.
7168         (df_mw_hardreg_chain_delete_eq_uses) Likewise.
7169         (df_sort_and_compress_mws) Likewise.
7170         (df_ref_create_structure) Likewise.
7171         (df_ref_record) Likewise.
7173 2015-06-01  Martin Liska  <mliska@suse.cz>
7175         * df-problems.c (df_chain_create):Use new type-based pool allocator.
7176         (df_chain_unlink_1) Likewise.
7177         (df_chain_unlink) Likewise.
7178         (df_chain_remove_problem) Likewise.
7179         (df_chain_alloc) Likewise.
7180         (df_chain_free) Likewise.
7181         * df.h (struct dataflow) Likewise.
7183 2015-06-01  Martin Liska  <mliska@suse.cz>
7185         * cselib.c (new_elt_list):Use new type-based pool allocator.
7186         (new_elt_loc_list) Likewise.
7187         (unchain_one_elt_list) Likewise.
7188         (unchain_one_elt_loc_list) Likewise.
7189         (unchain_one_value) Likewise.
7190         (new_cselib_val) Likewise.
7191         (cselib_init) Likewise.
7192         (cselib_finish) Likewise.
7194 2015-06-01  Martin Liska  <mliska@suse.cz>
7196         * config/sh/sh.c (add_constant):Use new type-based pool allocator.
7197         (sh_reorg) Likewise.
7199 2015-06-01  Martin Liska  <mliska@suse.cz>
7201         * cfg.c (initialize_original_copy_tables):Use new type-based
7202         pool allocator.
7203         (free_original_copy_tables) Likewise.
7204         (copy_original_table_clear) Likewise.
7205         (copy_original_table_set) Likewise.
7207 2015-06-01  Martin Liska  <mliska@suse.cz>
7209         * asan.c (asan_mem_ref_get_alloc_pool):Use new type-based
7210         pool allocator.
7211         (asan_mem_ref_new) Likewise.
7212         (free_mem_ref_resources) Likewise.
7214 2015-06-01  Martin Liska  <mliska@suse.cz>
7216         * var-tracking.c (variable_htab_free):Use new type-based
7217         pool allocator.
7218         (attrs_list_clear) Likewise.
7219         (attrs_list_insert) Likewise.
7220         (attrs_list_copy) Likewise.
7221         (shared_hash_unshare) Likewise.
7222         (shared_hash_destroy) Likewise.
7223         (unshare_variable) Likewise.
7224         (var_reg_delete_and_set) Likewise.
7225         (var_reg_delete) Likewise.
7226         (var_regno_delete) Likewise.
7227         (drop_overlapping_mem_locs) Likewise.
7228         (variable_union) Likewise.
7229         (insert_into_intersection) Likewise.
7230         (canonicalize_values_star) Likewise.
7231         (variable_merge_over_cur) Likewise.
7232         (dataflow_set_merge) Likewise.
7233         (remove_duplicate_values) Likewise.
7234         (variable_post_merge_new_vals) Likewise.
7235         (dataflow_set_preserve_mem_locs) Likewise.
7236         (dataflow_set_remove_mem_locs) Likewise.
7237         (variable_from_dropped) Likewise.
7238         (variable_was_changed) Likewise.
7239         (set_slot_part) Likewise.
7240         (clobber_slot_part) Likewise.
7241         (delete_slot_part) Likewise.
7242         (loc_exp_insert_dep) Likewise.
7243         (notify_dependents_of_changed_value) Likewise.
7244         (emit_notes_for_differences_1) Likewise.
7245         (vt_emit_notes) Likewise.
7246         (vt_initialize) Likewise.
7247         (vt_finalize) Likewise.
7249 2015-06-01  Martin Liska  <mliska@suse.cz>
7251         * ira-color.c (init_update_cost_records):Use new type-based
7252         pool allocator.
7253         (get_update_cost_record) Likewise.
7254         (free_update_cost_record_list) Likewise.
7255         (finish_update_cost_records) Likewise.
7256         (initiate_cost_update) Likewise.
7258 2015-06-01  Martin Liska  <mliska@suse.cz>
7260         * lra.c (init_insn_regs): Use new type-based pool allocator.
7261         (new_insn_reg) Likewise.
7262         (free_insn_reg) Likewise.
7263         (free_insn_regs) Likewise.
7264         (finish_insn_regs) Likewise.
7265         (init_insn_recog_data) Likewise.
7266         (init_reg_info) Likewise.
7267         (finish_reg_info) Likewise.
7268         (lra_free_copies) Likewise.
7269         (lra_create_copy) Likewise.
7270         (invalidate_insn_data_regno_info) Likewise.
7272 2015-06-01  Martin Liska  <mliska@suse.cz>
7274         * lra-lives.c (free_live_range): Use new type-based pool allocator.
7275         (free_live_range_list) Likewise.
7276         (create_live_range) Likewise.
7277         (copy_live_range) Likewise.
7278         (lra_merge_live_ranges) Likewise.
7279         (remove_some_program_points_and_update_live_ranges) Likewise.
7280         (lra_live_ranges_init) Likewise.
7281         (lra_live_ranges_finish) Likewise.
7283 2015-06-01  Martin Liska  <mliska@suse.cz>
7285         * et-forest.c (et_new_occ): Use new type-based pool allocator.
7286         (et_new_tree): Likewise.
7287         (et_free_tree): Likewise.
7288         (et_free_tree_force): Likewise.
7289         (et_free_pools): Likewise.
7290         (et_split): Likewise.
7292 2015-06-01  Martin Liska  <mliska@suse.cz>
7294         * alloc-pool.c (struct alloc_pool_descriptor): Move definition
7295         to header file.
7296         * alloc-pool.h (pool_allocator::pool_allocator): New function.
7297         (pool_allocator::release): Likewise.
7298         (inline pool_allocator::release_if_empty): Likewise.
7299         (inline pool_allocator::~pool_allocator): Likewise.
7300         (pool_allocator::allocate): Likewise.
7301         (pool_allocator::remove): Likewise.
7303 2015-06-01  James Greenhalgh  <james.greenhalgh@arm.com>
7305         * sched-deps.c (sched_analyze_2): Replace fuseable with fusible
7306         in comment.
7308 2015-06-01  James Greenhalgh  <james.greenhalgh@arm.com>
7310         * gcc/config/arm/arm-protos.h (tune_params): Rename fuseable_ops
7311         to fusible_ops.
7312         * gcc/config/arm/arm.c (arm_print_tune_info): Likewise.
7313         (arm_macro_fusion_p): Likewise.
7314         (arm_macro_fusion_pair_p): Likewise.
7316 2015-06-01  James Greenhalgh  <james.greenhalgh@arm.com>
7318         * config/aarch64/aarch64-protos.h (tune_params): Rename
7319         fuseable_ops to fusible_ops.
7320         * config/aarch64/aarch64.c (generic_tunings): Rename
7321         fuseable_ops to fusible_ops.
7322         (cortexa53_tunings): Likewise.
7323         (cortexa57_tunings): Likewise.
7324         (thunderx_tunings): Likewise.
7325         (xgene1_tunings): Likewise.
7326         (aarch64_macro_fusion_p): Likewise.
7327         (aarch64_macro_fusion_pair_p): Likewise.
7329 2015-06-01  Dominik Vogt  <vogt@linux.vnet.ibm.com>
7331         * config/s390/driver-native.c: New file.
7332         * config/s390/x-native: New file.
7333         * config.host: Add new files for s390.
7334         * config/s390/s390.h (DRIVER_SELF_SPECS): Add support for -mtune=native
7335         and -march=native
7336         * config.gcc: Likewise.
7337         * config/s390/s390.opt (march): Likewise; add PROCESSOR_NATIVE
7338         * config/s390/s390-opts.h (enum processor_type): Ditto.
7339         * config/s390/s390.c (s390_option_override): Catch unhandled
7340         PROCESSOR_NATIVE
7342 2015-06-01  Ilya Enkovich  <ilya.enkovich@intel.com>
7344         PR target/65527
7345         * cgraph.c (cgraph_edge::redirect_call_stmt_to_callee): Add
7346         redirection for instrumented calls.
7347         * lto-wrapper.c (merge_and_complain): Merge -fcheck-pointer-bounds.
7348         (append_compiler_options): Append -fcheck-pointer-bounds.
7349         * tree-chkp.h (chkp_copy_call_skip_bounds): New.
7350         (chkp_redirect_edge): New.
7351         * tree-chkp.c (chkp_copy_call_skip_bounds): New.
7352         (chkp_redirect_edge): New.
7354 2015-06-01  Richard Biener  <rguenther@suse.de>
7356         PR tree-optimization/66280
7357         * tree-vect-slp.c (vect_detect_hybrid_slp_stmts): Fix pattern
7358         def-use walking.
7360 2015-06-01  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
7362         * config/aarch64/aarch64.md
7363         (*<LOGICAL:optab>_one_cmpl_<SHIFT:optab><mode>3): Change type to
7364         logic_shift_imm.
7366 2015-06-01  Eric Botcazou  <ebotcazou@adacore.com>
7368         * config/i386/winnt.c (i386_pe_encode_section_info) <FUNCTION_DECL>:
7369         Remove obsolete kludge.
7371 2015-06-01  Richard Biener  <rguenther@suse.de>
7373         * tree-ssa-reassoc.c (get_rank): Simplify.
7375 2015-05-31  H.J. Lu  <hongjiu.lu@intel.com>
7377         * configure.ac (NO_PIE_CFLAGS): Check CXXFLAGS instead of CFLAGS.
7378         * configure: Regenerated.
7380 2015-05-31  Mikhail Maltsev  <maltsevm@gmail.com>
7382         * config/cris/cris.h (CRIS_ARCH_CPP_DEFAULT): Fix C++11 compatibility
7383         issue (add space between string literal and macro).
7384         * config/i386/mingw32.h (REAL_LIBGCC_SPEC): Likewise.
7386 2015-05-30  Andreas Schwab  <schwab@linux-m68k.org>
7388         * config/m68k/m68k.h (ASM_PCREL_SPEC): Pass --pcrel also for
7389         implict or explicit -fPIE or -fpie.
7391 2015-05-30  Mike Frysinger  <vapier@gentoo.org>
7393         * gcc/config/alpha/elf.h (ASM_SPEC): Add %{mcpu=*:-m%*}.
7395 2015-05-28  DJ Delorie  <dj@redhat.com>
7397         * expmed.c (extract_bit_field_1): Avoid clobbering a
7398         yet-to-be-used base/index register.
7400 2015-05-30  Jan Hubicka  <hubicka@ucw.cz>
7402         * alias.c (alias_set_entry_d): Add is_pointer and has_pointer.
7403         (alias_stats): Add num_universal.
7404         (alias_set_subset_of): Special case pointers; be ready for NULL
7405         children.
7406         (alias_sets_conflict_p): Special case pointers; be ready for NULL
7407         children.
7408         (init_alias_set_entry): Break out from ...
7409         (record_alias_subset): ... here; propagate new fields;
7410         allocate children only when really needed.
7411         (get_alias_set): Do less generous pointer globbing.
7412         (dump_alias_stats_in_alias_c): Update statistics.
7414 2015-05-30  Alan Modra  <amodra@gmail.com>
7416         * config/rs6000/rs6000.c (split_stack_arg_pointer_used_p): Scan
7417         correct block for use of r12.
7418         (rs6000_expand_split_stack_prologue): Error on r29 asm global reg.
7420 2015-05-29  Dominik Vogt  <vogt@linux.vnet.ibm.com>
7422         PR target/66215
7423         * config/s390/s390.c (s390_reorg): Fix placement of post-label NOPs
7424         with -mhotpatch=.
7426 2015-05-29  Jakub Jelinek  <jakub@redhat.com>
7428         PR tree-optimization/66142
7429         * tree-if-conv.c (if_convertible_phi_p): Don't give up on
7430         virtual phis that feed themselves.
7432 2015-05-29  Richard Biener  <rguenther@suse.de>
7434         PR tree-optimization/66314
7435         * tree-ssa-threadupdate.c (create_block_for_threading): Add
7436         parameter that says which loop the new block belongs to.
7437         (ssa_create_duplicates): Blocks duplicated for the threaded
7438         path belong to the loop of the thread destination.
7440 2015-05-29  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
7442         * config/arm/neon-testgen.ml (emit_epilogue): Remove manual call
7443         to cleanup-saved-temps.
7444         * doc/sourcebuild.texi (Clean up generated test files): Expand
7445         introduction.
7446         (dg-keep-saved-temps): Document new proc.
7447         (cleanup-ipa-dump, cleanup-rtl-dump, cleanup-tree-dump,
7448         cleanup-saved-temps): Remove.
7450 2015-05-28  Andreas Tobler  <andreast@gcc.gnu.org>
7452         * configure.ac: Move the atoll check from AC_CHECK_FUNCS to
7453         gcc_AC_CHECK_DECLS.
7454         * configure: Regenerate.
7456 2015-05-28  Mike Frysinger  <vapier@gentoo.org>
7458         * config/nios2/linux.h (CPP_SPEC): Define.
7460 2015-05-28  Mike Frysinger  <vapier@gentoo.org>
7462         * config/microblaze/linux.h (CPP_SPEC): Define.
7464 2015-05-28  Mike Frysinger  <vapier@gentoo.org>
7466         * config/pa/pa-linux.h (CPP_SPEC): Change so -D_REENTRANT is used when
7467         -pthread is specified.
7469 2015-05-28  Richard Biener  <rguenther@suse.de>
7471         * tree-vect-loop.c (vect_fixup_reduc_chain): New function.
7472         (vect_fixup_scalar_cycles_with_patterns): Likewise.
7473         (vect_analyze_loop_2): Call vect_fixup_scalar_cycles_with_patterns
7474         after pattern recog.
7475         (vect_create_epilog_for_reduction): Properly handle reductions
7476         with patterns.
7477         (vectorizable_reduction): Likewise.
7478         * tree-vect-slp.c (vect_analyze_slp_instance): Properly mark
7479         reduction chains.
7480         (vect_get_constant_vectors): Create the correct number of
7481         initial values for reductions.
7482         (vect_schedule_slp_instance): Handle reduction chains that are
7483         type changing properly.
7484         * tree-vect-stmts.c (vect_analyze_stmt): Adjust.
7486 2015-05-28  Richard Biener  <rguenther@suse.de>
7488         PR tree-optimization/66142
7489         * tree-ssa-sccvn.c (vn_reference_lookup_3): Handle non-GIMPLE
7490         values better in memcpy destination handling.  Handle non-aliasing
7491         we discover here.
7493 2015-05-28  Lawrence Velázquez  <vq@larryv.me>
7495         PR target/63810
7496         * config/darwin-c.c (version_components): New global enum.
7497         (parse_version, version_as_legacy_macro)
7498         (version_as_modern_macro, macosx_version_as_macro): New functions.
7499         (version_as_macro): Remove.
7500         (darwin_cpp_builtins): Use new function.
7502 2015-05-28  H.J. Lu  <hongjiu.lu@intel.com>
7504         * builtins.c (expand_builtin_acc_on_device): Mark parameters
7505         with ATTRIBUTE_UNUSED.
7507 2015-05-28  Julian Brown  <julian@codesourcery.com>
7509         PR libgomp/65742
7511         * builtins.c (expand_builtin_acc_on_device): Don't use open-coded
7512         sequence for !ACCEL_COMPILER.
7514 2015-05-28  Nick Clifton  <nickc@redhat.com>
7516         * config/rx/rx.c (push_regs): New function.  Extracts code from...
7517         (rx_expand_prologue): ... here.  Use push_regs to push even small
7518         spans of registers.
7519         (pop_regs): New function.
7520         (rx_expand_epilogue):  Use pop_regs to pop even small spans of
7521         registers.
7523 2015-05-28  Richard Biener  <rguenther@suse.de>
7525         * tree-vectorizer.h (struct _slp_instance): Remove body_cost_vec
7526         member.
7527         (SLP_INSTANCE_BODY_COST_VEC): Remove.
7528         (vect_update_slp_costs_according_to_vf): Likewise.
7529         (vect_slp_analyze_operations): Update prototype.
7530         * tree-vect-loop.c (vect_analyze_loop_2): Remove call to
7531         vect_update_slp_costs_according_to_vf, adjust.
7532         * tree-vect-slp.c (vect_free_slp_instance): Adjust.
7533         (vect_analyze_slp_cost_1): Likewise.
7534         (vect_analyze_slp_cost): Likewise.  Properly deal with
7535         widening reduction ops.  Commit body costs.
7536         (vect_analyze_slp_instance): Adjust.  Do not analyze SLP
7537         cost for loops from here.
7538         (vect_slp_analyze_operations): But do it from here when
7539         the vectorization factor is known and stmts are analyzed.
7540         (vect_bb_vectorization_profitable_p): Simplify.
7541         (vect_slp_analyze_bb_1): Do not compute SLP cost here.
7542         (vect_update_slp_costs_according_to_vf): Remove.
7544 2015-05-27  Magnus Granberg  <zorry@gentoo.org>
7545             H.J. Lu  <hongjiu.lu@intel.com>
7547         * Makefile.in (COMPILER): Add @NO_PIE_CFLAGS@.
7548         (BUILD_CFLAGS): Likewise.
7549         (BUILD_CXXFLAGS): Likewise.
7550         (LINKER): Add @NO_PIE_FLAG@.
7551         (BUILD_LDFLAGS): Likewise.
7552         (libgcc.mvars): Set NO_PIE_CFLAGS to -fno-PIE for
7553         --enable-default-pie.
7554         * common.opt (fPIE): Initialize to -1.
7555         (fpie): Likewise.
7556         (no-pie): New option.
7557         (pie): Replace "Negative(shared)" with "Negative(no-pie)".
7558         * configure.ac: Add --enable-default-pie.
7559         (NO_PIE_CFLAGS): New.  Check if -fno-PIE works.  AC_SUBST.
7560         (NO_PIE_FLAG): New.  Check if -no-pie works.  AC_SUBST.
7561         * defaults.h (DEFAULT_FLAG_PIE): New.  Default PIE to -fPIE.
7562         * gcc.c (NO_PIE_SPEC): New.
7563         (PIE_SPEC): Likewise.
7564         (NO_FPIE1_SPEC): Likewise.
7565         (FPIE1_SPEC): Likewise.
7566         (NO_FPIE2_SPEC): Likewise.
7567         (FPIE2_SPEC): Likewise.
7568         (NO_FPIE2_SPEC): Likewise.
7569         (FPIE_SPEC): Likewise.
7570         (NO_FPIE_SPEC): Likewise.
7571         (NO_FPIC1_SPEC): Likewise.
7572         (FPIC1_SPEC): Likewise.
7573         (NO_FPIC2_SPEC): Likewise.
7574         (FPIC2_SPEC): Likewise.
7575         (NO_FPIC2_SPEC): Likewise.
7576         (FPIC_SPEC): Likewise.
7577         (NO_FPIC_SPEC): Likewise.
7578         (NO_FPIE1_AND_FPIC1_SPEC): Likewise.
7579         (FPIE1_OR_FPIC1_SPEC): Likewise.
7580         (NO_FPIE2_AND_FPIC2_SPEC): Likewise.
7581         (FPIE2_OR_FPIC2_SPEC): Likewise.
7582         (NO_FPIE_AND_FPIC_SPEC): Likewise.
7583         (FPIE_OR_FPIC_SPEC): Likewise.
7584         (LD_PIE_SPEC): Likewise.
7585         (LINK_PIE_SPEC): Handle -no-pie.  Use PIE_SPEC and LD_PIE_SPEC.
7586         * opts.c (finish_options): Update opts->x_flag_pie if it is -1.
7587         * config/darwin.h (PIE_SPEC): Renamed to ...
7588         (DARWIN_PIE_SPEC): This.
7589         (LINK_SPEC): Replace PIE_SPEC with DARWIN_PIE_SPEC.
7590         * config/darwin9.h (PIE_SPEC): Renamed to ...
7591         (DARWIN_PIE_SPEC): This.
7592         * config/gnu-user.h (GNU_USER_TARGET_STARTFILE_SPEC): Use
7593         PIE_SPEC and NO_PIE_SPEC if HAVE_LD_PIE is defined.
7594         * config/openbsd.h (ASM_SPEC): Use FPIE1_OR_FPIC1_SPEC and
7595         FPIE2_OR_FPIC2_SPEC.
7596         * config/m68k/netbsd-elf.h (ASM_SPEC): Likewise.
7597         * config/m68k/openbsd.h (ASM_SPEC): Likewise.
7598         * gcc/config/sol2.h (ASM_PIC_SPEC): Likewise.
7599         * config/arm/freebsd.h (SUBTARGET_EXTRA_ASM_SPEC): Likewise.
7600         * config/arm/netbsd-elf.h (SUBTARGET_EXTRA_ASM_SPEC): Likewise.
7601         * config/arm/semi.h (SUBTARGET_EXTRA_ASM_SPEC): Likewise.
7602         * config/cris/linux.h (CRIS_ASM_SUBTARGET_SPEC): Likewise.
7603         * config/m32r/m32r.h (ASM_SPEC): Likewise.
7604         * config/m68k/uclinux.h (DRIVER_SELF_SPECS): Likewise.
7605         * config/rs6000/linux64.h (ASM_SPEC32): Likewise.
7606         * config/rs6000/sysv4.h (ASM_SPEC): Likewise.
7607         * config/sparc/freebsd.h (ASM_SPEC): Likewise.
7608         * config/sparc/linux.h (ASM_SPEC): Likewise.
7609         * config/sparc/linux64.h (ASM_SPEC): Likewise.
7610         * config/sparc/netbsd-elf.h (ASM_SPEC): Likewise.
7611         * config/sparc/openbsd64.h (ASM_SPEC): Likewise.
7612         * config/sparc/sp-elf.h (ASM_SPEC): Likewise.
7613         * config/sparc/sp64-elf.h (ASM_SPEC): Likewise.
7614         * config/sparc/sparc.h (ASM_SPEC): Likewise.
7615         * config/sparc/sysv4.h (ASM_SPEC): Likewise.
7616         * config/sparc/vxworks.h (ASM_SPEC): Likewise.
7617         * config/c6x/elf-common.h (ASM_SPEC): Use NO_FPIC2_SPEC,
7618         FPIC2_SPEC, FPIC1_SPEC and FPIC2_SPEC.
7619         * config/c6x/uclinux-elf.h (LINK_SPEC): Use FPIE_SPEC.
7620         * config/frv/frv.h (DRIVER_SELF_SPECS): Use FPIC_SPEC,
7621         NO_FPIC_SPEC and NO_FPIE1_AND_FPIC1_SPEC.
7622         (ASM_SPEC): Use FPIE1_OR_FPIC1_SPEC and FPIE2_OR_FPIC2_SPEC.
7623         * config/m68k/m68k.h (ASM_PCREL_SPEC): Use FPIC_SPEC and NO_FPIC_SPEC.
7624         * config/mips/gnu-user.h (NO_SHARED_SPECS): Use NO_FPIE_AND_FPIC_SPEC.
7625         * config/mips/vxworks.h (SUBTARGET_ASM_SPEC): Use FPIC_SPEC.
7626         * config/rs6000/freebsd64.h (ASM_SPEC32): Likewise.
7627         * config/rs6000/vxworks.h (ASM_SPEC): Likewise.
7628         * config/vax/linux.h (ASM_SPEC): Likewise.
7629         * doc/install.texi: Document --enable-default-pie.
7630         * doc/invoke.texi: Document -no-pie.
7631         * config.in: Regenerated.
7632         * configure: Likewise.
7634 2015-05-28  Thomas Preud'homme  <thomas.preudhomme@arm.com>
7636         PR rtl-optimization/66168
7637         * loop-invariant.c (move_invariant_reg): Pass dest rather than reg to
7638         can_move_invariant_reg.
7640 2015-05-27  John David Anglin  <danglin@gcc.gnu.org>
7642         PR target/66148
7643         * config/pa/pa.c (pa_emit_move_sequence): Correct placement of
7644         REG_EQUAL note when doing insert.
7646         * config/pa/pa.c (pa_print_operand): Use HOST_WIDE_INT_PRINT_DEC
7647         instead of "%d" for 'o' operand.
7649 2015-05-27  Nathan Sidwell  <nathan@acm.org>
7651         PR c++/66270
7652         * tree.c (build_pointer_type_for_mode): Canonical type does not
7653         inherit can_alias_all.
7654         (build_reference_type_for_mode): Likewise.
7656 2015-05-27  Eric Botcazou  <ebotcazou@adacore.com>
7658         * expr.h (array_at_struct_end_p): Move to...
7659         (array_ref_element_size): Likewise.
7660         (component_ref_field_offset): Likewise.
7661         * tree.h (array_ref_element_size): ...here.
7662         (array_at_struct_end_p): Likewise.
7663         (component_ref_field_offset): Likewise.
7664         * expr.c (array_ref_element_size): Move to...
7665         (array_ref_low_bound): Likewise.
7666         (array_at_struct_end_p): Likewise.
7667         (array_ref_up_bound): Likewise.
7668         (component_ref_field_offset): Likewise.
7669         * tree.c (array_ref_element_size): ...here.
7670         (array_ref_low_bound): Likewise.
7671         (array_ref_up_bound): Likewise.
7672         (array_at_struct_end_p): Likewise.
7673         (component_ref_field_offset): Likewise.
7675 2015-05-27  Gregor Richards  <gregor.richards@uwaterloo.ca>
7676             Szabolcs Nagy  <szabolcs.nagy@arm.com>
7678         * config/aarch64/aarch64-linux.h (MUSL_DYNAMIC_LINKER): Define.
7680 2015-05-27  Jason Merrill  <jason@redhat.com>
7682         PR bootstrap/66304
7683         * configure.ac: Use ACX_PROG_CXX_WARNING_OPTS,
7684         ACX_PROG_CXX_WARNING_ALMOST_PEDANTIC, and
7685         ACX_PROG_CXX_WARNINGS_ARE_ERRORS.
7687 2015-05-22  Aditya Kumar  <hiraditya@msn.com>
7689         * auto-profile.c (afdo_calculate_branch_prob): Break once has_sample
7690         is true.
7692         * statistics.c (statistics_fini_pass): Print pass name.
7694 2015-05-27  Richard Biener  <rguenther@suse.de>
7696         PR tree-optimization/66272
7697         Revert parts of
7698         2014-08-15  Richard Biener  <rguenther@suse.de>
7700         PR tree-optimization/62031
7701         * tree-data-ref.c (dr_analyze_indices): Do not set
7702         DR_UNCONSTRAINED_BASE.
7703         (dr_may_alias_p): All indirect accesses have to go the
7704         formerly DR_UNCONSTRAINED_BASE path.
7705         * tree-data-ref.h (struct indices): Remove
7706         unconstrained_base member.
7707         (DR_UNCONSTRAINED_BASE): Remove.
7709 2015-05-27  Aldy Hernandez  <aldyh@redhat.com>
7711         * dwarf2out.c: Remove block_map.
7712         (gen_call_site_die): Replace block_map use with BLOCK_DIE.
7713         (gen_lexical_block_die): Same.
7714         (dwarf2out_function_decl): Remove block_map use.
7715         (dwarf2out_c_finalize): Same.
7716         * tree-core.h (struct tree_block): Add die field.
7717         * tree.h (BLOCK_DIE): New.
7719 2015-05-27  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
7721         PR target/65358
7722         * expr.c (memory_load_overlap): New function.
7723         (emit_push_insn): When pushing partial args to the stack would
7724         clobber the register part load the overlapping part into a pseudo
7725         and put it into the hard reg after pushing.  Change return type
7726         to bool.  Add bool argument.
7727         * expr.h (emit_push_insn): Change return type to bool.
7728         Add bool argument.
7729         * calls.c (expand_call): Cancel sibcall optimization when encountering
7730         partial argument on targets with ARGS_GROW_DOWNWARD and
7731         !STACK_GROWS_DOWNWARD.
7732         (emit_library_call_value_1): Update callsite of emit_push_insn.
7733         (store_one_arg): Likewise.
7735 2015-05-27  Gregor Richards  <gregor.richards@uwaterloo.ca>
7737         * config/arm/linux-eabi.h (MUSL_DYNAMIC_LINKER): Define.
7739 2015-05-27  Martin Liska  <mliska@suse.cz>
7741         * Makefile.in: Add additional dependencies related to memory report
7742         enhancement.
7743         * alloc-pool.c (allocate_pool_descriptor): Use new ctor.
7744         * bitmap.c (struct bitmap_descriptor_d): Remove.
7745         (struct loc): Likewise.
7746         (struct bitmap_desc_hasher): Likewise.
7747         (bitmap_desc_hasher::hash): Likewise.
7748         (bitmap_desc_hasher::equal): Likewise.
7749         (get_bitmap_descriptor): Likewise.
7750         (bitmap_register): User new memory descriptor API.
7751         (register_overhead): Likewise.
7752         (bitmap_find_bit): Register nsearches and search_iter statistics.
7753         (struct bitmap_output_info): Remove.
7754         (print_statistics): Likewise.
7755         (dump_bitmap_statistics): Use new memory descriptor.
7756         * bitmap.h (struct bitmap_usage): New class.
7757         * genmatch.c: Extend header file inclusion.
7758         * genpreds.c: Likewise.
7759         * ggc-common.c (struct ggc_usage): New class.
7760         (struct ggc_loc_desc_hasher): Remove.
7761         (ggc_loc_desc_hasher::hash): Likewise.
7762         (ggc_loc_desc_hasher::equal): Likewise.
7763         (struct ggc_ptr_hash_entry): Likewise.
7764         (struct ptr_hash_hasher): Likewise.
7765         (ptr_hash_hasher::hash): Likewise.
7766         (ptr_hash_hasher::equal): Likewise.
7767         (make_loc_descriptor): Likewise.
7768         (ggc_prune_ptr): Likewise.
7769         (dump_ggc_loc_statistics): Use new memory descriptor.
7770         (ggc_record_overhead): Likewise.
7771         (ggc_free_overhead): Likewise.
7772         (final_cmp_statistic): Remove.
7773         (cmp_statistic): Likewise.
7774         (ggc_add_statistics): Liekwise.
7775         (ggc_prune_overhead_list): Likewise.
7776         * hash-map-traits.h: New file.
7777         * hash-map.h (struct default_hashmap_traits): Move the traits to a
7778         separate header file.
7779         * hash-set.h: Pass memory statistics info to ctor.
7780         * hash-table.c (void dump_hash_table_loc_statistics): New function.
7781         * hash-table.h (hash_table::hash_table): Add new ctor arguments.
7782         (hash_table::~hash_table): Register memory release operation.
7783         (hash_table::alloc_entries): Handle memory allocation operation.
7784         (hash_table::expand): Likewise.
7785         * inchash.c (iterative_hash_hashval_t): Move implementation to header
7786         file.
7787         (iterative_hash_host_wide_int): Likewise.
7788         * inchash.h (class hash): Likewise.
7789         * mem-stats-traits.h: New file.
7790         * mem-stats.h: New file.
7791         (mem_location): Add new class.
7792         (mem_usage): Likewise.
7793         (mem_alloc_description): Likewise.
7794         * sese.c: Add new header file inclusision.
7795         * toplev.c (dump_memory_report): Add report for hash_table, hash_map
7796         and hash_set.
7797         * tree-sra.c: Add new header file inclusision.
7798         * vec.c (struct vec_descriptor): Remove.
7799         (hash_descriptor): Likewise.
7800         (struct vec_usage): Likewise.
7801         (struct ptr_hash_entry): Likewise.
7802         (hash_ptr): Likewise.
7803         (eq_ptr): Likewise.
7804         (vec_prefix::register_overhead): Use new memory descriptor API.
7805         (vec_prefix::release_overhead): Likewise.
7806         (add_statistics): Remove.
7807         (dump_vec_loc_statistics): Use new memory descriptor API.
7808         * vec.h (struct vec_prefix): Likewise.
7809         (va_heap::reserve): Likewise.
7810         (va_heap::release): Likewise.
7811         * emit-rtl.c (gen_raw_REG): Fix passing MEM_STAT.
7813 2015-05-27  Richard Biener  <rguenther@suse.de>
7815         * tree-vect-stmts.c (vectorizable_load): Initialize slp_perm
7816         earlier and remove ??? comment.
7817         (vect_analyze_stmt): If we are analyzing a pure SLP stmt
7818         and got called from loop analysis bail out.  Always pass the SLP
7819         node to the vectorizable_* functions.
7820         * tree-vect-loop.c (vect_analyze_loop_operations): Remove
7821         the premature SLP check here.
7822         * tree-vect-slp.c (vect_detect_hybrid_slp_stmts): Dump hybrid
7823         detected SLP stmts.
7824         (vect_detect_hybrid_slp_1): Likewise.
7826 2015-05-26  Jeff Law  <law@redhat.com>
7828         * combine.c (find_split_point): Verify that the shift count is a
7829         constant when choosing (plus (ashift ...)) as a split point.
7831         * tree-ssa-threadupdate.c: Replace 8 space sequences with tabs.
7832         No functional changes.
7834 2015-05-26  Jan Hubicka  <hubicka@ucw.cz>
7836         * ipa-polymorphic-call.c
7837         (ipa_polymorphic_call_context::get_dynamic_type): Short circuit the
7838         case when call target is already known.
7840 2015-05-26  Oleg Endo  <olegendo@gcc.gnu.org>
7842         PR target/65979
7843         * config/sh/sh.md (tstsi_t peephole2): Use gen_rtx_SET and
7844         take into account the case that operands[1] and operands[2]
7845         are the same register.
7847 2015-05-26  Michael Matz  <matz@suse.de>
7849         PR middle-end/66251
7851         * tree-vect-stmts.c (vect_model_store_cost): Handled strided group
7852         stores.
7853         (vect_create_vectorized_demotion_stmts): Always set
7854         STMT_VINFO_VEC_STMT, also with SLP.
7855         (vectorizable_store): Handle strided group stores.
7857 2015-05-26  Venkataramanan Kumar  <venkataramanan.kumar@amd.com>
7859         PR target/66049
7860         * config/aarch64/aarch64.md
7861         (*adds_shift_imm_<mode>):  New pattern.
7862         (*subs_shift_imm_<mode>):  Likewise.
7863         (*adds_<optab><ALLX:mode>_shift_<GPI:mode>):  Likewise.
7864         (*subs_<optab><ALLX:mode>_shift_<GPI:mode>): Likewise.
7865         (*add_uxt<mode>_shift2): Likewise.
7866         (*add_uxtsi_shift2_uxtw): Likewise.
7867         (*sub_uxt<mode>_shift2): Likewise.
7868         (*sub_uxtsi_shift2_uxtw): Likewise.
7870 2015-05-26  David Edelsohn  <dje.gcc@gmail.com>
7872         * config/rs6000/constraints.md (Y, U): Use match_test.
7874 2015-05-26  Christian Bruel  <christian.bruel@st.com>
7876         PR target/52144
7877         * config/arm/arm.c (arm_option_check_internal)
7878         (arm_option_params_internal): Check opts->target_flags to set macros.
7879         (TREE_TARGET_ARM, TREE_TARGET_THUMB)
7880         (TREE_TARGET_THUMB1, TREE_TARGET_THUMB2) Replace with...
7881         (TARGET_ARM_P, TARGET_THUMB_P, TARGET_THUMB1_P, TARGET_THUMB2_P)
7882         (builtin_define): Replaced with def_or_undef_macro.
7883         * config/arm/arm.h (TREE_TARGET_ARM, TREE_TARGET_THUMB)
7884         TREE_TARGET_THUMB1, TREE_TARGET_THUMB2) Redefine with...
7885         (TARGET_ARM_P, TARGET_THUMB_P, TARGET_THUMB1_P, TARGET_THUMB2_P)
7886         (TARGET_32BIT_P, TARGET_ARM_QBIT_P, TARGET_ARM_SAT_P, TARGET_IDIV_P)
7887         (TARGET_HAVE_LDREX_P, TARGET_HAVE_LDREXBH_P, TARGET_HAVE_LDREXD_P)
7888         (TARGET_ARM_FEATURE_LDREX_P)
7889         (TARGET_DSP_MULTIPLY_P, TARGET_INT_SIMD_P): New macros.
7890         * config/arm/arm-c.c (def_or_undef_macro): New function.
7891         (arm_cpu_cpp_builtins): Use def_or_undef_macro for macros definition.
7893 2015-05-26  Christian Bruel  <christian.bruel@st.com>
7895         * c-common.h (builtin_define_with_int_value)
7896         (builtin_define_type_sizeof): Declare.
7897         * c-cppbuiltin.c (builtin_define_with_int_value)
7898         (builtin_define_type_sizeof): Externalize.
7899         (builtin_define_std): Cleanup declaration.
7900         * config/arm/arm-protos.h (arm_cpu_cpp_builtins): Declare.
7901         * config/arm/arm.h (TARGET_CPU_CPP_BUILTINS): Move macro defines into...
7902         * config/arm/arm-c.c (arm_cpu_cpp_builtins): New function.
7903         (builtin_define, builtin_assert): New macros.
7905 2015-05-26  Richard Biener  <rguenther@suse.de>
7907         PR tree-optimization/66142
7908         * tree-ssa-sccvn.c (vn_reference_lookup_3): Manually compare
7909         MEM_REFs for the same base address.
7911 2015-05-26  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
7913         PR ipa/66181
7914         * tree.c (verify_type_variant): Do not check TYPE_NO_FORCE_BLK.
7916 2015-05-26  Jason Merrill  <jason@redhat.com>
7918         * configure.ac: Set CXXFLAGS for ISL test.
7919         * configure: Regenerate.
7921         * configure.ac: Use C++ for all tests.  Use AC_CHECK_DECLS for
7922         strstr and basename.
7923         * configure: Regenerate.
7925 2015-05-26  Richard Biener  <rguenther@suse.de>
7927         * fold-const.c (fold_binary_loc): Move X % -Y -> X % Y and
7928         X % C -> X & (C - 1) for C being a power-of two to ...
7929         * match.pd: ... patterns.
7931 2015-05-26  Marc Glisse  <marc.glisse@inria.fr>
7933         * match.pd (swapped_tcc_comparison): New operator list.
7934         (-A CMP -B): New simplification.
7935         * fold-const.c (fold_comparison): Remove corresponding code.
7937 2015-05-26  Richard Sandiford  <richard.sandiford@arm.com>
7939         * caller-save.c (init_caller_save): Base temporary register numbers
7940         on LAST_VIRTUAL_REGISTER + 1 rather than FIRST_PSEUDO_REGISTER.
7941         * cfgloopanal.c (init_set_costs): Likewise.
7942         * dojump.c (prefer_and_bit_test): Likewise.
7943         * expr.c (init_expr_target): Likewise.
7944         * ira.c (setup_prohibited_mode_move_regs): Likewise.
7945         * lower-subreg.c (init_lower_subreg): Likewise.
7946         * postreload.c (reload_cse_regs_1): Likewise.
7948 2015-05-26  Richard Sandiford  <richard.sandiford@arm.com>
7950         * gensupport.h (compute_test_codes): Declare.
7951         * gensupport.c (compute_predicate_codes): Rename to...
7952         (compute_test_codes): ...this.  Generalize error message.
7953         (process_define_predicate): Update accordingly.
7954         * genpreds.c (compute_maybe_allows): Delete.
7955         (add_constraint): Use compute_test_codes to determine whether
7956         something can accept a SUBREG, REG or MEM.
7958 2015-05-26  Torvald Riegel  <triegel@redhat.com>
7960         * doc/extend.texi (__atomic Builtins): Use 'memory order' instead of
7961         'memory model' to align with C++11; fix description of memory orders;
7962         fix a few typos.
7964 2015-05-26  Richard Biener  <rguenther@suse.de>
7966         * tree-vect-loop.c (vect_update_vf_for_slp): Split out from ...
7967         (vect_analyze_loop_operations): ... here.  Remove slp parameter,
7968         detect whether we apply SLP.  Remove call to
7969         vect_update_slp_costs_according_to_vf.
7970         (vect_analyze_loop_2): Call vect_update_vf_for_slp and
7971         vect_update_slp_costs_according_to_vf from here.  Dispatch
7972         to vect_slp_analyze_operations to analyze SLP stmts.
7973         * tree-vect-slp.c (vect_slp_analyze_node_operations): Drop
7974         unused bb_vec_info parameter, adjust assert.
7975         (vect_slp_analyze_operations): Pass in the slp instance tree
7976         instead of bb_vec_info.
7977         (vect_slp_analyze_bb_1): Adjust call to vect_slp_analyze_operations.
7978         * tree-vectorizer.h (vect_slp_analyze_operations): Declare.
7980 2015-05-25  Alexander Monakov  <amonakov@ispras.ru>
7982         * config/i386/i386.h (enum reg_class): Move CLOBBERED_REGS prior to
7983         Q_REGS.  Expand comment.
7984         (REG_CLASS_NAMES): Ditto.
7985         (REG_CLASS_CONTENTS): Ditto.
7987 2015-05-25  Uros Bizjak  <ubizjak@gmail.com>
7989         PR target/66274
7990         * config/i386/i386.c (print_reg): Only print "r" for TARGET_64BIT
7991         when LEGACY_INT_REGNO_P is processed.
7993 2015-05-25  Alexander Monakov  <amonakov@ispras.ru>
7995         * config/i386/i386.c (ix86_function_ok_for_sibcall): Check flag_plt.
7997 2015-05-25  Pitchumani Sivanupandi  <pitchumani.s@atmel.com>
7999         * config/avr/avr.c (avr_out_load_psi_reg_no_disp_tiny): Restore base
8000         register if not marked dead/unused, before return.
8002 2015-05-24  Jan Hubicka  <hubicka@ucw.cz>
8004         PR lto/66180
8005         * ipa-devirt.c (type_with_linkage): Check that TYPE_STUB_DECL
8006         is set; check for assembler name at LTO time.
8007         (type_in_anonymous_namespace): Remove hacks, check that all
8008         anonymous types are called "<anon>"
8009         (odr_type_p): Simplify; add check for "<anon>"
8010         (odr_subtypes_equivalent): Add odr_type_p check.
8011         * tree.c (need_assembler_name_p): Even anonymous namespace needs
8012         assembler name.
8014 2015-05-24  Jan Hubicka  <hubicka@ucw.cz>
8016         * ipa-utils.h (method_class_type): Remove.
8017         * cgraphunit.c (walk_polymorphic_call_targets): Use
8018         TYPE_METHOD_BASETYPE.
8019         * ipa-devirt.c (type_in_anonymous_namespace_p): Check that it is called
8020         on main variants only.
8021         (method_class_type): Remove.
8022         (update_type_inheritance_graph): Use TYPE_METHOD_BASETYPE.
8023         (build_type_inheritance_graph): Likewise.
8024         * ipa-icf.c (sem_function::equals_wpa): Likewise.
8025         * pa-polymorphic-call.c (decl_maybe_in_construction_p,
8026         check_stmt_for_type_change): Use TYPE_METHOD_BASETYPE.
8028 2015-05-24  Jan Hubicka  <hubicka@ucw.cz>
8030         * tree.c (prototype_p, virtual_method_call_p, obj_type_ref_class,
8031         is_typedef_decl, typedef_variant_p): Constify.
8032         * tree.h (prototype_p, virtual_method_call_p, obj_type_ref_class,
8033         is_typedef_decl, typedef_variant_p): Constify.
8035 2015-05-23  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
8037         * defaults.h (gen_tablejump): New function.
8038         (HAVE_tablejump): Add default value.
8039         * expr.c: Adjust.
8040         * stmt.c: Likewise.
8042 2015-05-23  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
8044         * defaults.h (gen_store_multiple): New function.
8045         (HAVE_store_multiple): Add default value.
8046         * expr.c (move_block_from_reg): Adjust.
8048 2015-05-23  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
8050         * defaults.h (gen_load_multiple): New function.
8051         (HAVE_load_multiple): Add default value.
8052         * expr.c (move_block_to_reg): Adjust.
8054 2015-05-23  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
8056         * defaults.h (gen_mem_signal_fence): New function.
8057         (HAVE_mem_signal_fence): Add default value.
8058         * optabs.c: Adjust.
8060 2015-05-23  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
8062         * defaults.h (gen_memory_barrier): New function.
8063         (HAVE_memory_barrier): Add default value.
8064         * optabs.c: Adjust.
8066 2015-05-23  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
8068         * defaults.h (gen_mem_thread_fence): New function.
8069         (HAVE_mem_thread_fence): Add default definition.
8070         * optabs.c: Adjust.
8072 2015-05-23  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
8074         * combine.c (find_split_point): Check the value of HAVE_lo_sum
8075         instead of if it is defined.
8076         (combine_simplify_rtx): Likewise.
8077         * lra-constraints.c (process_address_1): Likewise.
8078         * config/darwin.c: Adjust.
8079         * genconfig.c (main): Always define HAVE_lo_sum.
8081 2015-05-23  Prathamesh Kulkarni  <prathamesh.kulkarni@linaro.org>
8083         * genmatch.c (parser::parse_operation): Reject expanding
8084         operator-list inside 'for'.
8086 2015-05-23  Prathamesh Kulkarni  <prathamesh.kulkarni@linaro.org>
8088         * genmatch.c (parser::parse_for): Reject iterator if used as
8089         operator-list.
8091 2015-05-23  Prathamesh Kulkarni  <prathamesh.kulkarni@linaro.org>
8093         * genmatch.c (parser::parse_operator_list): Check for CPP_CLOSE_PAREN
8094         after end of id-list.
8096 2015-05-22  Jan Hubicka  <hubicka@ucw.cz>
8098         * tree.c (gimple_canonical_types_compatible_p): Sanity check that
8099         we do not try to compute canonical type for type that does not need
8100         alias set.
8101         (verify_type): Drop FIXME for METHOD_TYPE, update FIXME for
8102         FUNCITON_TYPE.
8103         * tree.h (type_with_alias_set_p): New.
8105 2015-05-22  Jan Hubicka  <hubicka@ucw.cz>
8107         * tree.c (gimple_canonical_types_compatible_p):  Do not compare
8108         function attributes.
8109         (verify_type): Remove METHOD_TYPE FIXME; update FUNCTION_TYPE.
8111 2015-05-22  Jim Wilson  <jim.wilson@linaro.org>
8113         * Makefile.in (check_gcc_parallelize): Delete.
8114         (lang_checks_parallelized): Update comment.
8116 2015-05-22  Mikhail Maltsev  <maltsevm@gmail.com>
8118         PR rtl-optimization/66237
8119         * bb-reorder.c (fix_crossing_conditional_branches): Fix wrong
8120         location of an "as_a" cast.
8122 2015-05-22  Jeff Law  <law@redhat.com>
8124         * config/pa/pa.md (non-canonical shift-add insns): Remove.
8125         (peepholes with non-canonical RTL sources): Remove.
8126         (peepholes for indexed stores of FP regs in integer modes): Match and
8127         generate canonical RTL.
8129 2015-05-22  Marc Glisse  <marc.glisse@inria.fr>
8131         PR tree-optimization/63387
8132         * match.pd ((X /[ex] A) * A -> X): Remove unnecessary condition.
8133         ((x ord x) & (y ord y) -> (x ord y),
8134         (x ord x) & (x ord y) -> (x ord y)): New simplifications.
8135         * fold-const.c (tree_unary_nonnegative_warnv_p) <ABS_EXPR>: Handle
8136         vectors like scalars.
8138 2015-05-22  Marc Glisse  <marc.glisse@inria.fr>
8140         * convert.c (convert_to_integer, convert_to_vector): Include the
8141         types in the error message.
8143 2015-05-22  Marc Glisse  <marc.glisse@inria.fr>
8145         * match.pd ((x | y) & ~x -> y & ~x, (x & y) | ~x -> y | ~x): New
8146         simplifications.
8148 2015-05-22  Jeff Law  <law@redhat.com>
8150         * config/pa/pa.md (integer_indexed_store splitters): Use
8151         mem_shadd_operand.  Use ASHIFT rather than MULT in the resulting
8152         insns -- adjusting the constant 2nd operand accordingly.
8154         * combine.c (try_combine): Canonicalize (plus (mult X pow2) Y) into
8155         (plus (ashift X log2) Y) if it is a split point.
8157         * config/pa/pa.c (mem_shadd_or_shadd_rtx_p): New function factoredx
8158         out of hppa_legitimize_address to handle both forms of a multiply
8159         by 2, 4 or 8.
8160         (hppa_legitimize_address): Use mem_shadd_or_shadd_rtx_p.
8161         Always generate the ASHIFT variant as the result is not directly
8162         used in a MEM.  Update comments and refactor slightly to improve
8163         readability.
8165 2015-05-22  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
8167         PR target/65491
8168         * config/aarch64/aarch64.c (aarch64_short_vector_p): Move above
8169         aarch64_composite_type_p.  Remove check for aarch64_composite_type_p.
8170         (aarch64_composite_type_p): Return false if given type and mode are
8171         for a short vector.
8173 2015-05-22  Richard Biener  <rguenther@suse.de>
8175         * tree-vectorizer.h (struct _slp_oprnd_info): Add second_pattern
8176         member.
8177         * tree-vect-loop.c (vect_analyze_loop_operations): Look at
8178         patterns when determining whether SLP is pure.
8179         (vect_is_slp_reduction): Remove check for pattern stmts.
8180         (vect_is_simple_reduction_1): Remove dead code.
8181         * tree-vect-slp.c (vect_create_oprnd_info): Initialize second_pattern.
8182         (vect_get_and_check_slp_defs): Pass in the stmt number.
8183         Allow the first def in a reduction to be not a pattern stmt when
8184         the rest of the stmts def are patterns.
8185         (vect_build_slp_tree_1): Allow tcc_expression codes like
8186         SAD_EXPR and DOT_PROD_EXPR.
8187         (vect_build_slp_tree): Adjust.
8188         (vect_analyze_slp): Refactor and move BB vect error message ...
8189         (vect_slp_analyze_bb_1): ... here.
8191 2015-05-22  Aldy Hernandez  <aldyh@redhat.com>
8193         * tree-switch-conversion.c (build_one_array): Set DECL_IGNORED_P
8194         for CSWTCH temporary.
8196 2015-05-22  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
8198         * config/arm/arm.c (arm_new_rtx_costs): Handle UNSPEC_VOLATILE.
8199         (arm_unspec_cost): Allow UNSPEC_VOLATILE.  Do not recurse inside
8200         unknown unspecs.
8202 2015-05-22  Richard Biener  <rguenther@suse.de>
8204         PR tree-optimization/66251
8205         * tree-vect-stmts.c (vectorizable_conversion): Properly
8206         set STMT_VINFO_VEC_STMT even for the SLP case.
8208 2015-05-22  Marek Polacek  <polacek@redhat.com>
8210         * doc/extend.texi: Use @pxref instead of @xref.
8212 2015-05-22  hiraditya  <hiraditya@msn.com>
8214         * gimple.h (gimple_expr_type): Refactor to make it concise. Remove
8215         redundant if.
8217 2015-05-22  Richard Biener  <rguenther@suse.de>
8219         PR tree-optimization/65701
8220         * tree-vect-data-refs.c (vect_enhance_data_refs_alignment):
8221         Move peeling cost models into one place.  Peel for alignment
8222         for single loads only if an aligned load is cheaper than
8223         an unaligned load.
8225 2015-05-22  Marek Polacek  <polacek@redhat.com>
8227         PR c/47043
8228         * doc/extend.texi (Enumerator Attributes): New section.
8229         Document syntax of enumerator attributes.
8231 2015-05-22  Richard Biener  <rguenther@suse.de>
8233         * tree-vect-loop.c (get_reduction_op): New function.
8234         (vect_model_reduction_cost): Use it, add reduc_index parameter.
8235         Make ready for BB reductions.
8236         (vect_create_epilog_for_reduction): Use get_reduction_op.
8237         (vectorizable_reduction): Init reduc_index to a valid value.
8238         Adjust vect_model_reduction_cost call.
8239         * tree-vect-slp.c (vect_get_constant_vectors): Use the proper
8240         operand for reduction defaults.  Add SAD_EXPR support.
8241         Assert we have a neutral op for SLP reductions.
8242         * tree-vect-stmts.c (vect_mark_stmts_to_be_vectorized): When
8243         walking pattern stmt ops only recurse to SSA names.
8245 2015-05-22  Richard Biener  <rguenther@suse.de>
8247         * tree-vect-patterns.c (vect_recog_dot_prod_pattern): Replace
8248         assert with guard, remove check on detected reduction.
8249         (vect_recog_sad_pattern): Likewise.
8250         (vect_recog_widen_sum_pattern): Likewise.
8252 2015-05-22  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
8254         * config/aarch64/arm_neon.h (vaeseq_u8): Add __extension__ and
8255         __always_inline__ attribute.
8256         (vaesdq_u8): Likewise.
8257         (vaesmcq_u8): Likewise.
8258         (vaesimcq_u8): Likewise.
8259         (vsha1cq_u32): Likewise.
8260         (vsha1mq_u32): Likewise.
8261         (vsha1pq_u32): Likewise.
8262         (vsha1h_u32): Likewise.
8263         (vsha1su0q_u32): Likewise.
8264         (vsha1su1q_u32): Likewise.
8265         (vsha256hq_u32): Likewise.
8266         (vsha256h2q_u32): Likewise.
8267         (vsha256su0q_u32): Likewise.
8268         (vsha256su1q_u32): Likewise.
8269         (vmull_p64): Likewise.
8270         (vmull_high_p64): Likewise.
8272 2015-05-21  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
8274         * final.c (final_scan_insn): Don't check HAVE_peephole with the
8275         preprocessor.
8276         * output.h: Likewise.
8277         * genconfig.c (main): Alwways define HAVE_peephole.
8278         * genpeep.c: Don't emit checks of HAVE_peephole.
8280 2015-05-21  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
8282         * combine.c, expmed.c, expr.c, optabs.c optabs.h, toplev.c: DOn't
8283         check HAVE_conditional_move with the preprocessor.
8285 2015-05-21  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
8287         * genconfig.c (main): Always define HAVE_conditional_move.
8288         * combine.c, expmed.c, expr.c, ifcvt.c, optabs.c, optabs.h,
8289         toplev.c, tree-ssa-phiopt.c: Don't check if HAVE_conditional_move
8290         is defined.
8292 2015-05-21  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
8294         * combine.c, df-problems.c, df-scan.c, emit-rtl.c, reginfo.c,
8295         reload.c, rtlanal.c: Remove comparison of ARG_FRAME_POINTER_REGNUM
8296         and FRAME_POINTER_REGNUM with the preprocessor.
8298 2015-05-21  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
8300         * defaults.h: Add default for STACK_PUSH_CODE.
8301         * expr.c: Don't redefine STACK_PUSH_CODE.
8302         * recog.c: Likewise.
8304 2015-05-21  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
8306         * builtins.c, dwarf2cfi.c, explow.c, expr.c, recog.c,
8307         sched-deps.c: Use if instead of preprocessor checks with
8308         STACK_GROWS_DOWNWARD.
8310 2015-05-21  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
8312         * *.c: Check the value of STACK_GROWS_DOWNWARD rather than if it
8313         is defined.
8314         * config/**/*.h: Define STACK_GROWS_DOWNWARD to an integer.
8315         * defaults.h: Provide default for STACK_GROWS_DOWNWARD.
8316         * doc/tm.texi.in: Update references to STACK_GROWS_DOWNWARD.
8317         * doc/tm.texi: Regenerate.
8319 2015-05-21  H.J. Lu  <hongjiu.lu@intel.com>
8321         PR target/66232
8322         * config/i386/constraints.md (Bg): New constraint for GOT memory
8323         operand.
8324         * config/i386/i386.md (*call_got_x32): New pattern.
8325         (*call_value_got_x32): Likewise.
8326         * config/i386/predicates.md (GOT_memory_operand): New predicate.
8328 2015-05-21  Jakub Jelinek  <jakub@redhat.com>
8330         PR tree-optimization/66233
8331         * match.pd (ocvt (icvt@1 @0)): Don't handle vector types.
8332         Simplify.
8334 2015-05-21  Jeff Law  <law@redhat.com>
8336         * config/pa/pa.md (add-with-constant splitter): Use ASHIFT rather
8337         than MULT for shadd sequences.
8339 2015-05-08  Jan Hubicka  <hubicka@ucw.cz>
8341         * alias.c (alias_stats): New static var.
8342         (alias_sets_conflict_p, alias_sets_must_conflict_p): Update stats.
8343         (dump_alias_stats_in_alias_c): New function.
8344         * alias.h (dump_alias_stats_in_alias_c): Declare.
8345         * tree-ssa-alias.c (dump_alias_stats): Call it.
8347 2015-05-08  Michael Matz  <matz@suse.de>
8349         * tree-vectorizer.h (struct _stmt_vec_info): Rename stride_load_p
8350         to strided_p.
8351         (STMT_VINFO_STRIDE_LOAD_P): Rename to ...
8352         (STMT_VINFO_STRIDED_P): ... this.
8353         * tree-vect-data-refs.c (vect_compute_data_ref_alignment): Adjust.
8354         (vect_verify_datarefs_alignment): Likewise.
8355         (vect_enhance_data_refs_alignment): Likewise.
8356         (vect_analyze_data_ref_access): Likewise.
8357         (vect_analyze_data_refs): Accept strided stores.
8358         * tree-vect-stmts.c (vect_model_store_cost): Count strided stores.
8359         (vect_model_load_cost): Adjust for macro rename.
8360         (vectorizable_mask_load_store): Likewise.
8361         (vectorizable_load): Likewise.
8362         (vectorizable_store): Open code strided stores.
8364 2015-05-21  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
8366         * doc/sourcebuild.texi (7.2.3.9 Other hardware attributes):
8367         Document sqrt_insn.
8369 2015-05-21  Richard Biener  <rguenther@suse.de>
8371         PR c++/66211
8372         * match.pd: Guard pattern optimzing (int)(float)int
8373         conversions to apply only on GIMPLE.
8375 2015-05-21  Jeff Law  <law@redhat.com>
8377         * combine.c (find_split_point): Handle ASHIFT like MULT to encourage
8378         multiply-accumulate/shift-add insn generation.
8380 2015-05-21  Oleg Endo  <olegendo@gcc.gnu.org>
8382         PR target/54236
8383         * config/sh/sh.md (*round_int_even): Reject pattern if operands[0] and
8384         operands[1] are the same.
8386 2015-05-21  Ilya Enkovich  <enkovich.gnu@gmail.com>
8388         PR middle-end/66221
8389         * ipa-chkp.c (chkp_copy_function_type_adding_bounds): Use
8390         build_distinct_type_copy to copy bounds.
8392 2015-05-21  Thomas Schwinge  <thomas@codesourcery.com>
8394         * genrecog.c (MAX_DEPTH, MIN_NUM_STATEMENTS, MAX_NUM_STATEMENTS):
8395         Change to unsigned int.
8397 2015-05-20  Jeff Law  <law@redhat.com>
8399         * config/pa/pa.c (pa_print_operand): New 'o' output modifier.
8400         (pa_mem_shadd_constant_p): Renamed from pa_shadd_constant_p.
8401         (pa_shadd_constant_p): Allow constants for shadd insns rather
8402         than valid scaling constants for memory addresses.
8403         * config/pa/pa-protos.h (pa_mem_shadd_constant_p): Add prototype.
8404         * config/pa/predicates.md (mem_shadd_operand): New predicate.
8405         * config/pa/pa.md (shift-add insns using MULT): Use mem_shadd_operand.
8406         (shift-add insns using ASHIFT): New patterns.
8408 2015-05-20  Mikhail Maltsev  <maltsevm@gmail.com>
8410         * bb-reorder.c (set_edge_can_fallthru_flag): Use rtx_jump_insn where
8411         feasible.
8412         (fix_up_fall_thru_edges): Likewise.
8413         (fix_crossing_conditional_branches): Likewise. Promote jump targets
8414         from to rtx_insn to rtx_code_label where feasible.
8415         * bt-load.c (move_btr_def): Remove as-a cast of the value returned by
8416         gen_move_insn (returned type changed to rtx_insn).
8417         * builtins.c (expand_errno_check): Fix arguments of
8418         do_compare_rtx_and_jump (now expects rtx_code_label).
8419         (expand_builtin_acc_on_device): Likewise.
8420         * cfgcleanup.c (try_simplify_condjump): Add cast when calling
8421         invert_jump (now exprects rtx_jump_insn).
8422         * cfgexpand.c (label_rtx_for_bb): Promote return type to rtx_code_label.
8423         (construct_init_block): Use rtx_code_label.
8424         * cfgrtl.c (block_label): Promote return type to rtx_code_label.
8425         (try_redirect_by_replacing_jump): Use cast to rtx_jump_insn when
8426         calling redirect_jump.
8427         (patch_jump_insn): Likewise.
8428         (redirect_branch_edge): Likewise.
8429         (force_nonfallthru_and_redirect): Likewise.
8430         (fixup_reorder_chain): Explicitly use rtx_jump_insn instead of rtx_insn
8431         when suitable.
8432         (rtl_lv_add_condition_to_bb): Update call of do_compare_rtx_and_jump.
8433         * cfgrtl.h: Promote return type of block_label to rtx_code_label.
8434         * config/bfin/bfin.c (hwloop_optimize): Fix call of emit_label_before.
8435         * config/i386/i386.c (ix86_emit_cmove): Explicitly use rtx_code_label
8436         to store the value retured by gen_label_rtx.
8437         * config/mips/mips.c (mips16_split_long_branches): Promote rtx_insn to
8438         rtx_jump_insn.
8439         * config/sh/sh.c (gen_far_branch): Likewise. Fix call of invert_jump.
8440         (split_branches): Fix calls of redirect_jump.
8441         * dojump.c (jumpifnot): Promote argument type from rtx to
8442         rtx_code_label.
8443         (jumpifnot_1): Likewise.
8444         (jumpif): Likewise.
8445         (jumpif_1): Likewise.
8446         (do_jump_1): Likewise.
8447         (do_jump): Likewise. Use rtx_code_label when feasible.
8448         (do_jump_by_parts_greater_rtx): Likewise.
8449         (do_jump_by_parts_zero_rtx): Likewise.
8450         (do_jump_by_parts_equality_rtx): Likewise.
8451         (do_compare_rtx_and_jump): Likewise.
8452         * dojump.h: Update function prototypes.
8453         * dse.c (emit_inc_dec_insn_before): Remove case (gen_move_insn now
8454         returns rtx_insn).
8455         * emit-rtl.c (emit_jump_insn_before_noloc): Promote return type to
8456         rtx_jump_insn.
8457         (emit_label_before): Likewise.
8458         (emit_jump_insn_after_noloc): Likewise.
8459         (emit_jump_insn_after_setloc): Likewise.
8460         (emit_jump_insn_after): Likewise
8461         (emit_jump_insn_before_setloc): Likewise.
8462         (emit_jump_insn_before): Likewise.
8463         (emit_label_before): Promote return type to rtx_code_label.
8464         (emit_label): Likewise.
8465         * except.c (sjlj_emit_dispatch_table): Use jump_target_rtx.
8466         * explow.c (emit_stack_save): Use gen_move_insn_uncast instead of
8467         gen_move_insn.
8468         (emit_stack_restore): Likewise.
8469         * expmed.c (emit_store_flag_force): Fix calls of do_compare_rtx_and_jump.
8470         (do_cmp_and_jump): Likewise.
8471         * expr.c (expand_expr_real_2): Likewise. Promote some local variables
8472         from rtx to rtx_code_label.
8473         (gen_move_insn_uncast): New function.
8474         * expr.h: Update return type of gen_move_insn (promote to rtx_insn).
8475         * function.c (convert_jumps_to_returns): Fix call of redirect_jump.
8476         * gcse.c (pre_insert_copy_insn): Use rtx_insn instead of rtx.
8477         * ifcvt.c (dead_or_predicable): Use rtx_jump_insn when calling
8478         invert_jump_1 and redirect_jump_1.
8479         * internal-fn.c (expand_arith_overflow_result_store): Fix call of
8480         do_compare_rtx_and_jump.
8481         (expand_addsub_overflow): Likewise.
8482         (expand_neg_overflow): Likewise.
8483         (expand_mul_overflow): Likewise.
8484         * ira.c (split_live_ranges_for_shrink_wrap): Use rtx_insn for
8485         return value of gen_move_insn.
8486         * jump.c (redirect_jump): Promote argument from rtx to rtx_jump_insn.
8487         * loop-doloop.c (add_test): Use rtx_code_label.
8488         (doloop_modify): Likewise.
8489         (doloop_optimize): Likewise.
8490         * loop-unroll.c (compare_and_jump_seq): Promote rtx to rtx_code_label.
8491         * lra-constraints.c (emit_spill_move): Remove cast of value returned
8492         by gen_move_insn.
8493         (inherit_reload_reg): Add cast when calling dump_insn_slim.
8494         (split_reg): Likewise.
8495         * modulo-sched.c (schedule_reg_moves): Remove cast of value returned by
8496         gen_move_insn.
8497         * optabs.c (expand_binop_directly): Remove casts of values returned by
8498         maybe_gen_insn.
8499         (expand_unop_direct): Likewise.
8500         (expand_abs): Likewise.
8501         (maybe_emit_unop_insn): Likewise.
8502         (maybe_gen_insn): Promote return type to rtx_insn.
8503         * optabs.h: Update prototype of maybe_gen_insn.
8504         * postreload-gcse.c (eliminate_partially_redundant_load): Remove
8505         redundant cast.
8506         * recog.c (struct peep2_insn_data): Promote type of insn field to
8507         rtx_insn.
8508         (peep2_reinit_state): Use NULL instead of NULL_RTX.
8509         (peep2_attempt): Remove casts of insn in peep2_insn_data.
8510         (peep2_fill_buffer): Promote argument from rtx to rtx_insn
8511         * recog.h (struct insn_gen_fn): Promote return types of function
8512         pointers and operator ().from rtx to rtx_insn.
8513         * reorg.c (fill_simple_delay_slots): Promote rtx_insn to rtx_jump_insn.
8514         (fill_eager_delay_slots): Likewise.
8515         (relax_delay_slots): Likewise.
8516         (make_return_insns): Likewise.
8517         (dbr_schedule): Likewise.
8518         (optimize_skips): Likewise.
8519         (reorg_redirect_jump): Likewise.
8520         (fill_slots_from_thread): Likewise.
8521         * reorg.h: Update prototypes.
8522         * resource.c (find_dead_or_set_registers): Use dyn_cast to
8523         rtx_jump_insn instead of check.  Use it's jump_target method.
8524         * rtl.h (rtx_jump_insn::jump_label): Define new method.
8525         (rtx_jump_insn::jump_target): Define new method.
8526         (rtx_jump_insn::set_jump_target): Define new method.
8527         * rtlanal.c (tablejump_p): Promote type of one local variable.
8528         * sched-deps.c (sched_analyze_2): Promote rtx to rtx_insn_list.
8529         (sched_analyze_insn): Likewise.
8530         * sched-vis.c (print_insn_with_notes): Promote rtx to rtx_insn.
8531         (print_insn): Likewise.
8532         * stmt.c (label_rtx): Promote return type to rtx_insn.
8533         (force_label_rtx): Likewise.
8534         (jump_target_rtx): Define new function.
8535         (expand_label): Use it, get rid of one cast.
8536         (expand_naked_return): Promote rtx to rtx_code_label.
8537         (do_jump_if_equal): Fix do_compare_rtx_and_jump call.
8538         (expand_case): Use rtx_code_label instread of rtx where feasible.
8539         (expand_sjlj_dispatch_table): Likewise.
8540         (emit_case_nodes): Likewise.
8541         * stmt.h: Declare jump_target_rtx.  Update prototypes.  Fix comments.
8542         * store-motion.c (insert_store): Make use of new return type of
8543         gen_move_insn and remove a cast.
8544         (replace_store_insn): Likewise.
8546 2015-05-20  Max Filippov  <jcmvbkbc@gmail.com>
8548         * config/xtensa/xtensa.c (init_alignment_context): Replace MULT
8549         by BITS_PER_UNIT with ASHIFT by exact_log2 (BITS_PER_UNIT).
8551 2015-05-20  Jeff Law  <law@redhat.com>
8553         * tree-ssa-threadupdate.c (mark_threaded_blocks): Properly
8554         dispose of the jump thread path when the jump threading
8555         opportunity is cancelled.
8557 2015-05-20  Manuel López-Ibáñez  <manu@gcc.gnu.org>
8559         * diagnostic.c (diagnostic_print_caret_line): Fix off-by-one error
8560         when printing the caret character.
8562 2015-05-20  Marek Polacek  <polacek@redhat.com>
8564         * cfgexpand.c (expand_debug_expr): Use UNARY_CLASS_P.
8566 2015-05-20  Marek Polacek  <polacek@redhat.com>
8568         * expr.c (expand_cond_expr_using_cmove): Use COMPARISON_CLASS_P.
8569         * gimple-expr.c (gimple_cond_get_ops_from_tree): Likewise.
8570         * gimple-fold.c (canonicalize_bool): Likewise.
8571         (same_bool_result_p): Likewise.
8572         * tree-if-conv.c (parse_predicate): Likewise.
8574 2015-05-20  Marek Polacek  <polacek@redhat.com>
8576         * gimple-fold.c (fold_const_aggregate_ref_1): Use DECL_P.
8577         * gimplify.c (gimplify_modify_expr_rhs): Likewise.
8579 2015-05-20  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
8581         * config/aarch64/aarch64.c (aarch64_class_max_nregs):
8582         Use UNITS_PER_VREG and UNITS_PER_WORD instead of their direct
8583         values.
8585 2015-05-20  Robert Suchanek  <robert.suchanek@imgtec.com>
8587         * config/mips/mips.h (micromips_globals): Declare.
8589 2015-05-20  David Malcolm  <dmalcolm@redhat.com>
8591         * timevar.def (TV_INITIALIZE_RTL): New.
8592         * toplev.c (initialize_rtl): Use an auto_timevar to account this
8593         function's time to TV_INITIALIZE_RTL.
8595 2015-05-20  Ilya Enkovich  <enkovich.gnu@gmail.com>
8597         * tree-chkp.c (chkp_maybe_copy_and_register_bounds): Remove useless
8598         gimple_build_nop calls.
8599         (chkp_find_bounds_for_elem): Likewise.
8600         (chkp_get_zero_bounds): Likewise.
8601         (chkp_get_none_bounds): Likewise.
8602         (chkp_get_bounds_by_definition): Likewise.
8603         (chkp_generate_extern_var_bounds): Likewise.
8604         (chkp_get_bounds_for_decl_addr): Likewise.
8605         (chkp_get_bounds_for_string_cst): Likewise.
8607 2015-05-20  Bin Cheng  <bin.cheng@arm.com>
8609         PR tree-optimization/65447
8610         * tree-ssa-loop-ivopts.c (struct iv_use): New fields.
8611         (dump_use, dump_uses): Support to dump sub use.
8612         (record_use): New parameters to support sub use.  Remove call to
8613         dump_use.
8614         (record_sub_use, record_group_use): New functions.
8615         (compute_max_addr_offset, split_all_small_groups): New functions.
8616         (group_address_uses, rewrite_use_address): New functions.
8617         (strip_offset): New declaration.
8618         (find_interesting_uses_address): Call record_group_use.
8619         (add_candidate): New assertion.
8620         (infinite_cost_p): Move definition forward.
8621         (add_costs): Check INFTY cost and return immediately.
8622         (get_computation_cost_at): Clear setup cost and dependent bitmap
8623         for sub uses.
8624         (determine_use_iv_cost_address): Compute cost for sub uses.
8625         (rewrite_use_address_1): Rename from old rewrite_use_address.
8626         (free_loop_data): Free sub uses.
8627         (tree_ssa_iv_optimize_loop): Call group_address_uses.
8629 2015-05-20  Kugan Vivekanandarajah  <kuganv@linaro.org>
8630             Jim Wilson  <jim.wilson@linaro.org>
8632         * config/arm/aarch-common-protos.h (struct mem_cost_table): Added
8633         new  fields loadv and storev.
8634         * config/aarch64/aarch64-cost-tables.h (thunderx_extra_costs):
8635         Initialize loadv and storev.
8636         * config/arm/aarch-cost-tables.h (generic_extra_costs): Likewise.
8637         (cortexa53_extra_costs): Likewise.
8638         (cortexa57_extra_costs): Likewise.
8639         (xgene1_extra_costs): Likewise.
8640         * config/aarch64/aarch64.c (aarch64_rtx_costs): Update vector
8641         rtx_costs.
8643 2015-05-20  Kugan Vivekanandarajah  <kuganv@linaro.org>
8645         * config/arm/arm.c (cortexa9_extra_costs): Initialize loadv and
8646          storev.
8647         (cortexa8_extra_costs): Likewise.
8648         (cortexa5_extra_costs): Likewise.
8649         (cortexa7_extra_costs): Likewise.
8650         (cortexa12_extra_costs): Likewise.
8651         (cortexa15_extra_costs): Likewise.
8652         (v7m_extra_costs): Likewise.
8654 2015-05-20  Jeff Law  <law@redhat.com>
8656         * tree-ssa-threadupdate.c (thread_single_edge): Use delete_jump_thread
8657         instead of open-coded version.  Also delete the jump thread created
8658         within this function.
8660 2015-05-20  Alan Modra  <amodra@gmail.com>
8662         * config/rs6000/rs6000.c (rs6000_emit_allocate_stack): Return
8663         stack adjusting insn.  Formatting.
8664         (rs6000_emit_prologue): Track stack adjusting insn, and use of
8665         r12.  If possible, emit first -fsplit-stack arg pointer insn
8666         before stack adjust.  Don't use r12 to save cr if split-stack.
8668 2015-05-20  Alan Modra  <amodra@gmail.com>
8670         * common/config/rs6000/rs6000-common.c (TARGET_SUPPORTS_SPLIT_STACK):
8671         Define.
8672         (rs6000_supports_split_stack): New function.
8673         * gcc/config/rs6000/rs6000.c (machine_function): Add
8674         split_stack_arg_pointer.
8675         (TARGET_EXTRA_LIVE_ON_ENTRY, TARGET_INTERNAL_ARG_POINTER): Define.
8676         (setup_incoming_varargs): Use crtl->args.internal_arg_pointer
8677         rather than virtual_incoming_args_rtx.
8678         (rs6000_va_start): Likewise.
8679         (split_stack_arg_pointer_used_p): New function.
8680         (rs6000_emit_prologue): Set up arg pointer for -fsplit-stack.
8681         (morestack_ref): New var.
8682         (gen_add3_const, rs6000_expand_split_stack_prologue,
8683         rs6000_internal_arg_pointer, rs6000_live_on_entry,
8684         rs6000_split_stack_space_check): New functions.
8685         (rs6000_elf_file_end): Call file_end_indicate_split_stack.
8686         * gcc/config/rs6000/rs6000.md (UNSPEC_STACK_CHECK): Define.
8687         (UNSPECV_SPLIT_STACK_RETURN): Define.
8688         (split_stack_prologue, load_split_stack_limit,
8689         load_split_stack_limit_di, load_split_stack_limit_si,
8690         split_stack_return, split_stack_space_check): New expands and insns.
8691         * gcc/config/rs6000/rs6000-protos.h
8692         (rs6000_expand_split_stack_prologue): Declare.
8693         (rs6000_split_stack_space_check): Declare.
8695 2015-05-20  Alan Modra  <amodra@gmail.com>
8697         * config/rs6000/rs6000.c (struct rs6000_stack): Correct comments.
8698         (direct_return): Test vrsave_size rather than vrsave_mask.
8699         (rs6000_emit_prologue): Likewise.  Remove redundant altivec tests.
8700         (rs6000_emit_epilogue): Likewise.
8702 2015-05-20  Alan Modra  <amodra@gmail.com>
8704         * config/rs6000/rs6000.c (rs6000_stack_info): Don't zero offsets
8705         when not saving registers.
8706         (debug_stack_info): Adjust to omit printing unused offsets,
8707         as before.
8708         (rs6000_emit_epilogue): Adjust use_backchain_to_restore_sp
8709         expression.
8711 2015-05-19  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
8713         PR c++/65835
8714         * config/i386/winnt.c (struct wrapped_symbol_hasher): Change
8715         value_type to const char *.
8717 2015-05-19  Sandra Loosemore  <sandra@codesourcery.com>
8719         * config.gcc [powerpc*-*-linux*]: Allow --enable-targets=all
8720         to build a biarch toolchain again.
8722 2015-05-19  Jan Hubicka  <hubicka@ucw.cz>
8724         * ipa-devirt.c (type_in_anonymous_namespace_p): Return true
8725         or implicit declarations.
8726         (odr_type_p): Check that TYPE_NAME is TYPE_DECL before looking
8727         into it.
8728         (get_odr_type): Check type has linkage before adding bases.
8729         (register_odr_type): Check that type has linkage before adding it.
8730         (type_known_to_have_no_deriavations_p): Rename to ..
8731         (type_known_to_have_no_derivations_p): This one.
8732         * ipa-utils.h (type_known_to_have_no_deriavations_p): Rename to ..
8733         (type_known_to_have_no_derivations_p): This one.
8734         * ipa-polymorphic-call.c
8735         (ipa_polymorphic_call_context::restrict_to_inner_type): Check that
8736         type has linkage.
8738 2015-05-19  Eric Botcazou  <ebotcazou@adacore.com>
8740         * stor-layout.c (finalize_type_size): Use AGGREGATE_TYPE_P.
8741         (layout_type): Use RECORD_OR_UNION_TYPE_P.
8743 2015-05-19  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
8745         * config/s390/s390.c (s390_vector_bool_type_p): New function.
8746         (s390_invalid_binary_op): New function.
8747         (TARGET_INVALID_BINARY_OP): Define macro.
8749 2015-05-19  David Sherwood  <david.sherwood@arm.com>
8751         * loop-invariant.c (create_new_invariant): Don't calculate address cost
8752         if mode is not a scalar integer.
8753         (get_inv_cost): Increase computational cost for unused invariants.
8755 2015-05-19  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
8757         * config.gcc: Add vecintrin.h to extra_headers.  Add s390-c.o to
8758         c_target_objs and cxx_target_objs.  Add t-s390 to tmake_file.
8759         * config/s390/s390-builtin-types.def: New file.
8760         * config/s390/s390-builtins.def: New file.
8761         * config/s390/s390-builtins.h: New file.
8762         * config/s390/s390-c.c: New file.
8763         * config/s390/s390-modes.def: Add modes CCVEQANY, CCVH,
8764         CCVHANY, CCVHU, CCVHUANY, CCVFHANY, CCVFHEANY.
8765         * config/s390/s390-protos.h (s390_expand_vec_compare_cc)
8766         (s390_cpu_cpp_builtins, s390_register_target_pragmas): Add
8767         prototypes.
8768         * config/s390/s390.c (s390-builtins.h, s390-builtins.def):
8769         Include.
8770         (flags_builtin, flags_overloaded_builtin_var, s390_builtin_types)
8771         (s390_builtin_fn_types, s390_builtin_decls, code_for_builtin): New
8772         variable definitions.
8773         (s390_const_operand_ok): New function.
8774         (s390_expand_builtin): Rewrite.
8775         (s390_init_builtins): New function.
8776         (s390_handle_vectorbool_attribute): New function.
8777         (s390_attribute_table): Add s390_vector_bool attribute.
8778         (s390_match_ccmode_set): Handle new cc modes CCVH, CCVHU.
8779         (s390_branch_condition_mask): Generate masks for new modes.
8780         (s390_expand_vec_compare_cc): New function.
8781         (s390_mangle_type): Add mangling for vector bool types.
8782         (enum s390_builtin): Remove.
8783         (s390_atomic_assign_expand_fenv): Rename constants for sfpc and
8784         efpc builtins.
8785         * config/s390/s390.h (TARGET_CPU_CPP_BUILTINS): Call
8786         s390_cpu_cpp_builtins.
8787         (REGISTER_TARGET_PRAGMAS): New macro.
8788         * config/s390/s390.md: Define more UNSPEC_VEC_* constants.
8789         (insn_cmp mode attribute): Add new CC modes.
8790         (s390_sfpc, s390_efpc): Rename patterns to sfpc and efpc.
8791         (lcbb): New pattern definition.
8792         * config/s390/s390intrin.h: Include vecintrin.h.
8793         * config/s390/t-s390: New file.
8794         * config/s390/vecintrin.h: New file.
8795         * config/s390/vector.md: Include vx-builtins.md.
8796         * config/s390/vx-builtins.md: New file.S/390 zvector builtin
8797         support.
8799 2015-05-19  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
8801         * config/s390/s390-modes.def: Add new modes CCVEQ, CCVFH, and
8802         CCVFHE.
8803         * config/s390/s390.c (s390_match_ccmode_set): Handle new modes.
8804         (s390_select_ccmode): Likewise.
8805         (s390_canonicalize_comparison): Swap operands if necessary.
8806         (s390_expand_vec_compare_scalar): Expand DFmode compare using
8807         single element vector instructions.
8808         (s390_emit_compare): Call s390_expand_vec_compare_scalar.
8809         (s390_branch_condition_mask): Generate CC masks for the new modes.
8810         * config/s390/s390.md (v0, vf, vd): New mode attributes.
8811         (VFCMP, asm_fcmp, insn_cmp): New mode iterator and attributes.
8812         (*vec_cmp<insn_cmp>df_cconly, *fixuns_truncdfdi2_z13)
8813         (*fix_trunc<BFP:mode><GPR:mode>2_bfp, *floatunsdidf2_z13)
8814         (*floatuns<GPR:mode><FP:mode>2, *extendsfdf2_z13)
8815         (*extend<DSF:mode><BFP:mode>2): New insn definition.
8816         (fix_trunc<BFP:mode><GPR:mode>2_bfp, loatuns<GPR:mode><FP:mode>2)
8817         (extend<DSF:mode><BFP:mode>2): Turn into expander.
8818         (floatdi<mode>2, truncdfsf2, add<mode>3, sub<mode>3, mul<mode>3)
8819         (div<mode>3, *neg<mode>2, *abs<mode>2, *negabs<mode>2)
8820         (sqrt<mode>2): Add vector instruction.
8822 2015-05-19  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
8824         * config/s390/constraints.md (j00, jm1, jxx, jyy, v): New
8825         constraints.
8826         * config/s390/predicates.md (const0_operand, constm1_operand)
8827         (constable_operand): Accept vector operands.
8828         * config/s390/s390-modes.def: Add supported vector modes.
8829         * config/s390/s390-protos.h (s390_cannot_change_mode_class)
8830         (s390_function_arg_vector, s390_contiguous_bitmask_vector_p)
8831         (s390_bytemask_vector_p, s390_expand_vec_strlen)
8832         (s390_expand_vec_compare, s390_expand_vcond)
8833         (s390_expand_vec_init): Add prototypes.
8834         * config/s390/s390.c (VEC_ARG_NUM_REG): New macro.
8835         (s390_vector_mode_supported_p): New function.
8836         (s390_contiguous_bitmask_p): Mask out the irrelevant bits.
8837         (s390_contiguous_bitmask_vector_p): New function.
8838         (s390_bytemask_vector_p): New function.
8839         (s390_split_ok_p): Vector regs don't work either.
8840         (regclass_map): Add VEC_REGS.
8841         (s390_legitimate_constant_p): Handle vector constants.
8842         (s390_cannot_force_const_mem): Handle CONST_VECTOR.
8843         (legitimate_reload_vector_constant_p): New function.
8844         (s390_preferred_reload_class): Handle CONST_VECTOR.
8845         (s390_reload_symref_address):  Likewise.
8846         (s390_secondary_reload): Vector memory instructions only support
8847         short displacements.  Rename reload*_nonoffmem* to reload*_la*.
8848         (s390_emit_ccraw_jump): New function.
8849         (s390_expand_vec_strlen): New function.
8850         (s390_expand_vec_compare): New function.
8851         (s390_expand_vcond): New function.
8852         (s390_expand_vec_init): New function.
8853         (s390_dwarf_frame_reg_mode): New function.
8854         (print_operand): Handle addresses with 'O' and 'R' constraints.
8855         (NR_C_MODES, constant_modes): Add vector modes.
8856         (s390_output_pool_entry): Handle vector constants.
8857         (s390_hard_regno_mode_ok): Handle vector registers.
8858         (s390_class_max_nregs): Likewise.
8859         (s390_cannot_change_mode_class): New function.
8860         (s390_invalid_arg_for_unprototyped_fn): New function.
8861         (s390_function_arg_vector): New function.
8862         (s390_function_arg_float): Remove size variable.
8863         (s390_pass_by_reference): Handle vector arguments.
8864         (s390_function_arg_advance): Likewise.
8865         (s390_function_arg): Likewise.
8866         (s390_return_in_memory): Vector values are returned in a VR if
8867         possible.
8868         (s390_function_and_libcall_value): Handle vector arguments.
8869         (s390_gimplify_va_arg): Likewise.
8870         (s390_call_saved_register_used): Consider the arguments named.
8871         (s390_conditional_register_usage): Disable v16-v31 for non-vec
8872         targets.
8873         (s390_preferred_simd_mode): New function.
8874         (s390_support_vector_misalignment): New function.
8875         (s390_vector_alignment): New function.
8876         (TARGET_STRICT_ARGUMENT_NAMING, TARGET_DWARF_FRAME_REG_MODE)
8877         (TARGET_VECTOR_MODE_SUPPORTED_P)
8878         (TARGET_INVALID_ARG_FOR_UNPROTOTYPED_FN)
8879         (TARGET_VECTORIZE_PREFERRED_SIMD_MODE)
8880         (TARGET_VECTORIZE_SUPPORT_VECTOR_MISALIGNMENT)
8881         (TARGET_VECTOR_ALIGNMENT): Define target macro.
8882         * config/s390/s390.h (FUNCTION_ARG_PADDING): Define macro.
8883         (FIRST_PSEUDO_REGISTER): Increase value.
8884         (VECTOR_NOFP_REGNO_P, VECTOR_REGNO_P, VECTOR_NOFP_REG_P)
8885         (VECTOR_REG_P): Define macros.
8886         (FIXED_REGISTERS, CALL_USED_REGISTERS)
8887         (CALL_REALLY_USED_REGISTERS, REG_ALLOC_ORDER)
8888         (HARD_REGNO_CALL_PART_CLOBBERED, REG_CLASS_NAMES)
8889         (FUNCTION_ARG_REGNO_P, FUNCTION_VALUE_REGNO_P, REGISTER_NAMES):
8890         Add vector registers.
8891         (CANNOT_CHANGE_MODE_CLASS): Call C function.
8892         (enum reg_class): Add VEC_REGS, ADDR_VEC_REGS, GENERAL_VEC_REGS.
8893         (SECONDARY_MEMORY_NEEDED): Allow SF<->SI mode moves without
8894         memory.
8895         (DBX_REGISTER_NUMBER, FIRST_VEC_ARG_REGNO, LAST_VEC_ARG_REGNO)
8896         (SHORT_DISP_IN_RANGE, VECTOR_STORE_FLAG_VALUE): Define macro.
8897         * config/s390/s390.md (UNSPEC_VEC_*): New constants.
8898         (VR*_REGNUM): New constants.
8899         (ALL): New mode iterator.
8900         (INTALL): Remove mode iterator.
8901         Include vector.md.
8902         (movti): Implement TImode moves for VRs.
8903         Disable TImode splitter for VR targets.
8904         Implement splitting TImode GPR<->VR moves.
8905         (reload*_tomem_z10, reload*_toreg_z10): Replace INTALL with ALL.
8906         (reload<mode>_nonoffmem_in, reload<mode>_nonoffmem_out): Rename to
8907         reload<mode>_la_in, reload<mode>_la_out.
8908         (*movdi_64, *movsi_zarch, *movhi, *movqi, *mov<mode>_64dfp)
8909         (*mov<mode>_64, *mov<mode>_31): Add vector instructions.
8910         (TD/TF mode splitter): Enable for GPRs only (formerly !FP).
8911         (mov<mode> SF SD): Prefer lder, lde for loading.
8912         Add lrl and strl instructions.
8913         Add vector instructions.
8914         (strlen<mode>): Rename old strlen<mode> to strlen_srst<mode>.
8915         Call s390_expand_vec_strlen on z13.
8916         (*cc_to_int): Change predicate to nonimmediate_operand.
8917         (addti3): Rename to *addti3.  New expander.
8918         (subti3): Rename to *subti3.  New expander.
8919         * config/s390/vector.md: New file.
8921 2015-05-19  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
8923         * common/config/s390/s390-common.c (processor_flags_table): Add
8924         z13.
8925         * config.gcc: Add z13.
8926         * config/s390/s390-opts.h (enum processor_type): Add
8927         PROCESSOR_2964_Z13.
8928         * config/s390/s390.c (s390_adjust_priority): Check for
8929         PROCESSOR_2964_Z13.
8930         (s390_reorg): Likewise.
8931         (s390_sched_reorder): Likewise.
8932         (s390_sched_variable_issue): Likewise.
8933         (s390_loop_unroll_adjust): Likewise.
8934         (s390_option_override): Likewise. Default to -mvx when available.
8935         * config/s390/s390.h (enum processor_flags): Add PF_Z13 and PF_VX.
8936         (TARGET_CPU_Z13, TARGET_CPU_VX, TARGET_Z13, TARGET_VX)
8937         (TARGET_VX_ABI): Define macros.
8938         macros.
8939         (TARGET_DEFAULT): Add MASK_OPT_VX.
8940         * config/s390/s390.md ("cpu" attribute): Add z13.
8941         ("cpu_facility" attribute): Add vec.
8942         * config/s390/s390.opt (processor_type): Add z13.
8943         (mvx): New options.
8944         * doc/invoke.texi: Add z13 option for -march.
8946 2015-05-19  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
8948         * config/s390/predicates.md (shift_count_or_setmem_operand): Add
8949         mode check to make sure that only scalar integer values are
8950         accepted.
8952 2015-05-19  Jan Hubicka  <hubicka@ucw.cz>
8954         * tree.c (verify_type_variant): Fix #undef.
8955         (gimple_canonical_types_compatible_p): Move here from lto.c
8956         (verify_type): Verify TYPE_CANONICAL compatibility.
8957         * tree.h (gimple_canonical_types_compatible_p): Declare.
8959 2015-05-19  Jakub Jelinek  <jakub@redhat.com>
8961         PR middle-end/66199
8962         * tree.h (OMP_TEAMS_COMBINED): Define.
8963         * gimplify.c (enum gimplify_omp_var_data): Add
8964         GOVD_LINEAR_LASTPRIVATE_NO_OUTER.
8965         (enum omp_region_type): Add ORT_COMBINED_TEAMS.
8966         (omp_notice_variable): Accept both ORT_TEAMS
8967         and ORT_COMBINED_TEAMS.  Don't recurse if
8968         GOVD_LINEAR_LASTPRIVATE_NO_OUTER is set and either
8969         GOVD_LINEAR is set, or GOVD_LASTPRIVATE without
8970         GOVD_FIRSTPRIVATE.
8971         (omp_no_lastprivate): New function.
8972         (gimplify_scan_omp_clauses): For OMP_CLAUSE_LASTPRIVATE
8973         and OMP_CLAUSE_LINEAR, if omp_no_lastprivate, don't
8974         notice_outer and set appropriate bits, otherwise make
8975         sure default(none) combined constructs won't complain.
8976         (gimplify_adjust_omp_clauses): Remove OMP_CLAUSE_LINEAR
8977         outer special casing, for OMP_CLAUSE_LASTPRIVATE if
8978         omp_no_lastprivate either remove the clause or turn it
8979         into OMP_CLAUSE_PRIVATE.
8980         (gimplify_omp_for): Fix up handling of implicit
8981         lastprivate or linear iterators.
8982         (gimplify_omp_workshare): For OMP_TEAMS_COMBINED use
8983         ORT_COMBINED_TEAMS.
8984         * omp-low.c (lower_omp_for_lastprivate): For combined
8985         for simd use fd.loop.n2 from the for rather than simd.
8987 2015-05-19  Richard Sandiford  <richard.sandiford@arm.com>
8989         * config/cris/cris.c (cris_expand_prologue): Use gen_raw_REG
8990         instead of gen_rtx_raw_REG.
8991         (cris_expand_epilogue): Likewise.
8992         * config/microblaze/microblaze.c (microblaze_classify_address):
8993         Likewise.
8994         * config/sparc/sparc.md: Likewise.
8996 2015-05-19  Uros Bizjak  <ubizjak@gmail.com>
8998         * config/alpha/alpha.c (alpha_legitimize_reload_address)
8999         (alpha_preferred_reload_class, alpha_legitimate_constant_p): Use
9000         CONST_INT_P, CONST_SCALAR_INT_P and CONST_DOUBLE_P predicates.
9001         (alpha_split_reload_pair) <case CONST_INT, case CONST_WIDE_INT>:
9002         Use CASE_CONST_SCALAR_INT.
9003         (print_operand) <case 'M'>: Use mode_width_operand to check the
9004         value of the constant.
9005         * config/alpha/alpha.md (movti): Use CONST_SCALAR_INT_P predicate.
9006         * config/alpha/predicates.md (input_operand): Use general_operand
9007         instead of match_code as operand check.
9008         (symbolic_operand): Use match_code with subexpression digits.
9009         * config/alpha/constraints.md (Q): Ditto.
9011 2015-05-19  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
9013         * optabs.c (expand_vec_perm): Don't re-use SEL as target operand.
9015 2015-05-19  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
9017         * config/s390/s390.c (s390_secondary_reload): Fix check for
9018         load/store relative.
9020 2015-05-19  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
9022         * recog.h: Increase MAX_RECOG_ALTERNATIVES.  Change type of
9023         alternative_mask to uint64_t.
9025 2015-05-19  Jakub Jelinek  <jakub@redhat.com>
9027         PR tree-optimization/66187
9028         * match.pd ((bit_and (plus/minus (convert @0) (convert @1)) mask)):
9029         Pass TYPE_SIGN to tree_int_cst_min_precision.  If
9030         !TYPE_OVERFLOW_WRAPS, ensure @4 is non-negative.
9032 2015-05-19  David Malcolm  <dmalcolm@redhat.com>
9034         * diagnostic.c (diagnostic_report_current_module): Strengthen
9035         local "new_map" from const line_map * to
9036         const line_map_ordinary *.
9037         * genmatch.c (error_cb): Likewise for local "map".
9038         (output_line_directive): Likewise for local "map".
9039         * input.c (expand_location_1): Likewise for local "map".
9040         Pass NULL rather than &map to
9041         linemap_unwind_to_first_non_reserved_loc, since the value is never
9042         read from there, and the value written back not read from here.
9043         (is_location_from_builtin_token): Strengthen local "map" from
9044         const line_map * to const line_map_ordinary *.
9045         (dump_location_info): Strengthen locals "map" from
9046         line_map *, one to const line_map_ordinary *, the other
9047         to const line_map_macro *.
9048         * tree-diagnostic.c (loc_map_pair): Strengthen field "map" from
9049         const line_map * to const line_map_macro *.
9050         (maybe_unwind_expanded_macro_loc): Add a call to
9051         linemap_check_macro when writing to the "map" field of the
9052         loc_map_pair.
9053         Introduce local const line_map_ordinary * "ord_map", using it in
9054         place of "map" in the part of the function where we know we have
9055         an ordinary map.  Strengthen local "m" from const line_map * to
9056         const line_map_ordinary *.
9058 2015-05-19  Nick Clifton  <nickc@redhat.com>
9060         PR target/66156
9061         * config/msp430/msp430.md (zero_extendhisi2): Add support for
9062         separate source and destination registers.
9064 2015-05-19  Richard Biener  <rguenther@suse.de>
9066         PR tree-optimization/66165
9067         * tree-vect-slp.c (vect_supported_load_permutation_p): Add guard
9068         for no load permutation.
9070         PR tree-optimization/66185
9071         * tree-vect-slp.c (vect_build_slp_tree): Properly roll back
9072         when building the SLP node from scalars.
9074 2015-05-19  Eric Botcazou  <ebotcazou@adacore.com>
9075             Tristan Gingold  <gingold@adacore.com>
9077         * insn-notes.def (UPDATE_SJLJ_CONTEXT): New note.
9078         * builtins.c (expand_builtin_update_setjmp_buf): Make global.
9079         (expand_stack_restore): Call record_new_stack_level.
9080         (expand_stack_save): Do not call do_pending_stack_adjust.
9081         * builtins.h (expand_builtin_update_setjmp_buf): Declare.
9082         * calls.c (expand_call): Call record_new_stack_level for alloca.
9083         * except.c (sjlj_mark_call_sites): Expand builtin_update_setjmp_buf
9084         wherever a NOTE_INSN_UPDATE_SJLJ_CONTEXT note is present.
9085         (update_sjlj_context): New global function.
9086         * except.h (update_sjlj_context): Declare.
9087         * explow.c (record_new_stack_level): New global function.
9088         (allocate_dynamic_stack_space): Call record_new_stack_level.
9089         * explow.h (record_new_stack_level): Declare.
9090         * final.c (final_scan_insn): Deal with NOTE_INSN_UPDATE_SJLJ_CONTEXT.
9091         * cfgrtl.c (duplicate_insn_chain): Likewise.
9093 2015-05-19  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
9095         * calls.c: Always define STACK_GROWS_DOWNWARD as 0 or 1.
9096         (mem_overlaps_already_clobbered_arg_p): Rewrite ifdef
9097         STACK_GROWS_DOWNWARD as normal if.
9098         (expand_call): Likewise.
9100 2015-05-19  Oleg Endo  <olegendo@gcc.gnu.org>
9102         PR target/54236
9103         * config/sh/sh.md (*round_int_even): New insn_and_split and
9104         accompanying new unnamed split.
9106 2015-05-19  Richard Sandiford  <richard.sandiford@arm.com>
9108         * bitmap.c (bitmap_set_range): Handle count==1 specially.
9109         (bitmap_clear_range): Likewise.
9110         * cfgcleanup.c (mark_effect): Use bitmap_clear_range and
9111         bitmap_set_range unconditionally.
9112         * df-problems.c (df_simulate_one_insn_forwards): Likewise.
9113         * df-scan.c (df_mark_reg): Likewise.
9114         * haifa-sched.c (setup_ref_regs): Likewise.
9115         * sched-rgn.c (update_live_1): Likewise.
9117 2015-05-19  Richard Sandiford  <richard.sandiford@arm.com>
9119         * regs.h (END_HARD_REGNO): Delete.
9120         (END_REGNO): Move to...
9121         * rtl.h: ...here.
9122         * bt-load.c (note_btr_set): Use END_REGNO instead of END_HARD_REGNO.
9123         * caller-save.c (mark_set_regs): Likewise.
9124         * combine.c (move_deaths, distribute_notes): Likewise.
9125         * cse.c (invalidate, invalidate_for_call): Likewise.
9126         * df-scan.c (df_ref_record): Likewise.
9127         * postreload-gcse.c (reg_changed_after_insn_p): Likewise.
9128         (record_last_reg_set_info): Likewise.
9129         * reg-stack.c (convert_regs_exit): Likewise.
9130         * reload.c (reg_overlap_mentioned_for_reload_p): Likewise.
9131         * resource.c (update_live_status): Likewise.
9132         * rtlanal.c (find_reg_fusage, find_regno_fusage): Likewise.
9134 2015-05-19  Richard Sandiford  <richard.sandiford@arm.com>
9136         * rtl.h (reg_info): Add an nregs field.
9137         (REG_NREGS): Use it.
9138         (SET_REGNO_RAW): Delete.
9139         (set_regno_raw): New function.
9140         * regs.h (END_HARD_REGNO): Make equivalent to END_REGNO.
9141         (END_REGNO): Redefine in terms of REG_NREGS.
9142         * read-rtl.c (read_rtx_code): Call set_regno_raw instead of
9143         SET_REGNO_RAW.
9144         * emit-rtl.c (set_mode_and_regno): Likewise.
9145         * df-scan.c (df_ref_change_reg_with_loc): Use set_mode_and_regno
9146         instead of SET_REGNO_RAW.
9148 2015-05-19  Richard Sandiford  <richard.sandiford@arm.com>
9150         * rtl.h (PUT_MODE_RAW): New macro.
9151         (PUT_REG_NOTE_KIND): Use it.
9152         (set_mode_and_regno): Declare.
9153         (gen_raw_REG): Change regno to "unsigned int".
9154         (gen_rtx_REG): Change "unsigned" to "unsigned int".
9155         (PUT_MODE): Forward to PUT_MODE_RAW for generators, otherwise
9156         use set_mode_and_regno to change the mode of registers.
9157         * gengenrtl.c (gendef): Use PUT_MODE_RAW.
9158         * emit-rtl.c (set_mode_and_regno): New function.
9159         (gen_raw_REG): Change regno to unsigned int.  Use set_mode_and_regno.
9160         * caller-save.c (reg_save_code): Use set_mode_and_regno.
9161         * expr.c (init_expr_target): Likewise.
9162         * ira.c (setup_prohibited_mode_move_regs): Likewise.
9163         * postreload.c (reload_cse_simplify_operands): Likewise.
9165 2015-05-19  Richard Sandiford  <richard.sandiford@arm.com>
9167         * caller-save.c (init_caller_save): Use word_mode and
9168         FIRST_PSEUDO_REGISTER when creating temporary rtxes.
9169         * expr.c (init_expr_target): Likewise.
9170         * ira.c (setup_prohibited_mode_move_regs): Likewise.
9171         * postreload.c (reload_cse_regs_1): Likewise.
9173 2015-05-19  Richard Sandiford  <richard.sandiford@arm.com>
9175         * rtl.def (REG): Change format to "r".
9176         * rtl.h (rtunion): Remove rt_reg.
9177         (reg_info): New structure.
9178         (rtx_def): Add reg field to main union.
9179         (X0REGATTR): Delete.
9180         (REG_CHECK): New macro.
9181         (SET_REGNO_RAW, rhs_regno, REG_ATTRS): Use it.
9182         * rtl.c (rtx_format): Document "r".
9183         (rtx_code_size): Handle REG specially.
9184         * gengenrtl.c (special_format): Return true for formats
9185         that include 'r'.
9186         * gengtype.c (adjust_field_rtx_def): Handle 'r' fields.
9187         Deal with REG_ATTRS after the field loop.
9188         * emit-rtl.c (gen_raw_REG): Call rtx_alloc_stat directly.
9189         * expmed.c (init_expmed): Call gen_raw_REG instead of
9190         gen_rtx_raw_REG.
9191         * expr.c (init_expr_target): Likewise.
9192         * regcprop.c (maybe_mode_change): Likewise.
9193         * varasm.c (make_decl_rtl): Likewise.
9194         * final.c (leaf_renumber_regs_insn): Return early after
9195         handling REGs.
9196         * genemit.c (gen_exp): Handle 'r' fields.
9197         * genpeep.c (match_rtx): Likewise.
9198         * gensupport.c (subst_pattern_match): Likewise.
9199         (get_alternatives_number, collect_insn_data, alter_predicate_for_insn)
9200         (alter_constraints, subst_dup): Likewise.
9201         * read-rtl.c (read_rtx_code): Likewise.
9202         * print-rtl.c (print_rtx): Likewise.
9203         * genrecog.c (find_operand, find_matching_operand): Likewise.
9204         (validate_pattern, match_pattern_2): Likewise.
9205         (parameter::UINT, rtx_test::REGNO_FIELD): New enum values.
9206         (rtx_test::regno_field): New function.
9207         (operator ==, safe_to_hoist_p, transition_parameter_type)
9208         (parameter_type_string, print_parameter_value)
9209         (print_nonbool_test, print_test): Handle new enum values.
9210         * cselib.c (rtx_equal_for_cselib_1): Handle REG specially.
9211         * lra-constraints.c (operands_match_p): Likewise.
9213 2015-05-19  Richard Sandiford  <richard.sandiford@arm.com>
9215         * df.h (df_ref_change_reg_with_loc): Remove old_regno parameter.
9216         Change type of new_regno to unsigned int.
9217         * df-scan.c (df_ref_change_reg_with_loc_1): Change type of
9218         new_regno to unsigned int.
9219         (df_ref_change_reg_with_loc): Remove old_regno parameter.
9220         Change type of new_regno to unsigned int.  Use SET_REGNO_RAW.
9221         * rtl.h (SET_REGNO): Update call to df_ref_change_reg_with_loc.
9222         (SET_REGNO_RAW): Add space after ",".
9224 2015-05-19  Richard Sandiford  <richard.sandiford@arm.com>
9226         * rtl.h (REG_NREGS): New macro
9227         * alias.c (record_set): Use it.
9228         * cfgcleanup.c (mark_effect): Likewise.
9229         * combine.c (likely_spilled_retval_1): Likewise.
9230         (likely_spilled_retval_p, can_change_dest_mode): Likewise.
9231         (move_deaths, distribute_notes): Likewise.
9232         * cselib.c (cselib_record_set): Likewise.
9233         * df-problems.c (df_simulate_one_insn_forwards): Likewise.
9234         * df-scan.c (df_mark_reg): Likewise.
9235         * dse.c (look_for_hardregs): Likewise.
9236         * dwarf2out.c (reg_loc_descriptor): Likewise.
9237         (multiple_reg_loc_descriptor): Likewise.
9238         * expr.c (write_complex_part, read_complex_part): Likewise.
9239         (emit_move_complex): Likewise.
9240         * haifa-sched.c (setup_ref_regs): Likewise.
9241         * ira-lives.c (mark_hard_reg_live): Likewise.
9242         * lra.c (lra_set_insn_recog_data): Likewise.
9243         * mode-switching.c (create_pre_exit): Likewise.
9244         * postreload.c (reload_combine_recognize_const_pattern): Likewise.
9245         (reload_combine_recognize_pattern): Likewise.
9246         (reload_combine_note_use, move2add_record_mode): Likewise.
9247         (reload_cse_move2add): Likewise.
9248         * reg-stack.c (subst_stack_regs_pat): Likewise.
9249         * regcprop.c (kill_value, copy_value): Likewise.
9250         (copyprop_hardreg_forward_1): Likewise.
9251         * regrename.c (verify_reg_in_set, scan_rtx_reg): Likewise.
9252         (build_def_use): Likewise.
9253         * sched-deps.c (mark_insn_reg_birth, mark_reg_death): Likewise.
9254         (deps_analyze_insn): Likewise.
9255         * sched-rgn.c (check_live_1, update_live_1): Likewise.
9256         * sel-sched.c (count_occurrences_equiv): Likewise.
9257         * valtrack.c (dead_debug_insert_temp): Likewise.
9259 2015-05-19  Richard Sandiford  <richard.sandiford@arm.com>
9261         * cfgcleanup.c (mentions_nonequal_regs): Use END_REGNO.
9262         * dse.c (note_add_store): Likewise.
9263         * ira-lives.c (mark_hard_reg_dead): Likewise.
9264         * loop-invariant.c (mark_reg_store): Likewise.
9265         (mark_reg_death): Likewise.
9266         * postreload.c (reload_combine): Likewise.
9267         (reload_combine_note_store): Likewise.
9268         (reload_combine_note_use): Likewise.
9269         * recog.c (peep2_reg_dead_p): Likewise.
9271 2015-05-19  Alan Modra  <amodra@gmail.com>
9273         * config/rs6000/predicates.md (gpc_reg_operand): Don't allow all
9274         hard registers numbered greater or equal to ARG_POINTER_REGNUM.
9275         (reg_or_neg_short_operand, fix_trunc_dest_operand): Delete
9276         unused predicates.
9277         * config/rs6000/altivec.md (save_vregs_*, restore_vregs_*):
9278         Use altivec_register_operand.  Make insn predicate TARGET_ALTIVEC.
9279         * config/rs6000/rs6000.md (extzvdi_internal2): Use cc_reg_operand.
9280         * config/rs6000/vsx.md (vsx_float<VSi><mode>2): Expand comment.
9282 2015-05-19  Sameera Deshpande  <Sameera.Deshpande@imgtec.com>
9284         * config/mips/mips.md (JOIN_MODE): New mode iterator.
9285         (join2_load_Store<JOIN_MODE:mode>): New pattern.
9286         (join2_loadhi): Likewise.
9287         (define_peehole2): Add peephole2 patterns to join 2 HI/SI/SF/DF-mode
9288         load-load and store-stores.
9289         * config/mips/mips.opt (mload-store-pairs): New option.
9290         (TARGET_LOAD_STORE_PAIRS): New macro.
9291         * config/mips/mips.h (ENABLE_LD_ST_PAIRS): Likewise.
9292         * config/mips/mips-protos.h (mips_load_store_bonding_p): New prototype.
9293         * config/mips/mips.c (mips_load_store_bonding_p): New function.
9295 2015-05-19  Mikhail Maltsev  <maltsevm@gmail.com>
9297         * bb-reorder.c (fix_up_fall_thru_edges): Use std::swap instead of
9298         explicit swaps.
9299         * dojump.c (do_compare_rtx_and_jump): Likewise.
9300         * expmed.c (emit_store_flag_1): Likewise.
9301         * fibonacci_heap.h (fibonacci_heap::union_with): Likewise.
9302         * final.c (sprint_ul): Use std::reverse for reversing a string.
9303         * fold-const.c (extract_muldiv_1): Use std::swap.
9304         * genmodes.c (emit_mode_int_n): Likewise.
9305         * ifcvt.c (dead_or_predicable): Likewise.
9306         * ira-build.c (ira_merge_live_ranges): Likewise.
9307         (swap_allocno_copy_ends_if_necessary): Likewise.
9308         * ira.c (ira_setup_alts): Likewise.
9309         * loop-iv.c (iv_analyze_expr): Likewise.
9310         (implies_p): Likewise.
9311         (canon_condition): Likewise.
9312         * lra-constraints.c (swap_operands): Likewise.
9313         * lra-lives.c (lra_merge_live_ranges): Likewise.
9314         * omega.c (swap): Remove.
9315         (bswap): Remove.
9316         (omega_unprotect_1): Use std::swap.
9317         (omega_solve_geq): Likewise.
9318         * optabs.c (expand_binop_directly): Likewise.
9319         (expand_binop): Likewise.
9320         (emit_conditional_move): Likewise.
9321         (emit_conditional_add): Likewise.
9322         * postreload.c (reload_cse_simplify_operands): Likewise.
9323         * reg-stack.c (emit_swap_insn): Likewise.
9324         (swap_to_top): Likewise.
9325         (compare_for_stack_reg): Likewise.
9326         (subst_asm_stack_regs): Likewise.
9327         * reload.c (find_reloads): Likewise.
9328         * reload1.c (gen_reload_chain_without_interm_reg_p): Likewise.
9329         * sel-sched.c (invoke_reorder_hooks): Likewise.
9330         (create_block_for_bookkeeping): Likewise.
9331         * tree-data-ref.c (lambda_matrix_row_exchange): Remove.
9332         (lambda_matrix_right_hermite): Use std::swap.
9333         * tree-ssa-coalesce.c (sort_coalesce_list): Likewise.
9334         * tree-ssa-ifcombine.c (ifcombine_ifandif): Likewise.
9335         * tree-ssa-loop-ivopts.c (iv_ca_delta_reverse): Likewise.
9336         * tree-ssa-math-opts.c (is_widening_mult_p): Likewise.
9337         * tree-ssa-phiopt.c (hoist_adjacent_loads): Likewise.
9338         * tree-ssa-reassoc.c (linearize_expr_tree): Likewise.
9339         * tree-ssa-threadedge.c (simplify_control_stmt_condition): Likewise.
9340         * tree-vrp.c (compare_ranges): Likewise.
9341         * var-tracking.c (add_with_sets): Likewise.
9342         (vt_find_locations): Likewise.
9344 2015-05-18  Andreas Tobler  <andreast@gcc.gnu.org>
9346         * config/freebsd-spec.h (FBSD_STARTFILE_SPEC): Add the bits to build
9347         pie executables.
9348         (FBSD_ENDFILE_SPEC): Likewise.
9349         * config/i386/freebsd.h (STARTFILE_SPEC): Remove and use the one from
9350         config/freebsd-spec.h.
9351         (ENDFILE_SPEC): Likewise.
9353 2015-05-18  Uros Bizjak  <ubizjak@gmail.com>
9354             Richard Henderson  <rth@redhat.com>
9356         PR target/57032
9357         * config/alpha/constraints.md (Q): Rewrite as define_memory_constraint.
9358         Check for a memory location that is not a reference (using an AND)
9359         to an unaligned location here.
9360         * config/alpha/predicates.md (normal_memory_operand): Remove.
9362 2015-05-18  Alex Velenko  <Alex.Velenko@arm.com>
9364         * config/arm/arm.md (andsi_not_shiftsi_si_scc): New pattern.
9365         (andsi_not_shiftsi_si_scc_no_reuse): New pattern.
9367 2015-05-18  Robert Suchanek  <robert.suchanek@imgtec.com>
9369         * config/mips/mips.c (micromips_globals): New variable.
9370         (mips_set_compression_mode): Save and reinitialize target-dependent
9371         state for microMIPS.
9373 2015-05-18  Martin Liska  <mliska@suse.cz>
9375         * dbgcnt.def: Add new counter.
9376         * ipa-icf.c (sem_item_optimizer::merge_classes): Use the counter.
9378 2015-05-18  Martin Liska  <mliska@suse.cz>
9380         * dbgcnt.def: Sort counters.
9381         * opts.c (common_handle_option): Do not compile if
9382         -fdbg-cnt-list is enabled.
9384 2015-05-18  Tom de Vries  <tom@codesourcery.com>
9386         * gimplify.c (gimplify_modify_expr): Remove do_deref handling.
9387         (gimplify_va_arg_expr): Remove do_deref handling.  Remove adding of
9388         address operator to va_list operand.
9389         * tree-stdarg.c (expand_ifn_va_arg_1): Do deref of va_list operand
9390         unconditionally.
9391         * config/i386/i386.c (ix86_gimplify_va_arg): Remove deref on va_list
9392         operand.
9393         * config/rs6000/rs6000.c (rs6000_gimplify_va_arg): Same.
9394         * config/s390/s390.c (s390_gimplify_va_arg): Same.
9395         * config/spu/spu.c (spu_gimplify_va_arg_expr): Same.
9397 2015-05-18  Tom de Vries  <tom@codesourcery.com>
9399         * tree-ssa-tail-merge.c: Fix whitespace.
9401 2015-05-17  Jim Wilson  <jim.wilson@linaro.org>
9403         * doc/invoke.texi (ARM Options, mtune): Add generic-armv7-a,
9404         cortex-a17, and cortex-a17.cortex-a7.
9406 2015-05-17  Oleg Endo  <olegendo@gcc.gnu.org>
9408         PR target/54236
9409         * config/sh/sh.md (*addc_2r_t): Use ashift instead of mult.
9411 2015-05-17  Uros Bizjak  <ubizjak@gmail.com>
9413         PR target/66174
9414         * config/i386/i386.c (expand_vec_perm_blend): Enable HImode and
9415         QImode inner modes for TARGET_AVX512BW.  Force mask operand
9416         to a register for AVX512F modes.
9418 2015-05-16  Jan Hubicka  <hubicka@ucw.cz>
9420         * toplev.c (emit_debug_global_declarations): Do not output debug info
9421         when doing slim LTO objects.
9423 2015-05-16  Jan Hubicka  <hubicka@ucw.cz>
9425         * ipa-utils.h (warn_types_mismatch, odr_or_derived_type_p,
9426         odr_types_equivalent_p): Declare.
9427         (odr_type_p): Use gcc_checking_assert.
9428         (type_in_anonymous_namespace_p) Declare.
9429         (type_with_linkage_p): Declare.
9430         * common.opt (Wlto-type-mismatch): New warning.
9431         * ipa-devirt.c (compound_type_base): New function.
9432         (odr_or_derived_type_p): New function.
9433         (odr_types_equivalent_p): New function.
9434         (add_type_duplicate): Simplify.
9435         (type_with_linkage_p): Add hack to prevent false positives on C types
9436         (type_in_anonymous_namespace_p): Likewise.
9437         * tree.c (need_assembler_name_p): Use type_with_linkage.
9438         * tree.h (type_in_anonymous_namespace_p): Remove.
9439         * doc/invoke.texi (-Wlto-type-mismatch): Document
9441 2015-05-16  Jan Hubicka  <hubicka@ucw.cz>
9443         * tree.c (verify_type_variant): Verify tree_base and type_common flags.
9444         (verify_type): Verify STRING_FLAG.
9446 2015-05-16  Manuel López-Ibáñez  <manu@gcc.gnu.org>
9448         PR fortran/44054
9449         * tree-pretty-print.c (percent_K_format): Replace locus pointer
9450         with accessor function.
9451         * tree-diagnostic.c (diagnostic_report_current_function): Use
9452         diagnostic_location function.
9453         (maybe_unwind_expanded_macro_loc): Likewise.
9454         (virt_loc_aware_diagnostic_finalizer): Likewise.
9455         (default_tree_printer): Replace locus pointer with accessor function.
9456         * diagnostic.c (diagnostic_initialize): Initialize caret_chars array.
9457         (diagnostic_set_info_translated): Initialize second location.
9458         (diagnostic_build_prefix): Use CARET_LINE_MARGIN.
9459         (diagnostic_show_locus): Handle two locations. Call
9460         diagnostic_print_caret_line.
9461         (diagnostic_print_caret_line): New.
9462         (default_diagnostic_starter): Use diagnostic_location function.
9463         (diagnostic_report_diagnostic): Use diagnostic_location function.
9464         (verbatim): Do not set text.locus.
9465         * diagnostic.h (struct diagnostic_info): Remove location field.
9466         (struct diagnostic_context): Make caret_chars an array of two.
9467         (diagnostic_location): New inline.
9468         (diagnostic_expand_location): Handle two locations.
9469         (diagnostic_same_line): New inline.
9470         (diagnostic_print_caret_line): Declare.
9471         (CARET_LINE_MARGIN): New constant.
9472         * pretty-print.c (pp_printf): Do not set text.locus.
9473         (pp_verbatim): Do not set text.locus.
9474         * pretty-print.h (MAX_LOCATIONS_PER_MESSAGE): New constant.
9475         (struct text_info): Replace locus pointer with locations
9476         array. Add accessor functions.
9478 2015-05-16  Kugan Vivekanandarajah  <kuganv@linaro.org>
9479             Zhenqiang Chen  <zhenqiang.chen@linaro.org>
9481         PR target/65768
9482         * config/arm/arm.h (DONT_EARLY_SPLIT_CONSTANT): New macro.
9483         * config/arm/arm.md (subsi3, andsi3, iorsi3, xorsi3, movsi): Keep some
9484          large constants in register instead of splitting them.
9486 2015-05-16  Uros Bizjak  <ubizjak@gmail.com>
9488         PR target/66140
9489         * config/alpha/alpha.c (get_aligned_mem): Also look for reload
9490         replacements in memory addresses.
9491         (get_unaligned_address): Ditto.
9493 2015-05-16  James Bowman  <james.bowman@ftdichip.com>
9495         * config/ft32/*: New files for FT32 port.
9496         * doc/install.texi: Add FT32 information.
9497         * doc/invoke.texi: Add FT32 information.
9498         * doc/md.texi: Add FT32 information.
9499         * doc/contrib.texi: Self added.
9501 2015-05-15  Marc Glisse  <marc.glisse@inria.fr>
9503         PR tree-optimization/64454
9504         * match.pd ((X % Y) % Y, (X % Y) < Y): New patterns.
9505         (-1 - A -> ~A): Remove unnecessary condition.
9507 2015-05-15  Gregor Richards  <gregor.richards@uwaterloo.ca>
9509         * config/i386/linux.h (MUSL_DYNAMIC_LINKER): Define.
9510         * config/i386/linux64.h (MUSL_DYNAMIC_LINKER32): Define.
9511         (MUSL_DYNAMIC_LINKER64, MUSL_DYNAMIC_LINKERX32): Define.
9513 2015-05-15  Ilya Enkovich  <ilya.enkovich@intel.com>
9515         * ipa-chkp.h (chkp_wrap_function): New.
9516         * ipa-chkp.c (chkp_wrap_function): Remove 'static'.
9517         (chkp_wrap_function_name): New.
9518         (chkp_build_instrumented_fndecl): Use chkp_wrap_function_name
9519         to get wrapper name.
9520         * lto-cgraph.c: Include ipa-chkp.h.
9521         (input_cgraph_1): Avoid alias chain for wrappers.
9523 2015-05-15  Ilya Enkovich  <enkovich.gnu@gmail.com>
9525         PR middle-end/66134
9526         * tree-chkp.c (chkp_get_orginal_bounds_for_abnormal_copy): New.
9527         (chkp_maybe_copy_and_register_bounds): Don't copy abnormal copy.
9529 2015-05-15  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
9531         * config/aarch64/aarch64.h (AARCH64_TUNE_SLOWMUL): Delete.
9532         (AARCH64_FL_SLOWMUL): Delete.
9533         (AARCH64_FL_CRC): Redefine to 1<<3.
9534         (AARCH64_FL_USE_FMA_STEERING_PASS): Redefine to 1<<4.
9536 2015-05-15  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
9538         * config/arm/arm.h (LOGICAL_OP_NON_SHORT_CIRCUIT): Add appropriate
9539         casting.
9541 2015-05-15  Uros Bizjak  <ubizjak@gmail.com>
9543         * config/alpha/alpha.md (extendqidi2): Use general_operand
9544         instead of some_operand for operand[1] predicate.
9545         (extendhidi2): Ditto.
9546         (cbranchdi4): Use general_operand instead of some_operand
9547         for operand[1] and operands[2] predicates.
9548         (cstoredi4): Ditto.
9549         * config/alpha/predicates.md (some_operand): Remove unused predicate.
9550         (some_ni_operand): Ditto.
9552 2015-05-15  Uros Bizjak  <ubizjak@gmail.com>
9554         * config/alpha/alpha.c (alpha_extract_integer): Do not handle
9555         CONST_WIDE_INT and CONST_DOUBLE.  Assert CONST_INT_P (x).
9556         (alpha_legitimate_constant_p) <case CONST_WIDE_INT>: Check high and
9557         low part of the constant using alpha_emit_set_const_1.
9558         (alpha_expand_mov): Do not handle CONST_WIDE_INT and CONST_DOUBLE.
9560 2015-05-14  Rohit Arul Raj  <rohitrulraj@freescale.com>
9562         * varasm.c (output_constant_pool_1): Pass down alignment from
9563         constant pool entry's descriptor to output_constant_pool_2.
9564         (output_object_block): Add comment prior to call to
9565         output_constant_pool_1.
9567 2015-05-14  Vladimir Makarov  <vmakarov@redhat.com>
9569         PR rtl-optimization/65862
9570         * target.def (ira_change_pseudo_allocno_class): New hook.
9571         * targhooks.c (default_ira_change_pseudo_allocno_class): Default
9572         value of the hook.
9573         * targhooks.h (default_ira_change_pseudo_allocno_class): New extern.
9574         * doc/tm.texi.in (TARGET_IRA_CHANGE_PSEUDO_ALLOCNO_CLASS): Add the
9575         hook.
9576         * ira-costs.c (find_costs_and_classes): Call the hook and change
9577         classes when it is necessary.
9578         * doc/tm.texi: Update.
9580 2015-05-14  Alexander Monakov  <amonakov@ispras.ru>
9582         * config/i386/i386.md (sibcall_memory): Check that register with
9583         callee address is not also used as one of the arguments, instead
9584         of checking that it is not live after the sibcall.
9585         (sibcall_pop_memory): Ditto.
9586         (sibcall_value_memory): Ditto.
9587         (sibcall_value_pop_memory): Ditto.
9589 2015-05-14  Marc Glisse  <marc.glisse@inria.fr>
9591         * generic-match-head.c (types_match): Handle non-types.
9592         * gimple-match-head.c (types_match): Likewise.
9593         * match.pd: Remove unnecessary TREE_TYPE for types_match.
9595 2015-05-14  Wilco Dijkstra  <wdijkstr@arm.com>
9597         * config/aarch64/aarch64.md (absdi2): Optimize abs expansion.
9598         (csneg3<mode>_insn): Enable expansion of pattern.
9600 2015-05-14  Nick Clifton  <nickc@redhat.com>
9602         * config/rl78/rl78.c (rl78_select_section): Select the correct
9603         default section based upon the category of the decl.
9605 2015-05-13  Segher Boessenkool  <segher@kernel.crashing.org>
9607         PR rtl-optimization/30967
9608         * config/rs6000/rs6000.c (rs6000_rtx_costs): Don't consider
9609         destination mode for the cost of scc patterns.
9611 2015-05-13  Uros Bizjak  <ubizjak@gmail.com>
9613         * config/i386/i386.md (*mul<mode>3_1): Merge with *mulhi3_1
9614         using SWIM248 mode iterator.
9615         (*mulv<mode>4): Use x86_64_sext_operand for operand[2] constraint.
9616         (*mulvhi4): mark operand[1] as commutative.  Use nonimmediate_operand
9617         for operand[2] constraint.
9618         (*mulv<mode>4_1): Merge with *mulvhi4_1 using SWI248 mode iterator.
9620 2015-05-13  Jakub Jelinek  <jakub@redhat.com>
9622         PR middle-end/66133
9623         * omp-low.c (expand_omp_taskreg): For GIMPLE_OMP_TASK expansion,
9624         make sure it is never noreturn, even when the task body does not
9625         return.
9626         (lower_omp_taskreg): For GIMPLE_OMP_TASK, emit GIMPLE_OMP_CONTINUE
9627         right before GIMPLE_OMP_RETURN.
9628         (make_gimple_omp_edges): Accept GIMPLE_OMP_CONTINUE as ->cont
9629         for GIMPLE_OMP_TASK.  For GIMPLE_OMP_RETURN corresponding to
9630         GIMPLE_OMP_TASK add an EDGE_ABNORMAL edge from entry to exit.
9632 2015-05-13  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
9634         * params.def (PARAM_MAX_POW_SQRT_DEPTH): New param.
9635         * tree-ssa-math-opts.c: Include params.h
9636         (pow_synth_sqrt_info): New struct.
9637         (representable_as_half_series_p): New function.
9638         (get_fn_chain): Likewise.
9639         (print_nested_fn): Likewise.
9640         (dump_fractional_sqrt_sequence): Likewise.
9641         (dump_integer_part): Likewise.
9642         (expand_pow_as_sqrts): Likewise.
9643         (gimple_expand_builtin_pow): Use above to attempt to expand
9644         pow as series of square roots.  Removed now unused variables.
9646 2015-05-13  Uros Bizjak  <ubizjak@gmail.com>
9648         * config/alpha/alpha.c (alpha_emit_set_long_const): Remove c1 argument.
9649         (alpha_extract_integer): Redeclare as static HOST_WIDE_INT.
9650         Remove *p0 and *p1 arguments.  Rewrite function.
9651         (alpha_legitimate_constant_p): Update call to alpha_extract_integer.
9652         (alpha_split_const_mov): Update calls to alpha_extract_integer and
9653         alpha_emit_set_long_const.
9654         (alpha_expand_epilogue): Update calls to alpha_emit_set_long_const.
9655         (alpha_output_mi_thunk_osf): Ditto.
9656         * config/alpha/alpha.md (movti): Do not check operands[1]
9657         for CONST_DOUBLE.
9659 2015-05-13  Richard Biener  <rguenther@suse.de>
9661         PR tree-optimization/66129
9662         * tree-vect-slp.c (vect_build_slp_tree): Make sure all ops are
9663         commutative.
9664         (vect_schedule_slp_instance): Fix typo.
9666 2015-05-13  David Malcolm  <dmalcolm@redhat.com>
9668         * common.opt (fdump-internal-locations): New option.
9669         * input.c: Include diagnostic-core.h.
9670         (get_end_location): New function.
9671         (write_digit): New function.
9672         (write_digit_row): New function.
9673         (dump_location_range): New function.
9674         (dump_labelled_location_range): New function.
9675         (dump_location_info): New function.
9676         * input.h (dump_location_info): New prototype.
9677         * toplev.c (compile_file): Handle flag_dump_locations.
9679 2015-05-13  Eric Botcazou  <ebotcazou@adacore.com>
9681         * gimple-expr.h (is_gimple_constant): Reorder.
9682         * tree-ssa-propagate.c (before_dom_children): Use inline accessor.
9684 2015-05-13  Segher Boessenkool  <segher@kernel.crashing.org>
9686         * combine.c (simplify_set): When generating a CC set, if the
9687         source already is in the correct mode, do not wrap it in a
9688         compare.  Simplify the rest of that code.
9690 2015-05-13  Richard Biener  <rguenther@suse.de>
9692         PR tree-optimization/66123
9693         * tree-ssa-dom.c (propagate_rhs_into_lhs): Check if we found
9694         a taken edge.
9696 2015-05-13  Richard Biener  <rguenther@suse.de>
9698         PR middle-end/66110
9699         * alias.c (alias_sets_conflict_p): Do not treat has_zero_child
9700         specially.
9701         * Makefile.in (dfp.o-warn): Add -Wno-strict-aliasing.
9703 2015-05-13  Michael Haubenwallner  <michael.haubenwallner@ssi-schaefer.com>
9705         * doc/install.texi: Bump latest automake 1.11 version to 1.11.6.
9706         * aclocal.m4: Regenerated with automake-1.11.6.
9708 2015-05-13  Tom de Vries  <tom@codesourcery.com>
9710         PR tree-optimization/66010
9711         * gimplify.h (gimplify_va_arg_internal): Remove declaration.
9712         * gimplify.c (gimplify_va_arg_internal): Remove and inline into ...
9713         * tree-stdarg.c (expand_ifn_va_arg_1): ... here.  Choose between lval
9714         and rval based on do_deref.
9716 2015-05-13  Ilya Enkovich  <ilya.enkovich@intel.com>
9718         PR target/65103
9719         * config/i386/i386.c (ix86_rtx_costs): We want to propagate
9720         link time constants into adress expressions and therefore set
9721         their cost to 0.
9723 2015-05-13  Jakub Jelinek  <jakub@redhat.com>
9725         PR target/66112
9726         * config/i386/i386.md (mulv<mode>4, umulv<mode>4, *umulv<mode>4):
9727         Use SWI248 iterator instead of SWI.
9728         (*mulv<mode>4_1): Use SWI48 instead of SWI.  Simplify output template.
9729         Use eq_attr "alternative" "0" instead of match_test in
9730         length_immediate attribute computation.
9731         (*mulvhi4, *mulvhi4_1): New define_insns.
9733         PR target/66112
9734         * internal-fn.c (get_min_precision): Use UNSIGNED instead of
9735         SIGNED to get precision of non-negative value.
9737 2015-05-13  Ilya Enkovich  <ilya.enkovich@intel.com>
9739         PR target/66048
9740         * function.c (diddle_return_value_1): Process bounds first.
9741         * config/i38/i386.c (ix86_function_value_regno_p): Add bnd1
9742         register.
9744 2015-05-13  Thomas Preud'homme  <thomas.preudhomme@arm.com>
9746         PR rtl-optimization/64616
9747         * loop-invariant.c (can_move_invariant_reg): New.
9748         (move_invariant_reg): Call above new function to decide whether
9749         instruction can just be moved, skipping creation of temporary
9750         register.
9752 2015-05-12  Jan Hubicka  <hubicka@ucw.cz>
9754         PR target/pr66047.c
9755         * i386.c (ix86_function_sseregparm): Only return -1 if local function
9756         with implied regparm is called from -mno-sse function.
9757         (init_cumulative_args): Output error if ix86_function_sseregparm
9758         return -1 and SSE register would be needed.
9759         (function_arg_advance_32): Likewise.
9760         (function_arg_32): Likewise.
9761         * i386.h (ix86_args): Add decl field.
9763 2015-05-12  Jan Hubicka  <hubicka@ucw.cz>
9765         PR ipa/65873
9766         * ipa-inline.c (can_inline_edge_p): Allow early inlining of always
9767         inlines across optimization boundary.
9769 2015-05-12  Jason Merrill  <jason@redhat.com>
9771         * config/mmix/mmix.c, config/msp430/msp430.c: Add space between
9772         string literal and macro name.
9774 2015-05-12  Steve Ellcey  <sellcey@imgtec.com>
9776         * config/mips/mips.c (mips_print_operand): Remove 'y' operand code.
9777         * config/mips/mips.md (<GPR:d>lsa): Rewrite with shift operator.
9778         * config/mips/predicates.md (const_immlsa_operand): Remove log call.
9780 2015-05-12  David Malcolm  <dmalcolm@redhat.com>
9782         * doc/invoke.texi (Warning Options): Add -Wmisleading-indentation.
9783         (-Wmisleading-indentation): New option.
9784         * Makefile.in (C_COMMON_OBJS): Add c-family/c-indentation.o.
9786 2015-05-12  Uros Bizjak  <ubizjak@gmail.com>
9788         * config/alpha/alpha.h (TARGET_SUPPORTS_WIDE_INT): New define.
9789         * config/alpha/alpha.c (alpha_rtx_costs): Handle CONST_WIDE_INT.
9790         (alpha_extract_integer): Ditto.
9791         (alpha_legitimate_constant_p): Ditto.
9792         (alpha_split_tmode_pair): Ditto.
9793         (alpha_preferred_reload_class): Add CONST_WIDE_INT.
9794         (alpha_expand_mov): Ditto.
9795         (print_operand): Remove handling of 'H' modifier.
9796         <case 'm'>: Remove CONST_DOUBLE handling.
9797         (summarize_insn): Handle CONST_WIDE_INT.
9798         * config/alpha/alpha.md (*andsi_internal): Remove H constraint.
9799         (anddi3): Ditto.
9800         (movti): Handle CONST_WIDE_INT.
9801         * config/alpha/constraints.md ('H'): Remove constraint definition.
9802         ('G'): Do not match MODE_FLOAT class.
9803         * config/alpha/predicates.md (const0_operand): Also match
9804         const_wide_int.
9805         (non_add_const_operand): Ditto.
9806         (non_zero_const_operand): Ditto.
9807         (some_operand): Ditto.
9808         (input_operand): Ditto.  Handle CONST_WIDE_INT.
9809         (and_operand): Do not match const_double.
9810         * config/alpha/sync.md (fetchop_constr): Remove H constraint.
9812 2015-05-12  Andrew MacLeod  <amacleod@redhat.com>
9814         PR target/65697
9815         * coretypes.h (MEMMODEL_SYNC, MEMMODEL_BASE_MASK): New macros.
9816         (enum memmodel): Add SYNC_{ACQUIRE,RELEASE,SEQ_CST}.
9817         * tree.h (memmodel_from_int, memmodel_base, is_mm_relaxed,
9818         is_mm_consume,is_mm_acquire, is_mm_release, is_mm_acq_rel,
9819         is_mm_seq_cst, is_mm_sync): New accessor functions.
9820         * builtins.c (expand_builtin_sync_operation,
9821         expand_builtin_compare_and_swap): Use MEMMODEL_SYNC_SEQ_CST.
9822         (expand_builtin_sync_lock_release): Use MEMMODEL_SYNC_RELEASE.
9823         (get_memmodel,  expand_builtin_atomic_compare_exchange,
9824         expand_builtin_atomic_load, expand_builtin_atomic_store,
9825         expand_builtin_atomic_clear): Use new accessor routines.
9826         (expand_builtin_sync_synchronize): Use MEMMODEL_SYNC_SEQ_CST.
9827         * optabs.c (expand_compare_and_swap_loop): Use MEMMODEL_SYNC_SEQ_CST.
9828         (maybe_emit_sync_lock_test_and_set): Use new accessors and
9829         MEMMODEL_SYNC_ACQUIRE.
9830         (expand_sync_lock_test_and_set): Use MEMMODEL_SYNC_ACQUIRE.
9831         (expand_mem_thread_fence, expand_mem_signal_fence, expand_atomic_load,
9832         expand_atomic_store): Use new accessors.
9833         * emit-rtl.c (need_atomic_barrier_p): Add additional enum cases.
9834         * tsan.c (instrument_builtin_call): Update check for memory model beyond
9835         final enum to use MEMMODEL_LAST.
9836         * c-family/c-common.c: Use new accessor for memmodel_base.
9837         * config/aarch64/aarch64.c (aarch64_expand_compare_and_swap): Use new
9838         accessors.
9839         * config/aarch64/atomics.md (atomic_load<mode>,atomic_store<mode>,
9840         arch64_load_exclusive<mode>, aarch64_store_exclusive<mode>,
9841         mem_thread_fence, *dmb): Likewise.
9842         * config/alpha/alpha.c (alpha_split_compare_and_swap,
9843         alpha_split_compare_and_swap_12): Likewise.
9844         * config/arm/arm.c (arm_expand_compare_and_swap,
9845         arm_split_compare_and_swap, arm_split_atomic_op): Likewise.
9846         * config/arm/sync.md (atomic_load<mode>, atomic_store<mode>,
9847         atomic_loaddi): Likewise.
9848         * config/i386/i386.c (ix86_destroy_cost_data, ix86_memmodel_check):
9849         Likewise.
9850         * config/i386/sync.md (mem_thread_fence, atomic_store<mode>): Likewise.
9851         * config/ia64/ia64.c (ia64_expand_atomic_op): Add new memmodel cases and
9852         use new accessors.
9853         * config/ia64/sync.md (mem_thread_fence, atomic_load<mode>,
9854         atomic_store<mode>, atomic_compare_and_swap<mode>,
9855         atomic_exchange<mode>): Use new accessors.
9856         * config/mips/mips.c (mips_process_sync_loop): Likewise.
9857         * config/pa/pa.md (atomic_loaddi, atomic_storedi): Likewise.
9858         * config/rs6000/rs6000.c (rs6000_pre_atomic_barrier,
9859         rs6000_post_atomic_barrier): Add new cases.
9860         (rs6000_expand_atomic_compare_and_swap): Use new accessors.
9861         * config/rs6000/sync.md (mem_thread_fence): Add new cases.
9862         (atomic_load<mode>): Add new cases and use new accessors.
9863         (store_quadpti): Add new cases.
9864         * config/s390/s390.md (mem_thread_fence, atomic_store<mode>): Use new
9865         accessors.
9866         * config/sparc/sparc.c (sparc_emit_membar_for_model): Use new accessors.
9867         * doc/extend.texi: Update docs to indicate 16 bits are used for memory
9868         model, not 8.
9870 2015-05-12  Jan Hubicka  <hubicka@ucw.cz>
9872         * ipa-devirt.c (type_with_linkage_p): New function.
9873         (type_in_anonymous_namespace_p): Move here from tree.c; assert that
9874         type has linkage.
9875         (odr_type_p): Move here from ipa-utils.h; use type_with_linkage_p.
9876         (can_be_name_hashed_p): Simplify.
9877         (hash_odr_name): Check that type has linkage before checking if it is
9878         anonymous.
9879         (types_same_for_odr): Likewise.
9880         (odr_name_hasher::equal): Likewise.
9881         (odr_subtypes_equivalent_p): Likewise.
9882         (warn_types_mismatch): Likewise.
9883         (get_odr_type): Likewise.
9884         (odr_types_equivalent_p): Fix checking of TYPE_MAIN_VARIANT.
9885         * ipa-utils.h (odr_type_p): Move offline.
9886         * tree.c (need_assembler_name_p): Fix handling of types
9887         without linkages.
9888         (type_in_anonymous_namespace_p): Move to ipa-devirt.c
9890 2015-05-12  David Malcolm  <dmalcolm@redhat.com>
9892         * timevar.c (timevar_enable): Delete in favor of...
9893         (g_timer): New global.
9894         (struct timevar_def): Move to timevar.h inside class timer.
9895         (struct timevar_stack_def): Likewise.
9896         (timevars): Delete global in favor of field "m_timevars" within
9897         class timer in timevar.h
9898         (stack): Likewise, in favor of field "m_stack".
9899         (unused_stack_instances): Likewise, in favor of field
9900         "m_unused_stack_instances".
9901         (start_time): Likewise, in favor of field "m_start_time".
9902         (get_time): Eliminate check for timevar_enable.
9903         (timer::timer): New function, built from part of timevar_init.
9904         (timevar_init): Rewrite idempotency test from using
9905         "timevar_enable" bool to using dynamic allocation of "g_timer".
9906         Move rest of implementation into timer's constructor.
9907         (timevar_push_1): Rename to...
9908         (timer::push): ...this, adding "m_" prefixes to variables that
9909         are now fields of timer.
9910         (timevar_pop_1): Likewise, rename to...
9911         (timer::pop): ...this, and add "m_" prefixes.
9912         (timevar_start): Replace test for "timevar_enable" with one for
9913         "g_timer", and move bulk of implementation to...
9914         (timer::start): ...here, adding "m_" prefixes.
9915         (timevar_stop): Likewise, from here...
9916         (timer::stop): ...to here.
9917         (timevar_cond_start): Likewise, from here...
9918         (timer::cond_start): ...to here.
9919         (timevar_cond_stop): Likewise, from here...
9920         (timer::cond_stop): ...to here.
9921         (validate_phases): Rename to...
9922         (timer::validate_phases): ...this, and add "m_" prefixes.  Make
9923         locals "total" and "tv" const.
9924         (timevar_print): Rename to...
9925         (timer::print): ...this, and add "m_" prefixes.  Make locals
9926         "total" and "tv" const.  Eliminate test for timevar_enable.
9927         * timevar.h (timevar_enable): Eliminate.
9928         (g_timer): New declaration.
9929         (timevar_push_1): Eliminate.
9930         (timevar_pop_1): Eliminate.
9931         (timevar_print): Eliminate.
9932         (class timer): New class.
9933         (timevar_push): Rewrite to use g_timer.
9934         (timevar_pop): Likewise.
9935         * toplev.c (toplev::~toplev): Likewise.
9937 2015-05-12  Richard Earnshaw  <rearnsha@arm.com>
9939         * arm-protos.h (arm_sched_autopref): Delete.
9940         (tune_params): Re-organize, use enums for flag values.
9941         (FUSE_OPS): New macro.
9942         * arm.c (ARM_PREFETCH_NOT_BENEFICIAL): Update.
9943         (ARM_PREFETCH_BENEFICIAL): Likewise.
9944         (ARM_FUSE_NOTHING, ARM_FUSE_MOVW_MOVT): Delete.
9945         (arm_slowmul_tune, arm_fastmul_tune, arm_strongarm_tune)
9946         (arm_xscale_tune, arm_9e_tune, arm_marvell_pj4_tune)
9947         (arm_v6t2_tune, arm_cortex_tune, arm_cortex_a8_tune)
9948         (arm_cortex_a7_tune, arm_cortex_a15_tune, arm_cortex_a53_tune)
9949         (arm_cortex_a57_tune,  arm_xgene1_tune, arm_cortex_a5_tune)
9950         (arm_cortex_a9_tune, arm_cortex_a12_tune, arm_v7m_tune)
9951         (arm_cortex_m7_tune, arm_v6m_tune, arm_fa726te_tune): Use new
9952         format.
9953         (arm_option_override, thumb2_reorg, arm_print_tune_info)
9954         (aarch_macro_fusion_pair_p): Update uses of current_tune.
9955         * arm.h (LOGICAL_OP_NON_SHORT_CIRCUIT): Likewise.
9957 2015-05-12  Sandra Loosemore  <sandra@codesourcery.com>
9959         * config/nios2/nios2.md (trap, ctrapsi4): Use "trap" instead of
9960         "break".
9962 2015-05-12  Chung-Lin Tang  <cltang@codesourcery.com>
9963             Sandra Loosemore <sandra@codesourcery.com>
9965         * config/nios2/nios2.h (enum reg_class): Add IJMP_REGS enum
9966         value.
9967         (REG_CLASS_NAMES): Add "IJMP_REGS".
9968         (REG_CLASS_CONTENTS): Add new entry for IJMP_REGS.
9969         * config/nios2/nios2.md (indirect_jump,*tablejump): Adjust to
9970         use new "c" register constraint.
9971         * config/nios2/constraint.md (c): New register constraint
9972         corresponding to IJMP_REGS.
9974 2015-05-12  Segher Boessenkool  <segher@kernel.crashing.org>
9976         * config/rs6000/rs6000.md (*rotlsi3_internal4, *rotlsi3_internal5,
9977         *rotlsi3_internal6, rlwinm, 5 unnamed define_insns, and 6
9978         define_splits): Delete, revamp, transmogrify into ...
9979         (*rotlsi3_mask, *rotlsi3_mask_dot, *rotlsi3_mask_dot2,
9980         *ashlsi3_imm_mask, *ashlsi3_imm_mask_dot, *ashlsi3_imm_mask_dot2,
9981         *lshrsi3_imm_mask, *lshrsi3_imm_mask_dot, *lshrsi3_imm_mask_dot2):
9982         New.
9984 2015-05-12  Segher Boessenkool  <segher@kernel.crashing.org>
9986         * config/rs6000/rs6000.md (rs6000_adjust_atomic_subword): Use
9987         gen_ashlsi3 and gen_andsi3 instead of gen_rlwinm.
9989 2015-05-12  Segher Boessenkool  <segher@kernel.crashing.org>
9991         * config/rs6000/rs6000.md (extzv): FAIL for SImode.
9992         (extzvsi_internal, *extzvsi_internal1, *extzvsi_internal2,
9993         *rotlsi3_internal7le, *rotlsi3_internal7be, *rotlsi3_internal8le,
9994         *rotlsi3_internal8be, *rotlsi3_internal9le, *rotlsi3_internal9be,
9995         *rotlsi3_internal10le, *rotlsi3_internal10be, *rotlsi3_internal11le,
9996         *rotlsi3_internal11be, *rotlsi3_internal12le, *rotlsi3_internal12be,
9997         *lshiftrt_internal1le, *lshiftrt_internal1be, *lshiftrt_internal2le,
9998         *lshiftrt_internal2be, *lshiftrt_internal3le, *lshiftrt_internal3be,
9999         *lshiftrt_internal4le, *lshiftrt_internal4be, *lshiftrt_internal5le,
10000         *lshiftrt_internal5be, *lshiftrt_internal5le, *lshiftrt_internal5be,
10001         *rotldi3_internal7le, *rotldi3_internal7be, *rotldi3_internal8le,
10002         *rotldi3_internal8be, *rotldi3_internal9le, *rotldi3_internal9be,
10003         *rotldi3_internal10le, *rotldi3_internal10be, *rotldi3_internal11le,
10004         *rotldi3_internal11be, *rotldi3_internal12le, *rotldi3_internal12be,
10005         *rotldi3_internal13le, *rotldi3_internal13be, *rotldi3_internal14le,
10006         *rotldi3_internal14be, *rotldi3_internal15le, *rotldi3_internal15be,
10007         and 30 corresponding splitters): Delete.
10009 2015-05-12  Segher Boessenkool  <segher@kernel.crashing.org>
10011         * config/rs6000/rs6000.md (define_split for bswaphi): Don't use
10012         zero_extract.
10014 2015-05-12  Segher Boessenkool  <segher@kernel.crashing.org>
10016         * combine.c (recog_for_combine_1): New function, factored out
10017         from recog_for_combine.
10018         (change_zero_ext): New function.
10019         (recog_for_combine): If recog fails, try again with the pattern
10020         modified by change_zero_ext; if that still fails, restore the
10021         pattern.
10023 2015-05-12  Segher Boessenkool  <segher@kernel.crashing.org>
10025         * combine.c (get_undo_marker): New function.
10026         (undo_to_marker): New function, largely factored out from ...
10027         (undo_all): ... this.  Adjust.
10029 2015-05-12  Richard Biener  <rguenther@suse.de>
10031         PR tree-optimization/66101
10032         * tree-ssa-dce.c (remove_dead_stmt): Properly mark loops for
10033         fixup if we turn a loop exit edge to a fallthru edge.
10035 2015-05-12  Richard Biener  <rguenther@suse.de>
10037         PR tree-optimization/37021
10038         * tree-vectorizer.h (struct _slp_tree): Add two_operators flag.
10039         (SLP_TREE_TWO_OPERATORS): New define.
10040         * tree-vect-slp.c (vect_create_new_slp_node): Initialize
10041         SLP_TREE_TWO_OPERATORS.
10042         (vect_build_slp_tree_1): Allow two mixing plus/minus in an
10043         SLP node.
10044         (vect_build_slp_tree): Adjust.
10045         (vect_analyze_slp_cost_1): Likewise.
10046         (vect_schedule_slp_instance): Vectorize mixing plus/minus by
10047         emitting two vector stmts and mixing the results.
10049 2015-05-12  Dominik Vogt  <vogt@linux.vnet.ibm.com>
10051         * call.c (print_z_candidates): Remove dead code.
10053 2015-05-12  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
10055         * config/s390/2827.md: Split zEC12_simple into zEC12_simple_int
10056         and zEC12_simple_fp.
10057         * config/s390/s390.c (s390_issue_rate): Set issue rate for zEC12
10058         to 1.
10060 2015-05-12  Tom de Vries  <tom@codesourcery.com>
10062         PR tree-optimization/66010
10063         * gimplify.c (gimplify_modify_expr): Handle new do_deref argument of
10064         ifn_va_arg.
10065         * gimplify.h (gimplify_va_arg_internal): Remove loc parameter.
10066         (gimplify_va_arg_internal): Remove loc parameter.  Assert no array-typed
10067         va_lists are passed, and remove corresponding handling.
10068         (gimplify_va_arg_expr): Only take address of ap if necessary.  Add
10069         do_deref argument to ifn_va_arg.
10070         * tree-stdarg.c (expand_ifn_va_arg_1): Handle new do_deref argument of
10071         ifn_va_arg.
10073 2015-05-12  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
10075         PR target/65955
10076         * config/arm/arm.md (movcond_addsi): Check that operands[2] is a
10077         REG before taking its REGNO.
10079 2015-05-12  Thomas Preud'homme  <thomas.preudhomme@arm.com>
10081         * combine.c i(set_nonzero_bits_and_sign_copies): Split code updating
10082         rsp->sign_bit_copies and rsp->nonzero_bits into ...
10083         (update_rsp_from_reg_equal): This.  Also use REG_EQUAL note on src if
10084         present to get more accurate information about the number of sign bit
10085         copies and non zero bits.
10087 2015-05-12  Richard Biener  <rguenther@suse.de>
10089         * tree-vect-slp.c (vect_build_slp_tree_1): For BB vectorization
10090         do not allow unrolling.
10092 2015-05-11  Richard Henderson  <rth@redhat.com>
10094         * config/i386/i386-modes.def (CCP): New.
10095         * config/i386/i386.c (put_condition_code): Handle it.
10096         (ix86_match_ccmode, ix86_cc_modes_compatible): Likewise.
10098 2015-05-11  Richard Henderson  <rth@redhat.com>
10100         * target.def (md_asm_clobbers): Replace with...
10101         (md_asm_adjust): this.
10102         * tm.texi.in (TARGET_MD_ASM_CLOBBERS): Remove.
10103         (TARGET_MD_ASM_ADJUST): New.
10104         * tm.texi: Rebuild.
10105         * hooks.c (hook_tree_tree_tree_tree_3rd_identity): Remove.
10106         * hooks.h (hook_tree_tree_tree_tree_3rd_identity): Remove.
10107         * system.h (TARGET_MD_ASM_CLOBBERS): Poison.
10109         * cfgexpand.c (check_operand_nalternatives): Accept vector of
10110         constraints instead of lists of outputs and inputs.
10111         (expand_asm_stmt): Save and restore input_location around the
10112         body of the function.  Move asm data into vectors instead of
10113         building tree lists.  Generate cleanup sequences as needed,
10114         rather than waiting til the end.  Use new md_asm_adjust hook.
10116         * config/vxworks.c: Include vec.h before target.h.
10117         * gimple.c: Likewise.
10118         * incpath.c: Likewise.
10119         * mode-switching.c: Likewise.
10121         * config/cris/cris.c (cris_md_asm_clobbers): Convert to...
10122         (cris_md_asm_adjust): this.
10123         (TARGET_MD_ASM_CLOBBERS): Remove.
10124         (TARGET_MD_ASM_ADJUST): New.
10125         * config/i386/i386.c (ix86_md_asm_clobbers): Convert to...
10126         (ix86_md_asm_adjust): this.
10127         (TARGET_MD_ASM_CLOBBERS): Remove.
10128         (TARGET_MD_ASM_ADJUST): New.
10129         * config/mn10300/mn10300.c (mn10300_md_asm_clobbers): Convert to...
10130         (mn10300_md_asm_adjust): this.
10131         (TARGET_MD_ASM_CLOBBERS): Remove.
10132         (TARGET_MD_ASM_ADJUST): New.
10133         * config/rs6000/rs6000.c (rs6000_md_asm_clobbers): Convert to...
10134         (rs6000_md_asm_adjust): this.
10135         (TARGET_MD_ASM_CLOBBERS): Remove.
10136         (TARGET_MD_ASM_ADJUST): New.
10137         * config/visium/visium.c (visium_md_asm_clobbers): Convert to...
10138         (visium_md_asm_adjust): this.
10139         (TARGET_MD_ASM_CLOBBERS): Remove.
10140         (TARGET_MD_ASM_ADJUST): New.
10142 2015-05-11  Richard Henderson  <rth@redhat.com>
10144         * gimplify.c (gimplify_asm_expr): Set gimple_asm_volatile_p
10145         if noutputs is zero.
10146         * cfgexpand.c (expand_asm_stmt): Use gimple_asm_volatile_p unchanged.
10148         * cfgexpand.c (expand_asm_operands): Merge into...
10149         (expand_asm_stmt): ... here.
10151         * cfgexpand.c (expand_asm_operands): Don't call
10152         resolve_asm_operand_names.
10153         * stmt.c (resolve_asm_operand_names): Clarify block comment.
10155 2015-05-11  Jan Hubicka  <hubicka@ucw.cz>
10157         * dwarf2out.c (gen_member_die): Sanity check that we access
10158         TYPE_MAIN_VARIANT for TYPE_METHODS.
10159         * function.c (use_register_for_decl): Look for TYPE_MAIN_VARIANT when
10160         checking TYPE_METHODS.
10161         * tree.c (free_lang_data_in_type): See TYPE_METHODS to error_mark_node
10162         if non-null.
10163         (build_distinct_type_copy): Clear TYPE_METHODS.
10164         (verify_type_variant): Verify that TYPE_METHODS is NULL for variants.
10165         (verify_type): Allow TYPE_METHODS to be error_mark_node.
10166         * tree.def: Update docs of TYPE_STUB_DECL and TYPE_METHODS.
10168 2015-05-11  Eric Botcazou  <ebotcazou@adacore.com>
10170         * emit-rtl.c (emit_pattern_after_setloc): Add missing guard.
10171         (emit_pattern_before_setloc): Likewise.
10173 2015-05-11  Richard Sandiford  <richard.sandiford@arm.com>
10175         * genrecog.c (match_pattern_1): Expect the pattern to be a SEQUENCE
10176         for define_peephole2s.
10177         (get_peephole2_pattern): New function.
10178         (main): Use it.  Call validate_pattern.
10180 2015-05-11  Pitchumani Sivanupandi  <pitchumani.s@atmel.com>
10182         * config/avr/avr.c (avr_hard_regno_call_part_clobbered): Use
10183         LAST_CALLEE_SAVED_REG instead of hard-coded register number.
10184         (Last callee saved reg is different for AVR_TINY architecture)
10186 2015-05-11  Uros Bizjak  <ubizjak@gmail.com>
10188         * config/i386/i386.c (ix86_loop_unroll_adjust): Use PATTERN (insn)
10189         when looking for memory references.
10191 2015-05-11  Alexander Monakov  <amonakov@ispras.ru>
10193         PR target/65753
10194         * config/i386/i386.c (ix86_function_ok_for_sibcall): Allow PIC sibcalls
10195         via function pointers.
10197 2015-05-11  Alexander Monakov  <amonakov@ispras.ru>
10199         * calls.c (prepare_call_address): Transform PLT call to GOT lookup and
10200         indirect call by forcing address into a pseudo with -fno-plt.
10201         * common.opt (flag_plt): New option.
10202         * doc/invoke.texi (Code Generation Options): Add -fno-plt.
10203         ([-fno-plt]): Document.
10205 2015-05-11  Markus Trippelsdorf  <markus@trippelsdorf.de>
10207         PR bootstrap/66105
10208         * config/rs6000/option-defaults.h: Add space between string literal
10209         and macro name.
10211 2015-05-11  Thomas Preud'homme  <thomas.preudhomme@arm.com>
10213         * gcc.target/arm/pr64616.c: Test dump rather than assembly to work
10214         accross ARM targets.
10216 2015-05-11  Christian Bruel  <christian.bruel@st.com>
10218         * config/arm/arm-protos.h (thumb_code, thumb1_code): Remove.
10219         * config/arm/vxworks.h (thumb_code): Replace with TARGET_THUMB.
10221 2015-05-11  Richard Sandiford  <richard.sandiford@arm.com>
10223         PR rtl-optimization/66076
10224         * rtlanal.c (generic_subrtx_iterator <T>::add_single_to_queue):
10225         Don't grow the heap array if it is already big enough from a
10226         previous iteration.
10228 2015-05-11  Christian Bruel  <christian.bruel@st.com>
10230         * config/arm/arm-protos.h (arm_declare_function_name): Declare.
10231         (is_called_in_ARM_mode): Remove.
10232         * config/arm/arm.c (is_called_in_ARM_mode): Declare static bool.
10233         (arm_declare_function_name): Moved from from ARM_DECLARE_FUNCTION_NAME.
10234         * config/arm/arm.h (ARM_DECLARE_FUNCTION_NAME): Call
10235          arm_declare_function_name.
10237 2015-05-11  Christian Bruel  <christian.bruel@st.com>
10239         * config/arm/arm.c (arm_option_override): Reoganized and split into :
10240         (arm_option_params_internal); New function.
10241         (arm_option_check_internal): New function.
10242         (arm_option_override_internal): New function.
10243         (thumb_code, thumb1_code): Remove.
10244         * config/arm/arm.h (TREE_TARGET_THUMB, TREE_TARGET_THUMB1): New macros.
10245         (TREE_TARGET_THUM2, TREE_TARGET_ARM): Likewise.
10246         (thumb_code, thumb1_code): Remove.
10247         * config/arm/arm.md (is_thumb, is_thumb1): Check TARGET flag.
10249 2015-05-11  Uros Bizjak  <ubizjak@gmail.com>
10251         * config/alpha/alpha.c (alpha_emit_set_const_1)
10252         (alpha_emit_set_long_const, alpha_extract_integer)
10253         (alpha_legitimate_constant_p, alpha_split_const_mov)
10254         (alpha_expand_block_clear, alpha_expand_zap_mask, print_operand):
10255         [HOST_BITS_PER_WIDE_INT < 64]: Remove dead code.
10256         (alpha_emit_set_const_1): Change "(HOST_WIDE_INT) 1" to
10257         HOST_WIDE_INT_1U.
10258         * config/alpha/predicates.md (mode_mask_operand): Do not match
10259         const_double RTX.
10260         [HOST_BITS_PER_WIDE_INT < 64]: Remove dead code.
10261         * config/alpha/alpha.md (abstf, *abstf_internal, UNSPEC_ZAP splitter):
10262         Change "(HOST_WIDE_INT) 1" to HOST_WIDE_INT_1U.
10263         [HOST_BITS_PER_WIDE_INT < 64]: Remove dead code.
10264         (*negtf_internal): Use gen_int_mode instead of immed_double_const.
10266 2015-05-11  Jakub Jelinek  <jakub@redhat.com>
10268         PR target/65780
10269         * config/s390/linux.h (TARGET_BINDS_LOCAL_P): Define to
10270         default_binds_local_p_2.
10271         * config/arm/linux-elf.h (TARGET_BINDS_LOCAL_P): Likewise.
10272         * config/aarch64/aarch64-linux.h (TARGET_BINDS_LOCAL_P): Likewise.
10274 2015-05-09  Jan Hubicka  <hubicka@ucw.cz>
10276         * tree.c (verify_type_variant): Check TYPE_VALUES_RAW and TYPE_PRECISION
10278 2015-05-09  Jan Hubicka  <hubicka@ucw.cz>
10280         Patch by Richard Biener
10281         * coverage.c (coverage_obj_init): Delay building of type variant
10282         until the type is finished.
10284 2015-05-09  Jan Hubicka  <hubicka@ucw.cz>
10286         * ipa-devirt.c (warn_types_mismatch): Do not ICE when warning about
10287         mismatch between C and C++ type; compoare correctly ARG_TYPES
10288         for non-prototypes and output correctly parameter index for METHOD_TYPE.
10289         (odr_types_equivalent_p): Fix wording of warning about attributes;
10290         it is OK to match prototype and non-prototype.
10292 2015-05-09  Jan Hubicka  <hubicka@ucw.cz>
10294         * tree.c (free_lang_data_in_type): Free TREE_PURPOSE of
10295         TYPE_ARG_TYPES list.
10296         (verify_type): Permit non-NULL TREE_PURPOSE in non-LTO builds.
10297         * tree.def (FUNCTION_TYPE): Document TREE_PURPOSE in TYPE_ARG_TYPES
10299 2015-05-09  Jan Hubicka  <hubicka@ucw.cz>
10301         * tree.c (verify_type): Verify TYPE_BINFO and TYPE_VALUES_RAW.
10302         * tree.h (is_lang_specific): Constify.
10304 2015-05-09  Marc Glisse  <marc.glisse@inria.fr>
10306         PR tree-optimization/64454
10307         * tree-vrp.c (extract_range_from_binary_expr_1) <TRUNC_MOD_EXPR>:
10308         Rewrite.
10310 2015-05-08  Jason Merrill  <jason@redhat.com>
10312         * bitmap.c, c/c-aux-info.c, cfg.c, cfghooks.c, cgraph.c,
10313         config/aarch64/aarch64.md config/alpha/vms.h, config/darwin.c,
10314         config/darwin.h, config/darwin9.h, config/elfos.h,
10315         config/i386/bsd.h, config/ia64/ia64.c, config/lm32/lm32.h,
10316         config/microblaze/microblaze.h, config/mips/mips.h,
10317         config/mmix/mmix.c, config/msp430/msp430.c, config/nios2/nios2.h,
10318         config/nvptx/nvptx.c, config/nvptx/nvptx.h, config/pa/pa.c,
10319         config/pa/pa.h, config/rs6000/rs6000.c, config/rs6000/sysv4.h,
10320         config/rs6000/xcoff.h, config/rx/rx.h, config/s390/s390.h,
10321         config/sparc/sol2.h, config/sparc/sparc.h, config/visium/visium.h,
10322         cppbuiltin.c, defaults.h, doc/invoke.texi, dwarf2cfi.c,
10323         dwarf2out.c, final.c, gcc.c, gcov-dump.c, gcov.c, ipa-cp.c,
10324         ipa-inline.c, ipa-polymorphic-call.c, ipa-profile.c, ipa-prop.c,
10325         ira-color.c, ira.c, loop-doloop.c, loop-iv.c, mcf.c,
10326         modulo-sched.c, predict.c, profile.c, stor-layout.c, toplev.c,
10327         tree-ssa-reassoc.c, value-prof.c, wide-int-print.cc: Add space
10328         between string literal and macro name.
10330 2015-05-08  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
10332         * jump.c: Change argument types to rtx_insn *.
10333         * rtl.h: Adjust.
10335 2015-05-08  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
10337         * lra-constraints.c: Change argument type to rtx_insn *.
10339 2015-05-08  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
10341         * df-problems.c: Change argument type to rtx_insn *.
10343 2015-05-08  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
10345         * combine.c: Change argument type to rtx_insn *.
10347 2015-05-08  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
10349         * rtl.h: Adjust.
10350         * rtlanal.c: Change argument type to rtx_insn *.
10352 2015-05-08  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
10354         * sched-deps.c: Change argument types to rtx_insn *.
10355         * sched-int.h: Adjust.
10357 2015-05-08  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
10359         * dwarf2cfi.c: Change argument type to rtx_insn *.
10361 2015-05-08  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
10363         * ira.c (decrease_live_ranges_number): Changetype of local
10364         variable to rtx_insn *.
10365         * recog.c: Change argument types to rtx_insn *.
10366         * recog.h: Adjust.
10368 2015-05-08  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
10370         * reorg.c: Change argument types to rtx_insn *.
10372 2015-05-08  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
10374         * ira-color.c: Change argument types to rtx_insn *.
10375         * lra-eliminations.c: Likewise.
10376         * ira.h: Adjust.
10378 2015-05-08  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
10380         * gcse.c: Change argument types to rtx_insn *.
10382 2015-05-08  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
10384         * cse.c (cse_change_cc0_mode): Change argument type to rtx_insn *.
10386 2015-05-08  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
10388         * emit-rtl.c (emit_debug_insn_before): Change argument type to
10389         rtx_insn *.
10390         * rtl.h: Adjust.
10392 2015-05-08  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
10394         * emit-rtl.c (emit_note_before): Change argument type to rtx_insn *.
10395         * rtl.h: Adjust.
10397 2015-05-08  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
10399         * emit-rtl.c (emit_note_after): Change argument type to rtx_insn *.
10400         * rtl.h: Adjust.
10402 2015-05-08  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
10404         * emit-rtl.c (prev_cc0_setter): Change argument type to rtx_insn *.
10405         * rtl.h: Adjust.
10407 2015-05-08  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
10409         * rtlanal.c (noop_move_p): Change argument type to rtx_insn *.
10410         * rtl.h: Adjust.
10412 2015-05-08  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
10414         * rtlanal.c (add_shallow_copy_of_reg_note): Change argument type
10415         to rtx_insn *.
10416         * rtl.h: Adjust.
10418 2015-05-08  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
10420         * rtlanal.c (remove_reg_equal_equiv_notes): Change argument type
10421         to rtx_insn *.
10422         * rtl.h: Likewise.
10424 2015-05-08  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
10426         * except.c (can_nonlocal_goto): Change type of argument to
10427         rtx_insn *.
10428         * rtl.h: Adjust.
10430 2015-05-08  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
10432         * rtlanal.c (computed_jump_p): Cange argument type to rtx_insn *.
10433         * rtl.h: Adjust.
10435 2015-05-08  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
10437         * rtlanal.c (in_insn_list_p): Renamed from in_expr_list_p.
10438         * cfgrtl.c (can_delete_label_p): Adjust.
10439         * rtl.h: likewise.
10441 2015-05-08  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
10443         * reorg.c (stop_search_p): Change argument to rtx_insn *.
10445 2015-05-08  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
10447         * except.c (make_reg_eh_region_note): Change argument to
10448         rtx_insn *.
10449         (make_reg_eh_region_note_nothrow_nononlocal): Likewise.
10450         * except.h: Adjust.
10452 2015-05-08  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
10454         * mode-switching.c (commit_mode_sets): Change type of local
10455         variable from rtx to rtx_insn *.
10457 2015-05-08  Jim Wilson  <jim.wilson@linaro.org>
10459         * doc/install.texi (--enable-languages): Add missing jit and lto info.
10460         Add ^ to grep command.
10461         * doc/match-and-simplify.texi (GIMPLE API): Add missing fourth tree
10462         arg to last gimple_simplify declaration.  Add missing gimple_build
10463         declaration for built-in function case with four tree args.
10465 2015-05-08  Gregor Richards  <gregor.richards@uwaterloo.ca>
10466             Szabolcs Nagy  <szabolcs.nagy@arm.com>
10468         * config/mips/linux.h (MUSL_DYNAMIC_LINKER32): Define.
10469         (MUSL_DYNAMIC_LINKER64, MUSL_DYNAMIC_LINKERN32): Define.
10470         (GNU_USER_DYNAMIC_LINKERN32): Update.
10472 2015-05-08  Richard Biener  <rguenther@suse.de>
10474         PR tree-optimization/66036
10475         * tree-vect-data-refs.c (vect_compute_data_ref_alignment):
10476         Handle strided group loads.
10477         (vect_verify_datarefs_alignment): Likewise.
10478         (vect_enhance_data_refs_alignment): Likewise.
10479         (vect_analyze_group_access): Likewise.
10480         (vect_analyze_data_ref_access): Likewise.
10481         (vect_analyze_data_ref_accesses): Likewise.
10482         * tree-vect-stmts.c (vect_model_load_cost): Likewise.
10483         (vectorizable_load): Likewise.
10485 2015-05-08  Segher Boessenkool  <segher@kernel.crashing.org>
10487         * config/rs6000/rs6000.md: Require operand inequality in one
10488         of the peepholes.
10490 2015-05-08  Richard Sandiford  <richard.sandiford@arm.com>
10491             Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
10493         * config/i386/i386.md (<mode>_ldx, *<mode>_ldx): Remove mode
10494         from (set ...).
10495         * config/rx/rx.md (movdi, movdf): Likewise.
10496         Likewise for define_peephole2s.
10498 2015-05-08  Alan Lawrence  <alan.lawrence@arm.com>
10500         * config/aarch64/arm_neon.h (vceq_s64, vceq_u64, vceqz_s64, vceqz_u64,
10501         vcge_s64, vcge_u64, vcgez_s64, vcgt_s64, vcgt_u64, vcgtz_s64, vcle_s64,
10502         vcle_u64, vclez_s64, vclt_s64, vclt_u64, vcltz_s64, vtst_s64,
10503         vtst_u64): Rewrite using gcc vector extensions.
10505 2015-05-08  Alan Lawrence  <alan.lawrence@arm.com>
10507         * config/aarch64/aarch64-simd.md (aarch64_vcond_internal<mode><mode>,
10508         vcond<mode><mode>, vcondu<mode><mode>): Add DImode variant.
10510 2015-05-08  Alan Lawrence  <alan.lawrence@arm.com>
10512         * optabs.c (vector_compare_rtx): Handle RTL operands having VOIDmode.
10514 2015-05-08  Szabolcs Nagy  <szabolcs.nagy@arm.com>
10516         * config/glibc-stdint.h (OPTION_MUSL): Define.
10517         (INT_FAST16_TYPE, INT_FAST32_TYPE, UINT_FAST16_TYPE, UINT_FAST32_TYPE):
10518         Change the definition based on OPTION_MUSL for 64 bit targets.
10519         * config/linux.h (OPTION_MUSL): Redefine.
10520         * config/alpha/linux.h (OPTION_MUSL): Redefine.
10521         * config/rs6000/linux.h (OPTION_MUSL): Redefine.
10522         * config/rs6000/linux64.h (OPTION_MUSL): Redefine.
10524 2015-05-08  Gregor Richards  <gregor.richards@uwaterloo.ca>
10525             Szabolcs Nagy  <szabolcs.nagy@arm.com>
10527         * config.gcc (LIBC_MUSL): New tm_defines macro.
10528         * config/linux.h (OPTION_MUSL): Define.
10529         (MUSL_DYNAMIC_LINKER, MUSL_DYNAMIC_LINKER32,)
10530         (MUSL_DYNAMIC_LINKER64, MUSL_DYNAMIC_LINKERX32,)
10531         (INCLUDE_DEFAULTS_MUSL_GPP, INCLUDE_DEFAULTS_MUSL_LOCAL,)
10532         (INCLUDE_DEFAULTS_MUSL_PREFIX, INCLUDE_DEFAULTS_MUSL_CROSS,)
10533         (INCLUDE_DEFAULTS_MUSL_TOOL, INCLUDE_DEFAULTS_MUSL_NATIVE): Define.
10534         * config/linux.opt (mmusl): New option.
10535         * doc/invoke.texi (GNU/Linux Options): Document -mmusl.
10536         * configure.ac (gcc_cv_libc_provides_ssp): Add *-*-musl*.
10537         (gcc_cv_target_dl_iterate_phdr): Add *-linux-musl*.
10538         * configure: Regenerate.
10540 2015-05-08  H.J. Lu  <hongjiu.lu@intel.com>
10541             Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
10543         PR target/48904
10544         * config.gcc (x86_64-*-knetbsd*-gnu): Add i386/knetbsd-gnu64.h.
10545         * config/i386/knetbsd-gnu64.h: New file.
10547 2015-05-08  Marek Polacek  <polacek@redhat.com>
10549         PR c/64918
10550         * doc/invoke.texi: Document -Woverride-init-side-effects.
10552 2015-05-07  Marek Polacek  <polacek@redhat.com>
10554         PR c/65179
10555         * doc/invoke.texi: Document -Wshift-negative-value.
10557 2015-05-06  Aditya Kumar  <hiraditya@msn.com>
10559         * gcov-tool.c (do_merge): Refactore to remove int ret.
10560         * ipa-icf.c (sem_item::hash_referenced_symbol_properties): Change
10561         !type == FUNC to type != FUNC.
10562         * reload.h (struct target_reload): Changee to type of
10563         x_spill_indirect_levels from bool to unsigned char.
10565 2015-05-07  Richard Sandiford  <richard.sandiford@arm.com>
10567         * rtl.h (always_void_p): New function.
10568         * gengenrtl.c (always_void_p): Likewise.
10569         (genmacro): Don't add a mode parameter to gen_rtx_foo if rtxes
10570         with code foo are always VOIDmode.
10571         * genemit.c (gen_exp): Update gen_rtx_foo calls accordingly.
10572         * builtins.c, caller-save.c, calls.c, cfgexpand.c, combine.c,
10573         compare-elim.c, config/aarch64/aarch64.c,
10574         config/aarch64/aarch64.md, config/alpha/alpha.c,
10575         config/alpha/alpha.md, config/arc/arc.c, config/arc/arc.md,
10576         config/arm/arm-fixed.md, config/arm/arm.c, config/arm/arm.md,
10577         config/arm/ldrdstrd.md, config/arm/thumb2.md, config/arm/vfp.md,
10578         config/avr/avr.c, config/bfin/bfin.c, config/c6x/c6x.c,
10579         config/c6x/c6x.md, config/cr16/cr16.c, config/cris/cris.c,
10580         config/cris/cris.md, config/darwin.c, config/epiphany/epiphany.c,
10581         config/epiphany/epiphany.md, config/fr30/fr30.c, config/frv/frv.c,
10582         config/frv/frv.md, config/h8300/h8300.c, config/i386/i386.c,
10583         config/i386/i386.md, config/i386/sse.md, config/ia64/ia64.c,
10584         config/ia64/vect.md, config/iq2000/iq2000.c,
10585         config/iq2000/iq2000.md, config/lm32/lm32.c, config/lm32/lm32.md,
10586         config/m32c/m32c.c, config/m32r/m32r.c, config/m68k/m68k.c,
10587         config/m68k/m68k.md, config/mcore/mcore.c, config/mcore/mcore.md,
10588         config/mep/mep.c, config/microblaze/microblaze.c,
10589         config/mips/mips.c, config/mips/mips.md, config/mmix/mmix.c,
10590         config/mn10300/mn10300.c, config/msp430/msp430.c,
10591         config/nds32/nds32-memory-manipulation.c, config/nds32/nds32.c,
10592         config/nds32/nds32.md, config/nios2/nios2.c, config/nvptx/nvptx.c,
10593         config/pa/pa.c, config/pa/pa.md, config/rl78/rl78.c,
10594         config/rs6000/altivec.md, config/rs6000/rs6000.c,
10595         config/rs6000/rs6000.md, config/rs6000/vector.md,
10596         config/rs6000/vsx.md, config/rx/rx.c, config/rx/rx.md,
10597         config/s390/s390.c, config/s390/s390.md, config/sh/sh.c,
10598         config/sh/sh.md, config/sh/sh_treg_combine.cc,
10599         config/sparc/sparc.c, config/sparc/sparc.md, config/spu/spu.c,
10600         config/spu/spu.md, config/stormy16/stormy16.c,
10601         config/tilegx/tilegx.c, config/tilegx/tilegx.md,
10602         config/tilepro/tilepro.c, config/tilepro/tilepro.md,
10603         config/v850/v850.c, config/v850/v850.md, config/vax/vax.c,
10604         config/visium/visium.c, config/xtensa/xtensa.c, cprop.c, dse.c,
10605         expr.c, gcse.c, ifcvt.c, ira.c, jump.c, lower-subreg.c,
10606         lra-constraints.c, lra-eliminations.c, lra.c, postreload.c, ree.c,
10607         reg-stack.c, reload.c, reload1.c, reorg.c, sel-sched.c,
10608         var-tracking.c: Update calls accordingly.
10610 2015-05-07  Segher Boessenkool  <segher@kernel.crashing.org>
10612         PR middle-end/192
10613         PR middle-end/54303
10614         * varasm.c (function_mergeable_rodata_prefix): New function.
10615         (mergeable_string_section): Use it.
10616         (mergeable_constant_section): Use it.
10618 2015-05-07  Jeff Law  <law@redhat.com>
10620         PR target/39726
10621         * match.pd (bit_and (plus/minus (convert @0) (convert @1) mask): New
10622         simplifier to narrow arithmetic.
10623         * generic-match-head.c: (types_match, single_use): New functions.
10624         * gimple-match-head.c: (types_match, single_use): New functions.
10626 2015-05-07  Venkataramanan Kumar  <venkataramanan.kumar@amd.com>
10628         * combine.c (make_compound_operation): Remove checks for PLUS/MINUS
10629         rtx type.
10631 2015-05-07  Richard Biener  <rguenther@suse.de>
10633         PR tree-optimization/66002
10634         * passes.def: Schedule another pass_merge_phi after ifcombine, right
10635         before phiopt.
10637 2015-05-07  Marek Polacek  <polacek@redhat.com>
10638             Martin Uecker  <uecker@eecs.berkeley.edu>
10640         * doc/invoke.texi: Document -fsanitize=bounds-strict.
10641         * flag-types.h (enum sanitize_code): Add SANITIZE_BOUNDS_STRICT, or it
10642         into SANITIZE_NONDEFAULT.
10643         * opts.c (common_handle_option): Handle -fsanitize=bounds-strict.
10645 2015-05-07  Uros Bizjak  <ubizjak@gmail.com>
10647         PR target/66015
10648         * config/alpha/alpha.c (alpha_override_options_after_change): New.
10649         (TARGET_OVERRIDE_OPTIONS_AFTER_CHANGE): New.
10650         (alpha_override_options): Move align_loops, align_jumps and
10651         align_functions handling into alpha_override_options_after_change.
10653 2015-05-06  Sandra Loosemore  <sandra@codesourcery.com>
10654             Chris Jones  <chrisj@nvidia.com>
10655             Joshua Conner  <jconner@nvidia.com>
10657         * config/arm/unknown-elf.h (STARTFILE_SPEC): Add conditional
10658         linking of crtfastmath.o.
10659         * config/arm/linux-eabi.h (STARTFILE_SPEC): Likewise.
10661 2015-05-06  Segher Boessenkool  <segher@kernel.crashing.org>
10663         * config/rs6000/rs6000.md (cstore<mode>4_signed_imm): New expander.
10664         (cstore<mode>4_unsigned_imm): New expander.
10665         (cstore<mode>4): Remove empty constraint strings.  Use the new
10666         expanders.
10668 2015-05-06  Yvan Roux  <yvan.roux@linaro.org>
10670         PR target/64208
10671         * config/arm/iwmmxt.md ("*iwmmxt_arm_movdi"): Cleanup redundant
10672         alternatives.
10674 2015-05-06  Szabolcs Nagy  <szabolcs.nagy@arm.com>
10676         * config/aarch64/geniterators.sh: Use standard BRE in sed.
10678 2015-05-06  Alan Modra  <amodra@gmail.com>
10680         PR target/66033
10681         * config/rs6000/rs6000.md (nop): Use an unspec pattern.
10682         (UNSPEC_NOP): Define.
10683         (reload_vsx_from_gpr<mode>): Add missing DONE.
10684         (reload_gpr_from_vsx<mode>): Likewise.
10685         * config/rs6000/vsx.md (vsx_mul_v2di): Likewise.
10686         (vsx_div_v2di, vsx_udiv_v2di): Likewise.
10688 2015-05-06  Christian Bruel  <christian.bruel@st.com>
10690         PR target/66015
10691         * config/aarch64/aarch64.c (aarch64_override_options): Move align_loops,
10692         align_jumps, align_functions into aarch64_override_options_after_change.
10694 2015-05-06  Richard Biener  <rguenther@suse.de>
10696         * tree-vect-slp.c (vect_supported_load_permutation_p): Use
10697         vect_transform_slp_perm_load to check if we support a permutation
10698         for basic-block vectorization.
10700 2015-05-06  Nick Clifton  <nickc@redhat.com>
10702         * config/rl78/rl78.c (need_to_save): Save register 22 if it is
10703         used, even if it is not being used as a frame pointer.
10705 2015-05-05  Jason Merrill  <jason@redhat.com>
10707         * dwarf2out.c (gen_member_die): Don't emit anything for an
10708         anonymous class constructor.
10710 2015-05-05  David Malcolm  <dmalcolm@redhat.com>
10712         * auto-profile.c (afdo_find_equiv_class): Fix indentation so
10713         that it reflects the block structure.
10714         (afdo_propagate_edge): Likewise.
10715         (afdo_calculate_branch_prob): Likewise.
10716         (afdo_annotate_cfg): Likewise.
10717         * cfgcleanup.c (equal_different_set_p): Likewise.
10718         (try_crossjump_to_edge): Likewise.
10719         * cgraph.c (cgraph_node::verify_node): Likewise.
10720         * cgraphunit.c (expand_all_functions): Likewise.
10721         * config/i386/i386.c (ix86_expand_copysign): Likewise.
10722         (exact_dependency_1): Likewise.
10723         * dwarf2asm.c (dw2_output_indirect_constants): Likewise.
10724         * dwarf2out.c (tree_add_const_value_attribute_for_decl): Likewise.
10725         * gensupport.c (process_define_subst): Likewise.
10726         * lto-wrapper.c (merge_and_complain): Likewise.
10727         * tree-if-conv.c (if_convertible_bb_p): Likewise.
10728         * tree-ssa-loop-prefetch.c (find_or_create_group): Likewise.
10729         * tree-ssa-tail-merge.c (gsi_advance_fw_nondebug_nonlocal): Likewise.
10730         * tree-vect-data-refs.c (vect_grouped_load_supported): Likewise.
10731         * tree-vect-loop.c (vectorizable_reduction): Likewise.
10732         * tree-vect-slp.c (vect_transform_slp_perm_load): Likewise.
10733         * tree-vect-stmts.c (vectorizable_shift): Likewise.
10734         * tree-vrp.c (vrp_finalize): Likewise.
10735         * tree.c (variably_modified_type_p): Likewise.
10737 2015-05-05  Jack Howarth  <howarth.at.gcc@gmail.com>
10739         * config.gcc: Use darwin9.h, darwin10.h and darwin12.h
10740         on darwin12 and later.
10741         * config/darwin12.h (LINK_GCC_C_SEQUENCE_SPEC): Add
10742         file to pass -rdynamic on darwin12 and later.
10743         * config/darwin.opt (rdynamic): Add.
10745 2015-05-05  Uros Bizjak  <ubizjak@gmail.com>
10747         * doc/extend.texi (C Extensions): Update menu for moved Variable
10748         Attributes and Type Attributes sections.
10750 2015-05-05  Uros Bizjak  <ubizjak@gmail.com>
10752         PR target/65990
10753         * config/i386/i386.c (ix86_parse_stringop_strategy_string): Error out
10754         if rep_8byte stringop strategy was specified for 32-bit target.
10756 2015-05-05  Ilya Tocar  <ilya.tocar@intel.com>
10758         PR target/65915
10759         * config/i386/i386.md (vector convert to float spltiter): Check for
10760         xmm16+, when splitting scalar float conversion.
10761         * config/i386/sse.md (sse2_cvtsi2sd): Support EVEX version.
10763 2015-05-05  Nick Clifton  <nickc@redhat.com>
10765         * config/msp430/msp430-opts.h (enum msp430_regions): New.
10766         * config/msp430/msp430.c (msp430_override_options): Complain if
10767         -mcode-region or -mdata-region is used on a non MSP430X.
10768         (msp430_section_attr): New function.  Checks lower, upper and
10769         either attributes.
10770         (msp430_attribute_table): Add lower, upper and either.
10771         (gen_prefix): New function.  Generates a prefix for a section
10772         name.
10773         (msp430_select_section): New function - handles the choice of
10774         section for an object.  Takes into account memory region
10775         attributes and options.
10776         (msp430_function_section): Use gen_prefix.
10777         (TARGET_SECTION_TYPE_FLAGS): Define.
10778         (msp430_section_type_flags): New function.
10779         (TARGET_ASM_UNIQUE_SECTION): Define.
10780         (msp430_unique_section): New function.
10781         (msp430_output_aligned_decl_common): New function.
10782         (msp430_do_not_relax_short_jumps): New function.
10783         * config/msp430/msp430.h (USE_SELECT_SECTION_FOR_FUNCTIONS):
10784         Define.
10785         (ASM_OUTPUT_ALIGNED_DECL_COMMON): Define.
10786         * config/msp430/msp430-protos.h
10787         (msp430_do_not_relax_short_jumps): New prototype.
10788         (msp430_output_aligned_decl_common): New prototype.
10789         * config/msp430/msp430.md (length): New attribute.
10790         (cbranchhi4_real): If msp430_do_not_relax_short_jumps is true
10791         then use a long code sequence for short jumps.
10792         * config/msp430/msp430.opt (mcode-region): New.
10793         (mdata-region): New.
10794         * doc/invoke.texi: Document new options.
10795         * doc/extend.texi: Document new attributes.
10797 2015-05-05  Matthew Wahab  <matthew.wahab@arm.com>
10799         * gcc/config/aarch64-protos.h (struct cpu_branch_cost): New.
10800         (tune_params): Add field branch_costs.
10801         (aarch64_branch_cost): Declare.
10802         * gcc/config/aarch64.c (generic_branch_cost): New.
10803         (generic_tunings): Set field cpu_branch_cost to generic_branch_cost.
10804         (cortexa53_tunings): Likewise.
10805         (cortexa57_tunings): Likewise.
10806         (thunderx_tunings): Likewise.
10807         (xgene1_tunings): Likewise.
10808         (aarch64_branch_cost): Define.
10809         * gcc/config/aarch64/aarch64.h (BRANCH_COST): Redefine.
10811 2015-05-05  Uros Bizjak  <ubizjak@gmail.com>
10813         * config/i386/i386.c: Use HOST_WIDE_INT_1 instead of (HOST_WIDE_INT) 1
10814         and HOST_WIDE_INT_1U instead of (unsigned HOST_WIDE_INT) 1.
10815         * config/i386/i386.md: Ditto.
10816         * config/i386/winnt.c: Ditto.
10818 2015-05-05  Matthew Wahab  <matthew.wahab@arm.com>
10820         * doc/extend.texi (__atomic Builtins): Move implementation details
10821         to the end of the description, rewrite opening paragraphs, state
10822         difference with __sync builtins, state C11/C++11 assumptions,
10823         weaken itemized descriptions, add explanation of memory model
10824         behaviour, expand description of compare-exchange, simplify text.
10826 2015-05-05  Renlin Li  <renlin.li@arm.com>
10828         * config/aarch64/aarch64.md (add<mode>3): Use mov when allowed.
10830 2015-05-05  Yvan Roux  <yvan.roux@linaro.org>
10832         * config/aarch64/aarch64-elf-raw.h (CA53_ERR_843419_SPEC): Define.
10833         (LINK_SPEC): Include CA53_ERR_843419_SPEC.
10834         * config/aarch64/aarch64-linux.h (CA53_ERR_843419_SPEC): Define.
10835         (LINK_SPEC): Include CA53_ERR_843419_SPEC.
10836         * config/aarch64/aarch64.opt (mfix-cortex-a53-843419): New option.
10837         * configure: Regenerate.
10838         * configure.ac: Add --enable-fix-cortex-a53-843419 option.
10839         * doc/install.texi (aarch64*-*-*): Document new
10840         --enable-fix-cortex-a53-843419 option.
10841         * doc/invoke.texi (AArch64 Options): Document -mfix-cortex-a53-843419
10842         and -mno-fix-cortex-a53-843419 options.
10844 2015-05-05  Uros Bizjak  <ubizjak@gmail.com>
10846         PR target/65871
10847         * config/i386/i386.md (*bmi_andn_<mode>_ccno): New pattern.
10849 2015-05-04  Jan Hubicka  <hubicka@ucw.cz>
10851         * tree.c (verify_type): Check various uses of TYPE_MAXVAL;
10852         fix overactive TYPE_MIN_VALUE check and add FIXME for type
10853         compatibility problems.
10855 2015-05-04  Ajit Agarwal  <ajitkum@xilinx.com>
10857         * config/microblaze/microblaze.md (cbranchsi4): Added immediate
10858         constraints.
10859         (cbranchsi4_reg): New.
10860         * config/microblaze/microblaze.c
10861         (microblaze_expand_conditional_branch_reg): New.
10862         * config/microblaze/microblaze-protos.h
10863         (microblaze_expand_conditional_branch_reg): New prototype.
10865 2015-05-04  Ajit Agarwal  <ajitkum@xilinx.com>
10867         * config/microblaze/microblaze.md (peephole2): New.
10869 2015-05-04  Jeff Law  <law@redhat.com>
10871         Revert:
10872         2015-05-04  Jeff Law  <law@redhat.com>
10874         * match.pd (bit_and (plus/minus (convert @0) (convert @1) mask): New
10875         simplifier to narrow arithmetic.
10876         * generic-match-head.c: (types_match, single_use): New functions.
10877         * gimple-match-head.c: (types_match, single_use): New functions.
10879 2015-05-04  Kaz Kojima  <kkojima@gcc.gnu.org>
10881         PR target/65987
10882         * config/sh/sh.c (output_far_jump): Take into account crossing jumps.
10883         (split_branches): Likewise.
10885 2015-05-04  Sandra Loosemore  <sandra@codesourcery.com>
10887         * common.opt (fdelete-null-pointer-checks): Init to -1.
10888         * config/nios2/elf.h (SUBTARGET_OVERRIDE_OPTIONS): Define to
10889         override flag_delete_null_pointer_checks default.
10890         * doc/invoke.texi (-fdelete-null-pointer-checks): Clarify
10891         behavior re address zero.  Better document target-specific behavior.
10892         (-fisolate-errneous-paths-dereference): Mention relationship to
10893         -fdelete-null-pointer-checks.
10895 2015-05-04  Jakub Jelinek  <jakub@redhat.com>
10897         PR tree-optimization/65984
10898         * ubsan.c: Include tree-cfg.h.
10899         (instrument_bool_enum_load): Use stmt_ends_bb_p instead of
10900         stmt_could_throw_p test, rename can_throw variable to ends_bb.
10902 2015-05-04  Uros Bizjak  <ubizjak@gmail.com>
10904         * config/i386/i386.c: Change GET_CODE (...) == CONST_DOUBLE check
10905         to CONST_DOUBLE_P predicate.
10906         (standard_sse_constant_p): Return 0 for !TARGET_SSE.
10907         (ix86_legitimate_constant_p) <case CONST_WIDE_INT>: For 32bit targets,
10908         allow only operands that satisfy standard_sse_constant_p predicate.
10909         * config/i386/i386.md: Change GET_CODE (...) == CONST_DOUBLE check
10910         to CONST_DOUBLE_P predicate.
10912 2015-05-04  Jeff Law  <law@redhat.com>
10914         * match.pd (bit_and (plus/minus (convert @0) (convert @1) mask): New
10915         simplifier to narrow arithmetic.
10916         * generic-match-head.c: (types_match, single_use): New functions.
10917         * gimple-match-head.c: (types_match, single_use): New functions.
10919 2015-05-04  Andreas Tobler  <andreast@gcc.gnu.org>
10921         * config/arm/arm.c: Restore bootstrap.
10923 2015-05-04  Uros Bizjak  <ubizjak@gmail.com>
10925         * config/i386/i386.h (TARGET_SUPPORTS_WIDE_INT): New define.
10926         * config/i386/i386.c (ix86_legitimate_constant_p): Handle TImode
10927         as CONST_WIDE_INT, not CONST_DOUBLE.
10928         (ix86_cannot_force_const_mem): Handle CONST_WIDE_INT.
10929         (output_pic_addr_const): Do not handle VOIDmode CONST_DOUBLEs.
10930         (ix86_find_base_term): Do not check for CONST_DOUBLE.
10931         (ix86_print_operand): Do not handle non-FPmode CONST_DOUBLEs.
10932         (ix86_build_signbit_mask): Rewrite using wide ints.
10933         (ix86_split_to_parts) [HOST_BITS_PER_WIDE_INT < 64]: Remove.
10934         (ix86_rtx_costs): Handle CONST_WIDE_INT.
10935         (find_constant): Ditto.
10936         * config/i386/i386.md (bts, btr, btc peepholes): Rewrite
10937         using gen_int_mode.
10938         * config/i386/predicates.md (x86_64_immediate_operand)
10939         <case CONST_INT>: Remove HOST_BITS_PER_WIDE_INT == 32 code.
10940         (x86_64_zext_immediate_operand): Remove CONST_DOUBLE handling.
10941         <case CONST_INT>: Remove HOST_BITS_PER_WIDE_INT == 32 code.
10942         (const0_operand): Also match const_wide_int.
10943         (constm1_operand): Ditto.
10944         (const1_operand): Ditto.
10946 2015-05-04  Richard Biener  <rguenther@suse.de>
10948         PR tree-optimization/65965
10949         * tree-vect-data-refs.c (vect_analyze_data_ref_accesses): Split
10950         store groups at gaps.
10952 2015-05-04  Richard Biener  <rguenther@suse.de>
10954         PR tree-optimization/65935
10955         * tree-vect-slp.c (vect_build_slp_tree): If we swapped operands
10956         then make sure to apply that swapping to the IL.
10958 2015-05-04  Jakub Jelinek  <jakub@redhat.com>
10960         * Makefile.in (PATCHLEVEL_c): New variable.
10961         (DATESTAMP_s, REVISION_s): If PATCHLEVEL_c is not 0,
10962         expand the same way as if DEVPHASE_c was non-empty.
10964 2015-05-04  Kai Tietz  <ktietz@redhat.com>
10966         PR target/65559
10967         * lto-wrapper.c (run_gcc): Open filename
10968         in binary-mode.
10970 2015-05-03  Sandra Loosemore  <sandra@codesourcery.com>
10972         * doc/extend.texi (Variable Attributes, Type Attributes):  Move
10973         sections up in file, to immediately after the Function Attributes
10974         section.
10976 2015-05-02  Jan Hubicka  <hubicka@ucw.cz>
10978         * tree.c (verify_type): Check various uses of TYPE_MINVAL.
10980 2015-05-02  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
10982         * tree-outof-ssa.c (emit_partition_copy): Return rtx_insn *.
10983         (insert_partition_copy_on_edge): Adjust.
10984         (insert_rtx_to_part_on_edge): Likewise.
10985         (insert_part_to_rtx_on_edge): Likewise.
10987 2015-05-02  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
10989         * function.c (set_return_jump_label): Change type of argument to
10990         rtx_insn *.
10991         * function.h (set_return_jump_label): Adjust.
10993 2015-05-02  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
10995         * reload.h (struct reg_equivs_t): Change type of init to
10996         rtx_insn *.
10997         * ira.c (fix_reg_equiv_init): Adjust.
10998         * reload1.c (eliminate_regs_1): Likewise.
10999         (init_eliminable_invariants): Likewise.
11001 2015-05-02  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
11003         * cselib.c (fp_setter_insn): Take a rtx_insn *.
11004         * cselib.h (fp_setter_insn): Adjust.
11006 2015-05-02  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
11008         * recog.c (struct validate_replace_src_data): Change type of
11009         insn field to rtx_insn *.
11010         (validate_replace_src_group): Change type of argument to rtx_insn *.
11011         * recog.h (validate_replace_src_group): Adjust.
11013 2015-05-02  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
11015         * haifa-sched.c: Change the type of some variables to rtx_insn *.
11016         * sched-deps.c: Likewise.
11017         * sched-int.h: Likewise.
11018         * sched-rgn.c: Likewise.
11019         * sel-sched.c: Likewise.
11021 2015-05-02  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
11023         to rtx_insn *.
11024         * config/i386/i386.c: Change the type of some arguments to
11025         rtx_insn *.
11026         * config/arm/arm.c: Likewise.
11028 2015-05-02  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
11030         * lra-constraints.c: Change type of some arguments to rtx_insn *.
11032 2015-05-02  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
11034         * regcprop.c (kill_autoinc_value): Change type of argument to
11035         rtx_insn *.
11037 2015-05-02  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
11039         * genrecog.c (print_subroutine): Adjust.
11040         * recog.c (get_bool_attr_mask_uncached): Likewise.
11041         * recog.h (struct recog_data_d): Change the type of insn to
11042         rtx_insn *.
11044 2015-05-02  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
11046         * dwarf2cfi.c (add_cfi_insn): Change type to rtx_insn *.
11048 2015-05-02  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
11050         * df-problems.c (df_set_note): Change type of argument to
11051         rtx_insn *.
11053 2015-05-02  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
11055         * builtins.c (expand_builtin_trap): Change type of local
11056         variable to rtx_insn *.
11057         (add_sched_insns_for_speculation): Likewise.
11058         (ix86_emit_save_regs): Likewise.
11059         (get_scratch_register_on_entry): Likewise.
11060         (ix86_emit_restore_reg_using_pop): Likewise.
11061         (ix86_emit_leave): Likewise.
11062         (ix86_emit_restore_regs_using_mov): Likewise.
11063         (ix86_expand_epilogue): Likewise.
11064         Likewise.
11065         (rl78_alloc_physical_registers_umul): Likewise.
11066         * cselib.c (discard_useless_locs): Likewise.
11067         (cselib_invalidate_regno): Likewise.
11068         (cselib_invalidate_mem): Likewise.
11069         * function.c (expand_function_start): Likewise.
11070         (emit_use_return_register_into_block): Likewise.
11071         * gcse.c: Likewise.
11072         * haifa-sched.c (ok_for_early_queue_removal): Likewise.
11073         * ifcvt.c (noce_get_alt_condition): Likewise.
11074         * loop-doloop.c (doloop_condition_get): Likewise.
11075         * lra-constraints.c (inherit_in_ebb): Likewise.
11076         * modulo-sched.c (sms_schedule_by_order): Likewise.
11077         * recog.c (next_insn_tests_no_inequality): Likewise.
11078         * reorg.c (emit_delay_sequence): Likewise.
11079         (update_reg_dead_notes): Likewise.
11080         (fix_reg_dead_note): Likewise.
11081         (fill_slots_from_thread): Likewise.
11082         (delete_computation): Likewise.
11084 2015-05-01  Sandra Loosemore  <sandra@codesourcery.com>
11086         * doc/extend.texi (Variable Attributes): Add menu and proper
11087         @nodes to subsections.  Move Microsoft Windows attributes to
11088         their own subsection.
11089         (Type Attributes): Reorganize introduction to remove duplicate
11090         list of attributes.  Add menu and proper @nodes to subsections.
11091         Alphabetize the main table of common attributes.
11093 2015-05-01  Rasmus Villemoes  <rv@rasmusvillemoes.dk>
11095         * match.pd: New simplification patterns.
11096         (x + (x & 1))  -> ((x + 1) & ~1)
11097         (x & ~(x & y)) -> ((x & ~y))
11098         (x | ~(x | y)) -> ((x | ~y))
11100 2015-05-01  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
11102         * target.def (attribute_table): Mention that struct attribute_spec
11103         is defined in tree-core.h rather than tree.h
11104         * doc/tm.texi: Regenerate.
11106 2015-05-01  Richard Sandiford  <richard.sandiford@arm.com>
11108         * genrecog.c (test): Rename to rtx_test.  Update rest of file
11109         accordingly.
11111 2015-05-01  Andreas Schwab  <schwab@linux-m68k.org>
11113         PR translation/65959
11114         * params.h (DEFPARAM): Rename msgid to nocmsgid.
11116 2015-05-01  Wilco Dijkstra  <wdijkstr@arm.com>
11118         * gcc/config/aarch64/aarch64-protos.h (tune_params):
11119         Add min_div_recip_mul_sf and min_div_recip_mul_df fields.
11120         * gcc/config/aarch64/aarch64.c (aarch64_min_divisions_for_recip_mul):
11121         Return value depending on target.
11122         (generic_tunings): Initialize new target settings.
11123         (cortexa53_tunings): Likewise.
11124         (cortexa57_tunings): Likewise.
11125         (thunderx_tunings): Likewise.
11126         (xgene1_tunings): Likewise.
11128 2015-05-01  Wilco Dijkstra  <wdijkstr@arm.com>
11130         * gcc/config/arm/aarch-cost-tables.h (cortexa53_extra_costs):
11131         Make Cortex-A53 shift costs more accurate.
11133 2015-05-01  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
11135         * config/aarch64/aarch64.c (aarch64_rtx_costs): Handle FLOAT and
11136         UNSIGNED_FLOAT.
11138 2015-05-01  Wilco Dijkstra  <wdijkstr@arm.com>
11140         * gcc/config/aarch64/aarch64.c (aarch64_rtx_costs):
11141         Calculate cost of op0 and op1 in PLUS and MINUS cases.
11143 2015-05-01  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
11145         * config/aarch64/aarch64.c (aarch64_rtx_costs, COMPARE case):
11146         Add cost of op0 in the compare-with-fpzero case.
11148 2015-04-30  David Malcolm  <dmalcolm@redhat.com>
11150         * builtins.c (fold_builtin_1): Remove spurious second
11151         semicolon.
11152         * cgraph.h (symtab_node::get_availability): Likewise.
11153         * opts.c (common_handle_option): Remove spurious second semicolon.
11154         * tree-ssa-loop-ivopts.c (extract_cond_operands): Likewise.
11155         * tree-ssa-loop-niter.c (derive_constant_upper_bound_ops): Likewise.
11157 2015-04-30  Caroline Tice  <cmtice@google.com>
11159         PR gcov-profile/65929
11160         * config/elfos.h (ASM_DECLARE_COLD_FUNCTION_NAME): New macro definition.
11161         (ASM_DECLARE_COLD_FUNCTION_SIZE): New macro definition.
11162         * doc/tm.texi.in (ASM_DECLARE_COLD_FUNCTION_NAME): Document new macro.
11163         (ASM_DECLARE_COLD_FUNCTION_SIZE): Document new macro.
11164         * doc/tm.texi: Regenerate.
11165         * final.c (final_scan_insn):  Use ASM_DECLARE_COLD_FUNCTION_NAME
11166         instead of ASM_DECLARE_FUNCTION_NAME for cold partition name.
11167         * varasm.c (assemble_end_function):  Use ASM_DECLARE_COLD_FUNCTION_SIZE
11168         instead of ASM_DECLARE_FUNCTION_SIZE for cold partition size.
11170 2015-04-30  Marek Polacek  <polacek@redhat.com>
11172         * varasm.c (handle_cache_entry): Fix logic.
11174 2015-04-30  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
11176         * config/aarch64/aarch64.md (*extr<mode>5_insn_alt): New pattern.
11177         (*extrsi5_insn_uxtw_alt): Likewise.
11178         * config/aarch64/aarch64.c (aarch64_extr_rtx_p): New function.
11179         (aarch64_rtx_costs, IOR case): Use above to properly cost extr
11180         operations.
11182 2015-04-30  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
11184         * config/aarch64/aarch64.c (aarch64_rtx_costs): Handle pattern for
11185         fabd in ABS case.
11187 2015-04-30  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
11189         * config/aarch64/aarch64.md
11190         (*eor_one_cmpl_<SHIFT:optab><mode>3_alt): New pattern.
11191         (*eor_one_cmpl_<SHIFT:optab>sidi3_alt_ze): Likewise.
11192         * config/aarch64/aarch64.c (aarch64_rtx_costs): Handle MVN-shift
11193         appropriately.  Handle alternative EON form.
11195 2015-04-30  Renlin Li  <renlin.li@arm.com>
11197         * config/aarch64/aarch64-simd.md (vec_shr): Defined as an unspec.
11198         * config/aarch64/iterators.md (unspec): Add UNSPEC_VEC_SHR.
11200 2015-04-30  Jan Hubicka  <hubicka@ucw.cz>
11202         PR ipa/65873
11203         * ipa-inline.c (can_inline_edge_p): It is safe to inline across
11204         -fstrict-aliasing boundaries.
11206 2015-04-30  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
11208         * config/aarch64/aarch64.c (aarch64_rtx_mult_cost): Handle MNEG
11209         and [SU]MNEGL patterns.
11211 2015-04-30  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
11213         * config/aarch64/aarch64.c (aarch64_shift_p): New function.
11214         (aarch64_rtx_mult_cost): Update comment to reflect that it also handles
11215         combined arithmetic-shift ops.  Properly handle all shift and extend
11216         operations that can occur in combination with PLUS/MINUS.
11217         Rename maybe_fma to compound_p.
11218         (aarch64_rtx_costs): Use aarch64_shift_p when costing compound
11219         arithmetic and shift operations.
11221 2015-04-30  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
11223         * config/aarch64/aarch64.c (aarch64_rtx_costs): Use extend_arith
11224         rather than arith_shift cost when costing ADD/MINUS of an
11225         extended value.
11227 2015-04-30  Jan Hubicka  <hubicka@ucw.cz>
11229         PR lto/65948
11230         * ipa-devirt.c (odr_types_equivalent_p): NULLPTR_TYPE is equivalent
11231         to itself.
11233 2015-04-30  Richard Sandiford  <richard.sandiford@arm.com>
11235         * genrecog.c (simplify_tests): Check that CONST_INT and XWINT tests
11236         are for the same position.
11238 2015-04-29  Aditya Kumar  <hiraditya@hotmail.com>
11240         * tree-vectorizer.c (set_uid_loop_bbs): New.  Factored out of
11241         vectorize_loops.
11242         (vectorize_loops): Use it.
11244 2015-04-29  Jan Hubicka  <hubicka@ucw.cz>
11246         * ipa-devirt.c (odr_subtypes_equivalent_p): Compare TYPE_NAME only
11247         for aggregate types.
11248         (register_odr_type): Be ready for MAIN_VARIANT of ODR type
11249         type to be non_ODR.
11250         * tree.c (need_assembler_name_p): Compute mangled name for
11251         non-fundamental types and integer types.
11253 2015-04-29  Mikhail Maltsev  <maltsevm@gmail.com>
11255         * dojump.c (do_compare_rtx_and_jump): Use std::swap instead of
11256         manual swaps.
11257         * expr.c (expand_expr_real_2): Likewise.
11259 2015-04-29  Jan Hubicka  <hubicka@ucw.cz>
11261         * tree.c (build_common_builtin_nodes): Do not build
11262         __builtin_alloca_with_align as equivalent of library alloca.
11264 2015-04-29  Jan Hubicka  <hubicka@ucw.cz>
11266         * dwarf2out.c (gen_type_die_with_usage): Call verify_type.
11267         * ipa-chkp.c (chkp_copy_function_type_adding_bounds): Do not produce
11268         bugus variants.
11269         * tree.c: Include print-tree.h and ipa-utils.h
11270         (free_lang_data_in_type): Clear TYPE_VFIELD leaked by C FE.
11271         (free_lang_data_in_cgraph): Call verify_type.
11272         (verify_type_variant): New function.
11273         (verify_type): New function.
11274         * tree.h (verify_type): Declare.
11276 2015-04-29  Steve Ellcey  <sellcey@imgtec.com>
11278         * config/mips/mips-cpus.def: (mips4): Change default processor
11279         from PROCESSOR_R8000 to PROCESSOR_R10000.
11281 2015-04-29  Petar Jovanovic  <petar.jovanovic@rt-rk.com>
11283         * config/mips/mips.h (CRT_CALL_STATIC_FUNCTION): Fix the macro to use
11284         la/jalr instead of jal.
11286 2015-04-29  Uros Bizjak  <ubizjak@gmail.com>
11288         PR target/65871
11289         * config/i386/i386.md (*bmi_bextr_<mode>_ccz): New pattern.
11290         (*bmi2_bzhi_<mode>3_1_ccz): Ditto.
11291         (setcc+movzbl peephole2): Check also clobbered reg.
11292         (setcc+andl peephole2): Ditto.
11294 2015-04-29  Thomas Schwinge  <thomas@codesourcery.com>
11296         PR libgomp/65099
11297         * config/nvptx/mkoffload.c (target_ilp32): New variable.
11298         (main): Set it depending on "-foffload-abi=[...]".
11299         (compile_native, main): Use it to pass "-m32" or "-m64" to the
11300         compiler.
11302 2015-04-29  Alan Lawrence  <alan.lawrence@arm.com>
11304         PR target/65770
11305         * config/aarch64/aarch64-simd.md (vec_store_lanesoi_lane<mode>,
11306         vec_store_lanesci_lane<mode>, vec_store_lanesxi_lane<mode>):
11307         Flip lane index back at assembly time for bigendian.
11309 2015-04-29  Thomas Schwinge  <thomas@codesourcery.com>
11311         * tree.h (OMP_STANDALONE_CLAUSES): New macro.
11312         * gimplify.c (gimplify_omp_workshare): Use it.
11314 2015-04-29  Richard Sandiford  <richard.sandiford@arm.com>
11316         * Makefile.in (build/genrecog.o): Depend on inchash.h.
11317         (build/genrecog$(build_exeext): Depend on build/hash-table.o and
11318         build/inchash.o
11319         * genrecog.c: Rewrite most of the code except for the third page.
11321 2015-04-29  Richard Sandiford  <richard.sandiford@arm.com>
11323         * inchash.h, inchash.c: Include bconfig.h for build objects.
11324         * Makefile.in (build/inchash.o): New rule.
11326 2015-04-29  Yvan Roux  <yvan.roux@linaro.org>
11328         PR target/65924
11329         * config/arm/thumb2.md (*thumb2_addsi3_compare0_scratch): Fix operand
11330         number in type attribute expression.
11332 2015-04-29  Richard Sandiford  <richard.sandiford@arm.com>
11334         * loop-iv.c (canon_condition): Generalize to all types of integer
11335         constant.
11337 2015-04-29  Bernhard Reuther-Fischer  <aldot@gcc.gnu.org>
11339         * gimple-walk.c: Prune duplicate or unneeded includes.
11340         (walk_gimple_asm): Only call parse_input_constraint or
11341         parse_output_constraint if their findings are used.
11342         Honour parse_input_constraint and parse_output_constraint
11343         result.
11345 2015-04-29  Alan Lawrence  <alan.lawrence@arm.com>
11347         * config/arm/neon.md (vec_shl<mode>, vec_shr<mode>): Remove.
11349 2015-04-29  Tom de Vries  <tom@codesourcery.com>
11351         PR tree-optimization/65893
11352         * passes.def (pass_all_optimizations): Move pass_stdarg to after
11353         pass_dce.
11355 2015-04-29  Richard Biener  <rguenther@suse.de>
11357         * tree-vect-data-refs.c (vect_analyze_group_access): Properly
11358         compute GROUP_SIZE for basic-block SLP.
11359         * tree-vect-slp.c (vect_get_place_in_interleaving_chain): Properly
11360         take into account gaps.
11361         (vect_get_mask_element): Properly reject references to previous
11362         vectors.
11363         (vect_transform_slp_perm_load): Likewise.
11365 2015-04-29  Christian Bruel  <christian.bruel@st.com>
11367         PR target/64835
11368         * config/i386/i386.c (ix86_default_align): New function.
11369         (ix86_override_options_after_change): Call ix86_default_align.
11370         (TARGET_OVERRIDE_OPTIONS_AFTER_CHANGE): New hook.
11371         (ix86_override_options_after_change): New function.
11373 2015-04-28  Jeff Law  <law@redhat.com>
11375         * tree-ssa-dom.c (record_equality); Fix comment typos.
11377 2015-04-28  Tom de Vries  <tom@codesourcery.com>
11379         PR tree-optimization/65887
11380         * gimplify.c (gimplify_modify_expr): Remove ifn_va_arg ap fixup.
11382 2015-04-28  Sandra Loosemore  <sandra@codesourcery.com>
11384         * doc/extend.texi (Declaring Attributes of Functions): Split into
11385         subsections by target.  Alphabetize the table of common attributes.
11386         Rewrite some of the introductory text to reflect the new structure.
11387         Update some cross-references to point to the new subsections.
11388         (Attribute Syntax): Put paragraph about "__" naming here.  Remove
11389         duplicate copies in the discussion of function, label, and type
11390         attributes.
11392 2015-04-28  Dominique d'Humieres  <dominiq@lps.ens.fr>
11394         PR bootstrap/65910
11395         * varasm.c (assemble_end_function): Guard ASM_DECLARE_FUNCTION_SIZE.
11397 2015-04-28  Jason Merrill  <jason@redhat.com>
11399         PR c++/65734
11400         * stor-layout.c (layout_type): Layout the TYPE_MAIN_VARIANT.
11401         (finalize_type_size): Respect TYPE_USER_ALIGN.
11402         (layout_type) [ARRAY_TYPE]: Likewise.
11404 2015-04-28  Yvan Roux  <yvan.roux@linaro.org>
11406         * config/arm/arm.md (*arm_movt): Fix type attribute.
11407         (*cmpsi_shiftsi): Likewise.
11408         (*cmpsi_shiftsi_swp): Likewise.
11409         (*movsicc_insn): Likewise.
11410         (*cond_move): Likewise.
11411         (*if_plus_move): Likewise.
11412         (*if_move_plus): Likewise.
11413         (*if_arith_move): Likewise.
11414         (*if_move_arith): Likewise.
11415         (*if_shift_move): Likewise.
11416         (*if_move_shift): Likewise.
11417         (*arm_movtas_ze): Likewise.
11418         * config/arm/thumb2.md (*thumb2_movsicc_insn): Fix alternative
11419         redundancy and type attribute.
11420         (*thumb2_movsi_insn): Fix type attribute.
11421         (*thumb2_addsi_short): Likewise.
11422         (thumb2_addsi3_compare0): Likewise.
11423         (*thumb2_addsi3_compare0_scratch): Merge alternatives and fix
11424         attributes accordingly.
11426 2015-04-28  Markus Trippelsdorf  <markus@trippelsdorf.de>
11428         PR other/65911
11429         * function.c (pad_to_arg_alignment): Add parentheses.
11431 2015-04-28  Uros Bizjak  <ubizjak@gmail.com>
11433         * config/frv/frv.h (CRT_GET_RFIB_DATA): Move definition to
11434         libgcc/config/frv/elf-lib.h.
11436 2015-04-28  Tom de Vries  <tom@codesourcery.com>
11438         * tree-call-cdce.c: Fix example in header comment.
11440 2015-04-28  Richard Biener  <rguenther@suse.de>
11442         PR tree-optimization/62283
11443         * tree-vect-slp.c (vect_build_slp_tree): When the SLP build
11444         fails fatally and we are vectorizing a basic-block simply
11445         cause the child to be constructed piecewise.
11446         (vect_analyze_slp_cost_1): Adjust.
11447         (vect_detect_hybrid_slp_stmts): Likewise.
11448         (vect_bb_slp_scalar_cost): Likewise.
11449         (vect_get_constant_vectors): For piecewise constructed
11450         constants place them after the last def.
11451         (vect_get_slp_defs): Adjust.
11452         * tree-vect-stmts.c (vect_is_simple_use): Detect in-BB
11453         externals for basic-block vectorization.
11455 2015-04-28  Thomas Preud'homme  <thomas.preudhomme@arm.com>
11457         PR target/63503
11458         * config.gcc: Add cortex-a57-fma-steering.o to extra_objs for
11459         aarch64-*-*.
11460         * config/aarch64/t-aarch64: Add a rule for cortex-a57-fma-steering.o.
11461         * config/aarch64/aarch64.h (AARCH64_FL_USE_FMA_STEERING_PASS): Define.
11462         (AARCH64_TUNE_FMA_STEERING): Likewise.
11463         * config/aarch64/aarch64-cores.def: Set
11464         AARCH64_FL_USE_FMA_STEERING_PASS for cores with dynamic steering of
11465         FMUL/FMADD instructions.
11466         * config/aarch64/aarch64.c (aarch64_register_fma_steering): Declare.
11467         (aarch64_override_options): Include cortex-a57-fma-steering.h.  Call
11468         aarch64_register_fma_steering () if AARCH64_TUNE_FMA_STEERING is true.
11469         * config/aarch64/cortex-a57-fma-steering.h: New file.
11470         * config/aarch64/cortex-a57-fma-steering.c: Likewise.
11472 2015-04-28  Richard Sandiford  <richard.sandiford@arm.com>
11474         * gensupport.c (std_preds): Add missing codes to address_operand entry.
11476 2015-04-28  Richard Biener  <rguenther@suse.de>
11478         PR tree-optimization/65851
11479         * tree-ssa-ccp.c (set_lattice_value): Perform a meet when
11480         changing CONSTANT to CONSTANT non-copy.  Get new_val by reference.
11481         (ccp_lattice_meet): Remove stray argument.  Use operand_equal_p
11482         rather than simple_cst_equal as the latter doesn't handle COMPLEX_CST.
11483         (ccp_visit_phi_node): Adjust.
11484         (evaluate_stmt): For simplifications to SSA names return its
11485         lattice value if that isn't VARYING.  Return immediately when
11486         simplified to a constant.
11487         (visit_assignment): Adjust.
11488         (ccp_visit_stmt): Likewise.
11490 2015-04-28  Tom de Vries  <tom@codesourcery.com>
11492         PR tree-optimization/65818
11493         * tree-stdarg.c (expand_ifn_va_arg_1): Ensure that side-effects are
11494         evaluated.
11496 2015-04-27  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
11498         * calls.c (save_fixed_argument_area): Don't check
11499         ARGS_GROW_DOWNWARD with the preprocessor.
11500         (restore_fixed_argument_area): Likewise.
11501         (mem_overlaps_already_clobbered_arg_p): Likewise.
11502         (check_sibcall_argument_overlap): Likewise.
11503         (expand_call): Likewise.
11504         (emit_library_call_value_1): Likewise.
11505         (store_one_arg): Likewise.
11506         * function.c (assign_parms): Likewise.
11507         (locate_and_pad_parm): Likewise.
11508         (pad_to_arg_alignment): Likewise.
11509         * targhooks.c (std_gimplify_va_arg_expr): Likewise.
11511 2015-04-27  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
11513         * config/pa/pa.h (ARGS_GROW_DOWNWARD): Define to 1.
11514         * defaults.h (ARGS_GROW_DOWNWARD): Define it to 0 by default.
11515         * calls.c (save_fixed_argument_area): Don't chekc if
11516         ARGS_GROW_DOWNWARD is defined.
11517         (restore_fixed_argument_area): Likewise.
11518         (mem_overlaps_already_clobbered_arg_p): Likewise.
11519         (check_sibcall_argument_overlap): Likewise.
11520         (expand_call): Likewise.
11521         (emit_library_call_value_1): Likewise.
11522         (store_one_arg): Likewise.
11523         * function.c (assign_parms): Likewise.
11524         (locate_and_pad_parm): Likewise.
11525         (pad_to_arg_alignment): Likewise.
11526         * targhooks.c (std_gimplify_va_arg_expr): Likewise.
11528 2015-04-27  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
11530         * defaults.h (gen_epilogue): New function.
11531         * alias.c (init_alias_analysis): don't check if HAVE_epilogue is
11532         defined.
11533         * cfgrtl.c (cfg_layout_finalize): Likewise.
11534         * df-scan.c: Likewise.
11535         * function.c (thread_prologue_and_epilogue_insns): Likewise.
11536         (reposition_prologue_and_epilogue_notes): Likewise.
11537         * reorg.c (find_end_label): Likewise.
11538         * toplev.c: Likewise.
11540 2015-04-27  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
11542         * bb-reorder.c (HAVE_return): Don't check if its undefined.
11543         * defaults.h (gen_simple_return): New function.
11544         (gen_simple_return): Likewise.
11545         (HAVE_return): Add default definition to false.
11546         (HAVE_simple_return): Likewise.
11547         * cfgrtl.c (force_nonfallthru_and_redirect): Remove checks if
11548         HAVE_return and HAVE_simple_return are defined.
11549         * function.c (gen_return_pattern): Likewise.
11550         (convert_jumps_to_returns): Likewise.
11551         (thread_prologue_and_epilogue_insns): Likewise.
11552         * reorg.c (find_end_label): Likewise.
11553         (dbr_schedule): Likewise.
11554         * shrink-wrap.c: Likewise.
11555         * shrink-wrap.h: Likewise.
11557 2015-04-27  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
11559         * defaults.h (EPILOGUE_USES): Add default definition of false.
11560         * df-scan.c (EPILOGUE_USES): Remove check if its undefined.
11561         * resource.c (init_resource_info): Likewise.
11563 2015-04-27  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
11565         * defaults.h (PCC_BITFIELD_TYPE_MATTERS): Add default definition
11566         to false.
11567         * dwarf2out.c (field_byte_offset): REmove check if
11568         PCC_BITFIELD_TYPE_MATTERS is defined.
11569         * stor-layout.c (layout_decl): Likewise.
11570         (update_alignment_for_field): Likewise.
11571         (place_field): Likewise.
11573 2015-04-27  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
11575         * defaults.h (HARD_REGNO_RENAME_OK): Add default definition to
11576         true.
11577         * regrename.c (check_new_reg_p): Remove check if
11578         HARD_REGNO_RENAME_OK is defined.
11579         * sel-sched.c (sel_hard_regno_rename_ok): Likewise.
11581 2015-04-27  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
11583         * calls.c (prepare_call_address): Remove ifdef NO_FUNCTION_CSE.
11584         * cse.c (fold_rtx): Likewise.
11585         * config/alpha/alpha.h (NO_FUNCTION_CSE): Define to 1.
11586         * config/arc/arc.h (NO_FUNCTION_CSE): Likewise.
11587         * config/avr/avr.h (NO_FUNCTION_CSE): Likewise.
11588         * config/cr16/cr16.h (NO_FUNCTION_CSE): Likewise.
11589         * config/epiphany/epiphany.h (NO_FUNCTION_CSE): Likewise.
11590         * config/frv/frv.h (NO_FUNCTION_CSE): Likewise.
11591         * config/h8300/h8300.h (NO_FUNCTION_CSE): Likewise.
11592         * config/i386/i386.h (NO_FUNCTION_CSE): Likewise.
11593         * config/ia64/ia64.h (NO_FUNCTION_CSE): Likewise.
11594         * config/lm32/lm32.h (enum reg_class) (NO_FUNCTION_CSE):
11595         * Likewise.
11596         * config/m32r/m32r.h (NO_FUNCTION_CSE): Likewise.
11597         * config/mep/mep.h (NO_FUNCTION_CSE): Likewise.
11598         * config/mn10300/mn10300.h (NO_FUNCTION_CSE): Likewise.
11599         * config/nds32/nds32.h (NO_FUNCTION_CSE): Likewise.
11600         * config/nios2/nios2.h (NO_FUNCTION_CSE): Likewise.
11601         * config/pa/pa.h (NO_FUNCTION_CSE): Likewise.
11602         * config/rs6000/rs6000.h (NO_FUNCTION_CSE): Likewise.
11603         * config/s390/s390.h (NO_FUNCTION_CSE): Likewise.
11604         * config/sparc/sparc.h (NO_FUNCTION_CSE): Likewise.
11605         * config/spu/spu.h (NO_FUNCTION_CSE): Likewise.
11606         * config/stormy16/stormy16.h (NO_FUNCTION_CSE): Likewise.
11607         * config/v850/v850.h (NO_FUNCTION_CSE): Likewise.
11608         * defaults.h (NO_FUNCTION_CSE): Provide default definition to 0.
11609         * doc/tm.texi: Regenerate.
11610         * doc/tm.texi.in: Document NO_FUNCTION_CSE is always defined to
11611         either true or false.
11613 2015-04-27  Jeff Law  <law@redhat.com>
11615         PR tree-optimization/65217
11616         * tree-ssa-dom.c (record_equality): Given two SSA_NAMEs, if just one
11617         of them has a single use, make sure it is the LHS of the implied
11618         copy.
11620 2015-04-28  Alan Modra  <amodra@gmail.com>
11622         PR target/65810
11623         * config/rs6000/rs6000.c (POWERPC64_TOC_POINTER_ALIGNMENT): Define.
11624         (offsettable_ok_by_alignment): Use minimum of decl and toc
11625         pointer alignment.  Replace dead code with assertion.
11626         (use_toc_relative_ref): Add mode arg.  Return false in -mcmodel=medium
11627         case if size exceeds toc pointer alignment.
11628         (rs6000_legitimize_reload_address): Update use_toc_relative_ref call.
11629         (rs6000_emit_move): Likewise.
11630         * configure.ac: Add linker toc pointer alignment check.
11631         * configure: Regenerate.
11632         * config.in: Regenerate.
11634 2015-04-27  Yoshinori Sato <ysato@users.sourceforge.jp>
11636         * config.gcc: Add h8300-*-linux.
11637         * config/h8300/linux.h: New.
11638         * config/h8300/t-linux: New.
11639         * config/h8300/h8300.c (h8300_option_override): Normal mode
11640         is not supported for h8300-*-linux.
11641         (h8300_file_start): Target priority change.
11642         (get_shift_alg): Likewise.
11643         (h8300_shift_need_scratch_p): Likewise.
11644         * config/h8300/h8300.h (TARGET_CPU_CPP_BUILTINS): Likewise.
11645         * config/h8300/h8300.md (define_peephole2): Remove duplicate condition.
11647 2015-04-27  Caroline Tice  <cmtice@google.com>
11649         * final.c (final_scan_insn):  Output cold_function_name as function
11650         type.
11651         * varasm.c (cold_function_name):  Make global.
11652         (assemble_start_function):  Re-set cold_function_name.
11653         (assemble_end_function): Output cold partition size.
11654         * varasm.h (cold_function_name):  Declare global.
11656 2015-04-27  Ilya Tocar  <ilya.tocar@intel.com>
11658         * config/i386/i386.h (EXT_REX_SSE_REG_P): New.
11659         * config/i386/i386.md (*cmpi<FPCMP:unord><MODEF:mode>_mixed): Use "v"
11660         constraint.
11661         (*movxi_internal_avx512f): Ditto.
11662         (define_split): Check for xmm16+, when splitting scalar float_extend.
11663         (*extendsfdf2_mixed): Use "v" constraint.
11664         (define_split): Check for xmm16+, when splitting scalar float_truncate.
11665         (*truncdfsf_fast_sse): Use "v" constraint.
11666         (fix_trunc<MODEF:mode><SWI48:mode>_sse): Ditto.
11667         (*float<SWI48:mode><MODEF:mode>2_sse): Ditto.
11668         (define_peephole2): Check for xmm16+, when converting scalar
11669         float_truncate.
11670         (define_peephole2): Check for xmm16+, when converting scalar
11671         float_extend.
11672         (*fop_<mode>_comm_mixed): Use "v" constraint.
11673         (*fop_<mode>_comm_sse): Ditto.
11674         (*fop_<mode>_1_mixed): Ditto.
11675         (*sqrt<mode>2_sse): Ditto.
11676         (*ieee_s<ieee_maxmin><mode>3): Ditto.
11678 2015-04-27  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
11680         * combine.c (simplify_if_then_else): Use std::swap instead
11681         of manually swapping.
11682         (known_cond): Likewise.
11683         (simplify_comparison): Likewise.
11685 2015-04-27  Peter Bergner  <bergner@vnet.ibm.com>
11687         PR target/64579
11688         * config/rs6000/htm.md: Remove all define_expands.
11689         (UNSPECV_HTM_TABORTDC, UNSPECV_HTM_TABORTDCI, UNSPECV_HTM_TABORTWC,
11690         UNSPECV_HTM_TABORTWCI): Remove.
11691         (UNSPECV_HTM_TABORTXC, UNSPECV_HTM_TABORTXCI, UNSPECV_HTM_TTEST): New.
11692         (tabort_internal, tbegin_internal, tcheck_internal, tend_internal,
11693         trechkpt_internal, treclaim_internal, tsr_internal): Rename from this...
11694         (tabort, tbegin, tcheck, tend, trechkpt, treclaim, tsr): ...to this.
11695         (tabortdc_internal, tabortdci_internal, tabortwc_internal,
11696         tabortwci_internal): Remove define_insns.
11697         (tabort<wd>c, tabort<wd>ci): New define_insns.
11698         (tabort): Use gpc_reg_operand.
11699         (tcheck): Remove operand.
11700         (htm_mfspr_<mode>, htm_mtspr_<mode>): Use GPR mode macro.
11701         * config/rs6000/htmxlintrin.h (__TM_end): Use _HTM_TRANSACTIONAL as
11702         expected value.
11703         * config/rs6000/rs6000-builtin.def (BU_HTM_SPR0): Remove.
11704         (BU_HTM_SPR1): Rename to BU_HTM_V1.  Remove use of RS6000_BTC_SPR.
11705         (tabort, tabortdc, tabortdci, tabortwc, tabortwci, tbegin,
11706         tcheck, tend, tendall, trechkpt, treclaim, tresume, tsuspend,
11707         tsr, ttest): Pass in the RS6000_BTC_CR attribute.
11708         (get_tfhar, set_tfhar, get_tfiar, set_tfiar, get_texasr, set_texasr,
11709         get_texasru, set_texasru): Pass in the RS6000_BTC_SPR attribute.
11710         (tcheck): Remove builtin argument.
11711         * config/rs6000/rs6000.c (rs6000_htm_spr_icode): Use TARGET_POWERPC64
11712         not TARGET_64BIT.
11713         (htm_expand_builtin): Fix usage of expandedp.  Disallow usage of the
11714         tabortdc and tabortdci builtins when not in 64-bit mode.
11715         Modify code to handle the loss of the HTM define_expands.
11716         Emit code to copy the CR register to TARGET.
11717         (htm_init_builtins): Modify code to handle the loss of the HTM
11718         define_expands.
11719         * config/rs6000/rs6000.h (RS6000_BTC_32BIT): Delete.
11720         (RS6000_BTC_64BIT): Likewise.
11721         (RS6000_BTC_CR): New macro.
11722         * doc/extend.texi: Update documentation for htm builtins.
11724 2015-04-27  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
11726         * simplify-rtx.c (simplify_gen_binary): Use std::swap instead
11727         of manually swapping.
11728         (simplify_associative_operation): Likewise.
11729         (simplify_binary_operation): Likewise.
11730         (simplify_plus_minus): Likewise.
11731         (simplify_relational_operation): Likewise.
11732         (simplify_ternary_operation): Likewise.
11734 2015-04-27  Richard Sandiford  <richard.sandiford@arm.com>
11736         * config/stormy16/predicates.md (xs_hi_general_operand): Delete.
11737         (xs_hi_nonmemory_operand): Remove error.
11738         * config/stormy16/stormy16.md (movhi, movhi_internal): Use
11739         general_operand rather than xs_hi_general_operand.
11741 2015-04-27  Richard Biener  <rguenther@suse.de>
11743         * tree-ssa-dom.c (record_equivalences_from_phis): Valueize PHI arg.
11744         (record_equivalences_from_stmt): Valueize rhs.
11745         (record_equality): Canonicalize x and y order via
11746         tree_swap_operands_p.  Do not swap operands for same loop depth.
11748 2015-04-27  Georg-Johann Lay  <avr@gjlay.de>
11750         PR target/65296
11751         PR target/65895
11752         * config/avr/gen-avr-mmcu-specs.c (print_mcu): Close file.
11753         Add hint how to use own spec file.
11755 2015-04-27  Jakub Jelinek  <jakub@redhat.com>
11757         PR tree-optimization/65875
11758         * tree-vrp.c (update_value_range): If in is_new case setting
11759         old_vr to VR_VARYING, also set new_vr to it.  Remove
11760         old_vr->type == VR_VARYING test.
11761         (vrp_visit_phi_node): Return SSA_PROP_VARYING instead of
11762         SSA_PROP_INTERESTING if update_value_range returned true,
11763         but new range is VR_VARYING.
11765 2015-04-27  Thomas Preud'homme  <thomas.preudhomme@arm.com>
11767         * combine.c (sign_extend_short_imm): New.
11768         (set_nonzero_bits_and_sign_copies): Use above new function for sign
11769         extension of src short immediate.
11770         (reg_nonzero_bits_for_combine): Likewise for tem.
11772 2015-04-27  Eric Botcazou  <ebotcazou@adacore.com>
11774         * stor-layout.c (self_referential_component_ref_p): New predicate.
11775         (copy_self_referential_tree_r): Use it.
11776         (self_referential_size): Punt for simple operations directly involving
11777         self-referential component references.
11778         * tree-cfg.c (dump_function_to_file): Add missing final curly bracket.
11780 2015-04-27  Eric Botcazou  <ebotcazou@adacore.com>
11782         * ipa-icf.c (icf_handled_component_p): Remove redundant tests.
11784 2015-04-27  Richard Sandiford  <richard.sandiford@arm.com>
11786         * vec.h (vec): Make splice arguments const.  Update definitions
11787         accordingly.
11789 2015-04-27  Yvan Roux  <yvan.roux@linaro.org>
11791         * config/arm/arm.md (*arm_subsi3_insn): Fixed redundant
11792         alternatives.
11794 2015-04-26  Tom de Vries  <tom@codesourcery.com>
11796         PR tree-optimization/65826
11797         * internal-fn.def: Mark VA_ARG with ECF_LEAF.
11799 2015-04-24  Steve Ellcey  <sellcey@imgtec.com>
11801         * config/mips/mips.md: (*madd4<mode>) Remove accum_in attribute.
11802         (*madd3<mode>): Ditto.
11803         (*msub4<mode>): Ditto.
11804         (*msub3<mode>): Ditto.
11805         (*nmadd4<mode>): Ditto.
11806         (*nmadd3<mode>): Ditto.
11807         (*nmadd4<mode>_fastmath): Ditto.
11808         (*nmadd3<mode>_fastmath): Ditto.
11809         (*nmsub4<mode>): Ditto.
11810         (*nmsub3<mode>): Ditto.
11811         (*nmsub4<mode>_fastmath): Ditto.
11812         (*nmsub3<mode>_fastmath): Ditto.
11814 2015-04-24  Jason Merrill  <jason@redhat.com>
11816         PR c++/50800
11817         * tree.c (build_reference_type_for_mode): Don't pass can_alias_all
11818         down when building TYPE_CANONICAL.
11819         (build_pointer_type_for_mode): Likewise.
11821 2015-04-24  Chen Gang  <gang.chen.5i5j@gmail.com>
11823         * genrecog.c (validate_pattern): Check matching constraint refers
11824         to a lower numbered operand.
11826 2015-04-24  Michael Meissner  <meissner@linux.vnet.ibm.com>
11828         PR target/65849
11829         * config/rs6000/rs6000.opt (-mvsx-align-128): Make options that
11830         save to independent variables use the Save attribute.  This will
11831         allow these options to be modified with the #pragma/attribute
11832         target support.
11833         (-mallow-movmisalign): Likewise.
11834         (-mallow-df-permute): Likewise.
11835         (-msched-groups): Likewise.
11836         (-malways-hint): Likewise.
11837         (-malign-branch-targets): Likewise.
11838         (-mvectorize-builtins): Likewise.
11839         (-msave-toc-indirect): Likewise.
11841         * config/rs6000/rs6000.c (rs6000_opt_masks): Add more options that
11842         can be set via the #pragma/attribute target support.
11843         (rs6000_opt_vars): Likewise.
11844         (rs6000_inner_target_options): If VSX was set, also set
11845         -mno-avoid-indexed-addresses.
11847 2015-04-24  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
11849         * config/arm/iterators.md (shiftable_ops): Rename to...
11850         (SHIFTABLE_OPS): ... This.  Update use in comments.
11851         (ior_xor): Rename to...
11852         (IOR_XOR): ... This.
11853         (vqh_ops): Rename to...
11854         (VQH_OPS): ... This.
11855         (vqhs_ops): Rename to...
11856         (VQHS_OPS): ... This.
11857         (rshifts): Rename to...
11858         (RSHIFTS): ... This.
11859         (returns): Rename to...
11860         (RETURNS): ... This.
11861         * config/arm/arm.md: Update uses of the above.
11862         * config/arm/neon.md: Likewise.
11864 2014-04-24  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
11866         * config.host (case ${host}): Add aarch64*-*-linux case.
11867         * config/aarch64/aarch64-cores.def: Add IMPLEMENTER_ID and PART_NUMBER
11868         fields to all the cores.
11869         * config/aarch64/aarch64-elf.h (DRIVER_SELF_SPECS):
11870         Add MCPU_MTUNE_NATIVE_SPECS.
11871         * config/aarch64/aarch64-option-extensions.def: Add FEATURE_STRING
11872         field to all extensions.
11873         * config/aarch64/aarch64-opts.h: Adjust definition of AARCH64_CORE.
11874         * config/aarch64/aarch64.c: Adjust definition of AARCH64_CORE.
11875         Adjust definition of AARCH64_OPT_EXTENSION.
11876         * config/aarch64/aarch64.h: Adjust definition of AARCH64_CORE.
11877         (MCPU_MTUNE_NATIVE_SPECS): Define.
11878         * config/aarch64/driver-aarch64.c: New file.
11879         * config/aarch64/x-arch64: New file.
11880         * doc/invoke.texi (AArch64 Options): Document native value for -mcpu,
11881         -mtune and -march.
11883 2015-04-24  Uros Bizjak  <ubizjak@gmail.com>
11884             Wei Mi  <wmi@google.com>
11886         * config/i386/i386-protos.h (ix86_operands_ok_for_move_multiple): New.
11887         * config/i386/i386.c (extract_base_offset_in_addr): New function.
11888         (ix86_operands_ok_for_move_multiple): Ditto.
11889         * config/i386/sse.md (movsd/movhpd to movupd peephole2): New pattern.
11890         (movlpd/movhpd to movupd peephole2): Ditto.
11892 2015-04-24  Marek Polacek  <polacek@redhat.com>
11894         PR c/61534
11895         * input.h (from_macro_expansion_at): Define.
11897         PR c/63357
11898         * doc/invoke.texi: Update description of -Wlogical-op.
11900 2015-04-24  Thomas Preud'homme  <thomas.preudhomme@arm.com>
11902         * config/arm/unknown-elf.h (ASM_OUTPUT_ALIGNED_DECL_LOCAL): fix
11903         ternary operator in fprintf and harmonize spacing.
11905 2015-04-24  Uros Bizjak  <ubizjak@gmail.com>
11907         * config/i386/sse.md (*vec_widen_smult_even_v8si<mask_name>):
11908         Mark operand1 commutative.
11910 2015-04-24  Uros Bizjak  <ubizjak@gmail.com>
11912         * config/i386/sse.md (*vec_concatv2sf_sse4_1): Do not allow both
11913         input operands in memory.
11914         (*vec_concatv2si_sse4_1): Ditto.
11915         (*vec_concatv2df): Ditto, except for SSE3 and equal input operands.
11916         (vec_extract_lo_<mode><mask_name>): Change operand 1 predicate to
11917         register_operand.
11918         (vec_extract_hi_v32hi): Ditto.
11919         (vec_extract_hi_v64hi): Ditto.
11920         (<mask_codefor>avx512f_unpckhpd512<mask_name>): Ditto.
11922 2015-04-24  Thomas Preud'homme  <thomas.preudhomme@arm.com>
11923             Steven Bosscher <steven@gcc.gnu.org>
11925         PR rtl-optimization/34503
11926         * cprop.c (cprop_reg_p): New.
11927         (hash_scan_set): Use above function to check if register can be
11928         propagated.
11929         (find_avail_set): Return up to two sets, one whose source is a
11930         register and one whose source is a constant.  Sets are returned in an
11931         array passed as parameter rather than as a return value.
11932         (cprop_insn): Use a do while loop rather than a goto.  Try each of the
11933         sets returned by find_avail_set, starting with the one whose source is
11934         a constant. Use cprop_reg_p to check if register can be propagated.
11935         (do_local_cprop): Use cprop_reg_p to check if register can be
11936         propagated.
11937         (implicit_set_cond_p): Likewise.
11939 2015-04-23  Jan Hubicka  <hubicka@ucw.cz>
11941         * ipa-icf.c (sem_function::equals_wpa): Compare thunk info.
11942         (sem_function::equals): IGNORED_NODES parameter is now unused;
11943         update call of equals_private.
11944         (sem_function::equals_private): Do not call equals_wpa; skip
11945         gimple body matching if there is no body.
11946         (sem_function::init): Add logic to hash tthunk info.
11947         (sem_function::parse): Also parse thunks.
11948         * ipa-icf.h (equals_private): Update declaration.
11950 2015-04-23  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
11952         * config/rs6000/altivec.md (*altivec_lvx_<mode>_internal): Remove
11953         asterisk from name so this can be generated directly.
11954         (*altivec_stvx_<mode>_internal): Likewise.
11955         * config/rs6000/rs6000.c (rs6000_emit_le_vsx_store): Add assert
11956         that this is never called during or after reload/lra.
11957         (rs6000_frame_related): Remove split_reg
11958         argument and logic that references it.
11959         (emit_frame_save): Remove last parameter from call to
11960         rs6000_frame_related.
11961         (rs6000_emit_prologue): Remove last parameter from eight calls to
11962         rs6000_frame_related.  Force generation of stvx instruction for
11963         Altivec register saves.  Remove split_reg handling, which is no
11964         longer needed.
11965         (rs6000_emit_epilogue):  Force generation of lvx instruction for
11966         Altivec register restores.
11968 2015-04-23  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
11970         * config/rs6000/rs6000.opt (mcrypto): Change option description to
11971         match category changes in ISA 2.07B.
11973 2015-04-23  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
11975         * config/arm/iterators.md (GTGE, GTUGEU, COMPARISONS): New code
11976         iterators.
11977         (cmp_op, cmp_type): New code attributes.
11978         (NEON_VCMP, NEON_VACMP): New int iterators.
11979         (cmp_op_unsp): New int attribute.
11980         * config/arm/neon.md (neon_vc<cmp_op><mode>): New define_expand.
11981         (neon_vceq<mode>): Delete.
11982         (neon_vc<cmp_op><mode>_insn): New pattern.
11983         (neon_vc<cmp_op_unsp><mode>_insn_unspec): Likewise.
11984         (neon_vcgeu<mode>): Delete.
11985         (neon_vcle<mode>): Likewise.
11986         (neon_vclt<mode>: Likewise.
11987         (neon_vcage<mode>): Likewise.
11988         (neon_vcagt<mode>): Likewise.
11989         (neon_vca<cmp_op><mode>): New define_expand.
11990         (neon_vca<cmp_op><mode>_insn): New pattern.
11991         (neon_vca<cmp_op_unsp><mode>_insn_unspec): Likewise.
11993 2015-04-23  Jan Hubicka  <hubicka@ucw.cz>
11995         * tree.h (attribute_value_equal): Declare.
11996         * tree.c (attribute_value_equal): Export.
11998 2015-04-23  Jan Hubicka  <hubicka@ucw.cz>
12000         * ipa-icf.c (sem_item::compare_attributes): New function.
12001         (sem_item::compare_referenced_symbol_properties): Compare variable
12002         attributes.
12003         (sem_item::hash_referenced_symbol_properties): Record DECL_ALIGN.
12004         (sem_function::param_used_p): New function.
12005         (sem_function::equals_wpa): Fix attribute comparsion; match
12006         parameter type codes; do not compare paremter flags when
12007         they are not used; compare edge flags; compare indirect calls.
12008         (sem_item::update_hash_by_addr_refs): Hash reference type.
12009         (sem_function::equals_private): Do not match DECL_ATTRIBUTES.
12010         (sem_variable::equals_wpa): Do not match DECL_ALIGN; match
12011         reference use type.
12012         (sem_item_optimizer::update_hash_by_addr_refs): Use param_used_p.
12013         * ipa-icf.h (compare_attributes, param_used_p): Declare.
12015 2015-04-23  Jan Hubicka  <hubicka@ucw.cz>
12017         * ipa-icf.c (symbol_compare_collection::symbol_compare_collection):
12018         cleanup.
12019         (sem_function::get_hash): Do not hash DECL_DISREGARD_INLINE_LIMITS,
12020         DECL_DECLARED_INLINE_P and DECL_IS_OPERATOR_NEW.
12021         (sem_item::compare_referenced_symbol_properties): New.
12022         (sem_item::hash_referenced_symbol_properties): New.
12023         (sem_item::compare_cgraph_references): Rename to ...
12024         (sem_item::compare_symbol_references): ... this one; use
12025         compare_referenced_symbol_properties.
12026         (sem_function::equals_wpa): Do not compare
12027         DECL_DISREGARD_INLINE_LIMITS, DECL_DECLARED_INLINE_P,
12028         DECL_IS_OPERATOR_NEW; compare pointer sizes.
12029         (sem_item::update_hash_by_addr_refs): Call
12030         hash_referenced_symbol_properties.
12031         (sem_item::update_hash_by_local_refs): Cleanup.
12032         (sem_function::merge): Do not mix up symbol properties.
12033         (sem_variable::equals_wpa): Use compare_symbol_references.
12034         * ipa-icf.h (sem_item::compare_referenced_symbol_properties): New.
12035         (sem_item::hash_referenced_symbol_properties): New.
12036         (sem_item::compare_symbol_references): New.
12037         (sem_item::compare_cgraph_references): Remove.
12039 2015-04-23  Kwok Cheung Yeung  <kcy@codesourcery.com>
12041         PR target/26702
12042         * config/arm/unknown-elf.h (ASM_OUTPUT_ALIGNED_DECL_LOCAL):
12043         Emit size of local.
12045 2015-04-23  Nick Clifton  <nickc@redhat.com>
12047         * config/rl78/rl78.c (rl78_preferred_reload_class): Add
12048         ATTRIBUTE_UNUSED to x parameter.
12049         * config/rl78/rl78-opts.h (enum rl78_mul_types): Remove unused MUL_RL78.
12051 2015-04-23  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
12053         * config/rs6000/crypto.md (crypto_vpmsum<CR_char>): Change
12054         TARGET_CRYPTO to TARGET_P8_VECTOR>
12055         (crypto_vpermxor_<mode>): Likewise.
12056         * config/rs6000/rs6000-builtin.def (BU_CRYPTO_2A): New #define.
12057         (BU_CRYPTO_3A): Likewise.
12058         (BU_CRYPTO_OVERLOAD_2A): Rename from BU_CRYPTO_OVERLOAD_2.
12059         (BU_CRYPTO_OVERLOAD_3A): New #define.
12060         (VPMSUMB): Change from BU_CRYPTO_2 to BU_CRYPTO_2A.
12061         (VPMSUMH): Likewise.
12062         (VPMSUMW): Likewise.
12063         (VPMSUMD): Likewise.
12064         (VPERMXOR_V2DI): Change from BU_CRYPTO_3 to BU_CRYPTO_3A.
12065         (VPERMXOR_V4SI): Likewise.
12066         (VPERMXOR_V8HI): Likewise.
12067         (VPERMXOR_V16QI): Likewise.
12068         (VPMSUM): Change from BU_CRYPTO_OVERLOAD_2 to
12069         BU_CRYPTO_OVERLOAD_2A.
12070         (VPERMXOR): Change from BU_CRYPTO_OVERLOAD3 to
12071         BU_CRYPTO_OVERLOAD_3A.
12072         * config/rs6000/rs6000.opt (mcrypto): Change description of
12073         option.
12075 2015-04-23  Richard Biener  <rguenther@suse.de>
12077         * passes.def: Remove copy propagation passes run directly after CCP.
12078         * tree-ssa-ccp.c (get_value_for_expr): Fall back to a COPY for
12079         SSA names.
12080         (ccp_visit_phi_node): Rework to handle first executable edge
12081         specially.
12083 2015-04-23  Matthew Wahab  <matthew.wahab@arm.com>
12085         * config/arm/arm.h (LEGITIMIZE_RELOAD_ADDRESS): Remove.
12086         (ARM_LEGITIMIZE_RELOAD_ADDRESS): Remove.
12087         (THUMB_LEGITIMIZE_RELOAD_ADDRESS): Remove.
12088         * config/arm/arm.c (arm_legimitimize_reload_address): Remove.
12089         (thumb_legimitimize_reload_address): Remove.
12090         * config/arm/arm-protos.h (arm_legimitimize_reload_address):
12091         Remove.
12092         (thumb_legimitimize_reload_address): Remove.
12094 2015-04-23  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
12096         * conditions.h (CC_STATUS_INIT): Gate on #ifndef CC_STATUS_INIT.
12098 2015-04-23  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
12100         * config/arm/arm.md (load_multiple): Reject operand 2 greater than
12101         MAX_LDM_STM_OPS.
12102         (store_multiple): Likewise.
12104 2015-04-23  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
12106         * config/arm/arm-protos.h (struct tune_params): Add issue_rate field.
12107         * config/arm/arm.c (arm_slowmul_tune, arm_fastmul_tune,
12108         arm_strongarm_tune, arm_xscale_tune, arm_9e_tune, arm_v6t2_tune,
12109         arm_cortex_tune, arm_cortex_a8_tune, arm_cortex_a7_tune,
12110         arm_cortex_a15_tune, arm_cortex_a53_tune, arm_cortex_a57_tune,
12111         arm_cortex_a9_tune, arm_cortex_a12_tune, arm_v7m_tune, arm_v6m_tune,
12112         arm_fa726te_tune arm_cortex_a5_tune, arm_xgene1_tune):
12113         Specify issue_rate value.
12114         (arm_issue_rate): Look up issue rate from tuning structs. Remove
12115         large switch statement.
12116         (arm_marvell_pj4_tune): New struct.
12117         * config/arm/arm-cores.def (marvell-pj4): Use arm_marvell_pj4_tune
12118         struct.
12120 2015-04-23  Richard Biener  <rguenther@suse.de>
12122         * tree-vect-slp.c (vect_find_first_load_in_slp_instance): Remove.
12123         (vect_find_last_store_in_slp_instance): Rename to ...
12124         (vect_find_last_scalar_stmt_in_slp): ... this and generalize.
12125         (vect_analyze_slp_cost_1): Use vector_load for constant defs
12126         and vec_construct for external defs when estimating prologue cost.
12127         (vect_analyze_slp_instance): Do not init SLP_INSTANCE_FIRST_LOAD_STMT.
12128         Compute costs here only when vectorizing loops.
12129         (vect_slp_analyze_bb_1): Compute SLP cost here, after vector types
12130         have been determined.
12131         (vect_schedule_slp_instance): Simplify vectorized code placement
12132         and prepare for in-BB external defs.
12133         * tree-vectorizer.h (struct _slp_instance): Remove first_load member.
12134         (SLP_INSTANCE_FIRST_LOAD_STMT): Remove.
12135         * tree-vect-stmts.c (vect_model_store_cost): Remove PURE_SLP_STMT
12136         guard.
12137         (vect_model_load_cost): Likewise.
12138         (vectorizable_store): Instead add it here.
12139         (vectorizable_load): Likewise.
12140         (vect_is_simple_use): Dump def type textually.
12142 2015-04-23  Richard Biener  <rguenther@suse.de>
12144         * cfgexpand.c (expand_gimple_stmt_1): Use ops.code.
12145         * cfgloop.c (verify_loop_structure): Verify the root loop node.
12146         * except.c (duplicate_eh_regions): Call get_eh_region_from_lp_number_fn
12147         instead of get_eh_region_from_lp_number.
12148         * loop-init.c (fix_loop_structure): If we removed a loop, reset
12149         the SCEV cache.
12151 2015-04-23  Anton Blanchard  <anton@samba.org>
12153         * config/rs6000/rs6000.c (rs6000_output_function_prologue): No
12154         need for -mprofile-kernel to save LR to stack.
12156 2015-04-22  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
12158         * config/rs6000/rs6000.c (rtx_is_swappable_p): Commentary
12159         adjustments.
12160         (insn_is_swappable_p): Return 1 for a convert from double to
12161         single precision when all of its uses are splats of BE element
12162         zero.
12164 2015-04-23  Kugan Vivekanandarajah  <kuganv@linaro.org>
12166         * ira-costs.c (record_operand_costs): Fix typo (remove redundant code).
12168 2015-04-22  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
12170         PR target/65456
12171         * config/rs6000/rs6000.c (rs6000_option_override_internal):  For
12172         VSX + POWER8, enable TARGET_ALLOW_MOVMISALIGN and
12173         TARGET_EFFICIENT_UNALIGNED_VSX if not selected by command line
12174         option.
12175         (rs6000_builtin_mask_for_load): Return 0 for targets with
12176         efficient unaligned VSX accesses so that the vectorizer will use
12177         direct unaligned loads.
12178         (rs6000_builtin_support_vector_misalignment): Always return true
12179         for targets with efficient unaligned VSX accesses.
12180         (rs6000_builtin_vectorization_cost): Cost of unaligned loads and
12181         stores on targets with efficient unaligned VSX accesses is almost
12182         always the same as the cost of an aligned load or store, so model
12183         it that way.
12184         * config/rs6000/rs6000.h (SLOW_UNALIGNED_ACCESS): Return 0 for
12185         unaligned vectors if we have efficient unaligned VSX accesses.
12186         * config/rs6000/rs6000.opt (mefficient-unaligned-vector): New
12187         undocumented option.
12189 2015-04-22  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
12191         Revert:
12192         2015-04-22  Gregor Richards  <gregor.richards@uwaterloo.ca>
12194         * config.gcc (LIBC_MUSL): New tm_defines macro.
12195         * config/linux.h (OPTION_MUSL): Define.
12196         (INCLUDE_DEFAULTS_MUSL_GPP, INCLUDE_DEFAULTS_MUSL_LOCAL,)
12197         (INCLUDE_DEFAULTS_MUSL_PREFIX, INCLUDE_DEFAULTS_MUSL_CROSS,)
12198         (INCLUDE_DEFAULTS_MUSL_TOOL, INCLUDE_DEFAULTS_MUSL_NATIVE): Define.
12200         * config/linux.opt (mmusl): New option.
12201         * configure.ac (gcc_cv_libc_provides_ssp): Add *-*-musl*.
12202         (gcc_cv_target_dl_iterate_phdr): Add *-linux-musl*.
12204         * configure: Regenerate.
12206 2015-04-22  Gregor Richards  <gregor.richards@uwaterloo.ca>
12208         * config.gcc (LIBC_MUSL): New tm_defines macro.
12209         * config/linux.h (OPTION_MUSL): Define.
12210         (INCLUDE_DEFAULTS_MUSL_GPP, INCLUDE_DEFAULTS_MUSL_LOCAL,)
12211         (INCLUDE_DEFAULTS_MUSL_PREFIX, INCLUDE_DEFAULTS_MUSL_CROSS,)
12212         (INCLUDE_DEFAULTS_MUSL_TOOL, INCLUDE_DEFAULTS_MUSL_NATIVE): Define.
12214         * config/linux.opt (mmusl): New option.
12215         * configure.ac (gcc_cv_libc_provides_ssp): Add *-*-musl*.
12216         (gcc_cv_target_dl_iterate_phdr): Add *-linux-musl*.
12218         * configure: Regenerate.
12220 2015-04-22  Yury Gribov  <y.gribov@samsung.com>
12222         * doc/invoke.texi (-fsanitize-sections): Update description.
12223         * asan.c (set_sanitized_sections): Parse incoming arg.
12224         (section_sanitized_p): Support wildcards.
12226 2015-04-22  Tom de Vries  <tom@codesourcery.com>
12228         PR tree-optimization/65823
12229         * gimplify.c (gimplify_modify_expr): Use operand_equal_p to test for
12230         equality between ap_copy and ap.
12232 2015-04-22  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
12234         PR target/47098
12235         * config/openbsd-oldgas.h (OBSD_LIB_SPEC): Add.
12237 2015-04-22  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
12239         PR target/47122
12240         * config.gcc (vax-*-openbsd*): Fix name of pthread spec header.
12242 2015-04-22  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
12244         PR target/55144
12245         * config.gcc (bfin*-linux-uclibc*): Prepend tmake_file and
12246         remove already contained t-files.
12248 2015-04-22  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
12250         * tree-tailcall.c (suitable_for_tail_opt_p, find_tail_calls):
12251         Remove unneeded forward declarations.
12252         (suitable_for_tail_call_opt_p): Commentary typo fix.
12254 2015-04-22  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
12256         * varasm.c (emit_bss): Remove redundant guard.
12258 2015-04-22  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
12260         * config/c6x/c6x.h (TARGET_CPU_CPP_BUILTINS): Add unk_isa.
12262 2015-04-22  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
12264         * config/bfin/bfin.h (TARGET_CPU_CPP_BUILTINS): Add BFIN_CPU_UNKNOWN.
12266 2015-04-22  Hale Wang  <hale.wang@arm.com>
12267             Terry Guo  <terry.guo@arm.com>
12269         PR rtl-optimization/64818
12270         * combine.c (can_combine_p): Don't combine user-specified
12271         register if it is in an asm input.
12273 2015-04-21  Jan Hubicka  <hubicka@ucw.cz>
12275         PR ipa/65076
12276         * passes.def (early_optimizations): Add pass_dse.
12278 2015-04-21  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
12280         * defaults.h (INSN_REFERENCES_ARE_DELAYED): New definition.
12281         * reorg.c (redundant_insn): Remove ifdef
12282         INSN_REFERENCES_ARE_DELAYED.
12283         * resource.c (mark_referenced_resources): Likewise.
12285 2015-04-21  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
12287         * defaults.h (INSN_SETS_ARE_DELAYED): New definition.
12288         * reorg.c (redundant_insn): Remove ifdef INSN_SETS_ARE_DELAYED.
12289         * resource.c (mark_set_resources): Likewise.
12291 2015-04-21  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
12293         * caller-save.c (insert_one_insn): Remove ifdef HAVE_cc0.
12294         * cfgcleanup.c (flow_find_cross_jump): Likewise.
12295         (flow_find_head_matching_sequence): Likewise.
12296         (try_head_merge_bb): Likewise.
12297         * combine.c (can_combine_p): Likewise.
12298         (try_combine): Likewise.
12299         (distribute_notes): Likewise.
12300         * df-problems.c (can_move_insns_across): Likewise.
12301         * final.c (final): Likewise.
12302         * gcse.c (insert_insn_end_basic_block): Likewise.
12303         * ira.c (find_moveable_pseudos): Likewise.
12304         * reorg.c (try_merge_delay_insns): Likewise.
12305         (fill_simple_delay_slots): Likewise.
12306         (fill_slots_from_thread): Likewise.
12307         * sched-deps.c (sched_analyze_2): Likewise.
12309 2015-04-21  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
12311         * df-scan.c (df_get_entry_block_def_set): Remove #ifdef
12312         PIC_OFFSET_TABLE_REGNUM.
12314 2015-04-21  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
12316         * alias.c (init_alias_target): Remove ifdef
12317         * HARD_FRAME_POINTER_IS_FRAME_POINTER.
12318         * df-scan.c (df_insn_refs_collect): Likewise.
12319         (df_get_regular_block_artificial_uses): Likewise.
12320         (df_get_eh_block_artificial_uses): Likewise.
12321         (df_get_entry_block_def_set): Likewise.
12322         (df_get_exit_block_use_set): Likewise.
12323         * emit-rtl.c (gen_rtx_REG): Likewise.
12324         * ira.c (ira_setup_eliminable_regset): Likewise.
12325         * reginfo.c (init_reg_sets_1): Likewise.
12326         * regrename.c (rename_chains): Likewise.
12327         * reload1.c (reload): Likewise.
12328         (eliminate_regs_in_insn): Likewise.
12329         * resource.c (mark_referenced_resources): Likewise.
12330         (init_resource_info): Likewise.
12332 2015-04-21  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
12334         * defaults.h (MASK_RETURN_ADDR): New definition.
12335         * except.c (expand_builtin_extract_return_addr): Remove ifdef
12336         MASK_RETURN_ADDR.
12338 2015-04-21  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
12340         * defaults.h (RETURN_ADDR_OFFSET): New definition.
12341         * except.c (expand_builtin_extract_return_addr): Remove ifdef
12342         RETURN_ADDR_OFFSET.
12343         (expand_builtin_frob_return_addr): Likewise.
12345 2015-04-21  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
12347         * cfgrtl.c (rtl_merge_blocks): Change #if HAVE_cc0 to if (HAVE_cc0)
12348         (try_redirect_by_replacing_jump): Likewise.
12349         (rtl_tidy_fallthru_edge): Likewise.
12350         * combine.c (insn_a_feeds_b): Likewise.
12351         (find_split_point): Likewise.
12352         (simplify_set): Likewise.
12353         * cprop.c (cprop_jump): Likewise.
12354         * cse.c (cse_extended_basic_block): Likewise.
12355         * df-problems.c (can_move_insns_across): Likewise.
12356         * function.c (emit_use_return_register_into_block): Likewise.
12357         * haifa-sched.c (sched_init): Likewise.
12358         * ira.c (find_moveable_pseudos): Likewise.
12359         * loop-invariant.c (find_invariant_insn): Likewise.
12360         * lra-constraints.c (curr_insn_transform): Likewise.
12361         * postreload.c (reload_combine_recognize_const_pattern):
12362         * Likewise.
12363         * reload.c (find_reloads): Likewise.
12364         * reorg.c (delete_scheduled_jump): Likewise.
12365         (steal_delay_list_from_target): Likewise.
12366         (steal_delay_list_from_fallthrough): Likewise.
12367         (redundant_insn): Likewise.
12368         (fill_simple_delay_slots): Likewise.
12369         (fill_slots_from_thread): Likewise.
12370         (delete_computation): Likewise.
12371         * sched-rgn.c (add_branch_dependences): Likewise.
12373 2015-04-21  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
12375         * genconfig.c (main): Always define HAVE_cc0.
12376         * caller-save.c (insert_one_insn): Change ifdef HAVE_cc0 to #if
12377         HAVE_cc0.
12378         * cfgcleanup.c (flow_find_cross_jump): Likewise.
12379         (flow_find_head_matching_sequence): Likewise.
12380         (try_head_merge_bb): Likewise.
12381         * cfgrtl.c (rtl_merge_blocks): Likewise.
12382         (try_redirect_by_replacing_jump): Likewise.
12383         (rtl_tidy_fallthru_edge): Likewise.
12384         * combine.c (do_SUBST_MODE): Likewise.
12385         (insn_a_feeds_b): Likewise.
12386         (combine_instructions): Likewise.
12387         (can_combine_p): Likewise.
12388         (try_combine): Likewise.
12389         (find_split_point): Likewise.
12390         (subst): Likewise.
12391         (simplify_set): Likewise.
12392         (distribute_notes): Likewise.
12393         * cprop.c (cprop_jump): Likewise.
12394         * cse.c (cse_extended_basic_block): Likewise.
12395         * df-problems.c (can_move_insns_across): Likewise.
12396         * final.c (final): Likewise.
12397         (final_scan_insn): Likewise.
12398         * function.c (emit_use_return_register_into_block): Likewise.
12399         * gcse.c (insert_insn_end_basic_block): Likewise.
12400         * haifa-sched.c (sched_init): Likewise.
12401         * ira.c (find_moveable_pseudos): Likewise.
12402         * loop-invariant.c (find_invariant_insn): Likewise.
12403         * lra-constraints.c (curr_insn_transform): Likewise.
12404         * optabs.c (prepare_cmp_insn): Likewise.
12405         * postreload.c (reload_combine_recognize_const_pattern):
12406         * Likewise.
12407         * reload.c (find_reloads): Likewise.
12408         (find_reloads_address_1): Likewise.
12409         * reorg.c (delete_scheduled_jump): Likewise.
12410         (steal_delay_list_from_target): Likewise.
12411         (steal_delay_list_from_fallthrough): Likewise.
12412         (try_merge_delay_insns): Likewise.
12413         (redundant_insn): Likewise.
12414         (fill_simple_delay_slots): Likewise.
12415         (fill_slots_from_thread): Likewise.
12416         (delete_computation): Likewise.
12417         (relax_delay_slots): Likewise.
12418         * sched-deps.c (sched_analyze_2): Likewise.
12419         * sched-rgn.c (add_branch_dependences): Likewise.
12421 2015-04-21  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
12423         * combine.c (find_single_use): Remove HAVE_cc0 ifdef for code
12424         that is trivially ded on non cc0 targets.
12425         (simplify_set): Likewise.
12426         (mark_used_regs_combine): Likewise.
12427         * cse.c (new_basic_block): Likewise.
12428         (fold_rtx): Likewise.
12429         (cse_insn): Likewise.
12430         (cse_extended_basic_block): Likewise.
12431         (set_live_p): Likewise.
12432         * rtlanal.c (canonicalize_condition): Likewise.
12433         * simplify-rtx.c (simplify_binary_operation_1): Likewise.
12435 2015-04-21  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
12437         * conditions.h: Define macros even if HAVE_cc0 is undefined.
12438         * emit-rtl.c: Define functions even if HAVE_cc0 is undefined.
12439         * final.c: Likewise.
12440         * jump.c: Likewise.
12441         * recog.c: Likewise.
12442         * recog.h: Declare functions even when HAVE_cc0 is undefined.
12443         * sched-deps.c (sched_analyze_2): Always compile case for cc0.
12445 2015-04-21  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
12447         * defaults.h: New definition of EH_RETURN_DATA_REGNO.
12448         * except.c: Remove definition of EH_RETURN_DATA_REGNO.
12449         * builtins.c (expand_builtin): Remove check if
12450         EH_RETURN_DATA_REGNO is defined.
12451         * df-scan.c (df_bb_refs_collect): Likewise.
12452         (df_get_exit_block_use_set): Likewise.
12453         * haifa-sched.c (initiate_bb_reg_pressure_info): Likewise.
12454         * ira-lives.c (process_bb_node_lives): Likewise.
12455         * lra-lives.c (process_bb_lives): Likewise.
12457 2015-04-21  Uros Bizjak  <ubizjak@gmail.com>
12459         * config/i386/i386.md (ARGP_REG, FRAME_REG, BND2_REG, BND3_REG,
12460         FIRST_PSEUDO_REG): New.
12461         * config/i386/i386.h (STACK_POINTER_REGNUM): Define to SP_REG.
12462         (ARG_POINTER_REGNUM): Define to ARGP_REG.
12463         (FRAME_POINTER_REGNUM): Define to FRAME_REG.
12464         (HARD_FRAME_POINTER_REGNUM): Define to BP_REG.
12465         (FIRST_PSEUDO_REGISTER): Define to FIRST_PSEUDO_REG.
12466         (FIRST_INT_REG): New.
12467         (LAST_INT_REG): New.
12468         (FIRST_*_REG): Define using *_REG.
12469         (LAST_*_REG): Ditto.
12470         (QI_REGNO_P): Define using FIRST_QU_REG and LAST_QI_REG.
12471         (LEGACY_INT_REGNO_P): Define using FIRST_INT_REG and LAST_INT_REG.
12472         (FIRST_FLOAT_REG): Define to FIRST_STACK_REG.
12474 2015-04-21  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
12476         * expmed.c: (synth_mult): Only assume overlapping
12477         shift with previous steps in alg_sub_t_m2 case.
12479 2015-04-21  Richard Biener  <rguenther@suse.de>
12481         PR tree-optimization/65650
12482         * tree-ssa-ccp.c (valid_lattice_transition): Allow lattice
12483         transitions involving copies.
12484         (set_lattice_value): Adjust for copy lattice state.
12485         (ccp_lattice_meet): Do not merge UNDEFINED and a copy to the copy
12486         if that doesn't dominate the merge point.
12487         (bit_value_unop): Adjust what we treat as varying mask.
12488         (bit_value_binop): Likewise.
12489         (bit_value_assume_aligned): Likewise.
12490         (evaluate_stmt): When we simplified to a SSA name record a copy
12491         instead of dropping to varying.
12492         (visit_assignment): Simplify.
12494         * gimple-match.h (gimple_simplify): Add another callback.
12495         * gimple-fold.c (fold_stmt_1): Adjust caller.
12496         (gimple_fold_stmt_to_constant_1): Likewise - pass valueize
12497         for the 2nd callback.
12498         * gimple-match-head.c (gimple_simplify): Add a callback that is
12499         used to valueize the stmt operands and use it that way.
12501 2015-04-21  Richard Biener  <rguenther@suse.de>
12503         PR tree-optimization/65788
12504         * tree-ssa-ccp.c (evaluate_stmt): Evaluate to UNDEFINED early.
12506 2015-04-21  Richard Biener  <rguenther@suse.de>
12508         * config/i386/i386.c (ix86_builtin_vectorization_cost): Scale
12509         vec_construct cost by vec_stmt_cost.
12511 2015-04-21  Richard Biener  <rguenther@suse.de>
12513         * cfghooks.h (create_basic_block): Replace with two overloads
12514         for RTL and GIMPLE.
12515         (split_block): Likewise.
12516         * cfghooks.c (split_block): Rename to ...
12517         (split_block_1): ... this.
12518         (split_block): Add two type-safe overloads for RTL and GIMPLE.
12519         (split_block_after_labels): Call split_block_1.
12520         (create_basic_block): Rename to ...
12521         (create_basic_block_1): ... this.
12522         (create_basic_block): Add two type-safe overloads for RTL and GIMPLE.
12523         (create_empty_bb): Call create_basic_block_1.
12524         * cfgrtl.c (fixup_fallthru_exit_predecessor): Use
12525         split_block_after_labels.
12526         * omp-low.c (expand_parallel_call): Likewise.
12527         (expand_omp_target): Likewise.
12528         (simd_clone_adjust): Likewise.
12529         * tree-chkp.c (chkp_get_entry_block): Likewise.
12530         * cgraphunit.c (init_lowered_empty_function): Use the GIMPLE
12531         create_basic_block overload.
12532         (cgraph_node::expand_thunk): Likewise.
12533         * tree-cfg.c (make_blocks): Likewise.
12534         (handle_abnormal_edges): Likewise.
12535         * tree-inline.c (copy_bb): Likewise.
12537 2015-04-21  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
12539         * config/aarch64/aarch64.md (*<NLOGICAL:optab>_one_cmplsidi3_ze):
12540         New pattern.
12541         (*xor_one_cmplsidi3_ze): Likewise.
12543 2015-04-21  Thomas Preud'homme  <thomas.preudhomme@arm.com>
12545         * df-core.c (df_finish_pass): Iterate over df->problems_by_index[] and
12546         use df_remove_problem rather than manually removing problems, leaving
12547         holes in df->problems_in_order[].
12549 2015-04-21  Tom de Vries  <tom@codesourcery.com>
12551         PR tree-optimization/65802
12552         * internal-fn.def (VA_ARG): Add ECF_NOTROW to flags.
12554 2015-04-21  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
12556         * common/config/aarch64/aarch64-common.c (AARCH64_CPU_NAME_LENGTH):
12557         Increase to 128.
12558         (aarch64_rewrite_selected_cpu): Do not chop off extensions starting
12559         at '.'.  Assert that there's enough space for everything.
12561 2015-04-21  Uros Bizjak  <ubizjak@gmail.com>
12563         PR tree-optimization/64950
12564         Revert:
12565         2010-08-02  Uros Bizjak  <ubizjak@gmail.com>
12567         PR target/41089
12568         * config/alpha/alpha.c (alpha_build_builtin_va_list): Mark __offset
12569         as volatile.
12571 2015-04-20  Shiva Chen  <shiva0217@gmail.com>
12573         PR rtl-optimization/64916
12574         * cfgcleanup.c (values_equal_p): New function.
12575         (can_replace_by): Use it.
12577 2015-04-20  Paolo Carlini  <paolo.carlini@oracle.com>
12579         PR c++/65801
12580         * doc/invoke.texi ([-Wnarrowing]): Update.
12582 2015-04-20  Jeff Law  <law@redhat.com>
12584         PR tree-optimization/65658
12585         * tree-ssa-threadupdate.c (redirection_block_p): Remove
12586         redundant test for GIMPLE_ASSIGN in last change.
12588 2015-04-20  Uros Bizjak  <ubizjak@gmail.com>
12590         * config/i386/i386.c (set_pic_reg_ever_live): Remove.
12591         (legitimize_pic_address): Do not call set_pic_reg_ever_live.
12592         (legitimize_tls_address): Ditto.
12593         (ix86_expand_move): Ditto.
12594         (ix86_expand_binary_operator): Remove reload_in_progress checks.
12595         (ix86_expand_unary_operator): Ditto.
12596         * config/i386/predicates.md (index_register_operand): Ditto.
12598 2015-04-20  Selim Belbachir  <selim.belbachir@fr.thalesgroup.com>
12600         * reorg.c (try_merge_delay_insns): Improve correctness checking
12601         for targets with multiple delay slots.
12603 2015-04-20  Jeff Law  <law@redhat.com>
12605         PR tree-optimization/65658
12606         * tree-ssa-threadupdate.c (redirection_block_p): Ignore clobber
12607         statements too.
12609 2015-04-20  Alan Lawrence  <alan.lawrence@arm.com>
12611         * config/aarch64/aarch64.c (aarch64_simd_emit_pair_result_insn): Delete.
12612         * config/aarch64/aarch64-protos.h (aarch64_simd_emit_pair_result_insn):
12613         Delete.
12615 2015-04-20  Jakub Jelinek  <jakub@redhat.com>
12617         PR debug/65807
12618         * dwarf2out.c (add_AT_wide): Clear attr.dw_attr_val.val_entry.
12620 2015-04-20  Richard Biener  <rguenther@suse.de>
12622         * gimple-fold.h (gimple_build): Remove optional valueize arguments.
12623         * gimple-fold.c (gimple_build_valueize): New function.
12624         (gimple_build): Always use gimple_build_valueize as valueize hook.
12626 2015-04-20  Alan Lawrence  <alan.lawrence@arm.com>
12628         PR target/64134
12629         * config/aarch64/aarch64.c (aarch64_expand_vector_init): Load constant
12630         and overwrite variable parts if <= 1/2 the elements are variable.
12632 2015-04-19  Vladimir Makarov  <vmakarov@redhat.com>
12634         PR rtl-optimization/65805
12635         * lra-eliminations.c (lra_eliminate_regs_1): Add new assert.
12636         Don't use difference of offset and previous offset if
12637         update_sp_offset is non-zero.
12638         (eliminate_regs_in_insn): Ditto.
12639         * lra-spills.c (remove_pseudos): Exchange 4th and 6th args in
12640         lra_eliminate_regs_1 call.
12641         * lra-constraints.c (get_equiv_with_elimination): Ditto.
12643 2015-04-18  Trevor Saunders  <tsaunders@mozilla.com>
12645         * hash-table.h: Remove version of hash_table that stored value_type *.
12646         * asan.c, attribs.c, bitmap.c, cfg.c, cgraph.h, config/arm/arm.c,
12647         config/i386/winnt.c, config/ia64/ia64.c, config/mips/mips.c,
12648         config/sol2.c, coverage.c, cselib.c, dse.c, dwarf2cfi.c,
12649         dwarf2out.c, except.c, gcse.c, genmatch.c, ggc-common.c,
12650         gimple-ssa-strength-reduction.c, gimplify.c, haifa-sched.c,
12651         hard-reg-set.h, hash-map.h, hash-set.h, ipa-devirt.c, ipa-icf.h,
12652         ipa-profile.c, ira-color.c, ira-costs.c, loop-invariant.c,
12653         loop-iv.c, loop-unroll.c, lto-streamer.h, plugin.c, postreload-gcse.c,
12654         reginfo.c, statistics.c, store-motion.c, trans-mem.c, tree-cfg.c,
12655         tree-eh.c, tree-hasher.h, tree-into-ssa.c, tree-parloops.c,
12656         tree-sra.c, tree-ssa-coalesce.c, tree-ssa-dom.c, tree-ssa-live.c,
12657         tree-ssa-loop-im.c, tree-ssa-loop-ivopts.c, tree-ssa-phiopt.c,
12658         tree-ssa-pre.c, tree-ssa-reassoc.c, tree-ssa-sccvn.c,
12659         tree-ssa-structalias.c, tree-ssa-tail-merge.c,
12660         tree-ssa-threadupdate.c, tree-vectorizer.c, tree-vectorizer.h,
12661         valtrack.h, var-tracking.c, vtable-verify.c, vtable-verify.h: Adjust.
12663 2015-04-17  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
12664             Jakub Jelinek  <jakub@redhat.com>
12666         PR target/65787
12667         * config/rs6000/rs6000.c (rtx_is_swappable_p): Ensure that a
12668         subsequent SH_NONE operand does not overwrite an existing *special
12669         value.
12670         (adjust_extract): Handle case where a vec_extract operation is
12671         wrapped in a PARALLEL.
12673 2015-04-17  H.J. Lu  <hongjiu.lu@intel.com>
12675         PR target/65780
12676         * config/i386/i386.c (ix86_binds_local_p): Define only if
12677         TARGET_MACHO and TARGET_DLLIMPORT_DECL_ATTRIBUTES are false.
12679 2015-04-17  Jeff Law  <law@redhat.com>
12681         PR tree-optimization/47679
12682         * Makefile.in (OBJS); Add tree-ssa-scopedtables.o.
12683         * tree-ssa-scopedtables.c: New file.
12684         * tree-ssa-scopedtables.h: New file.
12685         * tree-ssa-dom.c: Include tree-ssa-scopedtables.h.
12686         (const_and_copies): Change name/type.
12687         (record_const_or_copy): Move into tree-ssa-scopedtables.c
12688         (record_const_or_copy_1): Similarly.
12689         (restore_vars_to_original_value): Similarly.
12690         (pass_dominator::execute): Create and destroy const_and_copies table.
12691         (thread_across_edge): Update passing of const_and_copies.
12692         (record_temporary_equivalence): Use method calls rather than
12693         manipulating const_and_copies directly.
12694         (record_equality, cprop_into_successor_phis): Similarly.
12695         (dom_opt_dom_walker::before_dom_children): Similarly.
12696         (dom_opt_dom_walker::after_dom_children): Similarly.
12697         (eliminate_redundant_computations): Similarly.
12698         * tree-ssa-threadedge.c (remove_temporary_equivalences): Delete.
12699         (record_temporary_equivalence): Likewise.
12700         (invalidate_equivalences): Likewise.
12701         (record_temporary_equivalences_from_phis): Update due to type
12702         change of const_and_copies.  Use method calls rather than
12703         manipulating the stack directly.
12704         (record_temporary_equivalences_from_stmts_at_dest): Likewise.
12705         (thread_through_normal_block, thread_across_edge): Likewise.
12706         (thread_across_edge): Likewise.
12707         * tree-ssa-threadedge.h (thread_across_edge): Update prototype.
12708         * tree-vrp.c: Include tree-ssa-scopedtables.h.  Change type
12709         of equiv_stack.
12710         (identify_jump_threads): Update due to type change of equiv_stack.
12711         (finalize_jump_threads): Delete the equiv_stack when complete.
12713 2015-04-17  Uros Bizjak  <ubizjak@gmail.com>
12715         * config/i386/i386.h (LEGITIMIZE_RELOAD_ADDRESS): Remove.
12716         * config/i386/i386.c (ix86_legitimize_reload_address): Ditto.
12717         * config/i386/i386-protos.h (ix86_legitimize_reload_address): Ditto.
12719 2015-04-17  Andreas Tobler  <andreast@gcc.gnu.org>
12721         PR target/65535
12722         * config.gcc: Exit with a comment when we do not have a major version
12723         number for the FreeBSD target.
12725 2015-04-17  Jakub Jelinek  <jakub@redhat.com>
12727         PR target/65689
12728         * genpreds.c (struct constraint_data): Add maybe_allows_reg and
12729         maybe_allows_mem bitfields.
12730         (maybe_allows_none_start, maybe_allows_none_end,
12731         maybe_allows_reg_start, maybe_allows_reg_end, maybe_allows_mem_start,
12732         maybe_allows_mem_end): New variables.
12733         (compute_maybe_allows): New function.
12734         (add_constraint): Use it to initialize maybe_allows_reg and
12735         maybe_allows_mem fields.
12736         (choose_enum_order): Sort the non-is_register/is_const_int/is_memory/
12737         is_address constraints such that those that allow neither mem nor
12738         reg come first, then those that only allow reg but not mem, then
12739         those that only allow mem but not reg, then the rest.
12740         (write_allows_reg_mem_function): New function.
12741         (write_tm_preds_h): Call it.
12742         * stmt.c (parse_output_constraint, parse_input_constraint): Use
12743         the generated insn_extra_constraint_allows_reg_mem function
12744         instead of always setting *allows_reg = true; *allows_mem = true;
12745         for unknown extra constraints.
12747 2015-04-17  H.J. Lu  <hongjiu.lu@intel.com>
12749         PR target/65780
12750         * output.h (default_binds_local_p_3): New.
12751         * varasm.c (default_binds_local_p_3): Make it public.  Take an
12752         argument to indicate if common symbol may be local.  If common
12753         symbol may be local, treat non-external variable as defined
12754         locally.
12755         (default_binds_local_p_2): Pass !flag_pic to default_binds_local_p_3.
12756         (default_binds_local_p_1): Pass false to default_binds_local_p_3.
12757         * config/i386/i386.c (ix86_binds_local_p): New.
12758         (TARGET_BINDS_LOCAL_P): Replace default_binds_local_p_2 with
12759         ix86_binds_local_p.
12761 2015-04-17  Jakub Jelinek  <jakub@redhat.com>
12763         PR debug/65771
12764         * dwarf2out.c (mem_loc_descriptor): For CONST, fallback to
12765         trying mem_loc_descriptor on XEXP (rtl, 0).
12767 2015-04-17  Martin Liska  <mliska@suse.cz>
12769         * ipa-icf.c (sem_item_optimizer::subdivide_classes_by_sensitive_refs):
12770         Release symbol_compare_collection.
12771         * ipa-reference.c: Add TODO that a vector should be released.
12773 2015-04-17  Sivanupandi Pitchumani <Pitchumani.Sivanupandi@atmel.com>
12775         PR target/65296
12776         * config/avr/gen-avr-mmcu-specs.c (*avrlibc_startfile): Adjust
12777         to new AVR-LibC file layout (bug #44574).
12778         (*avrlibc_devicelib): Same.
12779         * config/avr/avr-mcus.def: Adjust comments.
12780         * config/avr/avr.opt (nodevicelib): Adjust help.
12782 2015-04-17  Alan Lawrence  <alan.lawrence@arm.com>
12784         * config/aarch64/arm_neon.h (vdup_n_f32): Remove forward declaration.
12786 2015-04-17  Patrick Palka  <ppalka@gcc.gnu.org>
12788         PR c++/64527
12789         * gimplify.c (gimplify_init_constructor): Always emit a
12790         side-effecting constructor.
12792 2015-04-17  Tom de Vries  <tom@codesourcery.com>
12794         PR tree-optimization/64950
12795         * gimplify.c (gimplify_function_tree): Tentatively set PROP_gimple_lva
12796         in cfun->curr_properties.
12797         (gimplify_va_arg_expr): Clear PROP_gimple_lva in cfun->curr_properties
12798         if we generate an IFN_VA_ARG.
12799         * tree-inline.c (expand_call_inline): Reset PROP_gimple_lva in dest
12800         function if PROP_gimple_lva is not set in src function.
12802 2015-04-17  Tom de Vries  <tom@codesourcery.com>
12803             Michael Matz  <matz@suse.de>
12805         PR tree-optimization/64950
12806         * gimple-iterator.c (update_modified_stmts): Remove static.
12807         * gimple-iterator.h (update_modified_stmts): Declare.
12808         * gimplify.c (gimplify_modify_expr): Handle IFN_VA_ARG.
12809         (gimplify_va_arg_internal): New function.
12810         (gimplify_va_arg_expr): Use IFN_VA_ARG.
12811         * gimplify.h (gimplify_va_arg_internal): Declare.
12812         * internal-fn.c (expand_VA_ARG): New unreachable function.
12813         * internal-fn.def (VA_ARG): New DEF_INTERNAL_FN.
12814         * tree-stdarg.c (gimple_call_ifn_va_arg_p, expand_ifn_va_arg_1)
12815         (expand_ifn_va_arg): New function.
12816         (pass_data_stdarg): Add PROP_gimple_lva to properties_provided field.
12817         (pass_stdarg::execute): Call expand_ifn_va_arg.
12818         (pass_data_lower_vaarg): New pass_data.
12819         (pass_lower_vaarg): New gimple_opt_pass.
12820         (pass_lower_vaarg::gate, pass_lower_vaarg::execute)
12821         (make_pass_lower_vaarg): New function.
12822         * cfgexpand.c (pass_data_expand): Add PROP_gimple_lva to
12823         properties_required field.
12824         * passes.def (all_passes): Add pass_lower_vaarg.
12825         * tree-pass.h (PROP_gimple_lva): Add define.
12826         (make_pass_lower_vaarg): Declare.
12828 2015-04-17  Tom de Vries  <tom@codesourcery.com>
12830         * fold-const.c (operand_equal_p): Handle INTERNAL_FNs.
12831         * calls.c (call_expr_flags): Same.
12833 2015-04-17  Tom de Vries  <tom@codesourcery.com>
12835         * tree-stdarg.c (optimize_va_list_gpr_fpr_size): Factor out of ...
12836         (pass_stdarg::execute): ... here.
12838 2015-04-17  Tom de Vries  <tom@codesourcery.com>
12839             Michael Matz  <matz@suse.de>
12841         * tree-cfg.c (make_blocks_1): Factor out of ...
12842         (make_blocks): ... here.
12843         (make_edges_bb): Factor out of ...
12844         (make_edges): ... here.
12845         (gimple_find_sub_bbs): New function.
12846         * tree-cfg.h (gimple_find_sub_bbs): Declare.
12848 2015-04-17  Tom de Vries  <tom@codesourcery.com>
12850         * tree.c (free_lang_data): Disable lang_hooks.gimplify_expr.
12852 2015-04-17  Yury Gribov  <y.gribov@samsung.com>
12854         * asan.c (set_sanitized_sections): New function.
12855         (section_sanitized_p): Ditto.
12856         (asan_protect_global): Optionally sanitize user-defined
12857         sections.
12858         * asan.h (set_sanitized_sections): Declare new function.
12859         * common.opt (fsanitize-sections): New option.
12860         * doc/invoke.texi (-fsanitize-sections): Document new option.
12861         * opts-global.c (handle_common_deferred_options): Handle new
12862         option.
12864 2015-04-17  Jakub Jelinek  <jakub@redhat.com>
12866         PR debug/65771
12867         * dwarf2out.c (loc_list_from_tree): Return NULL
12868         for DEBUG_EXPR_DECL.
12870 2015-04-17  Christian Bruel  <christian.bruel@st.com>
12872         * ipa-inline.c (can_inline_edge_p): Allow inlining of functions with
12873         same attributes.
12875 2015-04-16  Zhouyi Zhou  <yizhouzhou@ict.ac.cn>
12877         * ira-color.c (setup_left_conflict_sizes_p): Do not process
12878         node itself when computing left conflict subnode size.
12880 2015-04-16  Uros Bizjak  <ubizjak@gmail.com>
12882         * config/i386/predicates.md (register_mixssei387nonimm_operand): New.
12883         * config/i386/i386.md (*fop_<mode>_1_mixed): Merge with
12884         *fop_<mode>_1_sse using enabled attribute.  Use
12885         register_mixssei387nonimm_operand operand 1 predicate. Change
12886         alternative 3 constraints from "x" to "v".
12888 2015-04-16  Richard Biener  <rguenther@suse.de>
12890         PR tree-optimization/65774
12891         * tree-ssa-ccp.c (evaluate_stmt): Constrain types we invoke
12892         bit-value tracking on.
12894 2015-04-16  Richard Biener  <rguenther@suse.de>
12896         PR tree-optimization/64277
12897         * tree-vrp.c (check_array_ref): Fix anti-range handling,
12898         simplify upper bound handling.
12899         (search_for_addr_array): Simplify.
12900         (check_array_bounds): Handle ADDR_EXPRs here.
12901         (check_all_array_refs): Simplify.
12903 2015-04-16  Uros Bizjak  <ubizjak@gmail.com>
12905         * config/i386/i386.c (print_reg): Rewrite function.
12907 2015-04-16  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
12909         * config/s390/s390.h (IRA_HARD_REGNO_ADD_COST_MULTIPLIER):
12910         Invert the condition.
12912 2015-04-16  Renlin Li  <renlin.li@arm.com>
12914         * simplify-rtx.c (simplify_unary_operation_1): Fix a typo. Enable two
12915         simplifications for UNSIGNED_FLOAT.
12917 2015-04-16  Nick Clifton  <nickc@redhat.com>
12919         * config/rl78/rl78-opts.h (enum rl78_mul_types): Add MUL_G14 and
12920         MUL_UNINIT.
12921         (enum rl78_cpu_type): New.
12922         * config/rl78/rl78-virt.md (attr valloc): Add divhi and divsi.
12923         (umulhi3_shift_virt): Remove m constraint from operand 1.
12924         (umulqihi3_virt): Likewise.
12925         * config/rl78/rl78.c (rl78_option_override): Add code to process
12926         -mcpu and -mmul options.
12927         (rl78_alloc_physical_registers): Add code to handle divhi and
12928         divsi valloc attributes.
12929         (set_origin): Likewise.
12930         * config/rl78/rl78.h (RL78_MUL_G14): Define.
12931         (TARGET_G10, TARGET_G13, TARGET_G14): Define.
12932         (TARGET_CPU_CPP_BUILTINS): Define __RL78_MUL_xxx__ and
12933         __RL78_Gxx__.
12934         (ASM_SPEC): Pass -mcpu on to assembler.
12935         * config/rl78/rl78.md (mulqi3): Add a clobber of AX.
12936         (mulqi3_rl78): Likewise.
12937         (mulhi3_g13): Likewise.
12938         (mulhi3): Generate the G13 or G14 versions of the insn directly.
12939         (mulsi3): Likewise.
12940         (mulhi3_g14): Add clobbers of AX and BC.
12941         (mulsi3_g14): Likewise.
12942         (mulsi3_g13): Likewise.
12943         (udivmodhi4, udivmodhi4_g14, udivmodsi4): New patterns.
12944         (udivmodsi4_g14, udivmodsi4_g13): New patterns.
12945         * config/rl78/rl78.opt (mmul): Initialise value to
12946         RL78_MUL_UNINIT.
12947         (mcpu): New option.
12948         (m13, m14, mrl78): New option aliases.
12949         * config/rl78/t-rl78 (MULTILIB_OPTIONS): Add mg13 and mg14.
12950         (MULTILIB_DIRNAMES): Add g13 and g14.
12951         * doc/invoke.texi: Document -mcpu and -mmul options.
12953 2015-04-16  Richard Biener  <rguenther@suse.de>
12955         * tree-ssa-ccp.c (likely_value): See if we have operands that
12956         are marked as never simulate again and return CONSTANT in this
12957         case.
12958         * tree-ssa-propagate.c (simulate_stmt): Mark stmts that do
12959         not have any operands that will be simulated again as
12960         not being simulated again.
12962 2015-04-15  Uros Bizjak  <ubizjak@gmail.com>
12964         * config/i386/i386.md (*cmpi<FPCMP:unord><MODEF:mode>_mixed):
12965         Merge with *cmpi<FPCMP:unord><MODEF:mode>_sse using enabled attribute.
12966         (*extendsfdf2_mixed): Merge with *extendsfdf2_sse using enabled
12967         attribute.
12968         (*truncdfsf_fast_mixed): Merge with *truncdfsf_fast_sse using
12969         enabled attribute.
12970         (*float<SWI48:mode><MODEF:mode>2_mixed): Rename from
12971         *float<SWI48:mode><MODEF:mode>2_sse.
12972         (*absneg<mode>2_mixed): Merge with *absneg<mode>2_sse using
12973         enabled attribute.
12974         (*fop_<mode>_comm_mixed): Merge with *fop_<mode>_comm_sse using
12975         enabled attribute.
12977 2015-04-15  Tom de Vries  <tom@codesourcery.com>
12979         PR other/65487
12980         * function.c (push_dummy_function): New function.
12981         (init_dummy_function_start): Use push_dummy_function.
12982         (pop_dummy_function): New function.  Factored out of ...
12983         (expand_dummy_function_end): ... here.
12984         * function.h (push_dummy_function, pop_dummy_function): Declare.
12985         * passes.c (pass_manager::dump_passes): Use push_dummy_function and
12986         pop_dummy_function.
12987         * tree-chkp.c (chkp_gate): Handle cgraph_node::get (cfun->decl) == NULL.
12989 2015-04-15  Jeff Law  <law@redhat.com>
12991         PR tree-optimization/47679
12992         * tree-ssa-dom.c (build_and_record_new_cond): Moved to avoid
12993         need for forward declaration in upcoming changes.
12994         (record_conditions, record_edge_info): Likewise.
12996         PR rtl-optimization/42522
12997         * cse.c (fold_rtx): Try to simplify a ZERO_EXTRACT or
12998         SIGN_EXTRACT as a whole object rather than simplifying
12999         its operand.
13001 2015-04-15  Jakub Jelinek  <jakub@redhat.com>
13003         PR ipa/65765
13004         * ipa-icf-gimple.c (func_checker::compare_bb): For GIMPLE_NOP
13005         and GIMPLE_PREDICT use break instead of return true. For
13006         GIMPLE_EH_DISPATCH, compare dispatch region.
13008 2015-04-14  Matthew Wahab  <matthew.wahab@arm.com>
13010         * doc/extend.texi (__sync Builtins): Simplify some text.  Update
13011         details about the implementation.  Make clear preference for
13012         __atomic builtins.  Reduce possibility of future change.
13014 2015-04-15  Nick Clifton  <nickc@redhat.com>
13016         * config/rx/rx.opt (mallow-string-insns): New option.
13017         * config/rx/rx.c (RX_BUILTIN_RMPA): Disable the use of this
13018         builtin if string instructions are denied.
13019         * config/rx/rx.h (TARGET_CPU_CPP_BUILTINS): Define
13020         __RX_ALLOW_STRING_INSNS__ or __RX_DISALLOW_STRING_INSNS__, as
13021         appropriate.
13022         (ASM_SPEC): Pass -mno-allow-string-insns on to the assembler.
13023         * config/rx/rx.md (movstr): Enable pattern only if string
13024         instructions are allowed.
13025         (rx_movstr, rx_strend, movmemsi, rx_movmem): Likewise.
13026         (cmpstrnsi, cmpstrsi, rx_cmpstrn, rmpa): Likewise.
13027         * config/rx/t-rx (MULTILIB_OPTIONS): Add mno-allow-string-insns.
13028         (MULTILIB_DIRNAMES): Add no-strings.
13029         * doc/invoke.texi: Document -mno-allow-string-insns.
13031 2015-04-15  Alan Modra  <amodra@gmail.com>
13033         PR target/65408
13034         PR target/58744
13035         PR middle-end/36043
13036         * calls.c (load_register_parameters): Don't load past end of
13037         mem unless suitably aligned.
13039 2015-04-15  Nick Clifton  <nickc@redhat.com>
13041         * config/rl78/rl78.c (rl78_expand_prologue): Mark large stack
13042         decrement instruction as being frame related.
13043         (rl78_print_operand_1): Handle 'p' modifier to add +0 to HL
13044         based addresses.
13045         If zero extending a function address enclose the operation in
13046         %code(...).
13047         (rl78_preferred_reload_class): New function.
13048         (TARGET_PREFERRED_RELOAD_CLASS): Define.
13049         * config/rl78/rl78.md: Remove useless constraints in expanders.
13050         (mulqi3_rl78): Remove + qualifier on input-only operand 1.
13051         (mulhi3_rl78): Likewise.
13052         (mulhi3_g13): Likewise.
13053         (mulsi3_rl78): Likewise.
13054         (es_addr): Move to before the multiply patterns.
13056 2015-04-15  Alan Modra  <amodra@gmail.com>
13058         * function.h (struct emit_status): Delete x_first_insn, x_last_insn
13059         and sequence_stack.  Add seq.
13060         (seq_stack): Delete.
13061         * function.c (prepare_function_start): Don't access x_last_insn.
13062         * emit-rtl.h (get_current_sequence, get_topmost_sequence): New.
13063         (get_insns, set_first_insn, get_last_insn, set_last_insn): Use them.
13064         * emit_rtl.c (start_sequence, push_topmost_sequence,
13065         pop_topmost_sequence, end_sequence, in_sequence_p, init_emit): Use
13066         sequence accessors.
13067         (get_last_insn_anywhere, add_insn_after_nobb, add_insn_before_nobb,
13068         remove_insn): Likewise.  Simplify.
13069         * config/m32c/m32c.c (m32c_leaf_function_p): Use push_topmost_sequence
13070         and pop_topmost_sequence.
13071         (m32c_function_needs_enter): Use get_topmost_sequence.  Ignore
13072         debug insns.
13073         * config/rs6000/rs6000.c (rs6000_call_aix): Use get_current_sequence.
13075 2015-04-14  Yvan Roux  <yvan.roux@linaro.org>
13077         PR target/65729
13078         * lra-constraints.c (prohibited_class_reg_set_mode_p): Restore and fix
13079         the assertiion.
13081 2015-04-14  Uros Bizjak  <ubizjak@gmail.com>
13083         * config/i386/i386.h (LEGACY_INT_REG_P): New define.
13084         (LEGACY_INT_REGNO_P): Ditto.
13085         (GENERAL_REGNO_P): Use LEGACY_INT_REGNO_P.
13086         (ANY_MASK_REG_P): Remove.
13087         (BND_REG_P): Rename from ANY_BND_REG_P.
13088         * config/i386/i386.c (print_reg): Use LEGACY_INT_REG_P to print
13089         legacy integer registers.  Do not handle MMX_REG_P in a special way.
13090         Merge 64byte and 32byte SSE handling.
13092 2015-04-14  Nick Clifton  <nickc@redhat.com>
13094         * expr.c (expand_assignment): Force an address offset computation
13095         into a register before changing its mode.
13096         (expand_expr_real_1): Likewise.
13098 2015-04-14  Alan Lawrence  <alan.lawrence@arm.com>
13100         * config/aarch64/arm_neon.h (vst1_lane_f32, vst1_lane_f64,
13101         vst1_lane_p8, vst1_lane_p16, vst1_lane_s8, vst1_lane_s16,
13102         vst1_lane_s32, vst1_lane_s64, vst1_lane_u8, vst1_lane_u16,
13103         vst1_lane_u32, vst1_lane_u64, vst1q_lane_f32, vst1q_lane_f64,
13104         vst1q_lane_p8, vst1q_lane_p16, vst1q_lane_s8, vst1q_lane_s16,
13105         vst1q_lane_s32, vst1q_lane_s64, vst1q_lane_u8, vst1q_lane_u16,
13106         vst1q_lane_u32, vst1q_lane_u64): Reimplement with pointer dereference
13107         and __aarch64_vget_lane_any.
13109 2015-04-14  Jakub Jelinek  <jakub@redhat.com>
13111         PR rtl-optimization/65761
13112         * cfgrtl.c (rtl_split_edge): For EDGE_CROSSING split, use
13113         get_last_bb_insn (after) instead of NEXT_INSN (BB_END (after)).
13115 2015-04-14  Richard Biener  <rguenther@suse.de>
13117         * graphite-scop-detection.c: Do not include cp/cp-tree.h.
13118         (graphite_can_represent_scev): Use POINTER_TYPE_P.
13120 2015-04-14  Richard Biener  <rguenther@suse.de>
13122         PR tree-optimization/65758
13123         * tree-ssa-ccp.c (get_value_from_alignment): Adjust mask test
13124         against -1.
13125         (ccp_lattice_meet): Likewise.
13126         (bit_value_unop): Likewise.
13127         (bit_value_binop): Likewise.
13128         (bit_value_assume_aligned): Likewise.
13130 2015-04-14  Christian Bruel  <christian.bruel@st.com>
13132         * execute_dwarf2_frame (dw_frame_pointer_regnum): Reinitialize for each
13133         function.
13135 2015-04-14  Marc Glisse  <marc.glisse@inria.fr>
13137         PR tree-optimization/63387
13138         * match.pd ((x unord x) | (y unord y) -> (x unord y),
13139         (x unord x) | (x unord y) -> (x unord y)): New simplifications.
13141 2015-04-14  Uros Bizjak  <ubizjak@gmail.com>
13143         * config/i386/predicates.md (any_QIreg_operand): Rename from
13144         q_regs_operand.  Do not process subregs.
13145         (QIreg_operand): Use QI_REGNO_P predicate.
13146         (ext_QIreg_operand): Ditto.
13147         (ext_register_operand): Ditto.
13148         * config/i386/i386.md (TEST splitters): Use QIreg_operand predicate.
13149         (AND splitters): Ditto.
13150         (AND with -65536 splitter): Add SWI48 mode for operand 0.
13151         (AND with -256 splitter): Use any_QIreg_operand predicate and
13152         SWI248 mode for operand 0.
13153         (AND with -65281 splitter): Use QIreg_operand predicate and SWI248
13154         mode for operand 0.
13155         (SETCC + MOVZBL peepholes): Update for renamed any_QIreg_operand.
13157 2015-04-13  Gerald Pfeifer  <gerald@pfeifer.com>
13159         * doc/plugins.texi: Rewrite first introductory paragraph.
13161 2015-04-12  Jan Hubicka  <hubicka@ucw.cz>
13163         * tree-vrp.c (nonnull_arg_p): THIS pointers and references are non-zero.
13164         (gimple_stmt_nonzero_warnv_p): Reference return values are non-zero.
13166 2015-04-12  Jan Hubicka  <hubicka@ucw.cz>
13168         * ipa-profie.c (ipa_profile): Check number of parameters
13169         and possible polymorphic call targets before
13170         devirtualizing.
13172 2015-04-13  Uros Bizjak  <ubizjak@gmail.com>
13174         * config/i386/i386.md (*bmi2_umul<mode><dwi>3_1): Merge from
13175         *bmi2_umulsidi3_1 and *bmi2_umulditi3_1 using DWIH mode iterator.
13177 2015-04-13  Richard Biener  <rguenther@suse.de>
13179         PR tree-optimization/65204
13180         * tree-ssa-ccp.c (evaluate_stmt): Always evaluate address
13181         takens for bit-CCP.
13183 2015-04-13  Richard Biener  <rguenther@suse.de>
13185         PR target/65660
13186         * config/i386/i386.c (bdver1_cost): Double cond_taken_branch_cost
13187         and cond_not_taken_branch_cost to 4 and 2.
13188         (bdver2_cost): Likewise.
13189         (bdver3_cost): Likewise.
13190         (bdver4_cost): Likewise.
13192 2015-04-12  Jan Hubicka  <hubicka@ucw.cz>
13194         * hash-table.h (hash_table constructor): Add mem stats.
13195         (alloc_entries): Likewise.
13197 2015-04-12  Jan Hubicka  <hubicka@ucw.cz>
13199         * ipa-cp.c (ipcp_driver): Relase prev_edge.
13200         * passes.c (execute_one_pass): Only add transform if pass has one.
13202 2015-04-12  Joseph Myers  <joseph@codesourcery.com>
13204         * config/i386/i386.c (ix86_option_override_internal): Don't set
13205         -fprefetch-loop-arrays if optimizing for size.
13207 2015-04-12  Jan Hubicka  <hubicka@ucw.cz>
13208             Gerald Pfeifer  <gerald@pfeifer.com>
13210         * doc/contrib.texi (Contributors): Add Martin Jambor and
13211         Michael Matz.
13213 2015-04-12  Jakub Jelinek  <jakub@redhat.com>
13215         * BASE-VER: Set to 6.0.0.
13217         PR tree-optimization/65747
13218         * ipa-icf-gimple.c (func_checker::compare_operand): Use compare_operand
13219         rather than compare_ssa_name for OBJ_TYPE_REF_OBJECT.
13221 2015-04-12  Gerald Pfeifer  <gerald@pfeifer.com>
13223         * doc/invoke.texi (-Wmemset-transposed-args): Break a long
13224         sentence.  Improve grammar.
13226 2015-04-12  Gerald Pfeifer  <gerald@pfeifer.com>
13228         * doc/contrib.texi (Contributors): Add Maxim Kuvyrkov.
13230 2015-04-11  Jan Hubicka  <hubicka@ucw.cz>
13232         PR ipa/65743
13233         * ipa-inline-transform.c (speculation_removed): Remove static var.
13234         (check_speculations): New function.
13235         (clone_inlined_nodes): Do not check spculations.
13236         (inline_call): Call check_speculations.
13237         * ipa-prop.c (ipa_make_edge_direct_to_target): Do not
13238         consider non-invariants.
13240 2015-04-11  Jan Hubicka  <hubicka@ucw.cz>
13241             Martin Liska  <mliska@suse.cz>
13243         PR ipa/65722
13244         * ipa-icf.c (sem_item::compare_cgraph_references): function and
13245         variable can not match.
13246         (sem_item::update_hash_by_addr_refs): Fix handling of virtual tables.
13247         (sem_variable::equals_wpa): Fix checking of DECL_FINAL_P patch.
13249 2015-04-11  Jakub Jelinek  <jakub@redhat.com>
13251         PR tree-optimization/65735
13252         * tree-ssa-threadedge.c (fsm_find_control_statement_thread_paths):
13253         Remove visited_phis argument, add visited_bbs, avoid recursing into the
13254         same bb rather than just into the same phi node.
13255         (thread_through_normal_block): Adjust caller.
13257 2015-04-11  Gerald Pfeifer  <gerald@pfeifer.com>
13259         * doc/contrib.texi (Contributors): Add Ira Rosen.
13261 2015-04-11  Benno Schulenberg  <bensberg@justemail.net>
13263         * gcov.c (find_source): Fix miswording in error message.
13264         * config/i386/i386.c (ix86_handle_cconv_attribute): Likewise.
13265         (ix86_expand_sse_comi_round): Fix typo in error message.
13267 2015-04-11  Gerald Pfeifer  <gerald@pfeifer.com>
13269         * doc/contrib.texi (Contributors): Add Laurynas Biveinis.
13271 2015-04-10  Gerald Pfeifer  <gerald@pfeifer.com>
13273         * doc/contrib.texi (Contributors): Update Joe Buck's entry.
13275 2015-04-10  Vladimir Makarov  <vmakarov@redhat.com>
13277         PR target/65710
13278         * lra-assigns.c (spill_for): Update smallest_bad_spills_num.
13279         Print bad_spills_num and insn_pseudos_num.
13281 2015-04-10  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
13283         PR target/65694
13284         * config/arm/arm.c (arm_canonicalize_comparison): Use ARM_SIGN_EXTEND
13285         when creating +1 values for SImode.
13287 2015-04-10  Vladimir Makarov  <vmakarov@redhat.com>
13289         PR target/65729
13290         * lra-constraints.c (prohibited_class_reg_set_mode_p): Comment the
13291         assert.
13293 2015-04-10  Jakub Jelinek  <jakub@redhat.com>
13294             Iain Sandoe  <iain@codesourcery.com>
13296         PR target/65351
13297         * configure: Regenerate.
13299 2015-04-09  Kirill Yukhin  <kirill.yukhin@intel.com>
13301         PR target/65671
13302         * config/i386/sse.md: Generate vextract32x4 if AVX-512DQ is disabled.
13304 2015-04-09  Gerald Pfeifer  <gerald@pfeifer.com>
13306         * doc/contrib.texi (Contributors): Add John Marino.
13308 2015-04-09  Jakub Jelinek  <jakub@redhat.com>
13310         PR tree-optimization/65709
13311         * ubsan.c (instrument_mem_ref): Use TREE_TYPE (base) instead of
13312         TREE_TYPE (TREE_TYPE (t)).
13314 2015-04-09  Vladimir Makarov  <vmakarov@redhat.com>
13316         PR target/65710
13317         * lra-int.h (lra_bad_spill_regno_start): New.
13318         * lra.c (lra_bad_spill_regno_start): New.
13319         (lra): Set up lra_bad_spill_regno_start.  Set up
13320         lra_constraint_new_regno_start unconditionally.
13321         * lra-assigns.c (spill_for): Use lra_bad_spill_regno_start for
13322         spill preferences.
13324 2015-04-09  Marek Polacek  <polacek@redhat.com>
13325             Jakub Jelinek  <jakub@redhat.com>
13327         PR middle-end/65554
13328         * gimple-fold.c (gimple_fold_builtin_memory_op): Update comment.
13329         (fold_ctor_reference): Use STRIP_USELESS_TYPE_CONVERSION instead
13330         of STRIP_NOPS.
13332 2015-04-09  Segher Boessenkool  <segher@kernel.crashing.org>
13334         PR rtl-optimization/65693
13335         * combine.c (is_parallel_of_n_reg_sets): Move outside of
13336         #ifndef HAVE_cc0.
13338 2015-04-09  Georg-Johann Lay  <avr@gjlay.de>
13340         PR target/65296
13341         * config/avr/driver-avr.c (avr_devicespecs_file): Don't specify a
13342         device specs file if "device-specs%s" didn't resolve to a path.
13344 2015-04-09  Kirill Yukhin  <kirill.yukhin@intel.com>
13346         PR target/65676
13347         * config/i386/i386.c (fixup_modeless_constant): New.
13348         (ix86_expand_args_builtin): Fixup modeless constant operand.
13349         (ix86_expand_round_builtin): Ditto.
13350         (ix86_expand_special_args_builtin): Ditto.
13351         (ix86_expand_builtin): Ditto.
13353 2015-04-09  Jakub Jelinek  <jakub@redhat.com>
13355         PR target/65693
13356         * config/i386/i386.md (*udivmod<mode>4_pow2): Allow
13357         any pow2 integer in between 2 and 0x80000000U inclusive.
13359 2015-04-08  Segher Boessenkool  <segher@kernel.crashing.org>
13361         PR rtl-optimization/65693
13362         * combine.c (is_parallel_of_n_reg_sets): Change first argument
13363         from an rtx_insn * to an rtx.
13364         (try_combine): Adjust both callers.  Use it once more.
13366 2015-04-08  Ilya Enkovich  <ilya.enkovich@intel.com>
13368         * tree-chkp.c (chkp_find_const_bounds_var): Remove.
13369         (chkp_make_static_const_bounds): Search existing
13370         symbol by assembler name.  Use make_decl_one_only.
13371         (chkp_get_zero_bounds_var): Remove node search which
13372         is now performed in chkp_make_static_const_bounds.
13373         (chkp_get_none_bounds_var): Likewise.
13375 2015-04-08  Michael Witten  <mfwitten@gmail.com>
13377         * doc/extend.texi (Attribute Syntax): Add a trailing semicolon
13378         to an example.
13380 2015-04-08  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
13382         * tree.h (CONVERT_EXPR_P): Commentary typo fix.
13384 2015-04-08  Gerald Pfeifer  <gerald@pfeifer.com>
13386         * doc/extend.texi (__sync Builtins): Fix grammar.
13388 2015-04-08  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
13390         * doc/cfg.texi (GIMPLE statement iterators): Fix typo.
13392 2015-04-08  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
13394         * varasm.c (emit_local): Move definition of align.
13396 2015-04-08  Julian Brown  <julian@codesourcery.com>
13398         * config/nvptx/mkoffload.c (process): Support variable mapping.
13400 2015-03-27  Trevor Saunders  <tbsaunde@tbsaunde.org>
13402         * config/alpha/alpha.c (alpha_use_linkage): Change type of slot to
13403         alpha_links **.
13404         (alpha_write_one_linkage): Correct typo.
13406 2015-04-08  Ilya Enkovich  <ilya.enkovich@intel.com>
13408         * ipa-comdats.c (propagate_comdat_group): Walk through thunks.
13410 2015-04-08  Gerald Pfeifer  <gerald@pfeifer.com>
13412         * doc/install.texi (bootstrap-lto-noplugin): Rewrite.
13414 2015-04-08  Ilya Enkovich  <ilya.enkovich@intel.com>
13416         * tree-chkp.h (chkp_insert_retbnd_call): New.
13417         * tree-chkp.c (chkp_insert_retbnd_call): New.
13418         * ipa-split.c (insert_bndret_call_after): Remove.
13419         (split_function): Use chkp_insert_retbnd_call.
13420         * cgraphunit.c (cgraph_node::expand_thunk): Build returned
13421         bounds for instrumented functions.
13423 2015-04-07  Jan Hubicka  <hubicka@ucw.cz>
13425         PR ipa/65540
13426         * calls.c (initialize_argument_information): When producing tail
13427         call also turn SSA_NAMES passed by references to original PARM_DECLs
13429 2015-04-07  Vladimir Makarov  <vmakarov@redhat.com>
13431         PR target/65648
13432         * lra-remat.c (do_remat): Process input and non-input insn
13433         registers separately.
13435 2015-04-07  Jakub Jelinek  <jakub@redhat.com>
13437         PR debug/65678
13438         * valtrack.c (debug_lowpart_subreg): New function.
13439         (dead_debug_insert_temp): Use it.
13441         PR middle-end/65680
13442         * expr.c (get_inner_reference): Handle bit_offset that doesn't fit
13443         into signed HOST_WIDE_INT the same as negative bit_offset.
13445 2015-04-07  Ilya Enkovich  <ilya.enkovich@intel.com>
13447         * ipa-comdats.c (ipa_comdats): Visit all thunks
13448         to set proper comdat group.
13450 2015-04-07  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
13452         PR target/65489
13453         * config/arm/arm.c (arm_legitimate_constant_p_1): Remove restriction
13454         on constants for NEON VSTRUCT modes.
13456 2015-04-07  Jakub Jelinek  <jakub@redhat.com>
13457             Iain Sandoe  <iain@codesourcery.com>
13459         PR target/65351
13460         * configure: Regenerate.
13462 2015-04-06  Michael Meissner  <meissner@linux.vnet.ibm.com>
13464         PR target/65614
13465         * config/rs6000/rs6000.c (struct processor_costs): Add cost field
13466         for SF->DF conversions to make FLOAT_EXTEND more expensive, so
13467         that LFD is used to load double constants instead of LFS.  Add
13468         defaults for all costs structures.  Add comments for missing
13469         initialization fields.
13470         (size32_cost): Likewise.
13471         (size64_cost): Likewise.
13472         (rs64a_cost): Likewise.
13473         (mpccore_cost): Likewise.
13474         (ppc403_cost): Likewise.
13475         (ppc405_cost): Likewise.
13476         (ppc440_cost): Likewise.
13477         (ppc476_cost): Likewise.
13478         (ppc601_cost): Likewise.
13479         (ppc603_cost): Likewise.
13480         (ppc604_cost): Likewise.
13481         (ppc604e_cost): Likewise.
13482         (ppc620_cost): Likewise.
13483         (ppc630_cost): Likewise.
13484         (ppccell_cost): Likewise.
13485         (ppc750_cost): Likewise.
13486         (ppc7450_cost): Likewise.
13487         (ppc8540_cost): Likewise.
13488         (ppce300c2c3_cost): Likewise.
13489         (ppce500mc_cost): Likewise.
13490         (ppce500mc64_cost): Likewise.
13491         (ppce5500_cost): Likewise.
13492         (ppce6500_cost): Likewise.
13493         (titan_cost): Likewise.
13494         (power4_cost): Likewise.
13495         (power6_cost): Likewise.
13496         (power7_cost): Likewise.
13497         (power8_cost): Likewise.
13498         (ppca2_cost): Likewise.
13499         (rs6000_rtx_costs): Make FLOAT_EXTEND use SFDF_convert field.
13501         * config/rs6000/rs6000.md (extendsfdf2_fpr): Generate XSCPSGNDP
13502         instead of XXLOR to copy SFmode to clear out dirty bits created
13503         when SFmode denormals are generated.
13504         (mov<mode>_hardfloat, FMOVE32 case): Likewise.
13505         (truncdfsf2_fpr): Add support for ISA 2.07 XSRSP instruction.
13507 2015-04-06  Evandro Menezes  <e.menezes@samsung.com>
13509         * doc/invoke.texi (AARCH64/mtune): Add exynos-m1 as an option.
13510         * config/aarch64/aarch64-cores.def (exynos-m1): New core.
13511         * config/aarch64/aarch64-tune.md: Regenerate.
13513 2015-04-06  Evandro Menezes  <e.menezes@samsung.com>
13515         * doc/invoke.texi (ARM/mtune): Add "exynos-m1" as an option.
13516         * config/arm/arm.c (arm_issue_rate): Specify "3" for "exynosm1".
13517         * config/arm/arm-cores.def (exynos-m1): New core.
13518         * config/arm/arm-tune.md: Regenerate.
13519         * config/arm/arm-tables.opt: Add entry for "exynos-m1".
13520         * config/arm/bpabi.h: Likewise.
13522 2015-04-06  Ilya Enkovich  <ilya.enkovich@intel.com>
13524         * ipa-cp (set_single_call_flag): Remove too
13525         restrictive assert.
13527 2015-04-06  Ilya Verbin  <ilya.verbin@intel.com>
13529         * config/i386/intelmic-mkoffload.c (generate_host_descr_file): Call
13530         GOMP_offload_unregister from the destructor.
13532 2015-04-06  Ilya Enkovich  <ilya.enkovich@intel.com>
13534         * ipa-chkp.c (chkp_maybe_create_clone): Reset cdtor
13535         flags for instrumentation thunk.
13536         (chkp_produce_thunks): Likewise.
13538 2015-04-05  Martin Liska  <mliska@suse.cz>
13540         PR ipa/65665
13541         * ipa-icf.c (sem_function::equals_wpa): Verify that IPA CP
13542         has computed data structure.
13543         (sem_item_optimizer::update_hash_by_addr_refs): Likewise.
13545 2015-04-04  Jan Hubicka  <hubicka@ucw.cz>
13547         * invoke.texi (inline-unit-growth): Increase growth to 20%
13548         * params.def (PARAM_INLINE_UNIT_GROWTH): Likewise.
13550 2015-04-04  Vladimir Makarov  <vmakarov@redhat.com>
13552         PR target/65647
13553         * lra-int.h (LRA_MAX_REMATERIALIZATION_PASSES): New.  Add its
13554         value checking.
13555         (lra_rematerialization_iter): New.
13556         * lra.c (lra): Initialize lra_rematerialization_iter.
13557         Stop updating lra_constraint_new_regno_start after switching of
13558         inheritance and rematerialization.
13559         * lra-remat.c (lra_rematerialization_iter): New.
13560         (lra_remat): Add printing pass iteration.  Do rematerialization
13561         only first LRA_MAX_REMATERIALIZATION_PASSES iterations.
13563 2015-04-04  Richard Biener  <rguenther@suse.de>
13565         PR tree-optimization/64909
13566         PR tree-optimization/65660
13567         * tree-vectorizer.h (vect_get_known_peeling_cost): Adjust
13568         to take a cost vector for scalar iteration cost.
13569         (vect_get_single_scalar_iteration_cost): Likewise.
13570         * tree-vect-loop.c (vect_get_single_scalar_iteration_cost):
13571         Compute the scalar iteration cost into a cost vector.
13572         (vect_get_known_peeling_cost): Use the scalar cost vector to
13573         account for the cost of the peeled iterations.
13574         (vect_estimate_min_profitable_iters): Likewise.
13575         * tree-vect-data-refs.c (vect_peeling_hash_get_lowest_cost):
13576         Likewise.
13578 2015-04-04  Alan Modra  <amodra@gmail.com>
13580         PR target/65576
13581         PR target/65240
13582         * config/rs6000/predicates.md (zero_reg_mem_operand): Exclude
13583         0.0 constant unless TARGET_VSX.
13584         * config/rs6000/rs6000.md (extenddftf2_internal): Remove last
13585         alternative.
13587 2015-04-03  Jan Hubicka  <hubicka@ucw.cz>
13589         PR ipa/65654
13590         * ipa-inline-transform.c (inline_call): Skip sanity check to work
13591         around the ICE
13593 2015-04-03  Jan Hubicka  <hubicka@ucw.cz>
13595         PR ipa/65655
13596         * ipa-inline-analysis.c (edge_set_predicate): Do not redirect
13597         speculative indirect edges to avoid ordering issue.
13599 2015-04-03  Jan Hubicka  <hubicka@ucw.cz>
13601         PR ipa/65076
13602         * ipa-inline.c (edge_badness): Add combined size to the denominator.
13604 2015-04-03  Jakub Jelinek  <jakub@redhat.com>
13606         * omp-low.c (scan_omp_parallel, scan_omp_task, scan_omp_target): Set
13607         TYPE_ARTIFICIAL on the .omp_data* types.
13609 2015-04-02  Ilya Enkovich  <ilya.enkovich@intel.com>
13611         * cgraphunit.c (cgraph_node::expand_thunk): Don't expand
13612         instrumentation thunks.
13614 2015-04-02  Ilya Enkovich  <ilya.enkovich@intel.com>
13616         * config/i386/i386.c (ix86_expand_call): Avoid nested
13617         PARALLEL in returned call value.
13619 2015-04-02  Ilya Enkovich  <ilya.enkovich@intel.com>
13621         * lto-cgraph.c (input_cgraph_1): Always link instrumented
13622         assembler name with original one.
13624 2015-04-02  Uros Bizjak  <ubizjak@gmail.com>
13626         * config/i386/i386.c (ix86_register_priority): Use AX_REG.
13628 2015-04-02  Uros Bizjak  <ubizjak@gmail.com>
13630         Revert parts of r216820.
13631         * config/i386/i386.md (movqi_internal): Correct type calculation
13632         for alternatives 3 and 5.
13634 2015-04-02  Jakub Jelinek  <jakub@redhat.com>
13636         PR preprocessor/61977
13637         * config/rs6000/rs6000-c.c (rs6000_cpu_cpp_builtins): Don't
13638         predefine __vector/__bool/__pixel macros nor context sensitive
13639         macros for CLK_ASM.
13640         * config/spu/spu-c.c (spu_cpu_cpp_builtins): Similarly.
13642 2015-04-02  John David Anglin  <danglin@gcc.gnu.org>
13644         * config/pa/pa.c (pa_output_move_double): Directly handle register
13645         indexed memory operand.  Simplify handling of scaled register indexed
13646         memory operands.
13648 2015-04-02  Ilya Enkovich  <ilya.enkovich@intel.com>
13650         PR driver/65444
13651         * config/i386/linux-common.h (MPX_SPEC): New.
13652         (CHKP_SPEC): Add MPX_SPEC.
13653         * doc/invoke.texi (-fcheck-pointer-boudns): Document
13654         possible issues with '-z bndplt' support in linker.
13656 2015-04-02  Uros Bizjak  <ubizjak@gmail.com>
13658         * config/i386/sync.md (UNSPEC_FILD_ATOMIC, UNSPEC_FIST_ATOMIC): New.
13659         (loaddi_via_fpu): Use UNSPEC_FILD_ATOMIC.
13660         (storedi_via_fpu): Use UNSPEC_FIST_ATOMIC.
13661         * reg-stack.c (get_true_reg): Change UNSPEC_LDA to UNSPEC_FILD_ATOMIC.
13662         (subst_stack_regs_pat): Change UNSPEC_STA to UNSPEC_FIST_ATOMIC.
13664 2015-04-01  Uros Bizjak  <ubizjak@gmail.com>
13666         * config/i386/sync.md (UNSPEC_MOVA): Remove.
13667         (atomic_load<mode>): Change operand 0 predicate to
13668         nonimmediate_operand and fix up the destination when needed.
13669         Use UNSPEC_LDA.
13670         (atomic_loaddi_fpu): Use UNSPEC_LDA.
13671         (atomic_store<mode>): Change operand 1 predicate to
13672         nonimmendate_operand and move the source to register when needed.
13673         Use UNSPEC_STA.
13674         (atomic_store<mode>_1): Use UNSPEC_STA.
13675         (atomic_storedi_fpu): Change operand 1 to nonimmediate_operand.
13676         Fix moves from memory operand.  Use UNSPEC_STA.
13678 2015-04-01  Bernd Edlinger  <bernd.edlinger@hotmail.de>
13680         * expmed.c (strict_volatile_bitfield_p): Check that the access will
13681         not cross a MODESIZE boundary.
13682         (store_bit_field, extract_bit_field): Added assertions in the
13683         strict volatile bitfields code path.
13685 2015-04-01  Max Ostapenko  <m.ostapenko@partner.samsung.com>
13687         PR target/65624
13688         * config/aarch64/aarch64-builtins.c (aarch64_simd_expand_builtin):
13689         Increase args array size by one to avoid buffer overflow.
13691 2015-03-31  Jan Hubicka  <hubicka@ucw.cz>
13693         * lto-cgraph.c (lto_output_node, input_overwrite_node): Stream
13694         split_part.
13695         * ipa-inline.c (edge_badness): Add wrapper penalty.
13696         (sum_callers): Move up.
13697         (inline_small_functions): Set single_caller.
13698         * ipa-inline.h (inline_summary): Add single_caller.
13699         * ipa-split.c (split_function): Set split_part.
13700         (cgraph_node::create_clone): Do not shadow decl; copy split_part.
13701         * cgraph.h (cgraph_node): Add split_part.
13703 2015-03-31  Uros Bizjak  <ubizjak@gmail.com>
13705         PR target/58945
13706         * config/i386/sync.md (atomic_compare_and_swap<dwi>_doubleword):
13707         Do not split operands 0 and operands 2 to halfmode.
13708         (atomic_compare_and_swap<mode>): Update for
13709         atomic_compare_and_swap<dwi>_doubleword changes.
13711 2015-03-31  Jan Hubicka  <hubicka@ucw.cz>
13713         * tree.c (need_assembler_name_p): Artificial types have no ODR names.
13714         * ipa-devirt.c (warn_odr): Do not try to apply ODR cache when
13715         no caching is done.
13717 2015-03-31  Martin Liska  <mliska@suse.cz>
13719         PR ipa/65557
13720         * ipa-icf.c (sem_function::equals_wpa): Check if IPA CP
13721         has already filled up function summary.
13722         (sem_item_optimizer::update_hash_by_addr_refs): Likewise.
13724 2015-03-31  Richard Biener  <rguenther@suse.de>
13726         * tree-sra.c (create_access_replacement): Drop under-/over-alignment
13727         of types.
13729 2015-03-31  Dominik Vogt  <vogt@linux.vnet.ibm.com>
13731         * config/s390/s390.c (s390_function_num_hotpatch_hw): Allow hotpatching
13732         nested functions.
13733         (s390_reorg): Adapt to new signature of s390_function_num_hotpatch_hw.
13734         (s390_asm_output_function_label): Adapt to new signature of
13735         s390_function_num_hotpatch_hw
13736         Optimise the code generating assembler output.
13737         Add comments to assembler file.
13739 2015-03-31  Richard Biener  <rguenther@suse.de>
13741         PR middle-end/65626
13742         * tree-cfgcleanup.c (fixup_noreturn_call): Only split the block
13743         of the noreturn call so it is last and cleanup_control_flow_bb
13744         can do the CFG part.
13746 2015-03-31  Ilya Enkovich  <ilya.enkovich@intel.com>
13748         PR target/65531
13749         * ipa-chkp.c (chkp_maybe_create_clone): Don't set
13750         same_comdat_group for external symbols.
13751         * symtab.c (symtab_node::verify_symtab_nodes): Avoid
13752         infinite same_comdat_group traversal loop.
13754 2015-03-31  Jakub Jelinek  <jakub@redhat.com>
13756         PR plugins/61176
13757         * Makefile.in (install-plugin): Add all gcc/*.{h,def} files
13758         automatically to $headers.
13760 2015-03-30  Jakub Jelinek  <jakub@redhat.com>
13762         PR ipa/65610
13763         * ipa-utils.h (inlined_polymorphic_ctor_dtor_block_p): Declare.
13764         * ipa-polymorphic-call.c (inlined_polymorphic_ctor_dtor_block_p): New
13765         function.
13766         (decl_maybe_in_construction_p, noncall_stmt_may_be_vtbl_ptr_store):
13767         Use it.
13768         * ipa-prop.c (param_type_may_change_p): Likewise.
13769         * tree-ssa-live.c: Include ipa-utils.h and its dependencies.
13770         (remove_unused_scope_block_p): Add in_ctor_dtor_block
13771         argument.  Before inlining, preserve
13772         inlined_polymorphic_ctor_dtor_block_p blocks and the outermost block
13773         with FUNCTION_DECL BLOCK_ABSTRACT_ORIGIN inside of them.  Adjust
13774         recursive calls.
13775         (remove_unused_locals): Adjust remove_unused_scope_block_p caller.
13777 2015-03-27  Jan Hubicka  <hubicka@ucw.cz>
13779         PR ipa/65076
13780         * ipa-inline.c (edge_badness): Base denominator on callee's
13781         grwoth squared.
13783 2015-03-27  Martin Jambor  <mjambor@suse.cz>
13785         PR ipa/65478
13786         * params.def (PARAM_IPA_CP_RECURSION_PENALTY) : New.
13787         (PARAM_IPA_CP_SINGLE_CALL_PENALTY): Likewise.
13788         * ipa-prop.h (ipa_node_params): New flags node_within_scc and
13789         node_calling_single_call.
13790         * ipa-cp.c (count_callers): New function.
13791         (set_single_call_flag): Likewise.
13792         (initialize_node_lattices): Count callers and set single_flag_call if
13793         necessary.
13794         (incorporate_penalties): New function.
13795         (good_cloning_opportunity_p): Use it, dump new flags.
13796         (propagate_constants_topo): Set node_within_scc flag if appropriate.
13797         * doc/invoke.texi (ipa-cp-recursion-penalty,
13798         ipa-cp-single-call-pentalty): Document.
13800 2015-03-27  Jan Hubicka  <hubicka@ucw.cz>
13802         PR ipa/65588
13803         * symtab.c (symtab_node::get_partitioning_class): Register vars
13804         are duplicated.
13805         * varpool.c (symbol_table::output_variables) Do not assemble unefined
13806         decls for non-symbols.
13808 2015-03-27  H.J. Lu  <hongjiu.lu@intel.com>
13810         PR target/65248
13811         * output.h (default_binds_local_p_2): New.
13812         * varasm.c (default_binds_local_p_2): Renamed to ...
13813         (default_binds_local_p_3): This.  Don't return true on protected
13814         data symbol if protected data may be external.
13815         (default_binds_local_p): Use default_binds_local_p_3.
13816         (default_binds_local_p_1): Likewise.
13817         (default_binds_local_p_2): New.
13818         * config/i386/i386.c (TARGET_BINDS_LOCAL_P): Set to
13819         default_binds_local_p_2 if TARGET_MACHO is undefined.
13821 2015-03-27  Jakub Jelinek  <jakub@redhat.com>
13823         PR target/65593
13824         * config/i386/i386.c (legitimize_pic_address): If base
13825         is SYMBOL_REF or LABEL_REF using %rip addressing, force
13826         it to reg to avoid PLUS of SYMBOL_REF/LABEL_REF and register.
13828 2015-03-27  Jan Hubicka  <hubicka@ucw.cz>
13830         PR target/65531
13831         * symtab.c (symtab_node::verify_symtab_nodes): Fix verification of
13832         comdat groups.
13834 2015-03-27  Jan Hubicka  <hubicka@ucw.cz>
13836         PR ipa/65600
13837         * cgraph.c (cgraph_update_edges_for_call_stmt_node): Fix the case
13838         of optimized out indirect call.
13839         (redirect_to_unreachable): Always build symbol table node for
13840         BUILT_IN_UNREACHABLE
13842 2015-03-27  Vladimir Makarov  <vmakarov@redhat.com>
13844         PR target/65407
13845         * ira-costs.c (record_reg_classes): Process all constraint string
13846         containing 0-9.
13848 2015-03-27  Bernd Schmidt  <bernds@codesourcery.com>
13850         * config/c6x/c6x.md (movmisalign<mode>): Use MEM_P, not
13851         memory_operand.
13853         PR target/65052
13854         * config/c6x/constraints.md (S3): New constraint.
13855         * config/c6x/c6x.md (real_jump): Use it.
13857 2015-03-26  Jan Hubicka  <hubicka@ucw.cz>
13859         PR middle-end/65595
13860         * cgraph.c (cgraph_update_edges_for_call_stmt_node): Only
13861         do redirection if the call is not optimized out.
13863 2015-03-27  Ilya Enkovich  <ilya.enkovich@intel.com>
13865         PR target/65495
13866         * c-family/c.opt (fcheck-pointer-bounds): List supported languages.
13867         (fchkp-check-incomplete-type): Add LTO.
13868         (fchkp-zero-input-bounds-for-main): Likewise.
13869         (fchkp-first-field-has-own-bounds): Likewise.
13870         (fchkp-narrow-bounds): Likewise.
13871         (fchkp-narrow-to-innermost-array): Likewise.
13872         (fchkp-use-static-bounds): Likewise.
13873         (fchkp-use-static-const-bounds): Likewise.
13874         (fchkp-treat-zero-dynamic-size-as-infinite): Likewise.
13876 2015-03-27  Marek Polacek  <polacek@redhat.com>
13878         * gimple-iterator.h (gsi_prev_nondebug): Fix typo.
13880 2015-03-27  Marek Polacek  <polacek@redhat.com>
13882         PR sanitizer/65583
13883         * ubsan.c (ubsan_create_edge): New function.
13884         (instrument_bool_enum_load): Call it.
13885         (instrument_nonnull_arg): Likewise.
13886         (instrument_nonnull_return): Likewise.
13887         (instrument_object_size): Likewise.
13889 2015-03-26  Jan Hubicka  <hubicka@ucw.cz>
13891         * lto-streamer.h (class lto_location_cache): Turn loc_cache into
13892         auto_vec.
13894 2015-03-26  Jan Hubicka  <hubicka@ucw.cz>
13896         PR lto/65536
13897         * lto-streamer.h (class lto_location_cache): New.
13898         (struct data_in): Add location_cache.
13899         (lto_input_location): Update prototype.
13900         (stream_input_location_now): New.
13901         * streamer-hooks.h (struct streamer_hooks): Make input_location to take
13902         pointer to location.
13903         (stream_input_location): Update.
13904         * ipa-devirt.c: Include streamer-hooks.h and lto-streamer.h
13905         (warn_odr): Apply location cache before warning.
13906         (lto_input_location): Update prototype.
13907         * gimple-streamer-in.c (input_phi, input_gimple_stmt):
13908         Use stream_input_location_now.
13909         * lto-streamer-in.c (lto_location_cache::current_cache): New static
13910         variable.
13911         (lto_location_cache::cmp_loc): New function.
13912         (lto_location_cache::apply_location_cache): New function.
13913         (lto_location_cache::accept_location_cache): New function.
13914         (lto_location_cache::revert_location_cache): New function.
13915         (lto_location_cache::input_location): New function.
13916         (lto_input_location): Do location caching.
13917         (stream_input_location_now): New function.
13918         (input_eh_region, input_struct_function_base): Use
13919         stream_input_location_now.
13920         (lto_data_in_create): use new.
13921         (lto_data_in_delete): Use delete.
13922         * tree-streamer-in.c (unpack_ts_block_value_fields,
13923         unpack_ts_omp_clause_value_fields, streamer_read_tree_bitfields,
13924         lto_input_ts_exp_tree_pointers): Update for cached location api.
13926 2015-03-26  Jan Hubicka  <hubicka@ucw.cz>
13928         PR ipa/65076
13929         * passes.def: Add pass_nothrow.
13930         * ipa-pure-const.c: (pass_data_nothrow): New.
13931         (pass_nothrow): New.
13932         (pass_nothrow::execute): New.
13933         (make_pass_nothrow): New.
13934         * tree-pass.h (make_pass_nothrow): Declare.
13936 2015-03-26  Jan Hubicka  <hubicka@ucw.cz>
13938         * ipa-inline-analysis.c (redirect_to_unreachable): Be prepared for
13939         edge to change by speculation resolution or redirection.
13940         (edge_set_predicate): Likewise.
13941         (inline_summary_t::duplicate): Likewise.
13942         (remap_edge_summaries): Likewise.
13944 2015-03-26  Jan Hubicka  <hubicka@ucw.cz>
13946         * ipa-inline.c (check_maybe_up, check_maybe_down, check_match):
13947         New macros.
13948         (can_inline_edge_p): Relax option matching for always inline functions.
13950 2015-03-26  Uros Bizjak  <ubizjak@gmail.com>
13952         PR target/65561
13953         * config/i386/sse.md (avx512dq_vextract<shuffletype>64x2_1_maskm):
13954         Check operand 4 and operand 0 for equality.
13955         (avx512f_vextract<shuffletype>32x4_1_maskm):
13956         Check operand 6 and operand 0 for equality.
13957         (vec_extract_lo_<mode>_maskm): Check operand 2 and operand 0
13958         for equality.
13959         (vec_extract_hi_<mode>_maskm): Ditto.
13961 2015-03-26  Jan Hubicka  <hubicka@ucw.cz>
13963         * cgraph.c (cgraph_update_edges_for_call_stmt_node): Do not bring
13964         dead calls back to live.
13965         (cgraph_edge::verify_count_and_frequency): Move cgraph/cfg frequency
13966         cross check to ...
13967         (cgraph_node::verify_node): ... here; verify only callee edges,
13968         not caller.
13969         * cif-code.def (CILK_SPAWN): New code.
13971 2015-03-26  Jan Hubicka  <hubicka@ucw.cz>
13973         * ipa-inline-analysis.c (redirect_to_unreachable): New function.
13974         (edge_set_predicate): Use it to mark unreachable edges.
13975         (inline_summary_t::duplicate): Remove unnecesary code.
13976         (remap_edge_summaries): Likewise.
13977         (dump_inline_summary): Report contains_cilk_spawn.
13978         (compute_inline_parameters): Compute contains_cilk_spawn.
13979         (inline_read_section, inline_write_summary): Stream
13980         contains_cilk_spawn.
13981         * ipa-inline.c (can_inline_edge_p): Do not touch
13982         DECL_STRUCT_FUNCTION that may not be available;
13983         use CIF_CILK_SPAWN for cilk; fix optimization attribute checks;
13984         remove check for callee_fun->can_throw_non_call_exceptions and
13985         replace it by optimization attribute check; check for flag_exceptions.
13986         * ipa-inline-transform.c (inline_call): Maintain
13987         DECL_FUNCTION_PERSONALITY
13988         * ipa-inline.h (inline_summary): Add contains_cilk_spawn.
13990 2015-03-26  Jakub Jelinek  <jakub@redhat.com>
13992         PR tree-optimization/65551
13993         * tree-ssa-sccvn.c (fully_constant_vn_reference_p): Use
13994         TYPE_PRECISION only for INTEGRAL_TYPE_P types.
13996 2015-03-26  Richard Biener  <rguenther@suse.de>
13998         PR middle-end/65555
13999         * tree-cfg.c (verify_gimple_call): Do not require a call to
14000         have no LHS if it wasn't recognized as control altering yet.
14002 2015-03-26  Jakub Jelinek  <jakub@redhat.com>
14004         PR tree-optimization/64715
14005         * passes.def: Add another instance of pass_object_sizes before ccp1.
14006         * tree-object-size.c (pass_object_sizes::execute): In
14007         first_pass_instance, only handle __bos (, 1) and __bos (, 3)
14008         calls, and keep the call in the IL, as {MIN,MAX}_EXPR of the
14009         __bos result and the computed constant.  Remove redundant
14010         checks, obsoleted by gimple_call_builtin_p test.
14012         * var-tracking.c (variable_tracking_main_1): Don't track
14013         variables for targetm.no_register_allocation targets.
14015 2015-03-26  Oleg Endo  <olegendo@gcc.gnu.org>
14017         * config/sh/t-linux (DEFAULT_ENDIAN, MULTILIB_EXCEPTIONS): Remove.
14018         * config/sh/t-sh (MULTILIB_EXCEPTIONS): Handle default endian.
14020 2015-03-25  Michael Meissner  <meissner@linux.vnet.ibm.com>
14022         PR target/65569
14023         * config/rs6000/rs6000.md (extenddftf2_fprs): On VSX systems use
14024         XXLXOR to create 0.0.  On pre-VSX systems make sure the constant
14025         0.0 is correctly setup.
14026         (extenddftf2_internal): Likewise.
14028 2015-03-25  Sebastian Pop  <s.pop@samsung.com>
14030         PR tree-optimization/65177
14031         * tree-ssa-threadupdate.c (verify_seme): Renamed verify_jump_thread.
14032         (bb_in_bbs): New.
14033         (duplicate_seme_region): Renamed duplicate_thread_path.  Redirect all
14034         edges not adjacent on the path to the original code.
14036 2015-03-25  Uros Bizjak  <ubizjak@gmail.com>
14038         PR bootstrap/65537
14039         * doc/install.texi (Building a native compiler): Document new
14040         bootstrap-lto-noplugin configuration.  Mention that bootstrap-lto
14041         configuration assumes that the host supports the linker plugin.
14043 2015-03-25  Ilya Enkovich  <ilya.enkovich@intel.com>
14045         PR target/65508
14046         * tree-chkp.c (chkp_add_bounds_to_call_stmt): Set static
14047         chain for generated call.
14049 2015-03-25  Richard Biener  <rguenther@suse.de>
14051         * passes.c (pass_manager::execute_early_local_passes): Guard
14052         execution of pass_chkp_instrumentation_passes with
14053         flag_check_pointer_bounds.
14054         (pass_chkp_instrumentation_passes::gate): Likewise.
14056 2015-03-25  Martin Liska  <mliska@suse.cz>
14058         PR tree-optimization/65538
14059         * symbol-summary.h (function_summary::~function_summary):
14060         Relese memory for allocated summaries.
14061         (function_summary::release): New function.
14063 2015-03-25  Jakub Jelinek  <jakub@redhat.com>
14065         PR lto/65515
14066         * lto-streamer-out.c (DFS::worklist): New struct.
14067         (DFS::worklist_vec): New data member.
14068         (DFS::next_dfs_num): Remove.
14069         (DFS::DFS): Rewritten using worklist instead of recursion,
14070         using most of code from DFS::DFS_write_tree.
14071         (DFS::DFS_write_tree_body): Remove SINGLE_P argument, don't
14072         pass it to DFS_write_tree calls.
14073         (DFS::DFS_write_tree): Remove SINGLE_P argument, after
14074         quick initial checks push it into worklist_vec and return.
14076 2015-03-25  Richard Biener  <rguenther@suse.de>
14078         PR middle-end/65519
14079         * genmatch.c (expr::gen_transform): Re-write to avoid
14080         using gimple_build.
14082 2015-03-25  Bin Cheng  <bin.cheng@arm.com>
14084         * doc/sourcebuild.texi (arm_tune_string_ops_prefer_neon): New.
14086 2015-03-25  Bin Cheng  <bin.cheng@arm.com>
14088         * config/arm/arm.opt (print_tune_info): New option.
14089         * config/arm/arm.c (arm_print_tune_info): New function.
14090         (arm_file_start): Call arm_print_tune_info.
14091         * config/arm/arm-protos.h (struct tune_params): Add comment.
14092         * doc/invoke.texi (@item -mprint-tune-info): New item.
14093         (-mtune): mention it in ARM Option Summary.
14095 2015-03-25  DJ Delorie  <dj@redhat.com>
14097         * config/rl78/rl78.c (rl78_print_operand_1): Move 'p' test to
14098         correct clause.
14100 2015-03-24  Jan Hubicka  <hubicka@ucw.cz>
14101             Martin Liska  <mliska@suse.cz>
14103         * ipa-icf-gimple.h (return_with_result): Add missing colon to dump.
14104         * ipa-icf.c (sem_function::get_hash): Hash new declaration properties.
14105         (sem_item::add_type): New function.
14106         (sem_function::hash_stmt): Add TREE_TYPE of gimple_op.
14107         (sem_function::compare_polymorphic_p): Do not consider indirect calls.
14108         (sem_item_optimizer::update_hash_by_addr_refs): Add ODR type to hash.
14109         (sem_function::equals_wpa): Fix typo.
14110         * ipa-icf.h (sem_item::add_type): New function.
14111         (symbol_compare_hashmap_traits): Replace hashing of pointer with symbol
14112         order.
14114 2015-03-24  Jakub Jelinek  <jakub@redhat.com>
14116         PR tree-optimization/65533
14117         * tree-vect-slp.c (vect_build_slp_tree): Before re-trying
14118         with swapped operands, call vect_free_slp_tree on
14119         SLP_TREE_CHILDREN of child and truncate the SLP_TREE_CHILDREN
14120         vector.
14122 2015-03-24  Richard Biener  <rguenther@suse.de>
14124         PR middle-end/65517
14125         * tree-cfg.c (remove_edge_and_dominated_blocks): Mark loops
14126         for fixup if necessary.
14128 2015-03-23  Sandra Loosemore  <sandra@codesourcery.com>
14130         * doc/extend.texi (Function Attributes): Add @cindex entries
14131         for all attributes and regularize their format.  Delete text
14132         about long-obsolete 68HC11 and 68HC12 targets.  Move misplaced
14133         information about "eightbit_data", "tiny_data", and "model"
14134         variable attributes to the Variable Attributes section.  Fix
14135         some obvious typos and copy-editing issues.
14136         (Variable Attributes, Type Attributes): Likewise add/fix
14137         @cindex entries for all attributes.
14139 2015-03-23  Jakub Jelinek  <jakub@redhat.com>
14141         PR target/65523
14142         * tree-chkp.c (chkp_build_returned_bound): Ignore
14143         ERF_RETURNS_ARG calls if they have fewer than needed arguments.
14145 2015-03-23  Oleg Endo  <olegendo@gcc.gnu.org>
14147         PR target/65505
14148         * config/sh/predicates.md (simple_mem_operand,
14149         displacement_mem_operand): Add test for reg.
14150         (short_displacement_mem_operand): Test for displacement_mem_operand
14151         before invoking sh_disp_addr_displacement.
14152         * config/sh/constraints.md (Sdd, Sra): Simplify.
14153         * config/sh/sync.md (atomic_mem_operand_0, atomic_mem_operand_1):
14154         Remove redundant displacement_mem_operand tests.
14156 2015-03-23  Georg-Johann Lay  <avr@gjlay.de>
14158         PR target/65296
14159         * config/avr/driver-avr.c (avr_devicespecs_file): Allow to specify
14160         the same -mmcu=MCU more than once.
14162 2015-03-23  Jakub Jelinek  <jakub@redhat.com>
14164         PR bootstrap/65522
14165         * ipa-devirt.c: Remove duplicate demangle.h include.
14167         PR target/65504
14168         * config/i386/i386.c (ix86_copy_addr_to_reg): Set REG_POINTER
14169         on the pseudo.
14170         (expand_set_or_movmem_prologue_epilogue_by_misaligned_moves): Set
14171         REG_POINTER on *destptr after adjusting it for prologue size.
14173         PR ipa/65521
14174         * ipa-icf.c (sem_item::update_hash_by_addr_refs): Hash
14175         ultimate_alias_target ()->order ints instead of
14176         ultimate_alias_target () pointers.
14178 2015-03-23  Richard Biener  <rguenther@suse.de>
14180         PR tree-optimization/65518
14181         * tree-vect-stmts.c (vectorizable_load): Reject single-element
14182         interleaving cases we generate absymal code for.
14184 2015-03-23  Richard Biener  <rguenther@suse.de>
14186         PR tree-optimization/65494
14187         * tree-vect-slp.c (vect_build_slp_tree): Do not (re-)allocate
14188         matches here.
14189         (vect_analyze_slp_instance): But do that here, always and once.
14191 2015-03-23  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
14193         * expmed.c (synth_mult): Fix comment about multiplying by T-1 and
14194         adding T or multiplying by T+1 and subracting T.
14196 2015-03-22  Jeff Law  <law@redhat.com>
14198         PR rtl-optimization/64317
14199         * Makefile.in (OBJS): Add gcse-common.c
14200         * gcse.c: Include gcse-common.h
14201         (struct modify_pair_s): Move structure definition to gcse-common.h
14202         (compute_transp): Move function to gcse-common.c.
14203         (canon_list_insert): Similarly.
14204         (record_last_mem_set_info): Break out some code and put it into
14205         gcse-common.c.  Call into the new common code.
14206         (compute_local_properties): Pass additional arguments to compute_transp.
14207         * postreload-gcse.c: Include gcse-common.h and df.h
14208         (modify_mem_list_set, blocks_with_calls): New variables.
14209         (modify_mem_list, canon_modify_mem_list, transp): Likewise.
14210         (get_bb_avail_insn): Pass in the expression index too.
14211         (alloc_mem): Allocate memory for the new bitmaps and lists.
14212         (free_mem): Free memory for the new bitmaps and lists.
14213         (insert_expr_in_table): Record a bitmap index for each entry we
14214         add to the table.
14215         (record_last_mem_set_info): Call into common code in gcse-common.c.
14216         (get_bb_avail_insn): If no available insn was found in the requested
14217         BB.  If BB has a single predecessor, see if the expression is
14218         transparent in BB and available in that single predecessor.
14219         (compute_expr_transp): New wrapper for compute_transp.
14220         (eliminate_partially_redundant_load): Pass expression's bitmap_index
14221         to get_bb_avail_insn.  Compute next_pred_bb_end a bit later.
14222         (gcse_after_reload_main): If there are elements in the hash table,
14223         then compute transparency for all the elements in the hash table.
14224         * gcse-common.h: New file.
14225         * gcse-common.c: New file.
14227 2015-03-22  Sandra Loosemore  <sandra@codesourcery.com>
14229         * doc/cpp.texi (Search Path): Hyphenate "command-line" when used
14230         as an adjective.
14231         (System Headers): Likewise.
14232         (Ifdef): Likewise.
14233         (Traditional macros): Likewise.
14234         (Invocation): Likewise.
14235         (Option Index): Likewise.
14236         * doc/cppopts.texi (-M): Likewise.
14237         (-finput-charset): Likewise.
14238         (--help): Likewise.
14239         * doc.invoke.texi (AVR Options): Likewise.
14240         (V850 Options): Likewise.
14242 2015-03-22  Jan Hubicka  <hubicka@ucw.cz>
14244         PR ipa/65475
14245         * ipa-devirt.c: Include demangle.h
14246         (odr_type_d): Add field rtti_broken.
14247         (odr_subtypes_equivalent_p): Do not require name to match.
14248         (compare_virtual_tables): Fix typo; if type already has ODR violation,
14249         bypass the tests; be ready for function referneces in vtables that are
14250         not DECL_VIRTUAL; make warnings to be OPT_Wodr.
14251         (warn_odr): Give up for nameless types.
14252         (warn_types_mismatch): Report mismatch in mangled names;
14253         report mismatch in anonymous namespaces; look into component types to
14254         give useful error; report when mismatch is dragged in from other ODR
14255         type.
14256         (odr_types_equivalent_p): Match types for being polymorphic; avoid
14257         duplicated diagnostics.
14258         (add_type_duplicate): Reorder checks so more informative ones come
14259         first; fix typo; do not output "the extra base is defined here" when
14260         we did not warn.
14261         (BINFO_N_BASE_BINFOS): Relax sanity check.
14263 2015-03-22  Martin Liska  <mliska@suse.cz>
14264             Jakub Jelinek  <jakub@redhat.com>
14266         * config/i386/i386.c (def_builtin): Set deferred_isa_values for
14267         masks that can potentially include a builtin.
14268         (ix86_add_new_builtins): Introduce fast filter for isa values
14269         that cannot trigger builtin inclusion.
14271 2015-03-22  Martin Liska  <mliska@suse.cz>
14273         * ipa-icf.c (sem_item::update_hash_by_addr_refs): New function.
14274         (sem_item::update_hash_by_local_refs): Likewise.
14275         (sem_variable::get_hash): Empty line is fixed.
14276         (sem_item_optimizer::execute): Include adding of hash references.
14277         (sem_item_optimizer::update_hash_by_addr_refs): New function.
14278         (sem_item_optimizer::build_hash_based_classes): Use local hash.
14279         * ipa-icf.h (sem_item::update_hash_by_addr_refs): New function.
14280         (sem_item::update_hash_by_local_refs): Likewise.
14282 2015-03-20  Jan Hubicka  <hubicka@ucw.cz>
14284         PR ipa/65502
14285         * ipa-comdats.c (enqueue_references): Walk through thunks.
14286         (ipa_comdats): Likewise.
14287         (set_comdat_group_1): New function.
14289 2015-03-20  Jan Hubicka  <hubicka@ucw.cz>
14291         PR ipa/65475
14292         * ipa-devirt.c (add_type_duplicate): Prevail polymorphic type over
14293         non-polymorphic
14295 2015-03-22  Dave Korn  <dave.korn.cygwin@gmail.com>
14296             Gerald Pfeifer  <gerald@pfeifer.com>
14298         * doc/contrib.texi (Contributors): Update entry for Danny Smith.
14300 2015-03-21  Chung-Lin Tang  <cltang@codesourcery.com>
14301             Sandra Loosemore  <sandra@codesourcery.com>
14303         * config/nios2/nios2-protos.h (nios2_adjust_call_address): Adjust
14304         function parameter declaration.
14305         * config/nios2/nios2.md (call,call_value,sibcall,sibcall_value):
14306         Update arguments to nios2_adjust_call_address().
14307         (sibcall_internal): Rename from *sibcall.
14308         (sibcall_value_internal): Rename from *sibcall_value.
14309         * config/nios2/nios2.c (nios2_emit_add_constant): New function.
14310         (nios2_large_got_address): Add target temp reg parameter.
14311         (nios2_got_address): Adjust call to nios2_large_got_address, add
14312         force_reg around it.
14313         (nios2_load_pic_address): Add target temp reg parameter, replace call
14314         to nios2_got_address with corresponding code.
14315         (nios2_legitimize_constant_address): Update call to
14316         nios2_load_pic_address.
14317         (nios2_adjust_call_address): Add temp reg parameter, update PIC case
14318         to use temp reg for PIC loading purposes.
14319         (nios2_asm_output_mi_thunk): Implement TARGET_ASM_OUTPUT_MI_THUNK.
14320         (TARGET_ASM_CAN_OUTPUT_MI_THUNK): Define.
14321         (TARGET_ASM_OUTPUT_MI_THUNK): Likewise.
14323 2015-03-21  Sandra Loosemore  <sandra@codesourcery.com>
14325         * doc/invoke.texi (-fno-diagnostics-show-caret): Fix
14326         usage of "the @option{...}".
14327         (-Wopenmp-simd): Likewise.
14328         (-fsanitize-recover): Likewise.
14329         (-fsanitize-undefined-trap-on-error): Likewise.
14330         (-flto): Likewise.
14331         (tracer-dynamic-coverage-feedback): Likewise.
14332         (reorder-block-duplicate-feedback): Likewise.
14333         (loop-unroll-jam-size): Likewise.
14334         (-B): Likewise.
14335         (-I-): Likewise.
14336         (-mabs=legacy): Likewise.
14337         (-mupper-regs-df): Likewise.
14338         (-mupper-regs-sf): Likewise.
14339         (-mpointers-to-nested-functions): Likewise.
14341 2015-03-21  Sandra Loosemore  <sandra@codesourcery.com>
14343         * doc/extend.texi (Cilk Plus Builtins): Add markup.
14345 2015-03-21  Sandra Loosemore  <sandra@codesourcery.com>
14347         * doc/invoke.texi (-fcheck-pointer-bounds): Copy-edit, add
14348         additional index entries and cross-references.
14349         (-fchkp-check-incomplete-type): Likewise.
14350         (-fchkp-first-field-has-own-bounds): Likewise.
14351         (-fchkp-narrow-to-innermost-array): Likewise.
14352         (-fchkp-use-fast-string-functions): Likewise.
14353         (-fchkp-use-nochk-string-functions): Likewise.
14354         (-fchkp-use-static-const-bounds): Likewise.
14355         (-fchkp-treat-zero-dynamic-size-as-infinite): Likewise.
14356         (-fchkp-instrument-marked-only): Likewise.
14357         (-fchkp-use-wrappers): Likewise.
14358         (-static-libmpx): Likewise.
14359         (-static-libmpxwrappers): Likewise.
14360         * doc/extend.texi (bnd_legacy): Likewise.
14361         (bnd_instrument): Likewise.
14362         (bnd_variable_size): Likewise.
14363         (Pointer Bounds Checker builtins): Likewise.
14365 2015-03-21  Tom de Vries  <tom@codesourcery.com>
14367         PR tree-optimization/65458
14368         * cgraph.c (cgraph_node::dump): Handle parallelized_function field.
14369         * cgraph.h (cgraph_node): Add parallelized_function field.
14370         * lto-cgraph.c (lto_output_node): Write parallelized_function field.
14371         (input_overwrite_node): Read parallelized_function field.
14372         * omp-low.c (expand_omp_taskreg, finalize_task_copyfn): Set
14373         parallelized_function on cgraph_node for child_fn.
14374         * tree-parloops.c: Add include of plugin-api.h, ipa-ref.h and cgraph.h.
14375         Remove include of gt-tree-parloops.h.
14376         (parallelized_functions): Remove static variable.
14377         (parallelized_function_p): Rewrite using parallelized_function field of
14378         cgraph_node.
14379         (create_loop_fn): Remove adding to parallelized_functions.
14380         * Makefile.in (GTFILES): Remove tree-parloops.c
14382 2015-03-20  Vladimir Makarov  <vmakarov@redhat.com>
14384         PR rtl-optimization/64366
14385         * lra.c (lra_update_insn_regno_info): Consider regs in
14386         CALL_INSN_FUNCTION_USAGE memory.
14388 2015-03-20  Richard Biener  <rguenther@suse.de>
14390         PR middle-end/64715
14391         * tree-chrec.c (chrec_fold_poly_cst): Use useless_type_conversion_p
14392         for type comparison and gcc_checking_assert.
14393         (chrec_fold_plus_poly_poly): Likewise.
14394         (chrec_fold_multiply_poly_poly): Likewise.
14395         (chrec_convert_1): Likewise.
14396         * gimplify.c (gimplify_expr): Remove premature folding of
14397         &X + CST to &MEM[&X, CST].
14399 2015-03-20  Jan Hubicka  <hubicka@ucw.cz>
14401         * ipa-inline.c (can_inline_edge_p): Short circuit if inline_failed
14402         already is final.
14403         (ipa_inline): Recompute inline_failed codes.
14404         * cif-code.def (FUNCTION_NOT_OPTIMIZED, REDEFINED_EXTERN_INLINE,
14405         USES_COMDAT_LOCAL, ATTRIBUTE_MISMATCH, UNREACHABLE): Declare as
14406         CIF_FINAL_ERROR.
14408 2015-03-20  Uros Bizjak  <ubizjak@gmail.com>
14410         PR rtl-optimization/60851
14411         * recog.c (constrain_operands): Accept a pseudo register before reload
14412         for LRA enabled targets.
14414 2015-03-19  Michael Meissner  <meissner@linux.vnet.ibm.com>
14416         PR target/65240
14417         * config/rs6000/predicates.md (easy_fp_constant): Remove special
14418         -ffast-math handling that kept non-0 constants live in the RTL
14419         until reload.  Remove logic testing the number of instructions it
14420         took to create a constant in a GPR that was never used, due to a
14421         test for soft-float earlier.
14422         (memory_fp_constant): Delete, no longer used.
14424         * config/rs6000/rs6000.md (mov<MODE>_hardfloat): Remove
14425         alternatives for loading non-0 constants into GPRs for hard
14426         floating point that is no longer needed due to changes in
14427         easy_fp_constant.  Add support for loading 0.0 into GPRs.
14428         (mov<mode>_hardfloat32): Likewise.
14429         (mov<mode>_hardfloat64): Likewise.
14430         (mov<mode>_64bit_dm): Likewise.
14431         (movtd_64bit_nodm): Likewise.
14432         (pre-reload move FP constant define_split): Delete define_split,
14433         since it is no longer used.
14434         (extenddftf2_internal): Remove GHF constraints that are not valid
14435         for extenddftf2.
14437 2015-03-19  Vladimir Makarov  <vmakarov@redhat.com>
14439         PR rtl-optimization/63491
14440         * lra-constraints.c (check_and_process_move): Use src instead of
14441         sreg.  Remove some dead code.
14443 2015-03-19  Jan Hubicka  <hubicka@ucw.cz>
14445         PR ipa/65380
14446         * ipa-icf.c (sem_function::merge): Do not merge DECL_EXTERNAL symbols.
14447         (sem_variable::merge): Likewise.
14449 2015-03-19  Martin Liska  <mliska@suse.cz>
14451         PR ipa/65465
14452         * cgraphunit.c (cgraph_node::create_wrapper): Correctly reset
14453         all fields of cgraph_thunk_info.
14455 2015-03-19  Ilya Enkovich  <ilya.enkovich@intel.com>
14457         * ipa-chkp.c (chkp_maybe_create_clone): Don't try to
14458         clone instrumented thunks.
14460 2015-03-19  Richard Biener  <rguenther@suse.de>
14462         Revert
14463         2015-03-10  Richard Biener  <rguenther@suse.de>
14465         PR middle-end/63155
14466         * tree-ssa-coalesce.h (verify_ssa_coalescing): Declare.
14467         * tree-ssa-coalesce.c: Include timevar.h.
14468         (attempt_coalesce): Handle graph being NULL.
14469         (coalesce_partitions): Call verify_ssa_coalescing if ENABLE_CHECKING.
14470         Split out abnormal coalescing to ...
14471         (perform_abnormal_coalescing): ... this function.
14472         (coalesce_ssa_name): Perform abnormal coalescing without computing
14473         live/conflict.
14474         (verify_ssa_coalescing_worker): New function.
14475         (verify_ssa_coalescing): Likewise.
14477 2015-03-19  Bernd Edlinger  <bernd.edlinger@hotmail.de>
14478             Jakub Jelinek  <jakub@redhat.com>
14480         PR sanitizer/65400
14481         * tsan.c (instrument_gimple): Clear tail call flag on
14482         calls.
14484 2015-03-19  Jakub Jelinek  <jakub@redhat.com>
14486         PR sanitizer/65400
14487         * ipa-split.c (find_return_bb): Allow TSAN_FUNC_EXIT internal
14488         call in the return bb.
14489         (find_split_points): Add RETURN_BB argument, don't call
14490         find_return_bb.
14491         (split_function): Likewise.  Add ADD_TSAN_FUNC_EXIT argument,
14492         if true append TSAN_FUNC_EXIT internal call after the call to
14493         the split off function.
14494         (execute_split_functions): Call find_return_bb here.
14495         Don't optimize if TSAN_FUNC_EXIT is found in unexpected places.
14496         Adjust find_split_points and split_function calls.
14498 2015-03-18  DJ Delorie  <dj@redhat.com>
14500         * config/rl78/rl78-virt.md (andqi3_virt): Allow far operands.
14501         (iorqi3_virt): Likewise.
14503 2015-03-18  Tom de Vries  <tom@codesourcery.com>
14505         * tree-parloops.c (parallelize_loops): Make static.
14506         * tree-parloops.h (parallelize_loops): Remove extern declaration.
14508 2015-03-18  Andrew Stubbs  <ams@codesourcery.com>
14510         PR middle-end/64491
14511         Revert:
14512         2014-11-20  Andrew Stubbs  <ams@codesourcery.com>
14514         * tree-ssa-loop-niter.c (maybe_lower_iteration_bound): Warn if a loop
14515         condition would be removed due to undefined behaviour.
14517 2015-03-18  Martin Liska  <mliska@suse.cz>
14519         PR ipa/65432
14520         * cgraph.c (cgraph_node::get_create): Remove unnecessary
14521         xstrdup_for_dump wrapper.
14522         * ipa-icf.c (sem_item::dump): Use symtab_node::name instead of
14523         sem_item::name.
14524         (sem_function::equals): Wrap symtab_node::name and symtab_node::asm_name
14525         with xstrdup_for_dump.
14526         (sem_variable::equals): Likewise.
14527         (sem_item_optimizer::read_section): Use symtab_node::name instead of
14528         sem_item::name.
14529         (sem_item_optimizer::parse_funcs_and_vars): Likewise.
14530         (sem_item_optimizer::merge_classes): Wrap symtab_node::name and
14531         symtab_node::asm_name with xstrdup_for_dump.
14532         (congruence_class::dump): Use symtab_node::name instead of
14533         sem_item::name.
14534         * ipa-icf.h (symtab_node::name): Remove.
14535         (symtab_node::asm_name): Likewise.
14537 2015-03-18  Jakub Jelinek  <jakub@redhat.com>
14539         PR tree-optimization/65450
14540         * tree-vect-data-refs.c (vect_duplicate_ssa_name_ptr_info): New
14541         function.
14542         (vect_create_addr_base_for_vector_ref, vect_create_data_ref_ptr): Use
14543         it instead of duplicate_ssa_name_ptr_info.
14545         PR target/65222
14546         * doc/invoke.texi: Add knl as x86 -march=/-mtune= CPU type.
14548 2015-03-18  Richard Biener  <rguenther@suse.de>
14550         * tree-data-ref.h (struct access_matrix): Remove.
14551         (AM_LOOP_NEST, AM_NB_INDUCTION_VARS, AM_PARAMETERS, AM_MATRIX,
14552         AM_NB_PARAMETERS, AM_CONST_COLUMN_INDEX, AM_NB_COLUMNS,
14553         AM_GET_SUBSCRIPT_ACCESS_VECTOR, AM_GET_ACCESS_MATRIX_ELEMENT): Likewise.
14554         (am_vector_index_for_loop): Likewise.
14555         (struct data_reference): Remove access_matrix member.
14556         (DR_ACCESS_MATRIX): Remove.
14557         (lambda_vector_new): Add comment.
14558         (lambda_matrix_new): Use XOBNEWVEC.
14560 2015-03-18  Richard Biener  <rguenther@suse.de>
14562         * tree-ssa-loop-ch.c (pass_data_ch): Remove TODO_cleanup_cfg.
14563         (pass_ch::execute): Cleanup the CFG only if we did sth.
14564         * tree-vect-generic.c (pass_data_lower_vector): Remove TODO_cleanup_cfg.
14566 2015-03-18  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
14568         * expmed.c (synth_mult): Use std::swap instead of manually
14569         swapping algorithms.
14571 2015-03-18  Jakub Jelinek  <jakub@redhat.com>
14573         PR target/65078
14574         * config/i386/sse.md (movsi/movdi -> vec_extract_*_0 splitter): New.
14576 2015-03-16  Georg-Johann Lay  <avr@gjlay.de>
14578         PR target/65296
14579         * config/avr/avr.opt (-nodevicelib): New option.
14580         * doc/invoke.texi (AVR Options): Document it.
14581         * config/avr/avrlibc.h (LIB_SPEC, LIBGCC_SPEC) [avr1]: Don't link
14582         libgcc.a, libc.a, libm.a.
14583         * config/avr/specs.h: Same.
14584         * config/avr/gen-avr-mmcu-specs.c (print_mcu): Don't print specs
14585         which don't (directly) depend on the device.  Print more help.
14586         (*avrlibc_devicelib) [-nodevicelib]: Don't link libdev.a.
14587         (*cpp): Don't define __AVR_DEV_LIB_NAME__.
14588         * config/avr/driver-avr.c: Remove -nodevicelib from option list in
14589         case of an error.
14590         (avr_devicespecs_file): Use suffix "%s" instead of absolute path
14591         for specs file name.
14592         * config/avr/avr-arch.h (avr_mcu_t) [.library_name]: Remove.
14593         * config/avr/avr-mcus.def: Adjust initializers and comments.
14595 2015-03-16  Jan Hubicka  <hubicka@ucw.cz>
14597         * tree-sra.c (ipa_sra_preliminary_function_checks): Use
14598         DECL_ONE_ONLY to check if decl is one only.
14599         * ipa-split.c (consider_split): Limit splitt of one only functions.
14601 2015-03-16  Jakub Jelinek  <jakub@redhat.com>
14603         PR tree-optimization/65427
14604         * tree-vect-generic.c (do_cond, expand_vector_scalar_condition): New
14605         functions.
14606         (expand_vector_operations_1): Handle BLKmode vector COND_EXPR.
14608 2015-03-16  Marek Polacek  <polacek@redhat.com>
14610         * cgraph.h (add_new_static_var): Remove declaration.
14611         * varpool.c (add_new_static_var): Remove function.
14613 2015-03-16  Jakub Jelinek  <jakub@redhat.com>
14615         * omp-low.c (expand_omp_target): Use auto_vec<tree, 11>
14616         instead of vec<tree> * with vec_alloc and release for args.
14617         Adjust all users.
14619         PR middle-end/65431
14620         * omp-low.c (delete_omp_context): Only splay_tree_delete
14621         reduction_map in GIMPLE_OMP_TARGET is_gimple_omp_offloaded
14622         is_gimple_omp_oacc contexts.  Don't look at ctx->outer.
14624 2015-03-16  Max Ostapenko  <m.ostapenko@partner.samsung.com>
14626         PR sanitizer/64820
14627         * cfgexpand.c (align_base): New function.
14628         (alloc_stack_frame_space): Call it.
14629         (expand_stack_vars): Align prev_frame to be sure
14630         data->asan_vec elements aligned properly.
14632 2015-03-16  Eric Botcazou  <ebotcazou@adacore.com>
14634         PR middle-end/65409
14635         * expr.c (store_field): Do not do a direct block copy if the source is
14636         a PARALLEL with BLKmode.
14638 2015-03-16  Tom de Vries  <tom@codesourcery.com>
14640         PR middle-end/65414
14641         Revert:
14642         2015-03-12  Tom de Vries  <tom@codesourcery.com>
14644         PR rtl-optimization/64895
14645         * lra-lives.c (check_pseudos_live_through_calls): Use
14646         actual_call_used_reg_set instead of call_used_reg_set, if available.
14648 2015-03-16  Alan Modra  <amodra@gmail.com>
14650         PR target/63150
14651         * config/rs6000/rs6000.md (bswapdi2): Remove one scratch reg.
14652         Modify Z->r bswapdi splitter to use dest in place of scratch.
14653         In r->Z and Z->r bswapdi splitter rename word_high, word_low
14654         to word1, word2 and rearrange logic to suit.
14655         (bswapdi2_64bit): Remove early clobber on Z->r alternative.
14656         (bswapdi2_ldbrx): Likewise.  Remove '??' on r->r.
14657         (bswapdi2_32bit): Remove early clobber on Z->r alternative.
14658         Add one '?' on r->r.  Modify Z->r splitter to avoid need for
14659         early clobber.
14661 2015-03-14  Jakub Jelinek  <jakub@redhat.com>
14663         PR tree-optimization/65369
14664         * tree-vect-stmts.c (vectorizable_load) <case dr_explicit_realign>:
14665         Set bump to vs * TYPE_SIZE_UNIT (elem_type) - 1 instead of
14666         (vs - 1) * TYPE_SIZE_UNIT (elem_type).
14668         PR tree-optimization/65418
14669         * tree-ssa-reassoc.c (extract_bit_test_mask): If there
14670         are casts in the first PLUS_EXPR operand, ensure tbias and
14671         *totallowp are in the inner type.
14673         PR rtl-optimization/65401
14674         * combine.c (rtx_equal_for_field_assignment_p): Add widen_x
14675         argument.  If true, adjust_address_nv of x with big-endian
14676         correction for the mode widening to GET_MODE (y).
14677         (make_field_assignment): Don't do MEM mode widening here.
14678         Use MEM_P instead of GET_CODE == MEM.
14680 2015-03-13  Ilya Verbin  <ilya.verbin@intel.com>
14682         * varpool.c (varpool_node::get_create): Don't set 'offloadable' flag for
14683         the external decls.
14685 2015-03-13  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
14687         PR target/64600
14688         * config/arm/arm.c (arm_gen_constant, AND case): Use
14689         ARM_SIGN_EXTEND when constructing AND mask.
14691 2015-03-13  Thomas Preud'homme  <thomas.preudhomme@arm.com>
14693         * graph.c (print_graph_cfg): Make function names visible and append
14694         parenthesis to it.  Also make groups of basic blocks belonging to the
14695         same function visible.
14697 2015-03-12  Richard Biener  <rguenther@suse.de>
14699         PR middle-end/44563
14700         * tree-inline.c (gimple_expand_calls_inline): Walk BB backwards
14701         to avoid quadratic behavior with inline expansion splitting blocks.
14702         * tree-cfgcleanup.c (cleanup_tree_cfg_bb): Do not merge block
14703         with the successor if the predecessor will be merged with it.
14704         * tree-cfg.c (gimple_can_merge_blocks_p): We can't merge the
14705         entry block with its successor.
14707 2015-03-13  Richard Biener  <rguenther@suse.de>
14709         PR middle-end/44563
14710         * tree-cfgcleanup.c (split_bb_on_noreturn_calls): Remove.
14711         (cleanup_tree_cfg_1): Do not call it.
14712         (execute_cleanup_cfg_post_optimizing): Fixup the CFG here.
14713         (fixup_noreturn_call): Mark the stmt as control altering.
14714         * tree-cfg.c (execute_fixup_cfg): Do not dump the function
14715         here.
14716         (pass_data_fixup_cfg): Produce a dump file.
14717         * tree-ssa-dom.c: Include tree-cfgcleanup.h.
14718         (need_noreturn_fixup): New global.
14719         (pass_dominator::execute): Fixup queued noreturn calls.
14720         (optimize_stmt): Queue calls that became noreturn for fixup.
14721         * tree-ssa-forwprop.c (pass_forwprop::execute): Likewise.
14722         * tree-ssa-pre.c: Include tree-cfgcleanup.h.
14723         (el_to_fixup): New global.
14724         (eliminate_dom_walker::before_dom_childre): Queue calls that
14725         became noreturn for fixup.
14726         (eliminate): Fixup queued noreturn calls.
14727         * tree-ssa-propagate.c: Include tree-cfgcleanup.h.
14728         (substitute_and_fold_dom_walker): New member stmts_to_fixup.
14729         (substitute_and_fold_dom_walker::before_dom_children): Queue
14730         alls that became noreturn for fixup.
14731         (substitute_and_fold): Fixup queued noreturn calls.
14733 2015-03-12  Jan Hubicka  <hubicka@ucw.cz>
14735         * ipa-icf.c (sem_function::equals_wpa): Match CXX_CONSTRUCTOR_P
14736         and CXX_DESTURCTOR_P. For consutrctors match ODR type of class they
14737         are building; for methods check ODR type of class they belong to if
14738         they may lead to a polymorphic call.
14739         (sem_function::compare_polymorphic_p): Be bit smarter about testing
14740         when function may lead to a polymorphic call.
14741         (sem_function::compare_type_list): Remove.
14742         (sem_variable::equals): Update use of compatible_types_p.
14743         (sem_variable::parse_tree_refs): Remove.
14744         (sem_item_optimizer::filter_removed_items): Do not filter out CXX
14745         cdtor.
14746         * ipa-icf-gimple.c (func_checker::compare_decl): Do polymorphic
14747         matching here.
14748         (func_checker::compatible_polymorphic_types_p): Break out from ...
14749         (unc_checker::compatible_types_p): ... here.
14750         * ipa-icf-gimple.h (func_checker::compatible_polymorphic_types_p):
14751         Declare.
14752         (unc_checker::compatible_types_p): Update.
14753         * ipa-icf.h (compare_type_list, parse_tree_refs, compare_sections):
14754         Remove.
14756 2015-03-12  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
14758         PR rtl-optimization/65235
14759         * simplify-rtx.c (simplify_binary_operation_1, VEC_SELECT case):
14760         When first element of vec_concat is const_int, calculate its size
14761         using second element.
14763 2015-03-12  Richard Biener  <rguenther@suse.de>
14765         PR middle-end/65270
14766         * fold-const.c (operand_equal_p): Fix ordering of resetting
14767         OEP_ADDRESS_OF and checking for it in the [TARGET_]MEM_REF case.
14769 2015-03-12  Dominik Vogt  <vogt@linux.vnet.ibm.com>
14771         * config/s390/s390.c (s390_reorg): Move code to output nops after label
14772         to s390_reorg ().
14773         (s390_asm_output_function_label): Likewise.
14774         * config/s390/s390.c (s390_asm_output_function_label):
14775         Fix function label alignment with -mhtopatch.
14776         * config/s390/s390.md ("unspecv"): New values UNSPECV_NOP_2_BYTE,
14777         UNSPECV_NOP_4_BYTE and UNSPECV_NOP_6_BYTE
14778         ("nop_2_byte"): New define_insn.
14779         ("nop_4_byte"): Likewise.
14780         ("nop_6_byte"): Likewise.
14781         * doc/extend.texi (hotpatch): hotpatch attribute doc fixes.
14782         * doc/invoke.texi (-mhotpatch): -mhotpatch doc fixes.
14784 2015-03-12  Ilya Enkovich  <ilya.enkovich@intel.com>
14786         PR target/65103
14787         * config/i386/i386.c (ix86_address_cost): Fix cost of a PIC
14788         register.
14790 2015-03-12  Ilya Enkovich  <ilya.enkovich@intel.com>
14792         PR target/65044
14793         * toplev.c (process_options): Restrict Pointer Bounds Checker
14794         usage with Address Sanitizer.
14796 2015-03-12  Richard Biener  <rguenther@suse.de>
14798         * tree-cfg.c (gimple_split_block): Remove loop finding stmt
14799         to split on.
14800         * omp-low.c (expand_omp_taskreg): Split block before removing
14801         the stmt.
14802         (expand_omp_target): Likewise.
14803         * ubsan.c (ubsan_expand_null_ifn): Adjust stmt if we replaced it.
14804         * tree-parloops.c (create_call_for_reduction_1): Pass a proper
14805         stmt to split_block.
14807 2015-03-12  Tom de Vries  <tom@codesourcery.com>
14809         PR rtl-optimization/64895
14810         * lra-lives.c (check_pseudos_live_through_calls): Use
14811         actual_call_used_reg_set instead of call_used_reg_set, if available.
14813 2015-03-10  Jan Hubicka  <hubicka@ucw.cz>
14815         * cgraph.c (cgraph_node::release_body): Free function_in_decl_state.
14816         (cgraph_node::remove): Likewise.
14817         (cgraph_node::get_untransformed_body): Likewise.
14818         * varpool.c (varpool_node::remove): Likewise.
14819         (varpool_node::get_constructor): Add sanity check.
14821 2015-03-11  Sandra Loosemore  <sandra@codesourcery.com>
14823         * doc/invoke.texi (-fgnu89-inline): Remove discussion about
14824         old GCC versions.
14825         (-fabi-compat-version): Likewise.
14826         (-ffriend-injection): Likewise.
14827         (-Wdeclaration-after-statement): Likewise.
14828         (-fomit-frame-pointer): Likewise.
14829         (-ftree-coalesce-inlined-vars): Likewise.
14830         (-fvisibility=): Likewise.
14831         * doc/extend.texi (Typeof): Likewise.
14832         (Zero Length): Likewise.
14833         (Escaped Newlines): Likewise.
14834         (Compound Literals): Likewise.
14835         (Function Attributes): Likewise.
14836         (Label Attributes): Likewise.
14837         (Type Attributes): Likewise.
14838         (Function Names): Likewise.
14839         (Other Builtins): Likewise.
14840         (Function Specific Option Pragmas): Likewise.
14841         (C++ Interface): Likewise.
14843 2015-03-11  Thomas Schwinge  <thomas@codesourcery.com>
14845         * config/nvptx/nvptx.h (LIBSTDCXX): Define to "gcc".
14847 2015-03-11  Marek Polacek  <polacek@redhat.com>
14849         PR tree-optimization/65388
14850         * tree-ssa-tail-merge.c (same_succ_def::equal): Fix typo in comparison.
14852 2015-03-10  Georg-Johann Lay  <avr@gjlay.de>
14854         PR target/65296
14855         * configure.ac [avr]: Check as for options -mrmw, --mlink-relax.
14856         * configure: Regenerate.
14857         * config.in: Regenerate.
14858         * doc/invoke.texi (AVR Options) [-mrmw]: Document it.
14859         [-mn-flash]: Document it.
14860         [__AVR_ARCH__]: Document avrtiny.
14862         * config/avr/gen-avr-mmcu-specs.c (config.h): Include it.
14863         (*asm_relax): Only define spec if HAVE_AS_AVR_MLINK_RELAX_OPTION.
14864         (*asm_rmw): Only define spec if HAVE_AS_AVR_MRMW_OPTION.
14866 2015-03-11  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
14868         * doc/invoke.texi: Add missing cpu values (z196, zEC12).
14870 2015-03-11  Michael Meissner  <meissner@linux.vnet.ibm.com>
14872         PR target/65242
14873         * config/rs6000/rs6000.c (rs6000_preferred_reload_class): Do not
14874         allow reloads of PLUS in floating point/VSX registers.
14876 2015-03-11  Junmo Park  <junmoz.park@samsung.com>
14878         * config/arm/cortex-a57.md (cortex_a57_crypto_simple): Add
14879         crypto_sha256_fast.
14880         (cortex_a57_crypto_complex): Add crypto_sha256_slow.
14882 2015-03-11  Richard Biener  <rguenther@suse.de>
14884         PR tree-optimization/65310
14885         * tree-sra.c (build_ref_for_offset): Also preserve larger
14886         alignment.
14888 2015-03-11  Marat Zakirov  <m.zakirov@samsung.com>
14890         * asan.c (instrument_derefs): Disable instrumentation on asan-globals=0.
14892 2015-03-10  Jakub Jelinek  <jakub@redhat.com>
14894         PR target/65368
14895         * config/i386/i386.md (bmi2_bzhi_<mode>3): Removed define_insn,
14896         new define_expand.
14897         (*bmi2_bzhi_<mode>3, *bmi2_bzhi_<mode>3_1): New define_insns.
14899 2015-03-10  Jan Hubicka  <hubicka@ucw.cz>
14901         * ipa-icf.c (sem_function::equals_wpa): Move here some checks from ...
14902         (sem_function::equals_wpa): ... here.
14904 2015-03-10  Marek Polacek  <polacek@redhat.com>
14905             Jakub Jelinek  <jakub@redhat.com>
14907         PR sanitizer/65367
14908         * ubsan.c (ubsan_expand_objsize_ifn): Update GSI instead of GSI_ORIG
14909         when only removing the statement.  Handle expanding UBSAN_OBJECT_SIZE
14910         separately.
14912 2015-03-10  Jakub Jelinek  <jakub@redhat.com>
14914         PR target/65286
14915         * config/rs6000/t-linux: For powerpc64* target set
14916         MULTILIB_OSDIRNAMES instead of MULTIARCH_DIRNAME.
14918 2015-03-10  Richard Biener  <rguenther@suse.de>
14920         PR middle-end/44563
14921         * tree-inline.c (copy_cfg_body): Skip block mapped to entry/exit
14922         for redirect_all_calls.
14924 2015-03-10  Marek Polacek  <polacek@redhat.com>
14926         * gdbinit.in (pcfun): Define and document.
14928 2015-03-10  Ilya Verbin  <ilya.verbin@intel.com>
14930         * config/i386/intelmic-mkoffload.c: Include intelmic-offload.h instead
14931         of libgomp-plugin.h.
14932         (find_target_compiler): Support a case when the path to gcc is
14933         specified in the PATH env var, so COLLECT_GCC doesn't contain a path.
14934         (generate_host_descr_file): Use GOMP_DEVICE_INTEL_MIC from
14935         intelmic-offload.h instead of OFFLOAD_TARGET_TYPE_INTEL_MIC from
14936         libgomp-plugin.h.
14937         (main): Use GCC_INSTALL_NAME as target_driver_name.
14938         * config/i386/t-intelmic (CFLAGS-mkoffload.o): Add GCC_INSTALL_NAME
14939         define.
14940         (mkoffload.o): Remove obsolete include path and defines.
14941         (mkoffload$(exeext)): Use $(LINKER) instead of $(COMPILER).
14943 2015-03-10  Richard Biener  <rguenther@suse.de>
14945         PR middle-end/63155
14946         * tree-ssa-coalesce.h (verify_ssa_coalescing): Declare.
14947         * tree-ssa-coalesce.c: Include timevar.h.
14948         (attempt_coalesce): Handle graph being NULL.
14949         (coalesce_partitions): Call verify_ssa_coalescing if ENABLE_CHECKING.
14950         Split out abnormal coalescing to ...
14951         (perform_abnormal_coalescing): ... this function.
14952         (coalesce_ssa_name): Perform abnormal coalescing without computing
14953         live/conflict.
14954         (verify_ssa_coalescing_worker): New function.
14955         (verify_ssa_coalescing): Likewise.
14957 2015-03-10  Georg-Johann Lay  <avr@gjlay.de>
14959         PR target/65296
14960         * config.gcc (extra_options) [avr]: Remove.
14961         (extra_gcc_objs) [avr]: Use driver-avr.o, avr-devices.o.
14962         (tm_file) [avr]: Add avr/specs.h after avr/avr.h.
14963         (tm_defines) [avr-*-rtems*]: Add WITH_RTEMS.
14965         * config/avr/avr.opt (config/avr/avr-arch.h): Remove include.
14966         (-mmcu=): Add Var and MissingArgError properties.
14967         (-march=): Remove.
14968         * config/avr/genmultilib.awk: Use -mmcu= instead of -march=.
14969         * config/avr/t-multilib: Regenerate.
14970         * config/avr/specs.h: New file.
14971         * config/avr/driver-avr.c: New file.
14972         * config/avr/genopt.sh: Remove file.
14973         * config/avr/avr-tables.opt: Remove file.
14974         * config/avr/predicates.md (avr_current_arch): Rename to avr_arch.
14975         * config/avr/avr-c.c: Same.
14976         * avr-arch.h: Same.
14977         (avr_current_device): Remove proto.
14978         * config/avr/avr.h (avr_current_arch): Rename to avr_arch.
14979         (AVR_HAVE_8BIT_SP): Don't depend on avr_current_device.
14980         (EXTRA_SPEC_FUNCTIONS): Define.
14981         (avr_devicespecs_file): New specs function proto.
14982         (DRIVER_SELF_SPECS): Use device-specs-file spec function.
14983         * config/avr/avr.c (avr_current_arch): Rename to avr_arch.
14984         (avr_current_device): Remove definition and usage.
14985         (avr_set_core_architecture): New static function.
14986         (avr_option_override): Use it.
14987         * config/avr/avr-devices.c (diagnostic.h, avr-arch.h): Include them.
14988         (mcu_name): New static array.
14989         (comparator, avr_archs_str, avr_mcus_str): New static functions.
14990         (avr_inform_devices, avr_inform_core_architectures): New functions.
14991         * config/avr/gen-avr-mmcu-specs.c (avr-arch.h, specs.h): Include.
14992         (avrlibc.h) [WITH_AVRLIBC]: Include.
14993         (../rtems.h, rtems.h) [WITH_RTEMS]: Include.
14994         (print_mcu): Rewrite from scratch.
14995         * config/avr/avrlibc.h (LIB_SPEC, LIBGCC_SPEC, STARTFILE_SPEC):
14996         Forward to avr-specific specs defined in device-specs file.
14997         * config/avr/t-avr (driver-avr.o): New rule.
14998         (avr-devices.o): Depend on avr-arch.h.
14999         (avr-mcus): No more depend on avr-tables.opt.
15000         (avr-tables.opt): Remove rule.
15001         (install-device-specs): Use INSTALL_DATA, not INSTALL_PROGRAM.
15003 2015-03-10  Ilya Enkovich  <ilya.enkovich@intel.com>
15005         * c-family/c.opt (fchkp-use-wrappers): New.
15006         * ipa-chkp.c (CHKP_WRAPPER_SYMBOL_PREFIX): New.
15007         (chkp_wrap_function): New.
15008         (chkp_build_instrumented_fndecl): Support wrapped
15009         functions.
15010         * doc/invoke.texi (-fcheck-pointer-bounds): New.
15011         (-fchkp-check-incomplete-type): New.
15012         (-fchkp-first-field-has-own-bounds): New.
15013         (-fchkp-narrow-bounds): New.
15014         (-fchkp-narrow-to-innermost-array): New.
15015         (-fchkp-optimize): New.
15016         (-fchkp-use-fast-string-functions): New.
15017         (-fchkp-use-nochk-string-functions): New.
15018         (-fchkp-use-static-bounds): New.
15019         (-fchkp-use-static-const-bounds): New.
15020         (-fchkp-treat-zero-dynamic-size-as-infinite): New.
15021         (-fchkp-check-read): New.
15022         (-fchkp-check-write): New.
15023         (-fchkp-store-bounds): New.
15024         (-fchkp-instrument-calls): New.
15025         (-fchkp-instrument-marked-only): New.
15026         (-fchkp-use-wrappers): New.
15027         (-static-libmpx): New.
15028         (-static-libmpxwrappers): New.
15030 2015-03-10  Ilya Enkovich  <ilya.enkovich@intel.com>
15032         * config/i386/linux-common.h (LIBMPX_WRAPPERSSPEC): New.
15033         (CHKP_SPEC): Add wrappers library.
15034         * c-family/c.opt (static-libmpxwrappers): New.
15036 2015-03-10  Ilya Enkovich  <ilya.enkovich@intel.com>
15038         * config/i386/linux-common.h (LIBMPX_LIBS): New.
15039         (LIBMPX_SPEC): New.
15040         (CHKP_SPEC): New.
15041         * gcc.c (CHKP_SPEC): New.
15042         (LINK_COMMAND_SPEC): Add CHKP_SPEC.
15043         * c-family/c.opt (static-libmpx): New.
15045 2015-03-10  Richard Biener  <rguenther@suse.de>
15047         PR middle-end/44563
15048         * cgraph.h (struct cgraph_edge_hasher): Add hash overload
15049         for compare_type.
15050         * cgraph.c (cgraph_edge_hasher::hash): Inline htab_hash_pointer.
15051         (cgraph_update_edge_in_call_site_hash): Use cgraph_edge_hasher::hash.
15052         (cgraph_add_edge_to_call_site_hash): Likewise.
15053         (cgraph_node::get_edge): Likewise.
15054         (cgraph_edge::set_call_stmt): Likewise.
15055         (cgraph_edge::remove_caller): Likewise.
15057 2015-03-10  Chung-Ju Wu  <jasonwucj@gmail.com>
15059         * config/nds32/nds32.h (callee_saved_regs_size): Rename to ...
15060         (callee_saved_gpr_regs_size): ... this.
15061         (callee_saved_regs_first_regno): Rename to ...
15062         (callee_saved_first_gpr_regno): ... this.
15063         (callee_saved_regs_last_regno) Rename to ...
15064         (callee_saved_last_gpr_regno): ... this.
15065         * config/nds32/nds32.c (nds32_compute_stack_frame): Adjust renamed
15066         variables.
15067         (nds32_initial_elimination_offset): Likewise.
15068         (nds32_expand_prologue): Likewise.
15069         (nds32_expand_epilogue): Likewise.
15070         (nds32_expand_prologue_v3push): Likewise.
15071         (nds32_expand_epilogue_v3pop): Likewise.
15072         * config/nds32/nds32-md-auxiliary.c (nds32_output_stack_push):
15073         Adjust renamed variables.
15074         (nds32_output_stack_pop): Likewise.
15076 2015-03-10  Thomas Preud'homme  <thomas.preudhomme@arm.com>
15078         * dominance.c (nearest_common_dominator_for_set): Fix A_Dominated_by_B
15079         code in comment.
15081 2015-03-10  Jakub Jelinek  <jakub@redhat.com>
15083         PR rtl-optimization/65321
15084         * cfgexpand.c (expand_debug_expr): Ensure shift amount isn't wider
15085         than shift mode.
15086         * var-tracking.c (use_narrower_mode): Likewise.
15088 2015-03-10  Jan Hubicka  <hubicka@ucw.cz>
15090         PR tree-optimization/65355
15091         * varasm.c (notice_global_symbol): Do not produce RTL.
15092         * symtab.c (symtab_node::can_increase_alignment_p): Check for section
15093         anchor.
15094         * tree-vect-data-refs.c (vect_compute_data_ref_alignment): Do not
15095         check for section anchors.
15097 2015-03-10  Alan Modra  <amodra@gmail.com>
15099         PR target/65286
15100         * config.gcc (powerpc*-*-linux*): Arrange for powerpc64le-linux
15101         to be single-arch by default.  Set cpu_is_64bit for powerpc64
15102         given --with-cpu=native.
15103         * config/rs6000/t-fprules: Do not set default MULTILIB vars.
15104         * config/rs6000/t-linux (MULTIARCH_DIRNAME): Support powerpc64
15105         and powerpc64le.
15106         * config/rs6000/linux64.h (SUBSUBTARGET_OVERRIDE_OPTIONS): Test
15107         rs6000_isa_flags rather than TARGET_64BIT.
15109 2015-03-09  Yoshinori Sato  <ysato@users.sourceforge.jp>
15110             Kaz Kojima  <kkojima@gcc.gnu.org>
15112         * config/sh/t-linux (MULTILIB_EXCEPTIONS): Define for m2a cases.
15114 2015-03-09  Jakub Jelinek  <jakub@redhat.com>
15116         PR lto/65361
15117         * ipa-devirt.c (add_type_duplicate): Don't use DECL_CONTEXT
15118         on a TREE_BINFO, instead use BINFO_TYPE.
15120 2015-03-09  Richard Biener  <rguenther@suse.de>
15122         PR middle-end/65270
15123         * tree-core.h (enum operand_equal_flag): Add OEP_ADDRESS_OF.
15124         * fold-const.c (operand_equal_p): When recursing for ADDR_EXPRs
15125         operand set OEP_ADDRESS_OF.  Clear it when recursing to non-bases
15126         of that.  When comparing dereferences compare alignment.
15127         When comparing MEM_REFs or TARGET_MEM_REFs compare dependence info.
15129 2015-03-08  Jan Hubicka  <hubicka@ucw.cz>
15131         * ipa-inline-analysis.c (check_callers): Check
15132         node->can_remove_if_no_direct_calls_and_refs_p.
15133         (growth_likely_positive): Reorganize to call
15134         can_remove_if_no_direct_calls_p later.
15135         * cgraph.h (will_be_removed_from_program_if_no_direct_calls_p,
15136         will_be_removed_from_program_if_no_direct_calls_p): Add
15137         will_inline parameter.
15138         * cgraph.c (cgraph_node::can_remove_if_no_direct_calls_p,
15139         cgraph_node::will_be_removed_from_program_if_no_direct_calls_p):
15140         Handle inliner case correctly.
15142 2015-03-09  Thomas Preud'homme  <thomas.preudhomme@arm.com>
15144         PR tree-optimization/63743
15145         * cfgexpand.c (reorder_operands): Also reorder if only second operand
15146         had its definition forwarded by TER.
15148 2015-03-08  Jan Hubicka  <hubicka@ucw.cz>
15150         PR lto/65316
15151         * ipa-utils.h (types_odr_comparable): Add strict argument.
15152         * ipa-devirt.c: Fix whitespace;
15153         (odr_hasher): Remove.
15154         (odr_name_hasher, odr_vtable_hasher): New hashers.
15155         (can_be_name_hashed_p): New predicate.
15156         (hash_type_name): remove.
15157         (hash_odr_name): New.
15158         (odr_name_hasher::hash): new.
15159         (can_be_vtable_hashed_p): New.
15160         (hash_odr_vtable): New.
15161         (odr_vtable_hasher::hash): New.
15162         (types_same_for_odr): Add strict parameter.
15163         (types_odr_comparable): Likewise.
15164         (odr_name_hasher::equal): New.
15165         (odr_vtable_hasher::equal): New.
15166         (odr_name_hasher::remove): New.
15167         (odr_hash_type): Change to hash_table<odr_name_hasher>.
15168         (odr_vtable_hash_type): New.
15169         (odr_vtable_hash): New.
15170         (odr_subtypes_equivalent_p): Do strict comparsion.
15171         (add_type_duplicate): Merge type names; cleanup; avoid type
15172         duplicates.
15173         (register_odr_type): Initialize vtable hash.
15174         (build_type_inheritance_graph): Likewise
15175         (get_odr_type): Reorg to use two hashes.
15176         (dump_possible_polymorphic_call_targets): Move sanity check after debug
15177         output.
15178         (ipa_devirt): Dump type_inheritance_graph.
15179         (types_same_for_odr): Add strict mode.
15181 2015-03-05  Jan Hubicka  <hubicka@ucw.cz>
15183         PR ipa/65334
15184         * cgraph.h (symtab_node): Add definition_alignment,
15185         can_increase_alignment_p and increase_alignment.
15186         * symtab.c (symtab_node::can_increase_alignment_p,
15187         increase_alignment_1, symtab_node::increase_alignment,
15188         symtab_node::definition_alignment): New.
15189         * tree-vect-data-refs.c (vect_can_force_dr_alignment_p): Use
15190         can_increase_alignment_p.
15191         * tree-vectorizer.c (increase_alignment): Use increase_alignment.
15192         * tree-vect-stmts.c (ensure_base_align): Likewise.
15193         * varasm.c (function_section_1): Use definition_alignment.
15194         (assemble_start_function): Likewise.
15195         (emit_local): likewise.
15196         (build_constant_desc): Likewsie.
15197         (output_constant_def_contents): Likewise.
15198         (place_block_symbol): Likewise.
15199         (output_object_block): Likewise.
15201 2015-03-05  Jan Hubicka  <hubicka@ucw.cz>
15203         PR ipa/65316
15204         * tree.c (free_lang_data_in_type): Be sure to keep BINFO_VTABLE
15205         when outputting debug.
15207 2015-03-07  Marek Polacek  <polacek@redhat.com>
15208             Martin Uecker  <uecker@eecs.berkeley.edu>
15210         PR sanitizer/65280
15211         * doc/invoke.texi: Update description of -fsanitize=bounds.
15213 2015-03-06  Wilco Dijkstra  <wilco.dijkstra@arm.com>
15215         * tree-ssa-phiopt.c (neg_replacement): Remove.
15216         (tree_ssa_phiopt_worker): Remove negate optimization.
15218 2015-03-05  Jan Hubicka  <hubicka@ucw.cz>
15220         PR ipa/65302
15221         * value-prof.c (gimple_ic): Pure dead eh edges when needed.
15223 2015-03-06  Richard Biener  <rguenther@suse.de>
15225         PR middle-end/64928
15226         * tree-ssa-live.h (struct tree_live_info_d): Add livein_obstack
15227         and liveout_obstack members.
15228         (calculate_live_on_exit): Remove.
15229         (calculate_live_ranges): Change declaration.
15230         * tree-ssa-live.c (liveness_bitmap_obstack): Remove global var.
15231         (new_tree_live_info): Adjust.
15232         (calculate_live_ranges): Delete livein when not wanted.
15233         (calculate_live_ranges): Do not initialize liveness_bitmap_obstack.
15234         Deal with partly deleted live info.
15235         (loe_visit_block): Remove temporary bitmap by using
15236         bitmap_ior_and_compl_into.
15237         (live_worklist): Adjust accordingly.
15238         (calculate_live_on_exit): Make static.
15239         * tree-ssa-coalesce.c (coalesce_ssa_name): Tell calculate_live_ranges
15240         we do not need livein.
15242 2015-03-06  Jonathan Wakely  <jwakely@redhat.com>
15244         * real.c (real_from_string): Fix typo in assertion.
15246 2015-03-06  Alex Velenko  <alex.velenko@arm.com>
15248         * ChangeLog (2015-03-05): Reflect Richard Henderson as actual author of
15249         the patch.
15251 2015-03-05  Jan Hubicka  <hubicka@ucw.cz>
15253         * ipa-icf.c (sem_variable::equals_wpa): Check FINAL flags.
15255 2015-03-05  Vladimir Makarov  <vmakarov@redhat.com>
15257         PR target/64342
15258         * lra-assigns.c (find_hard_regno_for): Rename to
15259         find_hard_regno_for_1.  Add a new parameter.
15260         (find_hard_regno_for): New function using find_hard_regno_for_1.
15262 2015-03-05  Bernd Edlinger  <bernd.edlinger@hotmail.de>
15264         PR rtl-optimization/65067
15265         * expmed.c (store_bit_field, extract_bit_field): Reworked the
15266         strict volatile bitfield handling.
15268 2015-03-05  Martin Liska  <mliska@suse.cz>
15270         PR ipa/65318
15271         * ipa-icf.c (sem_variable::equals): Compare variables types.
15273 2015-03-05  Richard Henderson  <rth@redhat.com>
15275         PR target/65121
15276         * config/arm/arm.c (arm_function_in_section_p): Fix predicate to
15277         correctly check weak symbol binding.
15279 2015-03-05  Steve Ellcey  <sellcey@imgtec.com>
15281         PR middle-end/65315
15282         * cfgexpand.c (expand_stack_vars): Update large_align to maximum
15283         needed alignment.
15285 2015-03-05  Martin Liska  <mliska@suse.cz>
15287         * ipa-inline.c (inline_small_functions): Set default value to
15288         prevent warning during bootstrap.
15289         * tree.h: Add pragma guard that ignores false positives during
15290         bootstrap.
15292 2015-03-05  Richard Biener  <rguenther@suse.de>
15294         PR tree-optimization/65310
15295         * tree-vect-data-refs.c (vect_compute_data_ref_alignment):
15296         Properly preserve alignment of the base of the access.
15298 2015-03-05  Richard Biener  <rguenther@suse.de>
15300         PR ipa/65270
15301         * ipa-icf-gimple.c (func_checker::compare_memory_operand):
15302         Compare dependence info.
15304 2015-03-05  Richard Biener  <rguenther@suse.de>
15306         PR middle-end/65233
15307         * ipa-polymorphic-call.c: Include tree-ssa-operands.h and
15308         tree-into-ssa.h.
15309         (walk_ssa_copies): Revert last chage.  Instead do not walk
15310         SSA names registered for SSA update.
15312 2015-03-03  Jan Hubicka  <hubicka@ucw.cz>
15314         PR ipa/65270
15315         * ipa-icf.c (sem_item::compare_cgraph_references): Compare
15316         vtable references for their containing type.
15317         (sem_function::equals_wpa): Compare TYPE_RESTRICT
15318         and type attributes.
15320 2015-03-04  Eric Botcazou  <ebotcazou@adacore.com>
15322         * fold-const.c (round_up_loc): Cast divisor to signed on all paths
15323         before negating it.
15324         * stor-layout.c (finalize_record_size): Revert latest change.
15326 2015-03-04  Andreas Tobler  <andreast@gcc.gnu.org>
15328         * config/rs6000/t-freebsd64: Remove 32-bit soft-float multilibs.
15330 2015-03-03  Jan Hubicka  <hubicka@ucw.cz>
15332         * cgraph.c (cgraph_node::can_remove_if_no_direct_calls_p): Rewrite
15333         for correct comdat handling.
15334         (cgraph_node::will_be_removed_from_program_if_no_direct_calls_p):
15335         Likewise.
15336         * cgraph.h (call_for_symbol_and_aliases): Fix formating.
15337         (used_from_object_file_p_worker): Remove.
15338         (cgraph_node::only_called_directly_or_alised): Add
15339         used_from_object_file_p.
15340         * ipa-inline-analysis.c (growth_likely_positive): Optimie.
15341         * ipa-inline-transform.c (can_remove_node_now_p_1): Use
15342         can_remove_if_no_direct_calls_and_refs_p.
15344 2015-03-04  Nick Clifton  <nickc@redhat.com>
15346         * config/rl78/rl78.h (enum reg_class): Remove real registers from
15347         General register class.
15348         * config/rl78/rl78-real.md: Replace general register constraints
15349         with real+virtual register constraints.
15351 2015-03-04  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
15353         * config/s390/s390.c (s390_expand_builtin): Exlude non-htm builtins
15354         from checking for -mhtm option.
15356 2015-03-03  Jan Hubicka  <hubicka@ucw.cz>
15358         * tree-sra.c (convert_callers): Use call_for_symbol_and_aliases.
15359         (struct ipa_sra_check_caller_data): Add has_thunk field.
15360         (ipa_sra_check_caller): Check for thunk.
15361         (ipa_sra_preliminary_function_checks): Give up on function with
15362         thunks.
15363         (ipa_early_sra): Use call_for_symbol_and_aliases.
15365 2015-03-03  Kaz Kojima  <kkojima@gcc.gnu.org>
15367         PR target/65249
15368         * config/sh/sh.md (symGOT_load): Use R0 reg for operands[2] when
15369         called for __stack_chk_guard symbol.
15371 2015-03-03  DJ Delorie  <dj@redhat.com>
15373         * config/rl78/rl78-real.md (*addqi_real): Allow SADDR types for
15374         inc/dec.
15375         (*addhi3_real): Likewise.
15376         * config/rl78/rl78-virt.md (*inc<mode>3_virt): Additional
15377         pattern to match incrementing memory.
15378         * config/rl78/predicates.md (rl78_1_2_operand): New.
15379         * config/rl78/rl78.c (rl78_force_nonfar_3): Allow far mem-mem if
15380         it's the same and only mem.
15381         (rl78_alloc_physical_registers_op2): If there's effectively only
15382         one MEM, transcode it into HL.
15383         (rl78_far_p): Reject addresses that aren't legitimate.
15385 2015-03-03  Eric Botcazou  <ebotcazou@adacore.com>
15387         * fold-const.c (round_up_loc): Cast divisor to HOST_WIDE_INT before
15388         negating it.
15390         * tree-sra.c (pa_sra_preliminary_function_checks): Fix typo in message.
15392 2015-03-03  Max Filippov  <jcmvbkbc@gmail.com>
15394         Implement call0 ABI for xtensa
15395         * config/xtensa/constraints.md ("a" constraint): Include stack
15396         pointer in case of call0 ABI.
15397         ("q" constraint): Make empty in case of call0 ABI.
15398         ("D" constraint): Include stack pointer in case of call0 ABI.
15399         * config/xtensa/xtensa-protos.h (xtensa_set_return_address,
15400         xtensa_expand_epilogue, xtensa_regno_to_class): Add new function
15401         prototypes.
15402         * config/xtensa/xtensa.c (xtensa_callee_save_size): New
15403         variable.
15404         (xtensa_regno_to_class): Make it a local variable in the
15405         function xtensa_regno_to_class.
15406         (xtensa_function_epilogue, TARGET_ASM_FUNCTION_EPILOGUE): Remove
15407         macro, function prototype and implementation.
15408         (reg_nonleaf_alloc_order): Make it a local variable in the
15409         function order_regs_for_local_alloc.
15410         (xtensa_conditional_register_usage): New function.
15411         (TARGET_CONDITIONAL_REGISTER_USAGE): Define macro.
15412         (xtensa_valid_move): Allow direct moves to stack pointer
15413         register in call0 ABI.
15414         (xtensa_setup_frame_addresses): Only spill register windows in
15415         windowed ABI.
15416         (xtensa_emit_call): Emit call(x)8 or call(x)0 in windowed and
15417         call0 ABI respectively.
15418         (xtensa_function_arg_1): Only mark a7 register for copying in
15419         windowed ABI.
15420         (xtensa_call_save_reg): New function.
15421         (compute_frame_size): Add space for callee saved register
15422         storage to the frame size in call0 ABI.
15423         (xtensa_expand_prologue): Generate code to set up stack frame
15424         and save callee-saved registers in call0 ABI.
15425         (xtensa_expand_epilogue): New function.
15426         (xtensa_set_return_address): New function.
15427         (xtensa_return_addr): Calculate return address in call0 ABI.
15428         (xtensa_builtin_saveregs): Only mark a7 register for copying and
15429         emit copying code in windowed ABI.
15430         (order_regs_for_local_alloc): Add preferred register allocation
15431         order for non-leaf function in call0 ABI.
15432         (xtensa_static_chain): Add atatic chain passing for call0 ABI.
15433         (xtensa_asm_trampoline_template): Add trampoline generation for
15434         call0 ABI.
15435         (xtensa_trampoline_init): Add trampoline initialization for
15436         call0 ABI.
15437         (xtensa_conditional_register_usage, xtensa_regno_to_class): New
15438         functions.
15439         * config/xtensa/xtensa.h (TARGET_WINDOWED_ABI): New macro.
15440         (TARGET_CPU_CPP_BUILTINS): Add built-in define for call0 ABI.
15441         (CALL_USED_REGISTERS): Modify to encode both windowed and call0
15442         ABI call-used registers.
15443         (HARD_FRAME_POINTER_REGNUM): Add frame pointer for call0 ABI.
15444         (INCOMING_REGNO, OUTGOING_REGNO): Use argument unchanged in
15445         call0 ABI.
15446         (REG_CLASS_CONTENTS): Include all registers into the preferred
15447         reload registers set, adjust the set in the
15448         xtensa_conditional_register_usage.
15449         (xtensa_regno_to_class): Drop variable declaration.
15450         (REGNO_REG_CLASS): Redefine to use xtensa_regno_to_class
15451         function.
15452         (WINDOW_SIZE): Define as 8 or 0 for windowed and call0 ABI
15453         respectively.
15454         (FUNCTION_PROFILER): Add _mcount call for call0 ABI.
15455         (TRAMPOLINE_SIZE): Define trampoline size for call0 ABI.
15456         (RETURN_ADDR_IN_PREVIOUS_FRAME): Define to 0 in call0 ABI.
15457         (ASM_OUTPUT_POOL_PROLOGUE): Always generate literal pool
15458         location in call0 ABI.
15459         (EH_RETURN_STACKADJ_RTX): New definition, use a10 for passing
15460         stack adjustment size when handling exception.
15461         (CRT_CALL_STATIC_FUNCTION): Add definition for call0 ABI.
15462         * config/xtensa/xtensa.md (A9_REG, UNSPECV_BLOCKAGE): New
15463         definitions.
15464         ("return" pattern): Generate ret.n/ret in call0 ABI.
15465         ("epilogue" pattern): Expand epilogue.
15466         ("nonlocal_goto" pattern): Use default in call0 ABI.
15467         ("eh_return" pattern): Move implementation to eh_set_a0_windowed,
15468         emit eh_set_a0_* depending on ABI.
15469         ("eh_set_a0_windowed" pattern): Former eh_return pattern.
15470         ("eh_set_a0_call0", "blockage"): New patterns.
15472 2015-03-03  Martin Liska  <mliska@suse.cz>
15474         PR ipa/65287
15475         * ipa-icf.c (sem_variable::parse): Skip all alias variables.
15477 2015-03-03  Michael Meissner  <meissner@linux.vnet.ibm.com>
15479         PR 65138/target
15480         * config/rs6000/rs6000-tables.opt: Regenerate table.
15482 2015-03-03  Renlin Li  <renlin.li@arm.com>
15484         * doc/md.texi (@item ^): Change ? into ^.
15486 2015-03-03  H.J. Lu  <hongjiu.lu@intel.com>
15488         * doc/tm.texi: Regenerated.
15490 2015-03-03  Max Filippov  <jcmvbkbc@gmail.com>
15492         * builtins.c (expand_builtin_return_addr): Add
15493         RETURN_ADDR_IN_PREVIOUS_FRAME to 'if' condition, remove
15494         surrounding #ifdef.
15495         * config/sparc/sparc.h (RETURN_ADDR_IN_PREVIOUS_FRAME): Change
15496         definition to 1.
15497         * config/xtensa/xtensa.h (RETURN_ADDR_IN_PREVIOUS_FRAME):
15498         Likewise.
15499         * defaults.h (RETURN_ADDR_IN_PREVIOUS_FRAME): Define to 0 if
15500         undefined.
15501         * doc/tm.texi.in (RETURN_ADDR_IN_PREVIOUS_FRAME): Update
15502         paragraph.
15504 2015-03-03  Martin Jambor  <mjambor@suse.cz>
15505             Eric Botcazou  <ebotcazou@adacore.com>
15507         * tree-sra.c (ipa_sra_check_caller_data): New type.
15508         (has_caller_p): Removed.
15509         (ipa_sra_check_caller): New function.
15510         (ipa_sra_preliminary_function_checks): Use it.
15512 2015-03-03  Martin Liska  <mliska@suse.cz>
15514         * ipa-icf.c (sem_item_optimizer::merge_classes): Use bit or
15515         instead of if branch.
15517 2015-03-03  Martin Liska  <mliska@suse.cz>
15519         PR ipa/65282
15520         * ipa-icf.c (sem_variable::equals): Fix wrong condition.
15522 2015-03-23  Jeff Law  <law@redhat.com>
15524         PR tree-optimization/65241
15525         * tree-ssa-dom.c (lookup_avail_expr): Only modify the avail_expr
15526         hash table if INSERT is true.
15528 2015-03-03  Georg-Johann Lay  <avr@gjlay.de>
15530         PR target/65296
15531         * config.gcc (extra_gcc_objs) [avr-*-rtems*]: Remove.
15533 2015-03-03  Georg-Johann Lay  <avr@gjlay.de>
15535         PR target/64331
15536         * config/avr/avr.c (context.h, tree-pass.h): Include them.
15537         (avr_pass_data_recompute_notes): New static variable.
15538         (avr_pass_recompute_notes): New class.
15539         (avr_register_passes): New static function.
15540         (avr_option_override): Call it.
15542 2015-03-03  Georg-Johann Lay  <avr@gjlay.de>
15544         Fix various problems with specs file generation.
15546         PR target/65296
15547         * config.gcc (extra_gcc_objs) [avr]: Remove.
15548         * config/avr/driver-avr.c: Remove file.
15549         * config/avr/t-avr (driver-avr.o): Remove rule.
15550         (gen-avr-mmcu-specs): Use CXX_FOR_BUILD, CXXFLAGS_FOR_BUILD and
15551         INCLUDES to build.  Depend on TM_H.
15552         * config/avr/gen-avr-mmcu-specs.c: Tidy up code.  Fix various
15553         build warnings.  Fix non-matching types and non-existing %-codes.
15554         (tm.h): Include.
15555         (*lib) [!WITH_AVRLIBC]: Don't link libdev.a.
15556         (*libgcc) [WITH_AVRLIBC]: Add "-lm".
15557         * config/avr/avrlibc.h (LIBGCC_SPEC): Remove definition.
15558         * config/avr/avr.h (DRIVER_SELF_SPECS): Fix handling of -march=.
15559         (CPP_SPEC, CC1PLUS_SPEC, ASM_SPEC, LINK_SPEC, LIB_SPEC)
15560         (LIBGCC_SPEC): Remove definitions.
15562 2015-03-03  Eric Botcazou  <ebotcazou@adacore.com>
15564         * config/ia64/ia64.c (expand_vec_perm_interleave_2): Use gen_raw_REG
15565         to create a register in testing mode.
15567 2015-03-03  Martin Liska  <mliska@suse.cz>
15568             Jan Hubicka  <hubicka@ucw.cz>
15570         PR ipa/65263
15571         * cgraph.c (cgraph_node::has_thunk_p): New function.
15572         * cgraph.h (cgraph_node::has_thunk_p: Likewise.
15573         * ipa-icf.c (redirect_all_callers): Do not redirect thunks.
15574         (sem_function::merge): Assert is changed.
15576 2015-03-03  Martin Liska  <mliska@suse.cz>
15577             Martin Jambor  <mjambor@suse.cz>
15579         PR ipa/65087
15580         * ipa-icf.c (sem_item_optimizer::execute): Change function
15581         return value to boolean.
15582         (sem_item_optimizer::merge_classes): Likewise.
15583         (ipa_icf_driver): Return TODO_remove_functions in case there's
15584         a merge operation processed.
15585         * ipa-icf.h: Change function return value to boolean.
15587 2015-03-02  Michael Meissner  <meissner@linux.vnet.ibm.com>
15589         PR 65138/target
15590         * config/rs6000/rs6000-cpus.def (powerpc64le): Add new generic
15591         processor type for 64-bit little endian PowerPC.
15593         * config/rs6000/rs6000.c (rs6000_option_override_internal): If
15594         -mdebug=reg, print TARGET_DEFAULT.  Fix logic to use
15595         TARGET_DEFAULT if there is no default cpu.  Fix -mdebug=reg
15596         printing built-in mask so it does not pass NULL pointers.
15598         * doc/invoke.texi (IBM RS/6000 and PowerPC options): Document
15599         -mcpu=powerpc64le.
15601 2015-03-02  Steve Ellcey  <sellcey@imgtec.com>
15603         PR target/58158
15604         * config/mips/mips.md (mov<mode>cc): Change ISA_HAS_SEL check to
15605         !ISA_HAS_FP_CONDMOVE.
15607 2015-03-02  Aldy Hernandez  <aldyh@redhat.com>
15609         * config/i386/i386.md (*udivmod<mode>4_pow2): Remove
15610         reload_completed.
15612 2015-03-02  Ulrich Drepper  <drepper@gmail.com>
15614         * doc/invoke.texi (Options for Code Generation Conventions):
15615         Fix URL of DSO paper.
15617 2015-03-02  Jan Hubicka  <hubicka@ucw.cz>
15619         PR ipa/65130
15620         * ipa-inline.c (check_callers): Looks for recursion.
15621         (inline_to_all_callers): Give up on uninlinable or recursive edges.
15622         * ipa-inline-analysis.c (inline_summary_t::duplicate): Do not update
15623         summary of inline clones.
15624         (do_estimate_growth_1): Fix recursion check.
15626 2015-03-02  Jan Hubicka  <hubicka@ucw.cz>
15628         PR ipa/64988
15629         * ipa-inline-transform.c (clone_inlined_nodes): Do not dissolve
15630         comdat groups.
15632 2015-03-02  Jan Hubicka  <hubicka@ucw.cz>
15633             Aldy Hernandez  <aldyh@redhat.com>
15635         PR lto/65276
15636         * ipa-devirt.c (add_type_duplicate): Remove odr_violated assert
15637         when checking TYPE_BINFO.
15639 2015-03-02  Richard Biener  <rguenther@suse.de>
15641         PR ipa/65270
15642         * ipa-icf-gimple.c: Include builtins.h.
15643         (func_checker::compare_memory_operand): Compare base alignment.
15645 2015-03-02  Ilya Enkovich  <ilya.enkovich@intel.com>
15647         PR target/65184
15648         * gcc/config/i386/i386.c (ix86_pass_by_reference) Bounds
15649         are never passed by reference.
15651 2015-03-02  Ilya Enkovich  <ilya.enkovich@intel.com>
15653         PR target/65183
15654         * tree-chkp.c (chkp_check_lower): Don't check against
15655         zero bounds for already instrumented functions.
15656         (chkp_check_upper): Likewise.
15657         (chkp_fini): Clean pass local data to avoid wrong reusage.
15659 2015-02-28  Martin Liska  <mliska@suse.cz>
15660             Jan Hubicka  <hubicka@ucw.cz>
15662         * ipa-icf.c (sem_variable::equals): Improve debug output;
15663         get variable constructor.
15664         (sem_variable::parse): Do not filter out too early; give up on
15665         volatile and register vars.
15666         (sem_item_optimizer::filter_removed_items): Filter out nonreadonly
15667         variables.
15668         * ipa-icf.h (sem_variable::init): Do not set ctor.
15669         (sem_variable::ctor): Remove.
15671 2015-03-01  Aldy Hernandez  <aldyh@redhat.com>
15673         PR middle-end/65233
15674         * ipa-polymorphic-call.c (walk_ssa_copies): Handle empty PHIs.
15676 2015-02-28  Jan Hubicka  <hubicka@ucw.cz>
15678         * ipa-icf.c: Include stor-layout.h
15679         (sem_function::compare_cgraph_references): Rename to ...
15680         (sem_item::compare_cgraph_references): ... this one.
15681         (sem_variable::equals_wpa): New function
15682         (sem_variable::equals): Do not check stuff already verified by
15683         equals_wpa.
15684         (sem_variable::equals): Reorg based on varasm.c:compare_constant.
15685         * ipa-icf.h (sem_item): Add compare_cgraph_references.
15686         (sem_function): Remove compare_cgraph_references.
15687         (sem_variable): Turns equals_wpa into non-inline.
15689 2015-02-28  Jan Hubicka  <hubicka@ucw.cz>
15691         * ipa-icf.c (sem_function::init): Fix formating; skip GIMPLE_PREDICT.
15692         (sem_item::add_expr): New function.
15693         (sem_function::hash_stmt): Handle operands of most statements.
15694         (sem_variable::get_hash): Hash the actual constructor.
15695         * ipa-icf.h (sem_item): Add add_expr.
15696         (sem_function): Update prototype of hash_stmt
15698 2015-02-28  Martin Liska  <mliska@suse.cz>
15699             Jan Hubicka  <hubicka@ucw.cz>
15701         PR ipa/65245
15702         * ipa-icf-gimple.c (func_checker::compare_function_decl):
15703         Remove.
15704         (func_checker::compare_variable_decl): Skip symtab vars.
15705         (func_checker::compare_cst_or_decl): Update.
15706         * ipa-icf.c (sem_function::parse): Do not consider aliases.
15707         (sem_function::compare_cgraph_references): Add ADDRESS parameter;
15708         use correct symtab predicates.
15709         (sem_function::equals_wpa): Update uses of compare_cgraph_references.
15710         (sem_variable::parse):  Update comment.
15711         (sem_item_optimizer::build_graph): Consider ultimate aliases
15712         for references.
15714 2015-02-28  Jan Hubicka  <hubicka@ucw.cz>
15716         * ipa-icf-gimple.c (func_checker::compare_operand): Fix handling
15717         of OBJ_TYPE_REF.
15719 2015-02-28  Jan Hubicka  <hubicka@ucw.cz>
15721         * ipa-icf.c (sem_function::merge): Fix handling of COMDAT.
15722         (sem_variable::merge) Likewise.
15724 2015-02-28  Jan Hubicka  <hubicka@ucw.cz>
15726         * ipa-inline.c (can_inline_edge_p): Match opt_for_fn on inline
15727         target; also match flag_ipa_devirt.
15729 2015-03-01  Martin Liska  <mliska@suse.cz>
15730             Jan Hubicka  <hubicka@ucw.cz>
15732         * ipa-icf-gimple.c (func_checker::compare_variable_decl):
15733         Validate variable alignment.
15734         * ipa-icf.c (sem_function::equals_private): Be more precise
15735         about non-common function attributes.
15736         (sem_variable::equals): Likewise.
15738 2015-02-28  Jan Hubicka  <hubicka@ucw.cz>
15740         PR ipa/65237
15741         * ipa-icf.c (sem_function::merge): Do not attempt to produce alias
15742         across COMDAT group boundary.
15744 2015-02-28  Jan Hubicka  <hubicka@ucw.cz>
15746         PR ipa/65232
15747         * ipa-icf.c (clear_decl_rtl): New function.
15748         (sem_function::merge): Clear RTL before forming alias.
15749         (sem_variable::merge): Clear RTL before forming alias.
15751 2015-02-28  Jan Hubicka  <hubicka@ucw.cz>
15753         PR ipa/65236
15754         * cgraphunit.c (cgraph_node::expand_thunk): Enable return slot opt.
15756 2015-02-28  Xingxing Pan  <xxingpan@marvell.com>
15758         * config/aarch64/aarch64.md: (mov<mode>_aarch64): Change type
15759         to neon_to_gp<q>.
15761 2015-02-27  Vladimir Makarov  <vmakarov@redhat.com>
15763         * params.def (PARAM_LRA_INHERITANCE_EBB_PROBABILITY_CUTOFF): Fix
15764         a typo in the description.
15766 2015-02-27  Vladimir Makarov  <vmakarov@redhat.com>
15768         PR target/64317
15769         * params.def (PARAM_LRA_INHERITANCE_EBB_PROBABILITY_CUTOFF): New.
15770         * params.h (LRA_INHERITANCE_EBB_PROBABILITY_CUTOFF): New.
15771         * lra-constraints.c: Include "params.h".
15772         (EBB_PROBABILITY_CUTOFF): Use
15773         LRA_INHERITANCE_EBB_PROBABILITY_CUTOFF.
15774         (lra_inheritance): Use '<' instead of '<=' for
15775         EBB_PROBABILITY_CUTOFF.
15776         * doc/invoke.texi (lra-inheritance-ebb-probability-cutoff):
15777         Document change.
15779 2015-02-27  Martin Liska  <mliska@suse.cz>
15781         * ipa-icf.h (struct symbol_compare_hashmap_traits): Add missing
15782         vector length condition.
15784 2015-02-27  Sandra Loosemore  <sandra@codesourcery.com>
15786         * doc/extend.texi (x86 transactional memory intrinsics):
15787         Reorganize discussion of _xbegin.  Clarify that the return
15788         value is a bit mask.  Expand example and move to end of section.
15790 2015-02-26  Jakub Jelinek  <jakub@redhat.com>
15791             Aldy Hernandez  <aldyh@redhat.com>
15793         PR rtl-optimization/65220
15794         * config/i386/i386.md (*udivmod<mode>4_pow2): New.
15796 2015-02-27  Vladimir Makarov  <vmakarov@redhat.com>
15798         PR target/65032
15799         * lra-remat.c (update_scratch_ops): New.
15800         (do_remat): Call it.
15801         * lra.c (lra_register_new_scratch_op): New. Take code from ...
15802         (remove_scratches): ... here.
15803         * lra-int.h (lra_register_new_scratch_op): New prototype.
15805 2015-02-27  Marek Polacek  <polacek@redhat.com>
15807         PR c/65040
15808         * doc/invoke.texi: Update to reflect that -Wformat=2 doesn't enable
15809         -Wformat-signedness anymore.
15811 2015-02-27  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
15813         * config/s390/s390.c: (s390_atomic_assign_expand_fenv): New
15814         function.
15815         (TARGET_ATOMIC_ASSIGN_EXPAND_FENV): Define macro.
15817 2015-02-27  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
15819         * config/s390/s390.c (enum s390_builtin):
15820         Add S390_BUILTIN_S390_SFPC and S390_BUILTIN_S390_EFPC.
15821         (code_for_builtin): Add CODE_FOR_s390_sfpc and CODE_FOR_s390_efpc.
15822         (s390_init_builtins): Generate new builtin functions.
15823         * config/s390/s390.md (UNSPECV_SFPC, UNSPECV_EFPC): New constants.
15824         (s390_sfpc, s390_efpc): New pattern definitions.
15826 2015-02-27  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
15828         * config/s390/s390.c: (enum s390_builtin, s390_expand_builtin):
15829         Rename S390_BUILTIN_max to S390_BUILTIN_MAX.
15830         (s390_builtin_decls): New array.
15831         (s390_init_builtins): Put builtin decls into s390_builtin_decls.
15832         (s390_builtin_decl): New function.
15833         (TARGET_BUILTIN_DECL): Define macro.
15835 2015-02-27  Richard Biener  <rguenther@suse.de>
15837         PR middle-end/63175
15838         * builtins.c (get_object_alignment_2): Make sure to re-apply
15839         the ANDed mask after recursing to its operand gets us a new
15840         misalignment bit position.
15842 2015-02-26  Jan Hubicka  <hubicka@ucw.cz>
15843             Martin Liska  <mliska@suse.cz>
15845         PR bootstrap/65150
15846         * ipa-icf.c (symbol_compare_collection::symbol_compare_colleciton):
15847         Use address_matters_p.
15848         (redirect_all_callers, set_addressable): New functions.
15849         (sem_function::merge): Reorganize and fix merging issues.
15850         (sem_variable::merge): Likewise.
15851         (sem_variable::compare_sections): Remove.
15852         * common.opt (fmerge-all-constants, fmerge-constants): Remove
15853         Optimization flag.
15854         * symtab.c (symtab_node::resolve_alias): When alias has aliases,
15855         redirect them.
15856         (symtab_node::make_decl_local): Set ADDRESSABLE bit when
15857         decl is used.
15858         (address_matters_1): New function.
15859         (symtab_node::address_matters_p): New function.
15860         * cgraph.c (cgraph_edge::verify_corresponds_to_fndecl): Fix
15861         check for merged flag.
15862         * cgraph.h (address_matters_p): Declare.
15863         (symtab_node::address_taken_from_non_vtable_p): Remove.
15864         (symtab_node::address_can_be_compared_p): New method.
15865         (ipa_ref::address_matters_p): Move here from ipa-ref.c; simplify.
15866         * ipa-visibility.c (symtab_node::address_taken_from_non_vtable_p):
15867         Remove.
15868         (comdat_can_be_unshared_p_1) Use address_matters_p.
15869         (update_vtable_references): Fix formating.
15870         * ipa-ref.c (ipa_ref::address_matters_p): Move inline.
15871         * cgraphunit.c (cgraph_node::create_wrapper): Drop UNINLINABLE flag.
15872         * cgraphclones.c: Preserve merged and icf_merged flags.
15874 2015-02-26  Sandra Loosemore  <sandra@codesourcery.com>
15876         * doc/extend.texi (Function Attributes): Fix spelling and typos.
15877         (Label Attributes): Likewise.
15878         (Cilk Plus Builtins): Likewise.
15879         (ARC SIMD Built-in Functions): Likewise.
15880         (ARM C Language Extensions (ACLE)): Likewise.
15881         (PowerPC Built-in Functions): Likewise.
15882         (PowerPC Hardware Transactional Memory Built-in Functions):
15883         Likewise.
15885 2015-02-26  Jakub Jelinek  <jakub@redhat.com>
15887         PR tree-optimization/65216
15888         * tree-ssa-reassoc.c (rewrite_expr_tree): Force creation of
15889         new stmt and new SSA_NAME for lhs whenever the arguments have
15890         changed and weren't just swapped.  Fix comment typo.
15892         PR tree-optimization/65215
15893         * tree-ssa-math-opts.c (find_bswap_or_nop_load): Return false
15894         for PDP endian targets.
15895         (perform_symbolic_merge, find_bswap_or_nop_1, find_bswap_or_nop):
15896         Fix up formatting issues.
15897         (bswap_replace): Likewise.  For BYTES_BIG_ENDIAN, if the final access
15898         size is smaller than the original, adjust MEM_REF offset by the
15899         difference of sizes.  Use is_gimple_mem_ref_addr instead of
15900         is_gimple_min_invariant test to avoid adding address temporaries.
15902 2015-02-26  Martin Liska  <mliska@suse.cz>
15903             Jan Hubicka  <hubicka@ucw.cz>
15905         PR ipa/64693
15906         * ipa-icf.c (symbol_compare_collection::symbol_compare_collection): New.
15907         (sem_item_optimizer::subdivide_classes_by_sensitive_refs): New function.
15908         (sem_item_optimizer::process_cong_reduction): Include division by
15909         sensitive references.
15910         * ipa-icf.h (struct symbol_compare_hashmap_traits): New class.
15911         * ipa-ref.c (ipa_ref::address_matters_p): New function.
15912         * ipa-ref.h (ipa_ref::address_matters_p): Likewise.
15914 2015-02-26  Georg-Johann Lay  <avr@gjlay.de>
15916         PR target/65192
15917         * config/avr/avr-protos.h (tiny_valid_direct_memory_access_range):
15918         Remove.
15919         * config/avr/avr.c: Same.
15920         (avr_legitimate_address_p) <AVR_TINY, CONSTANT_ADDRESS_P>:
15921         Refuse any constant address not in 0..0xbf.
15922         * config/avr/avr.md (*mov<mode>, *movsf): Remove
15923         tiny_valid_direct_memory_access_range from insn conditions.
15924         (mov<mode>): Don't special-case expansion of avrtiny addresses.
15926 2015-02-26  Oleg Endo  <olegendo@gcc.gnu.org>
15928         PR target/61142
15929         * config/sh/sh.c (sh_check_add_incdec_notes): New function.
15930         * config/sh/sh-protos.h (sh_check_add_incdec_notes): Declare it.
15931         * config/sh/predicates.md (const_logical_operand): New predicate.
15932         * config/sh/sh.md: Add new peephole2 patterns.
15934 2015-02-26  Marek Polacek  <polacek@redhat.com>
15936         PR ipa/65008
15937         * ipa-inline.c (early_inliner): Recompute inline parameters.
15939 2015-02-26  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
15941         PR target/65171
15942         * config/rs6000/rs6000.c (rs6000_analyze_swaps): Ensure
15943         instructions with TImode operands are included in the analysis.
15945 2015-02-26  Sebastian Pop  <s.pop@samsung.com>
15947         * tree-ssa-threadupdate.c (dump_jump_thread_path): Print all edges
15948         of an EDGE_FSM_THREAD.
15950 2015-02-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15952         * config/rs6000/htm.md (tcheck): Fix assembly encoding.
15954 2015-02-25  Aldy Hernandez  <aldyh@redhat.com>
15956         PR debug/46102
15957         * dwarf2out.c (dwarf2out_init): Disable -feliminate-dwarf2-dups.
15959 2015-02-26  Sebastian Pop  <s.pop@samsung.com>
15961         PR tree-optimization/65048
15962         * tree-ssa-threadupdate.c (valid_jump_thread_path): New.
15963         (thread_through_all_blocks): Call valid_jump_thread_path.
15964         Remove invalid FSM jump-thread paths.
15966 2015-02-26  Jakub Jelinek  <jakub@redhat.com>
15968         * passes.c (ipa_write_summaries_1): Call lto_output_init_mode_table.
15969         (ipa_write_optimization_summaries): Likewise.
15970         * tree-streamer.h: Include data-streamer.h.
15971         (streamer_mode_table): Declare extern variable.
15972         (bp_pack_machine_mode, bp_unpack_machine_mode): New inline functions.
15973         * lto-streamer-out.c (lto_output_init_mode_table,
15974         lto_write_mode_table): New functions.
15975         (produce_asm_for_decls): Call lto_write_mode_table when streaming
15976         offloading LTO.
15977         * lto-section-in.c (lto_section_name): Add "mode_table" entry.
15978         (lto_create_simple_input_block): Add mode_table argument to the
15979         lto_input_block constructors.
15980         * ipa-prop.c (ipa_prop_read_section, read_replacements_section):
15981         Likewise.
15982         * data-streamer-in.c (string_for_index): Likewise.
15983         * ipa-inline-analysis.c (inline_read_section): Likewise.
15984         * ipa-icf.c (sem_item_optimizer::read_section): Likewise.
15985         * lto-cgraph.c (input_cgraph_opt_section): Likewise.
15986         * lto-streamer-in.c (lto_read_body_or_constructor,
15987         lto_input_toplevel_asms): Likewise.
15988         (lto_input_mode_table): New function.
15989         * tree-streamer-out.c (pack_ts_fixed_cst_value_fields,
15990         pack_ts_decl_common_value_fields, pack_ts_type_common_value_fields):
15991         Use bp_pack_machine_mode.
15992         * real.h (struct real_format): Add name field.
15993         * lto-streamer.h (enum lto_section_type): Add LTO_section_mode_table.
15994         (class lto_input_block): Add mode_table member.
15995         (lto_input_block::lto_input_block): Add mode_table_ argument,
15996         initialize mode_table.
15997         (struct lto_file_decl_data): Add mode_table field.
15998         (lto_input_mode_table, lto_output_init_mode_table): New prototypes.
15999         * tree-streamer-in.c (unpack_ts_fixed_cst_value_fields,
16000         unpack_ts_decl_common_value_fields,
16001         unpack_ts_type_common_value_fields): Call bp_unpack_machine_mode.
16002         * tree-streamer.c (streamer_mode_table): New variable.
16003         * real.c (ieee_single_format, mips_single_format,
16004         motorola_single_format, spu_single_format, ieee_double_format,
16005         mips_double_format, motorola_double_format,
16006         ieee_extended_motorola_format, ieee_extended_intel_96_format,
16007         ieee_extended_intel_128_format, ieee_extended_intel_96_round_53_format,
16008         ibm_extended_format, mips_extended_format, ieee_quad_format,
16009         mips_quad_format, vax_f_format, vax_d_format, vax_g_format,
16010         decimal_single_format, decimal_double_format, decimal_quad_format,
16011         ieee_half_format, arm_half_format, real_internal_format): Add name
16012         field.
16013         * config/pdp11/pdp11.c (pdp11_f_format, pdp11_d_format): Likewise.
16015 2015-02-26  Yuri Rumyantsev  <ysrumyan@gmail.com>
16017         PR target/65161
16018         * config/i386/i386.c (ix86_sched_reorder): Skip instruction
16019         reordering for selective scheduling.
16021 2015-02-26  Terry Guo  <terry.guo@arm.com>
16023         * config/arm/arm-cores.def (cortex-m7): Add flag FL_NO_VOLATILE_CE.
16024         * config/arm/arm-protos.h (FL_NO_VOLATILE_CE): New flag.
16025         (arm_arch_no_volatile_ce): Declare new global variable.
16026         * config/arm/arm.c (arm_arch_no_volatile_ce): New global variable.
16027         (arm_option_override): Assign value to arm_arch_no_volatile_ce.
16028         * config/arm/arm.h (arm_arch_no_volatile_ce): Declare it.
16029         (TARGET_NO_VOLATILE_CE): New macro.
16030         * config/arm/arm.md (arm_comparison_operator): Disabled if not allow
16031         volatile memory access in IT block
16033 2015-02-25  Kai Tietz  <ktietz@redhat.com>
16035         PR tree-optimization/61917
16036         * tree-vect-loop.c (vectorizable_reduction): Handle obvious case
16037         that reduc_def_stmt is null.
16039 2015-02-25  Martin Liska  <mliska@suse.cz>
16041         * ipa-icf-gimple.c (func_checker::compare_variable_decl): Compare
16042         hard register variables.
16044 2015-02-25  Kai Tietz  <ktietz@redhat.com>
16046         PR target/64212
16047         * symtab.c (symtab::make_decl_local): Set DECL_IMPORT_P explicit to 0.
16048         (symtab::noninterposable_alias): Likewise.
16050 2015-02-25  Ilya Enkovich  <ilya.enkovich@intel.com>
16052         PR target/65167
16053         * gcc/config/i386/i386.c (ix86_function_arg_regno_p): Support
16054         bounds registers.
16055         (avoid_func_arg_motion): Add dependencies for BNDSTX insns.
16057 2015-02-25  Alan Lawrence  <alan.lawrence@arm.com>
16059         PR target/64997
16060         * config/aarch64/aarch64.md (*xor_one_cmpl<mode>3): Use FP_REGNUM_P
16061         as split condition; force split via '#' in output pattern.
16063 2015-02-25  Richard Biener  <rguenther@suse.de>
16064             Kai Tietz  <ktietz@redhat.com>
16066         PR tree-optimization/61917
16067         * tree-vect-loop.c (vectorizable_reduction): Allow
16068         vect_internal_def without reduction to exit graceful.
16070 2015-02-25  Georg-Johann Lay  <avr@gjlay.de>
16072         PR target/65196
16073         * config/avr/avr.c (avr_adjust_insn_length): Call recog_memoized
16074         only with NONDEBUG_INSN_P.
16076 2015-02-25  Georg-Johann Lay  <avr@gjlay.de>
16078         Use variadic macros with avr-log.c.
16080         * config/avr/avr-protos.h (avr_vdump): New prototype.
16081         (avr_log_set_caller_e, avr_log_set_caller_f): Remove protos.
16082         (avr_edump, avr_fdump, avr_dump): (Re)define to use avr_vdump.
16083         * config/avr/avr-log.c: Adjust comments.
16084         (avr_vdump): New function.
16085         (avr_vadump): Pass caller as 2nd argument instead of format string.
16086         (avr_log_caller, avr_log_fdump_e, avr_log_fdump_f)
16087         (avr_log_set_caller_e, avr_log_set_caller_f): Remove.
16089 2015-02-25  Jakub Jelinek  <jakub@redhat.com>
16091         PR lto/64374
16092         * target.def (target_option_stream_in): New target hook.
16093         * tree-streamer-in.c (streamer_read_tree_bitfields): Invoke
16094         targetm.target_option.post_stream_in if non-NULL.
16095         * doc/tm.texi.in: Add @hook TARGET_OPTION_POST_STREAM_IN.
16096         * doc/tm.texi: Updated.
16097         * config/i386/i386.c (ix86_function_specific_post_stream_in): New
16098         function.
16099         (TARGET_OPTION_POST_STREAM_IN): Redefine.
16101 2015-02-24  Jeff Law  <law@redhat.com>
16103         PR target/65117
16104         * config/xtensa/xtensa.md (zero_cost_loop_start): Reverse numbering
16105         of operand 0 and operand 2.
16106         (zero_cost_loop_end, loop_end): Similarly.
16108 2015-02-24  Aldy Hernandez  <aldyh@redhat.com>
16110         * gimple.h (gimple_build_assign): Rename CXX_MEM_STAT_DECL to
16111         CXX_MEM_STAT_INFO.
16113 2015-02-24  DJ Delorie  <dj@redhat.com>
16115         * config/rl78/rl78-protos.h (rl78_split_movsi): Accept a mode as well.
16116         * config/rl78/rl78-expand.md (movsf): New, same as movsi.
16117         * config/rl78/rl78.c (rl78_split_movsi): Accept a mode, use it
16118         instead of hardcoding SImode.
16120 2015-02-24  Bernd Schmidt  <bernds@codesourcery.com>
16122         * omp-low.c (create_omp_child_function): Tag entrypoint
16123         functions with a special attribute.
16125 2015-02-24  Michael Haubenwallner <michael.haubenwallner@ssi-schaefer.com>
16127         PR target/65058
16128         * config/rs6000/xcoff.h (ASM_OUTPUT_EXTERNAL): Drop unused variable.
16130 2015-02-24  Vladimir Makarov  <vmakarov@redhat.com>
16132         PR rtl-optimization/65123
16133         * lra-remat.c (operand_to_remat): Check hard regs in insn
16134         definition too.
16136 2015-02-24  Nick Clifton  <nickc@redhat.com>
16138         * config/v850/v850.h (ASM_SPEC): Pass -msoft-float/-mhard-float on
16139         to the assembler.
16141 2015-02-24  Thomas Schwinge  <thomas@codesourcery.com>
16143         PR libgomp/64625
16144         * omp-builtins.def (BUILT_IN_GOACC_DATA_START): Specify as
16145         BT_FN_VOID_INT_SIZE_PTR_PTR_PTR, not
16146         BT_FN_VOID_INT_PTR_SIZE_PTR_PTR_PTR.
16147         (BUILT_IN_GOACC_ENTER_EXIT_DATA, BUILT_IN_GOACC_UPDATE): Specify as
16148         BT_FN_VOID_INT_SIZE_PTR_PTR_PTR_INT_INT_VAR, not
16149         BT_FN_VOID_INT_PTR_SIZE_PTR_PTR_PTR_INT_INT_VAR.
16150         (BUILT_IN_GOACC_PARALLEL): Specify as
16151         BT_FN_VOID_INT_OMPFN_SIZE_PTR_PTR_PTR_INT_INT_INT_INT_INT_VAR, not
16152         BT_FN_VOID_INT_OMPFN_PTR_SIZE_PTR_PTR_PTR_INT_INT_INT_INT_INT_VAR.
16153         * builtin-types.def
16154         (BT_FN_VOID_INT_PTR_SIZE_PTR_PTR_PTR_INT_INT_VAR)
16155         (BT_FN_VOID_INT_OMPFN_PTR_SIZE_PTR_PTR_PTR_INT_INT_INT_INT_INT_VAR):
16156         Remove function types.
16157         (BT_FN_VOID_INT_SIZE_PTR_PTR_PTR)
16158         (BT_FN_VOID_INT_SIZE_PTR_PTR_PTR_INT_INT_VAR)
16159         (BT_FN_VOID_INT_OMPFN_SIZE_PTR_PTR_PTR_INT_INT_INT_INT_INT_VAR):
16160         New function types.
16162 2015-02-24  Georg-Johann Lay  <avr@gjlay.de>
16164         * config/avr/stdfix.h [__WITH_AVRLIBC__]: Include <stdfix-avrlibc.h>.
16166 2015-02-24  Jakub Jelinek  <jakub@redhat.com>
16168         PR tree-optimization/65170
16169         * wide-int.cc (wi::mul_internal): For the umul_ppmm optimization,
16170         if val[1] < 0, clear also val[2] and return 3.
16172 2015-02-24  Alan Modra  <amodra@gmail.com>
16174         PR target/65172
16175         * config/rs6000/rs6000.c (get_memref_parts): Only return true
16176         when *base is a reg.  Handle nested plus addresses.  Simplify
16177         pre_modify test.
16179 2015-02-22  Max Filippov  <jcmvbkbc@gmail.com>
16181         * config/xtensa/xtensa.h (CONSTANT_ALIGNMENT, DATA_ALIGNMENT):
16182         use natural alignment when optimizing for size.
16184 2015-02-23  Kaz Kojima  <kkojima@gcc.gnu.org>
16186         PR target/65153
16187         * config/sh/sh.md (movsicc_true+3): Remove peephole.
16188         * config/sh/sh-protos.h (replace_n_hard_rtx): Don't declare.
16189         * config/sh/sh.c (replace_n_hard_rtx): Remove.
16191 2015-02-23  Richard Sandiford  <richard.sandiford@arm.com>
16193         PR fortran/63427
16194         * wide-int.cc (wi::from_mpz): Cope with unwrapped values that are
16195         too big for a wide_int.  Implement missing wrapping operation.
16197 2015-02-23  Oleg Endo  <olegendo@gcc.gnu.org>
16199         PR target/65163
16200         * config/sh/sh.md (swapbsi2, related peephole2): Use const_int -65536
16201         instead of const_int 4294901760.
16203 2015-02-23  Georg-Johann Lay  <avr@gjlay.de>
16205         * config/avr/t-avr: Fix typo in comment.
16207 2015-02-21  Richard Sandiford  <richard.sandiford@arm.com>
16209         * doc/rtl.texi (fma): Clarify documentation.
16211 2015-02-20  Aldy Hernandez  <aldyh@redhat.com>
16213         PR debug/58123
16214         * gimplify.c (gimplify_expr): Prefer location of TRY_FINALLY_EXPR
16215         over input_location.
16217 2015-02-20  Bernd Schmidt  <bernds@codesourcery.com>
16219         * tree-streamer-in.c (unpack_ts_decl_common_value_fields,
16220         unpack_ts_type_common_value_fields): If ACCEL_COMPILER,
16221         restrict alignments to absolute_biggest_alignment.
16222         * config/i386/i386.c (TARGET_ABSOLUTE_BIGGEST_ALIGNMENT):
16223         Define.
16224         * doc/tm.texi.in (TARGET_ABSOLUTE_BIGGEST_ALIGNMENT): Add.
16225         * doc/tm.texi: Regenerate.
16226         * target.def (absolute_biggest_alignment): New DEFHOOKPOD.
16228 2015-02-20  Vladimir Makarov  <vmakarov@redhat.com>
16230         PR target/64172
16231         * ira-color.c (color_pass): Prevent splitting multi-register pseudos.
16233 2015-02-20  Richard Biener  <rguenther@suse.de>
16235         PR tree-optimization/65136
16236         * tree-ssa-propagate.c: Include cfgloop.h.
16237         (replace_phi_args_in): Avoid replacing loop latch edge PHI
16238         arguments with constants.
16240 2015-02-20  Jakub Jelinek  <jakub@redhat.com>
16241             Martin Liska  <mliska@suse.cz>
16243         PR target/63892
16244         * ipa-icf.c (sem_function::merge): If DECL_COMDAT_GROUP (alias->decl),
16245         don't try to create_thunk if stdarg_p.  If
16246         !sem_item::target_supports_symbol_aliases_p (), similarly, and try to
16247         redirect_callers if possible.
16248         (sem_item_optimizer::execute): Call unregister_hooks here...
16249         (ipa_icf_driver): ... instead of here.
16251 2015-02-20  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
16253         * config/aarch64/aarch64.md (*aarch64_lshr_sisd_or_int_<mode>3):
16254         Mark operand 0 as earlyclobber in 2nd alternative.
16255         (1st define_split below *aarch64_lshr_sisd_or_int_<mode>3):
16256         Write negated shift amount into QI lowpart operand 0 and use it
16257         in the shift step.
16258         (2nd define_split below *aarch64_lshr_sisd_or_int_<mode>3): Likewise.
16260 2015-02-20  Bernd Schmidt  <bernds@codesourcery.com>
16262         * cgraph.h (clone_function_name_1): Declare.
16263         * cgraphclones.c (clone_function_name_1): New function.
16264         (clone_function_name): Use it.
16265         * lto-partition.c: Include "stringpool.h".
16266         (must_not_rename, maybe_rewrite_identifier)
16267         (validize_symbol_for_target): New static functions.
16268         (privatize_symbol_name): Use must_not_rename.
16269         (promote_symbol): Call validize_symbol_for_target.
16270         (lto_promote_cross_file_statics): Likewise.
16271         (lto_promote_statics_nonwpa): Likewise.
16273 2015-02-20  Georg-Johann Lay  <avr@gjlay.de>
16275         PR target/64452
16276         * config/avr/avr.md (pushhi_insn): New insn.
16277         (push<mode>1): Push virtual regs in one chunk using pushhi1_insn.
16279 2015-02-20  Bernd Schmidt  <bernds@codesourcery.com>
16280             Jakub Jelinek  <jakub@redhat.com>
16282         * tree-streamer.c (preload_common_nodes): Don't preload
16283         TI_VA_LIST* for offloading.
16284         * tree-stdarg.c (pass_stdarg::gate): Disable for ACCEL_COMPILER
16285         in_lto_p.
16287 2015-02-19  John David Anglin  <danlgin@gcc.gnu.org>
16289         * config/pa/pa.c (pa_emit_move_sequence): Always force
16290         (const (plus (symbol) (const_int))) to const mem.  Put REG_EQUAL
16291         note on insn.
16293         * config/pa/pa.c (pa_reloc_rw_mask): New function.
16294         (TARGET_ASM_RELOC_RW_MASK): Define.
16295         (pa_cannot_force_const_mem): Revert previous change.
16297 2015-02-19  Martin Jambor  <mjmabor@suse.cz>
16298             Jan Hubicka  <hubicka@ucw.cz>
16300         PR ipa/65028
16301         * ipa-cp.c (propagate_alignment_accross_jump_function): Fix propagation
16302         across jump functions.
16304 2015-02-19  Uros Bizjak  <ubizjak@gmail.com>
16306         * config/alpha/alpha.c (alpha_in_small_data_p): Reject common symbols.
16308 2015-02-19  Sandra Loosemore  <sandra@codesourcery.com>
16310         * doc/extend.texi (x86 transactional memory intrinsics): Copy-edit.
16312 2015-02-19  Richard Henderson  <rth@redhat.com>
16314         PR middle-end/65074
16315         * varasm.c (default_binds_local_p_2): Don't test node->definition;
16316         test DECL_EXTERNAL independent of symtab_node.
16318 2015-02-19  Jakub Jelinek  <jakub@redhat.com>
16320         PR lto/65012
16321         * varpool.c (varpool_node::get_constructor): Return early
16322         if this->lto_file_data is NULL.
16324 2015-02-19  Maxim Kuvyrkov  <maxim.kuvyrkov@linaro.org>
16326         * haifa-sched.c (enum rfs_decision, rfs_str): Remove RFS_DEBUG.
16327         (rank_for_schedule_debug): Update.
16328         (ready_sort): Make static.  Move sorting logic to ...
16329         (ready_sort_debug, ready_sort_real): New static functions.
16330         (schedule_block): Sort both debug insns and real insns in preparation
16331         for ready list trimming.  Improve debug output.
16332         * sched-int.h (ready_sort): Remove global declaration.
16334 2015-02-18  Trevor Saunders  <tsaunders@mozilla.com>
16336         * ipa-icf.c (sem_function::equals_private): Adjust.
16337         (sem_function::bb_dict_test): Take a vec<int> * instead of
16338         auto_vec<int>.
16339         * ipa-icf.h (bb_dict_test): Likewise.
16341 2015-02-18  Jakub Jelinek  <jakub@redhat.com>
16343         PR gcov-profile/64634
16344         * tree-eh.c (frob_into_branch_around): Fix up typos
16345         in function comment.
16346         (lower_catch): Put eh_seq resulting from EH lowering of
16347         the cleanup sequence after the cleanup rather than before it.
16349 2015-02-18  Tom de Vries  <tom@codesourcery.com>
16351         * common.opt (fstdarg-opt): New option.
16352         * tree-stdarg.c (pass_stdarg::gate): Use flag_stdarg_opt.
16353         * doc/invoke.texi (@item Optimization Options): Add -fstdarg-opt.
16354         (@item -fstdarg-opt): New item.
16356 2015-02-18  H.J. Lu  <hongjiu.lu@intel.com>
16358         PR target/65064
16359         * config/ia64/predicates.md (sdata_symbolic_operand): Return false
16360         for common symbols.
16362 2015-02-18  Jakub Jelinek  <jakub@redhat.com>
16364         * config/i386/t-intelmic (mkoffload.o): Remove dependency on
16365         insn-modes.h.
16366         (ALL_HOST_OBJS): Add mkoffload.o.
16367         * config/nvptx/t-nvptx (ALL_HOST_OBJS): Likewise.
16369 2015-02-18  Jan Hubicka  <hubicka@ucw.cz>
16371         * ipa-devirt.c (odr_subtypes_equivalent_p): Fix formating.
16372         (compare_virtual_tables): Be smarter about skipping typeinfos;
16373         do sane output on virtual table table mismatch.
16374         (warn_odr): Be ready for forward declarations of enums;
16375         output sane info on base mismatch and virtual table mismatch.
16376         (add_type_duplicate): Fix code choosing prevailing type; do not ICE
16377         when only one type is polymorphic.
16378         (get_odr_type): Fix hashtable corruption.
16379         (dump_odr_type): Dump mangled names.
16381 2015-02-18  Richard Biener  <rguenther@suse.de>
16383         PR tree-optimization/65063
16384         * tree-predcom.c (determine_unroll_factor): Return 1 if we
16385         have replaced looparound PHIs.
16387 2015-02-18  Martin Liska  <mliska@suse.cz>
16389         * lto-streamer.c (lto_streamer_init): Encapsulate
16390         streamer_check_handled_ts_structures with checking macro.
16392 2015-02-18  Jakub Jelinek  <jakub@redhat.com>
16394         PR ipa/65087
16395         * cgraphclones.c (cgraph_node::create_virtual_clone): Only copy
16396         section if !implicit_section.
16397         (cgraph_node::create_version_clone_with_body): Likewise.
16398         * trans-mem.c (ipa_tm_create_version): Likewise.
16400 2015-02-18  Richard Biener  <rguenther@suse.de>
16402         PR tree-optimization/62217
16403         * tree-ssa-dom.c (cprop_operand): Avoid propagating copies
16404         into BIVs.
16406 2015-02-18  Marek Polacek  <polacek@redhat.com>
16408         PR sanitizer/65081
16409         * ubsan.c (OBJSZ_MAX_OFFSET): Define.
16410         (ubsan_expand_objsize_ifn): Don't emit run-time check if the offset
16411         is in range [-16K, -1].  Don't issue run-time error if
16412         (ptr > ptr + offset).
16414 2015-02-18  Thomas Schwinge  <thomas@codesourcery.com>
16416         * doc/install.texi (nvptx-*-none): New section.
16417         * doc/invoke.texi (Nvidia PTX Options): Likewise.
16418         * config/nvptx/nvptx.opt: Update.
16420         * config/nvptx/mkoffload.c (parse_env_var, free_array_of_ptrs)
16421         (access_check): New functions, copied from
16422         config/i386/intelmic-mkoffload.c.
16423         (main): For non-installed testing, look in all COMPILER_PATHs for
16424         GCC_INSTALL_NAME.
16426         * config/nvptx/nvptx.h (GOMP_SELF_SPECS): Define macro.
16428 2015-02-18  Andrew Pinski  <apinski@cavium.com>
16429             Naveen H.S  <Naveen.Hurugalawadi@caviumnetworks.com>
16431         * config/aarch64/aarch64.c (*aarch64_load_symref_appropriately):
16432         Check whether the destination of SYMBOL_SMALL_TPREL is Pmode.
16434 2015-02-17  Jan Hubicka  <hubicka@ucw.cz>
16436         * ipa-visibility.c (function_and_variable_visibility): Only
16437         check locality if node is not already local.
16438         * ipa-inline.c (want_inline_function_to_all_callers_p): Use
16439         call_for_symbol_and_aliases instead of
16440         call_for_symbol_thunks_and_aliases.
16441         (ipa_inline): Likewise.
16442         * cgraph.c (cgraph_node::call_for_symbol_thunks_and_aliases):
16443         first walk aliases.
16444         * ipa.c (symbol_table::remove_unreachable_nodes): Use
16445         call_for_symbol_and_aliases.
16446         * ipa-profile.c (ipa_propagate_frequency_data): Add function_symbol.
16447         (ipa_propagate_frequency_1): Use it; use opt_for_fn
16448         (ipa_propagate_frequency): Update.
16449         (ipa_profile): Add opt_for_fn gueards.
16451 2015-02-17  Oleg Endo  <olegendo@gcc.gnu.org>
16453         * config/sh/sh.opt (mcbranch-force-delay-slot): New option.
16454         * doc/invoke.texi (SH options): Document it.
16455         * config/sh/sh.c (sh_insn_length_adjustment): Check
16456         TARGET_CBRANCH_FORCE_DELAY_SLOT instead of sh_cpu_attr == CPU_SH2E.
16458 2015-02-17  H.J. Lu  <hongjiu.lu@intel.com>
16460         * common.opt (fipa-cp-alignment): New.
16461         * ipa-cp.c (ipcp_store_alignment_results): Check
16462         flag_ipa_cp_alignment.
16463         * opts.c (default_options_table): Enable -fipa-cp-alignment for
16464         -O2.
16465         (enable_fdo_optimizations): Set x_flag_ipa_cp_alignment.
16466         * doc/invoke.texi: Document -fipa-cp-alignment.
16468 2015-02-17  Oleg Endo  <olegendo@gcc.gnu.org>
16470         PR target/64793
16471         * config/sh/sh.md (cbranch define_delay): Set annulled true branch insn
16472         to nil.  Adjust comments.
16474 2015-02-17  Jan Hubicka  <hubicka@ucw.cz>
16476         * ipa-visibility.c (function_and_variable_visibility): Only
16477         check locality if node is not already local.
16478         * ipa-inline.c (want_inline_function_to_all_callers_p): Use
16479         call_for_symbol_and_aliases instead of
16480         call_for_symbol_thunks_and_aliases.
16481         (ipa_inline): Likewise.
16482         * cgraph.c (cgraph_node::call_for_symbol_thunks_and_aliases):
16483         first walk aliases.
16484         * ipa.c (symbol_table::remove_unreachable_nodes): Use
16485         call_for_symbol_and_aliases.
16486         * ipa-profile.c (ipa_propagate_frequency_data): Add function_symbol.
16487         (ipa_propagate_frequency_1): Use it; use opt_for_fn
16488         (ipa_propagate_frequency): Update.
16489         (ipa_profile): Add opt_for_fn guards.
16491 2015-02-17  Thomas Schwinge  <thomas@codesourcery.com>
16493         * config/nvptx/mkoffload.c (parse_file): Fix logic error in
16494         skipping of "strange" tokens.
16496 2015-02-17  Jeff Law  <law@redhat.com>
16498         * tree-vrp.c (identify_jump_threads): Use last_stmt.  Remove
16499         obsolete comment.
16501 2015-02-17  James Greenhalgh  <james.greenhalgh@arm.com>
16503         * haifa-sched.c (recompute_todo_spec): Treat SCHED_GROUP_P
16504         as forcing a HARD_DEP between instructions, thereby
16505         disallowing rewriting to break dependencies.
16507 2015-02-16  Jan Hubicka  <hubicka@ucw.cz>
16509         * symtab.c (symtab_node::verify_base): Verify body_removed->!definiton
16510         * lto-cgraph.c (lto_output_varpool_node): Do not keep definition of
16511         variables in boundary that have no inlitalizer encoded and are
16512         not aliases.
16513         * varasm.c (default_binds_local_p_2): External definitions do not
16514         count as definitions here.
16516 2015-02-16  Jeff Law  <law@redhat.com>
16518         PR tree-optimization/64823
16519         * tree-vrp.c (identify_jump_threads): Handle blocks with no real
16520         statements.
16521         * tree-ssa-threadedge.c (potentially_threadable_block): Allow
16522         threading through blocks with PHIs, but no statements.
16523         (thread_through_normal_block): Distinguish between blocks where
16524         we did not process all the statements and blocks with no statements.
16526 2015-02-16  Jakub Jelinek  <jakub@redhat.com>
16527             James Greenhalgh  <james.greenhalgh@arm.com>
16529         PR ipa/64963
16530         * cgraphclones.c (cgraph_node::create_virtual_clone): Copy
16531         section if not linkonce.  Fix up formatting.
16532         (cgraph_node::create_version_clone_with_body): Copy section.
16533         * trans-mem.c (ipa_tm_create_version): Likewise.
16535 2015-02-16  Richard Biener  <rguenther@suse.de>
16537         PR tree-optimization/65077
16538         * tree-ssa-structalias.c (get_constraint_for_1): Handle
16539         IMAGPART_EXPR, REALPART_EXPR and BIT_FIELD_REF.
16540         (find_func_aliases): Allow float values to carry pointers again.
16542 2015-02-16  James Greenhalgh  <james.greenhalgh@arm.com>
16544         * doc/install.texi (Specific): Reorder targets list to put
16545         aarch64 in alphabetical order.  Add a link to aarch64*-*-*
16546         from the top menu.
16548 2015-02-16  Michael Haubenwallner  <michael.haubenwallner@ssi-schaefer.com>
16549             David Edelsohn  <dje.gcc@gmail.com>
16551         PR target/65058
16552         * config/rs6000/rs6000.c (rs6000_output_symbol_ref): Append storage
16553         mapping class to external variable or function reference.
16554         * config/rs6000/xcoff.h (ASM_OUTPUT_EXTERNAL): Do not append storage
16555         mapping class.
16557 2015-02-16  David Eelsohn  <dje.gcc@gmail.com>
16559         PR target/53348
16560         * config/rs6000/rs6000.c (rs6000_declare_alias): Only use
16561         ASM_WEAKEN_DECL if defined.
16563 2015-02-16  Richard Biener  <rguenther@suse.de>
16565         PR lto/65015
16566         * varasm.c (default_file_start): For LTO produced units
16567         emit <artificial> as file directive.
16569 2015-02-16  Richard Biener  <rguenther@suse.de>
16571         PR tree-optimization/63593
16572         * tree-predcom.c (execute_pred_commoning_chain): Delay removing
16573         stmts and releasing SSA names until...
16574         (execute_pred_commoning): ... after processing all chains.
16576 2015-02-16  Jan Hubicka  <hubicka@ucw.cz>
16578         PR ipa/65059
16579         * ipa-comdats.c (ipa_comdats): Do not categorize thunks to
16580         external functions.
16582 2015-02-15  Sandra Loosemore  <sandra@codesourcery.com>
16584         * doc/bugreport.texi: Adjust section titles throughout the file
16585         to use "Title Case".
16586         * doc/extend.texi: Likewise.
16587         * doc/gcov.texi: Likewise.
16588         * doc/implement-c.texi: Likewise.
16589         * doc/implement-cxx.texi: Likewise.
16590         * doc/invoke.texi: Likewise.
16591         * doc/objc.texi: Likewise.
16592         * doc/standards.texi: Likewise.
16593         * doc/trouble.texi: Likewise.
16595 2015-02-15  Jan Hubicka  <hubicka@ucw.cz>
16597         * cgraph.h (symtab_node::has_aliases_p): Simplify.
16598         (symtab_node::call_for_symbol_and_aliases): Use has_aliases_p
16599         * tree.c (lookup_binfo_at_offset): Make static.
16600         (get_binfo_at_offset): Do not shadow offset; add explanatory
16601         comment.
16603 2015-02-15  John David Anglin  <danglin@gcc.gnu.org>
16605         * config/pa/pa.c (pa_secondary_reload): Request a secondary reload
16606         for all floading point loads and stores except those using a register
16607         index address.
16608         * config/pa/pa.md: Add new patterns to load a lo_sum DLT operand
16609         to a register.
16611 2015-02-14  Jan Hubicka  <hubicka@ucw.cz>
16613         * ipa-inline-analysis.c (growth_data): Add uninlinable field.
16614         (do_estimate_growth_1): Record if any uninlinable edge was seen.
16615         (estimate_growth): Handle uninlinable edges correctly.
16616         (check_callers): New.
16617         (growth_likely_positive): Handle aliases correctly.
16619 2015-02-14  Jan Hubicka  <hubicka@ucw.cz>
16621         * ipa-chkp.c: Use iterate_direct_aliases.
16622         * symtab.c (resolution_used_from_other_file_p): Move inline.
16623         (symtab_node::create_reference): Fix formating.
16624         (symtab_node::has_aliases_p): Move inline; use iterate_direct_aliases.
16625         (symtab_node::iterate_reference): Move inline.
16626         (symtab_node::iterate_referring): Move inline.
16627         (symtab_node::iterate_direct_aliases): Move inline.
16628         (symtab_node::used_from_object_file_p_worker): Inline into ...
16629         (symtab_node::used_from_object_file_p): ... this one; move inline.
16630         (symtab_node::call_for_symbol_and_aliases): Move inline;
16631         use iterate_direct_aliases.
16632         (symtab_node::call_for_symbol_and_aliases_1): New method.
16633         (cgraph_node::call_for_symbol_and_aliases): Move inline;
16634         use iterate_direct_aliases.
16635         (cgraph_node::call_for_symbol_and_aliases_1): New method.
16636         (varpool_node::call_for_node_and_aliases): Rename to ...
16637         (varpool_node::call_for_symbol_and_aliases): ... this one; Move inline;
16638         use iterate_direct_aliases.
16639         (varpool_node::call_for_symbol_and_aliases_1): New method.
16640         * ipa.c (ipa_single_use): Use iterate_direct_aliases.
16641         (ipa_discover_readonly_nonaddressable_var): Update.
16642         * ipa-devirt.c: Fix formating.
16643         * cgraph.c (cgraph_node::can_remove_if_no_direct_calls_and_refs_p):
16644         Move inline.
16645         (cgraph_node::call_for_symbol_and_aliases): Move inline.
16646         (cgraph_node::call_for_symbol_and_aliases_1): New function..
16647         * cgraph.h (used_from_object_file_p_worker): Remove.
16648         (resolution_used_from_other_file_p): Move inline.
16649         (symtab_node::has_aliases_p): Move inline; use iterate_direct_aliases.
16650         (symtab_node::iterate_reference): Move inline.
16651         (symtab_node::iterate_referring): Move inline.
16652         (symtab_node::iterate_direct_aliases): Move inline.
16653         (symtab_node::used_from_object_file_p_worker): Inline into ...
16654         (symtab_node::used_from_object_file_p): Move inline.
16655         * tree-emutls.c (ipa_lower_emutls): Update.
16656         * varpool.c (varpool_node::call_for_symbol_and_aliases_1): New method.
16657         (varpool_node::call_for_node_and_aliases): Remove.
16659 2015-02-14  Jakub Jelinek  <jakub@redhat.com>
16661         PR tree-optimization/62209
16662         * tree-ssa-reassoc.c (update_range_test): If stmt is a PHI and
16663         op == range->exp, insert seq and gimplified code after labels
16664         instead of after the phi.
16666 2015-02-13  Jeff Law  <law@redhat.com>
16668         PR bootstrap/65060
16669         Revert my change for tree-optimization/64823.
16671 2015-02-13  Jakub Jelinek  <jakub@redhat.com>
16673         PR tree-optimization/65053
16674         * tree-ssa-phiopt.c (value_replacement): When moving assign before
16675         cond, either reset VR on lhs or set it to phi result VR.
16677 2015-02-13  Jeff Law  <law@redhat.com>
16679         PR tree-optimization/64823
16680         * tree-vrp.c (identify_jump_threads): Handle blocks with no statements.
16681         * tree-ssa-threadedge.c (potentially_threadable_block): Allow
16682         threading through blocks with PHIs, but no statements.
16683         (thread_through_normal_block): Distinguish between blocks where
16684         we did not process all the statements and blocks with no statements.
16686         PR rtl-optimization/47477
16687         * match.pd (convert (plus/minus (convert @0) (convert @1): New
16688         simplifier to narrow arithmetic.
16690 2015-02-13  Jan Hubicka  <hubicka@ucw.cz>
16692         PR ipa/65028
16693         * ipa-prop.c (update_indirect_edges_after_inlining): Do not drop
16694         polymorphic call info when type is not known to be preserved.
16696 2015-02-13  Maritn Jambor  <mjambor@suse.cz>
16698         PR ipa/65028
16699         * ipa-inline-transform.c (mark_all_inlined_calls_cdtor): New function.
16700         (inline_call): Use it.
16702 2015-02-13  Thomas Schwinge  <thomas@codesourcery.com>
16704         * config/nvptx/offload.h (ACCEL_COMPILER_acc_device): Define to
16705         GOMP_DEVICE_NVIDIA_PTX.
16707 2015-02-13  Jakub Jelinek  <jakub@redhat.com>
16709         PR ipa/65034
16710         * stmt.c (emit_case_nodes): Use void_type_node instead of
16711         NULL_TREE as LABEL_DECL type.
16713 2015-02-13  John David Anglin  <danglin@gcc.gnu.org>
16715         * config/pa/constraints.md: Change "Q" and "T" constraints to memory
16716         constraints.
16717         * config/pa/pa.c (pa_cannot_force_const_mem): Don't allow constant
16718         symbolic references to data to be forced to constant memory on the
16719         SOM target.
16721 2015-02-13  Ilya Enkovich  <ilya.enkovich@intel.com>
16723         PR tree-optimization/65002
16724         * tree-cfg.c (pass_data_fixup_cfg): Don't update
16725         SSA on start.
16726         * tree-sra.c (some_callers_have_no_vuse_p): New.
16727         (ipa_early_sra): Reject functions whose callers
16728         assume function is read only.
16730 2015-02-13  Richard Biener  <rguenther@suse.de>
16732         PR lto/65015
16733         * dwarf2out.c (dwarf2out_finish): Use <artificial> as DW_AT_name
16734         for LTO produced CUs.
16736 2015-02-13  Bin Cheng  <bin.cheng@arm.com>
16738         PR tree-optimization/64705
16739         * tree-ssa-loop-niter.h (expand_simple_operations): New parameter.
16740         * tree-ssa-loop-niter.c (expand_simple_operations): New parameter.
16741         * tree-ssa-loop-ivopts.c (extract_single_var_from_expr): New.
16742         (find_bivs, find_givs_in_stmt_scev): Pass new argument to
16743         expand_simple_operations.
16745 2015-02-13  H.J. Lu  <hongjiu.lu@intel.com>
16746             Richard Henderson  <rth@redhat.com>
16748         PR rtl/32219
16749         * cgraphunit.c (cgraph_node::finalize_function): Set definition
16750         before notice_global_symbol.
16751         (varpool_node::finalize_decl): Likewise.
16752         * varasm.c (default_binds_local_p_2): Rename from
16753         default_binds_local_p_1, add weak_dominate argument.  Use direct
16754         returns instead of assigning to local variable.  Unify varpool and
16755         cgraph paths via symtab_node.  Reject undef weak variables before
16756         testing visibility.  Reorder tests for simplicity.
16757         (default_binds_local_p): Use default_binds_local_p_2.
16758         (default_binds_local_p_1): Likewise.
16759         (decl_binds_to_current_def_p): Unify varpool and cgraph paths
16760         via symtab_node.
16761         (default_elf_asm_output_external): Emit visibility when specified.
16763 2015-02-13  Alan Modra  <amodra@gmail.com>
16765         * config/rs6000/rs6000.c (rs6000_emit_epilogue): Fix typo in
16766         code setting up r11 for out-of-line fp restore.
16768 2015-02-13  Eric Botcazou  <ebotcazou@adacore.com>
16770         * config/visium/visium.opt (msv-mode): Add RejectNegative and Report.
16771         (muser-mode): Likewise.
16773 2015-02-13  Alan Modra  <amodra@gmail.com>
16775         * config/rs6000/rs6000.c (rs6000_emit_epilogue): Use addsi3_carry
16776         or adddi3_carry when restoring frame_reg_rtx from r0 after restvr.
16778 2015-02-12  David Howells  <dhowells@redhat.com>
16780         * tree-sra.c (dump_dereferences_table): Avoid -Wformat-security
16781         warning.
16782         * tree-ssa-uninit.c (dump_predicates): Likewise.
16783         * opts.c (print_filtered_help): Likewise.
16785 2015-02-12  Jakub Jelinek  <jakub@redhat.com>
16787         * dwarf2out.c (output_die): Use "%s", name instead of name to
16788         avoid -Wformat-security warning.
16790         * dwarf2asm.c (dw2_asm_output_vms_delta): Only define
16791         if ASM_OUTPUT_DWARF_VMS_DELTA is defined.
16792         * dwarf2out.c (output_die): Use dw2_asm_output_vms_delta
16793         only if ASM_OUTPUT_DWARF_VMS_DELTA is defined.
16795 2015-02-12  Jason Merrill  <jason@redhat.com>
16797         * common.opt (-flifetime-dse): New.
16799 2015-02-12  Jakub Jelinek  <jakub@redhat.com>
16801         PR sanitizer/65019
16802         * ubsan.c (ubsan_expand_objsize_ifn): Always return true.
16804         PR tree-optimization/65014
16805         * fold-const.c (fold_binary_loc): When creating {L,R}ROTATE_EXPR,
16806         use original second operand of arg0 or arg1 instead of
16807         that adjusted by STRIP_NOPS.
16809 2015-02-11  Jeff Law  <law@redhat.com>
16811         PR target/63347
16812         * haifa-sched.c (prune_ready_list): If we have a SCHED_GROUP_P insn
16813         that needs to be queued, just queue it for a single cycle.
16815 2015-02-11  Jan Hubicka  <hubicka@ucw.cz>
16817         * ipa.c (symbol_table::remove_unreachable_nodes): Avoid releasing
16818         bodies of thunks; comment on why.
16819         * symtab.c (symtab_node::get_partitioning_class): Aliases of extern
16820         symbols are extern.
16822 2015-02-11  Richard Henderson  <rth@redhat.com>
16824         PR sanitize/65000
16825         * tree-eh.c (mark_reachable_handlers): Mark source and destination
16826         regions of __builtin_eh_copy_values.
16828 2015-02-11  Jakub Jelinek  <jakub@redhat.com>
16830         PR middle-end/65003
16831         * varasm.c (place_block_symbol): Assert that DECL_RTL of the
16832         ultimate alias is MEM with SYMBOL_REF satisfying
16833         SYMBOL_REF_HAS_BLOCK_INFO_P as its operand.  Don't pass the MEM
16834         to place_block_symbol, but instead pass the SYMBOL_REF operand of it.
16836 2015-02-11  Thomas Schwinge  <thomas@codesourcery.com>
16838         * config/nvptx/mkoffload.c: Include "diagnostic.h" instead of
16839         "diagnostic-core.h".
16840         (main): Initialize progname, and call diagnostic_initialize.
16842         * config/nvptx/mkoffload.c (process): Refer to __OFFLOAD_TABLE__
16843         instead of __OPENMP_TARGET__.
16845         * config/nvptx/mkoffload.c: Include "gomp-constants.h".
16846         (process): Use its GOMP_DEVICE_NVIDIA_PTX instead of (wrongly)
16847         hard-coding PTX_ID.
16849 2015-02-11  H.J. Lu  <hongjiu.lu@intel.com>
16851         * doc/sourcebuild.texi (pie_enabled): Document.
16853 2015-02-11  Martin Liska  <mliska@suse.cz>
16855         PR ipa/64813
16856         * cgraphunit.c (cgraph_node::expand_thunk): Do not create
16857         a return value for call to a function that is noreturn.
16859 2015-02-11  Richard Biener  <rguenther@suse.de>
16861         PR lto/65015
16862         * dwarf2out.c (gen_producer_string): Drop -fltrans-output-list
16863         and -fresolution.
16865 2015-02-11  Andrew Pinski  <apinski@cavium.com>
16867         PR target/64893
16868         * config/aarch64/aarch64-builtins.c (aarch64_init_simd_builtins):
16869         Change the first argument type to size_type_node and add another
16870         size_type_node.
16871         (aarch64_simd_expand_builtin): Handle the new argument to
16872         AARCH64_SIMD_BUILTIN_LANE_CHECK and don't ICE but rather
16873         print an out when the first two arguments are not
16874         nonzero integer constants.
16875         * config/aarch64/arm_neon.h (__AARCH64_LANE_CHECK):
16876         Pass the sizeof directly to __builtin_aarch64_im_lane_boundsi.
16878 2015-02-11  Jakub Jelinek  <jakub@redhat.com>
16880         PR target/61925
16881         * config/i386/i386.c (ix86_reset_to_default_globals): Removed.
16882         (ix86_reset_previous_fndecl): Restore it here, unconditionally.
16883         (ix86_set_current_function): Rewritten.
16884         (ix86_add_new_builtins): Temporarily clear current_target_pragma
16885         when creating builtin fndecls.
16887 2015-02-10  Jan Hubicka  <hubicka@ucw.cz>
16889         PR ipa/65005
16890         * ipa-visibility.c (cgraph_node::non_local_p): Turn into static
16891         function.
16892         * symtab.c (symtab_node::verify_base): Remove check that non-definitions
16893         have no comdat group.
16894         * lto-cgraph.c (lto_output_node): Always output thunk and alias info.
16895         (lto_output_varpool_node): Always output alias info.
16896         (output_refs): Output refs of boundary aliases, too.
16897         (compute_ltrans_boundary): Add alias and thunk target into boundaries.
16898         (output_symtab): Output call eges in thunks in boundary.
16899         (get_alias_symbol): Remove.
16900         (input_node, input_varpool_node): Do not special case weakrefs.
16901         * ipa.c (symbol_table::remove_unreachable_nodes): Do not remove
16902         alias and thunks targets in the boundary; do not take removed symbols
16903         from their comdat groups.
16904         * cgraph.c (cgraph_node::local_info): Look through aliases and thunks.
16905         (cgraph_node::global_info): Remove.
16906         (cgraph_node::rtl_info): Look through aliases and thunks.
16907         * cgrpah.h (global_info): Remove.
16908         (non_local_p): Remove.
16910 2015-02-10  David Wohlferd  <dw@LimeGreenSocks.com>
16911             Sandra Loosemore  <sandra@codesourcery.com>
16913         * doc/invoke.texi (x86 Options [-masm=dialect]): Add cross-references
16914         to inline asm.  List dialects in proper order.
16916 2015-02-10  David Wohlferd  <dw@LimeGreenSocks.com>
16917             Sandra Loosemore  <sandra@codesourcery.com>
16919         * doc/extend.texi (Loop-Specific Pragmas): Fix grammar error.
16921 2015-02-10  David Wohlferd  <dw@LimeGreenSocks.com>
16923         * doc/extend.texi (Symbol-Renaming Pragmas): Restore (slightly
16924         modified) reference to Solaris.
16926 2015-02-10  Sandra Loosemore  <sandra@codesourcery.com>
16928         * doc/extend.texi (Extended Asm): Fix typos.
16930 2015-02-10  Jakub Jelinek  <jakub@redhat.com>
16932         PR sanitizer/65004
16933         * ubsan.c (ubsan_expand_vptr_ifn): Always return true.
16935 2015-02-10  Oleg Endo  <olegendo@gcc.gnu.org>
16937         PR target/64661
16938         * config/sh/sh-protos.h (TARGET_ATOMIC_ANY, TARGET_ATOMIC_STRICT,
16939         TARGET_ATOMIC_SOFT_GUSA, TARGET_ATOMIC_HARD_LLCS,
16940         TARGET_ATOMIC_SOFT_TCB, TARGET_ATOMIC_SOFT_IMASK): Add parentheses.
16941         * config/sh/constraints.md (Ara, Add): New constraints.
16942         * config/sh/sync.md (atomic_mem_operand_0, atomic_mem_operand_1): New
16943         predicates.
16944         (atomic_compare_and_swap<mode>, atomic_exchange<mode>): Use
16945         atomic_mem_operand_0.  Don't use force_reg on the memory address.
16946         (atomic_compare_and_swapsi_hard): Use atomic_mem_operand_0 predicate and
16947         Sra constraint.  Convert to insn_and_split.  Add workaround for
16948         PR 64974.
16949         (atomic_compare_and_swap<mode>_hard): Copy to
16950         atomic_compare_and_swap<mode>_hard_1.  Convert to insn_and_split.
16951         Use atomic_mem_operand_0 predicate.
16952         (atomic_compare_and_swap<mode>_soft_gusa,
16953         atomic_exchange<mode>_soft_gusa): Use atomic_mem_operand_0 predicate and
16954         AraAdd constraints.
16955         (atomic_compare_and_swap<mode>_soft_tcb,
16956         atomic_compare_and_swap<mode>_soft_imask,
16957         atomic_exchange<mode>_soft_tcb, atomic_exchange<mode>_soft_imask): Use
16958         atomic_mem_operand_0 predicate and SraSdd constraints.
16959         (atomic_exchangesi_hard) Use atomic_mem_operand_0 predicate and Sra
16960         constraint.
16961         (atomic_exchange<mode>_hard): Copy to atomic_exchange<mode>_hard_1.
16962         Convert to insn_and_split.  Use atomic_mem_operand_0 predicate.
16963         (atomic_fetch_<fetchop_name><mode>, atomic_fetch_nand<mode>,
16964         atomic_<fetchop_name>_fetch<mode>): Use atomic_mem_operand_1.  Don't use
16965         force_reg on the memory address.
16966         (atomic_fetch_<fetchop_name>si_hard, atomic_fetch_notsi_hard,
16967         atomic_fetch_nandsi_hard, atomic_<fetchop_name>_fetchsi_hard,
16968         atomic_not_fetchsi_hard, atomic_nand_fetchsi_hard): Use
16969         atomic_mem_operand_1 predicate and Sra constraint.
16970         (atomic_fetch_<fetchop_name><mode>_hard): Copy to
16971         atomic_fetch_<fetchop_name><mode>_hard_1.  Convert to insn_and_split.
16972         Use atomic_mem_operand_1 predicate.
16973         (atomic_<fetchop_name><mode>_hard): Copy to
16974         atomic_<fetchop_name><mode>_hard_1.  Convert to insn_and_split.
16975         Use atomic_mem_operand_1 predicate.
16976         (atomic_fetch_nand<mode>_hard): Copy to atomic_fetch_nand<mode>_hard_1.
16977         Convert to insn_and_split.  Use atomic_mem_operand_1 predicate.
16978         (atomic_nand<mode>_hard): Copy to atomic_nand<mode>_hard_1.  Convert to
16979         insn_and_split.  Use atomic_mem_operand_1 predicate.
16980         (atomic_<fetchop_name>_fetch<mode>_hard): Copy to
16981         atomic_<fetchop_name>_fetch<mode>_hard_1.  Convert to insn_and_split.
16982         Use atomic_mem_operand_1 predicate.
16983         (atomic_nand_fetch<mode>_hard): Copy to atomic_nand_fetch<mode>_hard_1.
16984         Convert to insn_and_split.  Use atomic_mem_operand_1 predicate.
16985         (atomic_fetch_not<mode>_hard, atomic_not_fetch<mode>_hard): Replace mems
16986         in generated insn with original mem operand before emitting the insn.
16987         (atomic_fetch_<fetchop_name><mode>_soft_gusa,
16988         atomic_fetch_not<mode>_soft_gusa, atomic_fetch_nand<mode>_soft_gusa,
16989         atomic_<fetchop_name>_fetch<mode>_soft_gusa,
16990         atomic_not_fetch<mode>_soft_gusa, atomic_nand_fetch<mode>_soft_gusa):
16991         Use atomic_mem_operand_1 predicate and AraAdd constraints.
16992         (atomic_fetch_<fetchop_name><mode>_soft_tcb,
16993         atomic_<fetchop_name><mode>_soft_tcb, atomic_fetch_not<mode>_soft_tcb,
16994         atomic_not<mode>_soft_tcb, atomic_fetch_<fetchop_name><mode>_soft_imask,
16995         atomic_fetch_not<mode>_soft_imask, atomic_fetch_nand<mode>_soft_tcb,
16996         atomic_nand<mode>_soft_tcb, atomic_fetch_nand<mode>_soft_imask,
16997         atomic_<fetchop_name>_fetch<mode>_soft_tcb,
16998         atomic_not_fetch<mode>_soft_tcb,
16999         atomic_<fetchop_name>_fetch<mode>_soft_imask,
17000         atomic_not_fetch<mode>_soft_imask, atomic_nand_fetch<mode>,
17001         atomic_nand_fetch<mode>_soft_tcb, atomic_nand_fetch<mode>_soft_imask):
17002         Use atomic_mem_operand_1 predicate and SraSdd constraints.
17004 2015-02-10  Uros Bizjak  <ubizjak@gmail.com>
17006         * config/alpha/alpha.md (reload_out<mode>_aligned): Make operands 2
17007         and 3 earlyclobber operands.
17009 2015-02-10  Jan Hubicka  <hubicka@ucw.cz>
17011         * common.opt (fstack-reuse): Mark as optimization.
17013 2015-02-10  Jan Hubicka  <hubicka@ucw.cz>
17015         PR ipa/64982
17016         * cgraphunit.c (cgraph_node::expand_thunk): Look for stdarg thunks.
17018 2015-02-10  Trevor Saunders  <tsaunders@mozilla.com>
17020         PR tree-optimization/64326
17021         * cfghooks.c (make_forwarder_block): Cap frequency of created block.
17023 2015-02-10  Rainer Emrich  <rainer@emrich-ebersheim.de>
17025         PR gcov-profile/61889
17026         * gcov-tool.c: Remove wrong #if !defined(_WIN32)
17028 2015-02-10  Richard Biener  <rguenther@suse.de>
17030         PR tree-optimization/64995
17031         * tree-ssa-sccvn.c (set_ssa_val_to): Assert that the
17032         value we use is final.
17033         (visit_reference_op_store): Always valueize op.
17034         (visit_use): Properly valueize vuses.
17036 2015-02-10  Richard Biener  <rguenther@suse.de>
17038         PR tree-optimization/64909
17039         * tree-vect-loop.c (vect_estimate_min_profitable_iters): Properly
17040         pass a scalar-stmt count estimate to the cost model.
17041         * tree-vect-data-refs.c (vect_peeling_hash_get_lowest_cost): Likewise.
17043 2015-02-10  Alexander Monakov  <amonakov@ispras.ru>
17045         * doc/invoke.texi (-fvar-tracking-assignments): Clarify that VTA is
17046         enabled by default together with var-tracking.
17048 2015-02-10  Nick Clifton  <nickc@redhat.com>
17050         * config/rl78/rl78.c: Remove DIV attribute code accidentally
17051         included in previous rl78 commit.
17053 2015-02-10  Richard Biener  <rguenther@suse.de>
17055         * tree-streamer.h (streamer_read_tree_bitfields): Adjust.
17056         * tree-streamer-in.c (streamer_read_tree_bitfields): Do not
17057         return the bitpack.
17059 2015-02-09  Trevor Saunders  <tsaunders@mozilla.com>
17061         PR gcov-profile/61889
17062         * config.in: regenerate.
17063         * configure.in: Likewise.
17064         * configure.ac: Check for ftw.h.
17065         * gcov-tool.c: Check for ftw.h before using nftw.
17067 2015-02-09  Trevor Saunders  <tsaunders@mozilla.com>
17069         PR lto/64076
17070         * ipa-visibility.c (update_visibility_by_resolution_info): Only
17071         assert when not in lto mode.
17073 2015-02-09  Zhouyi Zhou  <yizhouzhou@ict.ac.cn>
17075         * ira-color.c (setup_left_conflict_sizes_p): Simplify
17076         initialization/assignment of conflict_size.
17078 2015-02-09  Jan Hubicka  <hubicka@ucw.cz>
17080         PR ipa/64978
17081         * ipa-cp.c (gather_caller_stats): Skip thunks.
17082         (propagate_constants_topo): Skip aliases.
17084 2015-02-09  Kaz Kojima  <kkojima@gcc.gnu.org>
17086         PR target/64761
17087         * config/sh/sh.c (sh_option_override): Don't change
17088         -freorder-blocks-and-partition to -freorder-blocks even when
17089         unwinding is enabled.
17090         (sh_can_follow_jump): Return false if the followee jump is
17091         a crossing jump when -freorder-blocks-and-partition is specified.
17092         * config/sh/sh.md (*jump_compact_crossing): New insn.
17094 2015-02-09  Joern Rennecke  <joern.rennecke@embecosm.com>
17095             Kaz Kojima  <kkojima@gcc.gnu.org>
17097         PR target/64761
17098         * config/sh/sh-protos.h (sh_can_redirect_branch): Don't declare.
17099         * config/sh/sh.c (TARGET_CAN_FOLLOW_JUMP): Redefine.
17100         (sh_can_redirect_branch): Rename to ...
17101         (sh_can_follow_jump): ... this.  Constify argument types.
17102         * config/sh/sh.h (MD_CAN_REDIRECT_BRANCH): Don't define.
17103         * doc/tm.texi.in (MD_CAN_REDIRECT_BRANCH): Remove documentation.
17104         * reorg.c (steal_delay_list_from_target): Use targetm.can_follow_jump.
17105         * doc/tm.texi: Regenerate.
17107 2015-02-09  Jakub Jelinek  <jakub@redhat.com>
17109         PR sanitizer/64981
17110         * builtins.c (expand_builtin): Call targetm.expand_builtin
17111         for BUILT_IN_MD builtins regardless of asan_intercepted_p.
17113 2015-02-08  Jan Hubicka  <hubicka@ucw.cz>
17115         PR ipa/61548
17116         * tree-emutls.c (ipa_lower_emutls): Avoid duplicates in TLS_VARS.
17118 2015-02-08  Jan Hubicka  <hubicka@ucw.cz>
17120         PR ipa/63566
17121         * ipa-icf.c (set_local): New function.
17122         (sem_function::merge): Use it.
17124 2015-02-08  Jan Hubicka  <hubicka@ucw.cz>
17126         * ipa-devirt.c (odr_types_equivalent_p): Fix formating.
17127         (add_type_duplicate): Fix comparison of BINFOs.
17129 2015-02-08  Jan Hubicka  <hubicka@ucw.cz>
17131         * ipa-polymorphic-call.c (ipa_polymorphic_call_context): Avoid ICE
17132         on getting VOID pointer.
17134 2015-02-09  Jakub Jelinek  <jakub@redhat.com>
17136         PR target/64979
17137         * tree-stdarg.c (pass_stdarg::execute): Scan phi node args for
17138         va_list escapes.
17140 2015-02-09  Richard Biener  <rguenther@suse.de>
17142         * genmatch.c (replace_id): Copy expr_type.
17144 2015-02-09  Richard Biener  <rguenther@suse.de>
17146         * tree-streamer.h (streamer_pack_tree_bitfields): Remove.
17147         (streamer_write_tree_bitfields): Declare.
17148         * tree-streamer-in.c (unpack_ts_base_value_fields): Inline,
17149         properly unpack padding.
17150         (unpack_value_fields): Inline ...
17151         (streamer_read_tree_bitfields): ... here.
17152         * tree-streamer-out.c (pack_ts_base_value_fields): Inline
17153         and properly add padding bits.
17154         (streamer_pack_tree_bitfields): Fold into ...
17155         (streamer_write_tree_bitfields): ... this new function,
17156         exposing the bitpack object.
17157         * lto-streamer-out.c (lto_write_tree_1): Call
17158         streamer_write_tree_bitfields.
17160 2015-02-09  Richard Biener  <rguenther@suse.de>
17162         PR tree-optimization/54000
17163         * tree-ssa-looo-ivopts.c: Include tree-vectorizer.h.
17164         (struct ivopts_data): Add loop_loc member.
17165         (tree_ssa_iv_optimize_loop): Dump loop location.
17166         (create_new_ivs): Likewise, also dump number of IVs generated.
17168 2015-02-09  Martin Liska  <mliska@suse.cz>
17170         * ipa-icf.c (sem_item_optimizer::register_hooks): Register hooks
17171         just if not yet registered.
17172         (ipa_icf_generate_summary): Register callgraph hooks.
17174 2015-02-08  Andrew Pinski  <apinski@cavium.com>
17176         * config/aarch64/aarch64.c (gty_dummy): Delete.
17178 2015-02-08  Jan Hubicka  <hubicka@ucw.cz>
17180         PR ipa/63566
17181         * ipa-visibility.c (cgraph_node::non_local_p): Accept aliases.
17182         (cgraph_node::local_p): Remove thunk related FIXME.
17184 2015-02-08  Jan Hubicka  <hubicka@ucw.cz>
17186         PR ipa/63566
17187         * i386.c (ix86_function_regparm): Look through aliases to see if callee
17188         is local and optimized.
17189         (ix86_function_sseregparm): Likewise; also use target's SSE math
17190         settings; error out instead of silently generating wrong code
17191         on mismatches.
17192         (init_cumulative_args): Look through aliases.
17194 2015-02-08  Jan Hubicka  <hubicka@ucw.cz>
17196         PR ipa/63566
17197         * ipa-split.c (execute_split_functions): Split if function has aliases.
17199 2015-02-08  Jan Hubicka  <hubicka@ucw.cz>
17201         PR ipa/63566
17202         * cgraphunit.c (cgraph_node::analyze): Be sure target of thunk is
17203         aliases before trying to expand it.
17204         (cgraph_node::expand_thunk): Fix formating.
17206 2015-02-07  Sandra Loosemore  <sandra@codesourcery.com>
17208         * doc/extend.texi (Function Attributes [naked]): Copy-edit.
17209         (Using Assembly Language with C): Expand introduction.
17210         (Basic Asm): Copy-edit.  Add more information about uses of
17211         basic asm.
17212         (Extended Asm): Copy-edit.  Document new escape syntax and
17213         %l[label] syntax.
17214         (Global Reg Vars): Copy-edit.
17215         (Local Reg Vars): Likewise.
17217 2015-02-06  David Edelsohn  <dje.gcc@gmail.com>
17219         PR debug/2714
17220         PR bootstrap/64256
17221         * xcoffout.h (DBX_CONTIN_LENGTH): Define as 16384.
17222         (DBX_CONTIN_CHAR): Define.
17224 2015-02-06  Sebastian Pop  <s.pop@samsung.com>
17225             Brian Rzycki  <b.rzycki@samsung.com>
17227         PR tree-optimization/64878
17228         * tree-ssa-threadedge.c: Include tree-ssa-loop.h.
17229         (fsm_find_control_statement_thread_paths): Add parameter seen_loop_phi.
17230         Stop recursion at loop phi nodes after having visited a loop phi node.
17232 2015-02-06  Jakub Jelinek  <jakub@redhat.com>
17234         * toplev.c (process_options): Change flag_ipa_ra before creating
17235         optimization_{default,current}_node.
17237         PR ipa/64896
17238         * cgraphunit.c (cgraph_node::expand_thunk): If
17239         restype is not is_gimple_reg_type nor the thunk_fndecl
17240         returns aggregate_value_p, set restmp to a temporary variable
17241         instead of resdecl.
17243 2015-02-06  Vladimir Makarov  <vmakarov@redhat.com>
17245         * lra.c (lra_emit_add): Fix a typo in using disp instead of base.
17247 2015-02-06  Michael Meissner  <meissner@linux.vnet.ibm.com>
17249         PR target/64205
17250         * config/rs6000/rs6000.c (rs6000_init_hard_regno_mode_ok): Do not
17251         add a general secondary reload handler for SDmode, unless we have
17252         both read/write support for SDmode.
17254 2015-02-06  Jakub Jelinek  <jakub@redhat.com>
17256         PR middle-end/64937
17257         * dwarf2out.c (set_block_abstract_flags, set_decl_abstract_flags):
17258         Replace setting argument with abstract_vec, always set BLOCK_ABSTRACT
17259         or DECL_ABSTRACT_P flags to 1 rather than to setting, and if it wasn't
17260         1 before, push it to abstract_vec.
17261         (dwarf2out_abstract_function): Adjust caller.  Don't call
17262         set_decl_abstract_flags second time, instead clear BLOCK_ABSTRACT or
17263         DECL_ABSTRACT_P flags for all abstract_vec elts.
17265 2015-02-06  Renlin Li  <renlin.li@arm.com>
17267         * tree-ssa-forwprop.c (execute): Keep location info while rewrite
17268         complex gimple.
17269         * tree-ssa.c (execute_update_addresses_taken): Likewise.
17271 2015-02-06  Jeff Law  <law@redhat.com>
17273         PR target/64889
17274         * config/h8300/h8300.c (push): New argument "in_prologue".
17275         Pass "in_prologue" along to "F".
17276         (h8300_push_pop): Corresponding changes.
17277         (h8300_expand_prologue): Likewise.
17278         (h8300_swap_into_er6): Likewise.  Do not set RTX_FRAME_RELATED_P.
17280 2015-02-06  Jakub Jelinek  <jakub@redhat.com>
17282         PR rtl-optimization/64957
17283         PR debug/64817
17284         * simplify-rtx.c (simplify_binary_operation_1): Use ~cval for
17285         IOR rather than for AND.
17287 2015-02-06  Eric Botcazou  <ebotcazou@adacore.com>
17289         PR target/62631
17290         * tree-ssa-loop-ivopts.c (get_shiftadd_cost): Use the mininum of costs
17291         of shift-add and (add + shift) operations.  Rename local variable.
17293 2015-02-05  Jeff Law  <law@redhat.com>
17295         PR target/17306
17296         * config/h8300/constraints.md (U): Correctly dectect
17297         "eightbit_data" memory addresses.
17298         * config/h8300/h8300.c (eightbit_constant_address_p): Also
17299         handle (const (plus (symbol_ref (x)))) where x is declared
17300         as an 8-bit data memory address.
17301         * config/h8300/h8300.md (call, call_value): Correctly detect
17302         "funcvec" functions.
17304         PR target/43264
17305         * config/h8300/h8300.c (get_shift_alg): Fix ASHIFTRT by
17306         24 to 28 bits for the H8/300.
17308 2015-02-06  Alan Modra  <amodra@gmail.com>
17310         PR target/64876
17311         * config/rs6000/rs6000.c (chain_already_loaded): New function.
17312         (rs6000_call_aix): Use it.
17314 2015-02-05  Jan Hubicka <hubicka@ucw.cz>
17316         * ipa-cp.c (ipa_value_from_jfunc, ipa_context_from_jfunc): Add bounds
17317         check.
17319 2015-02-05  Joern Rennecke  <joern.rennecke@embecosm.com>
17321         * config/h8300/constraints.md ("U" constraint): Use strict
17322         variant of REG_OK_FOR_BASE_P after reload has started.
17324 2015-02-04  Mantas Mikaitis  <mantas.mikaitis@arm.com>
17326         * config/arm/arm.h (TARGET_NEON_FP): Removed conditional definition,
17327         define to zero if !TARGET_NEON.
17328         (TARGET_ARM_FP): Added !TARGET_SOFT_FLOAT into conditional definition.
17330 2015-02-04  Jan Hubicka  <hubicka@ucw.cz>
17331             Trevor Saunders  <tsaunders@mozilla.com>
17333         PR ipa/61548
17334         * tree-emultls.c (new_emutls_decl): Resolve alias after creating it.
17336 2015-02-04  Jan Hubicka  <hubicka@ucw.cz>
17338         PR ipa/61548
17339         * ipa.c (symbol_table::remove_unreachable_nodes): Fix ordering issue
17340         when removing varpool nodes.
17342 2015-02-04  Jan Hubicka  <hubicka@ucw.cz>
17344         PR ipa/61548
17345         * varpool.c (varpool_node::remove): Fix order of variables.
17347 2015-02-04  Jan Hubicka  <hubicka@ucw.cz>
17349         PR ipa/64686
17350         * ipa-inline.c (inline_small_functions): Fix ordering issue between
17351         speculation resolution and key updates.
17353 2015-02-04  Jan Hubicka  <hubicka@ucw.cz>
17355         * ipa-prop.c (update_indirect_edges_after_inlining): By more careful
17356         about not letting any speculative edges unupdated.
17358 2015-02-04  Jan Hubicka  <hubicka@ucw.cz>
17360         PR gcov/64123
17361         * gcov-io.c (gcov_var): Export.
17363 2015-02-04  Jan Hubicka  <hubicka@ucw.cz>
17365         PR middle-end/64922
17366         * ipa-prop.c (update_indirect_edges_after_inlining): Correctly update
17367         edges that become speculative.
17369 2015-02-04  Jakub Jelinek  <jakub@redhat.com>
17371         * dwarf2out.c (is_fortran): Also return true for DW_LANG_Fortran03
17372         or DW_LANG_Fortran08.
17373         (lower_bound_default): Return 1 for DW_LANG_Fortran03 or
17374         DW_LANG_Fortran08.
17375         (gen_compile_unit_die): Handle "GNU Fortran2003" and
17376         "GNU Fortran2008" language strings.
17377         * dbxout.c (get_lang_number): Use lang_GNU_Fortran.
17378         * langhooks.h (lang_GNU_Fortran): New prototype.
17379         * langhooks.c (lang_GNU_Fortran): New function.
17380         * config/rs6000/rs6000.c (rs6000_output_function_epilogue): Use
17381         lang_GNU_Fortran.
17383 2015-02-04  Eric Botcazou  <ebotcazou@adacore.com>
17385         * config/sparc/sparc.c (RTX_OK_FOR_OFFSET_P): Fix off-by-one error.
17386         (RTX_OK_FOR_OLO10_P): Likewise.
17388 2015-02-04  Eric Botcazou  <ebotcazou@adacore.com>
17390         * tree-ssa-loop-ivopts.c (get_address_cost): Use right mode for offset.
17392 2015-02-04  Jan Hubicka  <hubicka@ucw.cz>
17394         PR middle-end/64922
17395         * gimple.c: Include gimple-ssa.h.
17396         (maybe_remove_unused_call_args): New function.
17397         * gimple.h (maybe_remove_unused_call_args): Declare.
17398         * cgraph.c (cgraph_edge::redirect_call_stmt_to_callee): Use it.
17399         * tree-ssa-pre.c (eliminate_dom_walker::before_dom_children): Likewise.
17400         * gimple-fold.c (gimple_fold_call): Likewise.
17402 2015-02-04  H.J. Lu  <hongjiu.lu@intel.com>
17404         PR rtl-optimization/64905
17405         * lra-eliminations.c (setup_can_eliminate): Clear hard frame
17406         pointer alignment if it isn't needed.
17408 2015-02-04  Matthew Wahab  <matthew.wahab@arm.com>
17410         * config/aarch64/aarch64-cores.def: Add cortex-a72 and
17411         cortex-a72.cortex-a53.
17412         * config/aarch64/aarch64-tune.md: Regenerate.
17413         * doc/invoke.texi (AArch64 Options/-mtune): Add "cortex-a72".
17415 2015-02-04  Nick Clifton  <nickc@redhat.com>
17417         * config/rl78/rl78.c (rl78_note_reg_set): Note the use of REGs
17418         inside a MEM.
17420 2015-02-04  Jakub Jelinek  <jakub@redhat.com>
17422         * builtins.def (DEF_BUILTIN_CHKP): Define if not defined.
17423         (DEF_LIB_BUILTIN_CHKP, DEF_EXT_LIB_BUILTIN_CHKP): Redefine.
17424         (DEF_CHKP_BUILTIN): Define using DEF_BUILTIN_CHKP instead
17425         of DEF_BUILTIN.
17426         (BUILT_IN_MEMCPY, BUILT_IN_MEMMOVE, BUILT_IN_MEMSET, BUILT_IN_STRCAT,
17427         BUILT_IN_STRCHR, BUILT_IN_STRCPY, BUILT_IN_STRLEN): Use
17428         DEF_LIB_BUILTIN_CHKP macro instead of DEF_LIB_BUILTIN.
17429         (BUILT_IN_MEMCPY_CHK, BUILT_IN_MEMMOVE_CHK, BUILT_IN_MEMPCPY_CHK,
17430         BUILT_IN_MEMPCPY, BUILT_IN_MEMSET_CHK, BUILT_IN_STPCPY_CHK,
17431         BUILT_IN_STPCPY, BUILT_IN_STRCAT_CHK, BUILT_IN_STRCPY_CHK): Use
17432         DEF_EXT_LIB_BUILTIN_CHKP macro instead of DEF_EXT_LIB_BUILTIN.
17433         * tree-core.h (enum built_in_function): In between
17434         BEGIN_CHKP_BUILTINS and END_CHKP_BUILTINS only define enum values
17435         for builtins that use DEF_BUILTIN_CHKP macro.
17437 2015-02-04  Alexandre Oliva <aoliva@redhat.com>
17439         PR debug/64817
17440         * cfgexpand.c (expand_debug_expr): Compute unsignedp from
17441         operands for tcc_comparison exprs.  Fix typos.
17443         PR debug/64817
17444         * simplify-rtx.c (simplify_binary_operation_1): Simplify one
17445         of two XORs that have an intervening AND or IOR.
17447         PR debug/64817
17448         * simplify-rtx.c (simplify_binary_operation_1): Rewrite
17449         simplification of XOR of AND to not allocate new rtx before
17450         committing to a simplification.
17452 2015-02-04  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
17454         * config/aarch64/aarch64-ldpstp.md: Use std::swap instead of
17455         manual swaps in all peepholes.
17457 2015-02-04  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
17459         * config/aarch64/aarch64.c (aarch64_evpc_ext): Use std::swap instead
17460         of manual swapping implementation.
17461         (aarch64_expand_vec_perm_const_1): Likewise.
17463 2015-02-04  James Greenhalgh <james.greenhalgh@arm.com>
17465         * config/aarch64/aarch64.c (NAMED_PARAM): Delete it.
17466         (generic_addrcost_table): Remove NAMED_PARAM.
17467         (cortexa57_addrcost_table): Likewise.
17468         (xgene1_addrcost_table): Likewise.
17469         (generic_regmove_table): Likewise.
17470         (cortexa53_regmove_table): Likewise.
17471         (xgene1_regmove_table): Likewise.
17472         (generic_vector_table): Likewise.
17473         (cortexa57_vector_table): Likewise.
17474         (xgene1_vector_table): Likewise.
17475         (generic_tunings): Likewise.
17476         (cortexa53_tunings): Likewise.
17477         (cortexa57_tunings): Likewise.
17478         (xgene1_tunings): Likewise.
17480 2015-02-04  Matthew Wahab  <matthew.wahab@arm.com>
17482         * config/arm/arm-cores.def: Add cortex-a72 and
17483         cortex-a72.cortex-a53.
17484         * config/arm/bpabi.h (BE8_LINK_SPEC): Likewise.
17485         * config/arm/t-aprofile (MULTILIB_MATCHES): Likewise.
17486         * config/arm/arm-tune.md: Regenerate.
17487         * config/arm/arm-tables.opt: Add entries for "cortex-a72" and
17488         "cortex-a72.cortex-a53".
17489         * doc/invoke.texi (ARM Options/-mtune): Likewise.
17491 2015-02-04  Nick Clifton  <nickc@redhat.com>
17493         PR target/64408
17494         * config/fr30/predicates.md (di_operand): Add SUBREG to the list
17495         of accepted codes.
17496         (nonimmediate_di_operand): Likewise.
17498         * config/msp430/msp430.c (msp430_use_f5_series_hwmult): Add more
17499         prefixes of known F5 using MSP430 MCUs.
17501 2015-02-04  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
17503         * config/aarch64/aarch64-simd-builtins.def (sqrt): Use BUILTIN_VDQF_DF.
17504         * config/aarch64/arm_neon.h (vsqrt_f64): Use __builtin_aarch64_sqrtdf
17505         instead of __builtin_sqrt.
17507 2015-02-04  Ilya Enkovich  <ilya.enkovich@intel.com>
17509         * varasm.c (do_assemble_alias): Follow transparent alias
17510         chain for target.
17511         (default_assemble_visibility): Follow transparent alias
17512         chain for decl name.
17514 2015-02-04  Thomas Preud'homme  <thomas.preudhomme@arm.com>
17516         PR middle-end/62103
17517         * tree-ssa-sccvn.c (fully_constant_vn_reference_p): Use TYPE_PRECISION
17518         to compute size of referenced value in the constant case.
17520 2015-02-03  Jakub Jelinek  <jakub@redhat.com>
17522         PR rtl-optimization/64756
17523         * cse.c (invalidate_dest): New function.
17524         (cse_insn): Use it.  If dest != SET_DEST (sets[i].rtl) and
17525         HASH (SET_DEST (sets[i].rtl), mode) computation sets do_not_record,
17526         invalidate and do not record it.
17528 2015-02-03  Oleg Endo  <olegendo@gcc.gnu.org>
17530         PR target/64660
17531         * config/sh/sync.md (atomic_<fetchop_name><mode>_hard,
17532         atomic_not<mode>_hard, atomic_<fetchop_name><mode>_soft_tcb,
17533         atomic_not<mode>_soft_tcb, atomic_nand<mode>_hard,
17534         atomic_nand<mode>_soft_tcb): New insns.
17535         (atomic_fetch_<fetchop_name>si_hard): Convert to insn_and_split.
17536         Split into atomic_<fetchop_name>_fetchsi_hard if operands[0] is unused.
17537         (define_insn "atomic_fetch_notsi_hard): Convert to insn_and_split.
17538         Split into atomic_not_fetchsi_hard if operands[0] is unused.
17539         (atomic_fetch_<fetchop_name><mode>_hard): Convert to insn_and_split.
17540         Split into atomic_<fetchop_name><mode>_hard if operands[0] is unused.
17541         (atomic_fetch_not<mode>_hard): Convert to insn_and_split.  Split into
17542         atomic_not<mode>_hard if operands[0] is unused.
17543         (atomic_fetch_<fetchop_name><mode>_soft_gusa): Convert to
17544         insn_and_split.  Split into atomic_<fetchop_name>_fetch<mode>_soft_gusa
17545         if operands[0] is unused.
17546         (atomic_fetch_not<mode>_soft_gusa): Convert to insn_and_split.  Split
17547         into atomic_not_fetch<mode>_soft_gusa if operands[0] is unused.
17548         (atomic_fetch_<fetchop_name><mode>_soft_tcb): Convert to insn_and_split.
17549         Split into atomic_<fetchop_name><mode>_soft_tcb if operands[0] is
17550         unused.
17551         (atomic_fetch_not<mode>_soft_tcb): Convert to insn_and_split.  Split
17552         into atomic_not<mode>_soft_tcb if operands[0] is unused.
17553         (atomic_fetch_<fetchop_name><mode>_soft_imask): Convert to
17554         insn_and_split.  Split into atomic_<fetchop_name>_fetch<mode>_soft_imask
17555         if operands[0] is unused.
17556         (atomic_fetch_not<mode>_soft_imask): Convert to insn_and_split.  Split
17557         into atomic_not_fetch<mode>_soft_imask is operands[0] is unused.
17558         (atomic_fetch_nandsi_hard): Convert to insn_and_split.  Split into
17559         atomic_nand_fetchsi_hard if operands[0] is unused.
17560         (atomic_fetch_nand<mode>_hard): Convert to insn_and_split.  Split into
17561         atomic_nand<mode>_hard if operands[0] is unused.
17562         (atomic_fetch_nand<mode>_soft_gusa): Convert to insn_and_split.  Split
17563         into atomic_nand_fetch<mode>_soft_gusa if operands[0] is unused.
17564         (atomic_fetch_nand<mode>_soft_tcb): Convert to insn_and_split.  Split
17565         into atomic_nand<mode>_soft_tcb if operands[0] is unused.
17566         (atomic_fetch_nand<mode>_soft_imask): Convert to insn_and_split.  Split
17567         into atomic_nand_fetch<mode>_soft_imask if operands[0] is unused.
17568         (atomic_<fetchop_name>_fetch<mode>_hard): Convert to insn_and_split.
17569         Split into atomic_<fetchop_name><mode>_hard if operands[0] is unused.
17570         (atomic_not_fetch<mode>_hard): Convert to insn_and_split.  Split into
17571         atomic_not<mode>_hard if operands[0] is unused.
17572         (atomic_<fetchop_name>_fetch<mode>_soft_tcb): Convert to insn_and_split.
17573         Split into atomic_<fetchop_name><mode>_soft_tcb if operands[0] is
17574         unused.
17575         (atomic_not_fetch<mode>_soft_tcb): Convert to insn_and_split.  Split
17576         into atomic_not<mode>_soft_tcb if operands[0] is unused.
17577         (atomic_nand_fetch<mode>_hard): Convert to insn_and_split.  Split into
17578         atomic_nand<mode>_hard if operands[0] is unused.
17579         (atomic_nand_fetch<mode>_soft_tcb): Convert to insn_and_split.  Split
17580         into atomic_nand<mode>_soft_tcb if operands[0] is unused.
17582 2015-02-03  David Malcolm  <dmalcolm@redhat.com>
17584         PR jit/64810
17585         * Makefile.in (GCC_OBJS): Add gcc-main.o.
17586         * gcc-main.c: New file, containing "main" taken from gcc.c.
17587         * gcc.c (do_self_spec): Free decoded_options.
17588         (class driver): Move declaration to gcc.h.
17589         (main): Move declaration and implementation to new file
17590         gcc-main.c.
17591         (driver_get_configure_time_options): New function.
17592         * gcc.h (class driver): Move this declaration here, from
17593         gcc.c.
17594         (driver_get_configure_time_options): New declaration.
17596 2015-02-03  Jan Hubicka  <hubicka@ucw.cz>
17598         * ipa-inline-analysis.c (simple_edge_hints): Fix check for
17599         cross-module inlining.
17600         * cgraph.h (cgraph_node): Add flag merged.
17601         * ipa-icf.c (sem_function::merge): Maintain it.
17603 2015-02-03  Richard Sandiford  <richard.sandiford@arm.com>
17605         * config/arm/arm.c (thumb2_reorg): Test UNARY_P and BINARY_P
17606         instead of OBJECT_P.
17608 2015-02-03  Eric Botcazou  <ebotcazou@adacore.com>
17610         PR target/62631
17611         * config/sparc/sparc.h (TARGET_HARD_MUL): Remove TARGET_V8PLUS.
17612         (TARGET_HARD_MUL32): Rewrite based on TARGET_HARD_MUL.
17613         * config/sparc/sparc.c (sparc_rtx_costs) <MULT>: Return costs based on
17614         int_mulX for integers in 64-bit mode if TARGET_HARD_MUL is not set.
17616 2015-02-03  Jakub Jelinek  <jakub@redhat.com>
17618         PR other/63504
17619         * combine.c (reg_n_sets_max): New variable.
17620         (can_change_dest_mode, reg_nonzero_bits_for_combine,
17621         reg_num_sign_bit_copies_for_combine, get_last_value_validate,
17622         get_last_value): Use REG_N_SETS only on pseudos < reg_n_sets_max.
17623         (try_combine): Use INC_REG_N_SETS only on pseudos < reg_n_sets_max.
17624         (rest_of_handle_combine): Initialize reg_n_sets_max.
17626 2015-02-02  Jan Hubicka  <hubicka@ucw.cz>
17628         * ipa-inline.c (early_inliner): Skip inlining only in always_inlined;
17629         if some always_inline was inlined, apply changes before inlining
17630         heuristically.
17632 2015-02-02  David Malcolm  <dmalcolm@redhat.com>
17634         PR jit/64810
17635         * config/arm/arm.c (arm_option_override): Set
17636         arm_selected_arch/cpu/tune to NULL on entry.
17638 2015-02-02  Tejas Belagod  <tejas.belagod@arm.com>
17639             Andrew Pinski  <pinskia@gcc.gnu.org>
17640             Jakub Jelinek  <jakub@gcc.gnu.org>
17642         PR target/64231
17643         * config/aarch64/aarch64.c (aarch64_classify_symbol): Fix large
17644         integer typing for small model. Use IN_RANGE.
17646 2015-02-02  Richard Biener  <rguenther@suse.de>
17648         * tree-ssa-ccp.c (valueize_op_1): Always allow valueizing default-defs.
17649         * tree-vrp.c (vrp_valueize_1): Likewise.
17651 2015-02-02  Alan Modra  <amodra@gmail.com>
17653         * config/rs6000/rs6000.c (rs6000_call_aix): Use unspec rather
17654         than mem for toc_restore.
17655         * config/rs6000/rs6000.md (UNSPEC_TOCSLOT): Define.
17656         (call_indirect_aix, call_value_indirect_aix): Adjust to suit.
17657         (call_indirect_elfv2, call_value_indirect_elfv2): Likewise.
17659 2015-02-01  David Edelsohn  <dje.gcc@gmail.com>
17661         PR target/64047
17662         * config/rs6000/rs6000.c (rs6000_set_current_function): Handle
17663         explicit default options.
17665 2015-02-01  Jan Hubicka  <hubicka@ucw.cz>
17667         PR ipa/64872
17668         * ipa-utils.c (ipa_merge_profiles): Add release argument.
17669         * ipa-icf.c (sem_function::merge): Do not release body when merging.
17670         * ipa-utils.h (ipa_merge_profiles): Update prototype.
17672 2015-02-01  Jakub Jelinek  <jakub@redhat.com>
17674         PR debug/64817
17675         * cfgexpand.c (deep_ter_debug_map): New variable.
17676         (avoid_deep_ter_for_debug): New function.
17677         (expand_debug_expr): If TERed SSA_NAME is in
17678         deep_ter_debug_map, use the corresponding DEBUG_EXPR_DECL
17679         instead of trying to expand SSA_NAME's def stmt.
17680         (expand_debug_locations): When expanding debug bind
17681         of a DEBUG_EXPR_DECL to corresponding SSA_NAME,
17682         temporarily remove the DEBUG_EXPR_DECL from deep_ter_debug_map's
17683         value.
17684         (pass_expand::execute): Call avoid_deep_ter_for_debug on
17685         all debug bind stmts.  Delete deep_ter_debug_map after
17686         expand_debug_location if non-NULL and clear it.
17688 2015-02-01  Oleg Endo  <olegendo@gcc.gnu.org>
17690         PR target/64851
17691         * config/sh/sync.md (atomic_fetch_notsi_hard,
17692         atomic_fetch_not<mode>_hard, atomic_fetch_not<mode>_soft_gusa,
17693         atomic_fetch_not<mode>_soft_tcb, atomic_fetch_not<mode>_soft_imask,
17694         atomic_not_fetchsi_hard, atomic_not_fetch<mode>_hard,
17695         atomic_not_fetch<mode>_soft_gusa, atomic_not_fetch<mode>_soft_tcb,
17696         atomic_not_fetch<mode>_soft_imask): New insns.
17698 2015-02-01  Maxim Kuvyrkov  <maxim.kuvyrkov@linaro.org>
17700         * haifa-sched.c (INSN_RFS_DEBUG_ORIG_ORDER): New access macro.
17701         (rank_for_schedule_debug): Split from ...
17702         (rank_for_schedule): ... this.
17703         (ready_sort): Sort DEBUG_INSNs separately from normal INSNs.
17704         * sched-int.h (struct _haifa_insn_data): New field rfs_debug_orig_order.
17706 2015-01-31  Sandra Loosemore  <sandra@codesourcery.com>
17708         * doc/md.texi (Machine Constraints): Alphabetize table by target.
17709         * doc/extend.texi (x86 Variable Attributes): Move section to
17710         correct alphabetization after renaming.
17711         (x86 Type Attributes): Likewise.
17712         (Target Builtins): Re-alphabetize menu.
17713         (x86 Built-in Functions): Move section to correct alphabetization
17714         after renaming.
17715         (x86 transactional memory intrinsics): Likewise.
17716         * doc/invoke.texi (Option Summary): Re-alphabetize x86 Options
17717         and x86 Windows Options in table and menu.
17718         (x86 Options): Move section to correct alphabetization after
17719         renaming.
17720         (x86 Windows Options): Likewise.
17722 2015-01-31  Sandra Loosemore  <sandra@codesourcery.com>
17724         * doc/extend.texi: Use "x86", "x86-32", and "x86-64" as the
17725         preferred names of the architecture and its 32- and 64-bit
17726         variants.
17727         * doc/invoke.texi: Likewise.
17728         * doc/md.texi: Likewise.
17730 2015-01-31  Uros Bizjak  <ubizjak@gmail.com>
17732         PR target/64882
17733         * config/i386/predicates.md (address_no_seg_operand): Reject
17734         non-CONST_INT_P operands in invalid mode.
17736 2015-01-31  Uros Bizjak  <ubizjak@gmail.com>
17738         * config/i386/i386.md (*prefetch_prefetchw1): Remove mode of
17739         address_operand 0.  Rename from *prefetch_prefetchwt1_<mode>.
17740         * config/i386/predicates.md (address_no_seg_operand): Call
17741         address_operand with VOIDmode.
17742         (vsib_address_operand): Ditto.
17743         (address_mpx_no_base_operand): Ditto.
17744         (address_mpx_no_index_operand): Ditto.
17746 2015-01-30  Vladimir Makarov  <vmakarov@redhat.com>
17748         PR target/64688
17749         * lra-constraints.c (original_subreg_reg_mode): New.
17750         (simplify_operand_subreg): Try to simplify subreg of const.  Use
17751         original_subreg_reg_mode for it.
17752         (swap_operands): Update original_subreg_reg_mode.
17753         (curr_insn_transform): Set up original_subreg_reg_mode.
17755 2015-01-30  Vladimir Makarov  <vmakarov@redhat.com>
17757         PR target/64617
17758         * lra-constraints.c (prohibited_class_reg_set_mode_p): New
17759         function.
17760         (process_alt_operands): Use it.
17761         (curr_insn_transform): Check the optional reload pseudo class is
17762         ok for the mode.
17764 2015-01-30  Joseph Myers  <joseph@codesourcery.com>
17766         * diagnostic.c (fatal_error (const char *, ...)): Remove function.
17767         * diagnostic-core.h (fatal_error (const char *, ...)): Remove
17768         prototype.
17769         * toplev.h (init_asm_output): Update comment on use of
17770         UNKNOWN_LOCATION with fatal_error.
17771         * cgraph.c, collect-utils.c, collect2.c, config/arc/arc.c,
17772         config/arc/arc.md, config/avr/avr.c, config/c6x/c6x.h,
17773         config/darwin.c, config/host-darwin.c, config/i386/host-cygwin.c,
17774         config/i386/intelmic-mkoffload.c, config/nios2/nios2.c,
17775         config/nvptx/mkoffload.c, config/nvptx/nvptx.h,
17776         config/rs6000/host-darwin.c, config/rs6000/rs6000.c,
17777         config/s390/s390.c, gcc.c, gcov-io.h, gcov-tool.c, ggc-common.c,
17778         ggc-page.c, graph.c, ipa-inline-analysis.c, ipa-reference.c,
17779         lto-cgraph.c, lto-section-in.c, lto-streamer-in.c, lto-streamer.c,
17780         lto-wrapper.c, objc/objc-act.c, opts.c, passes.c, plugin.c,
17781         tlink.c, toplev.c, tree-streamer-in.c, varpool.c: All callers of
17782         fatal_error changed to pass input_location as first argument.
17784 2015-01-30  Martin Liska  <mliska@suse.cz>
17786         * tree.h: Change GCC_VERSION >= 4004 to GCC_VERSION >= 4006
17787         in #pragma GCC diagnostic guards.
17789 2015-01-30  Richard Biener  <rguenther@suse.de>
17791         PR tree-optimization/64829
17792         * tree-vect-patterns.c (vect_handle_widen_op_by_const): Do
17793         not add a widening conversion pattern but hand off extra
17794         widenings to callers.
17795         (vect_recog_widen_mult_pattern): Handle extra widening produced
17796         by vect_handle_widen_op_by_const.
17797         (vect_recog_widen_shift_pattern): Likewise.
17798         (vect_pattern_recog_1): Remove excess vertical space in dumping.
17799         * tree-vect-stmts.c (vect_mark_stmts_to_be_vectorized): Likewise.
17800         (vect_init_vector_1): Likewise.
17801         (vect_get_vec_def_for_operand): Likewise.
17802         (vect_finish_stmt_generation): Likewise.
17803         (vectorizable_load): Likewise.
17804         (vect_analyze_stmt): Likewise.
17805         (vect_is_simple_use): Likewise.
17807 2015-01-29  Jeff Law  <law@redhat.com>
17809         * combine.c (try_combine): Fix typo in comment.
17811 2015-01-29  Segher Boessenkool  <segher@kernel.crashing.org>
17813         PR target/64580
17814         * config.rs6000/rs6000.c (compute_vrsave_mask): Reverse loop order.
17815         (rs6000_stack_info): Add assert.
17816         (rs6000_output_savres_externs): New function, split off from...
17817         (rs6000_output_function_prologue): ... here.  Do not call it for
17818         thunks.
17820 2015-01-29  Jeff Law  <law@redhat.com>
17822         PR target/15184
17823         * combine.c (try_combine): If I0 is a memory load and I3 a store
17824         to a related address, increase the "goodness" of doing a 4-insn
17825         combination with I0-I3.
17826         (make_field_assignment): Handle SUBREGs in the ior+and case.
17828 2015-01-29  Yuri Rumyantsev  <ysrumyan@gmail.com>
17830         PR tree-optimization/64746
17831         * tree-if-conv.c (mask_exists): New function.
17832         (predicate_mem_writes): Save created mask with given size for further
17833         use.
17834         (stmt_is_root_of_bool_pattern): Remove argument VAR and store to it.
17835         (ifcvt_repair_bool_pattern): Collect all statements that are root
17836         of bool pattern and use iterative algorithm to remove multiple uses
17837         of predicates, display number of required iterations.
17839 2015-01-29  Richard Biener  <rguenther@suse.de>
17841         PR tree-optimization/64853
17842         * tree-vrp.c (vrp_valueize_1): Do not return anything if the
17843         stmt will get simulated again.
17844         * tree-ssa-ccp.c (valueize_op_1): Likewise.
17846 2015-01-29  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
17848         * config/arm/arm.c (arm_emit_multi_reg_pop): Simplify definition of
17849         return_in_pc.  Remove redundant assignments.
17850         (thumb2_emit_ldrd_pop): Simplify definition of return_in_pc.
17851         (arm_expand_epilogue): Don't compare boolean with true in if condition.
17853 2015-01-29  Uros Bizjak  <ubizjak@gmail.com>
17855         * config/i386/i386.c (ix86_mode_after): Make static.
17857 2015-01-29  Richard Biener  <rguenther@suse.de>
17859         PR tree-optimization/64844
17860         * tree-vect-loop.c (vect_estimate_min_profitable_iters): Always
17861         dump cost model analysis.
17862         * tree-vect-data-refs.c (vect_enhance_data_refs_alignment):
17863         Do not register adjusted load/store costs here.
17865 2015-01-29  Ilya Enkovich  <ilya.enkovich@intel.com>
17866             Uros Bizjak  <ubizjak@gmail.com>
17868         * config/i386/i386-protos.h (ix86_use_pseudo_pic_reg): New.
17869         * config/i386/i386.h (PIC_OFFSET_TABLE_REGNUM): Simplify by
17870         using x86_use_pseudo_pic_reg.
17871         * config/i386/i386.c (ix86_conditional_register_usage): Remove
17872         support for fixed PIC register.
17873         (ix86_use_pseudo_pic_reg): Not static any more.
17875 2015-01-29  Ilya Enkovich  <ilya.enkovich@intel.com>
17877         PR middle-end/64805
17878         * ipa-inline.c (early_inliner): Rebuild IPA_REF_CHKP reference
17879         to avoid error in cgraph node verification.
17881 2015-01-29  Marek Polacek  <polacek@redhat.com>
17883         * doc/standards.texi: Reflect that the default for C is gnu11.
17885 2015-01-29  Kaz Kojima  <kkojima@gcc.gnu.org>
17887         PR target/64761
17888         * reorg.c (switch_text_sections_between_p): New function.
17889         (relax_delay_slots): Call it when testing if the jump insn
17890         is removable.  Use targetm.can_follow_jump when testing if
17891         the conditional branch can follow an unconditional jump.
17893 2015-01-27  Caroline Tice  <cmtice@google.com>
17895         Committing VTV Cywin/Ming patch for Patrick Wollgast
17896         * config/i386/cygwin.h (STARTFILE_SPEC): Add vtv_start.o,
17897         if -fvtable-verify=preinit/std is used.
17898         * config/i386/mingw-w64.h (STARTFILE_SPEC): Likewise.
17899         * config/i386/mingw32.h (STARTFILE_SPEC): Likewise.
17900         * config/i386/cygwin.h (ENDFILE_SPEC): Add vtv_end.o,
17901         if -fvtable-verify=preinit/std is used.
17902         * config/i386/mingw32.h (ENDFILE_SPEC): Likewise.
17903         * config/i386/cygwin.h (LIB_SPEC): Pass -lvtv and -lpsapi,
17904         if -fvtable-verify=preinit/std is used.
17905         * config/i386/mingw-w64.h (LIB_SPEC): Likewise.
17906         * config/i386/mingw32.h (LIB_SPEC): Likewise.
17907         * varasm.c (assemble_variable): Add code to properly set the comdat
17908         section and name for the .vtable_map_vars section in case the
17909         target is PE or COFF.
17911 2015-01-29  Jan Hubicka  <hubicka@ucw.cz>
17913         PR ipa/64801
17914         * cgraphunit.c (init_lowered_empty_function): Add CoUNT parameter;
17915         make sane BB profile.
17916         (cgraph_node::expand_thunk): Make sane BB profile.
17917         (cgraph_node::create_wrapper): Do not set call_stmt_cannot_inline_p.
17918         * cgraph.h (init_lowered_empty_function): Update prototype.
17919         * config/i386/i386.c (make_resolver_func): Update call.
17920         * predict.c (gate): Disable branch prediction pass if
17921         profile is already there.
17923 2015-01-29  Jan Hubicka  <hubicka@ucw.cz>
17925         * optc-save-gen.awk: flag_fp_contract_mode is no longer speical.
17926         * opth-gen.awk: Likewise.
17927         * common.opt: Mark flag_fp_contract_mode as Optimization.
17929 2015-01-29  Bernd Edlinger  <bernd.edlinger@hotmail.de>
17931         * config/i386/cygwin.h (LIBGCJ_SONAME): Set libgcj version to -16.
17932         * config/i386/mingw32.h (LIBGCJ_SONAME): Set libgcj version to -16.
17934 2015-01-28  Oleg Endo  <olegendo@gcc.gnu.org>
17936         PR target/64659
17937         * config/sh/predicates.md (atomic_arith_operand,
17938         atomic_logical_operand): Remove.
17939         * config/sh/sync.md (fetchop_predicate, fetchop_constraint): Remove.
17940         (atomic_arith_operand_0): New predicate.
17941         (atomic_compare_and_swap<mode>): Use arith_reg_dest for output values.
17942         Use atomic_arith_operand_0 for input values.
17943         (atomic_compare_and_swapsi_hard, atomic_compare_and_swap<mode>_hard,
17944         atomic_compare_and_swap<mode>_soft_gusa,
17945         atomic_compare_and_swap<mode>_soft_tcb,
17946         atomic_compare_and_swap<mode>_soft_imask): Use arith_reg_dest and
17947         arith_reg_operand instead of register_operand.
17948         (atomic_exchange<mode>): Use arith_reg_dest for output value.  Use
17949         atomic_arith_operand_0 for newval input.
17950         (atomic_exchangesi_hard, atomic_exchange<mode>_hard,
17951         atomic_exchange<mode>_soft_gusa, atomic_exchange<mode>_soft_tcb,
17952         atomic_exchange<mode>_soft_imask): Use arith_reg_dest and
17953         arith_reg_operand instead of register_operand.
17954         (atomic_arith_operand_1, atomic_logical_operand_1): New predicates.
17955         fetchop_predicate_1, fetchop_constraint_1_llcs,
17956         fetchop_constraint_1_gusa, fetchop_constraint_1_tcb,
17957         fetchop_constraint_1_imask): New code iterator attributes.
17958         (atomic_fetch_<fetchop_name><mode>): Use arith_reg_dest instead of
17959         register_operand.  Use fetchop_predicate_1.
17960         (atomic_fetch_<fetchop_name>si_hard,
17961         atomic_fetch_<fetchop_name><mode>_hard): Use arith_reg_dest instead of
17962         register_operand.  Use fetchop_predicate_1, fetchop_constraint_1_llcs.
17963         (atomic_fetch_<fetchop_name><mode>_soft_gusa): Use arith_reg_dest
17964         and arith_reg_operand instead of register_operand.  Use
17965         fetchop_predicate_1, fetchop_constraint_1_gusa.
17966         (atomic_fetch_<fetchop_name><mode>_soft_tcb): Use arith_reg_dest
17967         and arith_reg_operand instead of register_operand.  Use
17968         fetchop_predicate_1, fetchop_constraint_1_tcb.  Adjust asm sequence
17969         to allow R0 usage.
17970         (atomic_fetch_<fetchop_name><mode>_soft_imask): Use arith_reg_dest
17971         and arith_reg_operand instead of register_operand.  Use
17972         fetchop_predicate_1, fetchop_constraint_1_imask.  Adjust asm sequence
17973         to allow R0 usage.
17974         (atomic_fetch_nand<mode>): Use arith_reg_dest instead of
17975         register_operand.  Use atomic_logical_operand_1.
17976         (atomic_fetch_nandsi_hard, atomic_fetch_nand<mode>_hard,
17977         atomic_fetch_nand<mode>_soft_gusa): Use arith_reg_dest and
17978         arith_reg_operand instead of register_operand.
17979         (atomic_fetch_nand<mode>_soft_tcb, atomic_fetch_nand<mode>_soft_imask):
17980         Use arith_reg_dest and arith_reg_operand instead of register_operand.
17981         Use logical_operand and rK08.  Adjust asm sequence to allow R0 usage.
17982         (atomic_<fetchop_name>_fetch<mode>): Use arith_reg_dest instead of
17983         register_operand.  Use fetchop_predicate_1.
17984         (atomic_<fetchop_name>_fetchsi_hard,
17985         atomic_<fetchop_name>_fetch<mode>_hard): Use arith_reg_dest and
17986         arith_reg_operand instead of register_operand.  Use fetchop_predicate_1,
17987         fetchop_constraint_1_llcs.
17988         (atomic_<fetchop_name>_fetch<mode>_soft_gusa): Use arith_reg_dest and
17989         arith_reg_operand instead of register_operand.  Use fetchop_predicate_1,
17990         fetchop_constraint_1_gusa.
17991         (atomic_<fetchop_name>_fetch<mode>_soft_tcb): Use arith_reg_dest and
17992         arith_reg_operand instead of register_operand.  Use fetchop_predicate_1,
17993         fetchop_constraint_1_tcb.  Adjust asm sequence to allow R0 usage.
17994         (atomic_<fetchop_name>_fetch<mode>_soft_imask): Use arith_reg_dest and
17995         arith_reg_operand instead of register_operand.  Use fetchop_predicate_1,
17996         fetchop_constraint_1_imask.  Adjust asm sequence to allow R0 usage.
17997         (atomic_nand_fetch<mode>): Use arith_reg_dest instead of
17998         register_operand.  Use atomic_logical_operand_1.
17999         (atomic_nand_fetchsi_hard, atomic_nand_fetch<mode>_hard,
18000         atomic_nand_fetch<mode>_soft_gusa): Use arith_reg_dest and
18001         arith_reg_operand instead of register_operand.
18002         (atomic_nand_fetch<mode>_soft_tcb): Use arith_reg_dest and
18003         arith_reg_operand instead of register_operand.  Use logical_operand
18004         and K08.  Adjust asm sequence to allow R0 usage.
18005         (atomic_nand_fetch<mode>_soft_imask): Use arith_reg_dest and
18006         arith_reg_operand instead of register_operand.  Use logical_operand
18007         and K08.
18009 2015-01-28  Jakub Jelinek  <jakub@redhat.com>
18011         PR other/63504
18012         * dwarf2out.c (add_AT_wide, mem_loc_descriptor, loc_descriptor):
18013         Use ggc_alloc<wide_int> instead of ggc_cleared_alloc<wide_int>.
18014         (attr_checksum, attr_checksum_ordered, hash_loc_operands): Checksum
18015         only get_full_len HOST_WIDE_INTs from get_val () array rather than
18016         all bits in *val_wide.
18018 2015-01-28  Jan Hubicka  <hubicka@ucw.cz>
18020         * varpool.c (tls_model_names): Fix names.
18021         (varpool_node::dump): Dump tls- prefix for tls models.
18023 2015-01-28  Thomas Schwinge  <thomas@codesourcery.com>
18024             Bernd Schmidt  <bernds@codesourcery.com>
18025             Nathan Sidwell  <nathan@codesourcery.com>
18027         * config/nvptx/mkoffload.c: New file.
18028         * config/nvptx/t-nvptx: Add build rules for it.
18029         * config.gcc <nvptx-*> [$enable_as_accelerator = yes]
18030         (extra_programs): Add mkoffload.
18031         * config/nvptx/nvptx.c (nvptx_record_offload_symbol): New
18032         function.
18033         (TARGET_RECORD_OFFLOAD_SYMBOL): Define macro to use it.
18035 2015-01-28  Yuri Rumyantsev  <ysrumyan@gmail.com>
18037         PR middle-end/64809
18038         * cfgexpand.c (reorder_operands): Skip debug gimples.
18040 2015-01-28  Ilya Enkovich  <ilya.enkovich@intel.com>
18042         PR tree-optimization/64277
18043         * tree-ssa-loop-niter.c (record_nonwrapping_iv): Use base
18044         range info when possible to refine estimation.
18046 2015-01-28  Thomas Preud'homme  <thomas.preudhomme@arm.com>
18048         PR tree-optimization/64718
18049         * tree-ssa-math-opts.c (pass_optimize_bswap::execute): Make bswap_type
18050         be a 16bit unsigned integer when n->range is 16.
18051         (bswap_replace): Convert src to that type if necessary for all bswap
18052         sizes.  Fix rotation right notation in nearby comment.  Use bswap_type
18053         set in pass_optimize_bswap::execute ().
18055 2015-01-28  James Greenhalgh  <james.greenhalgh@arm.com>
18057         * config/aarch64/aarch64-simd.md (aarch64_abs<mode>): New.
18058         * config/aarch64/aarch64-simd-builtins.def (abs): Split by
18059         integer and floating point variants.
18060         * config/aarch64/iterators.md (unspec): Add UNSPEC_ABS.
18062 2015-01-28  Robert Suchanek  <robert.suchanek@imgtec.com>
18064         * config/mips/mips.c (mips_hard_regno_mode_ok_p): Prohibit accumulators
18065         for all vector modes.
18067 2015-01-28  Jakub Jelinek  <jakub@redhat.com>
18069         PR bootstrap/64612
18070         * doc/sourcebuild.texi (comdat_group): Document.
18072 2015-01-28  Terry Guo  <terry.guo@arm.com>
18074         * config/arm/thumb1.md (*thumb1_movpc_insn): New insn pattern.
18076 2015-01-27  David Malcolm  <dmalcolm@redhat.com>
18078         * toplev.c (print_version): Add param "show_global_state", and
18079         only print GGC and plugin information if it is true.
18080         (init_asm_output): Pass in "true" for the new param when calling
18081         print_version.
18082         (process_options): Likewise.
18083         (toplev::main): Likewise.
18084         * toplev.h (print_version): Add new param to decl.
18086 2015-01-27  Jan Hubicka  <hubicka@ucw.cz>
18088         PR ipa/60871
18089         PR ipa/64139
18090         * tree.c (lookup_binfo_at_offset): New function.
18091         (get_binfo_at_offset): Use it.
18093 2015-01-27  Jan Hubicka  <hubicka@ucw.cz>
18095         PR ipa/64282
18096         * gimple-fold.c (gimple_get_virt_method_for_vtable): Remove assert
18097         on vtable being vtable.
18099 2015-01-27  Dominik Vogt  <vogt@linux.vnet.ibm.com>
18101         * doc/extend.texi: s/390: Update documentation of hotpatch attribute.
18102         * doc/invoke.texi (-mhotpatch): s/390: Update documentation of
18103         -mhotpatch= option.
18104         * config/s390/s390.opt (mhotpatch): s/390: Remove -mhotpatch and
18105         -mno-hotpatch options.  Change syntax of -mhotpatch= option.
18106         * config/s390/s390.c (s390_hotpatch_trampoline_halfwords_default):
18107         Renamed.
18108         (s390_hotpatch_trampoline_halfwords_max): Renamed.
18109         (s390_hotpatch_hw_max): New name.
18110         (s390_hotpatch_trampoline_halfwords): Renamed.
18111         (s390_hotpatch_hw_before_label): New name.
18112         (get_hotpatch_attribute): Removed.
18113         (s390_hotpatch_hw_after_label): New name.
18114         (s390_handle_hotpatch_attribute): Add second parameter to hotpatch
18115         attribute.
18116         (s390_attribute_table): Ditto.
18117         (s390_function_num_hotpatch_trampoline_halfwords): Renamed.
18118         (s390_function_num_hotpatch_hw): New name.
18119         Remove special handling of inline functions and hotpatching.
18120         Return number of nops before and after the function label.
18121         (s390_can_inline_p): Removed.
18122         (s390_asm_output_function_label): Emit a configurable number of nops
18123         after the function label.
18124         (s390_option_override): Update -mhotpatch= syntax and remove -mhotpatch.
18125         (TARGET_CAN_INLINE_P) Removed.
18126         (TARGET_FUNCTION_ATTRIBUTE_INLINABLE_P): New.
18128 2015-01-27  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
18129             Jiong Wang  <jiong.wang@arm.com>
18131         * config/aarch64/aarch64.md (tb<optab><mode>1): Clobber CC reg instead
18132         of scratch reg.
18133         (cb<optab><mode>1): Likewise.
18134         * config/aarch64/iterators.md (bcond): New define_code_attr.
18136 2015-01-27  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
18138         * config/s390/s390.c (s390_memory_move_cost): Increase costs for
18139         memory accesses.
18141 2015-01-27  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
18143         * config/s390/s390.c (s390_register_move_cost): Increase costs for
18144         FPR->GPR moves.
18146 2015-01-27  Richard Biener  <rguenther@suse.de>
18148         * tree-vrp.c (update_value_range): Intersect the range with
18149         old recorded SSA name range information.
18151 2015-01-27  Nick Clifton  <nickc@redhat.com>
18153         * config/rl78/rl78.c (rl78_expand_prologue): In G10 mode push the
18154         BC, DE and HL registers directly, not via AX.
18155         When decrementing the stack pointer by a large amount, transfer SP
18156         into AX and perform the subtraction there.
18157         (rl78_expand_epilogue): Perform the inverse of the above
18158         enhancements.
18160 2015-01-27  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
18162         * config/i386/sysv4.h (CRT_GET_RFIB_DATA): Remove.
18164 2015-01-27  Jakub Jelinek  <jakub@redhat.com>
18165             Yury Gribov  <y.gribov@samsung.com>
18167         PR ubsan/64741
18168         * ubsan.c (ubsan_source_location): Refactor code.
18169         (ubsan_type_descriptor): Update type size. Refactor code.
18171 2015-01-27  Richard Biener  <rguenther@suse.de>
18173         PR tree-optimization/56273
18174         PR tree-optimization/59124
18175         PR tree-optimization/64277
18176         * tree-vrp.c (vrp_finalize): Emit array-bound warnings only
18177         from the first VRP pass.
18179 2015-01-27  Jakub Jelinek  <jakub@redhat.com>
18181         PR ipa/64776
18182         * cgraphunit.c (cgraph_node::expand_thunk): If not this_adjusting,
18183         handle the first argument in the same loop as all the other arguments.
18185         PR rtl-optimization/61058
18186         * jump.c (cleanup_barriers): Update basic block boundaries
18187         if BLOCK_FOR_INSN is non-NULL on PREV.
18189 2015-01-27  Ilya Enkovich  <ilya.enkovich@intel.com>
18191         * tree-chkp.c (chkp_call_returns_bounds_p): Fix handling of
18192         bounds narrowing, already instrumented calls and calls to
18193         not instrumentable functions.
18195 2015-01-27  Jakub Jelinek  <jakub@redhat.com>
18197         PR tree-optimization/64807
18198         * wide-int.cc (wi::divmod_internal): Clear
18199         b_dividend[dividend_blocks_needed].
18201 2015-01-26  DJ Delorie  <dj@redhat.com>
18203         * config/rl78/rl78.c (move_elim_pass): Don't optimize away
18204         volatile memory references.
18206 2015-01-26  Oleg Endo  <olegendo@gcc.gnu.org>
18208         PR target/49263
18209         * config/sh/sh.c (sh_split_treg_set_expr): Invoke emit_insn before
18210         remove_insn.
18211         * config/sh/sh.md (tstsi_t): Don't try to optimize constant with right
18212         shifts if it already fits into K08.
18214 2015-01-26  Jakub Jelinek  <jakub@redhat.com>
18216         PR ipa/64730
18217         * ipa-inline.c (inline_small_functions): Print "unknown" even
18218         if edge->call_stmt is non-NULL, but has builtins or unknown
18219         location.
18221         PR middle-end/64421
18222         * omp-low.c (simd_clone_mangle): If DECL_ASSEMBLER_NAME starts
18223         with asterisk, skip the first character.
18225 2015-01-26  H.J. Lu  <hongjiu.lu@intel.com>
18227         PR target/64806
18228         * config/i386/i386 (feature_priority): Revert the last P_POPCNT
18229         order change.
18231 2015-01-26  Uros Bizjak  <ubizjak@gmail.com>
18233         PR target/64795
18234         * config/i386/i386.md (*movdi_internal): Also check operand 0
18235         to determine TYPE_LEA operand.
18236         (*movsi_internal): Ditto.
18238 2015-01-26  Jakub Jelinek  <jakub@redhat.com>
18240         * config/rs6000/rs6000-cpus.def (POWERPC_MASKS): Add
18241         OPTION_MASK_QUAD_MEMORY_ATOMIC.
18243 2015-01-26  Renlin Li  <renlin.li@arm.com>
18245         * config/aarch64/aarch64.c (aarch64_load_symref_appropriately): Correct
18246         the comment.
18247         * config/aarch64/aarch64.md (tlsle_small_<mode>): Add left shift 12-bit
18248         for higher part.
18250 2015-01-26  Richard Biener  <rguenther@suse.de>
18252         PR middle-end/64764
18253         * tree-ssa-uninit.c (is_pred_expr_subset_of): Handle
18254         combining two BIT_AND_EXPR predicates.
18256 2015-01-26  H.J. Lu  <hongjiu.lu@intel.com>
18258         PR bootstrap/64754
18259         * tree-ssa-structalias.c (new_var_info): Initialize ruid.
18261 2015-01-26  Terry Guo  <terry.guo@arm.com>
18263         * config/arm/arm.c (arm_file_start): Update the assignment of
18264         Tag_ABI_HardFP_use.
18266 2015-01-25  James Greenhalgh  <james.greenhalgh@arm.com>
18268         * config/arm/arm-cores.def (cortex-a57): Use the new Cortex-A57
18269         pipeline model.
18270         config/arm/arm.md: Include the new Cortex-A57 model.
18271         (generic_sched): Don't use generic_sched when tuning for
18272         Cortex-A57.
18274 2015-01-25  Allan Sandfeld Jensen  <sandfeld@kde.org>
18275             Uros Bizjak  <ubizjak@gmail.com>
18277         * config/i386/i386.c (get_builtin_code_for_version): Add
18278         support for BMI and BMI2 multiversion functions.
18280 2015-01-25  Prathamesh Kulkarni  <prathamesh.kulkarni@linaro.org>
18282         * emit-rtl.h (store_bit_field): Move prototype to expmed.h.
18283         (extract_bit_field): Likewise.
18284         (extract_low_bits): Likewise.
18285         (expand_mult): Likewise.
18286         (expand_mult_highpart_adjust): Likewise.
18288 2015-01-24  H.J. Lu  <hongjiu.lu@intel.com>
18290         * config/i386/driver-i386.c (host_detect_local_cpu): Check new
18291         Silvermont, Haswell, Broadwell and Knights Landing model numbers.
18292         * config/i386/i386.c (processor_model): Add
18293         M_INTEL_COREI7_BROADWELL.
18294         (arch_names_table): Add "broadwell".
18296 2015-01-24  Oleg Endo  <olegendo@gcc.gnu.org>
18298         PR target/49263
18299         PR target/53987
18300         PR target/64345
18301         PR target/59533
18302         PR target/52933
18303         PR target/54236
18304         PR target/51244
18305         * config/sh/sh-protos.h
18306         (sh_extending_set_of_reg::can_use_as_unextended_reg,
18307         sh_extending_set_of_reg::use_as_unextended_reg,
18308         sh_is_nott_insn, sh_movt_set_dest, sh_movrt_set_dest, sh_is_movt_insn,
18309         sh_is_movrt_insn, sh_insn_operands_modified_between_p,
18310         sh_reg_dead_or_unused_after_insn, sh_in_recog_treg_set_expr,
18311         sh_recog_treg_set_expr, sh_split_treg_set_expr): New functions.
18312         (sh_treg_insns): New class.
18313         * config/sh/sh.c (TARGET_LEGITIMATE_COMBINED_INSN): Define target hook.
18314         (scope_counter): New class.
18315         (sh_legitimate_combined_insn, sh_is_nott_insn, sh_movt_set_dest,
18316         sh_movrt_set_dest, sh_reg_dead_or_unused_after_insn,
18317         sh_extending_set_of_reg::can_use_as_unextended_reg,
18318         sh_extending_set_of_reg::use_as_unextended_reg, sh_recog_treg_set_expr,
18319         sh_in_recog_treg_set_expr, sh_try_split_insn_simple,
18320         sh_split_treg_set_expr): New functions.
18321         (addsubcosts): Handle treg_set_expr.
18322         (sh_rtx_costs): Handle IF_THEN_ELSE and ZERO_EXTRACT.
18323         (sh_rtx_costs): Use arith_reg_operand in SIGN_EXTEND and ZERO_EXTEND.
18324         (sh_rtx_costs): Handle additional bit test patterns in EQ and AND cases.
18325         (sh_insn_operands_modified_between_p): Make non-static.
18326         * config/sh/predicates.md (zero_extend_movu_operand): Allow
18327         simple_mem_operand in addition to displacement_mem_operand.
18328         (zero_extend_operand): Don't allow zero_extend_movu_operand.
18329         (treg_set_expr, treg_set_expr_not_const01,
18330         arith_reg_or_treg_set_expr): New predicates.
18331         * config/sh/sh.md (tstsi_t): Use arith_reg_operand and
18332         arith_or_int_operand instead of logical_operand.  Convert to
18333         insn_and_split.  Try to optimize constant operand in splitter.
18334         (tsthi_t, tstqi_t): Fold into *tst<mode>_t.  Convert to insn_and_split.
18335         (*tstqi_t_zero): Delete.
18336         (*tst<mode>_t_subregs): Add !sh_in_recog_treg_set_expr split condition.
18337         (tstsi_t_and_not): Delete.
18338         (tst<mode>_t_zero_extract_eq): Rename to *tst<mode>_t_zero_extract.
18339         Convert to insn_and_split.
18340         (unnamed split, tstsi_t_zero_extract_xor,
18341         tstsi_t_zero_extract_subreg_xor_little,
18342         tstsi_t_zero_extract_subreg_xor_big): Delete.
18343         (*tstsi_t_shift_mask): New insn_and_split.
18344         (cmpeqsi_t, cmpgesi_t): Add new split for const_int 0 operands and try
18345         to recombine with surrounding insns when splitting.
18346         (*negtstsi): Add !sh_in_recog_treg_set_expr condition.
18347         (cmp_div0s_0, cmp_div0s_1, *cmp_div0s_0, *cmp_div0s_1): Rewrite as ...
18348         (cmp_div0s, *cmp_div0s_1, *cmp_div0s_2, *cmp_div0s_3, *cmp_div0s_4,
18349         *cmp_div0s_5, *cmp_div0s_6): ... these new insn_and_split patterns.
18350         (*cbranch_div0s: Delete.
18351         (*addc): Convert to insn_and_split.  Use treg_set_expr as 3rd operand.
18352         Try to recombine with surrounding insns when splitting.  Add operand
18353         order variants.
18354         (*addc_t_r, *addc_r_t): Use treg_set_expr_not_const01.
18355         (*addc_r_r_1, *addc_r_lsb, *addc_r_r_lsb, *addc_r_lsb_r, *addc_r_msb,
18356         *addc_r_r_msb, *addc_2r_msb): Delete.
18357         (*addc_2r_lsb): Rename to *addc_2r_t.  Use treg_set_expr.  Add operand
18358         order variant.
18359         (*addc_negreg_t): New insn_and_split.
18360         (*subc): Convert to insn_and_split.  Use treg_set_expr as 3rd operand.
18361         Try to recombine with surrounding insns when splitting.
18362         Add operand order variants.
18363         (*subc_negt_reg, *subc_negreg_t, *reg_lsb_t, *reg_msb_t): New
18364         insn_and_split patterns.
18365         (*rotcr): Use arith_reg_or_treg_set_expr.  Try to recombine with
18366         surrounding insns when splitting.
18367         (unnamed rotcr split): Use arith_reg_or_treg_set_expr.
18368         (*rotcl): Likewise.  Add zero_extract variant.
18369         (*ashrsi2_31): New insn_and_split.
18370         (*negc): Convert to insn_and_split.  Use treg_set_expr.
18371         (*zero_extend<mode>si2_disp_mem): Update comment.
18372         (movrt_negc, *movrt_negc, nott): Add !sh_in_recog_treg_set_expr split
18373         condition.
18374         (*mov_t_msb_neg, mov_neg_si_t): Use treg_set_expr.  Try to recombine
18375         with surrounding insns when splitting.
18376         (any_treg_expr_to_reg): New insn_and_split.
18377         (*neg_zero_extract_0, *neg_zero_extract_1, *neg_zero_extract_2,
18378         *neg_zero_extract_3, *neg_zero_extract_4, *neg_zero_extract_5,
18379         *neg_zero_extract_6, *zero_extract_0, *zero_extract_1,
18380         *zero_extract_2): New single bit zero extract patterns.
18381         (bld_reg, *bld_regqi): Fold into bld<mode>_reg.
18382         (*get_thread_pointersi, store_gbr, *mov<mode>_gbr_load,
18383         *mov<mode>_gbr_load, *mov<mode>_gbr_load, *mov<mode>_gbr_load,
18384         *movdi_gbr_load): Use arith_reg_dest instead of register_operand for
18385         set destination.
18386         (set_thread_pointersi, load_gbr): Use arith_reg_operand instead of
18387         register_operand for set source.
18389 2015-01-23  Jan Hubicka  <hubicka@ucw.cz>
18391         * i386.opt (prefetch_sse): New targetsave.
18392         * i386.c (ix86_function_specific_save): Save prefetch_sse.
18393         (ix86_function_specific_restore): Restore prefetch_sse and initialize
18394         ix86_cost/ix86_tune_cost.
18396 2015-01-23  David Malcolm  <dmalcolm@redhat.com>
18398         * config/rs6000/rs6000.c (rs6000_output_function_epilogue):
18399         Support the JIT by using 0 as the language type.
18401 2015-01-23  Vladimir Makarov  <vmakarov@redhat.com>
18403         PR target/64317
18404         * lra-lives.c (make_hard_regno_born): Add parameter.  Don't make
18405         REAL_PIC_OFFSET_TABLE_REGNUM conflicting with pic offset pseudo.
18406         (mark_regno_live, process_bb_lives): Pass new parameter value to
18407         make_hard_regno_born.
18409 2015-01-23  Jakub Jelinek  <jakub@redhat.com>
18411         PR rtl-optimization/63637
18412         PR rtl-optimization/60663
18413         * cse.c (merge_equiv_classes): Set new_elt->cost to MAX_COST
18414         if elt->cost is MAX_COST for ASM_OPERANDS.
18415         (find_sets_in_insn): Fix up comment typo.
18416         (cse_insn): Don't set src_volatile for all non-volatile
18417         ASM_OPERANDS in PARALLELs, but just those with multiple outputs
18418         or with "memory" clobber.  Set elt->cost to MAX_COST
18419         for ASM_OPERANDS in PARALLEL.  Set src_elt->cost to MAX_COST
18420         if new_src is ASM_OPERANDS and elt->cost is MAX_COST.
18422 2015-01-23  Uros Bizjak  <ubizjak@gmail.com>
18424         * config/i386/sse.md (sse2_loadld): Set attribute isa to sse2 for
18425         alternative 1.
18427 2015-01-23  Uros Bizjak  <ubizjak@gmail.com>
18429         * config/i386/gnu-user.h (CRT_GET_RFIB_DATA): Move definition to
18430         libgcc/config/i386/elf-lib.h.
18432 2015-01-23  Jakub Jelinek  <jakub@redhat.com>
18434         PR driver/64737
18435         * gcc.c (print_configuration): Don't print a blank line at the end
18436         here...
18437         (run_attempt): ... but here unstead.
18439         PR middle-end/64734
18440         * omp-low.c (scan_sharing_clauses): Don't ignore
18441         OMP_CLAUSE_MAP_ZERO_BIAS_ARRAY_SECTION GOMP_MAP_POINTER clauses
18442         on target data/update constructs.
18444 2015-01-23  Bernd Edlinger  <bernd.edlinger@hotmail.de>
18446         PR target/50928
18447         * config/m32c/m32c.c (encode_pattern_1): Removed gcc_unreachable here.
18448         (DEBUG_RELOAD): Removed define.
18449         (m32c_limit_reload_class): Enable traces with if DEBUG0.
18450         (m32c_function_arg): Added a type cast.
18451         (m32c_legitimize_reload_address): Push A_REGS reload with PSImode.
18452         * config/m32c/addsub.md (addsi3_1): Specify the mode of all arguments.
18453         * config/m32c/bitops.md (andqi3_16): Likewise.
18454         * config/m32c/mov.md (m32c_immd_dbl_mov): Likewise.
18455         (push_a01_l): Likewise.
18457 2015-01-23  David Malcolm  <dmalcolm@redhat.com>
18459         PR jit/64721
18460         * main.c (main): Construct toplev instances with init_signals=true.
18461         * toplev.c (general_init): Add param "init_signals", and use it to
18462         conditionalize the calls to signal and host_hooks.extra_signals.
18463         (toplev::toplev): Add param "init_signals".
18464         (toplev::main): When invoking general_init, pass m_init_signals
18465         to control whether signal-handlers are installed.
18466         * toplev.h (toplev::toplev): Add param "init_signals".
18467         (toplev::m_init_signals): New field.
18469 2015-01-23  David Malcolm  <dmalcolm@redhat.com>
18471         PR jit/64722
18472         * emit-rtl.c (init_emit_regs): Set pic_offset_table_rtx to
18473         NULL_RTX before testing PIC_OFFSET_TABLE_REGNUM, since the
18474         latter may be affected by the former (e.g. on i686).
18476 2015-01-23  Martin Liska  <mliska@suse.cz>
18478         * tree.h (tree_vec_elt_check): Workaround -Wstrict-overflow
18479         false positive during profiledbootstrap.
18481 2015-01-23  Tom de Vries  <tom@codesourcery.com>
18483         PR libgomp/64672
18484         * lto-opts.c (lto_write_options): Output non-explicit conservative
18485         -fno-openacc.
18486         * lto-wrapper.c (merge_and_complain): Handle merging -fopenacc.
18487         (append_compiler_options): Pass -fopenacc through.
18489 2015-01-23  Tom de Vries  <tom@codesourcery.com>
18491         PR libgomp/64707
18492         * lto-opts.c (lto_write_options): Output non-explicit conservative
18493         -fno-openmp.
18494         * lto-wrapper.c (merge_and_complain): Handle merging -fopenmp.
18495         (append_compiler_options): Pass -fopenmp through.
18497 2015-01-23  Jakub Jelinek  <jakub@redhat.com>
18499         PR debug/64511
18500         * dwarf2out.c (struct dw_loc_descr_node): Add chain_next
18501         GTY markup.
18503         * diagnostic-core.h (internal_error_no_backtrace): New prototype.
18504         * diagnostic.def (DK_ICE_NOBT): New kind.
18505         * diagnostic.c (diagnostic_action_after_output): Handle DK_ICE_NOBT
18506         like DK_ICE, but never print backtrace.
18507         (diagnostic_report_diagnostic): Handle DK_ICE_NOBT like DK_ICE.
18508         (internal_error_no_backtrace): New function.
18509         * gcc.c (execute): Use internal_error_no_backtrace instead of
18510         internal_error.
18512 2015-01-22  Jeff Law  <law@redhat.com>
18514         PR target/52076
18515         * config/m68k/m68k.md (xorsi3_internal): Twiddle constraints to
18516         improve code density for small immediate to memory case.
18517         (insv): Better handle bitfield assignments when the field is
18518         being set to all ones.
18519         * config/m68k/predicates.md (reg_or_pow2_m1_operand): New
18520         operand predicate.
18522 2015-01-22  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
18523             Jakub Jelinek  <jakub@redhat.com>
18525         PR middle-end/64729
18526         * gcc.c (LINK_SSP_SPEC): Handle -fstack-protector-explicit
18527         for !TARGET_LIBC_PROVIDES_SSP version and
18528         -fstack-protector-{all,strong,explicit} otherwise.
18529         * config/freebsd.h (LINK_SSP_SPEC): Handle
18530         -fstack-protector-{strong,explicit}.
18532 2015-01-22  Jan Hubicka  <hubicka@ucw.cz>
18533             H.J. Lu  <hongjiu.lu@intel.com>
18535         PR ipa/64694
18536         * ipa-inline.c (inline_small_functions): Fix thinko in maintenance of
18537         heap.
18539 2015-01-22  Wei Mi  <wmi@google.com>
18541         PR rtl-optimization/64557
18542         * dse.c (record_store): Call get_addr for mem_addr.
18543         (check_mem_read_rtx): Likewise.
18545 2015-01-22  Eric Botcazou  <ebotcazou@adacore.com>
18547         * fold-const.c (const_binop): Add early return for non-tcc_binary.
18549 2015-01-22  Chen Gang  <gang.chen.5i5j@gmail.com>
18551         * toplev.c (init_local_tick): Process the failure when read
18552         fails for random_seed.
18554         * ubsan.c (ubsan_type_descriptor): Use 'pretty_print' for
18555         'pretty_name' to avoid memory overflow.
18557 2015-01-22  Richard Biener  <rguenther@suse.de>
18559         PR middle-end/64728
18560         * tree-ssa-coalesce.c (coalesce_partitions): Do not perform
18561         abnormal coalescing on undefined SSA names.
18563 2015-22-01  Uros Bizjak  <ubizjak@gmail.com>
18565         PR target/64688
18566         PR target/64477
18567         * config/i386/sse.md (vec_set<mode>_0): Use (Yi/r/C) constraints
18568         for alternative 3.
18569         (*vec_dup<mode>): Use (Yi/$r) constraints for alternative 1.
18571 2015-01-22  Trevor Saunders  <tsaunders@mozilla.com>
18573         PR middle-end/63325
18574         * fold-const.c (fold_checksum_tree): Don't include value of
18575         expr->decl_with_vis.symtab_node in the checksum.
18577 2015-01-22  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
18579         * config/s390/s390.md (atomic code attribute): Fix typo "ior" -> "or".
18581 2015-01-22  Max Ostapenko  <m.ostapenko@partner.samsung.com>
18583         PR driver/64690
18584         * gcc.c (insert_comments): New function.
18585         (try_generate_repro): Call it.
18586         (append_text): Removed.
18588 2015-01-22  Richard Biener  <rguenther@suse.de>
18590         * ipa-inline.c (can_inline_edge_p): Disable inlining of edges
18591         with IL incompatible options.  Properly honor user optimize
18592         attributes.
18594 2015-01-21  Segher Boessenkool  <segher@kernel.crashing.org>
18596         PR rtl-optimization/64682
18597         * combine.c (distribute_notes): When moving a death note for
18598         a register that is set in the new I2, make sure to put it
18599         before that new I2.
18601 2015-01-21  David Edelsohn  <dje.gcc@gmail.com>
18603         * config/rs6000/rs6000.c (rs6000_file_start): Use rs6000_isa_flags
18604         not TARGET_DEFAULT.
18606 2015-01-21  Jakub Jelinek  <jakub@redhat.com>
18608         PR debug/64511
18609         * simplify-rtx.c (simplify_relational_operation_1): Don't try to
18610         optimize (eq/ne (and (side_effects) (const_int 0)) (const_int 0))
18611         into (eq/ne (and (not (side_effects)) (const_int 0)) (const_int 0)).
18613         PR sanitizer/64706
18614         * doc/invoke.texi (-fsanitize=vptr): Document.
18616         PR rtl-optimization/62078
18617         * dse.c: Include cfgcleanup.h.
18618         (rest_of_handle_dse): For -fnon-call-exceptions, if DSE removed
18619         anything call purge_all_dead_edges and cleanup_cfg at the end
18620         of the pass.
18622 2015-01-21  Jan Hubicka  <hubicka@ucw.cz>
18624         * ipa-utils.c (ipa_merge_profiles): Avoid ICE on mismatch in indirect
18625         edges.
18627 2015-01-21  Bernd Edlinger  <bernd.edlinger@hotmail.de>
18629         * gimplify.c (gimplify_function_tree): Check the no_sanitize_thread
18630         decl attribute.
18632 2015-01-21  David Sherwood  <david.sherwood@arm.com>
18633             Tejas Belagod <Tejas.Belagod@arm.com>
18635         * config/aarch64/aarch64.h (CANNOT_CHANGE_MODE_CLASS): Removed.
18636         * config/aarch64/aarch64.c (aarch64_cannot_change_mode_class): Removed.
18637         * config/aarch64/aarch64-protos.h (aarch64_cannot_change_mode_class):
18638         Removed.
18640 2015-01-21  David Sherwood  <david.sherwood@arm.com>
18641             Tejas Belagod <Tejas.Belagod@arm.com>
18643         * config/aarch64/aarch64-protos.h (aarch64_simd_attr_length_rglist)
18644         (aarch64_reverse_mask): New decls.
18645         * config/aarch64/iterators.md (UNSPEC_REV_REGLIST): New enum.
18646         (insn_count): New mode_attr.
18647         * config/aarch64/aarch64-simd.md (vec_store_lanesoi, vec_store_lanesci)
18648         (vec_store_lanesxi, vec_load_lanesoi, vec_load_lanesci)
18649         (vec_load_lanesxi): Made ABI compliant for Big Endian targets.
18650         (aarch64_rev_reglist, aarch64_simd_ld2, aarch64_simd_ld3)
18651         (aarch64_simd_ld4, aarch64_simd_st2, aarch64_simd_st3)
18652         (aarch64_simd_st4): New patterns.
18653         * config/aarch64/aarch64.c (aarch64_simd_attr_length_rglist)
18654         (aarch64_reverse_mask): New functions.
18656 2015-01-21  Richard Sandiford  <richard.sandiford@arm.com>
18658         * config/aarch64/aarch64-protos.h (aarch64_simd_disambiguate_copy):
18659         Declare.
18660         * config/aarch64/aarch64.c (aarch64_classify_address): Allow extra
18661         addressing modes for BE.
18662         (aarch64_print_operand): Add 'R' specifier.
18663         (aarch64_simd_disambiguate_copy): Delete.
18664         (aarch64_simd_emit_reg_reg_move): New function.
18665         * config/aarch64/aarch64-simd.md: Use aarch64_simd_emit_reg_reg_move
18666         in define_splits for structural moves.
18667         (mov<mode>): Use less restrictive predicates.
18668         (*aarch64_mov<mode>): Simplify and only allow for LE.
18669         (*aarch64_be_movoi, *aarch64_be_movci, *aarch64_be_movxi): New.
18671 2015-01-21  Alan Hayward  <alan.hayward@arm.com>
18673         * rtlanal.c (subreg_get_info): Exit early for simple and common cases.
18675 2015-01-21  Richard Henderson  <rth@redhat.com>
18677         PR target/64669
18678         * ccmp.c (used_in_cond_stmt_p): Remove.
18679         (expand_ccmp_expr): Don't use it.
18681 2015-01-21  Nick Clifton  <nickc@redhat.com>
18683         * config/rl78/rl78.c (rl78_calculate_death_notes): Look inside
18684         PARALLELs.
18686 2015-01-21  Richard Biener  <rguenther@suse.de>
18688         PR middle-end/64313
18689         * tree-core.h (builtin_info, builtin_info_type): Turn from
18690         an object with two arrays into an array of an object with
18691         decl and two flags, implicit_p and declared_p.
18692         * tree.h (builtin_decl_explicit, builtin_decl_implicit,
18693         set_builtin_decl, set_builtin_decl_implicit_p,
18694         builtin_decl_explicit_p, builtin_decl_implicit_p): Adjust.
18695         (set_builtin_decl_declared_p, builtin_decl_declared_p): New functions.
18696         * builtins.c (builtin_info): Adjust.
18697         * gimplify.c (gimplify_addr_expr): References to builtins
18698         that have been declared by the user makes them eligible for
18699         use by the compiler.  Call set_builtin_decl_implicit_p on them.
18701 2015-01-20  Jeff Law  <law@redhat.com>
18703         PR target/59946
18704         * config/m68k/m68k.md (Comparison expanders and patterns): Do not
18705         allow pc-relative addresses in operand predicates or constraints.
18707 2015-01-21  Bin Cheng  <bin.cheng@arm.com>
18709         * config/arm/arm.c (arm_cortex_a53_tune, arm_cortex_a57_tune): Prefer
18710         neon on aarch32 processors for stringops.
18712 2015-01-19  Jan Hubicka  <hubicka@ucw.cz>
18714         PR ipa/63576
18715         * ipa-utils.c (ipa_merge_profiles): Merge speculative edges.
18717 2015-01-19  Jan Hubicka  <hubicka@ucw.cz>
18719         PR lto/45375
18720         * ipa-inline.c: Include lto-streamer.h
18721         (report_inline_failed_reason): Output source file differences and
18722         flags on optimization/target node mismatch.
18723         (can_inline_edge_p): Consider caller to be the outer inline function;
18724         be less restrictive about matching opimize and optimize_size attributes.
18725         (inline_account_function_p): Break out from ...
18726         (inline_small_functions): ... here.
18727         * ipa-inline-transform.c (clone_inlined_nodes): Use
18728         inline_account_function_p.
18729         (inline_call): Use optimize attribution; use inline_account_function_p.
18730         (inline_transform): Use opt_for_fn.
18731         * ipa-inline.h (inline_account_function_p): Declare.
18733 2015-01-20  Jakub Jelinek  <jakub@redhat.com>
18735         PR debug/64663
18736         * dwarf2out.c (decl_piece_node): Don't put bitsize into
18737         mode if bitsize <= 0.
18738         (decl_piece_bitsize, adjust_piece_list, add_var_loc_to_decl,
18739         dw_sra_loc_expr): Use HOST_WIDE_INT instead of int for bit
18740         sizes and positions.
18742 2015-01-20  Chung-Lin Tang  <cltang@codesourcery.com>
18744         * config/nios2/nios2.c (nios2_asm_file_end): Implement
18745         TARGET_ASM_FILE_END hook for adding .note.GNU-stack section when
18746         needed.
18747         (TARGET_ASM_FILE_END): Define.
18749 2015-01-20  Maxim Kuvyrkov  <maxim.kuvyrkov@linaro.org>
18751         * config/arm/arm-protos.h (enum arm_sched_autopref): New constants.
18752         (struct tune_params): Use the enum.
18753         * arm.c (arm_*_tune): Update.
18754         (arm_option_override): Update.
18756 2015-01-20  Richard Biener  <rguenther@suse.de>
18758         PR ipa/64684
18759         * ipa-reference.c (add_static_var): Inline ...
18760         (analyze_function): ... here after splitting out from ...
18761         (is_proper_for_analysis): ... this.
18763 2015-01-20  Matthew Wahab  <matthew.wahab@arm.com>
18765         PR target/64149
18766         * config/arm/arm.opt: Remove lra option and arm_lra_flag variablesle.
18767         * config/arm/arm.h (MODE_BASE_REG_CLASS): Remove use of arm_lra_flagag,
18768         replace the conditional with it's true branch.
18769         * config/arm/arm.config (TARGET_LRA_P): Set to hook_bool_void_true.
18770         (arm_lra_p): Remove.
18772 2015-01-20  Eric Botcazou  <ebotcazou@adacore.com>
18774         * config/visium/visium.h (LIB_SPEC): Adjust in default case.
18776 2015-01-20  Prathamesh Kulkarni  <prathamesh.kulkarni@linaro.org>
18778         * config/tilegx/mul-tables.c: Move symtab.h include after
18779         coretypes.h include.
18780         * config/tilepro/mul-tables.c: Add includes hashtab.h, hash-set.h,
18781         vec.h, machmode.h, tm.h, hard-reg-set.h, input.h, function.h, rtl.h,
18782         flags.h, statistics.h, double-int.h, real.h, fixed-value.h, alias.h,
18783         wide-int.h, inchash.h, tree.h, insn-config.h, expmed.h, dojump.h,
18784         explow.h, calls.h, emit-rtl.h, varasm.h, stmt.h.
18786 2015-01-20  Igor Zamyatin  <igor.zamyatin@intel.com>
18788         PR bootstrap/64676
18789         Revert:
18790         2015-01-19  Igor Zamyatin  <igor.zamyatin@intel.com>
18792         PR rtl-optimization/64081
18793         * loop-iv.c (def_pred_latch_p): New function.
18794         (latch_dominating_def): Allow specific cases with non-single
18795         definitions.
18796         (iv_get_reaching_def): Likewise.
18797         (check_complex_exit_p): New function.
18798         (check_simple_exit): Use check_complex_exit_p to allow certain cases
18799         with exits not executing on any iteration.
18801 2015-01-19  Jan Hubicka  <hubicka@ucw.cz>
18803         PR lto/45375
18804         * i386.c (ix86_option_override_internal): Use ix86_tune_cost
18805         to set branch cost.
18807 2015-01-19  Jan Hubicka  <hubicka@ucw.cz>
18809         PR lto/45375
18810         * i386.c (gate): Check flag_expensive_optimizations and
18811         optimize_size.
18812         (ix86_option_override_internal): Drop optimize_size condition
18813         on MASK_ACCUMULATE_OUTGOING_ARGS, MASK_VZEROUPPER,
18814         MASK_AVX256_SPLIT_UNALIGNED_LOAD, MASK_AVX256_SPLIT_UNALIGNED_STORE,
18815         MASK_PREFER_AVX128.
18816         (ix86_avx256_split_vector_move_misalign,
18817         ix86_avx256_split_vector_move_misalign): Check optimize_insn_for_speed.
18818         * sse.md (all uses of TARGET_PREFER_AVX128): Add
18819         optimize_insn_for_speed_p check.
18821 2015-01-19  Matthew Fortune  <matthew.fortune@imgtec.com>
18823         * config/mips/mips.h (FP_ASM_SPEC): New define.
18824         (ASM_SPEC): Remove floating-point options and use FP_ASM_SPEC
18825         instead.
18827 2015-01-19  Oleg Endo  <olegendo@gcc.gnu.org>
18829         PR target/53988
18830         * config/sh/sh-protos.h (sh_find_set_of_reg): Make sure not to return
18831         nullptr for insn when reaching the first insn.
18832         * config/sh/sh.c (sh_unspec_insn_p): Rewrite using subrtx_iterator.
18833         (sh_insn_operands_modified_between_p): Add nullptr check.
18834         (sh_find_extending_set_of_reg): Fix log message.  Don't accept
18835         sign extending mem load if the insn contains any UNSPEC or
18836         UNSPEC_VOLATILE.
18838 2015-01-19  Jan Hubicka  <hubicka@ucw.cz>
18840         * params.def (inline-unit-growth): Drop to 15%.
18841         * invoke.texi (inline-unit-growth): Document change.
18843 2015-01-19  Martin Liska  <mliska@suse.cz>
18845         PR ipa/64668
18846         * ipa-icf-gimple.c (func_checker::compare_operand): Call proper
18847         function for second argument of OBJ_TYPE_REF.
18849 2015-01-19  Jan Hubicka  <hubicka@ucw.cz>
18851         PR ipa/64218
18852         * ipa-inline.c (want_inline_function_to_all_callers_p): Fix check
18853         whether function is an alias.
18855 2015-01-19  Jan Hubicka  <hubicka@ucw.cz>
18857         * ipa-devirt.c (ipa_devirt): Drop polymorphic call info in hopeless
18858         cases.
18860 2015-01-19  Vladimir Makarov  <vmakarov@redhat.com>
18862         PR rtl-optimization/64671
18863         * lra-remat.c (operand_to_remat): Don't consider jump and call
18864         insns.
18866 2015-01-19  David Edelsohn  <dje.gcc@gmail.com>
18868         PR target/59828
18869         * config/rs6000/default64.h: Include rs6000-cpus.def.
18870         (TARGET_DEFAULT) [LITTLE_ENDIAN]: Use ISA 2.7 (POWER8).
18871         (TARGET_DEFAULT) [BIG_ENDIAN]: Use POWER4.
18872         * config/rs6000/driver-rs6000.c (detect_processor_aix): Add POWER7
18873         and POWER8.
18874         * config/rs6000/linux64.h (PROCESSOR_DEFAULT64): Always default to
18875         POWER8.
18876         * config/rs6000/rs6000.c (rs6000_file_start): Emit .machine
18877         pseudo-op to specify assembler dialect.
18879 2015-01-19  Martin Liska  <mliska@suse.cz>
18881         PR ipa/64664
18882         * ipa-icf.c (sem_item_optimizer::filter_removed_items):
18883         Handle safe potentially removed nodes during filtering.
18885 2015-01-19  Martin Liska  <mliska@suse.cz>
18887         * doc/extend.texi (no_icf): Add new attribute description.
18888         * ipa-icf.c (sem_item_optimizer::merge_classes): Handle cases
18889         where the pass attempts to merge a function with no_icf attribute.
18891 2015-01-19  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
18893         PR target/64532
18894         * doc/md.texi (ARM Options): Document register constraints.
18896 2015-01-19  Jiong Wang  <jiong.wang@arm.com>
18897             Andrew Pinski  <apinski@cavium.com>
18899         PR target/64304
18900         * config/aarch64/aarch64.md (define_insn "*ashl<mode>3_insn"): Deleted.
18901         (ashl<mode>3): Don't expand if operands[2] is not constant.
18903 2015-01-19  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
18905         PR target/64448
18906         * config/aarch64/aarch64-simd.md (aarch64_simd_bsl<mode>_internal):
18907         Match xor-and-xor RTL pattern.
18909 2015-01-19  Igor Zamyatin  <igor.zamyatin@intel.com>
18911         PR rtl-optimization/64081
18912         * loop-iv.c (def_pred_latch_p): New function.
18913         (latch_dominating_def): Allow specific cases with non-single
18914         definitions.
18915         (iv_get_reaching_def): Likewise.
18916         (check_complex_exit_p): New function.
18917         (check_simple_exit): Use check_complex_exit_p to allow certain cases
18918         with exits not executing on any iteration.
18920 2015-01-19  Jakub Jelinek  <jakub@redhat.com>
18922         * common.opt (fgraphite): Fix a typo.
18924 2015-01-19  Felix Yang  <felix.yang@huawei.com>
18926         * config/aarch64/aarch64-simd.md (aarch64_<maxmin_uns>p<mode>): New
18927         pattern.
18928         * config/aarch64/aarch64-simd-builtins.def (smaxp, sminp, umaxp,
18929         uminp, smax_nanp, smin_nanp): New builtins.
18930         * config/aarch64/arm_neon.h (vpmax_s8, vpmax_s16, vpmax_s32,
18931         vpmax_u8, vpmax_u16, vpmax_u32, vpmaxq_s8, vpmaxq_s16, vpmaxq_s32,
18932         vpmaxq_u8, vpmaxq_u16, vpmaxq_u32, vpmax_f32, vpmaxq_f32, vpmaxq_f64,
18933         vpmaxqd_f64, vpmaxs_f32, vpmaxnm_f32, vpmaxnmq_f32, vpmaxnmq_f64,
18934         vpmaxnmqd_f64, vpmaxnms_f32, vpmin_s8, vpmin_s16, vpmin_s32, vpmin_u8,
18935         vpmin_u16, vpmin_u32, vpminq_s8, vpminq_s16, vpminq_s32, vpminq_u8,
18936         vpminq_u16, vpminq_u32, vpmin_f32, vpminq_f32, vpminq_f64, vpminqd_f64,
18937         vpmins_f32, vpminnm_f32, vpminnmq_f32, vpminnmq_f64, vpminnmqd_f64,
18938         vpminnms_f32): Rewrite using builtin functions.
18940 2015-01-19  Thomas Schwinge  <thomas@codesourcery.com>
18942         PR libgomp/64625
18943         * omp-low.c (offload_symbol_decl): Remove variable.
18944         (get_offload_symbol_decl): Remove function.
18945         (expand_omp_target): For BUILT_IN_GOMP_TARGET,
18946         BUILT_IN_GOMP_TARGET_DATA, BUILT_IN_GOMP_TARGET_UPDATE pass NULL
18947         instead of &__OFFLOAD_TABLE__, for BUILT_IN_GOACC_DATA_START,
18948         BUILT_IN_GOACC_ENTER_EXIT_DATA, BUILT_IN_GOACC_PARALLEL,
18949         BUILT_IN_GOACC_UPDATE don't pass it at all.
18951 2015-01-19  Ilya Enkovich  <ilya.enkovich@intel.com>
18953         * tree-sra.c (some_callers_have_mismatched_arguments_p): Allow thunk
18954         callers.
18956 2015-01-19  Ilya Enkovich  <ilya.enkovich@intel.com>
18958         * ipa-chkp.c (chkp_produce_thunks): Add early param
18959         to split thunks production into two passes.  Keep
18960         'always_inline' function bodies after the first pass.
18961         (pass_data_ipa_chkp_early_produce_thunks): New.
18962         (pass_ipa_chkp_early_produce_thunks): New.
18963         (pass_ipa_chkp_produce_thunks::execute): Adjust to new
18964         chkp_produce_thunks signature.
18965         (make_pass_ipa_chkp_early_produce_thunks): New.
18966         * passes.def (pass_ipa_chkp_early_produce_thunks): New.
18967         (pass_ipa_chkp_produce_thunks): Move after local optimizations.
18968         * tree-pass.h (make_pass_ipa_chkp_early_produce_thunks): New.
18970 2015-01-18  Jan Hubicka  <hubicka@ucw.cz>
18972         * cgraph.c (cgraph_node::dump): Dump profile flags.
18974 2015-01-18  Oleg Endo  <olegendo@gcc.gnu.org>
18976         PR target/64652
18977         * config/sh/sh.md (udivsi3_i4, divsi3_i4): Make use of sfunc address
18978         reg appear first in the parallel.
18980 2015-01-18  Jan Hubicka  <hubicka@ucw.cz>
18982         * ipa-reference.c (set_reference_optimization_summary,
18983         ipa_reference_get_not_written_global): Do nothing if ipa-reference is
18984         disabled.
18985         (ignore_module_statics): New static var.
18986         (propagate_bits): If ipa-reference is disabled, do not look into local
18987         properties.
18988         (analyze_function): Disable analysis when ipa_reference is disabled.
18989         (generate_summary): Do not dump when reference is disabled;
18990         collect vars accessed from functions with ipa-reference disabled.
18991         (get_read_write_all_from_node): When ipa-reference is disabled, use the
18992         node flags.
18993         (gate): Enable for LTO.
18994         (ignore_edge_p): New function.
18995         (propagate): Skip functions w/o ipa-reference analysis.
18996         * optc-save-gen.awk: Handle optimize_debug correctly.
18997         * opth-gen.awk: Likewise.
18998         * common.opt (fauto-inc-dec, fdelete-dead-exceptions, ffunction-cse,
18999         fgraphite, fstrict-volatile-bitfields, fira-algorithm, fira-region,
19000         fira-share-save-slots, fira-share-spill-slots,
19001         fmodulo-sched-allow-regmoves, fpartial-inlining,
19002         sched-stalled-insns, fsched-stalled-insns-dep, fstrict-overflow,
19003         ftracer, ftree-parallelize-loops, fassociative-math,
19004         freciprocal-math, fvect-cost-model, fsimd-cost-model): Mark as
19005         Optimization
19006         (fauto-profile, fcommon, fdata-sections, fipa-icf-variables,
19007         ftoplevel-reorder, funit-at-a-time, fwhole-program): Do not mark as
19008         Optimization.
19009         * ipa-icf.c (gate, sem_item_optimizer::filter_removed_items):
19010         Fix for IPA.
19012 2015-01-18  Jan Hubicka  <hubicka@ucw.cz>
19014         PR ipa/64378
19015         * ipa-prop.c (try_make_edge_direct_virtual_call): Clear speculative
19016         flag correctly.
19017         * ipa-cp.c (ipa_get_indirect_edge_target_1): Handle speculation.
19019 2015-01-18  Sandra Loosemore  <sandra@codesourcery.com>
19021         * doc/invoke.texi ([-funroll-loops], [-funroll-all-loops]):
19022         Remove duplicate option listings.
19024 2015-01-18  Felix Yang  <felix.yang@huawei.com>
19026         * auto-profile.c (afdo_find_equiv_class): Remove unnecessary test.
19027         (autofdo_source_profile::get_callsite_total_count,
19028         function_instance::get_function_instance_by_decl,
19029         string_table::get_index, string_table::get_index_by_decl,
19030         afdo_vpt_for_early_inline, afdo_callsite_hot_enough_for_early_inline):
19031         Fix comment typos. Reformatting and minor code rearrangement.
19033 2015-01-17  Segher Boessenkool  <segher@kernel.crashing.org>
19035         * config/rs6000/rs6000.md (probe_stack): Delete.
19036         (probe_stack_address): New.
19038 2015-01-17  Segher Boessenkool  <segher@kernel.crashing.org>
19040         * config/rs6000/rs6000.c (rs6000_gimplify_va_arg): Use TARGET_32BIT
19041         to test for 32-bit ABIs, not !TARGET_POWERPC64.
19043 2015-01-17  Segher Boessenkool  <segher@kernel.crashing.org>
19045         * config/rs6000/rs6000.c (rs6000_parallel_return): New function.
19046         (rs6000_function_value): Use it.  Handle SCmode and TCmode as well,
19047         for TARGET_32BIT && TARGET_POWERPC64.  Fix another BITS_PER_WORD
19048         snafu.
19049         (rs6000_libcall_value): Use the new function.
19051 2015-01-17  Sandra Loosemore  <sandra@codesourcery.com>
19053         * doc/invoke.texi ([-ftracer]): Remove duplicate option listing.
19055 2015-01-17  Eric Botcazou  <ebotcazou@adacore.com>
19057         * reorg.c (fill_simple_delay_slots): If TARGET_FLAGS_REGNUM is valid,
19058         implement a more precise life analysis for it during backward scan.
19060 2015-01-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
19062         * dwarf2out.c (gen_producer_string): Ignore also OPT_fpreprocessed.
19064 2015-01-17  Bernd Schmidt  <bernds@codesourcery.com>
19066         PR rtl-optimization/52773
19067         * calls.c (emit_library_call_value): When pushing arguments use
19068         stack_pointer_rtx rather than virtual_outgoing_args_rtx in
19069         CALL_INSN_FUNCTION_USAGE.  Only emit one of use of the magic
19070         stack pointer reference into CALL_INSN_FUNCTION_USAGE.
19072 2015-01-17  Jeff Law  <law@redhat.com>
19074         PR rtl-optimization/32790
19075         * reginfo.c (reg_scan_mark_refs): Look for ZERO_EXTRACT,
19076         not ZERO_EXTEND in SET_DESTs.
19078 2015-01-17  Alan Modra  <amodra@gmail.com>
19080         * cprop.c (do_local_cprop): Revert last change.
19082 2015-01-16  DJ Delorie  <dj@redhat.com>
19083             Nick Clifton  <nickc@redhat.com>
19085         * config/rl78/rl78-real.md (addqi3_real): Allow volatiles.
19086         (addhi3_real): Likewise.  Fix [HL+0] syntax.
19087         (subqi3_real): Likewise.
19088         (subhi3_real): Likewise.
19089         (cbranchqi4_real): Likewise.  Allow saddr,#imm.
19090         (cbranchhi4_real): Likewise.
19091         (cbranchhi4_real_inverted): Likewise.
19092         (cbranchsi4_real_lt): Likewise.
19093         (cbranchsi4_real_ge): Likewise.
19094         (cbranchsi4_real_ge): Likewise.
19095         * config/rl78/rl78-virt.md (add<mode>3_virt): Likewise.
19096         (sub<mode>3_virt): Likewise.
19097         (cbranchqi4_virt): Likewise.
19098         (cbranchhi4_virt): Likewise.
19099         * config/rl78/rl78.c (rl78_print_operand_1): 'p' modifier means
19100         always use '[reg+imm]' even when imm is zero.
19101         * config/rl78/predicates.md (rl78_volatile_memory_operand): New.
19102         (rl78_general_operand): New.
19103         (rl78_nonimmediate_operand): New.
19104         (rl78_nonfar_operand): Use them.
19105         (rl78_nonfar_nonimm_operand): Likewise.
19106         (rl78_stack_based_mem): Fix.
19107         * config/rl78/constraints.md (Ibqi): New.
19108         (IBqi): New.
19109         (Wsa): New.
19110         (Wsf): New.
19111         (Cs1): Fix.
19112         * config/rl78/rl78-expand.md (andqi3): Accept volatiles.
19113         (iorqi3): Likewise.
19114         (xorqi3): Likewise.
19115         * config/rl78/rl78-protos.h (rl78_sfr_p): New.
19117         * config/rl78/constrains (Qs8): New constraint.
19118         * config/rl78/rl78.c (rl78_flags_already_set): New function.
19119         * config/rl78/rl78-protos.h (rl78_flags_already_set): New prototype.
19120         * config/rl78/rl78-real.md (update_Z): New attribute.
19121         Update patterns to set it.
19122         (cbranchqi4_real): Call rl78_flags_already_set() to determine if a
19123         shorter compare and branch sequence can be used.
19124         (cbranchhi4_real): Likewise.
19125         (cbranchhi4_real_inverted): Likewise.
19127         * config/rl78/predicates.md (uword_operand): Allow symbol_refs.
19128         * config/rl78/rl78-c.c (rl78_register_pragmas): Register __near
19129         address space.
19130         * config/rl78/rl78.c (rl78_get_name_encoding): New.
19131         (rl78_option_override): Allow -mes0 only if C.
19132         (characterize_address): Support subregs of symbol_refs.
19133         (rl78_addr_space_address_mode): Move.  Add __near.
19134         (rl78_far_p): Likewise.
19135         (rl78_addr_space_pointer_mode): Likewise.
19136         (rl78_as_legitimate_address): Likewise.
19137         (rl78_addr_space_subset_p): Likewise.
19138         (rl78_addr_space_convert): Likewise.
19139         (rl78_print_operand_1): Support 16-bit addressing of 32-bit
19140         symbols with -mes0.
19141         (transcode_memory_rtx): Don't copy ES if -mes0.  Allow symbol[BC]
19142         addressing.
19143         (rl78_alloc_physical_registers_op1): Change logic to prefer
19144         symbol[BC] addressing.
19145         (frodata_section): New.
19146         (rl78_asm_init_sections): Initialize it.
19147         (rl78_select_section): Put __far readonly symbols in .frodata.
19148         (rl78_make_type_far): New.
19149         (rl78_insert_attributes): Force all readonly symbols to be
19150         __far when -mes0.
19151         (rl78_asm_out_integer): New.
19152         * config/rl78/rl78.h (ADDR_SPACE_NEAR): New.
19153         * config/rl78/rl78.opt (-mes0): New.
19155         * config/rl78/rl78.h (ASM_OUTPUT_LABELREF): New.
19156         (ASM_OUTPUT_ALIGNED_DECL_COMMON): New.
19157         (ASM_OUTPUT_ALIGNED_DECL_LOCAL): New.
19158         * config/rl78/rl78-protos.h (rl78_output_labelref): New.
19159         (rl78_saddr_p): New.
19160         (rl78_output_aligned_common): New.
19161         * config/rl78/rl78.c (rl78_output_symbol_ref): Strip encodings.
19162         (rl78_handle_saddr_attribute): New.
19163         (rl78_handle_naked_attribute): New.
19164         (rl78_attribute_table): Add saddr.
19165         (rl78_print_operand_1): Don't print '!' on saddr operands.
19166         (rl78_print_operand_1): Strip encodings.
19167         (rl78_sfr_p): New.
19168         (rl78_strip_name_encoding): New.
19169         (rl78_attrlist_to_encoding): New.
19170         (rl78_encode_section_info): New.
19171         (rl78_asm_init_sections): New.
19172         (rl78_select_section): New.
19173         (rl78_output_labelref): New.
19174         (rl78_output_aligned_common): New.
19175         (rl78_asm_out_integer): New.
19176         (rl78_asm_ctor_dtor): New.
19177         (rl78_asm_constructor): New.
19178         (rl78_asm_destructor): New.
19180         * config/rl78/rl78-real.md (movqi_es): Rename to movqi_to_es.
19181         * config/rl78/rl78.c (rl78_expand_epilogue): Update.
19182         (transcode_memory_rtx): Update.
19183         (rl78_expand_epilogue): Use A_REG instead of 0.
19185 2015-01-17  Maxim Kuvyrkov  <maxim.kuvyrkov@linaro.org>
19187         * config/arm/arm-protos.h (struct tune_params): New field
19188         sched_autopref_queue_depth.
19189         * config/arm/arm.c (sched-int.h): Include header.
19190         (arm_first_cycle_multipass_dfa_lookahead_guard,)
19191         (TARGET_SCHED_FIRST_CYCLE_MULTIPASS_DFA_LOOKAHEAD_GUARD): Define hook.
19192         (arm_slowmul_tune, arm_fastmul_tune, arm_strongarm_tune,)
19193         (arm_xscale_tune, arm_9e_tune, arm_v6t2_tune, arm_cortex_tune,)
19194         (arm_cortex_a8_tune, arm_cortex_a7_tune, arm_cortex_a15_tune,)
19195         (arm_cortex_a53_tune, arm_cortex_a57_tune, arm_xgene1_tune,)
19196         (arm_cortex_a5_tune, arm_cortex_a9_tune, arm_cortex_a12_tune,)
19197         (arm_v7m_tune, arm_cortex_m7_tune, arm_v6m_tune, arm_fa726te_tune):
19198         Specify sched_autopref_queue_depth value.  Enabled for A15 and A57.
19199         * config/arm/t-arm (arm.o): Update.
19200         * haifa-sched.c (update_insn_after_change): Update.
19201         (rank_for_schedule): Use auto-prefetcher model, if requested.
19202         (autopref_multipass_init): New static function.
19203         (autopref_rank_for_schedule): New rank_for_schedule heuristic.
19204         (autopref_multipass_dfa_lookahead_guard_started_dump_p): New static
19205         variable for debug dumps.
19206         (autopref_multipass_dfa_lookahead_guard_1): New static helper function.
19207         (autopref_multipass_dfa_lookahead_guard): New global function that
19208         implements TARGET_SCHED_FIRST_CYCLE_MULTIPASS_DFA_LOOKAHEAD_GUARD hook.
19209         (init_h_i_d): Update.
19210         * params.def (PARAM_SCHED_AUTOPREF_QUEUE_DEPTH): New tuning knob.
19211         * sched-int.h (enum autopref_multipass_data_status): New const enum.
19212         (autopref_multipass_data_): Structure for auto-prefetcher data.
19213         (autopref_multipass_data_def, autopref_multipass_data_t): New typedefs.
19214         (struct _haifa_insn_data:autopref_multipass_data): New field.
19215         (INSN_AUTOPREF_MULTIPASS_DATA): New access macro.
19216         (autopref_multipass_dfa_lookahead_guard): Declare.
19218 2015-01-17  Maxim Kuvyrkov  <maxim.kuvyrkov@linaro.org>
19220         * rtlanal.c (get_base_term): Handle SCRATCH.
19222 2015-01-17  Maxim Kuvyrkov  <maxim.kuvyrkov@linaro.org>
19224         * config/aarch64/aarch64.c
19225         (aarch64_sched_first_cycle_multipass_dfa_lookahead): Implement hook.
19226         (TARGET_SCHED_FIRST_CYCLE_MULTIPASS_DFA_LOOKAHEAD): Define.
19227         * config/arm/arm.c
19228         (arm_first_cycle_multipass_dfa_lookahead): Implement hook.
19229         (TARGET_SCHED_FIRST_CYCLE_MULTIPASS_DFA_LOOKAHEAD): Define.
19231 2015-01-17  Alan Modra  <amodra@gmail.com>
19233         * cprop.c (do_local_cprop): Disallow replacement of fixed
19234         hard registers.
19236 2015-01-16  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
19238         PR target/62066
19239         * config/arm/arm-builtins.c (arm_expand_neon_args): Call va_end before
19240         early return 0.
19242 2015-01-16  Bernd Edlinger  <bernd.edlinger@hotmail.de>
19244         * sanitizer.def (BUILT_IN_TSAN_VPTR_UPDATE): Fixed parameters.
19245         * tsan.c (instrument_expr): Fixed parameters of __tsan_vptr_update.
19247 2015-01-16  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
19249         * config/arm/arm.md: Move comment about splitting Thumb1 patterns to...
19250         * config/arm/thumb1.md: ... Here.
19252 2015-01-16  Segher Boessenkool  <segher@kernel.crashing.org>
19254         * config/rs6000/rs6000.c (rs6000_scalar_mode_supported_p): Disallow
19255         TImode for TARGET_32BIT.
19257 2015-01-16  Segher Boessenkool  <segher@kernel.crashing.org>
19259         * config/rs6000/rs6000.c (TARGET_LIBGCC_CMP_RETURN_MODE,
19260         TARGET_LIBGCC_SHIFT_COUNT_MODE, TARGET_UNWIND_WORD_MODE): Implement
19261         as ...
19262         (rs6000_abi_word_mode): New function.
19264 2015-01-16  Segher Boessenkool  <segher@kernel.crashing.org>
19266         * config/rs6000/rs6000.c (rs6000_va_start): Use MIN_UNITS_PER_WORD
19267         instead of UNITS_PER_WORD to describe the size of stack slots.
19269 2015-01-16  Segher Boessenkool  <segher@kernel.crashing.org>
19271         * config/rs6000/rs6000.c (TARGET_PROMOTE_FUNCTION_MODE): Implement
19272         as rs6000_promote_function_mode.  Move comment to there.
19273         (rs6000_promote_function_mode): New function.
19275 2015-01-16  Segher Boessenkool  <segher@kernel.crashing.org>
19277         * config/rs6000/rs6000.h (PROMOTE_MODE): Correct test for when -m32
19278         -mpowerpc64 is active.
19280 2015-01-16  Ilya Enkovich  <ilya.enkovich@intel.com>
19282         PR middle-end/64353
19283         * tree-cfg.c (pass_data_fixup_cfg): Update SSA for
19284         virtuals on start.
19286 2015-01-16  James Greenhalgh  <james.greenhalgh@arm.com>
19288         * config/arm/cortex-a57.md: Remove duplicate of file accidentally
19289         introduced in revision 219724.
19291 2015-01-16  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
19292             Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
19294         PR target/64263
19295         * config/aarch64/aarch64.md (*movsi_aarch64): Don't split if the
19296         destination is not a GP reg.
19297         (*movdi_aarch64): Likewise.
19299 2015-01-16  David Edelsohn  <dje.gcc@gmail.com>
19301         PR target/64623
19302         * config/rs6000/default64.h: Revert ISA change.
19304 2015-01-16  Richard Biener  <rguenther@suse.de>
19306         PR middle-end/64614
19307         * tree-ssa-uninit.c: Include tree-cfg.h.
19308         (MAX_SWITCH_CASES): New define.
19309         (convert_control_dep_chain_into_preds): Handle switch statements.
19310         (is_pred_expr_subset_of): Handle x == CST vs. (x & CST) != 0.
19311         (normalize_one_pred_1): Do not split bit-manipulations.
19312         Record (x & CST).
19314 2015-01-16  Richard Biener  <rguenther@suse.de>
19316         PR tree-optimization/64568
19317         * tree-ssa-forwprop.c (pass_forwprop::execute): Guard
19318         complex load rewriting for TARGET_MEM_REFs.
19320 2015-01-16  Uros Bizjak  <ubizjak@gmail.com>
19322         * builtins.c (expand_builtin_acc_on_device): Check target for NULL.
19324 2015-01-16  Matthew Wahab  <matthew.wahab@arm.com>
19326         PR target/64149
19327         * config/aarch64/aarch64.opt: Remove lra option and aarch64_lra_flag
19328         variable.
19329         * config/aarch64/aarch64.c (TARGET_LRA_P): Set to hook_bool_void_true.
19330         (aarch64_lra_p): Remove.
19332 2015-01-16  Ilya Enkovich  <ilya.enkovich@intel.com>
19334         PR target/64363
19335         * ipa-chkp.h (chkp_instrumentable_p): New.
19336         * ipa-chkp.c: Include tree-inline.h.
19337         (chkp_instrumentable_p): New.
19338         (chkp_maybe_create_clone): Use chkp_instrumentable_p.
19339         Fix processing of not instrumentable functions.
19340         (chkp_versioning): Use chkp_instrumentable_p. Warn about
19341         not instrumentable functions.
19342         * tree-chkp.c (chkp_add_bounds_to_call_stmt): Use
19343         chkp_instrumentable_p.
19344         * tree-inline.h (copy_forbidden): New.
19345         * tree-inline.c (copy_forbidden): Not static anymore.
19347 2015-01-16  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
19349         * optc-save-gen.awk (cl_target_option_print_diff): Mark indent,
19350         ptr1, ptr2 unused.
19352 2015-01-16  Robert Suchanek  <robert.suchanek@imgtec.com>
19354         * lra-constraints.c (curr_insn_transform): Change a reload pseudo of
19355         type OP_OUT to OP_INOUT.
19357 2015-01-16  Robert Suchanek  <robert.suchanek@imgtec.com>
19359         * simplify-rtx.c (simplify_replace_fn_rtx): Simplify (lo_sum
19360         (high x) y) to y if x and y have the same base.
19362 2015-01-16  James Greenhalgh  <james.greenhalgh@arm.com>
19364         * config/arm/cortex-a57.md: New.
19365         * config/aarch64/aarch64.md: Include it.
19366         * config/aarch64/aarch64-cores.def (cortex-a57): Tune for it.
19367         * config/aarch64/aarch64-tune.md: Regenerate.
19369 2015-01-16  Zhenqiang Chen  <zhenqiang.chen@arm.com>
19371         PR target/64015
19372         * ccmp.c (expand_ccmp_next): New function.
19373         (expand_ccmp_expr_1, expand_ccmp_expr): Handle operand insn sequence
19374         and compare insn sequence.
19375         * config/aarch64/aarch64.c (aarch64_code_to_ccmode,
19376         aarch64_gen_ccmp_first, aarch64_gen_ccmp_next): New functions.
19377         (TARGET_GEN_CCMP_FIRST, TARGET_GEN_CCMP_NEXT): New MICRO.
19378         * config/aarch64/aarch64.md (*ccmp_and): Changed to ccmp_and<mode>.
19379         (*ccmp_ior): Changed to ccmp_ior<mode>.
19380         (cmp<mode>): New pattern.
19381         * doc/tm.texi (TARGET_GEN_CCMP_FIRST, TARGET_GEN_CCMP_NEXT): Update
19382         parameters.
19383         * target.def (gen_ccmp_first, gen_ccmp_next): Update parameters.
19385 2015-01-16  Ilya Tocar  <ilya.tocar@intel.com>
19387         * config/i386/avx2intrin.h (_mm256_bslli_epi128,
19388         _mm256_bsrli_epi128): New.
19389         * config/i386/emmintrin.h (_mm_bsrli_si128, _mm_bslli_si128): Ditto.
19391 2015-01-15  Jiong Wang  <jiong.wang@arm.com>
19393         * expmed.c (store_bit_field_using_insv): Improve warning message.
19394         Use %wu instead of HOST_WIDE_INT_PRINT_UNSIGNED.
19396 2015-01-15  Jiong Wang  <jiong.wang@arm.com>
19398         PR rtl-optimization/64011
19399         * expmed.c (store_bit_field_using_insv): Warn and truncate bitsize when
19400         there is partial overflow.
19402 2015-01-16  Chung-Ju Wu  <jasonwucj@gmail.com>
19404         * config/nds32/nds32-protos.h (nds32_expand_epilogue): Change
19405         prototype.
19406         (nds32_expand_epilogue_v3pop): Likewise.
19407         * config/nds32/nds32.md (sibcall): Define this for sibling call
19408         optimization.
19409         (sibcall_register): Likewise.
19410         (sibcall_immediate): Likewise.
19411         (sibcall_value): Likewise.
19412         (sibcall_value_register): Likewise.
19413         (sibcall_value_immediate): Likewise.
19414         (sibcall_epilogue): Likewise.
19415         (epilogue): Pass false to indicate this is not a sibcall epilogue.
19416         * config/nds32/nds32.c (nds32_expand_epilogue): Consider sibcall case.
19417         (nds32_expand_epilogue_v3pop): Likewise.
19419 2015-01-16  Chung-Ju Wu  <jasonwucj@gmail.com>
19421         * config/nds32/nds32-protos.h (nds32_can_use_return_insn): New.
19422         * config/nds32/nds32.md (unspec_volatile_func_return): Remove.
19423         (return_internal): New.
19424         (return): Define this named pattern.
19425         (simple_return): Define this named pattern.
19426         * config/nds32/nds32.c (nds32_expand_epilogue): Emit return_internal
19427         pattern instead of unspec_volatile_func_return.
19428         (nds32_expand_epilogue_v3pop): Likewise.
19429         (nds32_can_use_return_insn): New function.
19431 2015-01-16  Chung-Ju Wu  <jasonwucj@gmail.com>
19433         * config/nds32/constants.md (UNSPEC_VOLATILE_POP25_RETURN): New.
19434         * config/nds32/nds32.md (pop25return): New.
19435         * config/nds32/nds32.c (nds32_expand_epilogue_v3pop): Emit
19436         pop25return pattern.
19438 2015-01-16  Chung-Ju Wu  <jasonwucj@gmail.com>
19440         * doc/invoke.texi (NDS32 Options): Remove -mforce-fp-as-gp,
19441         -mforbid-fp-as-gp, and -mex9 options.
19443 2015-01-16  Chung-Ju Wu  <jasonwucj@gmail.com>
19445         * doc/invoke.texi (NDS32 Options): Add -mcmodel= option and
19446         remove -mgp-direct option.
19448 2015-01-15  Jan Hubicka  <hubicka@ucw.cz>
19450         * doc/invoke.texi (--param early-inlining-insns): Update default value.
19451         * params.def (PARAM_EARLY_INLINING_INSNS): Set to 14.
19453 2015-01-15  Jan Hubicka  <hubicka@ucw.cz>
19455         * ipa-inline.c (inline_small_functions): Work around hints
19456         cache issue.
19458 2015-01-15  Sandra Loosemore  <sandra@codesourcery.com>
19460         PR target/59710
19461         * doc/invoke.texi (Option Summary): Document new Nios II
19462         -mgpopt= syntax.
19463         (Nios II Options): Likewise.
19464         * config/nios2/nios2.opt: Add -mgpopt= option support.
19465         Modify existing -mgpopt and -mno-gpopt options to be aliases.
19466         * config/nios2/nios2-opts.h (enum nios2_gpopt_type): New.
19467         * config/nios2/nios2.c (nios2_option_override): Adjust
19468         -mgpopt defaulting.
19469         (nios2_in_small_data_p): Return true for explicit small data
19470         sections even with -G0.
19471         (nios2_symbol_ref_in_small_data_p): Adjust to handle new -mgpopt=
19472         option choices.
19474 2015-01-15  Jan Hubicka  <hubicka@ucw.cz>
19476         PR ipa/64612
19477         * ipa-inline-transform.c (can_remove_node_now_p): Fix handling
19478         of comdat locals.
19479         (inline_call): Fix removal of aliases.
19481 2015-01-15  Jakub Jelinek  <jakub@redhat.com>
19483         * flag-types.h (enum sanitize_code): Add SANITIZE_VPTR,
19484         include SANITIZE_VPTR in SANITIZE_UNDEFINED.
19485         * opts.c (common_handle_option): Add -fsanitize=vptr.
19486         * sanitizer.def (BUILT_IN_UBSAN_HANDLE_DYNAMIC_TYPE_CACHE_MISS,
19487         BUILT_IN_UBSAN_HANDLE_DYNAMIC_TYPE_CACHE_MISS_ABORT): New.
19488         * ubsan.h (enum ubsan_null_ckind): Add UBSAN_DOWNCAST_POINTER,
19489         UBSAN_DOWNCAST_REFERENCE, UBSAN_UPCAST and UBSAN_CAST_TO_VBASE.
19490         (ubsan_expand_vptr_ifn): New prototype.
19491         * internal-fn.c (expand_ANNOTATE, expand_GOMP_SIMD_LANE,
19492         expand_GOMP_SIMD_VF, expand_GOMP_SIMD_LAST_LANE, expand_UBSAN_NULL,
19493         expand_UBSAN_BOUNDS, expand_UBSAN_OBJECT_SIZE, expand_ASAN_CHECK,
19494         expand_LOOP_VECTORIZED): Make argument nameless, remove
19495         ATTRIBUTE_UNUSED.
19496         (expand_UBSAN_VPTR): New function.
19497         * internal-fn.def (UBSAN_NULL, ASAN_CHECK): Use R instead of W
19498         in fn spec.
19499         (UBSAN_VPTR): New internal function.
19500         * sanopt.c (tree_map_traits): Renamed to ...
19501         (sanopt_tree_map_traits): ... this.
19502         (sanopt_tree_triplet, sanopt_tree_triplet_map_traits): New classes.
19503         (sanopt_ctx): Adjust asan_check_map type for tree_map_traits
19504         to sanopt_tree_map_traits renaming.  Add vptr_check_map field.
19505         (maybe_optimize_ubsan_vptr_ifn): New function.
19506         (sanopt_optimize_walker): Handle IFN_UBSAN_VPTR.
19507         (pass_sanopt::execute): Likewise.  Call sanopt_optimize even for
19508         -fsanitize=vptr.
19509         * tree-ssa-alias.c (call_may_clobber_ref_p_1): Handle certain
19510         internal calls like pure functions for aliasing, even when they
19511         have other side-effects that prevent making them ECF_PURE.
19512         * ubsan.c (ubsan_vptr_type_cache_decl): New variable.
19513         (ubsan_expand_vptr_ifn): New function.
19515 2015-01-15  Vladimir Makarov  <vmakarov@redhat.com>
19517         PR rtl-optimization/64110
19518         * stmt.c (parse_output_constraint): Process '^' and '$'.
19519         (parse_input_constraint): Ditto.
19520         * lra-constraints.c (process_alt_operands): Process the new
19521         constraints.
19522         * ira-costs.c (record_reg_classes): Process the new constraint
19523         '^'.
19524         * genoutput.c (indep_constraints): Add '^' and '$'.
19525         * config/i386/sse.md (*vec_dup<mode>): Use '$' instead of '!'.
19526         * doc/md.texi: Add description of the new constraints.
19528 2015-01-15  Thomas Schwinge  <thomas@codesourcery.com>
19529             Bernd Schmidt  <bernds@codesourcery.com>
19530             Cesar Philippidis  <cesar@codesourcery.com>
19531             James Norris  <jnorris@codesourcery.com>
19532             Tom de Vries  <tom@codesourcery.com>
19533             Ilmir Usmanov  <i.usmanov@samsung.com>
19534             Dmitry Bocharnikov  <dmitry.b@samsung.com>
19535             Evgeny Gavrin  <e.gavrin@samsung.com>
19536             Jakub Jelinek  <jakub@redhat.com>
19538         * builtin-types.def (BT_FN_VOID_INT_INT_VAR)
19539         (BT_FN_VOID_INT_PTR_SIZE_PTR_PTR_PTR_INT_INT_VAR)
19540         (BT_FN_VOID_INT_OMPFN_PTR_SIZE_PTR_PTR_PTR_INT_INT_INT_INT_INT_VAR):
19541         New function types.
19542         * builtins.c: Include "gomp-constants.h".
19543         (expand_builtin_acc_on_device): New function.
19544         (expand_builtin, is_inexpensive_builtin): Handle
19545         BUILT_IN_ACC_ON_DEVICE.
19546         * builtins.def (DEF_GOACC_BUILTIN, DEF_GOACC_BUILTIN_COMPILER):
19547         New macros.
19548         * cgraph.c (cgraph_node::create): Consider flag_openacc next to
19549         flag_openmp.
19550         * config.gcc <nvptx-*> (tm_file): Add nvptx/offload.h.
19551         <*-intelmic-* | *-intelmicemul-*> (tm_file): Add
19552         i386/intelmic-offload.h.
19553         * gcc.c (LINK_COMMAND_SPEC, GOMP_SELF_SPECS): For -fopenacc, link
19554         to libgomp and its dependencies.
19555         * config/arc/arc.h (LINK_COMMAND_SPEC): Likewise.
19556         * config/darwin.h (LINK_COMMAND_SPEC_A): Likewise.
19557         * config/i386/mingw32.h (GOMP_SELF_SPECS): Likewise.
19558         * config/ia64/hpux.h (LIB_SPEC): Likewise.
19559         * config/pa/pa-hpux11.h (LIB_SPEC): Likewise.
19560         * config/pa/pa64-hpux.h (LIB_SPEC): Likewise.
19561         * doc/generic.texi: Update for OpenACC changes.
19562         * doc/gimple.texi: Likewise.
19563         * doc/invoke.texi: Likewise.
19564         * doc/sourcebuild.texi: Likewise.
19565         * gimple-pretty-print.c (dump_gimple_omp_for): Handle
19566         GF_OMP_FOR_KIND_OACC_LOOP.
19567         (dump_gimple_omp_target): Handle GF_OMP_TARGET_KIND_OACC_KERNELS,
19568         GF_OMP_TARGET_KIND_OACC_PARALLEL, GF_OMP_TARGET_KIND_OACC_DATA,
19569         GF_OMP_TARGET_KIND_OACC_UPDATE,
19570         GF_OMP_TARGET_KIND_OACC_ENTER_EXIT_DATA.
19571         Dump more data.
19572         * gimple.c: Update comments for OpenACC changes.
19573         * gimple.def: Likewise.
19574         * gimple.h: Likewise.
19575         (enum gf_mask): Add GF_OMP_FOR_KIND_OACC_LOOP,
19576         GF_OMP_TARGET_KIND_OACC_PARALLEL, GF_OMP_TARGET_KIND_OACC_KERNELS,
19577         GF_OMP_TARGET_KIND_OACC_DATA, GF_OMP_TARGET_KIND_OACC_UPDATE,
19578         GF_OMP_TARGET_KIND_OACC_ENTER_EXIT_DATA.
19579         (gimple_omp_for_cond, gimple_omp_for_set_cond): Sort in the
19580         appropriate place.
19581         (is_gimple_omp_oacc, is_gimple_omp_offloaded): New functions.
19582         * gimplify.c: Include "gomp-constants.h".
19583         Update comments for OpenACC changes.
19584         (is_gimple_stmt): Handle OACC_PARALLEL, OACC_KERNELS, OACC_DATA,
19585         OACC_HOST_DATA, OACC_DECLARE, OACC_UPDATE, OACC_ENTER_DATA,
19586         OACC_EXIT_DATA, OACC_CACHE, OACC_LOOP.
19587         (gimplify_scan_omp_clauses, gimplify_adjust_omp_clauses): Handle
19588         OMP_CLAUSE__CACHE_, OMP_CLAUSE_ASYNC, OMP_CLAUSE_WAIT,
19589         OMP_CLAUSE_NUM_GANGS, OMP_CLAUSE_NUM_WORKERS,
19590         OMP_CLAUSE_VECTOR_LENGTH, OMP_CLAUSE_GANG, OMP_CLAUSE_WORKER,
19591         OMP_CLAUSE_VECTOR, OMP_CLAUSE_DEVICE_RESIDENT,
19592         OMP_CLAUSE_USE_DEVICE, OMP_CLAUSE_INDEPENDENT, OMP_CLAUSE_AUTO,
19593         OMP_CLAUSE_SEQ.
19594         (gimplify_adjust_omp_clauses_1, gimplify_adjust_omp_clauses): Use
19595         GOMP_MAP_* instead of OMP_CLAUSE_MAP_*.  Use
19596         OMP_CLAUSE_SET_MAP_KIND.
19597         (gimplify_oacc_cache): New function.
19598         (gimplify_omp_for): Handle OACC_LOOP.
19599         (gimplify_omp_workshare): Handle OACC_KERNELS, OACC_PARALLEL,
19600         OACC_DATA.
19601         (gimplify_omp_target_update): Handle OACC_ENTER_DATA,
19602         OACC_EXIT_DATA, OACC_UPDATE.
19603         (gimplify_expr): Handle OACC_LOOP, OACC_CACHE, OACC_HOST_DATA,
19604         OACC_DECLARE, OACC_KERNELS, OACC_PARALLEL, OACC_DATA,
19605         OACC_ENTER_DATA, OACC_EXIT_DATA, OACC_UPDATE.
19606         (gimplify_body): Consider flag_openacc next to flag_openmp.
19607         * lto-streamer-out.c: Include "gomp-constants.h".
19608         * omp-builtins.def (BUILT_IN_ACC_GET_DEVICE_TYPE)
19609         (BUILT_IN_GOACC_DATA_START, BUILT_IN_GOACC_DATA_END)
19610         (BUILT_IN_GOACC_ENTER_EXIT_DATA, BUILT_IN_GOACC_PARALLEL)
19611         (BUILT_IN_GOACC_UPDATE, BUILT_IN_GOACC_WAIT)
19612         (BUILT_IN_GOACC_GET_THREAD_NUM, BUILT_IN_GOACC_GET_NUM_THREADS)
19613         (BUILT_IN_ACC_ON_DEVICE): New builtins.
19614         * omp-low.c: Include "gomp-constants.h".
19615         Update comments for OpenACC changes.
19616         (struct omp_context): Add reduction_map, gwv_below, gwv_this
19617         members.
19618         (extract_omp_for_data, use_pointer_for_field, install_var_field)
19619         (new_omp_context, delete_omp_context, scan_sharing_clauses)
19620         (create_omp_child_function, scan_omp_for, scan_omp_target)
19621         (check_omp_nesting_restrictions, lower_reduction_clauses)
19622         (build_omp_regions_1, diagnose_sb_0, make_gimple_omp_edges):
19623         Update for OpenACC changes.
19624         (scan_sharing_clauses): Handle OMP_CLAUSE_NUM_GANGS:
19625         OMP_CLAUSE_NUM_WORKERS: OMP_CLAUSE_VECTOR_LENGTH,
19626         OMP_CLAUSE_ASYNC, OMP_CLAUSE_WAIT, OMP_CLAUSE_GANG,
19627         OMP_CLAUSE_WORKER, OMP_CLAUSE_VECTOR, OMP_CLAUSE_DEVICE_RESIDENT,
19628         OMP_CLAUSE_USE_DEVICE, OMP_CLAUSE__CACHE_, OMP_CLAUSE_INDEPENDENT,
19629         OMP_CLAUSE_AUTO, OMP_CLAUSE_SEQ.  Use GOMP_MAP_* instead of
19630         OMP_CLAUSE_MAP_*.
19631         (expand_omp_for_static_nochunk, expand_omp_for_static_chunk):
19632         Handle GF_OMP_FOR_KIND_OACC_LOOP.
19633         (expand_omp_target, lower_omp_target): Handle
19634         GF_OMP_TARGET_KIND_OACC_PARALLEL, GF_OMP_TARGET_KIND_OACC_KERNELS,
19635         GF_OMP_TARGET_KIND_OACC_UPDATE,
19636         GF_OMP_TARGET_KIND_OACC_ENTER_EXIT_DATA,
19637         GF_OMP_TARGET_KIND_OACC_DATA.
19638         (pass_expand_omp::execute, execute_lower_omp)
19639         (pass_diagnose_omp_blocks::gate): Consider flag_openacc next to
19640         flag_openmp.
19641         (offload_symbol_decl): New variable.
19642         (oacc_get_reduction_array_id, oacc_max_threads)
19643         (get_offload_symbol_decl, get_base_type, lookup_oacc_reduction)
19644         (maybe_lookup_oacc_reduction, enclosing_target_ctx)
19645         (oacc_loop_or_target_p, oacc_lower_reduction_var_helper)
19646         (oacc_gimple_assign, oacc_initialize_reduction_data)
19647         (oacc_finalize_reduction_data, oacc_process_reduction_data): New
19648         functions.
19649         (is_targetreg_ctx): Remove function.
19650         * tree-core.h (enum omp_clause_code): Add OMP_CLAUSE__CACHE_,
19651         OMP_CLAUSE_DEVICE_RESIDENT, OMP_CLAUSE_USE_DEVICE,
19652         OMP_CLAUSE_GANG, OMP_CLAUSE_ASYNC, OMP_CLAUSE_WAIT,
19653         OMP_CLAUSE_AUTO, OMP_CLAUSE_SEQ, OMP_CLAUSE_INDEPENDENT,
19654         OMP_CLAUSE_WORKER, OMP_CLAUSE_VECTOR, OMP_CLAUSE_NUM_GANGS,
19655         OMP_CLAUSE_NUM_WORKERS, OMP_CLAUSE_VECTOR_LENGTH.
19656         * tree.c (omp_clause_code_name, walk_tree_1): Update accordingly.
19657         * tree.h (OMP_CLAUSE_GANG_EXPR, OMP_CLAUSE_GANG_STATIC_EXPR)
19658         (OMP_CLAUSE_ASYNC_EXPR, OMP_CLAUSE_WAIT_EXPR)
19659         (OMP_CLAUSE_VECTOR_EXPR, OMP_CLAUSE_WORKER_EXPR)
19660         (OMP_CLAUSE_NUM_GANGS_EXPR, OMP_CLAUSE_NUM_WORKERS_EXPR)
19661         (OMP_CLAUSE_VECTOR_LENGTH_EXPR): New macros.
19662         * tree-core.h: Update comments for OpenACC changes.
19663         (enum omp_clause_map_kind): Remove.
19664         (struct tree_omp_clause): Change type of map_kind member from enum
19665         omp_clause_map_kind to unsigned char.
19666         * tree-inline.c: Update comments for OpenACC changes.
19667         * tree-nested.c: Likewise.  Include "gomp-constants.h".
19668         (convert_nonlocal_reference_stmt, convert_local_reference_stmt)
19669         (convert_tramp_reference_stmt, convert_gimple_call): Update for
19670         OpenACC changes.  Use GOMP_MAP_* instead of OMP_CLAUSE_MAP_*.  Use
19671         OMP_CLAUSE_SET_MAP_KIND.
19672         * tree-pretty-print.c: Include "gomp-constants.h".
19673         (dump_omp_clause): Handle OMP_CLAUSE_DEVICE_RESIDENT,
19674         OMP_CLAUSE_USE_DEVICE, OMP_CLAUSE__CACHE_, OMP_CLAUSE_GANG,
19675         OMP_CLAUSE_ASYNC, OMP_CLAUSE_AUTO, OMP_CLAUSE_SEQ,
19676         OMP_CLAUSE_WAIT, OMP_CLAUSE_WORKER, OMP_CLAUSE_VECTOR,
19677         OMP_CLAUSE_NUM_GANGS, OMP_CLAUSE_NUM_WORKERS,
19678         OMP_CLAUSE_VECTOR_LENGTH, OMP_CLAUSE_INDEPENDENT.  Use GOMP_MAP_*
19679         instead of OMP_CLAUSE_MAP_*.
19680         (dump_generic_node): Handle OACC_PARALLEL, OACC_KERNELS,
19681         OACC_DATA, OACC_HOST_DATA, OACC_DECLARE, OACC_UPDATE,
19682         OACC_ENTER_DATA, OACC_EXIT_DATA, OACC_CACHE, OACC_LOOP.
19683         * tree-streamer-in.c: Include "gomp-constants.h".
19684         (unpack_ts_omp_clause_value_fields) Use GOMP_MAP_* instead of
19685         OMP_CLAUSE_MAP_*.  Use OMP_CLAUSE_SET_MAP_KIND.
19686         * tree-streamer-out.c: Include "gomp-constants.h".
19687         (pack_ts_omp_clause_value_fields): Use GOMP_MAP_* instead of
19688         OMP_CLAUSE_MAP_*.
19689         * tree.def (OACC_PARALLEL, OACC_KERNELS, OACC_DATA)
19690         (OACC_HOST_DATA, OACC_LOOP, OACC_CACHE, OACC_DECLARE)
19691         (OACC_ENTER_DATA, OACC_EXIT_DATA, OACC_UPDATE): New tree codes.
19692         * tree.c (omp_clause_num_ops): Update accordingly.
19693         * tree.h (OMP_BODY, OMP_CLAUSES, OMP_LOOP_CHECK, OMP_CLAUSE_SIZE):
19694         Likewise.
19695         (OACC_PARALLEL_BODY, OACC_PARALLEL_CLAUSES, OACC_KERNELS_BODY)
19696         (OACC_KERNELS_CLAUSES, OACC_DATA_BODY, OACC_DATA_CLAUSES)
19697         (OACC_HOST_DATA_BODY, OACC_HOST_DATA_CLAUSES, OACC_CACHE_CLAUSES)
19698         (OACC_DECLARE_CLAUSES, OACC_ENTER_DATA_CLAUSES)
19699         (OACC_EXIT_DATA_CLAUSES, OACC_UPDATE_CLAUSES)
19700         (OACC_KERNELS_COMBINED, OACC_PARALLEL_COMBINED): New macros.
19701         * tree.h (OMP_CLAUSE_MAP_KIND): Cast it to enum gomp_map_kind.
19702         (OMP_CLAUSE_SET_MAP_KIND): New macro.
19703         * varpool.c (varpool_node::get_create): Consider flag_openacc next
19704         to flag_openmp.
19705         * config/i386/intelmic-offload.h: New file.
19706         * config/nvptx/offload.h: Likewise.
19708 2015-01-15  Prathamesh Kulkarni  <prathamesh.kulkarni@linaro.org>
19710         * explow.h: Remove duplicate contents.
19711         * dojump.h: Likewise.
19713 2015-01-15  Richard Earnshaw  <rearnsha@arm.com>
19715         * arm.c (arm_xgene_tune): Add default initializer for instruction
19716         fusion.
19718 2015-01-15  Jan Hubicka  <hubicka@ucw.cz>
19720         PR ipa/64068
19721         PR ipa/64559
19722         * ipa.c (symbol_table::remove_unreachable_nodes):
19723         Do not put abstract origins into boundary.
19725 2015-01-15  Evgeny Stupachenko  <evstupac@gmail.com>
19727         * config/i386/gnu-user.h (CRT_GET_RFIB_DATA): Remove EBX register usage.
19728         * config/i386/sysv4.h (CRT_GET_RFIB_DATA): Ditto.
19730 2015-01-15  Steve Ellcey  <sellcey@mips.com>
19732         * Makefile.in (PLUGIN_HEADERS): Add dominance.h, cfg.h, cfgrtl.h,
19733         cfganal.h, cfgbuild.h, cfgcleanup.h, lcm.h, cfgloopmanip.h,
19734         builtins.def, and chkp-builtins.def.
19736 2015-01-15  David Edelsohn  <dje.gcc@gmail.com>
19738         * config/rs6000/default64.h (TARGET_DEFAULT) [LITTLE_ENDIAN]: Use
19739         ISA 2.7 (POWER8).
19741 2015-01-15  Richard Biener  <rguenther@suse.de>
19743         PR tree-optimization/61743
19744         * tree-ssa-pre.c (insert_into_preds_of_block): Preserve range
19745         information on PHIs for some simple cases.
19747 2015-01-15  Philipp Tomsich  <philipp.tomsich@theobroma-systems.com>
19749         * config/arm/arm.md (generic_sched): Specify xgene1 in 'no' list.
19750         Include xgene1.md.
19751         * config/arm/arm.c (arm_issue_rate): Specify 4 for xgene1.
19752         * config/arm/arm-cores.def (xgene1): New entry.
19753         * config/arm/arm-tables.opt: Regenerate.
19754         * config/arm/arm-tune.md: Regenerate.
19755         * config/arm/bpabi.h (BE8_LINK_SPEC): Specify mcpu=xgene1.
19757 2015-01-15  Yuri Rumyantsev  <ysrumyan@gmail.com>
19759         * tree-if-conv.c: Include hash-map.h.
19760         (aggressive_if_conv): New variable.
19761         (fold_build_cond_expr): Add simplification of non-zero condition.
19762         (add_to_dst_predicate_list): Invoke add_to_predicate_list if edge
19763         destination block is not always executed.
19764         (if_convertible_phi_p): Fix commentary, allow phi nodes have more
19765         than two predecessors if AGGRESSIVE_IF_CONV is true.
19766         (if_convertible_stmt_p): Fix commentary.
19767         (all_preds_critical_p): New function.
19768         (has_pred_critical_p): New function.
19769         (if_convertible_bb_p): Fix commentary, if AGGRESSIVE_IF_CONV is true
19770         BB can have more than two predecessors and all incoming edges can be
19771         critical.
19772         (predicate_bbs): Skip predication for loop exit block, use build2_loc
19773         to compute predicate for true edge.
19774         (find_phi_replacement_condition): Delete this function.
19775         (is_cond_scalar_reduction): Add arguments ARG_0, ARG_1 and EXTENDED.
19776         Allow interchange PHI arguments if EXTENDED is false.
19777         Change check that block containing reduction statement candidate
19778         is predecessor of phi-block since phi may have more than two arguments.
19779         (phi_args_hash_traits): New helper structure.
19780         (struct phi_args_hash_traits): New type.
19781         (phi_args_hash_traits::hash): New function.
19782         (phi_args_hash_traits::equal_keys): New function.
19783         (gen_phi_arg_condition): New function.
19784         (predicate_scalar_phi): Add handling of phi nodes with more than two
19785         arguments, delete COND and TRUE_BB arguments, insert body of
19786         find_phi_replacement_condition to predicate ordinary phi nodes.
19787         (predicate_all_scalar_phis): Skip blocks with the only predecessor,
19788         delete call of find_phi_replacement_condition and invoke
19789         predicate_scalar_phi with two arguments.
19790         (insert_gimplified_predicates): Add assert that non-predicated block
19791         don't have statements to insert.
19792         (ifcvt_split_critical_edges): New function.
19793         (ifcvt_split_def_stmt): Likewise.
19794         (ifcvt_walk_pattern_tree): Likewise.
19795         (stmt_is_root_of_bool_pattern): Likewise.
19796         (ifcvt_repair_bool_pattern): Likewise.
19797         (ifcvt_local_dce): Likewise.
19798         (tree_if_conversion): Add initialization of AGGRESSIVE_IF_CONV which
19799         is copy of inner or outer loop force_vectorize field, invoke
19800         ifcvt_split_critical_edges, ifcvt_local_dce and
19801         ifcvt_repair_bool_pattern for aggressive if-conversion.
19803 2015-01-15  Philipp Tomsich  <ptomsich@theobroma-systems.com>
19805         * config/aarch64/aarch64.md: Include xgene1.md.
19806         * config/aarch64/xgene1.md: New file.
19808 2015-01-15  Philipp Tomsich  <philipp.tomsich@theobroma-systems.com>
19810         * config/aarch64/aarch64-cores.def (xgene1): Update/add the
19811         xgene1 (APM XGene-1) core definition.
19812         * gcc/config/aarch64/aarch64.c: Add cost tables for APM XGene-1
19813         * config/arm/aarch-cost-tables.h: Add cost tables for APM XGene-1
19814         * doc/invoke.texi: Document -mcpu=xgene1.
19816 2015-01-15  Prathamesh Kulkarni  <prathamesh.kulkarni@linaro.org>
19818         * dojump.h: New header file.
19819         * explow.h: Likewise.
19820         * expr.h: Remove includes.
19821         Move expmed.c prototypes to expmed.h.
19822         Move dojump.c prototypes to dojump.h.
19823         Move alias.c prototypes to alias.h.
19824         Move explow.c prototypes to explow.h.
19825         Move calls.c prototypes to calls.h.
19826         Move emit-rtl.c prototypes to emit-rtl.h.
19827         Move varasm.c prototypes to varasm.h.
19828         Move stmt.c prototypes to stmt.h.
19829         (saved_pending_stack_adjust): Move to dojump.h.
19830         (adjust_address): Move to explow.h.
19831         (adjust_address_nv): Move to emit-rtl.h.
19832         (adjust_bitfield_address): Likewise.
19833         (adjust_bitfield_address_size): Likewise.
19834         (adjust_bitfield_address_nv): Likewise.
19835         (adjust_automodify_address_nv): Likewise.
19836         * explow.c (expr_size): Move to expr.c.
19837         (int_expr_size): Likewise.
19838         (tree_expr_size): Likewise.
19839         Include calls.h dojump.h emit-rtl.h explow.h expmed.h
19840         fixed-value.h hashtab.h statistics.h stmt.h varasm.h.
19841         * genemit.c (main): Generate includes statistics.h, real.h,
19842         fixed-value.h, insn-config.h, expmed.h, dojump.h, explow.h, emit-rtl.h,
19843         stmt.h.
19844         * genopinit.c (main): Generate includes hashtab.h, hard-reg-set.h,
19845         function.h, statistics.h, real.h, fixed-value.h, expmed.h, dojump.h,
19846         explow.h, emit-rtl.h, stmt.h.
19847         * genoutput.c (main): Generate includes hashtab.h, statistics.h, real.h,
19848         fixed-value.h, expmed.h, dojump.h, explow.h, emit-rtl.h, stmt.h.
19849         * genemit.c (open_base_files): Generate includes flags.h, statistics.h,
19850         real.h, fixed-value.h, tree.h, expmed.h, dojump.h, explow.h, calls.h,
19851         emit-rtl.h, varasm.h, stmt.h.
19852         * config/tilepro/gen-mul-tables.cc: Generate includes hashtab.h,
19853         hash-set.h, vec.h, machmode.h, tm.h, hard-reg-set.h, input.h,
19854         function.h, rtl.h, flags.h, statistics.h, double-int.h, real.h,
19855         fixed-value.h, alias.h, wide-int.h, inchash.h, tree.h, insn-config.h,
19856         expmed.h, dojump.h, explow.h, calls.h, emit-rtl.h, varasm.h, stmt.h.
19857         * config/tilegx/mul-tables.c: Include alias.h calls.h dojump.h
19858         double-int.h emit-rtl.h explow.h expmed.h fixed-value.h flags.h
19859         function.h hard-reg-set.h hash-set.h hashtab.h inchash.h input.h
19860         insn-config.h machmode.h real.h rtl.h statistics.h stmt.h symtab.h
19861         tm.h tree.h varasm.h vec.h wide-int.h.
19862         * rtlhooks.c: Include alias.h calls.h dojump.h double-int.h emit-rtl.h
19863         explow.h expmed.h fixed-value.h flags.h function.h hard-reg-set.h
19864         hash-set.h hashtab.h inchash.h input.h insn-config.h machmode.h
19865         real.h statistics.h stmt.h tree.h varasm.h vec.h wide-int.h.
19866         * cfgloopanal.c: Include alias.h calls.h dojump.h double-int.h
19867         emit-rtl.h explow.h expmed.h fixed-value.h flags.h inchash.h
19868         insn-config.h real.h statistics.h stmt.h tree.h varasm.h wide-int.h.
19869         * loop-iv.c: Likewise.
19870         * lra-assigns.c: Include alias.h calls.h dojump.h double-int.h
19871         emit-rtl.h explow.h expmed.h fixed-value.h flags.h inchash.h real.h
19872         statistics.h stmt.h tree.h varasm.h wide-int.h.
19873         * lra-constraints.c: Likewise.
19874         * lra-eliminations.c: Likewise.
19875         * lra-lives.c: Likewise.
19876         * lra-remat.c: Likewise.
19877         * bt-load.c: Include alias.h calls.h dojump.h double-int.h emit-rtl.h
19878         explow.h expmed.h fixed-value.h inchash.h insn-config.h real.h
19879         statistics.h stmt.h tree.h varasm.h wide-int.h.
19880         * hw-doloop.c: Likewise.
19881         * ira-color.c: Likewise.
19882         * ira-emit.c: Likewise.
19883         * loop-doloop.c: Likewise.
19884         * loop-invariant.c: Likewise.
19885         * reload.c: Include alias.h calls.h dojump.h double-int.h emit-rtl.h
19886         explow.h expmed.h fixed-value.h inchash.h real.h rtl.h
19887         statistics.h stmt.h tree.h varasm.h wide-int.h.
19888         * caller-save.c: Include alias.h calls.h dojump.h double-int.h
19889         emit-rtl.h explow.h expmed.h fixed-value.h inchash.h real.h
19890         statistics.h stmt.h tree.h varasm.h wide-int.h.
19891         * combine-stack-adj.c: Likewise.
19892         * cse.c: Likewise.
19893         * ddg.c: Likewise.
19894         * ifcvt.c: Likewise.
19895         * ira-costs.c: Likewise.
19896         * jump.c: Likewise.
19897         * lra-coalesce.c: Likewise.
19898         * lra-spills.c: Likewise.
19899         * profile.c: Include alias.h calls.h dojump.h double-int.h emit-rtl.h
19900         explow.h expmed.h fixed-value.h insn-config.h real.h statistics.h
19901         stmt.h varasm.h wide-int.h.
19902         * lra.c: Include alias.h calls.h dojump.h double-int.h emit-rtl.h
19903         explow.h expmed.h fixed-value.h real.h statistics.h stmt.h
19904         varasm.h.
19905         * config/sh/sh_treg_combine.cc: Include alias.h calls.h dojump.h
19906         double-int.h explow.h expmed.h fixed-value.h flags.h real.h
19907         statistics.h stmt.h varasm.h wide-int.h.
19908         * reorg.c: Include alias.h calls.h dojump.h double-int.h explow.h
19909         expmed.h fixed-value.h inchash.h real.h statistics.h stmt.h tree.h
19910         varasm.h wide-int.h.
19911         * reload1.c: Include alias.h calls.h dojump.h double-int.h explow.h
19912         expmed.h fixed-value.h real.h rtl.h statistics.h stmt.h varasm.h.
19913         * config/tilegx/tilegx.c: Include alias.h dojump.h double-int.h
19914         emit-rtl.h explow.h expmed.h fixed-value.h flags.h real.h
19915         statistics.h stmt.h.
19916         * config/tilepro/tilepro.c: Likewise.
19917         * config/mmix/mmix.c: Include alias.h dojump.h double-int.h emit-rtl.h
19918         explow.h expmed.h fixed-value.h real.h statistics.h stmt.h.
19919         * config/pdp11/pdp11.c: Likewise.
19920         * config/xtensa/xtensa.c: Likewise.
19921         * config/lm32/lm32.c: Include alias.h dojump.h double-int.h emit-rtl.h
19922         explow.h expmed.h fixed-value.h real.h statistics.h stmt.h
19923         varasm.h.
19924         * tree-chkp.c: Include calls.h dojump.h emit-rtl.h explow.h expmed.h
19925         fixed-value.h flags.h function.h hard-reg-set.h hashtab.h
19926         insn-config.h real.h rtl.h statistics.h stmt.h tm.h.
19927         * cilk-common.c: Include calls.h dojump.h emit-rtl.h explow.h expmed.h
19928         fixed-value.h flags.h function.h hard-reg-set.h hashtab.h
19929         insn-config.h real.h rtl.h statistics.h stmt.h tm.h varasm.h.
19930         * rtl-chkp.c: Likewise.
19931         * tree-chkp-opt.c: Likewise.
19932         * config/arm/arm-builtins.c: Include calls.h dojump.h emit-rtl.h
19933         explow.h expmed.h fixed-value.h flags.h function.h hard-reg-set.h
19934         hashtab.h insn-config.h real.h statistics.h stmt.h varasm.h.
19935         * ipa-icf.c: Include calls.h dojump.h emit-rtl.h explow.h expmed.h
19936         fixed-value.h flags.h hashtab.h insn-config.h real.h rtl.h
19937         statistics.h stmt.h.
19938         * tree-vect-data-refs.c: Likewise.
19939         * graphite-sese-to-poly.c: Include calls.h dojump.h emit-rtl.h explow.h
19940         expmed.h fixed-value.h flags.h hashtab.h insn-config.h real.h
19941         rtl.h statistics.h stmt.h varasm.h.
19942         * internal-fn.c: Likewise.
19943         * ipa-icf-gimple.c: Likewise.
19944         * lto-section-out.c: Likewise.
19945         * tree-data-ref.c: Likewise.
19946         * tree-nested.c: Likewise.
19947         * tree-outof-ssa.c: Likewise.
19948         * tree-predcom.c: Likewise.
19949         * tree-pretty-print.c: Likewise.
19950         * tree-scalar-evolution.c: Likewise.
19951         * tree-ssa-strlen.c: Likewise.
19952         * tree-vect-loop.c: Likewise.
19953         * tree-vect-patterns.c: Likewise.
19954         * tree-vect-slp.c: Likewise.
19955         * tree-vect-stmts.c: Likewise.
19956         * tsan.c: Likewise.
19957         * targhooks.c: Include calls.h dojump.h emit-rtl.h explow.h expmed.h
19958         fixed-value.h flags.h hashtab.h insn-config.h real.h statistics.h
19959         stmt.h.
19960         * config/sh/sh-mem.cc: Include calls.h dojump.h emit-rtl.h explow.h
19961         expmed.h fixed-value.h flags.h hashtab.h insn-config.h real.h
19962         statistics.h stmt.h varasm.h.
19963         * loop-unroll.c: Likewise.
19964         * ubsan.c: Likewise.
19965         * tree-ssa-loop-prefetch.c: Include calls.h dojump.h emit-rtl.h explow.h
19966         expmed.h fixed-value.h flags.h hashtab.h real.h rtl.h statistics.h
19967         stmt.h varasm.h.
19968         * dse.c: Include calls.h dojump.h emit-rtl.h explow.h expmed.h
19969         fixed-value.h function.h hashtab.h statistics.h stmt.h varasm.h.
19970         * tree-switch-conversion.c: Include calls.h dojump.h emit-rtl.h explow.h
19971         expmed.h fixed-value.h hashtab.h insn-config.h real.h rtl.h
19972         statistics.h stmt.h.
19973         * generic-match-head.c: Include calls.h dojump.h emit-rtl.h explow.h
19974         expmed.h fixed-value.h hashtab.h insn-config.h real.h rtl.h
19975         statistics.h stmt.h varasm.h.
19976         * gimple-match-head.c: Likewise.
19977         * lto-cgraph.c: Likewise.
19978         * lto-section-in.c: Likewise.
19979         * lto-streamer-in.c: Likewise.
19980         * lto-streamer-out.c: Likewise.
19981         * tree-affine.c: Likewise.
19982         * tree-cfg.c: Likewise.
19983         * tree-cfgcleanup.c: Likewise.
19984         * tree-if-conv.c: Likewise.
19985         * tree-into-ssa.c: Likewise.
19986         * tree-ssa-alias.c: Likewise.
19987         * tree-ssa-copyrename.c: Likewise.
19988         * tree-ssa-dse.c: Likewise.
19989         * tree-ssa-forwprop.c: Likewise.
19990         * tree-ssa-live.c: Likewise.
19991         * tree-ssa-math-opts.c: Likewise.
19992         * tree-ssa-pre.c: Likewise.
19993         * tree-ssa-sccvn.c: Likewise.
19994         * tree-tailcall.c: Likewise.
19995         * tree-vect-generic.c: Likewise.
19996         * tree-sra.c: Include calls.h dojump.h emit-rtl.h explow.h expmed.h
19997         fixed-value.h hashtab.h insn-config.h real.h rtl.h stmt.h varasm.h.
19998         * stor-layout.c: Include calls.h dojump.h emit-rtl.h explow.h expmed.h
19999         fixed-value.h hashtab.h insn-config.h real.h statistics.h stmt.h.
20000         * varasm.c: Likewise.
20001         * coverage.c: Include calls.h dojump.h emit-rtl.h explow.h expmed.h
20002         fixed-value.h hashtab.h insn-config.h real.h statistics.h stmt.h
20003         varasm.h.
20004         * init-regs.c: Likewise.
20005         * ira.c: Likewise.
20006         * omp-low.c: Likewise.
20007         * stack-ptr-mod.c: Likewise.
20008         * tree-ssa-reassoc.c: Likewise.
20009         * tree-complex.c: Include calls.h dojump.h emit-rtl.h explow.h expmed.h
20010         fixed-value.h hashtab.h insn-config.h rtl.h statistics.h stmt.h
20011         varasm.h.
20012         * dwarf2cfi.c: Include calls.h dojump.h emit-rtl.h explow.h expmed.h
20013         fixed-value.h hashtab.h insn-config.h statistics.h stmt.h varasm.h.
20014         * shrink-wrap.c: Include calls.h dojump.h emit-rtl.h explow.h expmed.h
20015         fixed-value.h hashtab.h real.h rtl.h statistics.h stmt.h.
20016         * recog.c: Include calls.h dojump.h emit-rtl.h explow.h expmed.h
20017         fixed-value.h hashtab.h real.h rtl.h statistics.h stmt.h varasm.h.
20018         * tree-ssa-phiopt.c: Likewise.
20019         * config/darwin.c: Include calls.h dojump.h emit-rtl.h explow.h expmed.h
20020         fixed-value.h hashtab.h real.h statistics.h stmt.h.
20021         * config/fr30/fr30.c: Likewise.
20022         * config/frv/frv.c: Likewise.
20023         * expr.c: Likewise.
20024         * final.c: Likewise.
20025         * optabs.c: Likewise.
20026         * passes.c: Likewise.
20027         * simplify-rtx.c: Likewise.
20028         * stmt.c: Likewise.
20029         * toplev.c: Likewise.
20030         * var-tracking.c: Likewise.
20031         * gcse.c: Include calls.h dojump.h emit-rtl.h explow.h expmed.h
20032         fixed-value.h hashtab.h real.h statistics.h stmt.h varasm.h.
20033         * lower-subreg.c: Likewise.
20034         * postreload-gcse.c: Likewise.
20035         * ree.c: Likewise.
20036         * reginfo.c: Likewise.
20037         * store-motion.c: Likewise.
20038         * combine.c: Include calls.h dojump.h emit-rtl.h explow.h expmed.h
20039         fixed-value.h hashtab.h real.h stmt.h varasm.h.
20040         * emit-rtl.c: Include calls.h dojump.h emit-rtl.h explow.h expmed.h
20041         fixed-value.h hashtab.h statistics.h stmt.h.
20042         * dojump.c: Include calls.h dojump.h emit-rtl.h explow.h expmed.h
20043         fixed-value.h hashtab.h statistics.h stmt.h varasm.h.
20044         * except.c: Likewise.
20045         * explow.c: Likewise.
20046         * tree-dfa.c: Include calls.h dojump.h emit-rtl.h explow.h expmed.h
20047         fixed-value.h insn-config.h real.h rtl.h statistics.h stmt.h
20048         varasm.h.
20049         * gimple-fold.c: Include calls.h dojump.h emit-rtl.h explow.h expmed.h
20050         fixed-value.h insn-config.h real.h rtl.h statistics.h varasm.h.
20051         * tree-ssa-structalias.c: Likewise.
20052         * cfgexpand.c: Include calls.h dojump.h emit-rtl.h explow.h expmed.h
20053         fixed-value.h insn-config.h real.h statistics.h.
20054         * calls.c: Include calls.h dojump.h emit-rtl.h explow.h expmed.h
20055         fixed-value.h insn-config.h real.h statistics.h stmt.h.
20056         * bb-reorder.c: Include calls.h dojump.h emit-rtl.h explow.h expmed.h
20057         fixed-value.h insn-config.h real.h statistics.h stmt.h varasm.h.
20058         * cfgbuild.c: Likewise.
20059         * function.c: Include calls.h dojump.h emit-rtl.h explow.h expmed.h
20060         fixed-value.h real.h rtl.h statistics.h stmt.h.
20061         * cfgrtl.c: Include calls.h dojump.h emit-rtl.h explow.h expmed.h
20062         fixed-value.h real.h rtl.h statistics.h stmt.h varasm.h.
20063         * dbxout.c: Include calls.h dojump.h emit-rtl.h explow.h expmed.h
20064         fixed-value.h real.h statistics.h stmt.h.
20065         * auto-inc-dec.c: Include calls.h dojump.h emit-rtl.h explow.h expmed.h
20066         fixed-value.h real.h statistics.h stmt.h varasm.h.
20067         * cprop.c: Likewise.
20068         * modulo-sched.c: Likewise.
20069         * postreload.c: Likewise.
20070         * ccmp.c: Include calls.h dojump.h emit-rtl.h explow.h fixed-value.h
20071         flags.h function.h hard-reg-set.h hashtab.h insn-config.h real.h
20072         statistics.h stmt.h varasm.h.
20073         * gimple-ssa-strength-reduction.c: Include calls.h dojump.h emit-rtl.h
20074         explow.h fixed-value.h flags.h hashtab.h insn-config.h real.h
20075         rtl.h statistics.h stmt.h varasm.h.
20076         * tree-ssa-loop-ivopts.c: Include calls.h dojump.h emit-rtl.h explow.h
20077         fixed-value.h flags.h hashtab.h real.h rtl.h statistics.h stmt.h
20078         varasm.h.
20079         * expmed.c: Include calls.h dojump.h emit-rtl.h explow.h fixed-value.h
20080         function.h hard-reg-set.h hashtab.h real.h statistics.h stmt.h
20081         varasm.h.
20082         * target-globals.c: Include calls.h dojump.h emit-rtl.h explow.h
20083         fixed-value.h function.h hashtab.h real.h statistics.h stmt.h
20084         varasm.h.
20085         * tree-ssa-address.c: Include calls.h dojump.h emit-rtl.h explow.h
20086         fixed-value.h hashtab.h real.h statistics.h stmt.h varasm.h.
20087         * cfgcleanup.c: Include calls.h dojump.h explow.h expmed.h fixed-value.h
20088         function.h real.h statistics.h stmt.h varasm.h.
20089         * alias.c: Include calls.h dojump.h explow.h expmed.h fixed-value.h
20090         insn-config.h real.h statistics.h stmt.h.
20091         * dwarf2out.c: Include calls.h dojump.h explow.h expmed.h fixed-value.h
20092         statistics.h stmt.h.
20093         * config/nvptx/nvptx.c: Include dojump.h emit-rtl.h explow.h expmed.h
20094         fixed-value.h flags.h hard-reg-set.h insn-config.h real.h
20095         statistics.h stmt.h varasm.h.
20096         * gimplify.c: Include dojump.h emit-rtl.h explow.h expmed.h
20097         fixed-value.h flags.h hashtab.h insn-config.h real.h rtl.h statistics.h.
20098         * asan.c: Include dojump.h emit-rtl.h explow.h expmed.h fixed-value.h
20099         flags.h hashtab.h insn-config.h real.h rtl.h statistics.h stmt.h.
20100         * ipa-devirt.c: Include dojump.h emit-rtl.h explow.h expmed.h
20101         fixed-value.h flags.h hashtab.h insn-config.h real.h rtl.h
20102         statistics.h stmt.h varasm.h.
20103         * ipa-polymorphic-call.c: Likewise.
20104         * config/aarch64/aarch64.c: Include dojump.h emit-rtl.h explow.h
20105         expmed.h fixed-value.h flags.h hashtab.h insn-config.h real.h
20106         statistics.h stmt.h.
20107         * config/c6x/c6x.c: Likewise.
20108         * config/aarch64/aarch64-builtins.c: Include dojump.h emit-rtl.h
20109         explow.h expmed.h fixed-value.h flags.h hashtab.h insn-config.h real.h
20110         statistics.h stmt.h varasm.h.
20111         * ipa-prop.c: Include dojump.h emit-rtl.h explow.h expmed.h
20112         fixed-value.h hashtab.h insn-config.h real.h rtl.h statistics.h
20113         stmt.h varasm.h.
20114         * ipa-split.c: Likewise.
20115         * tree-eh.c: Likewise.
20116         * tree-ssa-dce.c: Likewise.
20117         * tree-ssa-loop-niter.c: Likewise.
20118         * tree-vrp.c: Likewise.
20119         * config/nds32/nds32-cost.c: Include dojump.h emit-rtl.h explow.h
20120         expmed.h fixed-value.h hashtab.h insn-config.h real.h statistics.h
20121         stmt.h.
20122         * config/nds32/nds32-fp-as-gp.c: Likewise.
20123         * config/nds32/nds32-intrinsic.c: Likewise.
20124         * config/nds32/nds32-isr.c: Likewise.
20125         * config/nds32/nds32-md-auxiliary.c: Likewise.
20126         * config/nds32/nds32-memory-manipulation.c: Likewise.
20127         * config/nds32/nds32-pipelines-auxiliary.c: Likewise.
20128         * config/nds32/nds32-predicates.c: Likewise.
20129         * config/nds32/nds32.c: Likewise.
20130         * config/cris/cris.c: Include dojump.h emit-rtl.h explow.h expmed.h
20131         fixed-value.h hashtab.h real.h statistics.h.
20132         * config/alpha/alpha.c: Include dojump.h emit-rtl.h explow.h expmed.h
20133         fixed-value.h hashtab.h real.h statistics.h stmt.h.
20134         * config/arm/arm.c: Likewise.
20135         * config/avr/avr.c: Likewise.
20136         * config/bfin/bfin.c: Likewise.
20137         * config/h8300/h8300.c: Likewise.
20138         * config/i386/i386.c: Likewise.
20139         * config/ia64/ia64.c: Likewise.
20140         * config/iq2000/iq2000.c: Likewise.
20141         * config/m32c/m32c.c: Likewise.
20142         * config/m32r/m32r.c: Likewise.
20143         * config/m68k/m68k.c: Likewise.
20144         * config/mcore/mcore.c: Likewise.
20145         * config/mep/mep.c: Likewise.
20146         * config/mips/mips.c: Likewise.
20147         * config/mn10300/mn10300.c: Likewise.
20148         * config/moxie/moxie.c: Likewise.
20149         * config/pa/pa.c: Likewise.
20150         * config/rl78/rl78.c: Likewise.
20151         * config/rx/rx.c: Likewise.
20152         * config/s390/s390.c: Likewise.
20153         * config/sh/sh.c: Likewise.
20154         * config/sparc/sparc.c: Likewise.
20155         * config/spu/spu.c: Likewise.
20156         * config/stormy16/stormy16.c: Likewise.
20157         * config/v850/v850.c: Likewise.
20158         * config/vax/vax.c: Likewise.
20159         * config/cr16/cr16.c: Include dojump.h emit-rtl.h explow.h expmed.h
20160         fixed-value.h hashtab.h real.h statistics.h stmt.h varasm.h.
20161         * config/msp430/msp430.c: Likewise.
20162         * predict.c: Likewise.
20163         * value-prof.c: Likewise.
20164         * config/epiphany/epiphany.c: Include dojump.h emit-rtl.h explow.h
20165         expmed.h fixed-value.h hashtab.h statistics.h stmt.h.
20166         * config/microblaze/microblaze.c: Likewise.
20167         * config/nios2/nios2.c: Likewise.
20168         * config/rs6000/rs6000.c: Likewise.
20169         * tree.c: Include dojump.h emit-rtl.h explow.h expmed.h fixed-value.h
20170         insn-config.h real.h rtl.h statistics.h stmt.h.
20171         * cgraph.c: Include dojump.h emit-rtl.h explow.h expmed.h fixed-value.h
20172         insn-config.h real.h statistics.h stmt.h.
20173         * fold-const.c: Include dojump.h emit-rtl.h explow.h expmed.h
20174         fixed-value.h insn-config.h real.h statistics.h stmt.h varasm.h.
20175         * tree-inline.c: Include dojump.h emit-rtl.h explow.h expmed.h
20176         fixed-value.h real.h rtl.h statistics.h stmt.h varasm.h.
20177         * builtins.c: Include dojump.h emit-rtl.h explow.h expmed.h
20178         fixed-value.h real.h statistics.h stmt.h.
20179         * config/arc/arc.c: Include dojump.h emit-rtl.h explow.h expmed.h
20180         fixed-value.h statistics.h stmt.h.
20181         * config/visium/visium.c: Include dojump.h emit-rtl.h explow.h expmed.h
20182         stmt.h.
20184 2015-01-15  Jakub Jelinek  <jakub@redhat.com>
20186         * gengtype.c (create_user_defined_type): Workaround
20187         -Wmaybe-uninitialized false positives.
20188         * cse.c (fold_rtx): Likewise.
20189         * loop-invariant.c (gain_for_invariant): Likewise.
20191 2015-01-15  Eric Botcazou  <ebotcazou@adacore.com>
20193         * expr.c (expand_expr_real_1) <normal_inner_ref>: Use the expression to
20194         set the memory attributes in all cases but clear MEM_EXPR if need be.
20196 2015-01-15  Yuri Rumyantsev  <ysrumyan@gmail.com>
20198         PR tree-optimization/64434
20199         * cfgexpand.c (reorder_operands): New function.
20200         (expand_gimple_basic_block): Insert call of reorder_operands if
20201         optimized is true.
20203 2015-01-15  Matthew Fortune  <matthew.fortune@imgtec.com>
20205         * config/mips/micromips.md (*swp): Remove explicit parallel.
20206         (jraddiusp, *movep<MOVEP1:mode><MOVEP2:mode>): Likewise.
20207         * config/mips/mips-dsp.md (add<DSPV:mode>3): Likewise.
20208         (mips_add<DSP:dspfmt1>_s_<DSP:dspfmt2>, sub<DSPV:mode>3): Likewise.
20209         (mips_sub<DSP:dspfmt1>_s_<DSP:dspfmt2>, mips_addsc): Likewise.
20210         (mips_addwc, mips_absq_s_<DSPQ:dspfmt2>): Likewise.
20211         (mips_precrq_rs_ph_w, mips_precrqu_s_qb_ph): Likewise.
20212         (mips_shll_<DSPV:dspfmt2>, mips_shll_s_<DSPQ:dspfmt2>): Likewise.
20213         (mips_muleu_s_ph_qbl, mips_muleu_s_ph_qbr): Likewise.
20214         (mips_mulq_rs_ph, mips_muleq_s_w_phl, mips_muleq_s_w_phr): Likewise.
20215         (mips_dpaq_s_w_ph, mips_dpsq_s_w_ph, mips_mulsaq_s_w_ph): Likewise.
20216         (mips_dpaq_sa_l_w, mips_dpsq_sa_l_w, mips_maq_s_w_phl): Likewise.
20217         (mips_maq_s_w_phr, mips_maq_sa_w_phl, mips_maq_sa_w_phr): Likewise.
20218         (mips_extr_w, mips_extr_r_w, mips_extr_rs_w): Likewise.
20219         (mips_extr_s_h, mips_extp, mips_extpdp, mips_mthlip): Likewise.
20220         (mips_wrdsp): Likewise.
20221         * config/mips/mips-dspr2.md (mips_absq_s_qb): Remove explicit
20222         parallel.
20223         (mips_addu_ph, mips_addu_s_ph, mips_cmpgdu_eq_qb): Likewise.
20224         (mips_cmpgdu_lt_qb, mips_cmpgdu_le_qb, mulv2hi3): Likewise.
20225         (mips_mul_s_ph, mips_mulq_rs_w, mips_mulq_s_ph): Likewise.
20226         (mips_mulq_s_w, mips_subu_ph, mips_subu_s_ph): Likewise.
20227         (mips_dpaqx_s_w_ph, mips_dpaqx_sa_w_ph): Likewise.
20228         (mips_dpsqx_s_w_ph, mips_dpsqx_sa_w_ph): Likewise.
20229         * config/mips/mips-fixed.md (usadd<mode>3): Remove explicit parallel.
20230         (ssadd<mode>3, ussub<mode>3, sssub<mode>3, ssmul<mode>3): Likewise.
20231         (ssmaddsqdq4, ssmsubsqdq4): Likewise.
20233 2015-01-14  Matthew Fortune  <matthew.fortune@imgtec.com>
20235         * config/mips/mips.c (mips_rtx_costs): Set costs for LSA/DLSA.
20236         (mips_print_operand): Support 'y' to print exact log2 in decimal
20237         of a const_int.
20238         * config/mips/mips.h (ISA_HAS_LSA): New define.
20239         (ISA_HAS_DLSA): Likewise.
20240         * config/mips/mips.md (<GPR:d>lsa): New define_insn.
20241         * config/mips/predicates.md (const_immlsa_operand): New predicate.
20243 2015-01-15  Martin Liska  <mliska@suse.cz>
20245         PR target/64377
20246         * optc-save-gen.awk: Add support for array types.
20248 2015-01-15  Richard Biener  <rguenther@suse.de>
20250         PR middle-end/64365
20251         * tree-data-ref.c (dr_analyze_indices): Make sure that accesses
20252         for MEM_REF access functions with the same base can never partially
20253         overlap.
20255 2015-01-14  Marcos Diaz <marcos.diaz@tallertechnologies.com>
20257         * common.opt: New option -fstack-protector-explicit.
20258         * cfgexpand.c (SPCT_FLAG_EXPLICIT): New enum.
20259         (stack_protect_decl_phase): Handle stack_protect attribute for
20260         explicit stack protection requests.
20261         (expand_used_vars): Similarly.
20262         * doc/cpp.texi (__SSP_EXPLICIT__): Document predefined macro.
20263         * doc/extend.texi: Add documentation for "stack_protect" attribute.
20264         * doc/invoke.texi: Add documentation for -fstack-protector-explicit.
20266 2015-01-14  Oleg Endo  <olegendo@gcc.gnu.org>
20268         PR target/53988
20269         * config/sh/sh-protos.h (sh_find_set_of_reg): Add option to ignore
20270         reg-reg copies.
20271         (sh_extending_set_of_reg): New struct.
20272         (sh_find_extending_set_of_reg, sh_split_tst_subregs,
20273         sh_remove_reg_dead_or_unused_notes): New Declarations.
20274         * config/sh/sh.c (sh_remove_reg_dead_or_unused_notes,
20275         sh_find_extending_set_of_reg, sh_split_tst_subregs,
20276         sh_extending_set_of_reg::use_as_extended_reg): New functions.
20277         * config/sh/sh.md (*tst<mode>_t_zero): Rename to *tst<mode>_t_subregs,
20278         convert to insn_and_split and use new function sh_split_tst_subregs.
20280 2015-01-14  Sandra Loosemore  <sandra@codesourcery.com>
20282         * doc/invoke.texi (Option Summary): Reclassify -fuse-ld as a linker
20283         option.
20284         (Optimization Options): Move -fuse-ld documentation to...
20285         (Link Options): ...here.
20287 2015-01-14  Matthew Fortune  <matthew.fortune@imgtec.com>
20289         * config/mips/constraints.md (ZC): Add support for R6 LL/SC
20290         offsets.
20291         (ZD): Update to use ISA_HAS_9BIT_DISPLACEMENT.
20292         * config/mips/mips.h (ISA_HAS_PREFETCH_9BIT): Rename to...
20293         (ISA_HAS_9BIT_DISPLACEMENT): ... this. New macro.
20294         * config/mips/sync.md (sync_compare_and_swap<mode>): Use ZC
20295         instead of ZR for the memory operand of LL/SC.
20296         (compare_and_swap_12, sync_add<mode>): Likewise.
20297         (sync_<optab>_12, sync_old_<optab>_12): Likewise.
20298         (sync_new_<optab>_12, sync_nand_12): Likewise.
20299         (sync_old_nand_12, sync_new_nand_12): Likewise.
20300         (sync_sub<mode>, sync_old_add<mode>): Likewise.
20301         (sync_old_sub<mode>, sync_new_add<mode>): Likewise.
20302         (sync_new_sub<mode>, sync_<optab><mode>): Likewise.
20303         (sync_old_<optab><mode>, sync_new_<optab><mode>"): Likewise.
20304         (sync_nand<mode>, sync_old_nand<mode>): Likewise.
20305         (sync_new_nand<mode>, sync_lock_test_and_set<mode>): Likewise.
20306         (test_and_set_12, atomic_compare_and_swap<mode>): Likewise.
20307         (atomic_exchange<mode>_llsc, atomic_fetch_add<mode>_llsc): Likewise.
20308         * doc/md.texi (ZC): Update description.
20310 2015-01-14  Andrew MacLeod  <amacleod@redhat.com>
20312         * builtins.c (expand_builtin_atomic_exchange): Remove error when
20313         memory model is CONSUME.
20314         (expand_builtin_atomic_compare_exchange, expand_builtin_atomic_load,
20315         expand_builtin_atomic_store): Change invalid memory model errors to
20316         warnings.
20317         (expand_builtin_atomic_clear): Change invalid model errors to warnings
20318         and issue warning for CONSUME.
20320 2015-01-14  Aldy Hernandez  <aldyh@redhat.com>
20322         * lto-cgraph: Update function comments for
20323         lto_symtab_encoder_encode_*.
20325 2015-01-14  Ilya Verbin  <ilya.verbin@intel.com>
20327         * Makefile.in (site.exp): Do not set ENABLE_LTO.
20329 2015-01-14  Ilya Verbin  <ilya.verbin@intel.com>
20331         * cgraphunit.c (ipa_passes): Remove argument from ipa_write_summaries.
20332         * lto-cgraph.c (select_what_to_stream): Remove argument, use
20333         lto_stream_offload_p instead.
20334         * lto-streamer.h (select_what_to_stream): Remove argument.
20335         * passes.c (ipa_write_summaries): Likewise.
20336         * tree-pass.h (ipa_write_summaries): Likewise.
20338 2015-01-14  Richard Biener  <rguenther@suse.de>
20340         PR tree-optimization/59354
20341         * tree-vect-slp.c (vect_build_slp_tree_1): Treat loads from
20342         groups larger than the slp group size as having gaps.
20344 2015-01-14  Andrew MacLeod  <amacleod@redhat.com>
20346         PR middle-end/59448
20347         * builtins.c (get_memmodel): Promote consume to acquire always.
20349 2015-01-14  Ilya Tocar  <ilya.tocar@intel.com>
20351         PR target/64386
20352         * config/i386/i386.c (ix86_expand_sse_cmp): Handle V64QImode,
20353         V32HImode.
20355 2015-01-14  Ilya Tocar  <ilya.tocar@intel.com>
20357         PR target/64393
20358         * common/config/i386/i386-common.c (OPTION_MASK_ISA_AVX512VBMI_SET):
20359         Enable AVX512BW.
20360         (OPTION_MASK_ISA_AVX512BW_UNSET): Disable AVX512VBMI.
20361         * config/i386/i386.c (ix86_hard_regno_mode_ok): Don't check
20362         AVX512VBMI, as it implies AVX512BW.
20364 2015-01-14  Ilya Tocar  <ilya.tocar@intel.com>
20366         PR target/64387
20367         * config/i386/sse.md (vec_unpacks_hi_v8sf): Fix predicate.
20368         (vec_unpacks_hi_v16sf): Ditto.
20370 2015-01-14  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
20372         * config/aarch64/arm_neon.h: Error out if AdvancedSIMD
20373         is not available.
20375 2015-01-14  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
20377         * doc/invoke.texi (mapcs): Mention deprecation.
20378         (mapcs-frame): Likewise.
20380 2015-01-14  Thomas Preud'homme  <thomas.preudhomme@arm.com>
20382         PR target/64453
20383         * config/arm/arm.c (callee_saved_reg_p): Define.
20384         (arm_compute_save_reg0_reg12_mask): Use callee_saved_reg_p to check if
20385         register is callee saved instead of !call_used_regs[reg].
20386         (thumb1_compute_save_reg_mask): Likewise.
20388 2015-01-14  Hale Wang  <hale.wang@arm.com>
20390         * config/arm/arm.c: Tune the max_cond_insns/branch_cost for
20391         Cortex-M7.
20393 2015-01-14  Richard Biener  <rguenther@suse.de>
20395         PR lto/64415
20396         * tree-inline.c (insert_debug_decl_map): Check destination
20397         function MAY_HAVE_DEBUG_STMTS.
20398         (insert_init_debug_bind): Likewise.
20399         (insert_init_stmt): Remove redundant check.
20400         (remap_gimple_stmt): Drop debug stmts if the destination
20401         function has var-tracking assignments disabled.
20403 2015-01-14  Martin Liska  <mliska@suse.cz>
20405         * ipa-icf-gimple.c (func_checker::compare_operand): Add support for
20406         IMAGPART_EXPR and REALPART_EXPR and fix BIT_FIELD_REF comparison.
20408 2015-01-14  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
20410         PR target/64460
20411         * config/arm/arm.md (*<arith_shift_insn>_multsi): Set 'shift' to 2.
20412         (*<arith_shift_insn>_shiftsi): Set 'shift' attr to 3.
20414 2015-01-14  Matthew Fortune  <matthew.fortune@imgtec.com>
20416         * config/mips/mips.h (MIPS_ISA_LEVEL_SPEC): Only infer an ISA
20417         level from an ARCH; do not inject the default.
20418         (MIPS_DEFAULT_ISA_LEVEL_SPEC): New macro split out from
20419         MIPS_ISA_LEVEL_SPEC.
20420         (MIPS_ISA_NAN2008_SPEC): Update comment.
20421         (BASE_DRIVER_SELF_SPECS): Likewise.
20422         * config/mips/elfoabi.h (DRIVER_SELF_SPECS): Add
20423         MIPS_DEFAULT_ISA_LEVEL_SPEC.
20424         * config/mips/mti-elf.h (DRIVER_SELF_SPECS): Likewise.
20425         * config/mips/mti-linux.h (DRIVER_SELF_SPECS): Likewise.
20426         * config/mips/sde.h (DRIVER_SELF_SPECS): Likewise.
20428 2015-01-14  Richard Biener  <rguenther@suse.de>
20430         PR tree-optimization/64493
20431         PR tree-optimization/64495
20432         * tree-vect-loop.c (vect_finalize_reduction): For double-reductions
20433         assign the proper vectorized PHI to the inner loop exit PHIs.
20435 2015-01-14  Joey Ye  <joey.ye@arm.com>
20437         * config/arm/arm.c (arm_compute_save_reg_mask):
20438         Do not save lr in case of tail call.
20439         * config/arm/thumb2.md (*thumb2_pop_single): New pattern.
20441 2015-01-14  Martin Uecker <uecker@eecs.berkeley.edu>
20443         * tree-vrp.c (check_array_ref): Emit more warnings
20444         for warn_array_bounds >= 2.
20445         * common.opt: New option -Warray-bounds=.
20446         * doc/invoke.texi: Document -Warray-bounds=.
20448 2015-01-14  Chung-Ju Wu  <jasonwucj@gmail.com>
20450         * config/nds32/nds32.opt (mforce-fp-as-gp): Remove.
20451         (mforbid-fp-as-gp): Remove.
20452         (mex9): Remove.
20453         * config/nds32/nds32-fp-as-gp.c (nds32_have_prologue_p): Remove.
20454         (nds32_symbol_load_store_p): Remove.
20455         (nds32_fp_as_gp_check_available): Clean up implementation.
20456         * config/nds32/nds32.h (LINK_SPEC): Remove -mforce-as-gp and -mex9
20457         cases.
20458         * config/nds32/nds32.c (nds32_asm_file_start): No need to consider
20459         fp-as-gp and ex9 cases.
20461 2015-01-13  Jan Hubicka  <hubicka@ucw.cz>
20463         * tree-profile.c (init_ic_make_global_vars): Drop workaround
20464         for bintuils bug 14342.
20465         (init_ic_make_global_vars): Likewise.
20466         (gimple_init_edge_profiler): Likewise.
20467         (gimple_gen_ic_func_profiler): Likewise.
20469 2015-01-13  Naveen H.S  <Naveen.Hurugalawadi@caviumnetworks.com>
20471         * ipa-inline.c (inline_small_functions): Swap the operands in
20472         enum.
20474 2015-01-13  Jan Hubicka  <hubicka@ucw.cz>
20476         PR ipa/64481
20477         * ipa-inline-analysis.c (node_growth_cache): Remove.
20478         (initialize_growth_caches): Do not initialize it.
20479         (free_growth_caches): Do not free it.
20480         (do_estimate_growth): Rename to ...
20481         (estimate_growth): ... this one; drop growth cache code.
20482         (growth_likely_positive): Always go the heuristics way.
20483         * ipa-inline.c (can_inline_edge_p): Walk through aliases.
20484         (reset_edge_caches): Do not reset node growth.
20485         (heap_edge_removal_hook): Do not maintain cache.
20486         (inline_small_functions): Likewise; strenghten sanity check.
20487         (ipa_inline): Do not maintain caches.
20488         * ipa-inline.h (node_growth_cache): Remove.
20489         (do_estimate_growth): Remove to ...
20490         (estimate_growth): this one; remove inline version.
20491         (reset_node_growth_cache): Remove.
20493 2015-01-13  Jan Hubicka  <hubicka@ucw.cz>
20495         PR ipa/64565
20496         * ipa-inline.c (inline_small_functions): Update callee keys after
20497         resolving speculation
20498         (inline_small_functions): Always check monotonicity of the queue.
20500 2015-01-13  Marek Polacek  <polacek@redhat.com>
20502         PR middle-end/64391
20503         * trans-mem.c (get_attrs_for): Return NULL_TREE if X is NULL_TREE.
20505 2015-01-13  Jakub Jelinek  <jakub@redhat.com>
20507         PR rtl-optimization/64286
20508         * ree.c (combine_reaching_defs): Move part of comment earlier,
20509         remove !SCALAR_INT_MODE_P check.
20510         (add_removable_extension): Don't add vector mode
20511         extensions if all uses of the source register aren't the same
20512         vector extensions.
20514 2015-01-13  Renlin Li  <renlin.li@arm.com>
20516         * config/arm/arm.h (CLZ_DEFINED_VALUE_AT_ZERO): Return 2.
20517         (CTZ_DEFINED_VALUE_AT_ZERO): Ditto.
20519 2015-01-13  Martin Liska  <mliska@suse.cz>
20521         * ipa-icf.c (sem_function::equals_private): Call new functions
20522         cl_target_option_print_diff and cl_optimization_print_diff.
20523         * optc-save-gen.awk (cl_target_option_print_diff): New function.
20524         (cl_optimization_print_diff): Likewise.
20525         * opth-gen.awk: Likewise.
20527 2015-01-13  Richard Sandiford  <richard.sandiford@arm.com>
20529         * config/aarch64/aarch64.md (subsi3, *subsi3_uxtw, subdi3)
20530         (*sub_<optab><ALLX:mode>_<GPI:mode>, *sub_<optab><SHORT:mode>_si_uxtw)
20531         (*sub_<optab><ALLX:mode>_shft_<GPI:mode>)
20532         (*sub_<optab><SHORT:mode>_shft_si_uxtw, *sub_<optab><mode>_multp2)
20533         (*sub_<optab>si_multp2_uxtw, *sub_uxt<mode>_multp2)
20534         (*sub_uxtsi_multp2_uxtw): Add stack pointer sources.
20536 2015-01-13  Andrew Pinski  <apinski@cavium.com>
20538         * config/aarch64/aarch64.c (fusion_load_store): Check dest mode
20539         instead of src mode.
20541 2015-01-13  Richard Biener  <rguenther@suse.de>
20543         PR lto/64373
20544         * lto-streamer-out.c (tree_is_indexable): Guard for NULL
20545         DECL_CONTEXT.
20547 2015-01-13  Andrew Pinski  <apinski@cavium.com>
20549         * config/aarch64/aarch64.c (aarch64_operands_ok_for_ldpstp): Reject
20550         volatile mems.
20551         (aarch64_operands_adjust_ok_for_ldpstp): Likewise.
20553 2015-01-13  Jakub Jelinek  <jakub@redhat.com>
20555         PR middle-end/63974
20556         * cfgexpand.c (expand_computed_goto): Don't call
20557         convert_memory_address here.
20559 2015-01-13  Richard Biener  <rguenther@suse.de>
20561         PR tree-optimization/64406
20562         * tree-loop-distibution.c (pass_loop_distribution::execute):
20563         Reset the SCEV hashtable if we distributed anything.
20565 2015-01-13  Richard Biener  <rguenther@suse.de>
20567         PR tree-optimization/64404
20568         * tree-vect-stmts.c (vectorizable_load): Reject conflicting
20569         SLP types for CSEd loads.
20571 2015-01-13  Thomas Preud'homme  <thomas.preudhomme@arm.com>
20573         PR tree-optimization/64436
20574         * tree-ssa-math-opts.c (find_bswap_or_nop_1): Move code performing the
20575         merge of two symbolic numbers for a bitwise OR to ...
20576         (perform_symbolic_merge): This. Also fix computation of the range and
20577         end of the symbolic number corresponding to the result of a bitwise OR.
20579 2015-01-13  Richard Biener  <rguenther@suse.de>
20581         PR tree-optimization/64568
20582         * tree-ssa-forwprop.c (pass_forwprop::execute): Properly
20583         release defs of removed stmts, avoid splitting TARGET_MEM_REFs.
20585 2015-01-13  Chung-Ju Wu  <jasonwucj@gmail.com>
20587         * config/nds32/nds32.c (nds32_legitimate_address_p): Consider
20588         TARGET_CMODEL_LARGE and TARGET_CMODEL_MEDIUM cases.
20590 2015-01-13  Chung-Ju Wu  <jasonwucj@gmail.com>
20592         * config/nds32/nds32.h (NDS32_SYMBOL_FLAG_RODATA): Define our own
20593         target-specific symbol_ref flag.
20594         (NDS32_SYMBOL_REF_RODATA_P): Define it to check if the symbol_ref
20595         resides in rodata section.
20596         * config/nds32/nds32.c (TARGET_ENCODE_SECTION_INFO): Define.
20597         (nds32_encode_section_info): New function.
20599 2015-01-13  Chung-Ju Wu  <jasonwucj@gmail.com>
20601         * config/nds32/nds32.md (call): Use pseudo instruction bal which
20602         clobbers TA_REGNUM if large code model is specified.
20603         (call_register): Likewise.
20604         (call_immediate): Likewise.
20605         (call_value): Likewise.
20606         (call_value_register): Likewise.
20607         (call_value_immediate): Likewise.
20609 2015-01-13  Chung-Ju Wu  <jasonwucj@gmail.com>
20611         * config/nds32/nds32.h (TARGET_CMODEL_SMALL): New macro.
20612         (TARGET_CMODEL_MEDIUM): New macro.
20613         (TARGET_CMODEL_LARGE): New macro.
20614         * config/nds32/nds32.c (nds32_asm_file_start): Display corresponding
20615         code model setting in assembly code.
20617 2015-01-13  Chung-Ju Wu  <jasonwucj@gmail.com>
20619         * common/config/nds32/nds32-common.c (TARGET_DEFAULT_TARGET_FLAGS):
20620         Remove MASK_GP_DIRECT flag.
20621         * config/nds32/nds32.h (MULTILIB_DEFAULTS): Have -mcmodel=medium as
20622         one of the multilib default options.
20623         * config/nds32/nds32.opt (mgp-direct): Remove.
20624         * config/nds32/t-mlibs (MULTILIB_OPTIONS): Use -mcmodel instead of
20625         -mgp-direct.  We also remove unnecessary -mlittle-endian/-mbig-endian.
20627 2015-01-13  Chung-Ju Wu  <jasonwucj@gmail.com>
20629         * config/nds32/nds32.opt (mcmodel): Add new option.
20630         * config/nds32/nds32-opts.h (nds32_cmodel_type): Add new enum type
20631         to describe code model.
20633 2015-01-13  Oleg Endo  <olegendo@gcc.gnu.org>
20635         PR target/64479
20636         * rtlanal.c (set_reg_p): Handle SEQUENCE constructs.
20638 2015-01-12  Kaz Kojima  <kkojima@gcc.gnu.org>
20640         * config/sh/sh.c (sh_atomic_assign_expand_fenv): New function.
20641         (TARGET_ATOMIC_ASSIGN_EXPAND_FENV): Define.
20642         (sh_builtin_get_fpscr, sh_builtin_set_fpscr): New variables.
20643         (sh_init_builtins): Record decls for __builtin_sh_get_fpscr and
20644         __builtin_sh_set_fpscr.
20646 2015-01-12  Sandra Loosemore  <sandra@codesourcery.com>
20648         * doc/invoke.texi ([-Wsuggest-attribute=]): Don't use parentheses
20649         after a funtion name just to indicate it is a function.
20650         ([-fsanitize-undefined-trap-on-error]): Likewise.
20651         ([-fdbg-cnt=]): Likewise.
20652         ([-mmemcpy]): Likewise.
20653         ([-mflush-func]): Likewise.
20654         ([-msynci]): Likewise.
20656 2015-01-12  Sandra Loosemore  <sandra@codesourcery.com>
20658         * doc/invoke.texi ([-Wbad-function-cast]): Rewrite to avoid confusing
20659         example.
20661 2015-01-12  Jakub Jelinek  <jakub@redhat.com>
20663         PR tree-optimization/64563
20664         * tree-vrp.c (vrp_evaluate_conditional): Check for VR_RANGE
20665         instead of != VR_VARYING.
20667         PR target/64513
20668         * config/i386/i386.c (ix86_expand_prologue): Add
20669         REG_FRAME_RELATED_EXPR to %rax and %r10 pushes.
20671         PR tree-optimization/64454
20672         * tree-vrp.c (simplify_div_or_mod_using_ranges): Optimize
20673         op0 % op1 into op0 if op0 is in range [-op1 + 1, op1 - 1]
20674         for signed or [0, op1 - 1] for unsigned modulo.
20675         (simplify_stmt_using_ranges): Call simplify_div_or_mod_using_ranges
20676         even if op1 does not satisfy integer_pow2p.
20678         PR other/64370
20679         * sreal.c (sreal::to_double): Use ldexp instead of scalbnl.
20681 2015-01-12  Jeff Law  <law@redhat.com>
20683         PR target/64461
20684         * config/m68k/m68k.md (truncsiqi2): Disable for TARGET_COLDFIRE.
20685         (trunchiqi2, truncsihi2): Similarly.
20687         * config/h8300/h8300.c (Fpa): Use RTX_FRAME_RELATED_P directly
20688         rather than calling F.
20690 2015-01-12  Bernd Edlinger  <bernd.edlinger@hotmail.de>
20692         * tsan.c (instrument_expr): Use force_gimple_operand.
20693         Use may_be_nonaddressable_p instead of is_gimple_addressable.
20695 2015-01-12  Richard Biener  <rguenther@suse.de>
20697         PR tree-optimization/64530
20698         * tree-loop-distribution.c (pg_add_dependence_edges): Shuffle
20699         back dr1.
20701 2015-01-12  Richard Biener  <rguenther@suse.de>
20703         PR middle-end/64357
20704         * tree-cfg.c (gimple_can_merge_blocks_p): Protect simple
20705         latches properly.
20707 2015-01-12  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
20709         * config/arm/arm.c (arm_cortex_a12_tune): Update entries to match
20710         Cortex-A17 tuning parameters.
20711         * config/arm/arm-cores.def (cortex-a12): Schedule for cortex-a17.
20713 2015-01-12  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
20715         * config/arm/arm-protos.h (tune_params): Add fuseable_ops field.
20716         * config/arm/arm.c (arm_macro_fusion_p): New function.
20717         (arm_macro_fusion_pair_p): Likewise.
20718         (TARGET_SCHED_MACRO_FUSION_P): Define.
20719         (TARGET_SCHED_MACRO_FUSION_PAIR_P): Likewise.
20720         (ARM_FUSE_NOTHING): Likewise.
20721         (ARM_FUSE_MOVW_MOVT): Likewise.
20722         (arm_slowmul_tune, arm_fastmul_tune, arm_strongarm_tune,
20723         arm_xscale_tune, arm_9e_tune, arm_v6t2_tune, arm_cortex_tune,
20724         arm_cortex_a8_tune, arm_cortex_a7_tune, arm_cortex_a15_tune,
20725         arm_cortex_a53_tune, arm_cortex_a57_tune, arm_cortex_a9_tune,
20726         arm_cortex_a12_tune, arm_v7m_tune, arm_v6m_tune, arm_fa726te_tune
20727         arm_cortex_a5_tune): Specify fuseable_ops value.
20729 2015-01-12  H.J. Lu  <hongjiu.lu@intel.com>
20731         PR bootstrap/64561
20732         * configure.ac (HAVE_LD_PIE_COPYRELOC): Update Linux/x86-64 linker
20733         test for PIE with copy reloc.
20734         * configure: Regenerated.
20736 2015-01-12  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
20738         * config/arm/arm.c (arm_load_tp): Use R0_REGNUM instead of constant 0
20739         in gen_rtx_REG.
20740         (arm_tls_descseq_addr): Likewise.
20741         (arm_gen_movmemqi): Likewise.
20742         (arm_expand_epilogue_apcs_frame): Likewise.
20743         (arm_expand_epilogue): Likewise.
20744         (arm_expand_prologue): Likewise.  Use R1_REGNUM instead of constant 1
20745         in gen_rtx_REG.
20747 2015-01-12  Martin Liska  <mliska@suse.cz>
20749         PR ipa/64550
20750         * ipa-icf-gimple.c (func_checker::compare_memory_operand): Compare
20751         volatility for correct operands.
20753 2015-01-12  Martin Liska  <mliska@suse.cz>
20755         * ipa-icf.c (sem_function::equals_wpa): Add indirect_calls as
20756         indication that a function is not leaf.
20757         (sem_function::compare_polymorphic_p): Likewise.
20759 2015-01-12  Prathamesh Kulkarni  <prathamesh.kulkarni@linaro.org>
20761         * config/visium/visium.c: Add includes hashtab.h, hash-set.h,
20762         machmode.h, input.h, statistics.h, vec.h, double-int.h, real.h,
20763         fixed-value.h, alias.h, symtab.h, tree-core.h, wide-int.h, inchash.h,
20764         fold-const.h, tree-check.h.
20766 2015-01-12  Jan Hubicka  <hubicka@ucw.cz>
20768         PR ipa/63967
20769         PR ipa/64425
20770         * ipa-inline.c (compute_uninlined_call_time,
20771         compute_inlined_call_time): Use counts for extra precision when
20772         needed possible.
20773         (big_speedup_p): Fix formating.
20774         (RELATIVE_TIME_BENEFIT_RANGE): Remove.
20775         (relative_time_benefit): Remove.
20776         (edge_badness): Turn DECL_DISREGARD_INLINE_LIMITS into hint;
20777         merge guessed and read profile paths.
20778         (inline_small_functions): Count only !optimize_size functions into
20779         initial size; be more lax about sanity check when profile is used;
20780         be sure to update inlined function profile when profile is read.
20782 2015-01-12  Jan Hubicka  <hubicka@ucw.cz>
20784         PR ipa/63470
20785         * ipa-inline-analysis.c (inline_edge_duplication_hook): Adjust
20786         cost when edge becomes direct.
20787         * ipa-prop.c (make_edge_direct): Do not adjust when speculation
20788         is resolved or when introducing new speculation.
20790 2015-01-12  Chen Gang  <gang.chen.5i5j@gmail.com>
20792         PR ipa/64551
20793         PR ipa/64552
20794         * ipa-icf.c (sem_function::equals_private): Use '&&' instead of
20795         '||' to fix typo issue.
20797         * gcc/tree.h (target_opts_for_fn): Check NULL_TREE since it can
20798         accept and return NULL.
20800 2015-01-12  Martin Liska  <mliska@suse.cz>
20802         * cgraph.c (cgraph_edge::remove_callee): Move function to header
20803         file for being inlined.
20804         (cgraph_set_edge_callee): Delete.
20805         (cgraph_edge::redirect_callee): Move function to header file
20806         for being inlined.
20807         (cgraph_edge::make_direct): Use new function.
20808         (cgraph_edge::dump_edge_flags): New function created from
20809         static dump_edge_flags function.
20810         (cgraph_node::dump): Use new function.
20811         (cgraph_edge::verify_count_and_frequency): New function created
20812         from verify_edge_count_and_frequency.
20813         (cgraph_edge::verify_corresponds_to_fndecl): New function created
20814         from verify_edge_corresponds_to_fndecl.
20815         (verify_edge_corresponds_to_fndecl): Delete.
20816         (cgraph_node::verify_node): Use new function.
20817         * cgraph.h (cgraph_edge::set_callee): New function.
20818         (cgraph_edge::dump_edge_flags): Likewise.
20819         (cgraph_edge::verify_corresponds_to_fndecl): Likewise.
20821 2015-01-11  Jan Hubicka  <hubicka@ucw.cz>
20823         * ipa-utils.c (estimate_function_body_sizes): Do not
20824         free node params when called late with early=true.
20826 2015-01-11  James Greenhalgh  <james.greenhalgh@arm.com>
20828         * doc/md.texi (Instruction Patterns): Rewrite text for
20829         clarity.
20830         (Example): Likewise.
20832 2015-01-10  Sandra Loosemore  <sandra@codesourcery.com>
20834         * doc/invoke.texi (Option Summary): Break long lines.
20835         [(-fdiagnostics-color)]: Put long literal in @smallexample
20836         instead of inline.
20837         [(-fsanitize-recover)]: Likewise.
20838         [(-fdump-rtl-split*)]: Rewrite to fix over-full hbox.
20839         [(-ffast-math)]: Likewise.
20840         [(--param max-inline-insns-recursive)]: Likewise.
20841         [(--param max-inline-recursive-depth)]: Likewise.
20842         [(-mno-text-section-literals)]: Likewise.
20844 2015-01-10  Thomas Schwinge  <thomas@codesourcery.com>
20846         * doc/install.texi: Update for libgomp being renamed from "GNU
20847         OpenMP Runtime Library" to "GNU Offloading and Multi Processing
20848         Runtime Library".
20849         * doc/sourcebuild.texi: Likewise.
20851 2015-01-10  Anthony Green  <green@moxielogic.com>
20853         * config/moxie/moxie.c (moxie_option_override): Fix forcing of
20854         mul.x availability for moxiebox configuration.
20856 2015-01-09  Anthony Green  <green@moxielogic.com>
20858         * config/moxie/moxie.md: Tabify assembly output.
20860 2015-01-09  Anthony Green  <green@moxielogic.com>
20862         * config/moxie/moxie.md (CC_REG): Correct register definition.
20864 2015-01-09  Sandra Loosemore  <sandra@codesourcery.com>
20866         * doc/invoke.texi ([-fvtable-verify]): Copy-edit and fix markup.
20867         ([-fvtv-debug], [-fvtv-counts]): Likewise.  Correct location
20868         of log files.
20870 2015-01-09  Andreas Tobler  <andreast@gcc.gnu.org>
20872         * config/arm/arm.h (MAX_SYNC_LIBFUNC_SIZE): Delete semicolon.
20874 2015-01-09  Bernd Schmidt  <bernds@codesourcery.com>
20875             Jakub Jelinek  <jakub@redhat.com>
20877         PR middle-end/64412
20878         * lto-streamer.h (lto_stream_offload_p): New declaration.
20879         * lto-streamer.c (lto_stream_offload_p): New variable.
20880         * cgraphunit.c (ipa_passes): Set lto_stream_offload_p
20881         at the same time as section_name_prefix.
20882         * lto-streamer-out.c (hash_tree): Don't hash TREE_TARGET_OPTION
20883         if lto_stream_offload_p.
20884         * tree-streamer-out.c (streamer_pack_tree_bitfields): Don't
20885         stream TREE_TARGET_OPTION if lto_stream_offload_p.
20886         (write_ts_function_decl_tree_pointers): Don't
20887         stream DECL_FUNCTION_SPECIFIC_TARGET if lto_stream_offload_p.
20888         * tree-streamer-in.c (unpack_value_fields): Don't stream
20889         TREE_TARGET_OPTION in if ACCEL_COMPILER.
20890         (lto_input_ts_function_decl_tree_pointers): Don't stream
20891         DECL_FUNCTION_SPECIFIC_TARGET in if ACCEL_COMPILER.
20892         * lto-opts.c (lto_write_options): Use lto_stream_offload_p
20893         instead of section_name_prefix string comparisons.
20895 2015-01-09  Jakub Jelinek  <jakub@redhat.com>
20897         PR rtl-optimization/64536
20898         * cfgrtl.c (rtl_tidy_fallthru_edge): Handle removal of degenerate
20899         tablejumps.
20901 2015-01-09  Michael Collison  <michael.collison@linaro.org>
20903         PR tree-optimization/64322
20904         * tree-vrp.c (extract_range_from_binary_expr_1): Attempt to derive
20905         range for RSHIFT_EXPR even if vr0 range is not VR_RANGE or is symbolic.
20907 2015-01-09  Tom de Vries  <tom@codesourcery.com>
20909         PR rtl-optimization/64539
20910         * regcprop.c (kill_clobbered_values): Factor out of ...
20911         (copyprop_hardreg_forward_1): ... here.  Use kill_clobbered_values
20912         instead of note_stores with kill_clobbered_value.
20914 2015-01-09  Andreas Tobler  <andreast@gcc.gnu.org>
20916          * ginclude/unwind-arm-common.h: Revert previous commit.
20918 2015-01-09  Andreas Tobler  <andreast@gcc.gnu.org>
20920         * config.gcc (arm*-*-freebsd*): New configuration.
20921         * config/arm/freebsd.h: New file.
20922         * config.host: Add extra components for arm*-*-freebsd*.
20923         * config/arm/arm.h: Introduce MAX_SYNC_LIBFUNC_SIZE.
20924         * config/arm/arm.c (arm_init_libfuncs): Use MAX_SYNC_LIBFUNC_SIZE.
20926 2015-01-09  Sebastian Huber  <sebastian.huber@embedded-brains.de>
20928         * config/rs6000/rtems.h (CPP_OS_RTEMS_SPEC): Define __PPC_CPU_E6500__
20929         for -mcpu=e6500.
20930         * config/rs6000/t-rtems: Add e6500 multilibs.
20932 2015-01-09  Sebastian Huber  <sebastian.huber@embedded-brains.de>
20934         * config/rs6000/t-rtems: Add -mno-spe to soft-float multilib for
20935         MPC8540.
20937 2015-01-09  Sebastian Huber  <sebastian.huber@embedded-brains.de>
20939         * config/rs6000/t-rtems: Use MULTILIB_REQUIRED instead of
20940         MULTILIB_EXCEPTIONS.
20942 2015-01-09  Sebastian Huber  <sebastian.huber@embedded-brains.de>
20944         * config/arm/t-rtems: Use MULTILIB_REQUIRED instead of
20945         MULTILIB_EXCEPTIONS.
20947 2015-01-09  Sebastian Huber  <sebastian.huber@embedded-brains.de>
20949         * config/arm/t-rtems-eabi: Rename to...
20950         * config/arm/t-rtems: ...this.
20951         * config/arm/rtems-eabi.h: Rename to...
20952         * config/arm/rtems.h: ...this.
20953         * config.gcc (arm*-*-rtems*): Reflect changes above.
20955 2015-01-09  Richard Biener  <rguenther@suse.de>
20957         PR tree-optimization/64410
20958         * tree-ssa.c (non_rewritable_lvalue_p): Allow REALPART/IMAGPART_EXPR
20959         on the LHS.
20960         (execute_update_addresses_taken): Deal with that.
20961         * tree-ssa-forwprop.c (pass_forwprop::execute): Use component-wise
20962         loads/stores for complex variables.
20964 2015-01-09  Martin Liska  <mliska@suse.cz>
20966         * ipa-icf-gimple.c (func_checker::compare_ssa_name): Enhance SSA
20967         name comparison.
20968         (func_checker::compare_memory_operand): New function.
20969         (func_checker::compare_operand): Split case to newly
20970         added functions.
20971         (func_checker::compare_cst_or_decl): New function.
20972         (func_checker::compare_gimple_call): Identify
20973         memory operands.
20974         (func_checker::compare_gimple_assign): Likewise.
20975         * ipa-icf-gimple.h: New function.
20977 2015-01-09  Martin Liska  <mliska@suse.cz>
20979         PR ipa/64503
20980         * sreal.c (sreal::dump): Change unsigned format to signed for
20981         m_exp value.
20982         (sreal::to_double): Replace exp2 with scalbln.
20984 2015-01-09  Martin Liska  <mliska@suse.cz>
20986         * cgraphunit.c (cgraph_node::create_wrapper): Fix level of indentation.
20987         * ipa-icf.c (sem_function::equals_private): Add support for target and
20988         (sem_item_optimizer::merge_classes): Remove redundant function
20989         optimization flags comparison.
20990         * tree.h (target_opts_for_fn): New function.
20992 2015-01-09  Tom de Vries  <tom@codesourcery.com>
20994         * omp-low.c (expand_omp_for_static_chunk): Fix assert.
20996 2015-01-09  Kito Cheng  <kito@0xlab.org>
20998         PR rtl-optimization/64348
20999         * lra-constraints.c (split_reg): Fix caller-save store/restore
21000         instruction generation.
21002 2015-01-08  John David Anglin  <danglin@gcc.gnu.org>
21004         PR gcov-profile/61790
21005         * gcov-tool.c (do_rewrite): Use strtoll instead of atoll if host has
21006         long long.  Fallback to int64_t if host doesn't have long long and
21007         use strtol if int64_t is long.  Otherwise, use sscanf for conversion.
21009 2015-01-08  Jakub Jelinek  <jakub@redhat.com>
21011         PR tree-optimization/63989
21012         * params.def (PARAM_MAX_TRACKED_STRLENS): Increment default
21013         from 1000 to 10000.
21014         * tree-ssa-strlen.c (get_strinfo): Moved earlier.
21015         (get_stridx): If we don't have a record for certain SSA_NAME,
21016         but it is POINTER_PLUS_EXPR of some SSA_NAME we do with
21017         constant offset, call get_stridx_plus_constant.
21018         (get_stridx_plus_constant): New function.
21019         (zero_length_string): Don't use get_stridx here.
21021         PR target/55023
21022         PR middle-end/64388
21023         * dse.c (struct insn_info): Mention frame_read set also
21024         before reload for tail calls on some targets.
21025         (scan_insn): Revert 2014-12-22 change.  Set frame_read
21026         also before reload for tail calls if
21027         HARD_FRAME_POINTER_IS_ARG_POINTER.  Call add_wild_read
21028         instead of add_non_frame_wild_read for non-const/memset
21029         tail calls after reload.
21031 2015-01-08  Jason Merrill  <jason@redhat.com>
21033         * ubsan.c (do_ubsan_in_current_function): New.
21034         (pass_ubsan::gate): Use it.
21035         * ubsan.h: Declare it.
21036         * convert.c (convert_to_integer): Use it.
21038 2015-01-08  Jakub Jelinek  <jakub@redhat.com>
21040         PR target/64338
21041         * config/i386/i386.c (ix86_expand_int_movcc): Don't reverse
21042         compare_code when it is unconditionally overwritten afterwards.
21043         Use ix86_reverse_condition instead of reverse_condition.  Don't
21044         change code if *reverse_condition* returned UNKNOWN and don't
21045         swap ct/cf and negate diff in that case.
21047 2015-01-08  Mike Stump  <mikestump@comcast.net>
21049         * tsan.c (pass_tsan::gate): Add no_sanitize_thread support.
21050         (pass_tsan_O0::gate): Likewise.
21051         * extend.texi (Function Attributes): Add no_sanitize_thread
21052         documentation.
21054 2015-01-08  Thomas Schwinge  <thomas@codesourcery.com>
21056         * builtins.def (DEF_GOMP_BUILTIN): Also consider flag_offload_abi
21057         for registering builtins.
21058         * config/i386/intelmic-mkoffload.c (prepare_target_image): Don't
21059         add -fopenmp to the argv_obstack used when invoking
21060         compile_for_target.
21062         * config/i386/intelmic-mkoffload.c (compile_for_target): Always
21063         add "-m32" or "-m64" to argv_obstack.
21064         (generate_host_descr_file): Likewise, when invoking host_compiler.
21065         (main): Always add "-m elf_i386" or "-m elf_x86_64" when invoking
21066         ld.
21068 2015-01-08  Oleg Endo  <olegendo@gcc.gnu.org>
21070         * config/sh/sh-mem.cc: Use constant as second operand when emitting
21071         tstsi_t insns.
21073 2015-01-08  Oleg Endo  <olegendo@gcc.gnu.org>
21075         PR target/55212
21076         * config/sh/sh.md (*addsi3_compact): Emit reg-reg copy instead of
21077         constant load if constant operand fits into I08.
21079 2015-01-08  Jakub Jelinek  <jakub@redhat.com>
21081         PR sanitizer/64336
21082         * tree.c (build2_stat): Fix up initialization of TREE_READONLY
21083         and TREE_THIS_VOLATILE for MEM_REFs.
21084         (build5_stat): Fix up initialization of TREE_READONLY and
21085         TREE_THIS_VOLATILE for TARGET_MEM_REFs.
21087 2015-01-08  Kaz Kojima  <kkojima@gcc.gnu.org>
21089         PR target/64533
21090         * config/sh/sh.md (*addsi3_compact): Use u constraint instead
21091         of r for the second alternative of the destination operand.
21093 2015-01-07  Segher Boessenkool  <segher@kernel.crashing.org>
21095         PR target/36557
21096         * config/rs6000/rs6000.md (*eqsi3_ext<mode>, *nesi3_ext<mode>): New.
21098 2015-01-07  Sandra Loosemore  <sandra@codesourcery.com>
21100         * doc/invoke.texi ([-fvtable-verify]): Fix markup on option
21101         keywords.
21102         ([-fivar-visibility], [-fvisibility]): Likewise.
21104 2015-01-07  Sandra Loosemore  <sandra@codesourcery.com>
21106         * doc/invoke.texi: Fix incorrect uses of @samp markup throughout
21107         the file where @code, @command, etc is more appropriate.
21109 2015-01-06  Sandra Loosemore  <sandra@codesourcery.com>
21111         * doc/invoke.texi (RS/6000 and PowerPC Options): Tidy formatting
21112         of -mrecip= documentation.
21114 2015-01-06  Michael Meissner  <meissner@linux.vnet.ibm.com>
21116         PR target/64505
21117         * config/rs6000/rs6000.c (rs6000_secondary_reload): Return the
21118         correct reload handler if -m32 -mpowerpc64 is used.
21120 2015-01-06  Tom de Vries  <tom@codesourcery.com>
21122         * tree-ssa-tail-merge.c: Fix typo in struct same_succ_def comment.
21124 2015-01-08  Christian Bruel  <christian.bruel@st.com>
21126         PR target/64507
21127         * config/sh/sh-mem.cc (sh_expand_cmpnstr): Check 0 length.
21129 2015-01-06  Thomas Preud'homme  <thomas.preudhomme@arm.com>
21131         PR tree-optimization/63259
21132         * tree-ssa-math-opts.c (pass_optimize_bswap::execute): Stop checking
21133         if optab exists for 16bit byteswap.
21135 2015-01-06  Jakub Jelinek  <jakub@redhat.com>
21137         * opts.c (common_handle_option): Add support for
21138         -fno-sanitize=all and -f{,no-}sanitize-recover=all.
21139         * doc/invoke.texi: Document -fno-sanitize=all,
21140         -f{,no-}sanitize-recover=all.  Document that
21141         -fsanitize=float-cast-overflow is not enabled
21142         by -fsanitize=undefined.  Fix up documentation
21143         of -f{,no-}sanitize-recover.
21145 2015-01-06  Eric Botcazou  <ebotcazou@adacore.com>
21147         * config.gcc: Add Visium support.
21148         * configure.ac: Likewise.
21149         * configure: Regenerate.
21150         * doc/extend.texi (interrupt attribute): Add Visium.
21151         * doc/invoke.texi: Document Visium options.
21152         * doc/install.texi: Document Visium target.
21153         * doc/md.texi: Document Visium constraints.
21154         * common/config/visium: New directory.
21155         * config/visium: Likewise.
21157 2015-01-05  Segher Boessenkool  <segher@kernel.crashing.org>
21159         * simplify-rtx.c (simplify_binary_operation_1): Handle more cases
21160         for the "(and X (ior (not X) Y) -> (and X Y)" transform.
21162 2015-01-05  Segher Boessenkool  <segher@kernel.crashing.org>
21164         * combine.c (combine_validate_cost): Do not count the cost of a
21165         split I2 twice.  Do not display it twice in the dump, either.
21167 2015-01-05  Sandra Loosemore  <sandra@codesourcery.com>
21169         Revert parts of r219199.
21170         * doc/invoke.texi ([-Wliteral-suffix]): Restore markup on
21171         <inttypes.h>.
21172         ([-Wtraditional]): Restore markup on <limits.h>.
21174 2015-01-05  Trevor Saunders  <tsaunders@mozilla.com>
21176         PR c++/31397
21177         * doc/invoke.texi: Document -Wsuggest-override.
21179 2015-01-05  Radovan Obradovic  <radovan.obradovic@imgtec.com>
21181         PR rtl-optimization/64287
21182         * toplev.c (HAVE_epilogue, HAVE_prologue): Provide default.
21183         (process_options): Disable flag_ipa_ra if profiling.
21185 2015-01-05  Eric Botcazou  <ebotcazou@adacore.com>
21187         * config/nds32/nds32-peephole2.md: Do not mention define_peephole.
21189 2015-01-05  Max Filippov  <jcmvbkbc@gmail.com>
21191         * config/xtensa/xtensa.c (hwloop_optimize, hwloop_fail,
21192         hwloop_pattern_reg, xtensa_doloop_hooks, xtensa_reorg_loops):
21193         put under #if TARGET_LOOPS guard.
21195 2015-01-05  Uros Bizjak  <ubizjak@gmail.com>
21197         * config/i386/i386.c (output_387_binary_op): Use std::swap.
21199 2015-01-05  Oleg Endo  <olegendo@gcc.gnu.org>
21201         * rtlanal.c (refers_to_regno_p): Change return value from int to bool.
21202         * rtl.h (refers_to_regno_p): Add overload.
21203         * cse.c: Use it.
21204         * bt-load.c: Likewise.
21205         * combine.c: Likewise.
21206         * df-scan.c: Likewise.
21207         * sched-deps.c: Likewise.
21208         * config/s390/s390.c: Likewise.
21209         * config/m32r/m32r.c: Likewise.
21210         * config/rs6000/spe.md: Likewise.
21211         * config/rs6000/rs6000.c: Likewise.
21212         * config/pa/pa.c: Likewise.
21213         * config/stormy16/stormy16.c: Likewise.
21214         * config/cris/cris.c: Likewise.
21215         * config/arc/arc.md: Likewise.
21216         * config/arc/arc.c: Likewise.
21217         * config/sh/sh.md: Likewise.
21218         * config/sh/sh.c: Likewise.
21219         * config/frv/frv.c: Likewise.
21221 2015-01-05  Jakub Jelinek  <jakub@redhat.com>
21223         PR sanitizer/64265
21224         * gimplify.c (gimplify_function_tree): Add TSAN_FUNC_EXIT internal
21225         call as cleanup of the whole body.
21226         * internal-fn.def (TSAN_FUNC_EXIT): New internal call.
21227         * tsan.c (replace_func_exit): New function.
21228         (instrument_func_exit): Moved earlier.
21229         (instrument_memory_accesses): Adjust TSAN_FUNC_EXIT internal calls.
21230         Call instrument_func_exit if no TSAN_FUNC_EXIT internal calls have
21231         been found.
21232         (tsan_pass): Don't call instrument_func_exit.
21233         * internal-fn.c (expand_TSAN_FUNC_EXIT): New function.
21234         * tree-inline.c (copy_bb): Drop TSAN_FUNC_EXIT internal calls during
21235         inlining.
21237         PR sanitizer/64344
21238         * ubsan.h (ubsan_instrument_float_cast): Add ARG argument.
21239         * ubsan.c (ubsan_instrument_float_cast): Add ARG argument, pass
21240         it to libubsan handler instead of EXPR.  Fold comparisons earlier,
21241         if the result is integer_zerop, return NULL_TREE.
21242         * convert.c (convert_to_integer): Pass expr as ARG.
21244         PR tree-optimization/64465
21245         * tree-inline.c (redirect_all_calls): During inlining
21246         clean up EH stmts and EH edges if redirect_call_stmt_to_callee
21247         changed the stmt to a non-throwing call.
21249 2015-01-05  Sandra Loosemore  <sandra@codesourcery.com>
21251         * doc/invoke.texi: Fix incorrect uses of @code, @option, @samp,
21252         etc markup throughout the file.
21254 2015-01-05  Bernd Edlinger  <bernd.edlinger@hotmail.de>
21256         Enable experimental TSAN support for Ada.
21257         * tsan.c (instrument_expr): Handle VIEW_CONVERT_EXPR.
21259 2015-01-05  Jakub Jelinek  <jakub@redhat.com>
21261         PR tree-optimization/64494
21262         * tree-ssa-loop-im.c (move_computations_dom_walker::before_dom): Also
21263         clear SSA_NAME_ANTI_RANGE_P flag.
21265 2015-01-05  Marek Polacek  <polacek@redhat.com>
21267         * doc/extend.texi (Arrays of Length Zero): Add missing comma.
21269 2015-01-05  Jakub Jelinek  <jakub@redhat.com>
21271         Update copyright years.
21273         * gcc.c (process_command): Update copyright notice dates.
21274         * gcov-dump.c: Ditto.
21275         * gcov.c: Ditto.
21276         * doc/cpp.texi: Bump @copying's copyright year.
21277         * doc/cppinternals.texi: Ditto.
21278         * doc/gcc.texi: Ditto.
21279         * doc/gccint.texi: Ditto.
21280         * doc/gcov.texi: Ditto.
21281         * doc/install.texi: Ditto.
21282         * doc/invoke.texi: Ditto.
21284         * auto-profile.c, auto-profile.h: Fix up Copyright line.
21286 2015-01-04  Sandra Loosemore  <sandra@codesourcery.com>
21288         * doc/invoke.texi ([-fsized-deallocation]): Copy-edit to fix
21289         verb tense, etc.
21290         ([-fvtable-verify], [-fvtv-debug]): Likewise.
21291         ([-Wabi]): Likewise.
21292         ([-fmessage-length]): Likewise.
21293         ([-Wsuggest-final-types], [-Wsuggest-final-methods]): Likewise.
21294         ([-Wno-discarded-qualifiers]): Likewise.
21295         ([-Wnodiscarded-array-qualifiers]): Likewise.
21296         ([-Wno-virtual-move-assign]): Likewise.
21297         ([-fsanitize=address], [-fsanitize=thread]): Likewise.
21298         ([-fsanitize=leak], [-fsanitize=undefined]): Likewise.
21299         ([-fsanitize=unreachable], [-fsanitize-recover]): Likewise.
21300         ([-fsanitize-undefined-trap-on-error]): Likewise.
21301         ([-floop-interchange]): Likewise.
21302         ([-ftree-coalesce-inlined-vars]): Likewise.
21303         ([-fvect-cost-model]): Likewise.
21304         ([-flto]): Likewise.
21305         ([--param]): Likewise.
21306         (Spec Files): Likewise.
21307         ([-mstrict-align]): Likewise.
21308         ([-mfix-cortex-a53-835769]): Likewise.
21309         ([-march], [-mtune]): Likewise.
21310         ([-mpic-register]): Likewise.
21311         ([-munaligned-access]): Likewise.
21312         ([-msp8]): Likewise.
21313         (EIND and Devices with more than 128 Ki Bytes of Flash): Likewise.
21314         (AVR Built-in Macros): Likewise.
21315         ([-mpreferred-stack-boundary]): Likewise.
21316         ([-mtune-crtl]): Likewise.
21317         ([-mashf]): Likewise.
21318         ([-mmcu=]): Likewise.
21319         ([-minrt]): Likewise.
21320         ([-maltivec], [-maltivec=be], [-maltivec=le]): Likewise.
21321         ([-mupper-regs]): Likewise.
21322         ([-matomic-model]): Likewise.
21323         ([-mdiv]): Likewise.
21324         ([-mzdcbranch]): Likewise.
21325         ([-mdisable-callt]): Likewise.
21326         ([-msoft-float]): Likewise.
21327         ([-m8byte-align]): Likewise.
21328         ([-fstack-reuse]): Likewise.
21330 2015-01-03  Sandra Loosemore  <sandra@codesourcery.com>
21332         * doc/invoke.texi ([-fprofile-generate], [-fprofile-use]):
21333         Fix markup, light copy-editing.
21334         ([-fauto-profile]): Rewrite to fix formatting and content
21335         problems.
21337 2015-01-03  Sandra Loosemore  <sandra@codesourcery.com>
21339         * doc/invoke.texi ([-fisolate-erroneous-paths-dereference]):
21340         Copy-edit description.
21341         ([-fisolate-erroneous-paths-attribute]): Likewise.
21342         * common.opt (fisolate-erroneous-paths-dereference):
21343         Copy-edit description.
21344         (fisolate-erroneous-paths-attribute): Likewise.
21346 2015-01-03  Sandra Loosemore  <sandra@codesourcery.com>
21348         * doc/invoke.texi ([-fsemantic-interposition]): Fix typos and
21349         tidy grammar.
21351 2015-01-03  Sandra Loosemore  <sandra@codesourcery.com>
21353         * doc/invoke.texi ([-fplan9-extensions]): Add/fix @opindex.
21354         ([-fvtv-debug]): Likewise.
21355         ([-Wc++-compat]): Likewise.
21356         ([-Wc++11-compat]): Likewise.
21357         ([-Wc++14-compat]): Likewise.
21358         ([-Wno-sized-deallocation]): Likewise.
21359         ([-femit-class-debug-always]): Likewise.
21360         ([-femit-struct-debug-detailed]): Likewise.
21361         ([-fno-keep-inline-dllexport]): Likewise.
21362         ([-fira-algorithm]): Likewise.
21363         ([-fira-region]): Likewise.
21364         ([-flra-remat]): Likewise.
21365         ([-fipa-ra]): Likewise.
21366         ([-fhoist-adjacent-loads]): Likewise.
21367         ([-fisolate-erroneous-paths-dereference]): Likewise.
21368         ([-fisolate-erroneous-paths-attribute]): Likewise.
21369         ([-ftree-switch-conversion]): Likewise.
21370         ([-ftree-tail-merge]): Likewise.
21371         ([-ftree-loop-if-convert]): Likewise.
21372         ([-ftree-loop-if-convert-stores]): Likewise.
21373         ([-ftree-loop-distribution]): Likewise.
21374         ([-ftree-loop-distribute-patterns]): Likewise.
21375         ([-flto-compression-level]): Likewise.
21376         ([-flto-report]): Likewise.
21377         ([-flto-report-wpa]): Likewise.
21378         ([-fuse-linker-plugin]): Likewise.
21379         ([-mfix-cortex-a53-835769]): Likewise.
21380         ([-mno-fix-cortex-a53-835769]): Likewise.
21381         ([-mmmx]...[-mno-3dnow]): Remove the -mno- forms from the
21382         explicit listing; add a note to the discussion indicating they
21383         exist.  Reorder table to group similar options.  Add missing
21384         @opindex entries.  Add @need commands throughout the table to
21385         allow it to be split across multiple pages.
21386         ([-m8bit-idiv]): Fix @opindex.
21387         ([-mavx256-split-unaligned-load]): Likewise.
21388         ([-mavx256-split-unaligned-store]): Likewise.
21389         ([-mstack-protector-guard]): Likewise.
21390         ([-mcpu=]): Likewise.
21391         ([-mcpu]): Likewise.
21392         ([-mpointer-size=]): Likewise.
21394 2015-01-03  John David Anglin  <danglin@gcc.gnu.org>
21396         * config/pa/pa.md (decrement_and_branch_until_zero): Use `Q' constraint
21397         instead of `m' constraint.  Likewise for unnamed movb comparison
21398         patterns using reg_before_reload_operand predicate.
21399         * config/pa/predicates.md (reg_before_reload_operand): Tighten
21400         predicate to reject register index and LO_SUM DLT memory forms
21401         after reload.
21403 2015-01-02  Sandra Loosemore  <sandra@codesourcery.com>
21405         * doc/invoke.texi (Option Summary): Fix spelling of
21406         -fdevirtualize-at-ltrans.
21407         ([-fdevirtualize]): Fix markup.
21408         ([-fdevirtualize-speculatively]): Fix typo.
21409         ([-fdevirtualize-at-ltrans]): Likewise.  Make description less
21410         implementor-speaky.
21411         * common.opt (fdevirtualize-at-ltrans): Likewise.
21412         * ipa-devirt.c: Fix typos in comments throughout the file.
21413         (ipa_devirt): Fix typos in format strings for dump output.
21415 2015-01-02  Sandra Loosemore  <sandra@codesourcery.com>
21417         * doc/invoke.texi ([-fopt-info]): Fix markup, consolidate
21418         discussion of defaults, light copy-editing.
21420 2015-01-02  Bernd Edlinger  <bernd.edlinger@hotmail.de>
21422         * tsan.c (instrument_expr): corrected previous checkin.
21424 2015-01-02  Bernd Edlinger  <bernd.edlinger@hotmail.de>
21426         Instrument bit field and unaligned accesses for TSAN.
21427         * sanitizer.def (BUILT_IN_TSAN_READ_RANGE): New built-in function.
21428         (BUILT_IN_TSAN_WRITE_RANGE): New built-in function.
21429         * tsan.c (instrument_expr): Handle COMPONENT_REF and BIT_FIELD_REF.
21430         Use BUILT_IN_TSAN_READ_RANGE and BUILT_IN_TSAN_WRITE_RANGE for
21431         unaligned memory regions.
21433 2015-01-01  Anthony Green  <green@moxielogic.com>
21435         * config/moxie/predicates.md (moxie_general_movsrc_operand):
21436         Restrict move source register offsets to 16 bits.
21438 Copyright (C) 2015 Free Software Foundation, Inc.
21440 Copying and distribution of this file, with or without modification,
21441 are permitted in any medium without royalty provided the copyright
21442 notice and this notice are preserved.