S/390: Fix cfi for GPR 2 FPR saves
[gcc.git] / gcc / ChangeLog
1 2015-07-24 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
2
3 * config/s390/s390.c (s390_save_gprs_to_fprs): Add CFA_REGISTER
4 reg note to the GPR -> FPR save instructions.
5
6 2015-07-24 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
7
8 * config/s390/s390.c (s390_rtx_costs): Make risbg patterns
9 cheaper.
10 (s390_expand_insv): Don't generate risbg pattern for constant zero
11 sources.
12 * config/s390/s390.md ("*insv<mode>_zEC12_appendbitsleft")
13 ("*insv<mode>_z10_appendbitsleft"): New pattern definitions. New
14 splitters.
15
16 2015-07-24 Dominik Vogt <vogt@linux.vnet.ibm.com>
17
18 * config/s390/s390.c (s390_reorg): Clean up handling of processors
19 with
20 -mtune=
21 (s390_issue_rate): Likewise.
22 (s390_sched_reorder): Likewise.
23 (s390_sched_variable_issue): Likewise.
24 (s390_loop_unroll_adjust): Likewise.
25 (s390_option_override): Likewise.
26
27 2015-07-24 Dominik Vogt <vogt@linux.vnet.ibm.com>
28
29 * config/s390/driver-native.c (s390_host_detect_local_cpu): Handle
30 processor capabilities with -march=native.
31 * config/s390/s390.h (MARCH_MTUNE_NATIVE_SPECS): Likewise.
32 (DRIVER_SELF_SPECS): Likewise. Join specs for 31 and 64 bit.
33 (S390_TARGET_BITS_STRING): Macro to simplify specs.
34
35 2015-07-24 Dominik Vogt <vogt@linux.vnet.ibm.com>
36
37 * config/s390/s390.c (s390_issue_rate): Handle
38 PROCESSOR_2094_Z9_EC.
39 (s390_option_override): Likewise.
40 (s390_adjust_priority): Likewise.
41
42 2015-07-24 Dominik Vogt <vogt@linux.vnet.ibm.com>
43
44 * config/s390/s390.h: S390: Do not define EXTRA_SPEC_FUNCTIONS
45 when cross compiling.
46
47 2015-07-24 Richard Biener <rguenther@suse.de>
48
49 * fold-const.c (maybe_canonicalize_comparison_1): Move
50 A code CST canonicalization ...
51 * match.pd: ... to a pattern here.
52
53 2015-07-24 Jiong Wang <jiong.wang@arm.com>
54
55 Revert:
56 2015-07-22 Jiong Wang <jiong.wang@arm.com>
57 PR target/63521
58 * config/aarch64/aarch64.h (REG_ALLOC_ORDER): Define.
59 (HONOR_REG_ALLOC_ORDER): Define.
60
61 2015-07-24 Richard Biener <rguenther@suse.de>
62
63 * genmatch.c (add_operator): Allow SSA_NAME as predicate.
64 * fold-const.c (fold_comparison): Move parameter does not
65 alias &local simplification ...
66 * match.pd: ... as a pattern here.
67
68 2015-07-24 Richard Biener <rguenther@suse.de>
69
70 * gimple-fold.c (replace_stmt_with_simplification): Special-case
71 valueizing call operands.
72 * gimple-match-head.c (maybe_push_res_to_seq): Take
73 number of call arguments from ops array.
74 (do_valueize): New function.
75 (gimple_simplify): Return true if valueization changed
76 any operand even if the result didn't simplify further.
77
78 2015-07-24 Naveen H.S <Naveen.Hurugalawadi@caviumnetworks.com>
79
80 PR middle-end/25530
81 * match.pd (mult (trunc_div @0 integer_pow2p@1) @1) : New simplifier.
82
83 2015-07-24 Naveen H.S <Naveen.Hurugalawadi@caviumnetworks.com>
84
85 PR middle-end/25529
86 * match.pd (trunc_div (mult @0 integer_pow2p@1) @1) : New simplifier.
87
88 2015-07-23 Kugan Vivekanandarajah <kuganv@linaro.org>
89
90 * config/arm/arm.c (arm_emit_movpair): Add REG_EQUAL notes to
91 instruction.
92
93 2015-07-23 Kugan Vivekanandarajah <kuganv@linaro.org>
94
95 * cse.c (cse_insn): Fix missing check for STRICT_LOW_PART and minor
96 clean up.
97
98 2015-07-23 Uros Bizjak <ubizjak@gmail.com>
99
100 * config/i386/i386.c (ix86_build_builtin_va_list_64): Rename
101 from ix86_build_builtin_va_list_abi. Handle only 64bit non-MS_ABI
102 targets here.
103 (ix86_build_builtin_va_list): Rewrite sysv_va_list_type_node and
104 ms_va_list_type_node initialization.
105
106 2015-07-23 Jeff Law <law@redhat.com>
107
108 PR lto/66752
109 * tree-ssa-threadedge.c (simplify_conrol_stmt_condition): If we are
110 unable to find X NE 0 in the tables, return X as the simplified
111 condition.
112 (fsm_find_control_statement_thread_paths): If nodes in NEXT_PATH are
113 in VISISTED_BBS, then return failure. Else add nodes from NEXT_PATH
114 to VISISTED_BBS. */
115 * tree-ssa-threadupdate.c (duplicate_thread_path): Fix up edge flags
116 after removing the control flow statement and unnecessary edges.
117
118 2015-07-23 Bernd Edlinger <bernd.edlinger@hotmail.de>
119
120 * tree-pass.h (get_current_pass_name): Removed.
121
122 2015-07-23 Alexandre Oliva <aoliva@redhat.com>
123
124 PR rtl-optimization/64164
125 * Makefile.in (OBJS): Drop tree-ssa-copyrename.o.
126 * tree-ssa-copyrename.c: Removed.
127 * opts.c (default_options_table): Drop -ftree-copyrename. Add
128 -ftree-coalesce-vars.
129 * passes.def: Drop all occurrences of pass_rename_ssa_copies.
130 * common.opt (ftree-copyrename): Ignore.
131 (ftree-coalesce-inlined-vars): Likewise.
132 * doc/invoke.texi: Remove the ignored options above.
133 * gimple-expr.h (gimple_can_coalesce_p): Move declaration
134 * tree-ssa-coalesce.h: ... here.
135 * tree-ssa-uncprop.c: Include tree-ssa-coalesce.h and other
136 headers required by it.
137 * gimple-expr.c (gimple_can_coalesce_p): Allow coalescing
138 across variables when flag_tree_coalesce_vars. Check register
139 use and promoted modes to allow coalescing. Moved to
140 tree-ssa-coalesce.c.
141 * tree-ssa-live.c (struct tree_int_map_hasher): Move along
142 with its member functions to tree-ssa-coalesce.c.
143 (var_map_base_init): Likewise. Renamed to
144 compute_samebase_partition_bases.
145 (partition_view_normal): Drop want_bases parameter.
146 (partition_view_bitmap): Likewise.
147 * tree-ssa-live.h: Adjust declarations.
148 * tree-ssa-coalesce.c: Include explow.h.
149 (build_ssa_conflict_graph): Process PARM_ and RESULT_DECLs's
150 default defs at the entry point.
151 (dump_part_var_map): New.
152 (compute_optimized_partition_bases): New, called by...
153 (coalesce_ssa_name): ... when flag_tree_coalesce_vars, instead
154 of compute_samebase_partition_bases. Adjust.
155 * alias.c (nonoverlapping_memrefs_p): Disregard gimple-regs.
156 * cfgexpand.c (leader_merge): New.
157 (get_rtl_for_parm_ssa_default_def): New.
158 (set_rtl): Merge exprs and attrs, even for MEMs and non-SSA
159 vars. Update DECL_RTL for PARM_DECLs and RESULT_DECLs too.
160 (expand_one_stack_var_at): Handle anonymous SSA_NAMEs. Drop
161 redundant MEM attr setting.
162 (expand_one_stack_var_1): Handle anonymous SSA_NAMEs. Renamed
163 from...
164 (expand_one_stack_var): ... this. New wrapper to check and
165 skip already expanded SSA partitions.
166 (record_alignment_for_reg_var): New, factored out of...
167 (expand_one_var): ... this.
168 (expand_one_ssa_partition): New.
169 (adjust_one_expanded_partition_var): New.
170 (expand_one_register_var): Check and skip already expanded SSA
171 partitions.
172 (expand_used_vars): Don't create DECLs for anonymous SSA
173 names. Expand all SSA partitions, then adjust all SSA names.
174 (pass::execute): Replace the loops that set
175 SA.partition_to_pseudo from partition leaders and cleared
176 DECL_RTL for multi-location variables, and that which used to
177 rename vars and set attrs, with one that clears DECL_RTL and
178 checks that PARMs and RESULTs default_defs match DECL_RTL.
179 * cfgexpand.h (get_rtl_for_parm_ssa_default_def): Declare.
180 * emit-rtl.c (set_reg_attrs_for_parm): Handle NULL decl.
181 * explow.c (promote_ssa_mode): New.
182 * explow.h (promote_ssa_mode): Declare.
183 * expr.c (expand_expr_real_1): Handle anonymous SSA_NAMEs.
184 * function.c: Include cfgexpand.h.
185 (use_register_for_decl): Handle SSA_NAMEs, anonymous or not.
186 (use_register_for_parm_decl): Wrapper for the above to
187 special-case the result_ptr.
188 (rtl_for_parm): Ditto for get_rtl_for_parm_ssa_default_def.
189 (split_complex_args): Take assign_parm_data_all argument.
190 Pass it to rtl_for_parm. Set up rtl and context for split
191 args.
192 (assign_parms_augmented_arg_list): Adjust.
193 (maybe_reset_rtl_for_parm): Reset DECL_RTL of parms with
194 multiple locations. Recognize split complex args.
195 (assign_parm_adjust_stack_rtl): Add all and parm arguments,
196 for rtl_for_parm. For SSA-assigned parms, zero stack_parm.
197 (assign_parm_setup_block): Prefer SSA-assigned location.
198 (assign_parm_setup_reg): Likewise. Use entry_parm for equiv
199 if stack_parm is NULL.
200 (assign_parm_setup_stack): Prefer SSA-assigned location.
201 (assign_parms): Maybe reset DECL_RTL of params. Adjust stack
202 rtl before testing for pointer bounds. Special-case result_ptr.
203 (expand_function_start): Maybe reset DECL_RTL of result.
204 Prefer SSA-assigned location for result and static chain.
205 Factor out DECL_RESULT and SET_DECL_RTL.
206 * tree-outof-ssa.c (insert_value_copy_on_edge): Handle
207 anonymous SSA names. Use promote_ssa_mode.
208 (get_temp_reg): Likewise.
209 (remove_ssa_form): Adjust.
210 * stor-layout.c (layout_decl): Don't set mem attributes of
211 non-MEMs.
212 * var-tracking.c (dataflow_set_clear_at_call): Take call_insn
213 and get its reg_usage for reg invalidation.
214 (compute_bb_dataflow): Pass it insn.
215 (emit_notes_in_bb): Likewise.
216
217 2015-07-23 Segher Boessenkool <segher@kernel.crashing.org>
218
219 PR target/66217
220 * config/rs6000/rs6000-protos.h (rs6000_emit_2insn_and): Change
221 prototype.
222 * config/rs6000/rs6000.c (rs6000_emit_dot_insn): New function.
223 (rs6000_emit_2insn_and): Handle dot forms.
224 * config/rs6000/rs6000.md (and<mode>3): Adjust.
225 (*and<mode>3_2insn): Remove TODO. Adjust. Add "type" attr.
226 (*and<mode>3_2insn_dot, *and<mode>3_2insn_dot2): New.
227
228 2015-07-23 Richard Biener <rguenther@suse.de>
229
230 * generic-match-head.c: Include cgraph.h.
231 * gimple-match-head.c: Likewise.
232 * tree-ssa-sccvn.c (free_scc_vn): Guard against newly created
233 SSA names.
234 * fold-const.c (fold_binary_loc): Move &A ==/!= &B simplification...
235 * match.pd: ...to a pattern here. Add &A ==/!= 0 simplification
236 pattern.
237
238 2015-07-23 Richard Biener <rguenther@suse.de>
239
240 * gimple-fold.c (fold_gimple_cond): Do not require folding
241 results to pass valid_gimple_rhs_p.
242 * tree-cfg.h (fold_cond_expr_cond): Remove.
243 * tree-cfg.c (fold_cond_expr_cond): Likewise.
244 (make_edges): Do not call it.
245 * tree-inline.c (tree_function_versioning): Likewise.
246
247 2015-07-23 Tom de Vries <tom@codesourcery.com>
248
249 * tree-parloops.c (gather_scalar_reductions): Add arg to call to
250 vect_force_simple_reduction.
251 * tree-vect-loop.c (vect_analyze_scalar_cycles_1): Same.
252 (vect_is_simple_reduction_1): Add and handle
253 need_wrapping_integral_overflow parameter.
254 (vect_is_simple_reduction, vect_force_simple_reduction): Add and pass
255 need_wrapping_integral_overflow parameter.
256 (vectorizable_reduction): Add arg to call to vect_is_simple_reduction.
257 * tree-vectorizer.h (vect_force_simple_reduction): Add parameter to
258 decl.
259
260 2015-07-23 Yuri Rumyantsev <ysrumyan@gmail.com>
261
262 PR tree-optimization/66926,66951
263 * tree-vect-loop-manip.c (slpeel_tree_peel_loop_to_edge): Delete
264 INNER_LOOP and fix up condition for renaming virtual operands.
265
266 2015-07-23 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
267
268 * combine.c (try_combine): Use std::swap instead of manually
269 swapping.
270
271 2015-07-23 Prachi Godbole <prachi.godbole@imgtec.com>
272
273 * config/mips/i6400.md: New file.
274 * config/mips/mips-cpus.def (mips32r6): Change to PROCESSOR_I6400.
275 (mips64r6): Likewise.
276 (i6400): Define.
277 * config/mips/mips-tables.opt: Regenerate.
278 * config/mips/mips.c (mips_rtx_cost_data): Add I6400 processor.
279 (mips_issue_rate): Add support for i6400.
280 (mips_multipass_dfa_lookahead): Likewise.
281 * config/mips/mips.h (TUNE_I6400): Define.
282 * config/mips/mips.md: Include i6400.md.
283 (processor): Add i6400.
284 * doc/invoke.texi (-march=@var{arch}): Add i6400.
285
286 2015-07-23 Richard Biener <rguenther@suse.de>
287
288 PR middle-end/66916
289 * match.pd: Guard widen and sign-change comparison simplification
290 with single_use.
291
292 2015-07-23 Richard Biener <rguenther@suse.de>
293
294 PR tree-optimization/66945
295 * tree-ssa-propagate.c (substitute_and_fold_dom_walker
296 ::before_dom_children): Force the propagators idea of
297 non-executable edges to materialize, not what the folder
298 chooses.
299
300 2015-07-23 Richard Biener <rguenther@suse.de>
301
302 * gimple.h (gimple_cond_make_false): Use 0 != 0.
303 (gimple_cond_make_true): Use 1 != 0.
304
305 2015-07-22 DJ Delorie <dj@redhat.com>
306
307 * config/msp430/t-msp430 (MULTILIB_DIRNAMES): Remove trailing
308 slashes.
309
310 * config/msp430/msp430.md (ashlhi3): Optimize shifts of subregs.
311 (ashrhi3): Likewise.
312 (lshrhi3): Likewise.
313 (movhi): Take advantage of zero-extend to load small constants.
314 (movpsi): Likewise.
315 (and<mode>3): Likewise.
316 (zero_extendqihi2): Likewise.
317 (zero_extendqisi2): New.
318 * config/msp430/constraints.md (N,O): New.
319 * config/msp430/msp430.h (WORD_REGISTER_OPERATIONS): Define.
320
321 2015-07-22 Uros Bizjak <ubizjak@gmail.com>
322
323 PR target/66954
324 * config/i386/i386.c (get_builtin_code_for_version): Add P_AES
325 to enum feature_priority and feature_list.
326 (fold_builtin_cpu): Add F_AES to enum processor_features
327 and isa_names_table.
328
329 2015-07-22 Ilya Enkovich <enkovich.gnu@gmail.com>
330
331 PR driver/66737
332 * config/i386/linux-common.h (MPX_SPEC): Use linker option
333 for 64bit target only.
334
335 2015-07-22 Bernd Schmidt <bernds@codesourcery.com>
336
337 * config/nvptx/nvptx.c: Expand some comments.
338
339 2015-07-22 James Greenhalgh <james.greenhalgh@arm.com>
340
341 * config/arm/cortex-a53 (cortex_53_advsimd): Rename to...
342 (cortex_a53_advsimd): ...This.
343
344 2015-07-22 Richard Biener <rguenther@suse.de>
345
346 * genmatch.c (expr::gen_transform): Clarify error message
347 and display location.
348
349 2015-07-22 Richard Biener <rguenther@suse.de>
350
351 * genmatch.c (struct operand): Add location member.
352 (predicate, expr, c_expr, capture, if_expr, with_expr): Adjust
353 constructors.
354 (struct simplify): Remove match_location and result_location
355 members.
356 (elsehwere): Adjust.
357
358 2015-07-22 Prachi Godbole <prachi.godbole@imgtec.com>
359
360 * config/mips/m5100.md: New file.
361 * config/mips/mips-cpus.def (m5100, m5101): Define.
362 * config/mips/mips-tables.opt: Regenerate.
363 * config/mips/mips.c (mips_rtx_cost_data): Add costs for m5100.
364 * config/mips/mips.h (MIPS_ISA_LEVEL_SPEC): Map -march=m5100 and
365 -march=m5101 to -mips32r5.
366 (MIPS_ARCH_FLOAT_SPEC): Map -m5101 to -msoft-float.
367 (MIPS_ISA_NAN2008_SPEC): Map -march=m51* to -mnan=2008 if
368 !-msoft-float.
369 * config/mips/mips.md: Include m5100.md.
370 (processor): Add m5100.
371 * doc/invoke.texi (-march=@var{arch}): Add m5100, m5101.
372
373 2015-07-22 Robert Suchanek <robert.suchanek@imgtec.com>
374
375 * config/mips/mips-cpus.def (interaptiv): Define.
376 * config/mips/mips-tables.opt: Regenerate.
377 * config/mips/mips.h (MIPS_ISA_LEVEL_SPEC): Map -march=interaptiv to
378 -mips32r2.
379 (BASE_DRIVER_SELF_SPECS): Likewise but map to -mdsp.
380 * doc/invoke.texi (-march=@var{arch}): Add interaptiv.
381
382 2015-07-22 Jiong Wang <jiong.wang@arm.com>
383
384 PR target/63521
385 * config/aarch64/aarch64.h (REG_ALLOC_ORDER): Define.
386 (HONOR_REG_ALLOC_ORDER): Define.
387
388 2015-07-22 Richard Biener <rguenther@suse.de>
389
390 PR tree-optimization/66952
391 * tree-ssa-ifcombine.c (pass_tree_ifcombine::execute): For
392 blocks we end up executing unconditionally reset all SSA
393 info such as range and alignment.
394 * tree-ssanames.h (reset_flow_sensitive_info): Declare.
395 * tree-ssanames.c (reset_flow_sensitive_info): New function.
396
397 2015-07-22 Charles Baylis <charles.baylis@linaro.org>
398
399 * config/aarch64/aarch64-simd.md (vec_store_lanesoi_lane<mode>): Fix
400 typo in attribute.
401
402 2015-07-22 Richard Biener <rguenther@suse.de>
403
404 * genmatch.c (parser::parse_result): Properly handle
405 match with result operands and conditions.
406
407 2015-07-22 Charles Baylis <charles.baylis@linaro.org>
408
409 PR target/63870
410 * config/aarch64/aarch64-builtins.c (enum aarch64_type_qualifiers):
411 Add qualifier_struct_load_store_lane_index.
412 (aarch64_types_loadstruct_lane_qualifiers): Use
413 qualifier_struct_load_store_lane_index for lane index argument for
414 last argument.
415 (aarch64_types_storestruct_lane_qualifiers): Ditto.
416 (builtin_simd_arg): Add SIMD_ARG_STRUCT_LOAD_STORE_LANE_INDEX.
417 (aarch64_simd_expand_args): Add new argument describing mode of
418 builtin. Check lane bounds for arguments with
419 SIMD_ARG_STRUCT_LOAD_STORE_LANE_INDEX.
420 (aarch64_simd_expand_builtin): Emit error for incorrect lane indices
421 if marked with SIMD_ARG_STRUCT_LOAD_STORE_LANE_INDEX.
422 (aarch64_simd_expand_builtin): Handle arguments with
423 qualifier_struct_load_store_lane_index. Pass machine mode of builtin to
424 aarch64_simd_expand_args.
425 * config/aarch64/aarch64-simd-builtins.def: Declare ld[234]_lane and
426 vst[234]_lane with BUILTIN_VALLDIF.
427 * config/aarch64/aarch64-simd.md:
428 (aarch64_vec_load_lanesoi_lane<mode>): Use VALLDIF iterator. Perform
429 endianness reversal on lane index.
430 (aarch64_vec_load_lanesci_lane<mode>): Ditto.
431 (aarch64_vec_load_lanesxi_lane<mode>): Ditto.
432 (vec_store_lanesoi_lane<mode>): Use VALLDIF iterator.
433 (vec_store_lanesci_lane<mode>): Ditto.
434 (vec_store_lanesxi_lane<mode>): Ditto.
435 (aarch64_ld2_lane<mode>): Use VALLDIF iterator. Remove endianness
436 reversal of lane index.
437 (aarch64_ld3_lane<mode>): Ditto.
438 (aarch64_ld4_lane<mode>): Ditto.
439 (aarch64_st2_lane<mode>): Ditto.
440 (aarch64_st3_lane<mode>): Ditto.
441 (aarch64_st4_lane<mode>): Ditto.
442 * config/aarch64/arm_neon.h (__LD2_LANE_FUNC): Rename mode parameter
443 to qmode. Add new mode parameter. Update uses.
444 (__LD3_LANE_FUNC): Ditto.
445 (__LD4_LANE_FUNC): Ditto.
446 (__ST2_LANE_FUNC): Ditto.
447 (__ST3_LANE_FUNC): Ditto.
448 (__ST4_LANE_FUNC): Ditto.
449
450 2015-07-22 Jonathan Wakely <jwakely@redhat.com>
451
452 * doc/invoke.texi (Language Independent Options): Rename node to
453 Diagnostic Message Formatting Options.
454
455 2015-07-21 Vladimir Makarov <vmakarov@redhat.com>
456
457 PR ipa/66424.
458 * lra-remat.c (operand_to_remat): Prevent using insns with input
459 subregs processed separately by IRA.
460
461 2015-07-21 Andrew MacLeod <amacleod@redhat.com>
462
463 * ssa-iterators.h (has_zero_uses, has_single_use): Implement as
464 straight loops.
465 (single_imm_use): Check for iterator node.
466 (num_imm_uses): Likewise.
467 * tree-ssa-operands.c (has_zero_uses_1): Delete.
468 (single_imm_use_1): Check for iterator node.
469
470 2015-07-21 Mike Frysinger <vapier@gentoo.org>
471 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
472
473 * configure.ac: Add check for new options in isl-0.15.
474 * config.in, configure: Rebuilt.
475 * graphite-blocking.c: Include <isl/constraint.h>
476 * graphite-interchange.c, graphite-poly.c: Likewise.
477 * graphhite-scop-detection.c, graphite-sese-to-poly.c: Likewise.
478 * graphite.c: Likewise.
479 * graphite-isl-ast-to-gimple.c: Include <isl/constraint.h> and
480 <isl/union_set.h>.
481 * graphite-dependences.c: Include <isl/constraint.h>.
482 (max_number_of_out_dimensions): Returns isl_stat.
483 (extend_schedule_1): Likewise
484 (extend_schedule): Corresponding changes.
485 * graphite-optimize-isl.c: Include <isl/constraint.h> and
486 <isl/union_set.h>.
487 (getSingleMap): Change return type of isl_stat.
488 (optimize_isl): Conditionally use
489 isl_options_set_schedule_serialize_sccs.
490 * graphite-poly.h (isl_stat, isl_stat_ok): Define fallbacks
491 if not HAVE_ISL_OPTIONS_SET_SCHEDULE_SERIALIZE_SCCS.
492
493 2015-07-21 Georg-Johann Lay <avr@gjlay.de>
494
495 PR target/66956
496 * config/avr/avr-dimode.md (<extend_u>mulsidi3_insn)
497 (<extend_u>mulsidi3): Don't use if !AVR_HAVE_MUL.
498
499 2015-07-21 Richard Biener <rguenther@suse.de>
500
501 PR tree-optimization/66948
502 * genmatch.c (capture_info::walk_match): Also recurse to
503 captures. Properly compute expr state from captures of
504 captures.
505 * match.pd: Add single-use guards to
506 (X & C2) >> C1 into (X >> C1) & (C2 >> C1) transform.
507
508 2015-07-21 Nathan Sidwell <nathan@codesourcery.com>
509
510 * config/nvptx/mkoffload.c (process): Add static destructor call.
511
512 2015-07-21 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
513
514 PR middle-end/66915
515 * match.pd (A - B -> A + (-B)): Don't allow folding
516 when type if a fixed-point type.
517
518 2015-07-20 DJ Delorie <dj@redhat.com>
519
520 * config/rl78/rl78-real.md (andqi3_real): Expand operands for clr1.
521 (iorqi3_real): Likewise for set1.
522
523 2015-07-20 Uros Bizjak <ubizjak@gmail.com>
524
525 * config/i386/i386.c (ix86_md_asm_adjust): Handle DImode dest_mode
526 for !TARGET_64BIT.
527
528 2015-07-20 Aditya Kumar <hiraditya@msn.com>
529
530 * graphite-isl-ast-to-gimple.c:
531 Refactor so that each function can access 'region'. This will help
532 maintain a parameter rename_map within a region.
533
534 2015-07-20 Segher Boessenkool <segher@kernel.crashing.org>
535
536 * config/rs6000/rs6000.md (*lt0_disi): New.
537
538 2015-07-20 Segher Boessenkool <segher@kernel.crashing.org>
539
540 PR target/66217
541 * config/rs6000/constraints.md ("S", "T", "t"): Delete. Update
542 "available letters" comment.
543 * config/rs6000/predicates.md (mask_operand, mask_operand_wrap,
544 mask64_operand, mask64_2_operand, any_mask_operand, and64_2_operand,
545 and_2rld_operand): Delete.
546 (and_operand): Adjust.
547 (rotate_mask_operator): New.
548 * config/rs6000/rs6000-protos.h (build_mask64_2_operands,
549 includes_lshift_p, includes_rshift_p, includes_rldic_lshift_p,
550 includes_rldicr_lshift_p, insvdi_rshift_rlwimi_p, extract_MB,
551 extract_ME): Delete.
552 (rs6000_is_valid_mask, rs6000_is_valid_and_mask,
553 rs6000_is_valid_shift_mask, rs6000_is_valid_insert_mask,
554 rs6000_insn_for_and_mask, rs6000_insn_for_shift_mask,
555 rs6000_insn_for_insert_mask, rs6000_is_valid_2insn_and,
556 rs6000_emit_2insn_and): New.
557 * config/rs6000/rs6000.c (num_insns_constant): Adjust.
558 (build_mask64_2_operands, includes_lshift_p, includes_rshift_p,
559 includes_rldic_lshift_p, includes_rldicr_lshift_p,
560 insvdi_rshift_rlwimi_p, extract_MB, extract_ME): Delete.
561 (rs6000_is_valid_mask, rs6000_is_valid_and_mask,
562 rs6000_insn_for_and_mask, rs6000_is_valid_shift_mask,
563 s6000_insn_for_shift_mask, rs6000_is_valid_insert_mask,
564 rs6000_insn_for_insert_mask, rs6000_is_valid_2insn_and,
565 rs6000_emit_2insn_and): New.
566 (print_operand) <'b', 'B', 'm', 'M', 's', 'S', 'W'>: Delete.
567 (rs6000_rtx_costs) <CONST_INT>: Delete mask_operand and mask64_operand
568 handling.
569 <NOT>: Don't fall through to next case.
570 <AND>: Handle the various rotate-and-mask cases directly.
571 <IOR>: Always cost as one insn.
572 * config/rs6000/rs6000.md (splitter for bswap:SI): Adjust.
573 (and<mode>3): Adjust expander for the new patterns.
574 (and<mode>3_imm, and<mode>3_imm_dot, and<mode>3_imm_dot2,
575 and<mode>3_imm_mask_dot, and<mode>3_imm_mask_dot2): Adjust condition.
576 (*and<mode>3_imm_dot_shifted): New.
577 (*and<mode>3_mask): Delete, rewrite as ...
578 (and<mode>3_mask): ... New.
579 (*and<mode>3_mask_dot, *and<mode>3_mask_dot): Rewrite.
580 (andsi3_internal0_nomc): Delete.
581 (*andsi3_internal6): Delete.
582 (*and<mode>3_2insn): New.
583 (insv, insvsi_internal, *insvsi_internal1, *insvsi_internal2,
584 *insvsi_internal3, *insvsi_internal4, *insvsi_internal5,
585 *insvsi_internal6, insvdi_internal, *insvdi_internal2,
586 *insvdi_internal3): Delete.
587 (*rotl<mode>3_mask, *rotl<mode>3_mask_dot, *rotl<mode>3_mask_dot2,
588 *rotl<mode>3_insert, *rotl<mode>3_insert_2, *rotl<mode>3_insert_3,
589 *rotl<mode>3_insert_4, two splitters for multi-precision shifts,
590 *ior<mode>_mask): New.
591 (extzv, extzvdi_internal, *extzvdi_internal1, *extzvdi_internal2,
592 *rotlsi3_mask, *rotlsi3_mask_dot, *rotlsi3_mask_dot2,
593 *ashlsi3_imm_mask, *ashlsi3_imm_mask_dot, *ashlsi3_imm_mask_dot2,
594 *lshrsi3_imm_mask, *lshrsi3_imm_mask_dot, *lshrsi3_imm_mask_dot2):
595 Delete.
596 (ashr<mode>3): Delete expander.
597 (*ashr<mode>3): Rename to ...
598 (ashr<mode>3): ... This.
599 (ashrdi3_no_power, *ashrdisi3_noppc64be): Delete.
600 (*rotldi3_internal4, *rotldi3_internal5 and split,
601 *rotldi3_internal6 and split, *ashldi3_internal4, ashldi3_internal5
602 and split, *ashldi3_internal6 and split, *ashldi3_internal7,
603 ashldi3_internal8 and split, *ashldi3_internal9 and split): Delete.
604 (*anddi3_2rld, *anddi3_2rld_dot, *anddi3_2rld_dot2): Delete.
605 (splitter for loading a mask): Adjust.
606 * doc/md.texi (Machine Constraints): Remove q, S, T, t constraints.
607
608 2015-07-20 Marek Polacek <polacek@redhat.com>
609
610 * genemit.c (print_code, gen_exp, gen_insn, gen_expand, gen_split,
611 output_add_clobbers, output_added_clobbers_hard_reg_p,
612 gen_rtx_scratch): Remove declarations.
613
614 2015-07-20 Marek Polacek <polacek@redhat.com>
615
616 PR c++/55095
617 * doc/invoke.texi: Document -Wshift-overflow and -Wshift-overflow=.
618
619 2015-07-20 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
620
621 * simplify-rtx.c (simplify_unary_operation_1, NEG case):
622 (neg (x ? (neg y) : y)) -> !x ? (neg y) : y.
623
624 2015-07-20 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
625
626 * combine.c (combine_simplify_rtx): Move simplification step
627 before various transformations/substitutions.
628
629 2015-07-20 Mikhail Maltsev <maltsevm@gmail.com>
630
631 * wide-int.h (struct binary_traits): Fix partial specialization syntax.
632 (struct int_traits): Likewise.
633
634 2015-07-18 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
635
636 * vmsdbgout.c (vmsdbgout_decl): Change name of prototyped
637 function to vmsdbgout_function_decl.
638
639 2015-07-18 Uros Bizjak <ubizjak@gmail.com>
640
641 PR target/66922
642 * config/i386/i386.c (ix86_expand_pextr): Reject extractions
643 from misaligned positions.
644 (ix86_expand_pinsr): Reject insertions to misaligned positions.
645
646 2015-07-18 Sebastian Pop <s.pop@samsung.com>
647
648 PR middle-end/46851
649 PR middle-end/60340
650 * Makefile.in: Removed omega.o.
651 * common.opt: Document flag fcheck-data-deps as deprecated.
652 * doc/invoke.texi: Remove documentation for fcheck-data-deps and
653 its associated params: omega-max-vars, omega-max-geqs,
654 omega-max-eqs, omega-max-wild-cards, omega-hash-table-size,
655 omega-max-keys, omega-eliminate-redundant-constraints.
656 * doc/loop.texi: Remove all the section on Omega.
657 * graphite-blocking.c: Include missing params.h: it used to be
658 included through tree-data-ref.h and omega.h.
659 * graphite-isl-ast-to-gimple.c: Same.
660 * graphite-optimize-isl.c: Same.
661 * graphite-sese-to-poly.c: Same.
662 * graphite.c: Same.
663 * omega.c: Remove.
664 * omega.h: Remove.
665 * params.def: Removed PARAM_OMEGA_MAX_VARS, PARAM_OMEGA_MAX_GEQS,
666 PARAM_OMEGA_MAX_EQS, PARAM_OMEGA_MAX_WILD_CARDS,
667 PARAM_OMEGA_HASH_TABLE_SIZE, PARAM_OMEGA_MAX_KEYS, and
668 PARAM_OMEGA_ELIMINATE_REDUNDANT_CONSTRAINTS.
669 * passes.def: Remove pass_check_data_deps.
670 * tree-data-ref.c (dump_affine_function): Declare DEBUG_FUNCTION.
671 (dump_conflict_function): Same.
672 (dump_subscript): Same.
673 (print_direction_vector): Same.
674 (print_dir_vectors): Same.
675 (print_lambda_vector): Same.
676 (print_dist_vectors): Same.
677 (dump_data_dependence_relation): Same.
678 (dump_data_dependence_relations): Same.
679 (dump_dist_dir_vectors): Same.
680 (dump_ddrs): Same.
681 (init_omega_eq_with_af): Removed.
682 (omega_extract_distance_vectors): Removed.
683 (omega_setup_subscript): Removed.
684 (init_omega_for_ddr_1): Removed.
685 (init_omega_for_ddr): Removed.
686 (ddr_consistent_p): Removed.
687 (compute_affine_dependence): Do not use omega to check data
688 dependences.
689 (compute_data_dependences_for_bb): Removed.
690 (analyze_all_data_dependences): Removed.
691 (tree_check_data_deps): Removed.
692 * tree-data-ref.h: Do not include omega.h.
693 (compute_data_dependences_for_bb): Removed.
694 (tree_check_data_deps): Removed.
695 * tree-ssa-loop.c (pass_check_data_deps): Removed.
696 (make_pass_check_data_deps): Removed.
697 * tree-ssa-phiopt.c: Include params.h.
698 * tree-vect-data-refs.c: Same.
699 * tree-vect-slp.c: Same.
700
701 2015-07-18 Uros Bizjak <ubizjak@gmail.com>
702
703 * config/i386/i386.md (pushsf splitter): Pass curr_insn to
704 find_constant_src. FAIL if find_constant_src returns NULL_RTX.
705 (mem->fpreg splitters): Ditto.
706 (general_operand->nonimmediate_operand splitter): Use explicit modes.
707 Disable DFmode for TARGET_64BIT.
708
709 2015-07-17 H.J. Lu <hongjiu.lu@intel.com>
710
711 PR target/66906
712 * config/i386/i386.c (ix86_expand_prologue): Replicate static
713 chain on the stack.
714
715 2015-07-17 Nathan Sidwell <nathan@codesourcery.com>
716
717 * config/nvptx/mkoffload.c (process): Constify host data.
718 * config/i386/intelmic-mkoffload.c (generate_target_descr_file):
719 Constify host data.
720 (generate_host_descr_file): Likewise.
721
722 2015-07-17 Aditya Kumar <aditya.k7@samsung.com>
723 Sebastian Pop <s.pop@samsung.com>
724
725 PR middle-end/61929
726 * graphite-dependences.c (add_pdr_constraints): Renamed
727 pdr->extent to pdr->subscript_sizes.
728 * graphite-interchange.c (build_linearized_memory_access): Add
729 back all gcc_assert's that the "isl_int to isl_val conversion"
730 patch has removed. Refactored.
731 (pdr_stride_in_loop): Renamed pdr->extent to pdr->subscript_sizes.
732 * graphite-poly.c (new_poly_dr): Same.
733 (free_poly_dr): Same.
734 * graphite-poly.h (struct poly_dr): Same.
735 * graphite-scop-detection.c (stmt_has_simple_data_refs_p): Ignore
736 all data references other than ARRAY_REF, MEM_REF, and COMPONENT_REF.
737 * graphite-scop-detection.h: Fix space.
738 * graphite-sese-to-poly.c (build_pbb_scattering_polyhedrons): Add
739 back all gcc_assert's removed by a previous patch.
740 (wrap): Remove the_isl_ctx global variable that the same patch has
741 added.
742 (build_loop_iteration_domains): Same.
743 (add_param_constraints): Same.
744 (pdr_add_data_dimensions): Same. Refactored.
745 (build_poly_dr): Renamed extent to subscript_sizes.
746
747 2015-07-17 Marek Polacek <polacek@redhat.com>
748
749 * fold-const.c (fold_binary_loc): Move A - (A & B) into ~B & A ...
750 * match.pd: ... here.
751
752 2015-07-17 Nathan Sidwell <nathan@codesourcery.com>
753
754 * config/nvptx/mkoffload.c (process): Constify target data.
755 * config/i386/intelmic-mkoffload.c (generate_target_descr_file):
756 Constify target data.
757 (generate_target_offloadend_file): Likewise.
758
759 2015-07-17 Yuri Rumyantsev <ysrumyan@gmail.com>
760
761 * tree-vect-loop-manip.c (rename_variables_in_bb): Add argument
762 to allow renaming of PHI arguments on edges incoming from outer
763 loop header, add corresponding check before start PHI iterator.
764 (slpeel_tree_duplicate_loop_to_edge_cfg): Introduce new bool
765 variable DUPLICATE_OUTER_LOOP and set it to true for outer loops
766 with true force_vectorize. Set-up dominator for outer loop too.
767 Pass DUPLICATE_OUTER_LOOP as argument to rename_variables_in_bb.
768 (slpeel_can_duplicate_loop_p): Allow duplicate of outer loop if it
769 was marked with force_vectorize and has restricted cfg.
770 (slpeel_tree_peel_loop_to_edge): Do not rename exit PHI uses in
771 inner loop.
772 * tree-vect-data-refs.c (vect_enhance_data_refs_alignment): Do not
773 do peeling for outer loops.
774
775 2015-07-17 Yvan Roux <yvan.roux@linaro.org>
776 Matthias Klose <doko@ubuntu.com>
777
778 * configure.ac: Move AC_ARG_WITH checks for native-system-header-dir,
779 build-sysroot, sysroot from the `Miscenalleous configure options' to
780 the `Directories' section and strip trailing `/' from with_sysroot.
781 (gcc_gxx_include_dir): Don't strip a `/' sysroot value.
782 * configure: Regenerated.
783
784 2015-07-17 Uros Bizjak <ubizjak@gmail.com>
785
786 PR target/66824
787 * config/i386/i386.h (TARGET_HARD_SF_REGS): New define.
788 (TARGET_HARD_DF_REGS): Ditto.
789 (TARGET_HARD_XF_REGS): Ditto.
790 * config/i386/i386.md (*movxf_internal): Add alternatives 9 and 10.
791 Enable alternatives 9 and 10 only for !TARGET_HARD_XF_REG target.
792 (*movdf_internal): Add alternatives 22, 23, 24 and 25. Enable
793 alternatives 22, 23, 24 and 25 only for !TARGET_HARD_DF_REG target.
794 (*movsf_internal): Add alternatives 16 and 17. Enable
795 alternatives 16 and 17 only for !TARGET_HARD_SF_REG target.
796
797 2015-07-17 Uros Bizjak <ubizjak@gmail.com>
798
799 PR rtl-optimization/66891
800 * calls.c (expand_call): Wrap precompute_register_parameters with
801 NO_DEFER_POP/OK_DEFER_POP to prevent deferred pops.
802
803 2015-07-16 Nathan Sidwell <nathan@codesourcery.com>
804
805 * config/nvptx/mkoffload.c (process): Constify mapping variables.
806 Define target data struct and initialize it.
807
808 2015-07-16 Vladimir Makarov <vmakarov@redhat.com>
809
810 PR rtl-optimization/66626
811 * ira.h (emit-rtl.h): Include.
812 (non_spilled_static_chain_regno_p): New.
813 * ira-color.c (setup_profitable_hard_regs): Clear profitable regs
814 unless it is non spilled static chain pseudo.
815 (assign_hard_rego): Spill memory profitable allocno unless it is
816 non spilled static chain pseudo.
817 (allocno_spill_priority_compare): Put non spilled static chain
818 pseudo at the end of sorted array.
819 (improve_allocation): Do nothing if we have static chain and
820 non-local goto.
821 (allocno__priority_compare_func): Put non spilled static chain
822 pseudo at the beginning of sorted array.
823 (move_spill_restore): Ignore non spilled static chain pseudo.
824 * ira-costs.c (find_costs_and_classes): Don't assign class NO_REGS
825 to non spilled static chain pseudo.
826 * lra-assigns.c (pseudo_compare_func): Put non spilled static chain
827 pseudo at the beginning of sorted array.
828 (spill_for): Spill non spilled static chain pseudo last.
829 * lra-constraints.c (lra_constraints): Remove static chain pseudo
830 check for equivalence.
831
832 2015-07-16 Martin Liska <mliska@suse.cz>
833
834 PR ipa/66896.
835 * ipa-prop.c (update_jump_functions_after_inlining): Create properly
836 dst_ctx if it does not exist.
837
838 2015-07-16 Martin Liska <mliska@suse.cz>
839
840 * hash-set.h (remove): New function.
841 (iterator): New iteration class for hash_set.
842
843 2015-07-16 Richard Sandiford <richard.sandiford@arm.com>
844
845 * genattrtab.c (make_canonical): Add a file_location parameter.
846 Use fatal_at rather than fatal.
847 (get_attr_value): Likewise. Update call to make_canonical.
848 (fill_attr, make_length_attrs, optimize_attrs, gen_attr)
849 (make_internal_attr): Update calls accordingly.
850
851 2015-07-16 Richard Sandiford <richard.sandiford@arm.com>
852
853 * read-md.h (message_with_line, error_with_line): Delete.
854 * read-md.c (message_with_line, error_with_line): Delete.
855 * gensupport.h: Include read-md.h.
856 (md_rtx_info): New structure.
857 (read_md_rtx): Use it. Return a bool success value.
858 * gensupport.c (read_md_rtx): Likewise.
859 * genattr-common.c (gen_attr): Take an md_rtx_info rather than an rtx.
860 (main): Update after interface changes.
861 * genattr.c (gen_attr): Take an md_rtx_info rather than an rtx.
862 (main): Update after interface changes.
863 * genattrtab.c (insn_code_number): Delete.
864 (optimize_attrs): Add a max_insn_code parameter and use it instead
865 of insn_code_number.
866 (gen_attr): Take an md_rtx_info rather than an rtx and lineno.
867 Use *_at rather than *_with_line functions.
868 (gen_insn): Likewise.
869 (gen_delay): Likewise.
870 (gen_insn_reserv): Likewise.
871 (gen_bypass): Take an md_rtx_info rather than an rtx.
872 (main): Update after interface changes. Use a local max_insn_code
873 variable instead of insn_code_number.
874 * genautomata.c (gen_cpu_unit): Take an md_rtx_info rather than
875 an rtx. Use fatal_at rather than fatal.
876 (gen_query_cpu_unit, gen_bypass, gen_excl_set)
877 (gen_presence_absence_set, gen_presence_set, gen_final_presence_set)
878 (gen_absence_set, gen_final_absence_set, gen_automaton)
879 (gen_automata_option, gen_reserv, gen_insn_reserv): Likewise.
880 (main): Update after interface changes.
881 * gencodes.c (gen_insn): Take an md_rtx_info rather than an rtx
882 and code number.
883 (main): Update after interface changes.
884 * genconditions.c (main): Use new read_md_rtx interface.
885 * genconfig.c (gen_insn): Take an md_rtx_info rather than an rtx.
886 (gen_expand, gen_split, gen_peephole, gen_peephole2): Likewise.
887 (main): Update after interface changes.
888 * genemit.c (insn_code_number, insn_index_number): Delete.
889 (gen_insn): Take an md_rtx_info rather than an rtx and lineno.
890 Use fatal_at rather than fatal.
891 (gen_expand): Take an md_rtx_info rather than an rtx. Use fatal_at
892 rather than fatal.
893 (gen_split): Likewise.
894 (main): Update after interface changes.
895 * genextract.c (line_no): Delete.
896 (gen_insn): Take an md_rtx_info rather than an rtx and lineno.
897 Update call to walk_rtx.
898 (VEC_safe_set_locstr): Add an md_rtx_info argument. Use message_at
899 rather than message_with_line.
900 (walk_rtx): Add an md_rtx_info argument. Update call to
901 VEC_safe_set_locstr.
902 (main): Update after interface changes.
903 * genflags.c (gen_insn): Take an md_rtx_info rather than an rtx
904 and lineno. Use error_at rather than separate message_with_line
905 calls and have_error assignments.
906 (main): Update after interface changes.
907 * genmddump.c (main): Use new read_md_rtx interface.
908 * genopinit.c (insn): Take an md_rtx_info rather than an rtx.
909 (main): Update after interface changes.
910 * genoutput.c (next_code_number): Delete.
911 (gen_insn): Take an md_rtx_info rather than an rtx and lineno.
912 (gen_peephole, gen_expand, gen_split): Likewise.
913 (note_constraint): Likewise. Use *_at rather than *_with_line
914 functions.
915 (main): Update after interface changes.
916 * genpeep.c (gen_peephole): Take an md_rtx_info rather than an
917 rtx and lineno.
918 (main): Update after interface changes.
919 * genpreds.c (process_define_predicate): Take an md_rtx_info rather
920 than an rtx and lineno.
921 (process_define_constraint): Likewise.
922 (process_define_register_constraint): Likewise.
923 (main): Update after interface changes.
924 * genrecog.c (next_insn_code, pattern_lineno): Delete.
925 (validate_pattern): Replace top-level rtx with an md_rtx_info.
926 Use *_at rather than *_with_line functions.
927 (match_pattern_2): Likewise.
928 (match_pattern_1, match_pattern): Add an md_rtx_info parameter.
929 (get_peephole2_pattern): Take an md_rtx_info rather than an rtvec.
930 Use *_at rather than *_with_line functions.
931 * gentarget-def.c (add_insn): New function.
932 (main): Use it. Use new read_md_rtx interface.
933
934 2015-07-16 Richard Sandiford <richard.sandiford@arm.com>
935
936 * gensupport.h (compute_test_codes): Take a file_location rather
937 than a line number.
938 * gensupport.c (compute_test_codes): Likewise. Use *_at functions
939 rather than *_with_line functions.
940 (process_define_predicate): Update call to compute_test_codes.
941 * genpreds.c (validate_exp): Take a file_location rather than a
942 line number. Use *_at functions rather than *_with_line functions.
943 (process_define_predicate): Update call to validate_exp.
944 (constraint_data): Replace lineno field with a file_location.
945 (add_constraint): Take a file_location rather than a line number.
946 Use *_at functions rather than *_with_line functions. Fix error
947 message for address constraints. Update after changes to
948 validate_exp, constraint_data and compute_test_codes.
949 (process_define_constraint): Update accordingly.
950 (process_define_register_constraint): Likewise.
951
952 2015-07-16 Richard Sandiford <richard.sandiford@arm.com>
953
954 * genoutput.c (data): Use a file_location to record the source
955 position.
956 (nothing): Delete.
957 (idata, idata_end): Remove initialization.
958 (constraint_data): Replace lineno with a file_location.
959 (output_insn_data): Update after changes to data.
960 (gen_insn, gen_peephole, gen_expand, gen_split): Likewise.
961 (scan_operands): Likewise, using *_at rather than *_with_line
962 functions.
963 (process_template): Likewise.
964 (validate_insn_alternatives): Likewise.
965 (validate_insn_operands): Likewise.
966 (validate_optab_operands): Likewise.
967 (init_insn_for_nothing): Initialize idata and idata_end.
968 (note_constraint): Update after changes to constraint_data,
969 using at rather than with_line functions.
970 (mdep_constraint_len): Take a file_location rather than a
971 line number. Use at rather than with_line functions.
972
973 2015-07-16 Richard Sandiford <richard.sandiford@arm.com>
974
975 * read-md.h (fatal_at): Declare.
976 * read-md.c (fatal_at): New function.
977 * genattrtab.c (insn_def, attr_desc, delay_desc): Use a file_location
978 to record the source position.
979 (check_attr_test): Take a file_location instead of a line number.
980 Use fatal_at instead of fatal.
981 (check_attr_value): Update after above changes, using "at"
982 rather than "with_line" reporting functions.
983 (convert_set_attr_alternative): Likewise.
984 (gen_attr): Likewise.
985 (check_defs): Likewise. Don't assign to read_md_filename.
986 (gen_insn): Update initialization after above changes.
987 (gen_delay): Likewise.
988 (write_insn_cases): Print the filename for a define_peephole.
989 (gen_insn_reserv): Take a line number as argument and update
990 the call to check_attr_test.
991 (main): Pass a line number to gen_insn_reserv.
992
993 2015-07-16 Richard Sandiford <richard.sandiford@arm.com>
994
995 * read-md.h (file_location): New structure.
996 (directive_handler_t): Take a file_location rather than a line number.
997 (message_at, error_at): Declare.
998 (read_skip_construct): Delete.
999 * read-md.c (message_with_line_1): Replace with...
1000 (message_at_1): ...this new function.
1001 (message_at, error_at): New functions.
1002 (message_with_line, error_with_line): Update to use message_at_1.
1003 (handle_enum): Take a file_location rather than a line number
1004 and use error_at for error reporting.
1005 (handle_include): Likewise.
1006 (read_skip_construct): Likewise. Make static.
1007 (handle_file): Update after above changes. Pass a file_location
1008 rather than a line number to handle_directive.
1009 * gensupport.c (queue_elem): Replace separate filename and lineno
1010 with a file_location.
1011 (queue_pattern): Replace filename and lineno arguments with a
1012 file_location. Update after change to queue_elem.
1013 (process_define_predicate): Replace lineno argument with a
1014 file_location and use error_at for error reporting. Update
1015 after above changes.
1016 (process_rtx): Likewise.
1017 (subst_pattern_match): Likewise.
1018 (get_alternatives_number): Likewise.
1019 (alter_predicate_for_insn): Likewise.
1020 (rtx_handle_directive): Likewise.
1021 (is_predicable): Update after above changes, using error_at rather
1022 than error_with_line.
1023 (has_subst_attribute): Likewise.
1024 (identify_predicable_attribute): Likewise.
1025 (alter_attrs_for_subst_insn): Likewise.
1026 (process_one_cond_exec): Likewise.
1027 (process_substs_on_one_elem): Likewise.
1028 (process_define_subst): Likewise.
1029 (check_define_attr_duplicates): Likewise.
1030 (read_md_rtx): Update after change to queue_elem.
1031
1032 2015-07-16 Richard Sandiford <richard.sandiford@arm.com>
1033
1034 * genoutput.c (next_index_number): Delete.
1035 (data): Remove index_number.
1036 (gen_insn, gen_peephole, gen_expand, gen_split): Update accordingly.
1037 (main): Remove manipulation of next_index_number.
1038
1039 2015-07-16 Richard Sandiford <richard.sandiford@arm.com>
1040
1041 * genattrtab.c (check_attr_value): Remove handling of null attrs.
1042 (make_canonical): Likewise.
1043
1044 2015-07-16 Eric Botcazou <ebotcazou@adacore.com>
1045
1046 * config/sparc/sparc.md (save_stack_nonlocal): Use adjust_address
1047 instead of adjust_address_nv.
1048 (restore_stack_nonlocal): Likewise.
1049 (nonlocal_goto): Likewise.
1050
1051 2015-07-16 Tom de Vries <tom@codesourcery.com>
1052
1053 * tree-parloops.c (create_parallel_loop): Handle case that exit phi does
1054 not have a corresponding loop header phi.
1055
1056 2015-07-16 Tom de Vries <tom@codesourcery.com>
1057
1058 * tree-parloops.c (create_loads_for_reductions): Handle case that
1059 reduction is unused.
1060
1061 2015-07-16 Richard Biener <rguenther@suse.de>
1062
1063 PR tree-optimization/66894
1064 * tree-vrp.c (register_edge_assert_for_2): Fix bad assumption
1065 about deriving NE_EXPR from truncated values.
1066
1067 2015-07-16 Martin Liska <mliska@suse.cz>
1068
1069 * alloc-pool.h
1070 (object_allocator): Add new class.
1071 (pool_allocator::initialize): Use the underlying class.
1072 (pool_allocator::allocate): Likewise.
1073 (pool_allocator::remove): Likewise.
1074 (operator new): A new generic allocator.
1075 * asan.c (struct asan_mem_ref): Remove unused members.
1076 (asan_mem_ref_new): Replace new operator with
1077 object_allocator::allocate.
1078 (free_mem_ref_resources): Change deallocation.
1079 * cfg.c (initialize_original_copy_tables): Replace pool_allocator
1080 with object_allocator.
1081 * config/sh/sh.c (add_constant): Replace new operator with
1082 object_allocator::allocate.
1083 (sh_reorg): Change call to a release method.
1084 * cselib.c (struct elt_list): Remove unused members.
1085 (new_elt_list): Replace new operator with
1086 object_allocator::allocate.
1087 (new_elt_loc_list): Likewise.
1088 (new_cselib_val): Likewise.
1089 (unchain_one_elt_list): Change delete operator with remove method.
1090 (unchain_one_elt_loc_list): Likewise.
1091 (unchain_one_value): Likewise.
1092 (cselib_finish): Release newly added static allocators.
1093 * cselib.h (struct cselib_val): Remove unused members.
1094 (struct elt_loc_list): Likewise.
1095 * df-problems.c (df_chain_alloc): Replace pool_allocator with
1096 object_allocator.
1097 * df-scan.c (struct df_scan_problem_data): Likewise.
1098 (df_scan_alloc): Likewise.
1099 * df.h (struct dataflow): Likewise.
1100 * dse.c (struct read_info_type): Likewise.
1101 (struct insn_info_type): Likewise.
1102 (struct dse_bb_info_type): Likewise.
1103 (struct group_info): Likewise.
1104 (struct deferred_change): Likewise.
1105 (get_group_info): Likewise.
1106 (delete_dead_store_insn): Likewise.
1107 (free_read_records): Likewise.
1108 (replace_read): Likewise.
1109 (check_mem_read_rtx): Likewise.
1110 (scan_insn): Likewise.
1111 (dse_step1): Likewise.
1112 (dse_step7): Likewise.
1113 * et-forest.c (struct et_occ): Remove unused members.
1114 (et_new_occ): Use allocate instead of new operator.
1115 (et_new_tree): Likewise.
1116 (et_free_tree): Call release method explicitly.
1117 (et_free_tree_force): Likewise.
1118 (et_free_pools): Likewise.
1119 (et_split): Use remove instead of delete operator.
1120 * et-forest.h (struct et_node): Remove unused members.
1121 * ipa-cp.c: Change pool_allocator to object_allocator.
1122 * ipa-inline-analysis.c: Likewise.
1123 * ipa-profile.c: Likewise.
1124 * ipa-prop.c: Likewise.
1125 * ipa-prop.h: Likewise.
1126 * ira-build.c (initiate_cost_vectors): Cast return value.
1127 (ira_allocate_cost_vector): Likewise.
1128 * ira-color.c (struct update_cost_record): Remove unused members.
1129 * lra-int.h (struct lra_live_range): Likewise.
1130 (struct lra_copy): Likewise.
1131 (struct lra_insn_reg): Likewise.
1132 * lra-lives.c (lra_live_ranges_finish): Release new static allocator.
1133 * lra.c (new_insn_reg): Replace new operator with allocate method.
1134 (free_insn_regs): Same for operator delete.
1135 (finish_insn_regs): Release new static allocator.
1136 (finish_insn_recog_data): Likewise.
1137 (lra_free_copies): Replace delete operator with remove method.
1138 (lra_create_copy): Replace operator new with allocate method.
1139 (invalidate_insn_data_regno_info): Same for remove method.
1140 * regcprop.c (struct queued_debug_insn_change): Remove unused members.
1141 (free_debug_insn_changes): Replace delete operator with remove method.
1142 (replace_oldest_value_reg): Replace operator new with allocate method.
1143 (pass_cprop_hardreg::execute): Release new static variable.
1144 * sched-deps.c (sched_deps_init): Change pool_allocator to
1145 object_allocator.
1146 * sel-sched-ir.c: Likewise.
1147 * sel-sched-ir.h: Likewise.
1148 * stmt.c (expand_case): Likewise.
1149 (expand_sjlj_dispatch_table): Likewise.
1150 * tree-sra.c (struct access): Remove unused members.
1151 (struct assign_link): Likewise.
1152 (sra_deinitialize): Release newly added static pools.
1153 (create_access_1):Replace operator new with allocate method.
1154 (build_accesses_from_assign): Likewise.
1155 (create_artificial_child_access): Likewise.
1156 * tree-ssa-math-opts.c (pass_cse_reciprocals::execute): Change
1157 pool_allocator to object_allocator.
1158 * tree-ssa-pre.c: Likewise.
1159 * tree-ssa-reassoc.c: Likewise.
1160 * tree-ssa-sccvn.c (allocate_vn_table): Likewise.
1161 * tree-ssa-strlen.c: Likewise.
1162 * tree-ssa-structalias.c: Likewise.
1163 * var-tracking.c (onepart_pool_allocate): New function.
1164 (unshare_variable): Use the newly added function.
1165 (variable_merge_over_cur): Likewise.
1166 (variable_from_dropped): Likewise.
1167 (variable_was_changed): Likewise.
1168 (set_slot_part): Likewise.
1169 (emit_notes_for_differences_1): Likewise.
1170 (vt_finalize): Release newly added static pools.
1171
1172 2015-07-16 Martin Jambor <mjambor@suse.cz>
1173
1174 * ipa-prop.h (param_aa_status): Rename to ipa_param_aa_status. Adjust
1175 all uses. Fix two typos in its general comment.
1176 (func_body_info): Rename to ipa_func_body_info. Adjust all uses.
1177
1178 2015-07-16 Ilya Enkovich <enkovich.gnu@gmail.com>
1179
1180 * config/i386/linux-common.h (LINK_MPX): New.
1181 (MPX_SPEC): Use LINK_MPX instead of %(link_mpx).
1182 * configure.ac: Add HAVE_LD_BNDPLT_SUPPORT macro
1183 indicating '-z bndplt' support by linker.
1184 * configure: Regenerate.
1185 * config.in: Regenerate.
1186
1187 2015-07-16 Richard Biener <rguenther@suse.de>
1188
1189 * fold-const.c (fold_widened_comparison): Remove.
1190 (fold_sign_changed_comparison): Likewise.
1191 (fold_comparison): Move widened and sign-changed comparison
1192 simplification ...
1193 * match.pd: ... to patterns here.
1194 * generic-match-head.c: Include target.h.
1195 * gimple-match-head.c: Likewise.
1196
1197 2015-07-16 Richard Biener <rguenther@suse.de>
1198
1199 * tree-ssa-dom.c (dom_valueize): New function.
1200 (record_temporary_equivalences): Also record equivalences
1201 for dominating stmts that have uses of equivalences we are
1202 about to record.
1203
1204 2015-07-16 Bin Cheng <bin.cheng@arm.com>
1205
1206 * tree-ssa-loop-ivopts.c (add_candidate): Remove call to
1207 add_autoinc_candidates.
1208 (add_iv_candidate_for_biv): Rename to add_iv_candidate_for_biv.
1209 (add_iv_candidate_for_biv): Rename from add_iv_candidate_for_biv.
1210 (add_old_ivs_candidates): Rename to add_iv_candidate_for_bivs.
1211 (add_iv_candidate_for_bivs): Rename from add_old_ivs_candidates.
1212 Call new function.
1213 (add_iv_value_candidates): Rename to add_iv_candidate_for_use.
1214 (add_iv_candidate_for_use): Rename from add_iv_value_candidates.
1215 Remove parameter struct iv*. Call add_autoinc_candidates here.
1216 (add_derived_ivs_candidates): Rename to add_iv_candidate_for_uses.
1217 (add_iv_candidate_for_uses): Rename from add_derived_ivs_candidates.
1218 Call new function.
1219 (find_iv_candidates): Call new functions.
1220
1221 2015-07-16 Sandra Loosemore <sandra@codesourcery.com>
1222
1223 * config/nios2/nios2.c (nios2_emit_stack_limit_check): Fix
1224 uninitialized-variable warning.
1225
1226 2015-07-16 Kaz Kojima <kkojima@gcc.gnu.org>
1227
1228 PR target/65249
1229 * config/sh/sh.md (movdi): Split simple reg move to two movsi
1230 when the destination is R0.
1231
1232 2015-07-16 Uros Bizjak <ubizjak@gmail.com>
1233
1234 PR target/66866
1235 * config/i386/i386-protos.h (ix86_expand_pextr): New prototype.
1236 * config/i386/i386.c (ix86_expand_pextr): New function.
1237 (ix86_expand_pinsr): Handle V1TI and TI modes. Call ix86_expand_pextr
1238 for non-lowpart subregs.
1239 * config/i386/i386.md (extzv<mode>): Expand with ix86_expand_pextr.
1240 (insv<mode>): Use SWI248 mode iterator.
1241 (insv<mode>_1): Ditto.
1242
1243 2015-07-15 Aditya Kumar <aditya.k7@samsung.com>
1244 Sebastian Pop <s.pop@samsung.com>
1245
1246 * graphite-sese-to-poly.c (rewrite_cross_bb_scalar_deps): Point
1247 iterator to use_stmt.
1248
1249 2015-07-15 Aditya Kumar <aditya.k7@samsung.com>
1250 Sebastian Pop <s.pop@samsung.com>
1251
1252 * graphite-scop-detection.c (build_scops_1): Discard scops for
1253 which entry==exit.
1254
1255 2015-07-15 Aditya Kumar <aditya.k7@samsung.com>
1256 Sebastian Pop <s.pop@samsung.com>
1257
1258 * graphite-scop-detection.c (stmt_simple_for_scop_p): Bail out in
1259 case of a return statement in scop.
1260
1261 2015-07-15 Aditya Kumar <aditya.k7@samsung.com>
1262 Sebastian Pop <s.pop@samsung.com>
1263
1264 * graphite-sese-to-poly.c (parameter_index_in_region): Only handle
1265 INTEGER_TYPE parameters.
1266 (scan_tree_for_params): Handle REAL_CST, COMPLEX_CST, and
1267 VECTOR_CST in scan_tree_for_params.
1268 (add_conditions_to_domain): Only constrain on INTEGER_TYPE.
1269
1270 2015-07-15 Andrew MacLeod <amacleod@redhat.com>
1271
1272 * gimple-pretty-print.h: Don't include pretty-print.h.
1273 * tree-streamer.h: Don't include lto-streamer.h.
1274 * gimple-streamer.h: Include tree-streamer.h rather than lto-streamer.h.
1275 * gimple-streamer-in.c: Remove redundant includes.
1276 * gimple-streamer-out.c: Likewise.
1277 * ipa-devirt.c: Likewise.
1278 * ipa-icf.c: Likewise.
1279 * ipa-inline-analysis.c: Likewise.
1280 * ipa-polymorphic-call.c: Likewise.
1281 * ipa-profile.c: Likewise.
1282 * ipa-prop.c: Likewise.
1283 * ipa-pure-const.c: Likewise.
1284 * lto-cgraph.c: Likewise.
1285 * lto-streamer-in.c: Likewise.
1286 * lto-streamer-out.c: Likewise.
1287 * lto-streamer.c: Likewise.
1288 * tree-streamer-in.c: Likewise.
1289 * tree-streamer-out.c: Likewise.
1290 * tree-streamer.c: Likewise.
1291
1292 2015-07-15 Andrew MacLeod <amacleod@redhat.com>
1293
1294 * opth-gen.awk: Check for UNKNOWN_LOCATION rather than GCC_TM_H, don't
1295 include input.h.
1296 * opts.c: Remove multiline #include comment.
1297
1298 2015-07-15 Nathan Sidwell <nathan@codesourcery.com>
1299
1300 * config/nvptx/mkoffload.c (process): Add C++ protection to
1301 emitted code.
1302
1303 2015-07-14 Michael Meissner <meissner@linux.vnet.ibm.com>
1304
1305 PR target/66854
1306 * config/rs6000/rs6000.c (rs6000_pass_by_reference): Move test for
1307 null before IEEE 128-bit floating point support patch.
1308
1309 2015-07-15 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
1310
1311 * simplify-rtx.c (simplify_ternary_operation): Add simplification
1312 for (!c) != {0,...,0} ? a : b for vector modes.
1313
1314 2015-07-15 Paolo Bonzini <bonzini@gnu.org>
1315 Martin Jambor <mjambor@suse.cz>
1316
1317 * ipa-inline-analysis.c (unmodified_parm_or_parm_agg_item): Accept
1318 struct func_body_info* instead of struct ipa_node_params*, expecting
1319 fbi->info to be filled in. Replace throughout. Adjust call to
1320 ipa_load_from_parm_agg.
1321 (set_cond_stmt_execution_predicate): Accept struct func_body_info*
1322 instead of struct ipa_node_params*. Adjust calls to other functions
1323 so that they pass either fbi or fbi->info.
1324 (set_switch_stmt_execution_predicate): Likewise.
1325 (will_be_nonconstant_predicate): Likewise.
1326 (compute_bb_predicates): Likewise.
1327 (estimate_function_body_sizes): Move asserts earlier. Fill in
1328 struct func_body_info, replace parms_info with fbi.info. Adjust
1329 calls to functions that now accept struct func_body_info.
1330 * ipa-prop.c (param_aa_status, struct ipa_bb_info): Move to ipa-prop.h.
1331 (struct func_body_info): Likewise.
1332 (ipa_load_from_parm_agg_1): Rename to ipa_load_from_parm_agg,
1333 remove static. Adjust callers.
1334 (ipa_load_from_parm_agg): Remove.
1335 * ipa-prop.h (param_aa_status, ipa_bb_info): Move from ipa-prop.c.
1336 (func_body_info): Likewise.
1337 (ipa_load_from_parm_agg): Adjust prototype.
1338
1339 2015-07-12 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
1340
1341 * gensupport.c (rtx_handle_directive): Adjust.
1342 * read-rtl.c (apply_iterators): Take vector to add rtxs to
1343 instead of expr list rtx.
1344 (add_define_attr_for_define_subst): Likewise.
1345 (add_define_subst_attr): Likewise.
1346 (read_subst_mapping): Likewise.
1347 (read_rtx): Likewise.
1348 * rtl.h (read_rtx): Adjust.
1349
1350 2015-07-15 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
1351
1352 * config/aarch64/aarch64.md (*csinc2<mode>_insn): Use cinc mnemonic.
1353
1354 2015-07-15 Uros Bizjak <ubizjak@gmail.com>
1355
1356 PR target/58066
1357 * config/i386/i386.md (*tls_global_dynamic_64_<mode>): Depend on SP_REG.
1358 (*tls_local_dynamic_base_64_<mode>): Ditto.
1359 (*tls_local_dynamic_base_64_largepic): Ditto.
1360 (tls_global_dynamic_64_<mode>): Update expander pattern.
1361 (tls_local_dynamic_base_64_<mode>): Ditto.
1362
1363 2015-07-15 Richard Biener <rguenther@suse.de>
1364
1365 * fold-const.c (fold_binary_loc): Move bool_var != 0 -> bool_var
1366 and bool_var == 1 -> bool_var simplifications ...
1367 * match.pd: ... to patterns here. Factor out negate_expr_p
1368 cases from the A - B -> A + (-B) patterns as negate_expr_p
1369 predicate and add a -(A + B) -> (-B) - A pattern.
1370
1371 2015-07-15 Robert Suchanek <robert.suchanek@imgtec.com>
1372
1373 * config/mips/mips.c (mips_emit_save_slot_move): Fix typo.
1374
1375 2015-07-15 Matthew Fortune <matthew.fortune@imgtec.com>
1376 Robert Suchanek <robert.suchanek@imgtec.com>
1377
1378 * config/mips/mips.c (mips_int_mask): New enum.
1379 (mips_shadow_set): Likewise.
1380 (int_mask): New variable.
1381 (use_shadow_register_set_p): Change type to enum mips_shadow_set.
1382 (machine_function): Add int_mask and use_shadow_register_set.
1383 (mips_attribute_table): Add attribute handlers for interrupt and
1384 use_shadow_register_set.
1385 (mips_interrupt_mask): New static function.
1386 (mips_handle_interrupt_attr): Likewise.
1387 (mips_handle_use_shadow_register_set_attr): Likewise.
1388 (mips_use_shadow_register_set): Change return type to enum
1389 mips_shadow_set. Add argument handling for use_shadow_register_set
1390 attribute.
1391 (mips_interrupt_extra_called_saved_reg_p): Update the conditional to
1392 compare with mips_shadow_set enum.
1393 (mips_compute_frame_info): Add interrupt mask and
1394 use_shadow_register_set to per-function information structure.
1395 Add a stack slot for EPC unconditionally.
1396 (mips_expand_prologue): Compare use_shadow_register_set value
1397 with mips_shadow_set enum. Save EPC always in K1, clobber only K1 for
1398 masked interrupt register but in EIC mode use K0 and save Cause in K0.
1399 EPC saved and restored unconditionally. Use PMODE_INSN macro when
1400 copying the stack pointer from the shadow register set.
1401 * config/mips/mips.h (SR_IM0): New define.
1402 * config/mips/mips.md (mips_rdpgpr): Rename to...
1403 (mips_rdpgpr_<mode>): ...this. Use the Pmode iterator.
1404 * doc/extend.texi (Declaring Attributes of Functions): Document
1405 optional arguments for interrupt and use_shadow_register_set
1406 attributes.
1407
1408 2015-07-15 Robert Suchanek <robert.suchanek@imgtec.com>
1409
1410 * config/mips/mips.c (mips_compute_frame_info): Allow -mhard-float in
1411 interrupt attribute.
1412 (mips_expand_prologue): Disable the floating point unit in an ISR.
1413 * config/mips/mips.h (SR_COP1): New define.
1414
1415 2015-07-15 Richard Biener <rguenther@suse.de>
1416
1417 * genmatch.c (parser::peek, parser::peek_ident): Add argument
1418 to tell how many tokens to peek ahead (default 1).
1419 (parser::eat_token, parser::eat_ident): Return token consumed.
1420 (parser::parse_result): Parse new switch statement.
1421 * match.pd: Use case statements where appropriate.
1422
1423 2015-07-15 Uros Bizjak <ubizjak@gmail.com>
1424
1425 PR rtl-optimization/58066
1426 * calls.c (expand_call): Precompute register parameters before stack
1427 alignment is performed.
1428
1429 2015-07-15 Uros Bizjak <ubizjak@gmail.com>
1430
1431 PR rtl-optimization/66838
1432 * postreload.c (reload_cse_move2add): Also process
1433 CALL_INSN_FUNCTION_USAGE when resetting information of
1434 call-clobbered registers.
1435
1436 2015-07-14 Sandra Loosemore <sandra@codesourcery.com>
1437 Cesar Philippidis <cesar@codesourcery.com>
1438 Chung-Lin Tang <cltang@codesourcery.com>
1439
1440 * config/nios2/constraints.md (U, v): New constraints.
1441 * config/nios2/predicates.md (rdprs_dcache_operand): New.
1442 (ldstex_memory_operand): New.
1443 * config/nios2/sync.md: New file.
1444 * config/nios2/nios2.md (unspecv): Add new builtin function
1445 UNSPECV codes.
1446 (rdprs, flushd, flushda, wrpie, eni): New patterns.
1447 (top-level): Include sync.md.
1448 * config/nios2/nios2.c (N2_FTYPES): Add function types for
1449 new builtins.
1450 (N2_BUILTINS): Add arch field setting, add new builtins.
1451 (enum nios2_builtin_code,nios2_builtins): Update N2_BUILTIN_DEF
1452 for arch field.
1453 (nios2_expand_ldst_builtin): Rename from nios2_expand_ldstio_builtin.
1454 Also handle ldex/stex/ldsex/stsex builtins.
1455 (nios2_expand_rdprs_builtin): New function.
1456 (nios2_expand_cache_builtin): New function.
1457 (nios2_expand_wrpie_builtin): New function.
1458 (nios2_expand_eni_builtin): New function.
1459 (nios2_expand_builtin): Add arch field handling and new builtin
1460 cases.
1461 * doc/extend.texi (Altera Nios II Built-in Functions): Document
1462 new builtins.
1463 * doc/md.texi (Machine Constraints): Document U and v constraints.
1464
1465 2015-07-14 Sandra Loosemore <sandra@codesourcery.com>
1466 Cesar Philippidis <cesar@codesourcery.com>
1467 Chung-Lin Tang <cltang@codesourcery.com>
1468
1469 * config/nios2/nios2-protos.h (nios2_expand_return): Declare.
1470 * config/nios2/nios2.c (struct GTY (()) machine_function): Add
1471 callee_save_reg_size and uses_anonymous_args fields.
1472 (nios2_compute_frame_layout): Update for CDX push.n/pop.n usage.
1473 (nios2_create_cfa_notes): New function.
1474 (nios2_adjust_stack): New function for adjusting stack.
1475 (nios2_expand_prologue): Update for CDX push.n/pop.n usage.
1476 Use nios2_adjust_stack.
1477 (nios2_expand_epilogue): Likewise.
1478 (nios2_expand_return): New function.
1479 (nios2_can_use_return_insn): Update for CDX pop.n usage.
1480 (nios2_setup_incoming_varargs): Set uses_anonymous_args flag.
1481 If TARGET_HAS_CDX, defer pushing regs to nios2_expand_prologue.
1482 * config/nios2/nios2.md (return): Use nios2_expand_return.
1483
1484 2015-07-14 Sandra Loosemore <sandra@codesourcery.com>
1485 Cesar Philippidis <cesar@codesourcery.com>
1486 Chung-Lin Tang <cltang@codesourcery.com>
1487
1488 * config/nios2/predicates.md (pop_operation): New.
1489 (ldwm_operation, stwm_operation): New.
1490 (nios2_hard_register_operand): New.
1491 * config/nios2/nios2-protos.h (pop_operation_p): Declare.
1492 (ldstwm_operation_p): Declare.
1493 (gen_ldstwm_peep): Declare.
1494 * config/nios2/nios2.c: (nios2_ldst_parallel): Declare.
1495 (base_reg_adjustment_p): New.
1496 (pop_operation_p): New.
1497 (CDX_LDSTWM_VALID_REGS_0, CDX_LDSTWM_VALID_REGS_1): Define.
1498 (nios2_ldstwm_regset_p): New.
1499 (ldstwm_operation_p): New.
1500 (gen_ldst): New.
1501 (nios2_ldst_parallel): New.
1502 (struct ldswm_operand): Declare.
1503 (compare_ldstwm_operands): New.
1504 (can_use_cdx_ldstw): New.
1505 (gen_ldstwm_peep): New.
1506 * config/nios2/nios2-ldstwm.sml: New.
1507 * config/nios2/nios2.md: Include ldstwm.md.
1508 * config/nios2/ldstwm.md: Generated.
1509
1510 2015-07-14 Sandra Loosemore <sandra@codesourcery.com>
1511 Cesar Philippidis <cesar@codesourcery.com>
1512 Chung-Lin Tang <cltang@codesourcery.com>
1513
1514 * config/nios2/nios2.h (LABEL_ALIGN): Define.
1515 (REG_ALLOC_ORDER): Define.
1516 (ADJUST_REG_ALLOC_ORDER): Define.
1517 (HONOR_REG_ALLOC_ORDER): Define.
1518 (CDX_REG_P): Define.
1519 (ANDCLEAR_INT): Define.
1520 * config/nios2/nios2-protos.h (nios2_add_insn_asm): Declare.
1521 (nios2_label_align): Declare.
1522 (nios2_cdx_narrow_form_p): Declare.
1523 (nios2_adjust_reg_alloc_order): Declare.
1524 * config/nios2/nios2.c (nios2_rtx_costs): Adjust for BMX zero-extract
1525 operation.
1526 (nios2_large_unspec_reloc_p): New function, split from...
1527 (nios2_legitimate_pic_operand_p): ...here.
1528 (nios2_emit_move_sequence): Add *high/*lo_sum constant expand code.
1529 (nios2_print_operand_punct_valid_p): New.
1530 (nios2_print_operand): Add %., %!, %x, %y, %A. Remove %U.
1531 (split_mem_address): New.
1532 (split_alu_insn): New.
1533 (cdxreg): New.
1534 (cdx_add_immed, cdx_and_immed, cdx_mov_immed, cdx_shift_immed): New.
1535 (enum nios2_add_insn_kind): New.
1536 (nios2_add_insn_names, nios2_add_insn_narrow): New.
1537 (nios2_add_insn_classify): New.
1538 (nios2_add_insn_asm): New.
1539 (nios2_cdx_narrow_form_p): New.
1540 (label_align, min_labelno, max_labelno): New.
1541 (nios2_reorg): New.
1542 (nios2_label_align): New.
1543 (nios2_adjust_reg_alloc_order): New.
1544 (TARGET_PRINT_OPERAND_PUNCT_VALID_P): Define.
1545 (TARGET_MACHINE_DEPENDENT_REORG): Define.
1546 * config/nios2/constraints.md (P): New constraint.
1547 * config/nios2/predicates.md (const_and_operand): New.
1548 (and_operand): New.
1549 (stack_memory_operand): New.
1550 * config/nios2/nios2.md (SP_REGNO): Define stack pointer regno.
1551 (length): Update to use nios2_cdx_narrow_form_p().
1552 (type): Add new insn type values.
1553 (control, alu, st, ld, shift): Update insn reservations with
1554 new insn type values.
1555 (*high, *lo_sum): Define new insn patterns for constant generation.
1556 (movqi_internal, movhi_internal, movsi_internal): Reduce
1557 alternatives, update asm template to handle CDX variants, update
1558 type attributes.
1559 (zero_extendhisi2, zero_extendqi<mode>2): Add CDX variants to asm
1560 template, update type attributes.
1561 (extendhisi2, extendqi<mode>2): Likewise.
1562 (addsi3): Change to use function for asm string.
1563 (subsi3): Add CDX notation to asm template, update type attributes.
1564 (negsi3, one_cmplsi3): Likewise.
1565 (andsi3): New pattern, specialized from logical patterns.
1566 (<code>si3): Remove and case, combine alternatives, update asm
1567 template.
1568 (<shift_op>si3): Add CDX notation, update type attributes.
1569 (rotrsi3): Update type attribute.
1570 (*merge, extzv, insv): New insn patterns.
1571 (return): Change to define_expand.
1572 (simple_return): Add CDX notation, update type attributes.
1573 (indirect_jump): Add CDX notation.
1574 (jump): Update asm cases, update length attribute expression.
1575 (*call, *call_value, *sibcall, *sibcall_value): Add CDX variant.
1576 (nios2_cbranch): Update asm cases and length attribute expression
1577 to handle CDX variants.
1578 (nios2_cmp<code>): Update asm template.
1579 (nop): Add CDX notation, update type attributes.
1580 (trap): Add CDX notation.
1581 (ctrapsi4): Update asm cases and length attribute expression to
1582 handle CDX variant.
1583 * doc/md.texi (Machine Constraints): Document P constraint.
1584
1585 2015-07-14 Sandra Loosemore <sandra@codesourcery.com>
1586 Cesar Philippidis <cesar@codesourcery.com>
1587 Chung-Lin Tang <cltang@codesourcery.com>
1588
1589 * config/nios2/nios2.h (SMALL_INT12): New macro.
1590 * config/nios2/nios2.c (nios2_valid_addr_offset_p): New function.
1591 (nios2_valid_addr_expr_p): Use it.
1592 (nios2_symbol_ref_in_small_data_p): Disallow GP-relative addressing
1593 with implicit "io" instructions on R2.
1594 * config/nios2/constraints.md (w): New constraint.
1595 * config/nios2/predicates.md (ldstio_memory_operand): New.
1596 * config/nios2/nios2.md (ld<bhw_uns>io, ld<bh>io): Update memory
1597 operand predicate and constraint.
1598 (ld<bh>io_signed, st<bhw>io>): Likewise.
1599 * doc/md.texi (Machine Constraints): Document w constraint.
1600
1601 2015-07-14 Sandra Loosemore <sandra@codesourcery.com>
1602 Cesar Philippidis <cesar@codesourcery.com>
1603 Chung-Lin Tang <cltang@codesourcery.com>
1604
1605 * config/nios2/nios2.opt (march, mbmx, mcdx): New options.
1606 * config/nios2/nios2-opts.h (enum nios2_arch_type): New enum for
1607 Nios II architecture level.
1608 * config/nios2/nios2.h (TARGET_ARCH_R2): New define.
1609 (TARGET_CPU_CPP_BUILTINS): Add definition of __nios2_arch__ symbol.
1610 (OPTION_DEFAULT_SPECS): Define.
1611 (ASM_SPEC): Add -march= spec strings.
1612 * config/nios2/nios2.c (nios2_option_override): Check for
1613 conflicts involving new options.
1614 * config.gcc (nios2*-*-*): Support --with-arch=.
1615 * doc/invoke.texi (Option Summary, Nios II Options): Document
1616 -march=, -mbmx, and -mcdx.
1617
1618 2015-07-14 Vladimir Makarov <vmakarov@redhat.com>
1619
1620 PR rtl-optimization/66626
1621 * lra-constraints.c (lra_constraints): Prevent equivalence
1622 substitution for static chain pseudo in functions with nonlocal
1623 goto.
1624
1625 2015-07-14 Sandra Loosemore <sandra@codesourcery.com>
1626
1627 * config/nios2/nios2.c (TEMP_REG_NUM): Move define up in file.
1628 (nios2_emit_stack_limit_check): Add size parameter. Handle
1629 -fstack-limit-symbol as well as -fstack-limit-register.
1630 (nios2_expand_prologue): Emit only a single stack limit check,
1631 even if multiple stack adjustments are required.
1632 (nios2_option_override): Diagnose unsupported combination of -fpic
1633 and -stack-limit-symbol.
1634
1635 2015-07-14 H.J. Lu <hongjiu.lu@intel.com>
1636
1637 * Makefile.in (top_srcdir): New.
1638 * configure.ac: Use AM_ZLIB.
1639 * configure: Regeneated.
1640
1641 2015-07-14 Matthias Klose <doko@ubuntu.com>
1642
1643 PR target/66840
1644 * config/rs6000/t-rs6000 (TM_H): Add rs6000-cpus.def.
1645
1646 2015-07-14 Richard Biener <rguenther@suse.de>
1647
1648 PR tree-optimization/66863
1649 * tree-vrp.c (register_edge_assert_for_2): Properly restrict
1650 what we record for conversion use stmt lhs inequalities.
1651
1652 2015-07-14 Richard Biener <rguenther@suse.de>
1653
1654 * genmatch.c (dt_node::gen_kids_1): Fix case label indenting.
1655 (decision_tree::gen_gimple): Likewise.
1656
1657 2015-07-14 Tom de Vries <tom@codesourcery.com>
1658
1659 * gcc.c (greater_than_spec_func): Declare forward.
1660 (LINK_COMMAND_SPEC, GOMP_SELF_SPECS): Use gt to ignore
1661 -ftree-parallelize-loops={0,1}.
1662 (static_spec_functions): Add greater_than_spec_func function with name
1663 "gt".
1664 (greater_than_spec_func): New function.
1665
1666 2015-07-14 Richard Biener <rguenther@suse.de>
1667
1668 * tree-ssa-dom.c (record_temporary_equivalences): Merge
1669 wideing type conversion case from record_equivalences_from_incoming_edge
1670 and use record_equality to record equivalences.
1671 (record_equivalences_from_incoming_edge): Call
1672 record_temporary_equivalences.
1673
1674 2015-07-14 Richard Biener <rguenther@suse.de>
1675
1676 * genmatch.c (struct operand): Add OP_IF and OP_WITH op_types.
1677 (struct if_expr): New.
1678 (struct with_expr): Likewise.
1679 (is_a_helper): Add helpers for if_expr and with_expr.
1680 (struct simplify): Add simplify_kind enum and member. Remove
1681 ifexpr_vec member.
1682 (simplify::simplify): Adjust.
1683 (lower_commutative): Adjust.
1684 (lower_opt_convert): Likewise.
1685 (lower_cond): Likewise.
1686 (replace_id): Handle with_expr and if_expr.
1687 (lower_for): Adjust.
1688 (dt_simplify::gen_1): New recursive worker, split out from ...
1689 (dt_simplify::gen): ... here. Deal with if and with expansion
1690 recursively.
1691 (capture_info::capture_info): Take context argument
1692 (capture_info::walk_result): Only analyze specific result.
1693 (parser::parse_result): New function.
1694 (parser::parse_simplify): Adjust to parse ifs with then end
1695 else case.
1696 (parser::parse_if): Simplify.
1697 (parser::parse_pattern): Pass down simplify kind.
1698 * match.pd: Convert if structure to new syntax.
1699
1700 2015-07-13 Marek Polacek <polacek@redhat.com>
1701
1702 * rtl.c (rtx_equal_p_cb): Fix typo.
1703
1704 2015-07-13 Andrew MacLeod <amacleod@redhat.com>
1705
1706 * omega.h: Don't include config.h, don't include params.h again if
1707 omega.h has already been included.
1708 * graphite-poly.h: Include sese.h.
1709 * graphite.c: Don't include sese.h, remove needless includes and
1710 minimize includes outside #ifdef HAVE_isl block.
1711 * graphite-blocking.c: Don't include sese.h, remove needless includes,
1712 and wrap entire file in #ifdef HAVE_isl
1713 * graphite-dependences.c: Likewise.
1714 * graphite-interchange.c: Likewise.
1715 * graphite-isl-ast-to-gimple.c: Likewise.
1716 * graphite-optimize-isl.c: Likewise.
1717 * graphite-poly.c: Likewise.
1718 * graphite-scop-detection.c: Likewise.
1719 * graphite-sese-to-poly.c: Likewise.
1720
1721 2015-07-13 Tom de Vries <tom@codesourcery.com>
1722
1723 * omp-low.c (build_receiver_ref): Mark *.omp_data_i as non-trapping.
1724
1725 2015-07-13 Renlin Li <renlin.li@arm.com>
1726
1727 PR rtl/66556
1728 * simplify-rtx.c (simplify_const_relational_operation): Add
1729 side_effects_p checks.
1730
1731 2015-07-12 Aldy Hernandez <aldyh@redhat.com>
1732
1733 * bitmap.h: Fix double word typos.
1734 * builtins.c: Same.
1735 * calls.c: Same.
1736 * cfgloopmanip.c: Same.
1737 * cgraph.c: Same.
1738 * cgraph.h: Same.
1739 * cgraphclones.c: Same.
1740 * combine.c: Same.
1741 * config/aarch64/aarch64-protos.h: Same.
1742 * config/aarch64/aarch64.c: Same.
1743 * config/aarch64/aarch64.md: Same.
1744 * config/arm/arm.md: Same.
1745 * config/arm/arm1020e.md: Same.
1746 * config/arm/arm1026ejs.md: Same.
1747 * config/arm/arm926ejs.md: Same.
1748 * config/arm/fa526.md: Same.
1749 * config/arm/fa606te.md: Same.
1750 * config/arm/fa626te.md: Same.
1751 * config/arm/fa726te.md: Same.
1752 * config/arm/fmp626.md: Same.
1753 * config/darwin.c: Same.
1754 * config/epiphany/epiphany.c: Same.
1755 * config/frv/frv.c: Same.
1756 * config/ft32/ft32.c: Same.
1757 * config/gnu-user.h: Same.
1758 * config/h8300/constraints.md: Same.
1759 * config/i386/i386.c: Same.
1760 * config/i386/i386.md: Same.
1761 * config/iq2000/iq2000.md: Same.
1762 * config/mips/mips.c: Same.
1763 * config/mmix/mmix.md: Same.
1764 * config/moxie/moxie.c: Same.
1765 * config/nds32/nds32.md: Same.
1766 * config/pa/pa.h: Same.
1767 * config/rs6000/aix.h: Same.
1768 * config/rs6000/rs6000.h: Same.
1769 * config/sh/sh.c: Same.
1770 * config/tilegx/tilegx.md: Same.
1771 * config/tilepro/gen-mul-tables.cc: Same.
1772 * cse.c: Same.
1773 * dbxout.c: Same.
1774 * doc/invoke.texi: Same.
1775 * dse.c: Same.
1776 * dwarf2out.c: Same.
1777 * final.c: Same.
1778 * gcc.c: Same.
1779 * genmatch.c: Same.
1780 * gimplify.c: Same.
1781 * hash-table.h: Same.
1782 * internal-fn.c: Same.
1783 * ipa-cp.c: Same.
1784 * ipa-devirt.c: Same.
1785 * ipa-icf.c: Same.
1786 * ipa-icf.h: Same.
1787 * ipa-profile.c: Same.
1788 * ipa-prop.c: Same.
1789 * ipa-prop.h: Same.
1790 * ira.c: Same.
1791 * omp-low.c: Same.
1792 * reg-stack.c: Same.
1793 * regcprop.c: Same.
1794 * reorg.c: Same.
1795 * rtl.h: Same.
1796 * sbitmap.h: Same.
1797 * tree-eh.c: Same.
1798 * tree-inline.c: Same.
1799 * tree-sra.c: Same.
1800 * tree-ssa-dom.c: Same.
1801 * tree-ssa-loop-ivopts.c: Same.
1802 * tree-ssa-structalias.c: Same.
1803 * tree-ssa-tail-merge.c: Same.
1804 * tree-ssa-ter.c: Same.
1805 * tree-ssa-threadupdate.c: Same.
1806 * tree-ssa-uninit.c: Same.
1807 * tree-ssanames.c: Same.
1808 * tree-vect-loop-manip.c: Same.
1809 * tree-vrp.c: Same.
1810 * tree.c: Same.
1811 * valtrack.c: Same.
1812 * vec.h: Same.
1813
1814 2015-07-12 Kugan Vivekanandarajah <kuganv@linaro.org>
1815
1816 PR middle-end/66726
1817 * tree-ssa-phiopt.c(factor_out_conditional_conversion): New function.
1818 tree_ssa_phiopt_worker): Call it.
1819
1820 2015-07-12 Kugan Vivekanandarajah <kuganv@linaro.org>
1821
1822 * cse.c (cse_insn): Calculate src_eqv for ZERO_EXTRACT.
1823 * emit-rtl.c (set_for_reg_notes): Allow ZERO_EXTRACT to set
1824 REG_EQUAL note.
1825
1826 2015-07-11 Marek Polacek <polacek@redhat.com>
1827
1828 PR middle-end/66353
1829 * basic-block.h (has_abnormal_call_or_eh_pred_edge_p): New function.
1830 * ira-lives.c (bb_has_abnormal_call_pred): Remove function.
1831 (process_bb_node_lives): Call has_abnormal_call_or_eh_pred_edge_p
1832 rather than bb_has_abnormal_call_pred.
1833 * lra-lives.c (bb_has_abnormal_call_pred): Remove function.
1834 (process_bb_lives): Call has_abnormal_call_or_eh_pred_edge_p
1835 rather than bb_has_abnormal_call_pred.
1836
1837 2015-07-10 Anatoly Sokolov <aesok@post.ru>
1838
1839 * config/v850/v850.h (REG_OK_FOR_BASE_P, REG_OK_FOR_INDEX_P,
1840 REG_OK_FOR_BASE_P_STRICT, REG_OK_FOR_INDEX_P_STRICT, STRICT,
1841 RTX_OK_FOR_BASE_P, GO_IF_LEGITIMATE_ADDRESS): Remove macros.
1842 * config/v850/v850.c (v850_reg_ok_for_base_, v850_rtx_ok_for_base_p,
1843 v850_legitimate_address_p): New functions.
1844 (TARGET_ADDR_SPACE_LEGITIMATE_ADDRESS_P): Define.
1845
1846 2015-07-10 H.J. Lu <hongjiu.lu@intel.com>
1847
1848 PR target/66819
1849 * config/i386/i386.c (ix86_function_ok_for_sibcall): Allow
1850 indirect sibcall with register arguments if register available
1851 for argument passing.
1852 (init_cumulative_args): Set cfun->machine->arg_reg_available
1853 to (cum->nregs > 0) or to true if function has a variable
1854 argument list.
1855 (function_arg_advance_32): Set cfun->machine->arg_reg_available
1856 to false if cum->nregs <= 0.
1857 * config/i386/i386.h (machine_function): Add arg_reg_available.
1858
1859 2015-07-10 Uros Bizjak <ubizjak@gmail.com>
1860
1861 * config/i386/sse.md (movdi_to_sse): Use gen_lowpart
1862 and gen_higpart instead of gen_rtx_SUBREG.
1863 * config/i386/i386.md
1864 (floatdi<X87MODEF:mode>2_i387_with_xmm splitter): Ditto.
1865 (read-modify peephole2): Use gen_lowpart instead of
1866 gen_rtx_SUBREG for operand 5.
1867
1868 2015-07-10 Andrew MacLeod <amacleod@redhat.com>
1869
1870 * config/tilepro/gen-mul-tables.cc (main): Change include list for
1871 generated files.
1872 * config/tilepro/mul-tables.c: Regenerate.
1873 * config/tilegx/mul-tables.c: Regenerate.
1874
1875 2015-07-10 Richard Biener <rguenther@suse.de>
1876
1877 * fold-const.c (distribute_bit_expr): Remove.
1878 (fold_binary_loc): Move simplifying (A & C1) + (B & C2)
1879 to (A & C1) | (B & C2), distributing (A & B) | (A & C)
1880 to A & (B | C) and simplifying A << C1 << C2 to ...
1881 * match.pd: ... patterns here.
1882
1883 2015-07-10 Jiong Wang <jiong.wang@arm.com>
1884
1885 * config/aarch64/aarch64.c (aarch64_load_symref_appropriately):
1886 Mark mem as READONLY and NOTRAP for PIC symbol.
1887
1888 2015-07-10 Andrew MacLeod <amacleod@redhat.com>
1889
1890 * gimple-predict.h: New file.
1891 (gimple_predict_predictor, gimple_predict_set_predictor,
1892 gimple_predict_outcome, gimple_predict_set_outcome,
1893 gimple_build_predict): Relocate here.
1894 * gimple.h (gimple_predict_predictor, gimple_predict_set_predictor,
1895 gimple_predict_outcome, gimple_predict_set_outcome): Move to
1896 gimple-predict.h.
1897 * gimple.c (gimple_build_predict): Move to gimple-predict.h
1898 * basic-block.h: Don't include cfghooks.h.
1899 * backend.h: Don't include predict.h.
1900 * cfghooks.h: Include predict.h.
1901 * gimple-pretty-print.c: Include gimple-predict.h.
1902 * gimplify.c: Likwise.
1903 * predict.c: Adjust includes.
1904 * tree-inline.c: Likewise.
1905 * asan.c: Likewise.
1906 * auto-inc-dec.c: Likewise.
1907 * auto-profile.c: Likewise.
1908 * bb-reorder.c: Likewise.
1909 * builtins.c: Likewise.
1910 * caller-save.c: Likewise.
1911 * calls.c: Likewise.
1912 * cfganal.c: Likewise.
1913 * cfgbuild.c: Likewise.
1914 * cfg.c: Likewise.
1915 * cfgcleanup.c: Likewise.
1916 * cfgexpand.c: Likewise.
1917 * cfghooks.c: Likewise.
1918 * cfgloopanal.c: Likewise.
1919 * cfgloop.c: Likewise.
1920 * cfgloopmanip.c: Likewise.
1921 * cfgrtl.c: Likewise.
1922 * cgraph.c: Likewise.
1923 * cgraphunit.c: Likewise.
1924 * combine.c: Likewise.
1925 * cprop.c: Likewise.
1926 * cse.c: Likewise.
1927 * dce.c: Likewise.
1928 * dojump.c: Likewise.
1929 * dse.c: Likewise.
1930 * except.c: Likewise.
1931 * expmed.c: Likewise.
1932 * expr.c: Likewise.
1933 * final.c: Likewise.
1934 * fold-const.c: Likewise.
1935 * function.c: Likewise.
1936 * fwprop.c: Likewise.
1937 * gcc-plugin.h: Likewise.
1938 * gcse.c: Likewise.
1939 * genattrtab.c: Likewise.
1940 * genemit.c: Likewise.
1941 * gengtype.c: Likewise.
1942 * genopinit.c: Likewise.
1943 * genoutput.c: Likewise.
1944 * genpreds.c: Likewise.
1945 * genrecog.c: Likewise.
1946 * gimple-fold.c: Likewise.
1947 * gimple-iterator.c: Likewise.
1948 * gimple-ssa-isolate-paths.c: Likewise.
1949 * gimple-ssa-strength-reduction.c: Likewise.
1950 * graph.c: Likewise.
1951 * graphite-blocking.c: Likewise.
1952 * graphite.c: Likewise.
1953 * graphite-dependences.c: Likewise.
1954 * graphite-interchange.c: Likewise.
1955 * graphite-isl-ast-to-gimple.c: Likewise.
1956 * graphite-optimize-isl.c: Likewise.
1957 * graphite-poly.c: Likewise.
1958 * graphite-scop-detection.c: Likewise.
1959 * graphite-sese-to-poly.c: Likewise.
1960 * haifa-sched.c: Likewise.
1961 * ifcvt.c: Likewise.
1962 * internal-fn.c: Likewise.
1963 * ipa-cp.c: Likewise.
1964 * ipa-profile.c: Likewise.
1965 * ipa-split.c: Likewise.
1966 * ipa-utils.c: Likewise.
1967 * ira-build.c: Likewise.
1968 * ira-color.c: Likewise.
1969 * ira-conflicts.c: Likewise.
1970 * ira-costs.c: Likewise.
1971 * ira-emit.c: Likewise.
1972 * ira-lives.c: Likewise.
1973 * jump.c: Likewise.
1974 * loop-doloop.c: Likewise.
1975 * loop-init.c: Likewise.
1976 * loop-invariant.c: Likewise.
1977 * loop-unroll.c: Likewise.
1978 * lower-subreg.c: Likewise.
1979 * lra-assigns.c: Likewise.
1980 * lra.c: Likewise.
1981 * lra-coalesce.c: Likewise.
1982 * lra-constraints.c: Likewise.
1983 * lra-lives.c: Likewise.
1984 * lto-cgraph.c: Likewise.
1985 * lto-streamer-in.c: Likewise.
1986 * mode-switching.c: Likewise.
1987 * modulo-sched.c: Likewise.
1988 * omp-low.c: Likewise.
1989 * optabs.c: Likewise.
1990 * passes.c: Likewise.
1991 * postreload.c: Likewise.
1992 * postreload-gcse.c: Likewise.
1993 * profile.c: Likewise.
1994 * recog.c: Likewise.
1995 * regstat.c: Likewise.
1996 * reload1.c: Likewise.
1997 * reorg.c: Likewise.
1998 * rtlanal.c: Likewise.
1999 * sched-ebb.c: Likewise.
2000 * sel-sched-ir.c: Likewise.
2001 * sese.c: Likewise.
2002 * shrink-wrap.c: Likewise.
2003 * simplify-rtx.c: Likewise.
2004 * stmt.c: Likewise.
2005 * store-motion.c: Likewise.
2006 * tracer.c: Likewise.
2007 * trans-mem.c: Likewise.
2008 * tree-call-cdce.c: Likewise.
2009 * tree-cfg.c: Likewise.
2010 * tree-cfgcleanup.c: Likewise.
2011 * tree-chkp.c: Likewise.
2012 * tree-complex.c: Likewise.
2013 * tree-eh.c: Likewise.
2014 * tree-if-conv.c: Likewise.
2015 * tree-loop-distribution.c: Likewise.
2016 * tree-outof-ssa.c: Likewise.
2017 * tree-parloops.c: Likewise.
2018 * tree-predcom.c: Likewise.
2019 * tree-pretty-print.c: Likewise.
2020 * tree-profile.c: Likewise.
2021 * tree-sra.c: Likewise.
2022 * tree-ssa.c: Likewise.
2023 * tree-ssa-coalesce.c: Likewise.
2024 * tree-ssa-dce.c: Likewise.
2025 * tree-ssa-dom.c: Likewise.
2026 * tree-ssa-forwprop.c: Likewise.
2027 * tree-ssa-ifcombine.c: Likewise.
2028 * tree-ssa-loop-ch.c: Likewise.
2029 * tree-ssa-loop-im.c: Likewise.
2030 * tree-ssa-loop-ivcanon.c: Likewise.
2031 * tree-ssa-loop-ivopts.c: Likewise.
2032 * tree-ssa-loop-manip.c: Likewise.
2033 * tree-ssa-loop-prefetch.c: Likewise.
2034 * tree-ssa-loop-unswitch.c: Likewise.
2035 * tree-ssa-math-opts.c: Likewise.
2036 * tree-ssa-phiopt.c: Likewise.
2037 * tree-ssa-pre.c: Likewise.
2038 * tree-ssa-reassoc.c: Likewise.
2039 * tree-ssa-sink.c: Likewise.
2040 * tree-ssa-tail-merge.c: Likewise.
2041 * tree-ssa-threadedge.c: Likewise.
2042 * tree-ssa-threadupdate.c: Likewise.
2043 * tree-switch-conversion.c: Likewise.
2044 * tree-tailcall.c: Likewise.
2045 * tree-vect-data-refs.c: Likewise.
2046 * tree-vect-loop.c: Likewise.
2047 * tree-vect-loop-manip.c: Likewise.
2048 * tree-vectorizer.c: Likewise.
2049 * tree-vrp.c: Likewise.
2050 * ubsan.c: Likewise.
2051 * value-prof.c: Likewise.
2052 * varasm.c: Likewise.
2053 * var-tracking.c: Likewise.
2054 * config/aarch64/aarch64-builtins.c: Likewise.
2055 * config/aarch64/aarch64.c: Likewise.
2056 * config/aarch64/cortex-a57-fma-steering.c: Likewise.
2057 * config/alpha/alpha.c: Likewise.
2058 * config/arc/arc.c: Likewise.
2059 * config/arm/arm.c: Likewise.
2060 * config/avr/avr.c: Likewise.
2061 * config/bfin/bfin.c: Likewise.
2062 * config/c6x/c6x.c: Likewise.
2063 * config/cr16/cr16.c: Likewise.
2064 * config/cris/cris.c: Likewise.
2065 * config/darwin.c: Likewise.
2066 * config/darwin-c.c: Likewise.
2067 * config/epiphany/epiphany.c: Likewise.
2068 * config/epiphany/mode-switch-use.c: Likewise.
2069 * config/epiphany/resolve-sw-modes.c: Likewise.
2070 * config/fr30/fr30.c: Likewise.
2071 * config/frv/frv.c: Likewise.
2072 * config/ft32/ft32.c: Likewise.
2073 * config/h8300/h8300.c: Likewise.
2074 * config/i386/i386.c: Likewise.
2075 * config/i386/winnt.c: Likewise.
2076 * config/ia64/ia64.c: Likewise.
2077 * config/iq2000/iq2000.c: Likewise.
2078 * config/lm32/lm32.c: Likewise.
2079 * config/m32c/m32c.c: Likewise.
2080 * config/m32r/m32r.c: Likewise.
2081 * config/m68k/m68k.c: Likewise.
2082 * config/mcore/mcore.c: Likewise.
2083 * config/mep/mep.c: Likewise.
2084 * config/microblaze/microblaze.c: Likewise.
2085 * config/mips/mips.c: Likewise.
2086 * config/mmix/mmix.c: Likewise.
2087 * config/mn10300/mn10300.c: Likewise.
2088 * config/moxie/moxie.c: Likewise.
2089 * config/msp430/msp430.c: Likewise.
2090 * config/nds32/nds32.c: Likewise.
2091 * config/nds32/nds32-cost.c: Likewise.
2092 * config/nds32/nds32-fp-as-gp.c: Likewise.
2093 * config/nds32/nds32-intrinsic.c: Likewise.
2094 * config/nds32/nds32-isr.c: Likewise.
2095 * config/nds32/nds32-md-auxiliary.c: Likewise.
2096 * config/nds32/nds32-memory-manipulation.c: Likewise.
2097 * config/nds32/nds32-pipelines-auxiliary.c: Likewise.
2098 * config/nds32/nds32-predicates.c: Likewise.
2099 * config/nios2/nios2.c: Likewise.
2100 * config/nvptx/nvptx.c: Likewise.
2101 * config/pa/pa.c: Likewise.
2102 * config/pdp11/pdp11.c: Likewise.
2103 * config/rl78/rl78.c: Likewise.
2104 * config/rs6000/rs6000.c: Likewise.
2105 * config/rx/rx.c: Likewise.
2106 * config/s390/s390.c: Likewise.
2107 * config/sh/sh.c: Likewise.
2108 * config/sh/sh-mem.cc: Likewise.
2109 * config/sh/sh_optimize_sett_clrt.cc: Likewise.
2110 * config/sh/sh_treg_combine.cc: Likewise.
2111 * config/sparc/sparc.c: Likewise.
2112 * config/spu/spu.c: Likewise.
2113 * config/stormy16/stormy16.c: Likewise.
2114 * config/tilegx/tilegx.c: Likewise.
2115 * config/tilepro/tilepro.c: Likewise.
2116 * config/v850/v850.c: Likewise.
2117 * config/vax/vax.c: Likewise.
2118 * config/visium/visium.c: Likewise.
2119 * config/xtensa/xtensa.c: Likewise.
2120
2121 2015-07-10 Richard Biener <rguenther@suse.de>
2122
2123 * genmatch.c (dt_node::gen_kids_1): Fix indenting of case labels.
2124 (decision_tree::gen_gimple): Likewise.
2125 (decision_tree::gen_generic): Likewise.
2126
2127 2015-07-10 Uros Bizjak <ubizjak@gmail.com>
2128
2129 PR target/66813
2130 * config/i386/i386.c (ix86_md_asm_adjust): Emit movstrictqi
2131 sequence for TARGET_ZERO_EXTEND_WITH_AND targets.
2132
2133 2015-07-10 Jakub Jelinek <jakub@redhat.com>
2134
2135 PR middle-end/66820
2136 * gimplify.c (maybe_fold_stmt): Don't fold in ORT_PARALLEL
2137 or ORT_TASK contexts.
2138 * omp-low.c (lower_omp): Call fold_stmt even if taskreg_nesting_level
2139 is non-zero.
2140
2141 2015-07-10 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
2142
2143 * expr.c (expand_cond_expr_using_cmove): Fix typos in comment
2144 above function.
2145
2146 2015-07-10 Tom de Vries <tom@codesourcery.com>
2147
2148 * tree-parloops.c (try_transform_to_exit_first_loop_alt): If not found,
2149 insert nit + 1 bound.
2150
2151 2015-07-10 Richard Biener <rguenther@suse.de>
2152
2153 * tree-if-conv.c (if_convertible_gimple_assign_stmt_p):
2154 Use ifcvt_could_trap_p also when not flag_tree_loop_if_convert_stores.
2155 (if_convertible_loop_p_1): For this always compute bb predicates.
2156 (if_convertible_loop_p): And free them.
2157
2158 2015-07-10 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
2159
2160 * ipa-icf.c (sem_item_optimizer::do_congruence_step): Fix typo
2161 in dump message.
2162
2163 2015-07-10 Richard Biener <rguenther@suse.de>
2164
2165 PR tree-optimization/66823
2166 * tree-if-conv.c (memrefs_read_or_written_unconditionally): Fix
2167 inverted predicate.
2168
2169 2015-07-09 Steve Ellcey <sellcey@imgtec.com>
2170
2171 * config/mips/mti-linux.h (MIPS_SYSVERSION_SPEC): Update
2172 to handle mips[32|64]r3 and mips[32|64]r5.
2173
2174 2015-07-09 Jakub Jelinek <jakub@redhat.com>
2175
2176 PR middle-end/66633
2177 * tree-nested.c (get_static_chain): Or in a flag into
2178 info->static_chain_added.
2179 (get_frame_field, get_nonlocal_debug_decl): Likewise.
2180 (convert_nonlocal_omp_clauses, convert_local_omp_clauses): Revert
2181 2015-07-01 changes.
2182 (convert_tramp_reference_stmt): If a frame_decl or chain_decl
2183 is needed newly inside of GIMPLE_OMP_{PARALLEL,TASK,TARGET} body,
2184 add it to clauses.
2185
2186 PR tree-optimization/66718
2187 * tree-vect-stmts.c (struct simd_call_arg_info): Add simd_lane_linear
2188 field.
2189 (vect_simd_lane_linear): New function.
2190 (vectorizable_simd_clone_call): Support using linear arguments for
2191 addresses of arrays elements indexed by GOMP_SIMD_LANE result.
2192
2193 2015-07-09 H.J. Lu <hongjiu.lu@intel.com>
2194
2195 PR target/66821
2196 * config/i386/i386.c (iamcu_cost): Adjust variable shift costs.
2197
2198 2015-07-09 Michael Meissner <meissner@linux.vnet.ibm.com>
2199
2200 * config/rs6000/rs6000-protos.h (rs6000_secondary_reload_memory):
2201 Use machine mode, not enum machine_mode in the prototype.
2202
2203 * config/rs6000/rs6000.h (FLOAT128_IEEE_P): New helper macros to
2204 classify 128-bit floating point support.
2205 (FLOAT128_IBM_P): Likewise.
2206 (FLOAT128_VECTOR_P): Likewise.
2207 (FLOAT128_2REG_P): Likewise.
2208 (SCALAR_FLOAT_MODE_NOT_VECTOR_P): Likewise.
2209 (SLOW_UNALIGNED_ACCESS): Add IEEE 128-bit floating point support.
2210 (HARD_REGNO_CALLER_SAVE_MODE): Likewise.
2211 (HARD_REGNO_CALL_PART_CLOBBERED): Likewise.
2212
2213 * config/rs6000/rs6000.c (rs6000_hard_regno_nregs_internal): Drop
2214 tests against TFmode/TDmode, since those modes do not use VSX
2215 addresses.
2216 (rs6000_hard_regno_mode_ok): Add IEEE 128-bit floating point
2217 support.
2218 (rs6000_init_hard_regno_mode_ok): Use new helper macros instead of
2219 tests against TFmode, etc.
2220 (invalid_e500_subreg): Add tests against IFmode/KFmode.
2221 (reg_offset_addressing_ok_p): Likewise.
2222 (rs6000_legitimate_offset_address_p): Likewise.
2223 (rs6000_legitimize_address): Likewise.
2224 (rs6000_legitimize_reload_address): Likewise.
2225 (rs6000_legitimate_address_p): Clean up tests against TFmode and
2226 TDmode to use the new helper macros, which will include IFmode and
2227 KFmode.
2228 (rs6000_emit_move): Likewise.
2229 (rs6000_darwin64_record_arg_recurse): Likewise.
2230 (print_operand): Likewise.
2231 (rs6000_member_type_forces_blk): Treat IEEE 128-bit floating point
2232 that uses a single vector register as a vector and not as a
2233 floating point register in terms of the calling sequence.
2234 (rs6000_discover_homogeneous_aggregate): Likewise.
2235 (rs6000_return_in_memory): Likewise.
2236 (init_cumulative_args): Likewise.
2237 (rs6000_function_arg_boundary): Likewise.
2238 (rs6000_function_arg_advance_1): Likewise.
2239 (rs6000_function_arg): Likewise.
2240 (rs6000_pass_by_reference): Likewise.
2241 (rs6000_gimplify_va_arg): Likewise.
2242 (rs6000_secondary_reload_memory): Use machine_mode not enum
2243 machine mode.
2244 (rs6000_split_multireg_move): Use new helper macros.
2245 (spe_func_has_64bit_regs_p): Likewise.
2246 (rs6000_output_function_epilogue): Add IFmode/KFmode support.
2247 (output_toc): Use new helper macros.
2248 (rs6000_register_move_cost): Likewise.
2249 (rs6000_function_value): Add IEEE 128-bit floating point calling
2250 sequence support.
2251 (rs6000_libcall_value): Likewise.
2252 (rs6000_scalar_mode_supported_p): Add support for IEEE 128-bit
2253 floating point support.
2254 (rs6000_vector_mode_supported_p): Likewise.
2255
2256 2015-07-09 Vladimir Makarov <vmakarov@redhat.com>
2257
2258 PR rtl-optimization/66782
2259 * lra-int.h (struct lra_insn_recog_data): Add comment about
2260 clobbered hard regs for arg_hard_regs.
2261 * lra.c (lra_set_insn_recog_data): Add clobbered hard regs.
2262 * lra-lives.c (process_bb_lives): Process clobbered hard regs.
2263 Add condition for processing used hard regs.
2264 * lra-constraints.c (update_ebb_live_info, inherit_in_ebb):
2265 Process clobbered hard regs.
2266
2267 2015-07-09 Michael Matz <matz@suse.de>
2268
2269 * genmatch.c (fprintf_indent): New function.
2270 (operand::gen_transform): Add indent parameter.
2271 (expr::gen_transform, c_expr::gen_transform,
2272 capture::gen_transform): Ditto and use fprintf_indent.
2273 (dt_node::gen, dt_node::gen_kids, dt_node::gen_kids_1): Ditto.
2274 (dt_operand::gen, dt_operand::gen_predicate,
2275 dt_operand::gen_match_op, dt_operand::gen_gimple_expr,
2276 dt_operand::gen_generic_expr, dt_simplify::gen): Ditto.
2277 (decision_tree::gen_gimple): Adjust calls and indent generated
2278 code.
2279 (decision_tree::gen_generic): Ditto.
2280 (write_predicate): Ditto.
2281
2282 2015-07-08 Uros Bizjak <ubizjak@gmail.com>
2283
2284 PR target/66814
2285 * config/i386/predicates.md (nonimmediate_gr_operand): New predicate.
2286 * config/i386/i386.md (not peephole2): Use nonimmediate_gr_operand.
2287 (varous peephole2s): Use {GENERAL,SSE,MMX}_REGNO_P instead of
2288 {GENERAL,SSE,MMX}_REG_P where appropriate.
2289
2290 2015-07-09 Andrew MacLeod <amacleod@redhat.com>
2291
2292 * lto-streamer.h: Don't include target.h and alloc-pool.h.
2293 * builtins.c: Adjust includes.
2294 * gimple.c: Likewise.
2295 * ipa-icf.c: Likewise.
2296 * lto-opts.c: Likewise.
2297 * ipa-reference.c: Likewise.
2298 * lto-section-out.c: Likewise.
2299 * lto-streamer-in.c: Likewise.
2300 * lto-streamer-out.c: Likewise.
2301 * opts-global.c: Likewise.
2302 * symtab.c: Likewise.
2303 * tree-chkp.c: Likewise.
2304 * tree-ssa-live.c: Likewise.
2305 * tree-streamer-in.c: Likewise.
2306 * tree-streamer-out.c: Likewise.
2307 * config/darwin.c: Likewise.
2308 * config/i386/winnt.c: Likewise.
2309
2310 2015-07-09 Richard Biener <rguenther@suse.de>
2311
2312 * genmatch.c (struct expr): Add force_single_use flag.
2313 (expr::expr): Add copy constructor.
2314 (capture_info::walk_match): Gather force_single_use captures.
2315 (expr::gen_transform): Use possibly NULLified sequence.
2316 (dt_simplify::gen): Apply single-use restrictions by NULLifying
2317 seq if any constrained expr is not single-use.
2318 (parser::parse_expr): Refactor to allow multiple flags. Handle
2319 's' flag to force an expression have a single-use if the pattern
2320 simplifies to more than one statement.
2321 * match.pd: Convert most single_use conditionals to :s flags.
2322
2323 2015-07-09 H.J. Lu <hongjiu.lu@intel.com>
2324
2325 * config/i386/iamcu.h (ASM_OUTPUT_ALIGNED_BSS): New.
2326 (ASM_OUTPUT_MAX_SKIP_ALIGN): Likewise.
2327 (ASM_MAYBE_OUTPUT_ENCODED_ADDR_RTX): Likewise.
2328
2329 2015-07-09 Andrew MacLeod <amacleod@redhat.com>
2330
2331 * flags.h: Don't include flag-types.h or options.h.
2332 * opts-common.c: Adjust includes.
2333 * opts-global.c: Likewise.
2334 * common/config/epiphany/epiphany-common.c: Likewise.
2335
2336 2015-07-09 H.J. Lu <hongjiu.lu@intel.com>
2337
2338 PR target/66818
2339 * config/i386/i386.h (ATTRIBUTE_ALIGNED_VALUE): Defined to 32
2340 for IA MCU.
2341
2342 2015-07-09 H.J. Lu <hongjiu.lu@intel.com>
2343
2344 PR target/66817
2345 * config/i386/i386.c (ix86_return_in_memory): Return true
2346 if int_size_in_bytes returns negative for IA MCU.
2347
2348 2015-07-09 Marek Polacek <polacek@redhat.com>
2349
2350 PR tree-optimization/66718
2351 * Makefile.in (OBJS): Add gimple-laddress.o.
2352 * passes.def: Schedule pass_laddress.
2353 * timevar.def (DEFTIMEVAR): Add TV_GIMPLE_LADDRESS.
2354 * tree-pass.h (make_pass_laddress): Declare.
2355 * gimple-laddress.c: New file.
2356
2357 2015-07-09 Richard Biener <rguenther@suse.de>
2358
2359 * toplev.c (compile_file): Reset maximum_field_alignment after parsing.
2360
2361 2015-07-09 Richard Biener <rguenther@suse.de>
2362
2363 PR tree-optimization/66807
2364 * tree-chkp-opt.c (chkp_opt_fini): Free post dominator info.
2365
2366 2015-07-08 Kito Cheng <kito.cheng@gmail.com>
2367
2368 * function.c (stack_protect_epilogue): Use if rather than switch for
2369 check targetm.have_stack_protect_test.
2370
2371 2015-07-08 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
2372
2373 * defaults.h: Provide default for WORD_REGISTER_OPERATIONS.
2374 * config/alpha/alpha.h: Define WORD_REGISTER_OPERATIONS to 1.
2375 * config/arc/arc.h: Likewise.
2376 * config/arm/arm.h: Likewise.
2377 * config/bfin/bfin.h: Likewise.
2378 * config/epiphany/epiphany.h: Likewise.
2379 * config/frv/frv.h: Likewise.
2380 * config/ia64/ia64.h: Likewise.
2381 * config/iq2000/iq2000.h: Likewise.
2382 * config/lm32/lm32.h: Likewise.
2383 * config/m32r/m32r.h: Likewise.
2384 * config/mcore/mcore.h: Likewise.
2385 * config/mep/mep.h: Likewise.
2386 * config/microblaze/microblaze.h: Likewise.
2387 * config/mips/mips.h: Likewise.
2388 * config/mmix/mmix.h: Likewise.
2389 * config/mn10300/mn10300.h: Likewise.
2390 * config/nds32/nds32.h: Likewise.
2391 * config/nios2/nios2.h: Likewise.
2392 * config/pa/pa.h: Likewise.
2393 * config/rl78/rl78.h: Likewise.
2394 * config/sh/sh.h: Likewise.
2395 * config/sparc/sparc.h: Likewise.
2396 * config/stormy16/stormy16.h: Likewise.
2397 * config/tilegx/tilegx.h: Likewise.
2398 * config/tilepro/tilepro.h: Likewise.
2399 * config/v850/v850.h: Likewise.
2400 * config/xtensa/xtensa.h: Likewise.
2401 * doc/tm.texi: Regenerate.
2402 * doc/tm.texi.in: Adjust.
2403 * combine.c (simplify_set): Likewise.
2404 (simplify_comparison): Likewise.
2405 * expr.c (store_constructor): Likewise.
2406 * internal-fn.c (expand_arith_overflow): Likewise.
2407 * reload.c (push_reload): Likewise.
2408 (find_reloads): Likewise.
2409 (find_reloads_subreg_address): Likewise.
2410 * reload1.c (eliminate_regs_1): Likewise.
2411 * rtlanal.c (nonzero_bits1): Likewise.
2412 (num_sign_bit_copies1): Likewise.
2413 * simplify-rtx.c (simplify_truncation): Likewise.
2414
2415 2015-07-08 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
2416
2417 * auto-inc-dec.c (pass_inc_dec::execute): Don't check the value
2418 of AUTO_INC_DEC with the preprocessor.
2419 * combine.c (combine_instructions): Likewise.
2420 (can_combine_p): Likewise.
2421 (try_combine): Likewise.
2422 * emit-rtl.c (try_split): Likewise.
2423 * loop-invariant.c (calculate_loop_reg_pressure): Likewise.
2424 * lower-subreg.c (resolve_simple_move): Likewise.
2425 * lra.c (update_inc_notes): Likewise.
2426 * recog.c (asm_operand_ok): Likewise.
2427 (constrain_operands): Likewise.
2428 * regrename.c (scan_rtx_address): Likewise.
2429 * reload.c (update_auto_inc_notes): Likewise.
2430 (reg_inc_found_and_valid_p): Likewise.
2431 * reload1.c (reload): Likewise.
2432 (emit_input_reload_insns): Likewise.
2433 (delete_output_reload): Likewise.
2434 * sched-deps.c (init_insn_reg_pressure_info): Likewise.
2435 * valtrack.c (cleanup_auto_inc_dec): Likewise.
2436
2437 2015-07-08 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
2438
2439 * rtl.h: Always define AUTO_INC_DEC.
2440 * auto-inc-dec.c (pass_inc_dec::execute): Adjust.
2441 * combine.c (combine_instructions): Likewise.
2442 (can_combine_p): Likewise.
2443 (try_combine): Likewise.
2444 * emit-rtl.c (try_split): Likewise.
2445 * loop-invariant.c (calculate_loop_reg_pressure): Likewise.
2446 * lower-subreg.c (resolve_simple_move): Likewise.
2447 * lra.c (update_inc_notes): Likewise.
2448 * recog.c (asm_operand_ok): Likewise.
2449 (constrain_operands): Likewise.
2450 * regrename.c (scan_rtx_address): Likewise.
2451 * reload.c (update_auto_inc_notes): Likewise.
2452 (find_equiv_reg): Likewise.
2453 * reload1.c (reload): Likewise.
2454 (reload_as_needed): Likewise.
2455 (choose_reload_regs): Likewise.
2456 (emit_input_reload_insns): Likewise.
2457 (delete_output_reload): Likewise.
2458 * sched-deps.c (init_insn_reg_pressure_info): Likewise.
2459 * valtrack.c (cleanup_auto_inc_dec): Likewise.
2460
2461 2015-07-08 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
2462
2463 * combine.c (can_combine_def_p): Don't check the value of
2464 HARD_FRAME_POINTER_IS_FRAME_POINTER with the preprocessor.
2465 (combinable_i3pat): Likewise.
2466 (mark_used_regs_combine): Likewise.
2467 * regrename.c (rename_chains): Likewise.
2468 * reload.c (find_reloads_address): Likewise.
2469 * sel-sched.c (mark_unavailable_hard_regs): Likewise.
2470
2471 2015-07-08 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
2472
2473 * combine.c (update_rsp_from_reg_equal): Don't check if
2474 SHORT_IMMEDIATES_SIGN_EXTEND is defined.
2475 (reg_nonzero_bits_for_combine): Likewise.
2476 * config/alpha/alpha.h: Define SHORT_IMMEDIATES_SIGN_EXTEND to
2477 1.
2478 * config/frv/frv.h: Likewise.
2479 * config/lm32/lm32.h: Likewise.
2480 * config/mep/mep.h: Likewise.
2481 * config/mips/mips.h: Likewise.
2482 * config/rs6000/rs6000.h: Likewise.
2483 * config/sh/sh.h: Likewise.
2484 * config/tilegx/tilegx.h (enum reg_class): Likewise.
2485 * config/tilepro/tilepro.h: Likewise.
2486 * defaults.h: Add default for SHORT_IMMEDIATES_SIGN_EXTEND.
2487 * doc/tm.texi: Regenerate.
2488 * doc/tm.texi.in: Adjust.
2489 * rtlanal.c (nonzero_bits1): Likewise.
2490
2491 2015-07-08 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
2492
2493 * combine.c (do_SUBST_MODE): Don't check the value of HAVE_cc0
2494 with the preprocessor.
2495 (combine_instructions): Likewise.
2496 (try_combine): Likewise.
2497 (subst): Likewise.
2498 (distribute_notes): Likewise.
2499
2500 2015-07-08 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
2501
2502 * combine.c (try_combine): Don't check if LOAD_EXTEND_OP is
2503 defined.
2504 (simplify_set): Likewise.
2505 * cse.c (cse_insn): Likewise.
2506 * fold-const.c (fold_single_bit_test): Likewise.
2507 (fold_unary_loc): Likewise.
2508 * postreload.c (reload_cse_simplify_set): Likewise.
2509 (reload_cse_simplify_operands): Likewise.
2510
2511 2015-07-08 Jiong Wang <jiong.wang@arm.com>
2512
2513 * config/aarch64/aarch64.c (aarch64_unspec_may_trap_p): New function.
2514 (TARGET_UNSPEC_MAY_TRAP_P): Define as aarch64_unspec_may_trap_p.
2515
2516 2015-07-08 H.J. Lu <hongjiu.lu@intel.com>
2517
2518 PR target/66746
2519 * config/i386/x86intrin.h: Include <adxintrin.h> even if
2520 __iamcu__ is defined.
2521
2522 2015-07-08 Uros Bizjak <ubizjak@gmail.com>
2523
2524 * config/i386/predicates.md (general_reg_operand): Use GENERAL_REGNO_P.
2525
2526 2015-07-08 Iain Sandoe <iain@codesourcery.com>
2527
2528 PR target/66523
2529 * config/darwin.c (darwin_mark_decl_preserved): Exclude 'L' label
2530 names from preservation.
2531
2532 2015-07-08 H.J. Lu <hongjiu.lu@intel.com>
2533
2534 PR target/66806
2535 * config/i386/i386.c (type_natural_mode): Don't warn vector ABI
2536 change for IAMCU.
2537 (function_arg_advance_32): Don't pass vectors in registers for
2538 IAMCU.
2539 (function_arg_32): Likewise.
2540 (ix86_return_in_memory): Don't return vectors in registers for
2541 IAMCU.
2542
2543 2015-07-08 Vladimir Makarov <vmakarov@redhat.com>
2544
2545 PR middle-end/66334
2546 * ira-lives.c (process_bb_node_lives): Make conflicts with PIC
2547 hard regno live at the start of BB with incoming abnormal edges.
2548 * lra-lives.c (process_bb_lives): Ditto.
2549
2550 2015-07-08 Thomas Schwinge <thomas@codesourcery.com>
2551
2552 PR libgomp/65099
2553 * config/nvptx/mkoffload.c (main): Create an offload image only in
2554 64-bit configurations.
2555
2556 2015-07-08 Martin Liska <mliska@suse.cz>
2557
2558 PR bootstrap/66744
2559 * tree-sra.c (create_access_1): Call ctor without brackets.
2560 (create_artificial_child_access): Likewise.
2561
2562 2015-07-08 Richard Biener <rguenther@suse.de>
2563
2564 PR tree-optimization/66793
2565 * gimple-ssa-isolate-paths.c (insert_trap_and_remove_trailing_statemen):
2566 Properly split the block after stmts ending it.
2567
2568 2015-07-08 Richard Biener <rguenther@suse.de>
2569
2570 PR tree-optimization/66794
2571 * passes.c (execute_function_todo): Assert that post-dominators
2572 are not computed.
2573 * gimple-ssa-isolate-paths.c (gimple_ssa_isolate_erroneous_paths):
2574 Free post-dominators.
2575
2576 2015-07-08 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
2577
2578 * config/s390/s390.c (s390_init_frame_layout): Replace assertion
2579 with early exit.
2580
2581 2015-07-08 Uros Bizjak <ubizjak@gmail.com>
2582
2583 * config/i386/i386.md (*jcc_bt<mode>): Only allow const_int values
2584 more than or equal 8 and less than 32 when optimizing for size.
2585
2586 2015-07-08 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
2587
2588 * config/arm/arm.c (arm_new_rtx_costs): Initialise cost to
2589 COSTS_N_INSNS (1) and increment it appropriately throughout the
2590 function.
2591
2592 2015-07-08 Richard Biener <rguenther@suse.de>
2593
2594 * fold-const.c (fold_widened_comparison): Fix inverted comparison.
2595
2596 2015-07-08 Alan Modra <amodra@gmail.com>
2597
2598 * target.def (rtx_costs): Remove "code" param, add "mode".
2599 * rtl.h (rtx_cost, get_full_rtx_cost): Update prototype.
2600 (set_src_cost, get_full_set_src_cost): Likewise. Move later in file.
2601 (set_rtx_cost, get_full_set_rtx_cost): Move later in file.
2602 * rtlanal.c (rtx_cost): Add "mode" parameter. Update targetm.rtx_costs
2603 call. Track mode when given in rtx.
2604 (get_full_rtx_cost): Add "mode" parameter. Update rtx_cost calls.
2605 (default_address_cost): Pass Pmode to rtx_cost.
2606 (insn_rtx_cost): Pass dest mode of set to set_src_cost.
2607 * cprop.c (try_replace_reg): Ensure set_rtx_cost is not called
2608 with NULL set.
2609 * cse.c (COST, COST_IN): Add MODE param. Update all uses.
2610 (notreg_cost): Add mode param. Use it.
2611 * gcse.c (want_to_gcse_p): Delete forward declaration. Add
2612 mode param and pass to set_src_cost. Update all calls.
2613 (hash_scan_set): Formatting.
2614 * hooks.c (hook_bool_rtx_int_int_int_intp_bool_false): Delete.
2615 (hook_bool_rtx_mode_int_int_intp_bool_false): New function.
2616 * hooks.h: Ditto.
2617 * expmed.c (init_expmed_one_conv, init_expmed_one_mode,
2618 init_expmed, expand_mult, mult_by_coeff_cost, expand_smod_pow2,
2619 emit_store_flag): Update set_src_cost and rtx_cost calls.
2620 * auto-inc-dec.c (attempt_change): Likewise.
2621 * calls.c (precompute_register_parameters): Likewise.
2622 * combine.c (expand_compound_operation, make_extraction,
2623 force_to_mode, distribute_and_simplify_rtx): Likewise.
2624 * dojump.c (prefer_and_bit_test): Likewise.
2625 * dse.c (find_shift_sequence): Likewise.
2626 * expr.c (compress_float_constant): Likewise.
2627 * fwprop.c (should_replace_address, try_fwprop_subst): Likewise.
2628 * ifcvt.c (noce_try_sign_mask): Likewise.
2629 * loop-doloop.c (doloop_optimize): Likewise.
2630 * loop-invariant.c (create_new_invariant): Likewise.
2631 * lower-subreg.c (shift_cost, compute_costs): Likewise.
2632 * optabs.c (avoid_expensive_constant, prepare_cmp_insn,
2633 lshift_cheap_p): Likewise.
2634 * postreload.c (reload_cse_simplify_set, reload_cse_simplify_operands,
2635 try_replace_in_use, reload_cse_move2add): Likewise.
2636 * reload1.c (calculate_elim_costs_all_insns, note_reg_elim_costly):
2637 Likewise.
2638 * simplify-rtx.c (simplify_binary_operation_1): Likewise.
2639 * tree-ssa-loop-ivopts.c (computation_cost): Likewise.
2640 * tree-ssa-reassoc.c (optimize_range_tests_to_bit_test): Likewise.
2641 * tree-switch-conversion.c (emit_case_bit_tests): Likewise.
2642 * config/aarch64/aarch64.c (aarch64_rtx_costs): Delete "code" param,
2643 add "mode" param. Use "mode: in place of GET_MODE (x). Pass mode
2644 to rtx_cost calls.
2645 * config/alpha/alpha.c (alpha_rtx_costs): Likewise.
2646 * config/arc/arc.c (arc_rtx_costs): Likewise.
2647 * config/arm/arm.c (arm_rtx_costs): Likewise.
2648 * config/avr/avr.c (avr_rtx_costs, avr_rtx_costs_1): Likewise.
2649 * config/bfin/bfin.c (bfin_rtx_costs): Likewise.
2650 * config/c6x/c6x.c (c6x_rtx_costs): Likewise.
2651 * config/cris/cris.c (cris_rtx_costs): Likewise.
2652 * config/epiphany/epiphany.c (epiphany_rtx_costs): Likewise.
2653 * config/frv/frv.c (frv_rtx_costs): Likewise.
2654 * config/h8300/h8300.c (h8300_rtx_costs): Likewise.
2655 * config/i386/i386.c (ix86_rtx_costs): Likewise.
2656 * config/ia64/ia64.c (ia64_rtx_costs): Likewise.
2657 * config/iq2000/iq2000.c (iq2000_rtx_costs): Likewise.
2658 * config/lm32/lm32.c (lm32_rtx_costs): Likewise.
2659 * config/m32c/m32c.c (m32c_rtx_costs): Likewise.
2660 * config/m32r/m32r.c (m32r_rtx_costs): Likewise.
2661 * config/m68k/m68k.c (m68k_rtx_costs): Likewise.
2662 * config/mcore/mcore.c (mcore_rtx_costs): Likewise.
2663 * config/mep/mep.c (mep_rtx_cost): Likewise.
2664 * config/microblaze/microblaze.c (microblaze_rtx_costs): Likewise.
2665 * config/mips/mips.c (mips_rtx_costs): Likewise.
2666 * config/mmix/mmix.c (mmix_rtx_costs): Likewise.
2667 * config/mn10300/mn10300.c (mn10300_rtx_costs): Likewise.
2668 * config/msp430/msp430.c (msp430_rtx_costs): Likewise.
2669 * config/nds32/nds32-cost.c (nds32_rtx_costs_impl): Likewise.
2670 * config/nds32/nds32-protos.h (nds32_rtx_costs_impl): Likewise.
2671 * config/nds32/nds32.c (nds32_rtx_costs): Likewise.
2672 * config/nios2/nios2.c (nios2_rtx_costs): Likewise.
2673 * config/pa/pa.c (hppa_rtx_costs): Likewise.
2674 * config/pdp11/pdp11.c (pdp11_rtx_costs): Likewise.
2675 * config/rl78/rl78.c (rl78_rtx_costs): Likewise.
2676 * config/rs6000/rs6000.c (rs6000_rtx_costs): Likewise.
2677 * config/s390/s390.c (s390_rtx_costs): Likewise.
2678 * config/sh/sh.c (sh_rtx_costs): Likewise.
2679 * config/sparc/sparc.c (sparc_rtx_costs): Likewise.
2680 * config/spu/spu.c (spu_rtx_costs): Likewise.
2681 * config/stormy16/stormy16.c (xstormy16_rtx_costs): Likewise.
2682 * config/tilegx/tilegx.c (tilegx_rtx_costs): Likewise.
2683 * config/tilepro/tilepro.c (tilepro_rtx_costs): Likewise.
2684 * config/v850/v850.c (v850_rtx_costs): Likewise.
2685 * config/vax/vax.c (vax_rtx_costs): Likewise.
2686 * config/visium/visium.c (visium_rtx_costs): Likewise.
2687 * config/xtensa/xtensa.c (xtensa_rtx_costs): Likewise.
2688 * config/aarch64/aarch64.c (aarch64_rtx_mult_cost): Change type of
2689 "code" param, and pass as outer_code to first rtx_cost call. Pass
2690 mode to rtx_cost calls.
2691 (aarch64_address_cost, aarch64_if_then_else_costs): Update rtx_cost
2692 calls.
2693 (aarch64_rtx_costs_wrapper): Update.
2694 * config/arm/arm.c (arm_rtx_costs_1, arm_size_rtx_costs,
2695 arm_unspec_cost, arm_new_rtx_costs, arm_slowmul_rtx_costs): Update
2696 rtx_cost calls.
2697 * config/avr/avr.c (avr_final_prescan_insn): Update set_src_cost
2698 and rtx_cost calls.
2699 (avr_operand_rtx_cost): Similarly.
2700 (avr_rtx_costs_1): Correct mode passed to avr_operand_rtx_cost
2701 for subexpressions of ZERO_EXTEND, SIGN_EXTEND and COMPARE.
2702 * config/mips/mips.c (mips_stack_address_p): Comment typo.
2703 (mips_binary_cost): Update rtx_cost and set_src_cost calls.
2704 (mips_rtx_costs): Use GET_MODE (x) to detect const_int.
2705 * config/mn10300/mn10300.c (mn10300_address_cost): Pass Pmode to
2706 rtx_cost.
2707 (mn10300_rtx_costs): Correct mode passed to mn10300_address_cost.
2708 * config/rs6000/rs6000.c (rs6000_debug_rtx_costs): Update.
2709 * config/sh/sh.c (and_xor_ior_costs): Update rtx_cost call.
2710 * doc/tm.texi: Regenerate.
2711
2712 2015-07-07 Andrew MacLeod <amacleod@redhat.com>
2713
2714 * tree-core.h: Include symtab.h.
2715 * rtl.h: Include hard-reg-set.h but not flags.h.
2716 (HARD_CONST): Remove condition compilation involving HARD_CONST since
2717 hard-reg-set.h is always included.
2718 * regs.h: Don't include hard-reg-set.h or rtl.h.
2719 * cfg.h: Include dominance.h.
2720 * gimple.h: Include tree-ssa-alias.h and gimple-expr.h.
2721 * backend.h: New. Aggregate commonly used backend header files.
2722 * gimple-ssa.h: Don't include tree-hasher.h.
2723 * ssa.h: New. Aggregate commonly used SSA header files.
2724 * regset.h: Remove bitmap.h and hard-reg-set.h #includes.
2725 * sel-sched-ir.h: Flatten includes.
2726 * lra-int.h: Flatten completely.
2727 * sel-sched-dump.h: Flatten includes.
2728 * ira-int.h: Flatten includes.
2729 * gimple-streamer.h: Remove all includes.
2730 * cfgloop.h: Remove all #includes except cfgloopmanip.h.
2731 * resource.h: Flatten hard-reg-set.h and df.h.
2732 * sched-int.h: Flatten insn-arrt.h and df.h.
2733 * valtrack.h: flatten bitmap.h, df.h, and rtl.h
2734 * df.h: Flatten includes, leaving regset.h, alloc-pool.h and timevar.h.
2735 * genattrtab.c (write_header): Adjust generated includes.
2736 * genautomata.c (main): Likewise.
2737 * genconditions.c (write-header): Likewise.
2738 * genemit.c (main): Likewise.
2739 * gengtype.c (open_base_files): Likewise.
2740 * genopinit.c (main): Likewise.
2741 * genoutput.c (output_prologue): Likewise.
2742 * genpeep.c (main): Likewise.
2743 * genpreds.c (write_insn_preds_c): Likewise.
2744 * genrecog.c (write_header): Likewise.
2745 * alias.c: Adjust includes.
2746 * asan.c: Likewise.
2747 * attribs.c: Likewise.
2748 * auto-inc-dec.c: Likewise.
2749 * auto-profile.c: Likewise.
2750 * bb-reorder.c: Likewise.
2751 * bt-load.c: Likewise.
2752 * builtins.c: Likewise.
2753 * caller-save.c: Likewise.
2754 * calls.c: Likewise.
2755 * ccmp.c: Likewise.
2756 * cfg.c: Likewise.
2757 * cfganal.c: Likewise.
2758 * cfgbuild.c: Likewise.
2759 * cfgcleanup.c: Likewise.
2760 * cfgexpand.c: Likewise.
2761 * cfghooks.c: Likewise.
2762 * cfgloop.c: Likewise.
2763 * cfgloopanal.c: Likewise.
2764 * cfgloopmanip.c: Likewise.
2765 * cfgrtl.c: Likewise.
2766 * cgraph.c: Likewise.
2767 * cgraphbuild.c: Likewise.
2768 * cgraphclones.c: Likewise.
2769 * cgraphunit.c: Likewise.
2770 * cilk-common.c: Likewise.
2771 * combine-stack-adj.c: Likewise.
2772 * combine.c: Likewise.
2773 * compare-elim.c: Likewise.
2774 * convert.c: Likewise.
2775 * coverage.c: Likewise.
2776 * cppbuiltin.c: Likewise.
2777 * cprop.c: Likewise.
2778 * cse.c: Likewise.
2779 * cselib.c: Likewise.
2780 * data-streamer-in.c: Likewise.
2781 * data-streamer-out.c: Likewise.
2782 * data-streamer.c: Likewise.
2783 * dbxout.c: Likewise.
2784 * dce.c: Likewise.
2785 * ddg.c: Likewise.
2786 * debug.c: Likewise.
2787 * df-core.c: Likewise.
2788 * df-problems.c: Likewise.
2789 * df-scan.c: Likewise.
2790 * dfp.c: Likewise.
2791 * dojump.c: Likewise.
2792 * dominance.c: Likewise.
2793 * domwalk.c: Likewise.
2794 * double-int.c: Likewise.
2795 * dse.c: Likewise.
2796 * dumpfile.c: Likewise.
2797 * dwarf2asm.c: Likewise.
2798 * dwarf2cfi.c: Likewise.
2799 * dwarf2out.c: Likewise.
2800 * emit-rtl.c: Likewise.
2801 * et-forest.c: Likewise.
2802 * except.c: Likewise.
2803 * explow.c: Likewise.
2804 * expmed.c: Likewise.
2805 * expr.c: Likewise.
2806 * final.c: Likewise.
2807 * fixed-value.c: Likewise.
2808 * fold-const.c: Likewise.
2809 * function.c: Likewise.
2810 * fwprop.c: Likewise.
2811 * gcc-plugin.h: Likewise.
2812 * gcse-common.c: Likewise.
2813 * gcse.c: Likewise.
2814 * generic-match-head.c: Likewise.
2815 * ggc-page.c: Likewise.
2816 * gimple-builder.c: Likewise.
2817 * gimple-expr.c: Likewise.
2818 * gimple-fold.c: Likewise.
2819 * gimple-iterator.c: Likewise.
2820 * gimple-low.c: Likewise.
2821 * gimple-match-head.c: Likewise.
2822 * gimple-pretty-print.c: Likewise.
2823 * gimple-ssa-isolate-paths.c: Likewise.
2824 * gimple-ssa-strength-reduction.c: Likewise.
2825 * gimple-streamer-in.c: Likewise.
2826 * gimple-streamer-out.c: Likewise.
2827 * gimple-walk.c: Likewise.
2828 * gimple.c: Likewise.
2829 * gimplify-me.c: Likewise.
2830 * gimplify.c: Likewise.
2831 * godump.c: Likewise.
2832 * graph.c: Likewise.
2833 * graphite-blocking.c: Likewise.
2834 * graphite-dependences.c: Likewise.
2835 * graphite-interchange.c: Likewise.
2836 * graphite-isl-ast-to-gimple.c: Likewise.
2837 * graphite-optimize-isl.c: Likewise.
2838 * graphite-poly.c: Likewise.
2839 * graphite-scop-detection.c: Likewise.
2840 * graphite-sese-to-poly.c: Likewise.
2841 * graphite.c: Likewise.
2842 * haifa-sched.c: Likewise.
2843 * hw-doloop.c: Likewise.
2844 * ifcvt.c: Likewise.
2845 * init-regs.c: Likewise.
2846 * internal-fn.c: Likewise.
2847 * ipa-chkp.c: Likewise.
2848 * ipa-comdats.c: Likewise.
2849 * ipa-cp.c: Likewise.
2850 * ipa-devirt.c: Likewise.
2851 * ipa-icf-gimple.c: Likewise.
2852 * ipa-icf.c: Likewise.
2853 * ipa-inline-analysis.c: Likewise.
2854 * ipa-inline-transform.c: Likewise.
2855 * ipa-inline.c: Likewise.
2856 * ipa-polymorphic-call.c: Likewise.
2857 * ipa-profile.c: Likewise.
2858 * ipa-prop.c: Likewise.
2859 * ipa-pure-const.c: Likewise.
2860 * ipa-ref.c: Likewise.
2861 * ipa-reference.c: Likewise.
2862 * ipa-split.c: Likewise.
2863 * ipa-utils.c: Likewise.
2864 * ipa-visibility.c: Likewise.
2865 * ipa.c: Likewise.
2866 * ira-build.c: Likewise.
2867 * ira-color.c: Likewise.
2868 * ira-conflicts.c: Likewise.
2869 * ira-costs.c: Likewise.
2870 * ira-emit.c: Likewise.
2871 * ira-lives.c: Likewise.
2872 * ira.c: Likewise.
2873 * jump.c: Likewise.
2874 * langhooks.c: Likewise.
2875 * lcm.c: Likewise.
2876 * loop-doloop.c: Likewise.
2877 * loop-init.c: Likewise.
2878 * loop-invariant.c: Likewise.
2879 * loop-iv.c: Likewise.
2880 * loop-unroll.c: Likewise.
2881 * lower-subreg.c: Likewise.
2882 * lra-assigns.c: Likewise.
2883 * lra-coalesce.c: Likewise.
2884 * lra-constraints.c: Likewise.
2885 * lra-eliminations.c: Likewise.
2886 * lra-lives.c: Likewise.
2887 * lra-remat.c: Likewise.
2888 * lra-spills.c: Likewise.
2889 * lra.c: Likewise.
2890 * lto-cgraph.c: Likewise.
2891 * lto-compress.c: Likewise.
2892 * lto-opts.c: Likewise.
2893 * lto-section-in.c: Likewise.
2894 * lto-section-out.c: Likewise.
2895 * lto-streamer-in.c: Likewise.
2896 * lto-streamer-out.c: Likewise.
2897 * lto-streamer.c: Likewise.
2898 * mcf.c: Likewise.
2899 * mode-switching.c: Likewise.
2900 * modulo-sched.c: Likewise.
2901 * omega.c: Likewise.
2902 * omp-low.c: Likewise.
2903 * optabs.c: Likewise.
2904 * opts-global.c: Likewise.
2905 * passes.c: Likewise.
2906 * plugin.c: Likewise.
2907 * postreload-gcse.c: Likewise.
2908 * postreload.c: Likewise.
2909 * predict.c: Likewise.
2910 * print-rtl.c: Likewise.
2911 * print-tree.c: Likewise.
2912 * profile.c: Likewise.
2913 * real.c: Likewise.
2914 * realmpfr.c: Likewise.
2915 * recog.c: Likewise.
2916 * ree.c: Likewise.
2917 * reg-stack.c: Likewise.
2918 * regcprop.c: Likewise.
2919 * reginfo.c: Likewise.
2920 * regrename.c: Likewise.
2921 * regstat.c: Likewise.
2922 * reload.c: Likewise.
2923 * reload1.c: Likewise.
2924 * reorg.c: Likewise.
2925 * resource.c: Likewise.
2926 * rtl-chkp.c: Likewise.
2927 * rtlanal.c: Likewise.
2928 * rtlhooks.c: Likewise.
2929 * sanopt.c: Likewise.
2930 * sched-deps.c: Likewise.
2931 * sched-ebb.c: Likewise.
2932 * sched-rgn.c: Likewise.
2933 * sched-vis.c: Likewise.
2934 * sdbout.c: Likewise.
2935 * sel-sched-dump.c: Likewise.
2936 * sel-sched-ir.c: Likewise.
2937 * sel-sched.c: Likewise.
2938 * sese.c: Likewise.
2939 * shrink-wrap.c: Likewise.
2940 * simplify-rtx.c: Likewise.
2941 * stack-ptr-mod.c: Likewise.
2942 * stmt.c: Likewise.
2943 * stor-layout.c: Likewise.
2944 * store-motion.c: Likewise.
2945 * stringpool.c: Likewise.
2946 * symtab.c: Likewise.
2947 * target-globals.c: Likewise.
2948 * targhooks.c: Likewise.
2949 * toplev.c: Likewise.
2950 * tracer.c: Likewise.
2951 * trans-mem.c: Likewise.
2952 * tree-affine.c: Likewise.
2953 * tree-browser.c: Likewise.
2954 * tree-call-cdce.c: Likewise.
2955 * tree-cfg.c: Likewise.
2956 * tree-cfgcleanup.c: Likewise.
2957 * tree-chkp-opt.c: Likewise.
2958 * tree-chkp.c: Likewise.
2959 * tree-chrec.c: Likewise.
2960 * tree-complex.c: Likewise.
2961 * tree-data-ref.c: Likewise.
2962 * tree-dfa.c: Likewise.
2963 * tree-diagnostic.c: Likewise.
2964 * tree-dump.c: Likewise.
2965 * tree-eh.c: Likewise.
2966 * tree-emutls.c: Likewise.
2967 * tree-if-conv.c: Likewise.
2968 * tree-inline.c: Likewise.
2969 * tree-into-ssa.c: Likewise.
2970 * tree-iterator.c: Likewise.
2971 * tree-loop-distribution.c: Likewise.
2972 * tree-nested.c: Likewise.
2973 * tree-nrv.c: Likewise.
2974 * tree-object-size.c: Likewise.
2975 * tree-outof-ssa.c: Likewise.
2976 * tree-parloops.c: Likewise.
2977 * tree-phinodes.c: Likewise.
2978 * tree-predcom.c: Likewise.
2979 * tree-pretty-print.c: Likewise.
2980 * tree-profile.c: Likewise.
2981 * tree-scalar-evolution.c: Likewise.
2982 * tree-sra.c: Likewise.
2983 * tree-ssa-address.c: Likewise.
2984 * tree-ssa-alias.c: Likewise.
2985 * tree-ssa-ccp.c: Likewise.
2986 * tree-ssa-coalesce.c: Likewise.
2987 * tree-ssa-copy.c: Likewise.
2988 * tree-ssa-copyrename.c: Likewise.
2989 * tree-ssa-dce.c: Likewise.
2990 * tree-ssa-dom.c: Likewise.
2991 * tree-ssa-dse.c: Likewise.
2992 * tree-ssa-forwprop.c: Likewise.
2993 * tree-ssa-ifcombine.c: Likewise.
2994 * tree-ssa-live.c: Likewise.
2995 * tree-ssa-loop-ch.c: Likewise.
2996 * tree-ssa-loop-im.c: Likewise.
2997 * tree-ssa-loop-ivcanon.c: Likewise.
2998 * tree-ssa-loop-ivopts.c: Likewise.
2999 * tree-ssa-loop-manip.c: Likewise.
3000 * tree-ssa-loop-niter.c: Likewise.
3001 * tree-ssa-loop-prefetch.c: Likewise.
3002 * tree-ssa-loop-unswitch.c: Likewise.
3003 * tree-ssa-loop.c: Likewise.
3004 * tree-ssa-math-opts.c: Likewise.
3005 * tree-ssa-operands.c: Likewise.
3006 * tree-ssa-phiopt.c: Likewise.
3007 * tree-ssa-phiprop.c: Likewise.
3008 * tree-ssa-pre.c: Likewise.
3009 * tree-ssa-propagate.c: Likewise.
3010 * tree-ssa-reassoc.c: Likewise.
3011 * tree-ssa-sccvn.c: Likewise.
3012 * tree-ssa-scopedtables.c: Likewise.
3013 * tree-ssa-sink.c: Likewise.
3014 * tree-ssa-strlen.c: Likewise.
3015 * tree-ssa-structalias.c: Likewise.
3016 * tree-ssa-tail-merge.c: Likewise.
3017 * tree-ssa-ter.c: Likewise.
3018 * tree-ssa-threadedge.c: Likewise.
3019 * tree-ssa-threadupdate.c: Likewise.
3020 * tree-ssa-uncprop.c: Likewise.
3021 * tree-ssa-uninit.c: Likewise.
3022 * tree-ssa.c: Likewise.
3023 * tree-ssanames.c: Likewise.
3024 * tree-stdarg.c: Likewise.
3025 * tree-streamer-in.c: Likewise.
3026 * tree-streamer-out.c: Likewise.
3027 * tree-streamer.c: Likewise.
3028 * tree-switch-conversion.c: Likewise.
3029 * tree-tailcall.c: Likewise.
3030 * tree-vect-data-refs.c: Likewise.
3031 * tree-vect-generic.c: Likewise.
3032 * tree-vect-loop-manip.c: Likewise.
3033 * tree-vect-loop.c: Likewise.
3034 * tree-vect-patterns.c: Likewise.
3035 * tree-vect-slp.c: Likewise.
3036 * tree-vect-stmts.c: Likewise.
3037 * tree-vectorizer.c: Likewise.
3038 * tree-vrp.c: Likewise.
3039 * tree.c: Likewise.
3040 * tsan.c: Likewise.
3041 * ubsan.c: Likewise.
3042 * valtrack.c: Likewise.
3043 * value-prof.c: Likewise.
3044 * var-tracking.c: Likewise.
3045 * varasm.c: Likewise.
3046 * varpool.c: Likewise.
3047 * vmsdbgout.c: Likewise.
3048 * vtable-verify.c: Likewise.
3049 * web.c: Likewise.
3050 * wide-int.cc: Likewise.
3051 * xcoffout.c: Likewise.
3052 * config/aarch64/aarch64-builtins.c: Likewise.
3053 * config/aarch64/aarch64.c: Likewise.
3054 * config/aarch64/cortex-a57-fma-steering.c: Likewise.
3055 * config/alpha/alpha.c: Likewise.
3056 * config/arc/arc.c: Likewise.
3057 * config/arm/aarch-common.c: Likewise.
3058 * config/arm/arm-builtins.c: Likewise.
3059 * config/arm/arm-c.c: Likewise.
3060 * config/arm/arm.c: Likewise.
3061 * config/avr/avr-c.c: Likewise.
3062 * config/avr/avr-log.c: Likewise.
3063 * config/avr/avr.c: Likewise.
3064 * config/bfin/bfin.c: Likewise.
3065 * config/c6x/c6x.c: Likewise.
3066 * config/cr16/cr16.c: Likewise.
3067 * config/cris/cris.c: Likewise.
3068 * config/darwin-c.c: Likewise.
3069 * config/darwin.c: Likewise.
3070 * config/epiphany/epiphany.c: Likewise.
3071 * config/epiphany/mode-switch-use.c: Likewise.
3072 * config/epiphany/resolve-sw-modes.c: Likewise.
3073 * config/fr30/fr30.c: Likewise.
3074 * config/frv/frv.c: Likewise.
3075 * config/ft32/ft32.c: Likewise.
3076 * config/h8300/h8300.c: Likewise.
3077 * config/i386/i386-c.c: Likewise.
3078 * config/i386/i386.c: Likewise.
3079 * config/i386/msformat-c.c: Likewise.
3080 * config/i386/winnt-cxx.c: Likewise.
3081 * config/i386/winnt-stubs.c: Likewise.
3082 * config/i386/winnt.c: Likewise.
3083 * config/ia64/ia64-c.c: Likewise.
3084 * config/ia64/ia64.c: Likewise.
3085 * config/iq2000/iq2000.c: Likewise.
3086 * config/lm32/lm32.c: Likewise.
3087 * config/m32c/m32c-pragma.c: Likewise.
3088 * config/m32c/m32c.c: Likewise.
3089 * config/m32r/m32r.c: Likewise.
3090 * config/m68k/m68k.c: Likewise.
3091 * config/mcore/mcore.c: Likewise.
3092 * config/mep/mep-pragma.c: Likewise.
3093 * config/mep/mep.c: Likewise.
3094 * config/microblaze/microblaze-c.c: Likewise.
3095 * config/microblaze/microblaze.c: Likewise.
3096 * config/mips/mips.c: Likewise.
3097 * config/mmix/mmix.c: Likewise.
3098 * config/mn10300/mn10300.c: Likewise.
3099 * config/moxie/moxie.c: Likewise.
3100 * config/msp430/msp430-c.c: Likewise.
3101 * config/msp430/msp430.c: Likewise.
3102 * config/nds32/nds32-cost.c: Likewise.
3103 * config/nds32/nds32-fp-as-gp.c: Likewise.
3104 * config/nds32/nds32-intrinsic.c: Likewise.
3105 * config/nds32/nds32-isr.c: Likewise.
3106 * config/nds32/nds32-md-auxiliary.c: Likewise.
3107 * config/nds32/nds32-memory-manipulation.c: Likewise.
3108 * config/nds32/nds32-pipelines-auxiliary.c: Likewise.
3109 * config/nds32/nds32-predicates.c: Likewise.
3110 * config/nds32/nds32.c: Likewise.
3111 * config/nios2/nios2.c: Likewise.
3112 * config/nvptx/nvptx.c: Likewise.
3113 * config/pa/pa.c: Likewise.
3114 * config/pdp11/pdp11.c: Likewise.
3115 * config/rl78/rl78-c.c: Likewise.
3116 * config/rl78/rl78.c: Likewise.
3117 * config/rs6000/rs6000-c.c: Likewise.
3118 * config/rs6000/rs6000.c: Likewise.
3119 * config/rx/rx.c: Likewise.
3120 * config/s390/s390-c.c: Likewise.
3121 * config/s390/s390.c: Likewise.
3122 * config/sh/sh-c.c: Likewise.
3123 * config/sh/sh-mem.cc: Likewise.
3124 * config/sh/sh.c: Likewise.
3125 * config/sh/sh_optimize_sett_clrt.cc: Likewise.
3126 * config/sh/sh_treg_combine.cc: Likewise.
3127 * config/sol2-c.c: Likewise.
3128 * config/sol2-cxx.c: Likewise.
3129 * config/sol2-stubs.c: Likewise.
3130 * config/sol2.c: Likewise.
3131 * config/sparc/sparc-c.c: Likewise.
3132 * config/sparc/sparc.c: Likewise.
3133 * config/spu/spu-c.c: Likewise.
3134 * config/spu/spu.c: Likewise.
3135 * config/stormy16/stormy16.c: Likewise.
3136 * config/tilegx/mul-tables.c: Likewise.
3137 * config/tilegx/tilegx-c.c: Likewise.
3138 * config/tilegx/tilegx.c: Likewise.
3139 * config/tilepro/mul-tables.c: Likewise.
3140 * config/tilepro/tilepro-c.c: Likewise.
3141 * config/tilepro/tilepro.c: Likewise.
3142 * config/v850/v850-c.c: Likewise.
3143 * config/v850/v850.c: Likewise.
3144 * config/vax/vax.c: Likewise.
3145 * config/visium/visium.c: Likewise.
3146 * config/vms/vms-c.c: Likewise.
3147 * config/vms/vms.c: Likewise.
3148 * config/vxworks.c: Likewise.
3149 * config/xtensa/xtensa.c: Likewise.
3150
3151 2015-07-07 Uros Bizjak <ubizjak@gmail.com>
3152
3153 * config/i386/i386.md (*jcc_bt<mode>): Only split before reload.
3154 Remove operand constraints. Change operand 2 predicate to
3155 nonmemory operand. Limit const_int values to mode bitsize. Only
3156 allow const_int values less than 32 when optimizing for size.
3157 (*jcc_bt<mode>_1, *jcc_bt<mode>_mask): Only split before reload.
3158 Remove operand constraints.
3159 (*bt<mode>): Use SImode for const_int values less than 32.
3160 (regmode): Remove mode attribute.
3161
3162 2015-07-07 Anatoly Sokolov <aesok@post.ru>
3163
3164 * config/moxie/moxie.h (GO_IF_LEGITIMATE_ADDRESS): Remove macros.
3165 * config/moxie/moxie.c (moxie_reg_ok_for_base_p,
3166 moxie_legitimate_address_p): New functions.
3167 (TARGET_ADDR_SPACE_LEGITIMATE_ADDRESS_P): Define.
3168
3169 2015-07-07 Tom de Vries <tom@codesourcery.com>
3170
3171 PR tree-optimization/66642
3172 * tree-parloops.c (transform_to_exit_first_loop_alt): Update function
3173 header comment. Rename split_edge variable to edge_at_split. Split
3174 exit edge to create new loop exit bb. Insert loop exit phis in new
3175 loop exit bb.
3176
3177 2015-07-07 Tom de Vries <tom@codesourcery.com>
3178
3179 * tree-cfg.c (get_virtual_phi): New function.
3180 * tree-cfg.h (get_virtual_phi): Declare.
3181 * tree-ssa-loop-manip.c (replace_uses_in_dominated_bbs)
3182 (rewrite_virtuals_into_loop_closed_ssa): New function.
3183 * tree-ssa-loop-manip.h (rewrite_virtuals_into_loop_closed_ssa):
3184 Declare.
3185 * tree-parloops.c (replace_uses_in_bbs_by): Remove.
3186 (transform_to_exit_first_loop_alt): Use
3187 rewrite_virtuals_into_loop_closed_ssa.
3188
3189 2015-07-07 Richard Biener <rguenther@suse.de>
3190
3191 * fold-const.c (fold_binary_loc): Move
3192 (X & C2) << C1 -> (X << C1) & (C2 << C1) simplification ...
3193 * match.pd: ... here.
3194 Add (X * C1) % C2 -> 0 simplification pattern derived from
3195 extract_muldiv_1.
3196
3197 2015-07-07 Kaz Kojima <kkojima@gcc.gnu.org>
3198
3199 PR target/66780
3200 * config/sh/sh.md (symGOT_load): Revert a part of 2015-03-03
3201 change for target/65249.
3202
3203 2015-07-07 Paulo Matos <pmatos@broadcom.com>
3204
3205 * symtab.c (address_matters_1): Fix typo in comment above.
3206 (can_increase_alignment_p): Likewise.
3207
3208 2015-07-07 Prathamesh Kulkarni <prathamesh.kulkarni@linaro.org>
3209
3210 * function.c (free_after_compilation): Clear PROP_cfg in
3211 f->curr_properties.
3212
3213 2015-07-07 Richard Biener <rguenther@suse.de>
3214
3215 * tree-ssa-propagate.c (add_ssa_edge): Dump what edge list we
3216 add which use to.
3217 (add_control_edge): Remove excessive vertical space in dumping.
3218 (process_ssa_edge_worklist): Simulate at most one statement and
3219 return whether we did. Do not simulate PHIs if they are in a
3220 BB not yet simulated.
3221 (ssa_propagate): Adjust to always drain the BB worklist whenever
3222 a BB is available there, likewise the VARYING edges list before
3223 the interesting edge list.
3224
3225 2015-07-07 Christian Bruel <christian.bruel@st.com>
3226
3227 PR target/52144
3228 * config/arm/elf.h (TARGET_ASM_FILE_START_APP_OFF): Delete.
3229
3230 2015-07-07 Richard Biener <rguenther@suse.de>
3231
3232 PR middle-end/66739
3233 * match.pd: Condition A - B ==/!= 0 -> A ==/!= B on single-use
3234 A - B.
3235
3236 2015-07-06 Uros Bizjak <ubizjak@gmail.com>
3237
3238 * config/i386/i386.md (insv<mode>): Rename from insv. Use SWI48
3239 modes for operands 0 and 3. Use SImode for operands 2 and 3.
3240 Copy operand 0 to a temporary if !ext_register_operand. Remove
3241 ancient extract_bit_field workaround.
3242 (insv<mode>_1): Rename from mov<mode>_insv_1.
3243 (*insvqi): Rename from *movqi_insv_2.
3244 * config/i386/i386.c (emit_i386_cw_initialization): Update calls
3245 for renamed insvsi_1.
3246 (promote_duplicated_reg): Ditto for renamed insv<mode>_1.
3247
3248 2015-07-06 Nathan Sidwell <nathan@codesourcery.com>
3249
3250 * config/nvptx/nvptx.c (nvptx_reorg): Remove unused vars. Fix
3251 call to nvptx_reorg_subreg.
3252
3253 2015-07-06 Jim Wilson <jim.wilson@linaro.org>
3254
3255 * graphite-blocking.c (HAVE_isl): Include <stddef.h>.
3256 * graphite-dependencies.c, graphite-interchange.c,
3257 graphite-isl-ast-to-gimple.c, graphite-optimize-isl.c, graphite-poly.c,
3258 graphite-scop-detection.c, graphite-sese-to-poly.c, graphite.c:
3259 Likewise.
3260
3261 2015-07-06 Marc Glisse <marc.glisse@inria.fr>
3262
3263 * match.pd: Remove element_mode inside HONOR_*.
3264 (~ (-A) -> A - 1, ~ (A - 1) -> -A): Handle complex types.
3265 (~X | X -> -1, ~X ^ X -> -1): Merge.
3266 * tree.c (build_each_one_cst): New function.
3267 * tree.h (build_each_one_cst): Likewise.
3268
3269 2015-07-06 H.J. Lu <hongjiu.lu@intel.com>
3270
3271 * config/i386/i386-c.c (ix86_target_macros_internal): Handle
3272 PROCESSOR_IAMCU.
3273
3274 2015-07-06 Steve Ellcey <sellcey@imgtec.com>
3275
3276 * config.gcc <mips*-*-*>: Add fused-madd.opt.
3277 * config/mips/mips.opt (mfused-madd): Remove.
3278 * config/mips/mips.c (mips_rtx_costs): Update cost calculations.
3279 * config/mips/mips.h (TARGET_MIPS8000): New.
3280 (ISA_HAS_FP_MADD4_MSUB4): Remove.
3281 (ISA_HAS_FP_MADDF_MSUBF): Remove.
3282 (ISA_HAS_FP_MADD3_MSUB3): Remove.
3283 (ISA_HAS_NMADD4_NMSUB4): Remove.
3284 (ISA_HAS_NMADD3_NMSUB3): Remove.
3285 (ISA_HAS_FUSED_MADD4): New.
3286 (ISA_HAS_UNFUSED_MADD4): New.
3287 (ISA_HAS_FUSED_MADDF): New.
3288 (ISA_HAS_FUSED_MADD3): New.
3289 * config/mips/mips.md: (fma<mode>4) Change from insn to expand.
3290 (*fma<mode>4_madd3) New.
3291 (*fma<mode>4_madd4) New.
3292 (*fma<mode>4_maddf) New.
3293 (fms<mode>4) New.
3294 (*fms<mode>4_msub3) New.
3295 (*fms<mode>4_msub4) New.
3296 (fnma<mode>4) New.
3297 (*fnma<mode>4_nmadd3) New.
3298 (*fnma<mode>4_nmadd4) New.
3299 (fnms<mode>4) New.
3300 (*fnms<mode>4_nmsub3) New.
3301 (*fnms<mode>4_nmsub4) New.
3302 (*madd4<mode>) Modify to be unfused only.
3303 (*msub4<mode>) Modify to be unfused only.
3304 (*nmadd4<mode>) Modify to be unfused only.
3305 (*nmsub4<mode>) Modify to be unfused only.
3306 (*madd3<mode>) Remove.
3307 (*msub3<mode>) Remove.
3308 (*nmadd3<mode>) Remove.
3309 (*nmsub3<mode>) Remove.
3310 (*nmadd3<mode>_fastmath) Remove.
3311 (*nmsub3<mode>_fastmath) Remove.
3312 (*nmadd4<mode>_fastmath) Update condition.
3313 (*nmsub4<mode>_fastmath) Update condition.
3314
3315 2015-07-06 Alan Lawrence <alan.lawrence@arm.com>
3316
3317 PR target/65956
3318 * config/arm/arm.c (arm_needs_doubleword_align): Drop any outer
3319 alignment attribute, exploring one level down for records and arrays.
3320
3321 2015-07-06 Uros Bizjak <ubizjak@gmail.com>
3322
3323 * config/i386/i386.md (extv<mode>): Rename from extv. Use SWI24
3324 modes for operands 0 and 1. Use SImode for operands 2 and 3.
3325 Copy operand 1 to a temporary if !ext_register_operand. Remove
3326 ancient extract_bit_field workaround.
3327 (*extv<mode>): Rename from *mov<mode>_extv_1.
3328 (*extvqi): Rename from *movqi_extv_1.
3329 (extzv<mode>): Rename from extzv. Use SWI248 modes for
3330 operands 0 and 1. Use SImode for operands 2 and 3. Copy operand 1
3331 to a temporary if !ext_register_operand. Remove ancient
3332 extract_bit_field workaround.
3333 (*extzv<mode>): Rename from *mov<mode>_extzv_1.
3334 (*extzvqi): Rename from *movqi_extzv_2.
3335 (*testqi_ext_3): Remove modes from const_int_operand predicated
3336 operands. Add "n" constraint.
3337 (*btsq, *btrq, *btcq): Remove mode from const_0_to_63 predicated
3338 operand. Add "J" constraint.
3339 (*btsq, *btrq, *btcq peephole2s): Remove mode from
3340 const_0_to_63 predicated operand.
3341 (regmode): New insn attribute.
3342 (*bt<mode>): Use SImode for operand 1. Change operand 1 predicate
3343 to nonmemory_operand. Use regmode insn attribute.
3344 (*jcc_bt<mode>_1): Convert operand 2 to SImode.
3345 (*jcc_bt<mode>_mask): Remove mode from operand 3.
3346 (*jcc_btsi_1, *jcc_btsi_mask_1): Remove patterns.
3347 (tbm_bextri_<mode>): Remove modes from const_0_to_255 predicated
3348 operands. Use "N" constraint instead of "n".
3349
3350 2015-07-06 Alan Lawrence <alan.lawrence@arm.com>
3351
3352 * config/arm/arm.md (movdi): Avoid odd-number ldrd/strd in ARM state.
3353
3354 2015-07-06 H.J. Lu <hongjiu.lu@intel.com>
3355
3356 PR target/66749
3357 * config/i386/i386.c (iamcu_cost): New.
3358 (m_IAMCU): Likewise.
3359 (initial_ix86_arch_features): Disable X86_ARCH_CMOV for m_IAMCU.
3360 (processor_target_table): Add an entry for "iamcu".
3361 (processor_alias_table): Likewise.
3362 (ix86_issue_rate): Handle PROCESSOR_IAMCU.
3363 (ix86_adjust_cost): Likewise.
3364 (ia32_multipass_dfa_lookahead): Likewise.
3365 * config/i386/i386.h (processor_type): Add PROCESSOR_IAMCU.
3366 * config/i386/x86-tune.def: Updated for m_IAMCU.
3367
3368 2015-07-06 Richard Biener <rguenther@suse.de>
3369
3370 PR tree-optimization/66772
3371 * tree-ssa-ccp.c (ccp_visit_phi_node): Make sure that copy
3372 values are available in the PHI node BB when there are
3373 still unexecutable edges.
3374
3375 2015-07-06 Richard Biener <rguenther@suse.de>
3376
3377 PR tree-optimization/66767
3378 * tree-vect-loop-manip.c (vect_create_cond_for_align_checks):
3379 Make sure to build the alignment test on a SSA name without
3380 final alignment info valid only if the alignment test
3381 evaluates to true.
3382
3383 2015-07-06 Bernd Schmidt <bernds@codesourcery.com>
3384
3385 PR target/66620
3386 * config/bfin/bfin.c (hwloop_optimize): Create new bb between jump and
3387 loop start when inserting LSETUP.
3388
3389 2015-07-06 H.J. Lu <hongjiu.lu@intel.com>
3390
3391 PR target/53383
3392 * config/i386/i386.c (ix86_option_override_internal): Allow
3393 -mincoming-stack-boundary=3 for 64-bit if SSE is disabled.
3394
3395 2015-07-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3396
3397 * read-md.c (decimal_string): Rename to ...
3398 (md_decimal_string): ... this.
3399 (handle_enum): Reflect this.
3400
3401 2015-07-06 Szabolcs Nagy <szabolcs.nagy@arm.com>
3402
3403 PR target/66731
3404 * config/aarch64/aarch64.md (fnmul<mode>3): Handle -frounding-math.
3405
3406 2015-07-06 Richard Biener <rguenther@suse.de>
3407
3408 PR middle-end/66759
3409 * match.pd: Add missing constraint of y to REAL_CST in
3410 REAL_CST - x CMP y to y - CST CMP x simplification.
3411
3412 2015-07-06 Eric Botcazou <ebotcazou@adacore.com>
3413
3414 PR tree-optimization/66757
3415 * match.pd: Add missing condition to ~X ^ C -> X ^ ~C.
3416
3417 2015-07-05 Chung-Lin Tang <cltang@codesourcery.com>
3418 Sandra Loosemore <sandra@codesourcery.com>
3419
3420 * config/nios2/nios2-protos.h (nios2_symbol_ref_in_small_data_p):
3421 Delete extern declaration.
3422 (gprel_constant_p): Add extern declaration.
3423 * config/nios2/constraints.md ("S"): Use gprel_constant_p
3424 instead of nios2_symbol_ref_in_small_data_p.
3425 * config/nios2/nios2.c (nios2_legitimate_address_p): Likewise.
3426 (nios2_symbol_ref_in_small_data_p): Make static.
3427 (gprel_constant_p): Make non-static.
3428
3429 2015-07-05 Gerald Pfeifer <gerald@pfeifer.com>
3430
3431 * doc/fragments.texi (Target Fragment): Convert debian.org
3432 link to use https.
3433 * doc/install.texi (Configuration): Ditto.
3434
3435 2015-07-05 Jakub Jelinek <jakub@redhat.com>
3436
3437 PR tree-optimization/66718
3438 * tree-vect-stmts.c (vectorizable_call): Replace uses of
3439 GOMP_SIMD_LANE outside of loop with vf - 1 rather than 0.
3440
3441 PR tree-optimization/66718
3442 * tree-vect-stmts.c (vectorizable_assignment, vectorizable_store,
3443 vectorizable_load, vectorizable_condition): Move vectype,
3444 nunits, ncopies computation after checking what kind of statement
3445 stmt is.
3446
3447 2015-07-05 Richard Sandiford <richard.sandiford@arm.com>
3448
3449 * target-insns.def (extv, extzv, insv): New targetm instruction
3450 patterns.
3451 * optabs.c (get_extraction_insn): Use them instead of HAVE_*/gen_*
3452 interface.
3453 * recog.c (simplify_while_replacing): Likewise.
3454
3455 2015-07-05 Richard Sandiford <richard.sandiford@arm.com>
3456
3457 * target-insns.def (doloop_begin, doloop_end): New targetm
3458 instruction patterns.
3459 * loop-init.c: Include target.h.
3460 (pass_loop2::gate): Use the new targetm patterns instead of
3461 HAVE_*/gen_* interface.
3462 (pass_rtl_doloop::gate): Likewise.
3463 (pass_rtl_doloop::execute): Remove preprocessor condition.
3464 * hw-doloop.c: Build unconditionally.
3465 * loop-doloop.c: Likewise.
3466 (doloop_optimize): Use the new targetm patterns instead of
3467 HAVE_*/gen_* interface.
3468 (doloop_modify): Likewise. Change type of doloop_seq to rtx_insn *.
3469 * modulo-sched.c (doloop_register_get): Likewise.
3470
3471 2015-07-05 Richard Sandiford <richard.sandiford@arm.com>
3472
3473 * target-insns.def (clear_cache): New targetm instruction pattern.
3474 * builtins.c (expand_builtin___clear_cache): Use it instead of
3475 HAVE_*/gen_* interface.
3476
3477 2015-07-05 Richard Sandiford <richard.sandiford@arm.com>
3478
3479 * target-insns.def (allocate_stack, check_stack, probe_stack)
3480 (probe_stack_address, split_stack_prologue, split_stack_space_check):
3481 New targetm instruction patterns.
3482 * explow.c (allocate_dynamic_stack_space): Use them instead of
3483 HAVE_*/gen_* interface.
3484 (emit_stack_probe): Likewise.
3485 (probe_stack_range): Likewise.
3486 * function.c (thread_prologue_and_epilogue_insns): Likewise.
3487
3488 2015-07-05 Richard Sandiford <richard.sandiford@arm.com>
3489
3490 * target-insns.def (stack_protect_set, stack_protect_test): New
3491 targetm instruction patterns.
3492 * cfgexpand.c (stack_protect_prologue): Use them instead of
3493 HAVE_*/gen_* interface.
3494 * function.c (stack_protect_epilogue): Likewise.
3495
3496 2015-07-05 Richard Sandiford <richard.sandiford@arm.com>
3497
3498 * expr.h (gen_move_insn_uncast): Delete.
3499 * expr.c (gen_move_insn_uncast): Delete.
3500
3501 2015-07-05 Richard Sandiford <richard.sandiford@arm.com>
3502
3503 * target-insns.def (restore_stack_block, restore_stack_function)
3504 (restore_stack_nonlocal, save_stack_block, save_stack_function)
3505 (save_stack_nonlocal): New targetm instruction patterns.
3506 * builtins.c (expand_builtin_apply): Use them instead of
3507 HAVE_*/gen_* interface.
3508 * explow.c (emit_stack_save, emit_stack_restore): Likewise.
3509
3510 2015-07-05 Richard Sandiford <richard.sandiford@arm.com>
3511
3512 * target-insns.def (trap): New targetm instruction pattern.
3513 * builtins.c (expand_builtin_trap): Use it instead of HAVE_*/gen_*
3514 interface.
3515 * explow.c (allocate_dynamic_stack_space): Likewise.
3516 * ifcvt.c (find_if_header): Likewise.
3517
3518 2015-07-05 Richard Sandiford <richard.sandiford@arm.com>
3519
3520 * target-insns.def (prefetch): New targetm instruction pattern.
3521 * tree-ssa-loop-prefetch.c: Include targeth.
3522 (tree_ssa_prefetch_arrays): Use prefetch targetm pattern instead
3523 of HAVE_*/gen_* interface.
3524 * builtins.c (expand_builtin_prefetch): Likewise.
3525 * toplev.c (process_options): Likewise.
3526
3527 2015-07-05 Richard Sandiford <richard.sandiford@arm.com>
3528
3529 * target-insns.def (untyped_call, untyped_return): New targetm
3530 instruction patterns.
3531 * builtins.c (expand_builtin_apply): Use them instead of
3532 HAVE_*/gen_* interface.
3533 (result_vector): Define unconditionally.
3534
3535 2015-07-05 Richard Sandiford <richard.sandiford@arm.com>
3536
3537 * target-insns.def (builtin_longjmp, builtin_setjmp_receiver)
3538 (builtin_setjmp_setup, exception_receiver, nonlocal_goto)
3539 (nonlocal_goto_receiver): New targetm instruction patterns.
3540 * builtins.c (expand_builtin_setjmp_setup): Use them instead
3541 of HAVE_*/gen_* interface.
3542 (expand_builtin_setjmp_receiver): Likewise.
3543 (expand_builtin_longjmp, expand_builtin_nonlocal_goto): Likewise.
3544 * except.c (expand_dw2_landing_pad_for_region): Likewise.
3545
3546 2015-07-05 Richard Sandiford <richard.sandiford@arm.com>
3547
3548 * target.def: Add code_for_* hooks.
3549 * gentarget-def.c (def_target_insn): Add TARGET_CODE_FOR_* macros.
3550 * defaults.h (HAVE_tablejump, gen_tablejump): Delete.
3551 * target-insns.def (casesi, tablejump): New targetm instruction
3552 patterns.
3553 * expr.c (try_casesi): Use them instead of HAVE_*/gen_* interface.
3554 (do_tablejump): Likewise.
3555 * stmt.c (expand_switch_as_decision_tree_p): Likewise.
3556 (expand_sjlj_dispatch_table): Likewise.
3557 * targhooks.c (default_case_values_threshold): Likewise.
3558
3559 2015-07-04 Sandra Loosemore <sandra@codesourcery.com>
3560
3561 * config/nios2/nios2.c (save_reg, restore_reg): Use plus_constant.
3562 Use rtx_insn * instead of rtx.
3563 (nios2_emit_add_constant): Use rtx_insn * instead of rtx.
3564 (nios2_expand_prologue, nios2_expand_epilogue): Likewise.
3565 (nios2_call_tls_get_addr): Likewise.
3566 (nios2_emit_expensive_div): Likewise.
3567 (nios2_emit_move_sequence): Change return type to bool.
3568 * config/nios2/nios2-protos.h (nios2_emit_move_sequence):
3569 Change return type to bool.
3570
3571 2015-07-04 Bernd Edlinger <bernd.edlinger@hotmail.de>
3572
3573 PR target/66747
3574 * config/mips/mips.c (mips_find_gp_ref): Handle instruction sequences.
3575
3576 2015-07-04 John David Anglin <danglin@gcc.gnu.org>
3577
3578 PR target/66114
3579 * config/pa/pa.md (indirect_jump): Use pmode_register_operand instead
3580 of register_operand. Remove constraint.
3581
3582 2015-07-04 Marc Glisse <marc.glisse@inria.fr>
3583
3584 * tree-cfg.c (verify_gimple_assign_ternary) <VEC_COND_EXPR>: Check
3585 the first argument.
3586
3587 2015-07-03 Paolo Carlini <paolo.carlini@oracle.com>
3588
3589 * attribs.c (decl_attributes): Guard inform with the return value
3590 of the preceding warning.
3591
3592 2015-07-03 James Greenhalgh <james.greenhalgh@arm.com>
3593
3594 * doc/invoke.texi (moverride): Move to correct section.
3595
3596 2015-07-03 Richard Biener <rguenther@suse.de>
3597
3598 * genmatch.c (commutative_tree_code, commutative_ternary_tree_code):
3599 Copy from tree.c
3600 (dt_operand::gen_gimple_expr): After valueizing operands
3601 re-canonicalize operand order for commutative tree codes.
3602
3603 2015-07-03 H.J. Lu <hongjiu.lu@intel.com>
3604
3605 PR target/66746.
3606 * config/i386/ia32intrin.h (__crc32b): Don't define if __iamcu__
3607 is defined.
3608 (__crc32w): Likewise.
3609 (__crc32d): Likewise.
3610 (__rdpmc): Likewise.
3611 (__rdtscp): Likewise.
3612 (_rdpmc): Likewise.
3613 (_rdtscp): Likewise.
3614 * config/i386/x86intrin.h: Only include ia32intrin.h if __iamcu__
3615 is defined.
3616
3617 2015-07-03 Richard Biener <rguenther@suse.de>
3618
3619 * fold-const.c (fold_mathfn_compare): Remove.
3620 (fold_inf_compare): Likewise.
3621 (fold_comparison): Move floating point comparison simplifications...
3622 * match.pd: ... to patterns here. Introduce simple_comparisons
3623 operator list and use it for patterns formerly in fold_comparison.
3624
3625 2015-07-03 James Greenhalgh <james.greenhalgh@arm.com>
3626
3627 PR tree-optimization/66119
3628 * toplev.c (process_options): Don't set up default values for
3629 the sra_max_scalarization_size_{speed,size} parameters.
3630 * tree-sra (analyze_all_variable_accesses): If no values
3631 have been set for the sra_max_scalarization_size_{speed,size}
3632 parameters, call get_move_ratio to get target defaults.
3633
3634 2015-07-03 Richard Biener <rguenther@suse.de>
3635
3636 * fold-const.c (fold_binary_loc): Move (T)ptr & CST folding...
3637 * match.pd: ... here.
3638
3639 2015-07-03 Gerald Pfeifer <gerald@pfeifer.com>
3640
3641 PR target/37072
3642 * doc/invoke.texi (i386 and x86-64 Options): -mno-fancy-math-387
3643 is not actually the default on FreeBSD.
3644
3645 2015-07-02 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
3646
3647 * config/rs6000/rs6000-builtin.def (CMPGE_16QI): New built-in
3648 definition.
3649 (CMPGE_8HI): Likewise.
3650 (CMPGE_4SI): Likewise.
3651 (CMPGE_2DI): Likewise.
3652 (CMPGE_U16QI): Likewise.
3653 (CMPGE_U8HI): Likewise.
3654 (CMPGE_U4SI): Likewise.
3655 (CMPGE_U2DI): Likewise.
3656 (CMPLE_16QI): Likewise.
3657 (CMPLE_8HI): Likewise.
3658 (CMPLE_4SI): Likewise.
3659 (CMPLE_2DI): Likewise.
3660 (CMPLE_U16QI): Likewise.
3661 (CMPLE_U8HI): Likewise.
3662 (CMPLE_U4SI): Likewise.
3663 (CMPLE_U2DI): Likewise.
3664 * config/rs6000/rs6000-c.c (altivec_overloaded_builtins): Add
3665 overloads for ALTIVEC_BUILTIN_VEC_CMPGE and
3666 ALTIVEC_BUILTIN_VEC_CMPLE.
3667 * config/rs6000/vector.md (vector_ge<mode>): Restrict to
3668 floating-point vector modes.
3669 (vector_nlt<mode>): New define_expand.
3670 (vector_nltu<mode>): Likewise.
3671 (vector_ngt<mode>): Likewise.
3672 (vector_ngtu<mode>): Likewise.
3673
3674 2015-07-02 Segher Boessenkool <segher@kernel.crashing.org>
3675
3676 PR rtl-optimization/66706
3677 * combine.c (make_compound_operation): If an AND of SUBREG of
3678 LSHIFTRT does not simplify, see if just the AND of SUBREG does.
3679
3680 2015-07-02 Alan Lawrence <alan.lawrence@arm.com>
3681
3682 * tree-pass.h (make_pass_ch_vect): New.
3683 * passes.def: Add pass_ch_vect just before pass_if_conversion.
3684
3685 * tree-ssa-loop-ch.c (ch_base, pass_ch_vect, pass_data_ch_vect,
3686 pass_ch::process_loop_p, pass_ch_vect::process_loop_p,
3687 make_pass_ch_vect): New.
3688 (pass_ch): Extend ch_base.
3689
3690 (pass_ch::execute): Move all but loop_optimizer_init/finalize to...
3691 (ch_base::copy_headers): ...here.
3692
3693 2015-07-02 Richard Biener <rguenther@suse.de>
3694
3695 * builtins.c (get_pointer_alignment_1): Handle POINTER_PLUS_EXPR.
3696 * fold-const.c (get_pointer_modulus_and_residue): Remove.
3697 (fold_binary_loc): Implement (T)ptr & CST in terms of
3698 get_pointer_alignment_1.
3699 * tree-vect-loop-manip.c (vect_gen_niters_for_prolog_loop):
3700 Make sure to build the alignment test on a SSA name without
3701 final alignment info valid only after the prologue.
3702
3703 2015-07-02 Hans-Peter Nilsson <hp@axis.com>
3704
3705 * config/cris/cris.md ("epilogue"): Remove condition.
3706 ("prologue"): Ditto.
3707
3708 2015-07-02 Richard Biener <rguenther@suse.de>
3709
3710 * tree-ssa-dom.c (build_and_record_new_cond): Add optional
3711 parameter to record a condition that is false.
3712 (record_conditions): When recording an extra NE_EXPR that is
3713 true also record a EQ_EXPR that is false.
3714
3715 2015-07-02 Bin Cheng <bin.cheng@arm.com>
3716
3717 * tree-ssa-loop-ivopts.c (struct ivopts_data): New field iv_obstack.
3718 (tree_ssa_iv_optimize_init): Initialize iv_obstack.
3719 (alloc_iv): New parameter. Allocate struct iv using obstack_alloc.
3720 (set_iv, find_interesting_uses_address, add_candidate_1): New
3721 argument to alloc_iv.
3722 (find_interesting_uses_op, find_interesting_uses_cond): Don't
3723 duplicate struct iv.
3724 (free_loop_data): Don't free struct iv explicitly.
3725 (tree_ssa_iv_optimize_finalize): Free iv_obstack.
3726
3727 2015-07-01 DJ Delorie <dj@redhat.com>
3728
3729 * config/s390/tpf.h (LIBSTDCXX): Change to CPP1.
3730 (LIB_SPEC): Add.
3731 (SUPPORTS_DISCRIMINATOR): Define.
3732
3733 2015-07-01 Richard Sandiford <richard.sandiford@arm.com>
3734
3735 PR bootstrap/66685
3736 * rtl.c (classify_insn): Only return JUMP_INSN for parallel returns if
3737 there are no CALLs in the same pattern.
3738
3739 2015-07-01 Bernd Edlinger <bernd.edlinger@hotmail.de>
3740
3741 PR rtl-optimization/61047
3742 * rtlanal.c (get_initial_register_offset): New function.
3743 (rtx_addr_can_trap_p_1): Check offsets of stack references.
3744
3745 2015-07-01 Richard Biener <rguenther@suse.de>
3746
3747 * fold-const.c (fold_comparison): Move X - Y CMP 0 -> X CMP Y,
3748 X * C1 CMP 0 -> X CMP 0, X CMP X, ~X CMP ~Y -> Y CMP X and
3749 ~X CMP C -> X CMP' ~C to ...
3750 * match.pd: ... patterns here.
3751
3752 2015-07-01 Nick Clifton <nickc@redhat.com>
3753
3754 * config/msp430/msp430.md (zero_extendhipsi2): Use MOVX.A to store
3755 a 16-bit value into a 20-bit memory slot.
3756
3757 2015-07-01 Jiong Wang <jiong.wang@arm.com>
3758
3759 * doc/sourcebuild.texi (AArch64-specific attributes): Document
3760 "aarch64_tiny", "aarch64_small", "aarch64_large",
3761 "aarch64_little_endian", "aarch64_big_endian".
3762
3763 2015-07-01 Jiong Wang <jiong.wang@arm.com>
3764
3765 * doc/sourcebuild.texi (AArch64-specific attributes): New subsection.
3766 Document "aarch64_small_fpic".
3767
3768 2015-07-01 Jiong Wang <jiong.wang@arm.com>
3769
3770 * configure.ac: Add check for aarch64 assembler -fpic relocation
3771 modifier support.
3772 * configure: Regenerate.
3773 * config.in: Regenerate.
3774 * config/aarch64/aarch64.c (initialize_aarch64_code_model): Fall back
3775 to -fPIC if not support of -fpic relocation modifier in assembler.
3776
3777 2015-07-01 Richard Sandiford <richard.sandiford@arm.com>
3778
3779 PR bootstrap/66685
3780 * rtl.c (classify_insn): Handle returns in PARALLELs.
3781
3782 2015-07-01 Eric Botcazou <ebotcazou@adacore.com>
3783
3784 PR middle-end/66633
3785 * tree-nested.c (convert_nonlocal_omp_clauses): Initialize need_chain
3786 to true if the function is nested and if not optimizing.
3787 (convert_local_omp_clauses): Initialize need_frame to true if the
3788 function contains nested functions and if not optimizing.
3789
3790 2015-07-01 Richard Biener <rguenther@suse.de>
3791
3792 * fold-const.c (fold_binary_loc): Move ~X ^ X -> -1 and
3793 (X & Y) ^ Y -> ~X & Y transforms to ...
3794 * match.pd: ... here.
3795
3796 2015-07-01 Richard Biener <rguenther@suse.de>
3797
3798 * genmatch.c (expr::gen_transform): Shortcut re-simplifying
3799 of converts to avoid uninteresting noise from the conversion
3800 simplifying patterns.
3801
3802 2015-06-30 Sandra Loosemore <sandra@codesourcery.com>
3803
3804 * config/c6x/c6x.c (try_rename_operands): Do not depend on
3805 gcc_assert evaluating its argument for side-effect.
3806
3807 2015-06-30 Kaz Kojima <kkojima@gcc.gnu.org>
3808
3809 PR target/64833
3810 * config/sh/sh.md (casesi_worker_1): Set length to 8 when
3811 flag_pic is set.
3812
3813 2015-06-30 Eric Botcazou <ebotcazou@adacore.com>
3814
3815 * lto-streamer-out.c (class DFS): Adjust hash_scc method.
3816 (DFS::DFS): Pass this_ref_p and ref_p to hash_scc.
3817 (hash_scc): Add this_ref_p and ref_p parameters and pass them
3818 to the inner DFS walk.
3819
3820 2015-06-30 Richard Sandiford <richard.sandiford@arm.com>
3821
3822 * target-insns.def (jump): New targetm instruction pattern.
3823 * bb-reorder.c (get_uncond_jump_length): Use targetm.gen_jump
3824 instead of gen_jump.
3825 (fix_up_crossing_landing_pad): Likewise.
3826 (add_labels_and_missing_jumps): Likewise.
3827 (fix_crossing_conditional_branches): Likewise.
3828 * cfgrtl.c (try_redirect_by_replacing_jump): Likewise.
3829 (force_nonfallthru_and_redirect): Likewise.
3830 * cse.c (cse_insn): Likewise.
3831 * expmed.c (expand_divmod): Likewise.
3832 * expr.c (store_expr_with_bounds, expand_expr_real_2): Likewise.
3833 * haifa-sched.c (init_before_recovery): Likewise.
3834 (sched_create_recovery_edges): Likewise.
3835 * ifcvt.c (find_cond_trap): Likewise.
3836 * optabs.c (expand_doubleword_shift, expand_doubleword_clz): Likewise.
3837 (expand_float, expand_fix): Likewise.
3838 * stmt.c (emit_jump): Likewise.
3839
3840 2015-06-30 Richard Sandiford <richard.sandiford@arm.com>
3841
3842 * defaults.h (HAVE_load_multiple, gen_load_multiple)
3843 (HAVE_store_multiple, gen_store_multiple): Delete.
3844 * target-insns.def (load_multiple, store_multiple): New targetm
3845 instruction patterns.
3846 * expr.c (move_block_to_reg, move_block_from_reg): Use them instead
3847 of HAVE_*/gen_* interface.
3848
3849 2015-06-30 Richard Sandiford <richard.sandiford@arm.com>
3850
3851 * defaults.h (HAVE_mem_thread_fence, gen_mem_thread_fence)
3852 (HAVE_memory_barrier, gen_memory_barrier, HAVE_mem_signal_fence)
3853 (gen_mem_signal_fence): Delete.
3854 * target-insns.def (mem_signal_fence, mem_thread_fence)
3855 (memory_barrier): New targetm instruction patterns.
3856 * optabs.c (expand_mem_thread_fence): Use them instead of HAVE_*/gen_*
3857 interface.
3858 (expand_mem_signal_fence): Likewise.
3859
3860 2015-06-30 Richard Sandiford <richard.sandiford@arm.com>
3861
3862 * defaults.h (HAVE_epilogue, gen_epilogue): Delete.
3863 * target-insns.def (epilogue, prologue, sibcall_prologue): New
3864 targetm instruction patterns.
3865 * alias.c (init_alias_analysis): Use them instead of HAVE_*/gen_*
3866 interface.
3867 * calls.c (expand_call): Likewise.
3868 * cfgrtl.c (cfg_layout_finalize): Likewise.
3869 * df-scan.c (df_get_entry_block_def_set): Likewise.
3870 (df_get_exit_block_use_set): Likewise.
3871 * dwarf2cfi.c (pass_dwarf2_frame::gate): Likewise.
3872 * final.c (final_start_function): Likewise.
3873 * function.c (thread_prologue_and_epilogue_insns): Likewise.
3874 (reposition_prologue_and_epilogue_notes): Likewise.
3875 * reorg.c (find_end_label): Likewise.
3876 * toplev.c (process_options): Likewise.
3877
3878 2015-06-30 David Malcolm <dmalcolm@redhat.com>
3879
3880 * typed-splay-tree.h: New file.
3881
3882 2015-06-30 Vladimir Makarov <vmakarov@redhat.com>
3883
3884 PR debug/66691
3885 * lra-int.h (lra_substitute_pseudo): Add a parameter.
3886 (lra_substitute_pseudo_within_insn): Ditto.
3887 * lra.c (lra_substitute_pseudo): Add a parameter. Simplify subreg
3888 of constant.
3889 (lra_substitute_pseudo_within_insn): Add a parameter. Transfer it
3890 to lra_substitute_pseudo.
3891 * lra-lives.c (process_bb_lives): Add an argument to
3892 lra_substitute_pseudo_within_insn call.
3893 * lra-constraints.c (inherit_reload_reg, split_reg): Add an
3894 argument to lra_substitute_pseudo and
3895 lra_substitute_pseudo_within_insn calls.
3896 (remove_inheritance_pseudos, undo_optional_reloads): Ditto.
3897
3898 2015-06-30 H.J. Lu <hongjiu.lu@intel.com>
3899
3900 * configure: Regenerated.
3901
3902 2015-06-30 H.J. Lu <hongjiu.lu@intel.com>
3903
3904 * config.gcc: Support i[34567]86-*-elfiamcu target.
3905 * config/i386/iamcu.h: New.
3906 * config/i386/i386.opt: Add -miamcu.
3907 * doc/invoke.texi: Document -miamcu.
3908 * common/config/i386/i386-common.c (ix86_handle_option): Turn
3909 off x87/MMX/SSE/AVX codegen for -miamcu.
3910 * config/i386/i386-c.c (ix86_target_macros_internal): Define
3911 __iamcu/__iamcu__ for -miamcu.
3912 * config/i386/i386.h (PREFERRED_STACK_BOUNDARY_DEFAULT): Set
3913 to MIN_STACK_BOUNDARY if TARGET_IAMCU is true.
3914 (BIGGEST_ALIGNMENT): Set to 32 if TARGET_IAMCU is true.
3915 * config/i386/i386.c (ix86_option_override_internal): Ignore and
3916 warn -mregparm for Intel MCU. Turn on -mregparm=3 for Intel
3917 MCU by default. Default long double to 64-bit for Intel MCU.
3918 Turn on -freg-struct-return for Intel MCU. Issue an error when
3919 -miamcu is used in 64-bit or x32 mode or if x87, MMX, SSE or
3920 AVX is turned on.
3921 (function_arg_advance_32): Pass value whose size is no larger
3922 than 8 bytes in registers for Intel MCU.
3923 (function_arg_32): Likewise.
3924 (ix86_return_in_memory): Return value whose size is no larger
3925 than 8 bytes in registers for Intel MCU.
3926 (iamcu_alignment): New function.
3927 (ix86_data_alignment): Call iamcu_alignment if TARGET_IAMCU is
3928 true.
3929 (ix86_local_alignment): Don't increase alignment for Intel MCU.
3930 (x86_field_alignment): Return iamcu_alignment if TARGET_IAMCU is
3931 true.
3932
3933 2015-06-30 Marek Polacek <polacek@redhat.com>
3934
3935 * match.pd (X - (X / Y) * Y): Use convert1 and convert2. Convert
3936 both operands of the resulting expression.
3937
3938 * match.pd (~x | x): Don't use tree_nop_conversion_p. Build
3939 the final expression with the operand's type and then convert
3940 it to the type of the expression.
3941
3942 2015-06-30 Richard Biener <rguenther@suse.de>
3943
3944 * fold-const.c (fold_binary_loc): Move ~x & ~y -> ~(x | y) and
3945 ~x | ~y -> ~(x & y), (x & CST) ^ (x & CST2) -> (x & CST) | (x & CST2),
3946 (X | Y) ^ X -> Y & ~ X, ~X ^ ~Y to X ^ Y and ~X ^ C to X ^ ~C ...
3947 * match.pd: ... to patterns here.
3948
3949 2015-06-30 Richard Biener <rguenther@suse.de>
3950
3951 PR tree-optimization/66704
3952 * tree-vect-data-refs.c (vect_setup_realignment): Use
3953 make_ssa_name for non-SSA name source.
3954
3955 2015-06-30 Jakub Jelinek <jakub@redhat.com>
3956
3957 PR middle-end/66702
3958 * omp-low.c (simd_clone_adjust): Handle addressable linear
3959 or uniform parameters or non-gimple type uniform parameters.
3960
3961 2015-06-30 Richard Biener <rguenther@suse.de>
3962
3963 * fold-const.c (fold_unary_loc): Move abs(abs(x)) -> abs(x),
3964 ~ (-A) to A - 1, ~ (A - 1) or ~ (A + -1) to -A and some cases of
3965 ~(X ^ Y) to ~X ^ Y or X ^ ~Y if ~X or ~Y simplify to ...
3966 * match.pd: ... here.
3967 Add a few cases of A - B -> A + (-B) when B "easily" negates.
3968 Move (x & y) | x -> x and friends before
3969 (x | CST1) & CST2 -> (x & CST2) | (CST1 & CST2).
3970
3971 2015-06-30 Eric Botcazou <ebotcazou@adacore.com>
3972
3973 * config/sparc/leon.md (leon_load): Enable for all LEON variants if
3974 -mfix-ut699 is not specified.
3975 (leon3_load): Rename into...
3976 (ut699_load): ...this. Enable for all LEON variants if -mfix-ut699
3977 is specified.
3978
3979 2015-06-30 Marek Polacek <polacek@redhat.com>
3980
3981 * fold-const.c (fold_binary_loc): Move ~X | X folding ...
3982 * match.pd: ... here.
3983
3984 2015-06-30 Richard Biener <rguenther@suse.de>
3985
3986 * target-insns.def (canonicalize_funcptr_for_compare): Add.
3987 * fold-const.c (build_range_check): Replace uses of
3988 HAVE_canonicalize_funcptr_for_compare.
3989 (fold_widened_comparison): Likewise.
3990 (fold_sign_changed_comparison): Likewise.
3991 * dojump.c: Include "target.h".
3992 (do_compare_and_jump): Replace uses of
3993 HAVE_canonicalize_funcptr_for_compare and
3994 gen_canonicalize_funcptr_for_compare.
3995 * expr.c (do_store_flag): Likewise.
3996
3997 2015-06-30 Tom de Vries <tom@codesourcery.com>
3998
3999 PR tree-optimization/66652
4000 * tree-parloops.c (try_transform_to_exit_first_loop_alt): Use
4001 max_loop_iterations to determine if nit + 1 overflows.
4002
4003 2015-06-30 Richard Biener <rguenther@suse.de>
4004
4005 * tree-vrp.c (register_edge_assert_for_2): Also register
4006 asserts for dominating conversion results.
4007
4008 2015-06-30 Bin Cheng <bin.cheng@arm.com>
4009
4010 * tree-ssa-loop-ivopts.c (record_sub_use): Don't reset ssa_name
4011 field in struct iv.
4012
4013 2015-06-29 Jack Howarth <howarth.at.gcc@gmail.com>
4014
4015 PR target/66509
4016 * configure.ac: Fix filds and fildq test for 64-bit.
4017 * configure: Regenerated.
4018
4019 2015-06-29 Nathan Sidwell <nathan@codesourcery.com>
4020
4021 * config/nvptx/nvptx.md (nvptx_reorg_subreg): New fn, broken out of ...
4022 (nvptx_reorg): Here. Keep the non-subreg pieces.
4023
4024 2015-06-29 H.J. Lu <hongjiu.lu@intel.com>
4025
4026 * config/gnu-user.h (GNU_USER_TARGET_ENDFILE_SPEC): Use
4027 PIE_SPEC and NO_PIE_SPEC if HAVE_LD_PIE is defined.
4028
4029 2015-06-29 Uros Bizjak <ubizjak@gmail.com>
4030
4031 * config/i386/i386.md (*jcc_1): Use %! in asm template.
4032 Set attribute "length_nobnd" instead of "length".
4033 (*jcc_2): Ditto.
4034 (jump): Ditto.
4035 (*jcc_1_bnd, *jcc_2_bnd, jump_bnd): Remove insn patterns.
4036
4037 2015-06-29 Sandra Loosemore <sandra@codesourcery.com>
4038
4039 * config/nios2/nios2.c (nios2_delegitimize_address): Make
4040 assert less restrictive.
4041
4042 2015-06-29 Manuel López-Ibáñez <manu@gcc.gnu.org>
4043
4044 PR fortran/66605
4045 * cgraphunit.c (cgraph_node::finalize_function): Do not call
4046 do_warn_unused_parameter.
4047 * function.c (do_warn_unused_parameter): Move from here.
4048 * function.h (do_warn_unused_parameter): Do not declare.
4049
4050 2015-06-29 Matthew Wahab <matthew.wahab@arm.com>
4051
4052 PR target/65697
4053 * gcc.target/arm/armv-sync-comp-swap.c: New.
4054 * gcc.target/arm/armv-sync-op-acquire.c: New.
4055 * gcc.target/arm/armv-sync-op-full.c: New.
4056 * gcc.target/arm/armv-sync-op-release.c: New.
4057
4058 2015-06-29 Matthew Wahab <matthew.wahab@arm.com>
4059
4060 PR target/65697
4061 * config/armc/arm.c (arm_split_compare_and_swap): For ARMv8, replace an
4062 initial acquire barrier with final barrier.
4063
4064 2015-06-29 Matthew Wahab <matthew.wahab@arm.com>
4065
4066 PR target/65697
4067 * config/armc/arm.c (arm_split_atomic_op): For ARMv8, replace an
4068 initial acquire barrier with final barrier.
4069
4070 2015-06-29 Richard Henderson <rth@redhat.com>
4071
4072 * config/i386/constraints.md (Bf): New constraint.
4073 * config/i386/i386-c.c (ix86_target_macros): Define
4074 __GCC_ASM_FLAG_OUTPUTS__.
4075 * config/i386/i386.c (ix86_md_asm_adjust): Handle =@cc* constraints
4076 as flags outputs.
4077 * doc/extend.texi (FlagOutputOperands): Document them.
4078
4079 2015-06-29 Jiong Wang <jiong.wang@arm.com>
4080
4081 * config/arch64/aarch64.md (UNSPEC_TLSLE): New enumeration.
4082 * config/arch64/aarch64.md (tlsle_small): Rename to tlsle and use new
4083 unspec name.
4084 (tlsle_small_<mode>): Rename to tlsle_<mode> and use new unspec name.
4085 * config/arch64/aarch64-protos.h (arch64_symbol_type): Rename
4086 SYMBOL_SMALL_TPREL to SYMBOL_TLSLE.
4087 (aarch64_symbol_context): Ditto.
4088 * config/aarch64/aarch64.c (aarch64_load_symref_appropriately): Ditto
4089 and use new pattern name.
4090 (aarch64_expand_mov_immediate): Ditto.
4091 (aarch64_print_operand): Ditto.
4092 (aarch64_classify_tls_symbol): Ditto.
4093
4094 2015-06-29 Marek Polacek <polacek@redhat.com>
4095 Marc Glisse <marc.glisse@inria.fr>
4096
4097 * fold-const.c (fold_binary_loc): Move X - (X / Y) * Y -> X % Y to ...
4098 * match.pd: ... pattern here.
4099
4100 2015-06-29 Tom de Vries <tom@codesourcery.com>
4101
4102 * tree-parloops.c (try_transform_to_exit_first_loop_alt): Simplify
4103 function structure.
4104
4105 2015-06-29 Matthew Wahab <matthew.wahab@arm.com>
4106
4107 * doc/invoke.texi (Aarch64 Options, -march): Split out arch and
4108 feature description, split out the native option, add a link to
4109 the feature documentation, rearrange and slightly rewrite text.
4110 (Aarch64 options, -mcpu): Likewise.
4111 (Aarch64 options, Feature Modifiers): Add an anchor. Mention
4112 +rdma implies Adv. SIMD.
4113
4114 2015-06-29 Marek Polacek <polacek@redhat.com>
4115
4116 PR c/66322
4117 * function.c (stack_protect_epilogue): Remove a cast to int.
4118 * doc/invoke.texi: Update -Wswitch-bool description.
4119
4120 2015-06-29 Richard Biener <rguenther@suse.de>
4121
4122 * genmatch.c (add_operator): Treat ADDR_EXPR as atom.
4123 * fold-const.c (fold_binary_loc): Move &A - &B simplification
4124 via ptr_difference_const ...
4125 * match.pd: ... here.
4126 When matching (X ^ Y) == Y also match with swapped operands.
4127
4128 2015-06-29 Richard Biener <rguenther@suse.de>
4129
4130 * lto-streamer.h (LTO_major_version): Bump to 5.
4131
4132 2015-06-29 Richard Biener <rguenther@suse.de>
4133
4134 PR tree-optimization/66677
4135 * tree-vect-stmts.c (vect_transform_stmt): Make assert about
4136 STMT_VINFO_VEC_STMT clobbering less strict.
4137
4138 2015-06-29 Kugan Vivekanandarajah <kuganv@linaro.org>
4139
4140 PR middle-end/64130
4141 * tree-vrp.c (extract_range_from_binary_expr_1): For unsigned
4142 division, compute max and min when value ranges for dividend and
4143 divisor are available.
4144
4145 2015-06-28 Chung-Lin Tang <cltang@codesourcery.com>
4146 Sandra Loosemore <sandra@codesourcery.com>
4147
4148 * regrename.h (regrename_do_replace): Change to return bool.
4149 * regrename.c (rename_chains): Check return value of
4150 regname_do_replace.
4151 (regrename_do_replace): Re-validate the modified insns and
4152 return bool status.
4153 * config/aarch64/cortex-a57-fma-steering.c (rename_single_chain):
4154 Update to match rename_chains changes.
4155 * config/c6x/c6x.c (try_rename_operands): Assert that
4156 regrename_do_replace returns true.
4157
4158 2015-06-28 Uros Bizjak <ubizjak@gmail.com>
4159
4160 * config/i386/i386.md (<mode>_ldx): Do not zero-extend non-Pmode
4161 operand 2 here. Use copy_addr_to_reg to copy non-index
4162 register operand 2 to a temporary.
4163 (<mode>_stx): Ditto for operand 1.
4164 (*<mode>_ldx, *<mode>_stx): Remove enclosing parallel.
4165 * config/i386/i386.c (ix86_load_bounds): Zero-extend non-Pmode ptr here.
4166 (ix86_store_bounds): Ditto.
4167
4168 2015-06-27 Patrick Palka <ppalka@gcc.gnu.org>
4169
4170 * print-tree.c (print_node) [TREE_VEC]: Print its length.
4171
4172 2015-06-26 Andrew MacLeod <amacleod@redhat.com>
4173
4174 * gimple.c (gimple_call_set_fndecl): Remove.
4175 * gimple.h (gimple_call_set_fndecl): Relocate to gimple.h and call
4176 build1_loc directly instead of build_fold_addr_expr_loc.
4177
4178 2015-06-26 Richard Sandiford <richard.sandiford@arm.com>
4179
4180 * hash-map.h (hash_map::traverse): Use the definition of the
4181 Key typedef rather than the typedef itself.
4182
4183 2015-06-26 Martin Jambor <mjambor@suse.cz>
4184
4185 PR debug/66301
4186 * tree-ssa-pre.c (before_dom_children): Check that dump_file is not
4187 NULL instead of calling dump_enabled_p.
4188
4189 2015-06-26 James Greenhalgh <james.greenhalgh@arm.com>
4190
4191 * config/aarch64/aarch64.opt: (override): New.
4192 * doc/invoke.texi (override): Document.
4193 * config/aarch64/aarch64.c (aarch64_flag_desc): New
4194 (aarch64_fusible_pairs): Likewise.
4195 (aarch64_tuning_flags): Likewise.
4196 (aarch64_tuning_override_function): Likewise.
4197 (aarch64_tuning_override_functions): Likewise.
4198 (aarch64_parse_one_option_token): Likewise.
4199 (aarch64_parse_boolean_options): Likewise.
4200 (aarch64_parse_fuse_string): Likewise.
4201 (aarch64_parse_tune_string): Likewise.
4202 (aarch64_parse_one_override_token): Likewise.
4203 (aarch64_parse_override_string): Likewise.
4204 (aarch64_override_options): Parse the -override string if it
4205 is present.
4206
4207 2015-06-26 James Greenhalgh <james.greenhalgh@arm.com>
4208
4209 * config/aarch64/aarch64-protos.h (tune_params): Remove
4210 const from members.
4211 (aarch64_tune_params): Remove const, change to no longer be
4212 a pointer.
4213 * config/aarch64/aarch64.c (aarch64_tune_params): Remove const,
4214 change to no longer be a pointer, initialize to generic_tunings.
4215 (aarch64_min_divisions_for_recip_mul): Change dereference of
4216 aarch64_tune_params to member access.
4217 (aarch64_reassociation_width): Likewise.
4218 (aarch64_rtx_mult_cost): Likewise.
4219 (aarch64_address_cost): Likewise.
4220 (aarch64_branch_cost): Likewise.
4221 (aarch64_rtx_costs): Likewise.
4222 (aarch64_register_move_cost): Likewise.
4223 (aarch64_memory_move_cost): Likewise.
4224 (aarch64_sched_issue_rate): Likewise.
4225 (aarch64_builtin_vectorization_cost): Likewise.
4226 (aarch64_override_options): Take a copy of the selected tuning
4227 struct in to aarch64_tune_params, rather than just setting
4228 a pointer, change dereferences of aarch64_tune_params to member
4229 accesses.
4230 (aarch64_override_options_after_change): Change dereferences of
4231 aarch64_tune_params to member access.
4232 (aarch64_macro_fusion_p): Likewise.
4233 (aarch_macro_fusion_pair_p): Likewise.
4234 * config/aarch64/cortex-a57-fma-steering.c (gate): Likewise.
4235
4236 2015-06-26 James Greenhalgh <james.greenhalgh@arm.com>
4237
4238 * config/aarch64/aarch64.h (AARCH64_FL_USE_FMA_STEERING_PASS): Delete.
4239 (aarch64_tune_flags): Likewise.
4240 (AARCH64_TUNE_FMA_STEERING): Likewise.
4241 * config/aarch64/aarch64-cores.def (cortex-a57): Remove reference
4242 to AARCH64_FL_USE_FMA_STEERING_PASS.
4243 (cortex-a57.cortex-a53): Likewise.
4244 (cortex-a72): Use cortexa72_tunings.
4245 (cortex-a72.cortex-a53): Likewise.
4246 (exynos-m1): Likewise.
4247 * config/aarch64/aarch64-protos.h (tune_params): Add
4248 a field: extra_tuning_flags.
4249 * config/aarch64/aarch64-tuning-flags.def: New.
4250 * config/aarch64/aarch64-protos.h (AARCH64_EXTRA_TUNING_OPTION): New.
4251 (aarch64_extra_tuning_flags): Likewise.
4252 (aarch64_tune_params): Declare here.
4253 * config/aarch64/aarch64.c (generic_tunings): Set extra_tuning_flags.
4254 (cortexa53_tunings): Likewise.
4255 (cortexa57_tunings): Likewise.
4256 (thunderx_tunings): Likewise.
4257 (xgene1_tunings): Likewise.
4258 (cortexa72_tunings): New.
4259 * config/aarch64/cortex-a57-fma-steering.c: Include aarch64-protos.h.
4260 (gate): Check against aarch64_tune_params.
4261 * config/aarch64/t-aarch64 (cortex-a57-fma-steering.o): Depend on
4262 aarch64-protos.h.
4263
4264 2015-06-26 James Greenhalgh <james.greenhalgh@arm.com>
4265
4266 * config/aarch64/aarch64-fusion-pairs.def: New.
4267 * config/aarch64/aarch64-protos.h (aarch64_fusion_pairs): New.
4268 * config/aarch64/aarch64.c (AARCH64_FUSE_NOTHING): Move to
4269 aarch64_fusion_pairs.
4270 (AARCH64_FUSE_MOV_MOVK): Likewise.
4271 (AARCH64_FUSE_ADRP_ADD): Likewise.
4272 (AARCH64_FUSE_MOVK_MOVK): Likewise.
4273 (AARCH64_FUSE_ADRP_LDR): Likewise.
4274 (AARCH64_FUSE_CMP_BRANCH): Likewise.
4275
4276 2015-06-26 Jiong Wang <jiong.wang@arm.com>
4277
4278 * config/aarch64/aarch64-protos.h (aarch64_symbol_type): New type
4279 SYMBOL_SMALL_GOT_28K.
4280 * config/aarch64/aarch64.md: (ldr_got_small_<mode>): Support new GOT
4281 relocation modifiers.
4282 (unspec): New enum "UNSPEC_GOTMALLPIC28K.
4283 (ldr_got_small_28k_<mode>): New.
4284 (ldr_got_small_28k_sidi): New.
4285 * config/aarch64/iterators.md (got_modifier): New mode iterator.
4286 * config/aarch64/aarch64-otps.h (aarch64_code_model): New model.
4287 * config/aarch64/aarch64.c (aarch64_load_symref_appropriately): Support
4288 SYMBOL_SMALL_GOT_28K.
4289 (aarch64_rtx_costs): Add costs for new instruction sequences.
4290 (initialize_aarch64_code_model): Initialize new model.
4291 (aarch64_classify_symbol): Recognize new model and new symbol classification.
4292 (aarch64_asm_preferred_eh_data_format): Support new model.
4293 (aarch64_load_symref_appropriately): Generate new instruction
4294 sequences for -fpic.
4295 (TARGET_USE_PSEUDO_PIC_REG): New definition.
4296 (aarch64_use_pseudo_pic_reg): New function.
4297
4298 2015-06-26 Jiong Wang <jiong.wang@arm.com>
4299
4300 * config/aarch64/aarch64-protos.h (aarch64_symbol_type): Rename
4301 SYMBOL_SMALL_GOT to SYMBOL_SMALL_GOT_4G.
4302 * config/aarch64/aarch64.c (aarch64_load_symref_appropriately): Ditto.
4303 (aarch64_expand_mov_immediate): Ditto.
4304 (aarch64_print_operand): Ditto.
4305 (aarch64_classify_symbol): Ditto.
4306
4307 2015-06-26 Nathan Sidwell <nathan@codesourcery.com>
4308
4309 * config/nvptx/nvptx.md (call_operation): Remove unused variables.
4310
4311 2015-06-26 Bin Cheng <bin.cheng@arm.com>
4312
4313 PR bootstrap/66638
4314 * tree-ssa-loop-niter.c (loop_exits_before_overflow): Skip if
4315 assertion failed. Remove assertion itself.
4316
4317 2015-06-26 Richard Biener <rguenther@suse.de>
4318
4319 * fold-const.c (fold_binary_loc): Remove -A CMP -B -> A CMP B
4320 and -A CMP CST -> A CMP -CST which is redundant with a pattern
4321 in match.pd.
4322 Move (A | C) == D where C & ~D != 0 -> 0, (X ^ Y) ==/!= 0 -> X ==/!= Y,
4323 (X ^ Y) ==/!= {Y,X} -> {X,Y} ==/!= 0 and
4324 (X ^ C1) op C2 -> X op (C1 ^ C2) to ...
4325 * match.pd: ... patterns here.
4326
4327 2015-06-26 Marek Polacek <polacek@redhat.com>
4328
4329 * match.pd ((x | y) & ~(x & y) -> x ^ y,
4330 (x | y) & (~x ^ y) -> x & y): New patterns.
4331
4332 2015-06-26 Richard Sandiford <richard.sandiford@arm.com>
4333
4334 * rtl.h (emit): Add an optional boolean parameter to control
4335 whether barriers are emitted.
4336 * emit-rtl.c (emit): Likewise.
4337 * gensupport.c (get_emit_function): Return null rather than "emit".
4338 * genemit.c (gen_emit_seq): Handle the null return value.
4339 Don't emit barriers after the final instruction in the sequence.
4340 * gentarget-def.c (main): Don't emit barriers after the instruction.
4341
4342 2015-06-26 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
4343
4344 * config/arm/arm.c (arm_output_multireg_pop): Fix use of
4345 TARGET_UNIFIED_ASM.
4346
4347 2015-06-26 Richard Biener <rguenther@suse.de>
4348
4349 * match.pd: Allow associating FLOAT_TYPE_P when flag_associative_math.
4350
4351 2015-06-26 Richard Biener <rguenther@suse.de>
4352
4353 * match.pd: Allow (p +p off1) +p off2 to (p +p (off1 + off2))
4354 irrespective on whether the inner operation has a single use
4355 of both off are constant.
4356
4357 2015-06-26 Uros Bizjak <ubizjak@gmail.com>
4358 Segher Boessenkool <segher@kernel.crashing.org>
4359
4360 PR target/66412
4361 * config/i386/i386.md (various splitters): Use shallow_copy_rtx
4362 before doing PUT_MODE or PUT_CODE on operands to avoid
4363 in-place RTX modification.
4364
4365 2015-06-25 H.J. Lu <hongjiu.lu@intel.com>
4366
4367 * gentarget-def.c (def_target_insn): Cast return of strtol to
4368 unsigned int.
4369
4370 2015-06-25 Andrew MacLeod <amacleod@redhat.com>
4371
4372 * gimple.h (gimple_call_set_fn): Move inline function.
4373 * gimple.c (gimple_call_set_fn): Relocate here.
4374
4375 2015-06-25 Oleg Endo <olegendo@gcc.gnu.org>
4376
4377 PR target/65979
4378 PR target/66611
4379 * config/sh/sh.md (tstsi_t peephole2): Use insn_invalid_p to check if
4380 the replacement insn will work.
4381
4382 2015-06-25 H.J. Lu <hongjiu.lu@intel.com>
4383
4384 * gcc.c (driver_handle_option): Validate -pie if PIE is enabled
4385 by default.
4386
4387 2015-06-25 Andrew MacLeod <amacleod@redhat.com>
4388
4389 * function.h (ipa_opt_pass, ipa_opt_pass_d): Move forward declarations.
4390 * cgraph.h: Include ipa-ref.h and plugin-api.h.
4391 (ipa_opt_pass, ipa_opt_pass_d)): Relocate forward declarations here.
4392 (symtab_node::address_can_be_compared_p): Move function.
4393 * cgraph.c (symtab_node::address_can_be_compared_p): Relocate function
4394 definition here.
4395 * asan.c: Remove ipa-ref.h and plugin-api.h from include list.
4396 * auto-profile.c: Likewise.
4397 * bb-reorder.c: Likewise.
4398 * builtins.c: Likewise.
4399 * calls.c: Likewise.
4400 * cfgexpand.c: Likewise.
4401 * cgraphbuild.c: Likewise.
4402 * cgraphclones.c: Likewise.
4403 * cgraphunit.c: Likewise.
4404 * combine.c: Likewise.
4405 * coverage.c: Likewise.
4406 * data-streamer-in.c: Likewise.
4407 * data-streamer-out.c: Likewise.
4408 * data-streamer.c: Likewise.
4409 * dbxout.c: Likewise.
4410 * dwarf2out.c: Likewise.
4411 * except.c: Likewise.
4412 * expr.c: Likewise.
4413 * final.c: Likewise.
4414 * fold-const.c: Likewise.
4415 * ggc-page.c: Likewise.
4416 * gimple-fold.c: Likewise.
4417 * gimple-iterator.c: Likewise.
4418 * gimple-pretty-print.c: Likewise.
4419 * gimple-streamer-in.c: Likewise.
4420 * gimple-streamer-out.c: Likewise.
4421 * gimple.c: Likewise.
4422 * gimplify.c: Likewise.
4423 * ipa-chkp.c: Likewise.
4424 * ipa-comdats.c: Likewise.
4425 * ipa-cp.c: Likewise.
4426 * ipa-devirt.c: Likewise.
4427 * ipa-icf-gimple.c: Likewise.
4428 * ipa-icf.c: Likewise.
4429 * ipa-inline-analysis.c: Likewise.
4430 * ipa-inline-transform.c: Likewise.
4431 * ipa-inline.c: Likewise.
4432 * ipa-polymorphic-call.c: Likewise.
4433 * ipa-profile.c: Likewise.
4434 * ipa-prop.c: Likewise.
4435 * ipa-pure-const.c: Likewise.
4436 * ipa-ref.c: Likewise.
4437 * ipa-reference.c: Likewise.
4438 * ipa-split.c: Likewise.
4439 * ipa-utils.c: Likewise.
4440 * ipa-visibility.c: Likewise.
4441 * ipa.c: Likewise.
4442 * langhooks.c: Likewise.
4443 * lto-cgraph.c: Likewise.
4444 * lto-compress.c: Likewise.
4445 * lto-opts.c: Likewise.
4446 * lto-section-in.c: Likewise.
4447 * lto-section-out.c: Likewise.
4448 * lto-streamer-in.c: Likewise.
4449 * lto-streamer-out.c: Likewise.
4450 * lto-streamer.c: Likewise.
4451 * omp-low.c: Likewise.
4452 * opts-global.c: Likewise.
4453 * passes.c: Likewise.
4454 * predict.c: Likewise.
4455 * print-tree.c: Likewise.
4456 * profile.c: Likewise.
4457 * ree.c: Likewise.
4458 * sanopt.c: Likewise.
4459 * stor-layout.c: Likewise.
4460 * symtab.c: Likewise.
4461 * toplev.c: Likewise.
4462 * trans-mem.c: Likewise.
4463 * tree-cfg.c: Likewise.
4464 * tree-chkp.c: Likewise.
4465 * tree-eh.c: Likewise.
4466 * tree-emutls.c: Likewise.
4467 * tree-inline.c: Likewise.
4468 * tree-nested.c: Likewise.
4469 * tree-parloops.c: Likewise.
4470 * tree-pretty-print.c: Likewise.
4471 * tree-profile.c: Likewise.
4472 * tree-sra.c: Likewise.
4473 * tree-ssa-alias.c: Likewise.
4474 * tree-ssa-live.c: Likewise.
4475 * tree-ssa-loop-ivcanon.c: Likewise.
4476 * tree-ssa-loop-ivopts.c: Likewise.
4477 * tree-ssa-pre.c: Likewise.
4478 * tree-ssa-sccvn.c: Likewise.
4479 * tree-ssa-strlen.c: Likewise.
4480 * tree-ssa-structalias.c: Likewise.
4481 * tree-streamer-in.c: Likewise.
4482 * tree-streamer-out.c: Likewise.
4483 * tree-streamer.c: Likewise.
4484 * tree-switch-conversion.c: Likewise.
4485 * tree-tailcall.c: Likewise.
4486 * tree-vect-data-refs.c: Likewise.
4487 * tree-vect-stmts.c: Likewise.
4488 * tree-vectorizer.c: Likewise.
4489 * tree.c: Likewise.
4490 * tsan.c: Likewise.
4491 * ubsan.c: Likewise.
4492 * value-prof.c: Likewise.
4493 * varasm.c: Likewise.
4494 * varpool.c: Likewise.
4495 * config/arm/arm.c: Likewise.
4496 * config/bfin/bfin.c: Likewise.
4497 * config/c6x/c6x.c: Likewise.
4498 * config/cris/cris.c: Likewise.
4499 * config/darwin-c.c: Likewise.
4500 * config/darwin.c: Likewise.
4501 * config/i386/i386.c: Likewise.
4502 * config/i386/winnt.c: Likewise.
4503 * config/microblaze/microblaze.c: Likewise.
4504 * config/mips/mips.c: Likewise.
4505 * config/rs6000/rs6000.c: Likewise.
4506 * config/rx/rx.c: Likewise.
4507 * config/s390/s390.c: Likewise.
4508 * config/tilegx/mul-tables.c: Likewise.
4509
4510 2015-06-25 Richard Sandiford <richard.sandiford@arm.com>
4511
4512 * config/aarch64/aarch64.c, config/alpha/alpha.c,
4513 config/arm/arm.c, config/avr/avr.c, config/bfin/bfin.c,
4514 config/c6x/c6x.c, config/cr16/cr16.c, config/cris/cris.c,
4515 config/fr30/fr30.c, config/frv/frv.c, config/h8300/h8300.c,
4516 config/i386/i386.c, config/ia64/ia64.c, config/iq2000/iq2000.c,
4517 config/lm32/lm32.c, config/m32c/m32c.c, config/m32r/m32r.c,
4518 config/m68k/m68k.c, config/mcore/mcore.c, config/mep/mep.c,
4519 config/microblaze/microblaze.c, config/mips/mips.c,
4520 config/mmix/mmix.c, config/mn10300/mn10300.c,
4521 config/moxie/moxie.c, config/msp430/msp430.c,
4522 config/nds32/nds32.c, config/nios2/nios2.c, config/nvptx/nvptx.c,
4523 config/pa/pa.c, config/pdp11/pdp11.c, config/rl78/rl78.c,
4524 config/rs6000/rs6000.c, config/rx/rx.c, config/s390/s390.c,
4525 config/sh/sh.c, config/sparc/sparc.c, config/spu/spu.c,
4526 config/stormy16/stormy16.c, config/tilegx/tilegx.c,
4527 config/tilepro/tilepro.c, config/v850/v850.c, config/vax/vax.c,
4528 config/visium/visium.c, config/xtensa/xtensa.c: Add comment above
4529 target-def.h include.
4530 * config/ft32/ft32.c: Likewise. Fix misapplied hunk.
4531
4532 2015-06-25 Richard Sandiford <richard.sandiford@arm.com>
4533
4534 * Makefile.in (TARGET_DEF): Add target-insns.def.
4535 (.PRECIOUS, simple_rtl_generated_h): Add insn-target-def.h.
4536 (build/gentarget-def.o): New rule.
4537 (genprogrtl): Add target-def.
4538 * target-insns.def, gentarget-def.c: New files.
4539 * target.def: Add targetm.have_* and targetm.gen_* hooks,
4540 based on the contents of target-insns.def.
4541 * defaults.h (HAVE_simple_return, gen_simple_return): Delete.
4542 (HAVE_return, gen_return): Delete.
4543 * target-def.h: Include insn-target-def.h.
4544 * cfgrtl.c (force_nonfallthru_and_redirect): Use targetm interface
4545 instead of direct calls. Rely on them to do the appropriate assertions.
4546 * function.c (gen_return_pattern): Likewise. Return an rtx_insn *.
4547 (convert_jumps_to_returns): Use targetm interface instead of
4548 direct calls.
4549 (thread_prologue_and_epilogue_insns): Likewise.
4550 * reorg.c (find_end_label, dbr_schedule): Likewise.
4551 * shrink-wrap.h (SHRINK_WRAPPING_ENABLED): Likewise.
4552 * shrink-wrap.c (convert_to_simple_return): Likewise.
4553 (try_shrink_wrapping): Use SHRINK_WRAPPING_ENABLED.
4554
4555 2015-06-25 Richard Sandiford <richard.sandiford@arm.com>
4556
4557 * config/aarch64/aarch64.c, config/alpha/alpha.c, config/arm/arm.c,
4558 config/avr/avr.c, config/bfin/bfin.c, config/c6x/c6x.c,
4559 config/cr16/cr16.c, config/cris/cris.c, config/fr30/fr30.c,
4560 config/frv/frv.c, config/ft32/ft32.c, config/h8300/h8300.c,
4561 config/i386/i386.c, config/ia64/ia64.c, config/iq2000/iq2000.c,
4562 config/lm32/lm32.c, config/m32c/m32c.c, config/m32r/m32r.c,
4563 config/m68k/m68k.c, config/mcore/mcore.c, config/mep/mep.c,
4564 config/microblaze/microblaze.c, config/mips/mips.c, config/mmix/mmix.c,
4565 config/mn10300/mn10300.c, config/moxie/moxie.c, config/msp430/msp430.c,
4566 config/nds32/nds32.c, config/nios2/nios2.c, config/nvptx/nvptx.c,
4567 config/pa/pa.c, config/pdp11/pdp11.c, config/rl78/rl78.c,
4568 config/rs6000/rs6000.c, config/rx/rx.c, config/s390/s390.c,
4569 config/sh/sh.c, config/sparc/sparc.c, config/spu/spu.c,
4570 config/stormy16/stormy16.c, config/tilegx/tilegx.c,
4571 config/tilepro/tilepro.c, config/v850/v850.c, config/vax/vax.c,
4572 config/visium/visium.c, config/xtensa/xtensa.c: Move target-def.h
4573 includes to end.
4574
4575 2015-06-25 Richard Sandiford <richard.sandiford@arm.com>
4576
4577 * hash-map-traits.h (simple_hashmap_traits::key_type): New typedef.
4578 (unbounded_int_hashmap_traits::key_type): Likewise.
4579 * hash-map.h (hash_map): Get the key type from the traits.
4580 * hash-traits.h (default_hash_traits): By default, inherit from the
4581 template parameter.
4582 * alias.c (alias_set_traits): Delete.
4583 (alias_set_entry_d::children): Use alias_set_hash as the first
4584 template parameter.
4585 (record_alias_subset): Update accordingly.
4586 * except.c (tree_hash_traits): Delete.
4587 (type_to_runtime_map): Use tree_hash as the first template parameter.
4588 (init_eh): Update accordingly.
4589 * genmatch.c (capture_id_map_hasher): Delete.
4590 (cid_map_t): Use nofree_string_hash as first template parameter.
4591 * ipa-icf.h (symbol_compare_hashmap_traits): Delete.
4592 * ipa-icf.c (sem_item_optimizer::subdivide_classes_by_sensitive_refs):
4593 Use symbol_compare_hash as the first template parameter in
4594 subdivide_hash_map.
4595 * mem-stats.h (mem_usage_pair::mem_alloc_hashmap_traits): Delete.
4596 (mem_usage_pair::mem_map_t): Use mem_location_hash as the first
4597 template parameter.
4598 * passes.c (pass_registry_hasher): Delete.
4599 (name_to_pass_map): Use nofree_string_hash as the first template
4600 parameter.
4601 (register_pass_name): Update accordingly.
4602 * sanopt.c (sanopt_tree_map_traits): Delete.
4603 (sanopt_tree_triplet_map_traits): Delete.
4604 (sanopt_ctx::asan_check_map): Use tree_operand_hash as the first
4605 template parameter.
4606 (sanopt_ctx::vptr_check_map): Use sanopt_tree_triplet_hash as
4607 the first template parameter.
4608 * sese.c (rename_map_hasher): Delete.
4609 (rename_map_type): Use tree_ssa_name_hash as the first template
4610 parameter.
4611 * symbol-summary.h (function_summary::summary_hashmap_traits): Delete.
4612 (function_summary::m_map): Use map_hash as the first template
4613 parameter.
4614 (function_summary::release): Update accordingly.
4615 * tree-if-conv.c (phi_args_hash_traits): Delete.
4616 (predicate_scalar_phi): Use tree_operand_hash as the first template
4617 parameter to phi_arg_map.
4618 * tree-inline.h (dependence_hasher): Delete.
4619 (copy_body_data::dependence_map): Use dependence_hash as the first
4620 template parameter.
4621 * tree-inline.c (remap_dependence_clique): Update accordingly.
4622 * tree-ssa-strlen.c (stridxlist_hash_traits): Delete.
4623 (decl_to_stridxlist_htab): Use tree_decl_hash as the first template
4624 parameter.
4625 (addr_stridxptr): Update accordingly.
4626 * value-prof.c (profile_id_traits): Delete.
4627 (cgraph_node_map): Use profile_id_hash as the first template
4628 parameter.
4629 (init_node_map): Update accordingly.
4630 * config/alpha/alpha.c (string_traits): Delete.
4631 (machine_function::links): Use nofree_string_hash as the first
4632 template parameter.
4633 (alpha_use_linkage, alpha_write_linkage): Update accordingly.
4634 * config/m32c/m32c.c (pragma_traits): Delete.
4635 (pragma_htab): Use nofree_string_hash as the first template parameter.
4636 (m32c_note_pragma_address): Update accordingly.
4637 * config/mep/mep.c (pragma_traits): Delete.
4638 (pragma_htab): Use nofree_string_hash as the first template parameter.
4639 (mep_note_pragma_flag): Update accordingly.
4640 * config/mips/mips.c (mips16_flip_traits): Delete.
4641 (mflip_mips16_htab): Use nofree_string_hash as the first template
4642 parameter.
4643 (mflip_mips16_use_mips16_p): Update accordingly.
4644 (local_alias_traits): Delete.
4645 (mips16_local_aliases): Use nofree_string_hash as the first template
4646 parameter.
4647 (mips16_local_alias): Update accordingly.
4648
4649 2015-06-25 Richard Sandiford <richard.sandiford@arm.com>
4650
4651 * hash-map-traits.h (default_hashmap_traits): Delete.
4652
4653 2015-06-25 Richard Sandiford <richard.sandiford@arm.com>
4654
4655 * hash-map-traits.h (unbounded_hashmap_traits): New class.
4656 (unbounded_int_hashmap_traits): Likewise.
4657 * cfgexpand.c (part_traits): Use unbounded_int_hashmap_traits.
4658
4659 2015-06-25 Richard Sandiford <richard.sandiford@arm.com>
4660
4661 * ipa-icf.h (symbol_compare_hash): New class.
4662 (symbol_compare_hashmap_traits): Use it.
4663 * mem-stats.h (mem_alloc_description::mem_location_hash): New class.
4664 (mem_alloc_description::mem_alloc_hashmap_traits): Use it.
4665 (mem_alloc_description::reverse_mem_map_t): Remove redundant
4666 default_hashmap_traits.
4667 * sanopt.c (sanopt_tree_triplet_hash): New class.
4668 (sanopt_tree_triplet_map_traits): Use it.
4669
4670 2015-06-25 Richard Sandiford <richard.sandiford@arm.com>
4671
4672 * gengtype-parse.c (require_template_declaration): Allow '+' in
4673 template parameters. Consolidate cases.
4674 * hash-traits.h (int_hash): New class.
4675 * alias.c (alias_set_hash): New structure.
4676 (alias_set_traits): Use it.
4677 * symbol-summary.h (function_summary::map_hash): New class.
4678 (function_summary::summary_hashmap_traits): Use it.
4679 * tree-inline.h (dependence_hash): New class.
4680 (dependence_hasher): Use it.
4681 * tree-ssa-reassoc.c (oecount_hasher): Use int_hash.
4682 * value-prof.c (profile_id_hash): New class.
4683 (profile_id_traits): Use it.
4684
4685 2015-06-25 Richard Sandiford <richard.sandiford@arm.com>
4686
4687 * config/mips/mips.c (mips16_flip_traits): Use it.
4688 (local_alias_traits, mips16_local_aliases): Convert from a map of
4689 rtxes to a map of symbol names.
4690 (mips16_local_alias): Update accordingly.
4691
4692 2015-06-25 Richard Sandiford <richard.sandiford@arm.com>
4693
4694 * hash-traits.h (string_hash, nofree_string_hash): New classes.
4695 * genmatch.c (capture_id_map_hasher): Use nofree_string_hash.
4696 * passes.c (pass_registry_hasher): Likewise.
4697 * config/alpha/alpha.c (string_traits): Likewise.
4698 * config/i386/winnt.c (i386_find_on_wrapper_list): Likewise.
4699 * config/m32c/m32c.c (pragma_traits): Likewise.
4700 * config/mep/mep.c (pragma_traits): Likewise.
4701
4702 2015-06-25 Richard Sandiford <richard.sandiford@arm.com>
4703
4704 * tree-hash-traits.h (tree_hash): New class.
4705 * except.c: Include tree-hash-traits.h.
4706 (tree_hash_traits): Use tree_hash.
4707
4708 2015-06-25 Richard Sandiford <richard.sandiford@arm.com>
4709
4710 * tree-hash-traits.h (tree_ssa_name_hasher): New class.
4711 * sese.c: Include tree-hash-traits.h.
4712 (rename_map_hasher): Use tree_ssa_name_hasher.
4713
4714 2015-06-25 Richard Sandiford <richard.sandiford@arm.com>
4715
4716 * tree-hash-traits.h (tree_decl_hash): New class.
4717 * tree-ssa-strlen.c: Include tree-hash-traits.h.
4718 (stridxlist_hash_traits): Use tree_decl_hash.
4719
4720 2015-06-25 Richard Sandiford <richard.sandiford@arm.com>
4721
4722 * tree-hash-traits.h: New file.
4723 (tree_operand_hash): New class.
4724 * sanopt.c: Include tree-hash-traits.h.
4725 (sanopt_tree_map_traits): Use tree_operand_hash.
4726 * tree-if-conv.c: Include tree-hash-traits.h.
4727 (phi_args_hash_traits): Use tree_operand_hash.
4728 * tree-ssa-uncprop.c: Include tree-hash-traits.h.
4729 (val_ssa_equiv_hash_traits): Use tree_operand_hash.
4730
4731 2015-06-25 Richard Sandiford <richard.sandiford@arm.com>
4732
4733 * hash-map-traits.h: Include hash-traits.h.
4734 (simple_hashmap_traits): New class.
4735 * mem-stats.h (hash_map): Change the default traits to
4736 simple_hashmap_traits<default_hash_traits<Key> >.
4737
4738 2015-06-25 Richard Sandiford <richard.sandiford@arm.com>
4739
4740 * hash-table.h: Update comments.
4741
4742 2015-06-25 Richard Sandiford <richard.sandiford@arm.com>
4743
4744 * hash-traits.h (default_hash_traits): New structure.
4745 * hash-set.h (default_hashset_traits): Delete.
4746 (hash_set): Use default_hash_traits<Key> instead of
4747 default_hashset_traits. Delete hash_entry type and use Key directly.
4748 * ipa-devirt.c (pair_traits): Delete.
4749 (default_hash_traits <type_pair>): Override.
4750 (odr_subtypes_equivalent_p): Remove pair_types template parameter.
4751 (odr_types_equivalent_p, add_type_duplicate): Likewise.
4752
4753 2015-06-25 Richard Sandiford <richard.sandiford@arm.com>
4754
4755 * hash-traits.h (typed_noop_remove): Don't require a pointer type.
4756
4757 2015-06-25 Richard Sandiford <richard.sandiford@arm.com>
4758
4759 * hash-table.h (has_is_deleted, is_deleted_helper): Delete.
4760 (has_is_empty, is_empty_helper): Delete.
4761 (has_mark_deleted, mark_deleted_helper): Delete.
4762 (has_mark_empty, mark_empty_helper): Delete.
4763 (hash_table::is_deleted): Call the Descriptor unconditionally.
4764 (hash_table::is_empty): Likewise.
4765 (hash_table::mark_deleted): Likewise.
4766 (hash_table::mark_empty): Likewise.
4767
4768 2015-06-25 Richard Sandiford <richard.sandiford@arm.com>
4769
4770 * cgraph.h (asmname_hasher): Inherit from ggc_ptr_hash. Remove
4771 redundant typedefs and members.
4772 * coverage.c (counts_entry): Inherit from pointer_hash. Remove
4773 redundant typedefs.
4774 * dwarf2out.c (cu_hash_table_entry_hasher): Likewise.
4775 * ipa-devirt.c (odr_name_hasher): Likewise.
4776 (polymorphic_call_target_hasher): Likewise.
4777 * ira-costs.c (cost_classes_hasher): Likewise.
4778 * statistics.c (stats_counter_hasher): Likewise.
4779 * trans-mem.c (log_entry_hasher): Likewise.
4780 * tree-ssa-dom.c (expr_elt_hasher): Likewise.
4781 * tree-ssa-sccvn.c (vn_phi_hasher, vn_reference_hasher): Likewise.
4782 * tree-ssa-tail-merge.c (same_succ_def): Likewise.
4783 * var-tracking.c (variable_hasher): Likewise.
4784 * valtrack.h (dead_debug_hash_descr): Inherit from free_ptr_hash.
4785 Remove redundant typedefs and members.
4786
4787 2015-06-25 Richard Sandiford <richard.sandiford@arm.com>
4788
4789 * hash-traits.h (ggc_cache_hasher): Rename to...
4790 (ggc_cache_remove): ...this and remove typedefs.
4791 (ggc_cache_ptr_hash): New class.
4792 * hash-table.h: Update commentary.
4793 * emit-rtl.c (const_int_hasher): Inherit from ggc_cache_ptr_hash
4794 rather than ggc_cache_hasher.
4795 (const_wide_int_hasher, reg_attr_hasher): Likewise.
4796 (const_double_hasher, const_fixed_hasher): Likewise.
4797 * function.c (insn_cache_hasher): Likewise.
4798 * trans-mem.c (tm_wrapper_hasher): Likewise.
4799 * tree.h (tree_decl_map_cache_hasher): Likewise.
4800 * tree.c (type_cache_hasher, int_cst_hasher): Likewise.
4801 (cl_option_hasher, tree_vec_map_cache_hasher): Likewise.
4802 * ubsan.c (tree_type_map_cache_hasher): Likewise.
4803 * varasm.c (tm_clone_hasher): Likewise.
4804 * config/i386/i386.c (dllimport_hasher): Likewise.
4805 * config/nvptx/nvptx.c (declared_libfunc_hasher): Likewise.
4806 (tree_hasher): Likewise.
4807
4808 2015-06-25 Richard Sandiford <richard.sandiford@arm.com>
4809
4810 * hash-traits.h (ggc_hasher): Rename to...
4811 (ggc_remover): ...this and remove typedefs.
4812 (ggc_cache_hasher): Update accordingly. Add typedefs.
4813 (ggc_ptr_hash): New class.
4814 * hash-table.h: Update comment.
4815 * cfgloop.h (loop_exit_hasher): Inherit from ggc_ptr_hash rather than
4816 ggc_hasher.
4817 * cgraph.h (section_name_hasher, cgraph_edge_hasher): Likewise.
4818 (tree_descriptor_hasher): Likewise.
4819 * cgraph.c (function_version_hasher): Likewise.
4820 * dwarf2out.c (indirect_string_hasher, dwarf_file_hasher): Likewise.
4821 (decl_die_hasher, block_die_hasher, decl_loc_hasher): Likewise.
4822 (dw_loc_list_hasher, addr_hasher): Likewise.
4823 * function.h (used_type_hasher): Likewise.
4824 * function.c (temp_address_hasher): Likewise.
4825 * gimple-ssa.h (tm_restart_hasher, ssa_name_hasher): Likewise.
4826 * libfuncs.h (libfunc_hasher): Likewise.
4827 * lto-streamer.h (decl_state_hasher): Likewise.
4828 * optabs.c (libfunc_decl_hasher): Likewise.
4829 * tree-scalar-evolution.c (scev_info_hasher): Likewise.
4830 * varasm.c (section_hasher, object_block_hasher): Likewise.
4831 (const_rtx_desc_hasher): Likewise.
4832 * config/darwin.c (indirection_hasher, cfstring_hasher): Likewise.
4833 * config/rs6000/rs6000.c (toc_hasher, builtin_hasher): Likewise.
4834
4835 2015-06-25 Richard Sandiford <richard.sandiford@arm.com>
4836
4837 * hash-traits.h (free_ptr_hash): New class.
4838 * dwarf2out.c (decl_table_entry_hasher): Inherit from free_ptr_hash
4839 rather than typed_free_remove. Remove redudant typedefs.
4840 (external_ref_hasher): Likewise.
4841 * except.c (action_record_hasher, ttypes_filter_hasher): Likewise.
4842 (ehspec_hasher): Likewise.
4843 * ggc-common.c (saving_hasher): Likewise.
4844 * gimplify.c (gimplify_hasher): Likewise.
4845 * haifa-sched.c (delay_i2_hasher): Likewise.
4846 * loop-invariant.c (invariant_expr_hasher): Likewise.
4847 * loop-iv.c (biv_entry_hasher): Likewise.
4848 * loop-unroll.c (iv_split_hasher, var_expand_hasher): Likewise.
4849 * trans-mem.c (tm_mem_map_hasher, tm_memop_hasher): Likewise.
4850 * tree-cfg.c (locus_discrim_hasher): Likewise.
4851 * tree-eh.c (finally_tree_hasher): Likewise.
4852 * tree-into-ssa.c (var_info_hasher): Likewise.
4853 * tree-parloops.c (reduction_hasher, name_to_copy_hasher): Likewise.
4854 * tree-ssa-loop-ivopts.c (iv_inv_expr_hasher): Likewise.
4855 * tree-ssa-phiopt.c (ssa_names_hasher): Likewise.
4856 * tree-ssa-pre.c (expr_pred_trans_d): Likewise.
4857 * tree-ssa-sccvn.c (vn_constant_hasher): Likewise.
4858 * tree-ssa-structalias.c (equiv_class_hasher): Likewise.
4859 (shared_bitmap_hasher): Likewise.
4860 * tree-ssa-threadupdate.c (redirection_data): Likewise.
4861 * tree-vectorizer.h (peel_info_hasher): Likewise.
4862 * tree-vectorizer.c (simduid_to_vf, simd_array_to_simduid): Likewise.
4863 * config/mips/mips.c (mips_lo_sum_offset_hasher): Likewise.
4864
4865 2015-06-25 Richard Sandiford <richard.sandiford@arm.com>
4866
4867 * hash-table.h: Update comments.
4868 * hash-traits.h (pointer_hash): Don't inherit from typed_noop_remove.
4869 (nofree_ptr_hash): New class.
4870 * asan.c (asan_mem_ref_hasher): Inherit from nofree_ptr_hash rather
4871 than typed_noop_remove. Remove redudant typedefs.
4872 * attribs.c (attribute_hasher): Likewise.
4873 * cfg.c (bb_copy_hasher): Likewise.
4874 * cselib.c (cselib_hasher): Likewise.
4875 * dse.c (invariant_group_base_hasher): Likewise.
4876 * dwarf2cfi.c (trace_info_hasher): Likewise.
4877 * dwarf2out.c (macinfo_entry_hasher): Likewise.
4878 (comdat_type_hasher, loc_list_hasher): Likewise.
4879 * gcse.c (pre_ldst_expr_hasher): Likewise.
4880 * genmatch.c (id_base): Likewise.
4881 * genrecog.c (test_pattern_hasher): Likewise.
4882 * gimple-ssa-strength-reduction.c (cand_chain_hasher): Likewise.
4883 * haifa-sched.c (delay_i1_hasher): Likewise.
4884 * hard-reg-set.h (simplifiable_subregs_hasher): Likewise.
4885 * ipa-icf.h (congruence_class_group_hash): Likewise.
4886 * ipa-profile.c (histogram_hash): Likewise.
4887 * ira-color.c (allocno_hard_regs_hasher): Likewise.
4888 * lto-streamer.h (string_slot_hasher): Likewise.
4889 * lto-streamer.c (tree_entry_hasher): Likewise.
4890 * plugin.c (event_hasher): Likewise.
4891 * postreload-gcse.c (expr_hasher): Likewise.
4892 * store-motion.c (st_expr_hasher): Likewise.
4893 * tree-sra.c (uid_decl_hasher): Likewise.
4894 * tree-ssa-coalesce.c (coalesce_pair_hasher): Likewise.
4895 (ssa_name_var_hash): Likewise.
4896 * tree-ssa-live.c (tree_int_map_hasher): Likewise.
4897 * tree-ssa-loop-im.c (mem_ref_hasher): Likewise.
4898 * tree-ssa-pre.c (pre_expr_d): Likewise.
4899 * tree-ssa-sccvn.c (vn_nary_op_hasher): Likewise.
4900 * vtable-verify.h (registration_hasher): Likewise.
4901 * vtable-verify.c (vtbl_map_hasher): Likewise.
4902 * config/arm/arm.c (libcall_hasher): Likewise.
4903 * config/i386/winnt.c (wrapped_symbol_hasher): Likewise.
4904 * config/ia64/ia64.c (bundle_state_hasher): Likewise.
4905 * config/sol2.c (comdat_entry_hasher): Likewise.
4906 * fold-const.c (fold): Use nofree_ptr_hash instead of pointer_hash.
4907 (print_fold_checksum, fold_checksum_tree): Likewise.
4908 (debug_fold_checksum, fold_build1_stat_loc): Likewise.
4909 (fold_build2_stat_loc, fold_build3_stat_loc): Likewise.
4910 (fold_build_call_array_loc): Likewise.
4911 * tree-ssa-ccp.c (gimple_htab): Likewise.
4912 * tree-browser.c (tree_upper_hasher): Inherit from nofree_ptr_hash
4913 rather than pointer_type.
4914
4915 2015-06-25 Richard Sandiford <richard.sandiford@arm.com>
4916
4917 * hash-traits.h (pointer_hash::mark_deleted, pointer_hash::mark_empty)
4918 (pointer_hash::is_deleted, pointer_hash::is_empty): New functions.
4919
4920 2015-06-25 Richard Sandiford <richard.sandiford@arm.com>
4921
4922 * hash-traits.h (ggc_hasher::remove): Take a reference parameter.
4923 (ggc_hasher::ggc_mx): Likewise.
4924 (ggc_cache_hasher): Inherit from ggc_hasher. Remove definitions
4925 that duplicate ggc_hasher ones.
4926
4927 2015-06-25 Richard Sandiford <richard.sandiford@arm.com>
4928
4929 * hash-table.h (hash_table): Add gt_cleare_cache as a friend.
4930 (gt_cleare_cache): Check here for deleted and empty entries.
4931 Replace handle_cache_entry with a call to keep_cache_entry.
4932 * hash-traits.h (ggc_cache_hasher::handle_cache_entry): Delete.
4933 (ggc_cache_hasher::keep_cache_entry): New function.
4934 * trans-mem.c (tm_wrapper_hasher::handle_cache_entry): Delete.
4935 (tm_wrapper_hasher::keep_cache_entry): New function.
4936 * tree.h (tree_decl_map_cache_hasher::handle_cache_entry): Delete.
4937 (tree_vec_map_cache_hasher::keep_cache_entry): New function.
4938 * tree.c (type_cache_hasher::handle_cache_entry): Delete.
4939 (type_cache_hasher::keep_cache_entry): New function.
4940 (tree_vec_map_cache_hasher::handle_cache_entry): Delete.
4941 (tree_vec_map_cache_hasher::keep_cache_entry): New function.
4942 * ubsan.c (tree_type_map_cache_hasher::handle_cache_entry): Delete.
4943 (tree_type_map_cache_hasher::keep_cache_entry): New function.
4944 * varasm.c (tm_clone_hasher::handle_cache_entry): Delete.
4945 (tm_clone_hasher::keep_cache_entry): New function.
4946 * config/i386/i386.c (dllimport_hasher::handle_cache_entry): Delete.
4947 (dllimport_hasher::keep_cache_entry): New function.
4948
4949 2015-06-25 Richard Sandiford <richard.sandiford@arm.com>
4950
4951 * hash-table.h: Include hash-traits.h.
4952 (typed_free_remove, typed_noop_remove, pointer_hash, ggc_hasher)
4953 (ggc_cache_hasher): Move to...
4954 * hash-traits.h: ...this new file.
4955
4956 2015-06-25 Andrew MacLeod <amacleod@redhat.com>
4957
4958 * tree-core.h (struct tree_optimization_option): Make opts a pointer to
4959 struct cl_optimization.
4960 * tree.h (TREE_OPTIMIZATION): Return the pointer, not the address of it.
4961 * tree.c (make_node_stat): Allocate cl_optimization struct.
4962 (copy_node_stat): Allocate and copy cl_optimization struct.
4963
4964 2015-06-25 Andrew MacLeod <amacleod@redhat.com>
4965
4966 * function.h (struct incoming_args): Move struct.
4967 (pass_by_reference, reference_callee_copied): Remove prototypes.
4968 * emit-rtl.h (struct incoming_args): Relocate struct here.
4969 * calls.h (pass_by_reference, reference_callee_copied): Relocate
4970 prototypes here.
4971 * function.c (pass_by_reference, reference_callee_copied): Move.
4972 * calls.c (pass_by_reference, reference_callee_copied): Relocate here.
4973 * cfgloop.h: Don't include tm.h or hard-reg-set.h.
4974 * ipa-chkp.c: Include calls.h.
4975
4976 2015-06-25 Andrew Macleod <amacleod@redhat.com>
4977
4978 * alias.h (alias_set_type): Move typedef.
4979 * coretypes.h (alias_set_type): Relocate typedef here.
4980 * rtl.h: Don't include alias.h.
4981
4982 2015-06-25 Andrew MacLeod <amacleod@redhat.com>
4983
4984 * cgraph.h (cgraph_rtl_info): Move to rtl.h
4985 (cgraph_node): Maintain pointer to struct cgraph_rtl_info instead of
4986 and instance.
4987 * rtl.h (struct cgraph_rtl_info): Define when HARD_REG_SET available.
4988 * cgraph.c (cgraph_node::rtl_info): Allocate cgraph_rtl_info if one
4989 doesn't exist.
4990 * calls.c: Include hard-reg-set.h before rtl.h.
4991 * ira.c: Likewise.
4992
4993 2015-06-25 Zhouyi Zhou <yizhouzhou@ict.ac.cn>
4994 Vladimir Makarov <vmakarov@redhat.com>
4995
4996 * ira-color.c (assign_hard_reg): Remove unecessary bitmap check.
4997 Add assert.
4998
4999 2015-06-25 Richard Biener <rguenther@suse.de>
5000
5001 * fold-const.c (fold_binary_loc): Move simplification of
5002 (X <<>> C1) & C2 ...
5003 * match.pd: ... here.
5004
5005 2015-06-25 Eric Botcazou <ebotcazou@adacore.com>
5006
5007 * lto-streamer-out.c (DFS::hash_scc): Fix typos & formatting glitches.
5008
5009 2015-06-25 Richard Sandiford <richard.sandiford@arm.com>
5010
5011 * match.pd: Add patterns for vec_conds between 1 and 0.
5012
5013 2015-06-25 Richard Biener <rguenther@suse.de>
5014
5015 * tree-vect-stmts.c (vectorizable_conversion): Do not set
5016 STMT_VINFO_VEC_STMT for SLP.
5017 (vectorizable_store): Likewise.
5018 (vectorizable_load): Likewise.
5019 (vect_transform_stmt): Catch SLP vectorization clobbering
5020 STMT_VINFO_VEC_STMT.
5021
5022 2015-06-25 Richard Biener <rguenther@suse.de>
5023
5024 * tree-vect-slp.c (vect_detect_hybrid_slp_stmts): Improve debug
5025 dumping.
5026 (vect_create_mask_and_perm): Do not set STMT_VINFO_VEC_STMT and
5027 cleanup resulting dead code and parameters.
5028 (vect_transform_slp_perm_load): Adjust.
5029
5030 2015-06-25 Nick Clifton <nickc@redhat.com>
5031
5032 * config/bfin/bfin.c (bfin_expand_prologue): Set
5033 current_function_static_stack_size if flag_stack_usage_info is set.
5034 * config/ft32/ft32.c (ft32_expand_prologue): Likewise.
5035 * config/h8300/h8300.c (h8300_expand_prologue): Likewise.
5036 * config/iq2000/iq2000.c (iq2000_expand_prologue): Likewise.
5037 * config/m32c/m32c.c (m32c_emit_prologue): Likewise.
5038
5039 2015-06-25 Tom de Vries <tom@codesourcery.com>
5040
5041 * tree-ssa-loop-manip.c (canonicalize_loop_ivs): Don't claim in header
5042 comment that the generated IV is unsigned.
5043
5044 2015-06-25 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
5045
5046 PR target/29693
5047 * config/arm/arm.c (arm_dbx_register_number): Return
5048 DWARF_FRAME_REGISTERS by default.
5049
5050 2015-06-25 Tom de Vries <tom@codesourcery.com>
5051
5052 * dominance.c (calculate_dominance_info): Fix verify_dominators call
5053 argument. Call verify_dominator when reusing dominator info.
5054
5055 2015-06-24 Kaz Kojima <kkojima@gcc.gnu.org>
5056
5057 PR target/66563
5058 * config/sh/sh.md (GOTaddr2picreg): Add a new operand for
5059 an additional element of the unspec vector. Modify indices
5060 of operands.
5061 (builtin_setjmp_receiver): Pass const0_rtx to gen_GOTaddr2picreg.
5062 * config/sh/sh.c (prepare_move_operands): Pass incremented
5063 const_int to gen_GOTaddr2picreg.
5064 (sh_expand_prologue): Pass const0_rtx to gen_GOTaddr2picreg.
5065
5066 2015-06-24 Alan Lawrence <alan.lawrence@arm.com>
5067
5068 * config/aarch64/aarch64.md (<optab><fcvt_target><GPF:mode>2):
5069 Condition on TARGET_FLOAT.
5070
5071 2015-06-24 Alan Lawrence <alan.lawrence@arm.com>
5072
5073 * doc/invoke.texi: Clarify AArch64 feature modifiers (no)fp, (no)simd
5074 and (no)crypto.
5075
5076 2015-06-24 Alan Lawrence <alan.lawrence@arm.com>
5077
5078 * config/aarch64/aarch64-protos.h (aarch64_err_no_fpadvsimd): New.
5079
5080 * config/aarch64/aarch64.md (mov<mode>/GPF, movtf): Use
5081 aarch64_err_no_fpadvsimd.
5082
5083 * config/aarch64/aarch64.c (aarch64_err_no_fpadvsimd): New.
5084 (aarch64_layout_arg, aarch64_init_cumulative_args): Use
5085 aarch64_err_no_fpadvsimd if !TARGET_FLOAT and we need FP regs.
5086 (aarch64_expand_builtin_va_start, aarch64_setup_incoming_varargs):
5087 Turn error into assert, test TARGET_FLOAT.
5088 (aarch64_gimplify_va_arg_expr): Use aarch64_err_no_fpadvsimd, test
5089 TARGET_FLOAT.
5090
5091 2015-06-24 Aldy Hernandez <aldyh@redhat.com>
5092
5093 PR debug/66482
5094 * dwarf2out.c (gen_formal_parameter_die): Remove assert.
5095
5096 2015-06-24 Ilya Enkovich <enkovich.gnu@gmail.com>
5097
5098 * tree-vect-slp.c (vect_build_slp_tree_1): Init vectype.
5099
5100 2015-06-24 Renlin Li <renlin.li@arm.com>
5101
5102 * config/aarch64/aarch64.h(TARGET_CPU_CPP_BUILTINS): Add
5103 __ARM_ALIGN_MAX_PWR, __ARM_ALIGN_MAX_STACK_PWR.
5104
5105 2015-06-24 Richard Biener <rguenther@suse.de>
5106
5107 * genmatch.c (enum tree_code): Add VIEW_CONVERT[012].
5108 (main): Likewise.
5109 (lower_opt_convert): Support lowering of conditional view_convert.
5110 (parser::parse_operation): Likewise.
5111 (parser::parse_for): Likewise.
5112
5113 2015-06-24 Renlin Li <renlin.li@arm.com>
5114
5115 * varasm.c (emit_local): Use unsigned int for align variable.
5116
5117 2015-06-24 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
5118
5119 PR target/63408
5120 * config/arm/arm.c (vfp3_const_double_for_fract_bits): Disable
5121 for negative numbers.
5122
5123 2015-06-24 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
5124
5125 PR rtl-optimization/66306
5126 * reload.c (find_reloads): Swap the match_dup info for
5127 commutative operands.
5128
5129 2015-06-24 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
5130
5131 * config/s390/vx-builtins.md
5132 ("vec_scatter_element<mode>_<non_vec_int>")
5133 ("vec_scatter_element<V_HW_64:mode>_SI"): Replace gf mode
5134 attribute with bhfgq.
5135
5136 2015-06-24 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
5137
5138 * config/s390/s390-builtins.def: Fix vpopct instruction comments.
5139
5140 2015-06-24 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
5141
5142 * config/s390/s390-builtin-types.def: Add flag to indicate the
5143 options under which the function type is needed.
5144 * config/s390/s390-builtins.def: Add flag to indicate the options
5145 under which the builtin is enabled.
5146 * config/s390/s390-builtins.h: Add flags parameter to macro
5147 definitions.
5148 (bflags_for_builtin): New function.
5149 (flags_for_builtin): Renamed to ...
5150 (opflags_for_builtin): ... this.
5151 * config/s390/s390-c.c (s390_resolve_overloaded_builtin): Rename
5152 flags_for_builtin to bflags_for_builtin and
5153 flags_overloaded_builtin_var to opflags_overloaded_builtin_var.
5154 * config/s390/s390.c: Add initialization of bflags_builtin and
5155 opflags_builtin arrays.
5156 Remove code for flags_builtin.
5157 (s390_init_builtins): Only create builtin function types if one of
5158 their flags is active.
5159 Only create builtins if all of their flags are active.
5160 (s390_expand_builtin): Rename flags_for_builtin to
5161 opflags_for_builtin.
5162
5163 2015-06-24 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
5164
5165 * config/s390/vecintrin.h: Remove internal builtins.
5166
5167 2015-06-24 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
5168
5169 * config/s390/s390.c (s390_secondary_reload): Fix check for
5170 GENERAL_REGS register class.
5171
5172 2015-06-24 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
5173
5174 * config/s390/s390.c (s390_support_vector_misalignment): Call
5175 default implementation for !TARGET_VX.
5176
5177 2015-06-24 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
5178
5179 * config/s390/s390.c (s390_legitimate_constant_p): Add
5180 TARGET_VX check.
5181
5182 2015-06-24 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
5183
5184 * config/s390/s390.c (s390_vector_abi): New variable definition.
5185 (s390_check_type_for_vector_abi): New function.
5186 (TARGET_ASM_FILE_END): New macro definition.
5187 (s390_asm_file_end): New function.
5188 (s390_function_arg): Call s390_check_type_for_vector_abi.
5189 (s390_gimplify_va_arg): Likewise.
5190 * configure: Regenerate.
5191 * configure.ac: Check for .gnu_attribute Binutils feature.
5192
5193 2015-06-23 Chen Gang <gang.chen.5i5j@gmail.com>
5194
5195 PR target/65803
5196 * config/bfin/bfin.c (hwloop_optimize): Initialize
5197 JUMP_LABEL for newly created jump.
5198
5199 2015-06-23 Tristan Gingold <gingold@adacore.com>
5200
5201 * collect-utils.c (collect_wait): Unlink the response file here
5202 instead of...
5203 (do_wait): ...here.
5204 (utils_cleanup): ...and here.
5205
5206 2015-06-23 Richard Sandiford <richard.sandiford@arm.com>
5207
5208 * df-scan.c: Don't include target-def.h.
5209 * targhooks.c: Likewise.
5210 * config/arm/arm-c.c: Likewise.
5211 * config/i386/i386-c.c: Likewise.
5212 * config/nds32/nds32-cost.c: Likewise.
5213 * config/nds32/nds32-fp-as-gp.c: Likewise.
5214 * config/nds32/nds32-intrinsic.c: Likewise.
5215 * config/nds32/nds32-isr.c: Likewise.
5216 * config/nds32/nds32-md-auxiliary.c: Likewise.
5217 * config/nds32/nds32-memory-manipulation.c: Likewise.
5218 * config/nds32/nds32-pipelines-auxiliary.c: Likewise.
5219 * config/nds32/nds32-predicates.c: Likewise.
5220
5221 2015-06-23 Richard Biener <rguenther@suse.de>
5222
5223 PR tree-optimization/66636
5224 * tree-vect-stmts.c (vectorizable_store): Properly compute the
5225 def type for further defs for strided stores.
5226
5227 2015-06-23 Nathan Sidwell <nathan@codesourcery.com>
5228
5229 * config/nvptx/nvptx.md (sel_true<mode>, sel_false<mode>): New
5230 conditional selects.
5231 (setcc_int<mode>, setcc_float<mode>): Reformat.
5232
5233 2015-06-23 Marek Polacek <polacek@redhat.com>
5234
5235 * match.pd ((x + y) - (x | y) -> x & y,
5236 (x + y) - (x & y) -> x | y): New patterns.
5237
5238 2015-06-23 Ludovic Courtès <ludo@gnu.org>
5239
5240 PR 65711
5241 * config/arm/linux-elf.h (LINUX_TARGET_LINK_SPEC): Move
5242 '-dynamic-linker' within %{!shared: ...}.
5243
5244 2015-06-23 Uros Bizjak <ubizjak@gmail.com>
5245
5246 PR target/66560
5247 * config/i386/predicates.md (addsub_vm_operator): New predicate.
5248 (addsub_vs_operator): Ditto.
5249 (addsub_vs_parallel): Ditto.
5250 * config/i386/sse.md (ssedoublemode): Add V4SF and V2DF modes.
5251 (avx_addsubv4df3, avx_addsubv8sf3, sse3_addsubv2df3, sse3_addsubv4sf3):
5252 Put minus RTX before plus and adjust vec_merge selector.
5253 (*avx_addsubv4df3_1, *avx_addsubv4df3_1s, *sse3_addsubv2df3_1)
5254 (*sse_addsubv2df3_1s, *avx_addsubv8sf3_1, *avx_addsubv8sf3_1s)
5255 (*sse3_addsubv4sf3_1, *sse_addsubv4sf3_1s): Remove insn patterns.
5256 (addsub vec_merge splitters): New combiner splitters.
5257 (addsub vec_select/vec_concat splitters): Ditto.
5258
5259 2015-06-23 Bin Cheng <bin.cheng@arm.com>
5260
5261 PR tree-optimization/66449
5262 * tree-ssa-loop-niter.c (loop_exits_before_overflow): Use
5263 POINTER_PLUS_EXPR for pointers.
5264
5265 2015-06-23 Alan Modra <amodra@gmail.com>
5266
5267 * rtlanal.c (commutative_operand_precedence): Correct comments.
5268 * simplify-rtx.c (simplify_plus_minus_op_data_cmp): Delete forward
5269 declaration. Return an int. Distinguish REG,REG return from
5270 others.
5271 (struct simplify_plus_minus_op_data): Make local to function.
5272 (simplify_plus_minus): Don't set canonicalized if merely sorting
5273 registers. Avoid packing ops if nothing changes. White space fixes.
5274
5275 2015-06-22 Pierre-Marie de Rodat <derodat@adacore.com>
5276
5277 * gcc.c (default_compilers): Pass "-o %g.s" to cc1 for headers even if
5278 -fdump-ada-spec is passed but not if -fsyntax-only is.
5279
5280 2015-06-22 Vladimir Makarov <vmakarov@redhat.com>
5281
5282 PR bootstrap/63740
5283 * lra-lives.c (process_bb_lives): Check insn copying the same
5284 reload pseudo and don't create a copy for it.
5285
5286 2015-06-22 Tom de Vries <tom@codesourcery.com>
5287
5288 * tree-parloops.c (transform_to_exit_first_loop_alt): Add update_stmt
5289 for cond_stmt.
5290
5291 2015-06-22 Tom de Vries <tom@codesourcery.com>
5292
5293 * builtins.def (DEF_GOMP_BUILTIN): Test
5294 'flag_tree_parallelize_loops > 1' instead of
5295 'flag_tree_parallelize_loops'. Test flag_cilkplus.
5296
5297 2015-06-22 Tom de Vries <tom@codesourcery.com>
5298
5299 * dominance.c (calculate_dominance_info): Verify dominators if
5300 early-out.
5301
5302 2015-06-22 Marek Polacek <polacek@redhat.com>
5303
5304 * match.pd ((x ^ y) ^ (x | y) -> x & y,
5305 (x & y) + (x ^ y) -> x | y, (x & y) | (x ^ y) -> x | y,
5306 (x & y) ^ (x ^ y) -> x | y, (x & y) + (x | y) -> x + y,
5307 (x | y) - (x ^ y) -> x & y, (x | y) - (x & y) -> x ^ y): New patterns.
5308
5309 2015-06-22 Uros Bizjak <ubizjak@gmail.com>
5310
5311 PR target/65871
5312 * config/i386/i386.c (ix86_rtx_costs) <case COMPARE>: Ignore the
5313 cost of embedded comparison.
5314
5315 2015-06-22 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
5316
5317 PR target/65914
5318 * config/rs6000/predicates.md (altivec_register_operand): Permit
5319 virtual stack registers.
5320 (vsx_register_operand): Likewise.
5321 (vfloat_operand): Likewise.
5322 (vint_operand): Likewise.
5323 (vlogical_operand): Likewise.
5324
5325 2015-06-22 Richard Biener <rguenther@suse.de>
5326
5327 * tree-vectorizer.h (_loop_vec_info): Add scalar_cost_vec
5328 and single_scalar_iteration_cost members.
5329 (LOOP_VINFO_SCALAR_ITERATION_COST): New.
5330 (LOOP_VINFO_SINGLE_SCALAR_ITERATION_COST): Likewise.
5331 (vect_get_single_scalar_iteration_cost): Remove.
5332 * tree-vect-data-refs.c (vect_peeling_hash_get_lowest_cost):
5333 Use LOOP_VINFO_SCALAR_ITERATION_COST.
5334 * tree-vect-loop.c (destroy_loop_vec_info): Free
5335 scalar_cost_vec.
5336 (vect_get_single_scalar_iteration_cost): Compute result into
5337 LOOP_VINFO_SINGLE_SCALAR_ITERATION_COST and
5338 LOOP_VINFO_SCALAR_ITERATION_COST. Make static.
5339 (vect_analyze_loop_2): Call vect_get_single_scalar_iteration_cost.
5340 (vect_estimate_min_profitable_iters): Use them.
5341
5342 2015-06-22 Christian Bruel <christian.bruel@st.com>
5343
5344 PR target/52144
5345 * config/arm/arm.c (add_attribute, arm_insert_attributes): New functions
5346 (TARGET_INSERT_ATTRIBUTES): Define.
5347 (thumb_flipper): New var.
5348 * config/arm/arm.opt (-mflip-thumb): New switch.
5349
5350 2015-06-22 Jan Hubicka <hubicka@ucw.cz>
5351 Martin Liska <mliska@suse.cz>
5352
5353 PR ipa/65908
5354 * ipa-icf.c (sem_item::target_supports_symbol_aliases): Remove
5355 construction of arg_types.
5356 (sem_function::sem_function): Likewise.
5357 (sem_function::~sem_function): Remove destruction of arg_types.
5358 (sem_function::compatible_parm_types_p): New function.
5359 (sem_function::equals_wpa): Reorg matching of return values
5360 and parameter types.
5361 (sem_function::equals_private): Reorg mathcing of argument types.
5362 (sem_function::parse_tree_args): Remove.
5363 * ipa-icf.h (init_wpa): Do not call it.
5364 (parse_tree_args): Remove.
5365 (compatible_parm_types_p): Declare.
5366 (result_type): Remove.
5367 (arg_types): Remove.
5368
5369 2015-06-22 Jan Hubicka <hubicka@ucw.cz>
5370
5371 PR ipa/66351
5372 * ipa-polymorphic-call.c
5373 (ipa_polymorphic_call_context::get_dynamic_type): Fix thinko when
5374 initializing alias oracle; fix formating; set base_alias_set if it
5375 is known.
5376
5377 2015-06-22 Mikhail Maltsev <maltsevm@gmail.com>
5378
5379 * auto-inc-dec.c (reverse_mem, reverse_inc): Remove.
5380 (parse_add_or_inc): Use std::swap instead of reverse_{mem,inc}.
5381 (find_inc): Likewise.
5382 * combine.c (combine_simplify_rtx): Use std::swap instead of manually
5383 swapping.
5384 * df-core.c (df_worklist_dataflow_doublequeue): Likewise.
5385 * df-scan.c (df_swap_refs): Remove.
5386 (df_sort_and_compress_refs): Use std::swap instead of df_swap_refs.
5387 * dominance.c (link_roots): Use std::swap instead of manually swapping.
5388 * expr.c (expand_expr_real_2, do_store_flag): Likewise.
5389 * fold-const.c (fold_relational_const): Likewise.
5390 * genattrtab.c (simplify_test_exp): Likewise.
5391 * gimple-match-head.c (gimple_resimplify2, gimple_resimplify3,
5392 gimple_simplify): Likewise.
5393 * ifcvt.c (noce_try_abs, find_if_header): Likewise.
5394 * internal-fn.c (expand_addsub_overflow, expand_mul_overflow): Likewise.
5395 * ipa-devirt.c (add_type_duplicate): Likewise.
5396 * loop-iv.c (get_biv_step_1, iv_number_of_iterations): Likewise.
5397 * lra-lives.c (lra_setup_reload_pseudo_preferenced_hard_reg): Likewise.
5398 * lra.c (lra_create_copy): Likewise.
5399 * lto-streamer-out.c (DFS::DFS): Likewise.
5400 * modulo-sched.c (get_sched_window): Likewise.
5401 * omega.c (omega_pretty_print_problem): Likewise.
5402 * optabs.c (prepare_float_lib_cmp, expand_mult_highpart): Likewise.
5403 * reload1.c (reloads_unique_chain_p): Likewise.
5404 * sel-sched-ir.c (exchange_lv_sets, exchange_av_sets): Remove.
5405 (exchange_data_sets): Move logic from exchange_{av,lv}_sets here and
5406 use std::swap.
5407 * simplify-rtx.c (simplify_unary_operation_1): Use std::swap instead of
5408 manually swapping.
5409 * tree-if-conv.c (is_cond_scalar_reduction, predicate_scalar_phi,
5410 predicate_mem_writes): Likewise.
5411 * tree-loop-distribution.c (pg_add_dependence_edges): Likewise.
5412 * tree-predcom.c (combine_chains): Likewise.
5413 * tree-ssa-alias.c (nonoverlapping_component_refs_p,
5414 refs_may_alias_p_1): Likewise.
5415 * tree-ssa-ifcombine.c (recognize_if_then_else): Likewise.
5416 * tree-ssa-loop-ivopts.c (extract_cond_operands): Likewise.
5417 * tree-ssa-loop-niter.c (refine_bounds_using_guard,
5418 number_of_iterations_cond): Likewise.
5419 * tree-ssa-phiopt.c (tree_ssa_phiopt_worker): Likewise.
5420 * tree-ssa-sccvn.c (vn_nary_op_compute_hash): Likewise.
5421 * tree-vect-slp.c (vect_build_slp_tree): Likewise.
5422 * tree-vect-stmts.c (supportable_widening_operation): Likewise.
5423 * tree-vrp.c (extract_range_from_binary_expr_1,
5424 extract_range_from_unary_expr_1): Likewise.
5425
5426 2015-06-20 Marek Polacek <polacek@redhat.com>
5427
5428 * common.opt (fsanitize-undefined-trap-on-error): Add Driver.
5429
5430 2015-06-19 Kaz Kojima <kkojima@gcc.gnu.org>
5431
5432 PR target/66591
5433 * config/sh/sh.c (prepare_move_operands): Replace subreg
5434 index term with R0 for base and index addressing.
5435
5436 2015-06-19 Jim Wilson <jim.wilson@linaro.org>
5437
5438 * config/aarch64/aarch64.md (mov<mode>:GPF): Don't call force_reg if
5439 op1 is an fp zero.
5440 (movsf_aarch64): Change condition from register_operand to
5441 aarch64_reg_or_fp_zero for op1. Change type for alternative 6 to
5442 load1. Change type for alternative 7 to store1.
5443 (movdf_aarch64): Likewise.
5444
5445 2015-06-19 James Greenhalgh <james.greenhalgh@arm.com>
5446
5447 * config/vax/vax.md: Adjust sign/zero extend patterns to
5448 handle SUBREGs in operands[1].
5449
5450 2015-06-19 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
5451
5452 * config/i386/i386.c (ix86_function_versions): Use std::swap instead
5453 of manually swapping.
5454 (expand_vec_perm_interleave2): Likewise.
5455
5456 2015-06-19 Ilya Enkovich <enkovich.gnu@gmail.com>
5457
5458 * tree-chkp.c (chkp_compute_bounds_for_assignment): Don't
5459 reuse bounds created for abnormal ssa names.
5460
5461 2015-06-19 Jakub Jelinek <jakub@redhat.com>
5462
5463 * config/nvptx/nvptx.md (allocate_stack): Rename to...
5464 (allocate_stack_<mode>): ... this, and add :P on both
5465 match_operand and unspec.
5466 (allocate_stack): New expander.
5467
5468 2015-06-19 Christian Bruel <christian.bruel@st.com>
5469
5470 PR target/66541
5471 PR target/52144
5472 * config/arm/arm.c (arm_set_current_function): Handle
5473 explicit default options.
5474
5475 2015-06-18 Uros Bizjak <ubizjak@gmail.com>
5476
5477 * config/i386/i386.md (*movsicc_noc_zext): New insn.
5478 (zero-extended cmove with mem peephole2): New pattern.
5479 (cmove with mem peephole2): Merge patterns.
5480
5481 2015-06-18 Segher Boessenkool <segher@kernel.crashing.org>
5482
5483 * config/rs6000/rs6000.h (WORD_REGISTER_OPERATIONS): Delete.
5484
5485 2015-06-18 Steve Ellcey <sellcey@imgtec.com>
5486
5487 * config/mips/mips.c (mips_rtx_costs): Remove HONOR_NAN check.
5488 * config/mips/mips.md (*madd4<mode>): Ditto.
5489 (*nmadd3<mode>) Ditto.
5490 (*nmadd4<mode>_fastmath): Ditto.
5491 (*nmadd3<mode>_fastmath): Ditto.
5492 (*nmsub4<mode>): Ditto.
5493 (*nmsub3<mode>): Ditto.
5494 (*nmsub4<mode>_fastmath): Ditto.
5495 (*nmsub3<mode>_fastmath): Ditto.
5496
5497 2015-06-18 Michael Matz <matz@suse.de>
5498
5499 PR middle-end/66253
5500 * tree-vect-stmts.c (vectorizable_store): Implement non-SLP
5501 grouped strided stores.
5502 (vectorizable_load): Don't use the DR from first_stmt in
5503 the non-SLP grouped strided case.
5504
5505 2015-06-18 Ilya Enkovich <enkovich.gnu@gmail.com>
5506
5507 PR target/66569
5508 * function.c (assign_bounds): Add arguments assign_regs,
5509 assign_special, assign_bt.
5510 (assign_parms): For vararg functions handle bounds in BT
5511 and special slots after incoming vararg bounds.
5512
5513 2015-06-18 Ilya Enkovich <enkovich.gnu@gmail.com>
5514
5515 PR middle-end/66568
5516 * cfgexpand.c (expand_return): Handle missing bounds.
5517 (expand_gimple_stmt_1): Likewise.
5518 * tree-chkp.c (chkp_expand_zero_bounds): New.
5519 * tree-chkp.h (chkp_expand_zero_bounds): New.
5520
5521 2015-06-18 Ilya Enkovich <enkovich.gnu@gmail.com>
5522
5523 PR middle-end/66567
5524 * ipa-chkp.c (chkp_maybe_create_clone): Require
5525 functions to be instrumentable.
5526 * tree-chkp.c (chkp_replace_function_pointer): Use
5527 chkp_instrumentable_p instead of attribute check.
5528
5529 2015-06-18 Richard Biener <rguenther@suse.de>
5530
5531 PR tree-optimization/66510
5532 * tree-vect-stmts.c (vectorizable_load): Properly compute the
5533 number of vector loads for SLP permuted loads.
5534 * tree-vect-data-refs.c (vect_compute_data_ref_alignment): Also
5535 check the stride for loop vectorization.
5536 (vect_enhance_data_refs_alignment): Deal with SLP adjusted
5537 vectorization factor.
5538 (vect_analyze_group_access): If the group size is not a power
5539 of two require a epilogue loop.
5540 * tree-vect-loop.c (vect_analyze_loop_2): Move alignment
5541 compute and optimizing and alias test pruning after final
5542 vectorization factor computation.
5543 * tree-vect-slp.c (vect_build_slp_tree_1): Remove check on
5544 vector alignment.
5545 (vect_transform_slp_perm_load): Properly compute the original
5546 number of vector load stmts.
5547
5548 2015-06-18 Uros Bizjak <ubizjak@gmail.com>
5549
5550 * doc/invoke.texi (-fsanitize-sections): Split @var to avoid
5551 "unlikely character , in @var" warning.
5552
5553 2015-06-17 Uros Bizjak <ubizjak@gmail.com>
5554
5555 * config/i386/i386.c (ix86_function_arg): Nest TARGET_64BIT code.
5556 (ix86_function_arg_advance): Ditto.
5557 (ix86_pass_by_reference): Ditto. Rewrite MS_ABI part.
5558
5559 2015-06-17 Andrew MacLeod <amacleod@redhat.com>
5560
5561 * function.h (struct rtl_data): Remove struct and accessor macros.
5562 * emit-rtl.h (struct rtl_data): Relocate to here.
5563 * Makefile.in (GTFILES): Add emit-rtl.h.
5564 * df-core.c: Include emit-rtl.h.
5565 * genattrtab.c: Likewise.
5566 * genconditions.c: Likewise.
5567 * genpreds.c: Likewise.
5568 * genrecog.c: Likewise.
5569 * regcprop.c: Likewise.
5570 * resource.c: Likewise.
5571 * sched-rgn.c: Likewise.
5572 * config/aarch64/cortex-a57-fma-steering.c: Likewise.
5573 * config/i386/winnt.c: Likewise.
5574
5575 2015-06-17 Jakub Jelinek <jakub@redhat.com>
5576
5577 PR middle-end/66429
5578 * omp-low.c (expand_omp_taskreg, expand_omp_target): Use child_cfun
5579 instead of DECL_STRUCT_FUNCTION (child_fn). Or in has_simduid_loops
5580 and has_force_vectorize_loops flags from cfun into
5581 child_cfun.
5582 (expand_omp_simd): For broken loop, set cfun->has_simduid_loops
5583 if simduid is non-NULL.
5584 * tree-pass.h (make_pass_simduid_cleanup): New prototype.
5585 * passes.def (pass_simduid_cleanup): Add new pass after loop
5586 passes.
5587 * tree-vectorizer.c (adjust_simduid_builtins): Remove one unnecessary
5588 indirection from htab argument's type.
5589 (shrink_simd_arrays): New function.
5590 (vectorize_loops): Use it. Adjust adjust_simduid_builtins caller.
5591 Don't call adjust_simduid_builtins if there are no loops.
5592 (pass_data_simduid_cleanup, pass_simduid_cleanup): New variables.
5593 (pass_simduid_cleanup::execute): New method.
5594 (make_pass_simduid_cleanup): New function.
5595
5596 2017-06-17 Andrew MacLeod <amacleod@redhat.com>
5597
5598 * tree-core.h (tree_target_option): Make opts field a pointer to a
5599 cl_target_option instead of an instance of the struct.
5600 * tree.h (TREE_TARGET_OPTION): Return the pointer, not an address of
5601 the structure.
5602 * tree.c (make_node_stat ): Allocate a cl_target_option struct for
5603 TARGET_OPTION_NODE.
5604 (copy_node_stat): Allocate and copy struct cl_target_option.
5605
5606 2015-06-17 Andrew MacLeod <amacleod@redhat.com>
5607
5608 * tree.h (merge_dllimport_decl_attributes, handle_dll_attribute):
5609 Remove conditional exposure of prototypes.
5610 (ANON_AGGRNAME_FORMAT, ANON_AGGRNAME_P): Delete.
5611 * tree.c (anon_aggrname_format, anon_aggrname_p): New. Replace macro
5612 definitions in tree.h with functions.
5613 * lto-streamer-out.c (DFS_write_tree_body, hash_tree): Use
5614 anon_aggrname_p.
5615 * tree-streamer-out.c (write_ts_decl_minimal_tree_pointers): Likewise.
5616
5617 2015-06-17 Segher Boessenkool <segher@kernel.crashing.org>
5618
5619 * config/rs6000/rs6000.md (*cmp<mode>_internal1): Rename to...
5620 (*cmp<mode>_signed): ... this.
5621 (*cmpsi_internal2, *cmpdi_internal2): Merge, rename to...
5622 (*cmp<mode>_unsigned): ... this. Remove %b.
5623
5624 2015-06-17 Andrew MacLeod <amacleod@redhat.com>
5625
5626 * coretypes.h: Include input.h and as-a.h.
5627 * rtl.h: Include input.h and as-a.h for generator files.
5628 * hwint.c: Include coretypes.h, don't include diagnostic-core.h.
5629 * vec.c: Don't include diagnostic-core.h.
5630 * alias.c: Do not include input.h, line-map.h or is-a.h.
5631 * asan.c: Likewise.
5632 * attribs.c: Likewise.
5633 * auto-inc-dec.c: Likewise.
5634 * auto-profile.c: Likewise.
5635 * bb-reorder.c: Likewise.
5636 * bt-load.c: Likewise.
5637 * builtins.c: Likewise.
5638 * caller-save.c: Likewise.
5639 * calls.c: Likewise.
5640 * ccmp.c: Likewise.
5641 * cfg.c: Likewise.
5642 * cfganal.c: Likewise.
5643 * cfgbuild.c: Likewise.
5644 * cfgcleanup.c: Likewise.
5645 * cfgexpand.c: Likewise.
5646 * cfghooks.c: Likewise.
5647 * cfgloop.c: Likewise.
5648 * cfgloop.h: Likewise.
5649 * cfgloopanal.c: Likewise.
5650 * cfgloopmanip.c: Likewise.
5651 * cfgrtl.c: Likewise.
5652 * cgraph.c: Likewise.
5653 * cgraphbuild.c: Likewise.
5654 * cgraphclones.c: Likewise.
5655 * cgraphunit.c: Likewise.
5656 * cilk-common.c: Likewise.
5657 * combine-stack-adj.c: Likewise.
5658 * combine.c: Likewise.
5659 * compare-elim.c: Likewise.
5660 * convert.c: Likewise.
5661 * coverage.c: Likewise.
5662 * cppbuiltin.c: Likewise.
5663 * cprop.c: Likewise.
5664 * cse.c: Likewise.
5665 * cselib.c: Likewise.
5666 * data-streamer-in.c: Likewise.
5667 * data-streamer-out.c: Likewise.
5668 * data-streamer.c: Likewise.
5669 * dbxout.c: Likewise.
5670 * dce.c: Likewise.
5671 * ddg.c: Likewise.
5672 * debug.c: Likewise.
5673 * df-core.c: Likewise.
5674 * df-problems.c: Likewise.
5675 * df-scan.c: Likewise.
5676 * df.h: Likewise.
5677 * dfp.c: Likewise.
5678 * diagnostic-core.h: Likewise.
5679 * diagnostic.c: Likewise.
5680 * dojump.c: Likewise.
5681 * dominance.c: Likewise.
5682 * domwalk.c: Likewise.
5683 * double-int.c: Likewise.
5684 * dse.c: Likewise.
5685 * dumpfile.c: Likewise.
5686 * dumpfile.h: Likewise.
5687 * dwarf2asm.c: Likewise.
5688 * dwarf2cfi.c: Likewise.
5689 * dwarf2out.c: Likewise.
5690 * emit-rtl.c: Likewise.
5691 * et-forest.c: Likewise.
5692 * except.c: Likewise.
5693 * explow.c: Likewise.
5694 * expmed.c: Likewise.
5695 * expr.c: Likewise.
5696 * final.c: Likewise.
5697 * fixed-value.c: Likewise.
5698 * fold-const.c: Likewise.
5699 * function.c: Likewise.
5700 * fwprop.c: Likewise.
5701 * gcc-plugin.h: Likewise.
5702 * gcse.c: Likewise.
5703 * generic-match-head.c: Likewise.
5704 * ggc-page.c: Likewise.
5705 * gimple-builder.c: Likewise.
5706 * gimple-expr.c: Likewise.
5707 * gimple-fold.c: Likewise.
5708 * gimple-iterator.c: Likewise.
5709 * gimple-low.c: Likewise.
5710 * gimple-match-head.c: Likewise.
5711 * gimple-pretty-print.c: Likewise.
5712 * gimple-ssa-isolate-paths.c: Likewise.
5713 * gimple-ssa-strength-reduction.c: Likewise.
5714 * gimple-streamer-in.c: Likewise.
5715 * gimple-streamer-out.c: Likewise.
5716 * gimple-streamer.h: Likewise.
5717 * gimple-walk.c: Likewise.
5718 * gimple.c: Likewise.
5719 * gimplify-me.c: Likewise.
5720 * gimplify.c: Likewise.
5721 * godump.c: Likewise.
5722 * graph.c: Likewise.
5723 * graphite-blocking.c: Likewise.
5724 * graphite-dependences.c: Likewise.
5725 * graphite-interchange.c: Likewise.
5726 * graphite-isl-ast-to-gimple.c: Likewise.
5727 * graphite-optimize-isl.c: Likewise.
5728 * graphite-poly.c: Likewise.
5729 * graphite-scop-detection.c: Likewise.
5730 * graphite-sese-to-poly.c: Likewise.
5731 * graphite.c: Likewise.
5732 * haifa-sched.c: Likewise.
5733 * hw-doloop.c: Likewise.
5734 * ifcvt.c: Likewise.
5735 * init-regs.c: Likewise.
5736 * input.c: Likewise.
5737 * internal-fn.c: Likewise.
5738 * ipa-chkp.c: Likewise.
5739 * ipa-comdats.c: Likewise.
5740 * ipa-cp.c: Likewise.
5741 * ipa-devirt.c: Likewise.
5742 * ipa-icf-gimple.c: Likewise.
5743 * ipa-icf.c: Likewise.
5744 * ipa-inline-analysis.c: Likewise.
5745 * ipa-inline-transform.c: Likewise.
5746 * ipa-inline.c: Likewise.
5747 * ipa-polymorphic-call.c: Likewise.
5748 * ipa-profile.c: Likewise.
5749 * ipa-prop.c: Likewise.
5750 * ipa-pure-const.c: Likewise.
5751 * ipa-ref.c: Likewise.
5752 * ipa-reference.c: Likewise.
5753 * ipa-split.c: Likewise.
5754 * ipa-utils.c: Likewise.
5755 * ipa-visibility.c: Likewise.
5756 * ipa.c: Likewise.
5757 * ira-build.c: Likewise.
5758 * ira-color.c: Likewise.
5759 * ira-conflicts.c: Likewise.
5760 * ira-costs.c: Likewise.
5761 * ira-emit.c: Likewise.
5762 * ira-lives.c: Likewise.
5763 * ira.c: Likewise.
5764 * jump.c: Likewise.
5765 * langhooks.c: Likewise.
5766 * lcm.c: Likewise.
5767 * loop-doloop.c: Likewise.
5768 * loop-init.c: Likewise.
5769 * loop-invariant.c: Likewise.
5770 * loop-iv.c: Likewise.
5771 * loop-unroll.c: Likewise.
5772 * lower-subreg.c: Likewise.
5773 * lra-assigns.c: Likewise.
5774 * lra-coalesce.c: Likewise.
5775 * lra-constraints.c: Likewise.
5776 * lra-eliminations.c: Likewise.
5777 * lra-lives.c: Likewise.
5778 * lra-remat.c: Likewise.
5779 * lra-spills.c: Likewise.
5780 * lra.c: Likewise.
5781 * lto-cgraph.c: Likewise.
5782 * lto-compress.c: Likewise.
5783 * lto-opts.c: Likewise.
5784 * lto-section-in.c: Likewise.
5785 * lto-section-out.c: Likewise.
5786 * lto-streamer-in.c: Likewise.
5787 * lto-streamer-out.c: Likewise.
5788 * lto-streamer.c: Likewise.
5789 * mcf.c: Likewise.
5790 * mode-switching.c: Likewise.
5791 * modulo-sched.c: Likewise.
5792 * omega.c: Likewise.
5793 * omp-low.c: Likewise.
5794 * optabs.c: Likewise.
5795 * opts-global.c: Likewise.
5796 * opts.h: Likewise.
5797 * passes.c: Likewise.
5798 * plugin.c: Likewise.
5799 * postreload-gcse.c: Likewise.
5800 * postreload.c: Likewise.
5801 * predict.c: Likewise.
5802 * pretty-print.h: Likewise.
5803 * print-rtl.c: Likewise.
5804 * print-tree.c: Likewise.
5805 * profile.c: Likewise.
5806 * real.c: Likewise.
5807 * realmpfr.c: Likewise.
5808 * recog.c: Likewise.
5809 * ree.c: Likewise.
5810 * reg-stack.c: Likewise.
5811 * regcprop.c: Likewise.
5812 * reginfo.c: Likewise.
5813 * regrename.c: Likewise.
5814 * regstat.c: Likewise.
5815 * reload.c: Likewise.
5816 * reload1.c: Likewise.
5817 * reorg.c: Likewise.
5818 * resource.c: Likewise.
5819 * rtl-chkp.c: Likewise.
5820 * rtl-error.c: Likewise.
5821 * rtlanal.c: Likewise.
5822 * rtlhooks.c: Likewise.
5823 * sanopt.c: Likewise.
5824 * sched-deps.c: Likewise.
5825 * sched-ebb.c: Likewise.
5826 * sched-rgn.c: Likewise.
5827 * sched-vis.c: Likewise.
5828 * sdbout.c: Likewise.
5829 * sel-sched-dump.c: Likewise.
5830 * sel-sched-ir.c: Likewise.
5831 * sel-sched.c: Likewise.
5832 * sese.c: Likewise.
5833 * shrink-wrap.c: Likewise.
5834 * simplify-rtx.c: Likewise.
5835 * stack-ptr-mod.c: Likewise.
5836 * statistics.c: Likewise.
5837 * stmt.c: Likewise.
5838 * stor-layout.c: Likewise.
5839 * store-motion.c: Likewise.
5840 * streamer-hooks.c: Likewise.
5841 * stringpool.c: Likewise.
5842 * symtab.c: Likewise.
5843 * target-globals.c: Likewise.
5844 * targhooks.c: Likewise.
5845 * toplev.c: Likewise.
5846 * tracer.c: Likewise.
5847 * trans-mem.c: Likewise.
5848 * tree-affine.c: Likewise.
5849 * tree-browser.c: Likewise.
5850 * tree-call-cdce.c: Likewise.
5851 * tree-cfg.c: Likewise.
5852 * tree-cfgcleanup.c: Likewise.
5853 * tree-chkp-opt.c: Likewise.
5854 * tree-chkp.c: Likewise.
5855 * tree-chrec.c: Likewise.
5856 * tree-complex.c: Likewise.
5857 * tree-data-ref.c: Likewise.
5858 * tree-dfa.c: Likewise.
5859 * tree-diagnostic.c: Likewise.
5860 * tree-dump.c: Likewise.
5861 * tree-eh.c: Likewise.
5862 * tree-emutls.c: Likewise.
5863 * tree-if-conv.c: Likewise.
5864 * tree-inline.c: Likewise.
5865 * tree-into-ssa.c: Likewise.
5866 * tree-iterator.c: Likewise.
5867 * tree-loop-distribution.c: Likewise.
5868 * tree-nested.c: Likewise.
5869 * tree-nrv.c: Likewise.
5870 * tree-object-size.c: Likewise.
5871 * tree-outof-ssa.c: Likewise.
5872 * tree-parloops.c: Likewise.
5873 * tree-phinodes.c: Likewise.
5874 * tree-predcom.c: Likewise.
5875 * tree-pretty-print.c: Likewise.
5876 * tree-profile.c: Likewise.
5877 * tree-scalar-evolution.c: Likewise.
5878 * tree-sra.c: Likewise.
5879 * tree-ssa-address.c: Likewise.
5880 * tree-ssa-alias.c: Likewise.
5881 * tree-ssa-ccp.c: Likewise.
5882 * tree-ssa-coalesce.c: Likewise.
5883 * tree-ssa-copy.c: Likewise.
5884 * tree-ssa-copyrename.c: Likewise.
5885 * tree-ssa-dce.c: Likewise.
5886 * tree-ssa-dom.c: Likewise.
5887 * tree-ssa-dse.c: Likewise.
5888 * tree-ssa-forwprop.c: Likewise.
5889 * tree-ssa-ifcombine.c: Likewise.
5890 * tree-ssa-live.c: Likewise.
5891 * tree-ssa-loop-ch.c: Likewise.
5892 * tree-ssa-loop-im.c: Likewise.
5893 * tree-ssa-loop-ivcanon.c: Likewise.
5894 * tree-ssa-loop-ivopts.c: Likewise.
5895 * tree-ssa-loop-manip.c: Likewise.
5896 * tree-ssa-loop-niter.c: Likewise.
5897 * tree-ssa-loop-prefetch.c: Likewise.
5898 * tree-ssa-loop-unswitch.c: Likewise.
5899 * tree-ssa-loop.c: Likewise.
5900 * tree-ssa-math-opts.c: Likewise.
5901 * tree-ssa-operands.c: Likewise.
5902 * tree-ssa-phiopt.c: Likewise.
5903 * tree-ssa-phiprop.c: Likewise.
5904 * tree-ssa-pre.c: Likewise.
5905 * tree-ssa-propagate.c: Likewise.
5906 * tree-ssa-reassoc.c: Likewise.
5907 * tree-ssa-sccvn.c: Likewise.
5908 * tree-ssa-scopedtables.c: Likewise.
5909 * tree-ssa-sink.c: Likewise.
5910 * tree-ssa-strlen.c: Likewise.
5911 * tree-ssa-structalias.c: Likewise.
5912 * tree-ssa-tail-merge.c: Likewise.
5913 * tree-ssa-ter.c: Likewise.
5914 * tree-ssa-threadedge.c: Likewise.
5915 * tree-ssa-threadupdate.c: Likewise.
5916 * tree-ssa-uncprop.c: Likewise.
5917 * tree-ssa-uninit.c: Likewise.
5918 * tree-ssa.c: Likewise.
5919 * tree-ssanames.c: Likewise.
5920 * tree-stdarg.c: Likewise.
5921 * tree-streamer-in.c: Likewise.
5922 * tree-streamer-out.c: Likewise.
5923 * tree-streamer.c: Likewise.
5924 * tree-switch-conversion.c: Likewise.
5925 * tree-tailcall.c: Likewise.
5926 * tree-vect-data-refs.c: Likewise.
5927 * tree-vect-generic.c: Likewise.
5928 * tree-vect-loop-manip.c: Likewise.
5929 * tree-vect-loop.c: Likewise.
5930 * tree-vect-patterns.c: Likewise.
5931 * tree-vect-slp.c: Likewise.
5932 * tree-vect-stmts.c: Likewise.
5933 * tree-vectorizer.c: Likewise.
5934 * tree-vrp.c: Likewise.
5935 * tree.c: Likewise.
5936 * tsan.c: Likewise.
5937 * ubsan.c: Likewise.
5938 * valtrack.c: Likewise.
5939 * value-prof.c: Likewise.
5940 * var-tracking.c: Likewise.
5941 * varasm.c: Likewise.
5942 * varpool.c: Likewise.
5943 * vmsdbgout.c: Likewise.
5944 * vtable-verify.c: Likewise.
5945 * web.c: Likewise.
5946 * wide-int.cc: Likewise.
5947 * xcoffout.c: Likewise.
5948 * common/common-target.h: Do not include input.h, line-map.h or is-a.h.
5949 * common/common-targhooks.c: Likewise.
5950 * config/aarch64/aarch64-builtins.c: Likewise.
5951 * config/aarch64/aarch64.c: Likewise.
5952 * config/alpha/alpha.c: Likewise.
5953 * config/arc/arc.c: Likewise.
5954 * config/arm/aarch-common.c: Likewise.
5955 * config/arm/arm-builtins.c: Likewise.
5956 * config/arm/arm-c.c: Likewise.
5957 * config/arm/arm.c: Likewise.
5958 * config/avr/avr-c.c: Likewise.
5959 * config/avr/avr-log.c: Likewise.
5960 * config/avr/avr.c: Likewise.
5961 * config/bfin/bfin.c: Likewise.
5962 * config/c6x/c6x.c: Likewise.
5963 * config/cr16/cr16.c: Likewise.
5964 * config/cris/cris.c: Likewise.
5965 * config/darwin-c.c: Likewise.
5966 * config/darwin.c: Likewise.
5967 * config/default-c.c: Likewise.
5968 * config/epiphany/epiphany.c: Likewise.
5969 * config/epiphany/mode-switch-use.c: Likewise.
5970 * config/epiphany/resolve-sw-modes.c: Likewise.
5971 * config/fr30/fr30.c: Likewise.
5972 * config/frv/frv.c: Likewise.
5973 * config/ft32/ft32.c: Likewise.
5974 * config/glibc-c.c: Likewise.
5975 * config/h8300/h8300.c: Likewise.
5976 * config/i386/i386-c.c: Likewise.
5977 * config/i386/i386.c: Likewise.
5978 * config/i386/msformat-c.c: Likewise.
5979 * config/i386/winnt-cxx.c: Likewise.
5980 * config/i386/winnt-stubs.c: Likewise.
5981 * config/i386/winnt.c: Likewise.
5982 * config/ia64/ia64-c.c: Likewise.
5983 * config/ia64/ia64.c: Likewise.
5984 * config/iq2000/iq2000.c: Likewise.
5985 * config/lm32/lm32.c: Likewise.
5986 * config/m32c/m32c-pragma.c: Likewise.
5987 * config/m32c/m32c.c: Likewise.
5988 * config/m32r/m32r.c: Likewise.
5989 * config/m68k/m68k.c: Likewise.
5990 * config/mcore/mcore.c: Likewise.
5991 * config/mep/mep-pragma.c: Likewise.
5992 * config/mep/mep.c: Likewise.
5993 * config/microblaze/microblaze-c.c: Likewise.
5994 * config/microblaze/microblaze.c: Likewise.
5995 * config/mips/mips.c: Likewise.
5996 * config/mmix/mmix.c: Likewise.
5997 * config/mn10300/mn10300.c: Likewise.
5998 * config/moxie/moxie.c: Likewise.
5999 * config/msp430/msp430-c.c: Likewise.
6000 * config/msp430/msp430.c: Likewise.
6001 * config/nds32/nds32-cost.c: Likewise.
6002 * config/nds32/nds32-fp-as-gp.c: Likewise.
6003 * config/nds32/nds32-intrinsic.c: Likewise.
6004 * config/nds32/nds32-isr.c: Likewise.
6005 * config/nds32/nds32-md-auxiliary.c: Likewise.
6006 * config/nds32/nds32-memory-manipulation.c: Likewise.
6007 * config/nds32/nds32-pipelines-auxiliary.c: Likewise.
6008 * config/nds32/nds32-predicates.c: Likewise.
6009 * config/nds32/nds32.c: Likewise.
6010 * config/nios2/nios2.c: Likewise.
6011 * config/nvptx/nvptx.c: Likewise.
6012 * config/pa/pa.c: Likewise.
6013 * config/pdp11/pdp11.c: Likewise.
6014 * config/rl78/rl78-c.c: Likewise.
6015 * config/rl78/rl78.c: Likewise.
6016 * config/rs6000/rs6000-c.c: Likewise.
6017 * config/rs6000/rs6000.c: Likewise.
6018 * config/rx/rx.c: Likewise.
6019 * config/s390/s390-c.c: Likewise.
6020 * config/s390/s390.c: Likewise.
6021 * config/sh/sh-c.c: Likewise.
6022 * config/sh/sh-mem.cc: Likewise.
6023 * config/sh/sh.c: Likewise.
6024 * config/sh/sh_optimize_sett_clrt.cc: Likewise.
6025 * config/sh/sh_treg_combine.cc: Likewise.
6026 * config/sol2-c.c: Likewise.
6027 * config/sol2-cxx.c: Likewise.
6028 * config/sol2-stubs.c: Likewise.
6029 * config/sol2.c: Likewise.
6030 * config/sparc/sparc-c.c: Likewise.
6031 * config/sparc/sparc.c: Likewise.
6032 * config/spu/spu-c.c: Likewise.
6033 * config/spu/spu.c: Likewise.
6034 * config/stormy16/stormy16.c: Likewise.
6035 * config/tilegx/mul-tables.c: Likewise.
6036 * config/tilegx/tilegx-c.c: Likewise.
6037 * config/tilegx/tilegx.c: Likewise.
6038 * config/tilepro/mul-tables.c: Likewise.
6039 * config/tilepro/tilepro-c.c: Likewise.
6040 * config/tilepro/tilepro.c: Likewise.
6041 * config/v850/v850-c.c: Likewise.
6042 * config/v850/v850.c: Likewise.
6043 * config/vax/vax.c: Likewise.
6044 * config/visium/visium.c: Likewise.
6045 * config/vms/vms-c.c: Likewise.
6046 * config/vms/vms.c: Likewise.
6047 * config/vxworks.c: Likewise.
6048 * config/winnt-c.c: Likewise.
6049 * config/xtensa/xtensa.c: Likewise.
6050
6051 2015-06-17 Robert Suchanek <robert.suchanek@imgtec.com>
6052
6053 * config/mips/mips.c (mips_ira_change_pseudo_allocno_class): New
6054 function.
6055 (TARGET_IRA_CHANGE_PSEUDO_ALLOCNO_CLASS): Define macro.
6056
6057 2015-06-17 Richard Biener <rguenther@suse.de>
6058
6059 PR tree-optimization/66251
6060 * tree-vect-stmts.c (vectorizable_store): Fix gathering of vectorized
6061 stmts for SLP strided stores.
6062
6063 Revert
6064 2015-05-22 Richard Biener <rguenther@suse.de>
6065
6066 PR tree-optimization/66251
6067 * tree-vect-stmts.c (vectorizable_conversion): Properly
6068 set STMT_VINFO_VEC_STMT even for the SLP case.
6069
6070 2015-05-26 Michael Matz <matz@suse.de>
6071
6072 PR middle-end/66251
6073 * tree-vect-stmts.c (vect_create_vectorized_demotion_stmts): Always set
6074 STMT_VINFO_VEC_STMT, also with SLP.
6075
6076 2015-06-16 Uros Bizjak <ubizjak@gmail.com>
6077
6078 PR target/56766
6079 * config/i386/sse.md (*avx_addsubv4df3_1): New insn pattern.
6080 (*avx_addsubv4df3_1s): Ditto.
6081 (*sse3_addsubv2df3_1): Ditto.
6082 (*sse3_addsubv2df3_1s): Ditto.
6083 (*avx_addsubv8sf3_1): Ditto.
6084 (*avx_addsubv8sf3_1s): Ditto.
6085 (*sse3_addsubv4sf3_1): Ditto.
6086 (*sse3_addsubv4sf3_1s): Ditto.
6087
6088 2015-06-16 Steve Ellcey <sellcey@imgtec.com>
6089
6090 * config/mips/mti-linux.h (MIPS_SYSVERSION_SPEC): New.
6091 (SYSROOT_SUFFIX_SPEC): Update.
6092 (SYSROOT_HEADERS_SUFFIX_SPEC): New.
6093 (STARTFILE_PREFIX_SPEC): Update.
6094 * config/mips/t-mti-linux (MULTILIB_EXCEPTIONS): Remove.
6095 (MULTILIB_REQUIRED): New.
6096 (MULTILIB_OSDIRNAMES): New.
6097 * config/mips/t-img-linux (MULTILIB_EXCEPTIONS): Remove.
6098 (MULTILIB_REQUIRED): New.
6099 (MULTILIB_OSDIRNAMES): New.
6100
6101 2015-06-16 Matthew Wahab <matthew.wahab@arm.com>
6102
6103 * config/aarch64/aarch64-arches.def: Add "armv8.1-a".
6104 * config/aarch64/aarch64-options-extensions.def: Update "fP",
6105 "simd" and "crypto". Add "lse", "pan", "lor" and "rdma".
6106 * gcc/config/aarch64/aarch64.h (AARCH64_FL_LSE): New.
6107 (AARCH64_FL_PAN): New.
6108 (AARCH64_FL_LOR): New.
6109 (AARCH64_FL_RDMA): New.
6110 (AARCH64_FL_FOR_ARCH8_1): New.
6111 * doc/invoke.texi (AArch64 Options): Add "armv8.1-a" to
6112 -march. Add "lse", "pan", "lor", "rdma" to feature modifiers.
6113
6114 2015-06-16 Martin Liska <mliska@suse.cz>
6115
6116 * bitmap.c (dump_bitmap_statistics): Fix GNU coding style.
6117 * hash-table.c (void dump_hash_table_loc_statistics): Add missing
6118 guard.
6119
6120 2015-06-16 Richard Biener <rguenther@suse.de>
6121
6122 * tree-vect-stmts.c (vectorizable_store): Adjust.
6123 (vectorizable_load): Likewise.
6124 * tree-vect-data-refs.c (vect_create_addr_base_for_vector_ref):
6125 Simplify.
6126 (vect_create_data_ref_ptr): Likewise.
6127 (bump_vector_ptr): Adjust.
6128
6129 2015-06-16 Richard Biener <rguenther@suse.de>
6130
6131 * tree-vect-stmts.c (vectorizable_load): Properly start loads
6132 with the first element if this is grouped loads.
6133
6134 2015-06-16 James Greenhalgh <james.greenhalgh@arm.com>
6135
6136 * config/arm/arm-protos.h (struct tune_params): Rename
6137 log_op_non_sc to log_op_non_short_circuit, and rename enum
6138 values to expand SC to SHORT_CIRCUIT.
6139 * config/arm/arm.c (arm_slowmul_tune): Expand LOG_OP_NON_SC
6140 to LOG_OP_NON_SHORT_CIRCUIT.
6141 (arm_fastmul_tune):Likewise
6142 (arm_strongarm_tune): Likewise.
6143 (arm_xscale_tune): Likewise.
6144 (arm_9e_tune): Likewise.
6145 (arm_marvell_pj4_tune): Likewise.
6146 (arm_v6t2_tune): Likewise.
6147 (arm_cortex_tune): Likewise.
6148 (arm_cortex_a8_tune): Likewise.
6149 (arm_cortex_a7_tune): Likewise.
6150 (arm_cortex_a15_tune): Likewise.
6151 (arm_cortex_a53_tune): Likewise.
6152 (arm_cortex_a57_tune): Likewise.
6153 (arm_xgene1_tune): Likewise.
6154 (arm_cortex_a5_tune): Likewise.
6155 (arm_cortex_a9_tune): Likewise.
6156 (arm_cortex_a12_tune): Likewise.
6157 (arm_v7m_tune): Likewise.
6158 (arm_cortex_m7_tune): Likewise.
6159 (arm_v6m_tune): Likewise.
6160 (arm_fa726te_tune): Likewise.
6161
6162 2015-06-15 David Edelsohn <dje.gcc@gmail.com>
6163
6164 * altivec.md: Delete UNSPEC_VMLADDUHM.
6165 (mulv4si3_p8): New pattern.
6166 (mulv4si3): Use it for POWER8.
6167 (mulv8hi3): Use vmladduhm with zero addend.
6168 (altivec_vmladduhm): Descriptive RTL.
6169
6170 2015-06-15 Jim Wilson <jim.wilson@linaro.org>
6171
6172 * config/aarch64/aarch64.md (mov<mode>_aarch64): Change alternative 2
6173 to use neon_move instead of mov_imm.
6174 (movdi_aarch64): Change alternative 14 to use neon_move not fmov.
6175 (movtf_aarch64): Change alternative 4 to use neon_move_q not fconstd.
6176
6177 * config/aarch64/aarch64.c (aarch64_valid_floating_const): Move
6178 aarch64_float_const_zero_rtx_p check before TFmode check.
6179 * config/aarch64/aarch64.md (movtf): Don't call force_reg if op1 is
6180 an fp zero.
6181 (movtf_aarch64): Separate ?rY alternative into two. Adjust assembly
6182 code and attributes to match. Change condition from register_operand
6183 to aarch64_reg_or_fp_zero for op1. Change type for ldp from
6184 neon_load1_2reg to load2. Change type for stp from neon_store1_2reg
6185 to store2.
6186
6187 2015-06-15 Aldy Hernandez <aldyh@redhat.com>
6188
6189 PR debug/66535
6190 * dwarf2out.c (gen_subprogram_die): Do not check a parent's tag if
6191 there is no parent.
6192
6193 2015-06-14 Shiva Chen <shiva0217@gmail.com>
6194
6195 * aarch64.c (aarch64_simd_lane_bounds): Change %ld to %wd for
6196 HOST_WIDE_INT parameter.
6197
6198 2015-06-14 Jan Hubicka <hubicka@ucw.cz>
6199
6200 PR ipa/66181
6201 * lto-streamer-out.c (hash_tree): Do not hash TYPE_NO_FORCE_BLK.
6202 * tree-streamer-out.c (pack_ts_type_common_value_fields): Do not stream
6203 TYPE_NO_FORCE_BLK.
6204 * tree-streamer-in.c (unpack_ts_type_common_value_fields): Likewise.
6205
6206 2015-06-14 Richard Sandiford <richard.sandiford@arm.com>
6207
6208 * rtl.h (classify_insn): Declare.
6209 * emit-rtl.c (classify_insn): Move to...
6210 * rtl.c: ...here and add generator support.
6211 * gensupport.h (get_emit_function, needs_barrier_p): Declare.
6212 * gensupport.c (get_emit_function, needs_barrier_p): New functions.
6213 * genemit.c (gen_emit_seq): New function.
6214 (gen_expand, gen_split): Use it.
6215
6216 2015-06-13 Patrick Palka <ppalka@gcc.gnu.org>
6217
6218 * tree.c (make_vector_stat): Fix comment to state that the
6219 function returns a VECTOR_CST.
6220
6221 2015-06-13 Richard Sandiford <richard.sandiford@arm.com>
6222
6223 * gensupport.h (add_implicit_parallel): Declare.
6224 * genrecog.c (add_implicit_parallel): Move to...
6225 * gensupport.c (add_implicit_parallel): ...here.
6226 (process_one_cond_exec): Use it.
6227 * genemit.c (gen_insn): Likewise.
6228
6229 2015-06-13 Iain Sandoe <iain@codesourcery.com>
6230
6231 PR bootstrap/66448
6232 * passes.c (rest_of_decl_compilation): Do not register globals for
6233 early debug if they are declared in built-ins.
6234
6235 2015-06-12 Aldy Hernandez <aldyh@redhat.com>
6236
6237 * dwarf2out.c (check_die): Protect with ENABLE_CHECKING.
6238
6239 2015-06-12 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
6240
6241 * ifcvt.c (noce_try_store_flag_constants): Use std::swap instead of
6242 manually swapping.
6243 (noce_try_cmove_arith): Likewise.
6244 (noce_get_alt_condition): Likewise.
6245
6246 2015-06-12 Venkataramanan Kumar <venkataramanan.kumar@amd.com>
6247
6248 * common/config/i386/i386-common.c
6249 (OPTION_MASK_ISA_MWAITX_SET): New.
6250 (ix86_handle_option): Handle mwaitx.
6251 * config.gcc (i[34567]86-*-*): Add mwaitxintrin.h,
6252 (x86_64-*-*): Likewise.
6253 * config/i386/mwaitxintrin.h: New header.
6254 * config/i386/cpuid.h (bit_MWAITX): Define.
6255 * config/i386/driver-i386.c (host_detect_local_cpu): Detect
6256 MWAITX support.
6257 * config/i386/i386.opt (mwaitx): New.
6258 * config/i386/i386-builtin-types.def
6259 (VOID_FTYPE_UNSIGNED_ UNSIGNED_UNSIGNED): New function type.
6260 * config/i386/i386-c.c: Define __MWAITX__ if needed.
6261 * config/i386/i386.c (ix86_target_string): Define -mmwaitx option.
6262 (PTA_MWAITX): New.
6263 (ix86_option_override_internal): Handle new option.
6264 (processor_alias_table): Added PTA_MWAITX.
6265 (ix86_valid_target_attribute_inner_p): Add OPT_mmwaitx.
6266 (ix86_builtins): Add IX86_BUILTIN_MWAITX, IX86_BUILTIN_MONITORX.
6267 (ix86_expand_builtin): Handle IX86_BUILTIN_MWAITX and
6268 IX86_BUILTIN_MONITORX built-ins.
6269 * config/i386/i386.h (TARGET_MWAITX): New.
6270 * config/i386/i386.md (unspecv): Add UNSPEC_MWAITX and
6271 UNSPEC_MONITORX.
6272 (mwaitx): New pattern.
6273 (monitorx_<mode>): New pattern.
6274 * config/i386/x86intrin.h: Include mwaitxintrin.h.
6275 * doc/extend.texi: Document monitorx and mwaitx builtins.
6276 * doc/invoke.texi: Document -mmwaitx option.
6277
6278 2015-06-12 Uros Bizjak <ubizjak@gmail.com>
6279
6280 * emit-rtl.c (need_atomic_barrier_p): Mask model with
6281 MEMMODEL_BASE_MASK. Remove MEMMODEL_SYNC_* cases.
6282
6283 2015-06-11 David Edelsohn <dje.gcc@gmail.com>
6284
6285 * dbxout.c (xcoff_debug_hooks): Provide a function for
6286 register_main_translation_unit hook.
6287
6288 2015-06-11 David Edelsohn <dje.gcc@gmail.com>
6289
6290 * config/rs6000/rs6000.c (rs6000_pre_atomic_barrier): Remove SYNC
6291 variants cases from switch.
6292 (rs6000_post_atomic_barrier): Same.
6293 (rs6000_expand_atomic_compare_and_swap): Use memmodel_base.
6294 (rs6000_expand_atomic_exchange): Same.
6295 (rs6000_expand_atomic_op): Same.
6296 * config/rs6000/sync.md (mem_thread_fence): Use memodel_base. Remove
6297 SYNC variants cases from switch.
6298 (atomic_load): Same.
6299 (atomic_store): Same.
6300
6301 2015-06-11 John David Anglin <danglin@gcc.gnu.org>
6302
6303 * config/pa/pa.c (pa_output_global_address): Handle LABEL_REF plus
6304 CONST_INT for goto.
6305
6306 2015-06-11 Aldy Hernandez <aldyh@redhat.com>
6307
6308 PR bootstrap/66448
6309 * dwarf2out.c (check_die): Check for common duplicate attributes.
6310 (add_location_or_const_value_attribute): Do not add duplicate
6311 attributes.
6312 (gen_formal_parameter_die): Do not add DW_AT_artificial the second
6313 time around.
6314 (gen_struct_or_union_type_die): Bail early if TREE_ASM_WRITTEN.
6315 (gen_type_die_with_usage): Call check_die.
6316 (dwarf2out_decl): Only call check_die() when ENABLE_CHECKING.
6317
6318 2015-06-11 Jason Merrill <jason@redhat.com>
6319
6320 * dwarf2out.c (prune_unused_types): Handle unused top-level limbo
6321 dies.
6322
6323 2015-06-11 Marek Polacek <polacek@redhat.com>
6324
6325 * match.pd ((x & y) ^ (x | y)): Don't check for single_use.
6326
6327 2015-06-11 Eric Botcazou <ebotcazou@adacore.com>
6328
6329 PR bootstrap/66252
6330 * config/sparc/sparc.c (hard_regno_mode_classes): Add ??? comment.
6331 * config/sparc/sparc.md (zero_extendsidi2_insn_sp32): Use single order.
6332 (*addx_extend_sp32): Fix pasto.
6333 (*subx_extend): Rename into...
6334 (*subx_extend_sp32): ...this.
6335 (*adddi3_extend_sp32): Add earlyclobber.
6336 (*subdi3_insn_sp32): Likewise.
6337 (*subdi3_extend_sp32): Likewise.
6338 (*and_not_di_sp32): Likewise.
6339 (*or_not_di_sp32): Likewise.
6340 (*xor_not_di_sp32): Likewise.
6341 (*negdi2_sp32): Likewise.
6342 (*one_cmpldi2_sp32): Likewise.
6343
6344 2015-06-11 Pierre-Marie de Rodat <derodat@adacore.com>
6345
6346 * debug.h (struct gcc_debug_hooks): Add a
6347 register_main_translation_unit hook.
6348 * debug.c (do_nothing_debug_hooks): Provide a function for this
6349 new hook.
6350 * dbxout.c (dbx_debug_hooks): Likewise.
6351 * sdbout.c (sdb_debug_hooks): Likewise.
6352 * vmsdbgout.c (vmsdbg_debug_hooks): Likewise.
6353 * dwarf2out.c (main_translation_unit): New global variable.
6354 (dwarf2out_register_main_translation_unit): New function
6355 implementing the new hook.
6356 (dwarf2_debug_hooks): Assign
6357 dwarf2out_register_main_translation_unit to this new hook.
6358 (dwarf2out_init): Associate any main translation unit to
6359 comp_unit_die ().
6360
6361 2015-06-11 Marek Polacek <polacek@redhat.com>
6362
6363 * match.pd ((x & y) ^ (x | y) -> x ^ y): New pattern.
6364
6365 2015-06-11 Marek Polacek <polacek@redhat.com>
6366
6367 * match.pd: Use single_use throughout.
6368
6369 2015-06-11 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
6370
6371 * config/arm/arm.c (arm_option_params_internal): When optimising
6372 for speed set max_insns_skipped when arm_restrict_it.
6373
6374 2015-06-11 Christian Bruel <christian.bruel@st.com>
6375
6376 PR target/52144
6377 * config/arm/arm-c.c (arm_cpu_cpp_builtins): Conditionally define
6378 macros in ...
6379 (arm_cpu_builtins): New function.
6380 (arm_pragma_target_parse): Call arm_cpu_builtins.
6381 * config/arm/arm-protos.h (arm_cpu_builtins): Declare.
6382 (arm_register_target_pragmas): Likewise.
6383 * config/arm/arm.h (REGISTER_TARGET_PRAGMAS):
6384 Call arm_register_target_pragmas.
6385 * config/arm/arm-c.c (arm_register_target_pragmas): New function.
6386 (arm_pragma_target_parse): Likewise.
6387
6388 2015-06-10 Kaz Kojima <kkojima@gcc.gnu.org>
6389
6390 * config/sh/sh.md (tstsi_t): Add '?' modifier to 'r' alternative
6391 of the second operand.
6392
6393 2015-06-10 Uros Bizjak <ubizjak@gmail.com>
6394
6395 PR target/66473
6396 * config/i386/i386.c (ix86_expand_vector_set): Use gen_int_mode
6397 to prepare mask operand for AVX512 modes.
6398
6399 2015-06-10 Michael Meissner <meissner@linux.vnet.ibm.com>
6400
6401 PR target/66474
6402 * doc/md.texi (Machine Constraints): Document that on the PowerPC
6403 if you use a constraint that targets a VSX register, you must use
6404 %x<n> in the template.
6405
6406 2015-06-10 Max Filippov <jcmvbkbc@gmail.com>
6407
6408 * config/xtensa/xtensa.h (TARGET_DEBUG): New definition.
6409 * config/xtensa/xtensa.md (define_attr "type"): New type "trap".
6410 (define_insn "trap"): New definition.
6411
6412 2015-06-10 Richard Biener <rguenther@suse.de>
6413
6414 * tree-vect-slp.c (vect_attempt_slp_rearrange_stmts): Split
6415 out from ...
6416 (vect_supported_load_permutation_p): ... here. Handle
6417 supportable permutations in reductions.
6418 * tree-vect-stmts.c (vectorizable_load): Handle SLP permutations
6419 for vectorizing strided group loads.
6420
6421 2015-06-10 Jakub Jelinek <jakub@redhat.com>
6422
6423 PR target/66470
6424 * config/i386/i386.c (ix86_split_long_move): For collisions
6425 involving direct tls segment refs, move the UNSPEC_TP possibly
6426 wrapped in ZERO_EXTEND out of the address for lea, to each of
6427 the memory loads.
6428
6429 2015-06-10 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
6430
6431 * config/arm/sync.md (*memory_barrier): Use dmb ish instead of
6432 dmb sy. Adjust tabs.
6433
6434 2015-06-10 Tom de Vries <tom@codesourcery.com>
6435
6436 * omp-low.c (expand_omp_target): Remove duplicate declaration of node.
6437
6438 2015-06-10 Martin Liska <mliska@suse.cz>
6439
6440 PR bootstrap/66471
6441 * mem-stats-traits.h (enum mem_alloc_origin): Add _ORIGIN suffix for
6442 all enum values in mem_alloc_origin.
6443 * alloc-pool.c (dump_alloc_pool_statistics): Use newly changed enum
6444 name.
6445 * alloc-pool.h (pool_allocator::pool_allocator): Likewise.
6446 * bitmap.c (bitmap_register): Likewise.
6447 (dump_bitmap_statistics): Likewise.
6448 * ggc-common.c (dump_ggc_loc_statistics): Likewise.
6449 (ggc_record_overhead): Likewise.
6450 * hash-map.h: Likewise.
6451 * hash-set.h: Likewise.
6452 * hash-table.c (void dump_hash_table_loc_statistics): Likewise.
6453 * hash-table.h: Likewise.
6454 * vec.c (vec_prefix::register_overhead): Likewise.
6455 (vec_prefix::release_overhead): Likewise.
6456 (dump_vec_loc_statistics): Likewise.
6457
6458 2015-06-09 Christian Bruel <christian.bruel@st.com>
6459
6460 PR target/52144
6461 * config/arm/arm.opt (THUMB, arm_restrict_it, inline_asm_unified): Save.
6462 * config/arm/arm-protos.h (arm_valid_target_attribute_tree): Declare.
6463 (arm_reset_previous_fndecl, arm_change_mode_p): Likewise.
6464 * config/arm/arm.h (SWITCHABLE_TARGET): Define.
6465 * config/arm/arm.c (arm_reset_previous_fndecl): New functions.
6466 (arm_valid_target_attribute_tree, arm_change_mode_p): Likewise.
6467 (arm_valid_target_attribute_p): Likewise.
6468 (arm_set_current_function, arm_can_inline_p): Likewise.
6469 (arm_valid_target_attribute_rec): Likewise.
6470 (arm_previous_fndecl): New variable.
6471 (TARGET_SET_CURRENT_FUNCTION, TARGET_OPTION_VALID_ATTRIBUTE_P): Define.
6472 (TARGET_CAN_INLINE_P): Define.
6473 (arm_asm_trampoline_template): Emit mode.
6474 (arm_file_start): Don't set unified syntax.
6475 (arm_declare_function_name): Set unified syntax and mode.
6476 (arm_option_override): Init target_option_default_node.
6477 and target_option_current_node.
6478 * config/arm/arm.md (*call_value_symbol): Set mode when possible.
6479 (*call_symbol): Likewise.
6480 * doc/extend.texi: Document ARM/Thumb target attribute.
6481 * doc/invoke.texi: Likewise.
6482
6483 2015-06-09 Alexandre Oliva <aoliva@redhat.com>
6484
6485 Revert:
6486 2015-06-09 Alexandre Oliva <aoliva@redhat.com>
6487 PR rtl-optimization/64164
6488 * Makefile.in (OBJS): Drop tree-ssa-copyrename.o.
6489 * tree-ssa-copyrename.c: Removed.
6490 * opts.c (default_options_table): Drop -ftree-copyrename. Add
6491 -ftree-coalesce-vars.
6492 * passes.def: Drop all occurrences of pass_rename_ssa_copies.
6493 * common.opt (ftree-copyrename): Ignore.
6494 (ftree-coalesce-inlined-vars): Likewise.
6495 * doc/invoke.texi: Remove the ignored options above.
6496 * gimple-expr.h (gimple_can_coalesce_p): Move declaration
6497 * tree-ssa-coalesce.h: ... here.
6498 * tree-ssa-uncprop.c: Include tree-ssa-coalesce.h and other
6499 headers required by it.
6500 * gimple-expr.c (gimple_can_coalesce_p): Allow coalescing
6501 across variables when flag_tree_coalesce_vars. Check register
6502 use and promoted modes to allow coalescing. Moved to
6503 tree-ssa-coalesce.c.
6504 * tree-ssa-live.c (struct tree_int_map_hasher): Move along
6505 with its member functions to tree-ssa-coalesce.c.
6506 (var_map_base_init): Likewise. Renamed to
6507 compute_samebase_partition_bases.
6508 (partition_view_normal): Drop want_bases parameter.
6509 (partition_view_bitmap): Likewise.
6510 * tree-ssa-live.h: Adjust declarations.
6511 * tree-ssa-coalesce.c: Include explow.h.
6512 (build_ssa_conflict_graph): Process PARM_ and RESULT_DECLs's
6513 default defs at the entry point.
6514 (dump_part_var_map): New.
6515 (compute_optimized_partition_bases): New, called by...
6516 (coalesce_ssa_name): ... when flag_tree_coalesce_vars, instead
6517 of compute_samebase_partition_bases. Adjust.
6518 * alias.c (nonoverlapping_memrefs_p): Disregard gimple-regs.
6519 * cfgexpand.c (leader_merge): New.
6520 (get_rtl_for_parm_ssa_default_def): New.
6521 (set_rtl): Merge exprs and attrs, even for MEMs and non-SSA
6522 vars. Update DECL_RTL for PARM_DECLs and RESULT_DECLs too.
6523 (expand_one_stack_var_at): Handle anonymous SSA_NAMEs. Drop
6524 redundant MEM attr setting.
6525 (expand_one_stack_var_1): Handle anonymous SSA_NAMEs. Renamed
6526 from...
6527 (expand_one_stack_var): ... this. New wrapper to check and
6528 skip already expanded SSA partitions.
6529 (record_alignment_for_reg_var): New, factored out of...
6530 (expand_one_var): ... this.
6531 (expand_one_ssa_partition): New.
6532 (adjust_one_expanded_partition_var): New.
6533 (expand_one_register_var): Check and skip already expanded SSA
6534 partitions.
6535 (expand_used_vars): Don't create DECLs for anonymous SSA
6536 names. Expand all SSA partitions, then adjust all SSA names.
6537 (pass::execute): Replace the loops that set
6538 SA.partition_to_pseudo from partition leaders and cleared
6539 DECL_RTL for multi-location variables, and that which used to
6540 rename vars and set attrs, with one that clears DECL_RTL and
6541 checks that PARMs and RESULTs default_defs match DECL_RTL.
6542 * cfgexpand.h (get_rtl_for_parm_ssa_default_def): Declare.
6543 * emit-rtl.c (set_reg_attrs_for_parm): Handle NULL decl.
6544 * explow.c (promote_ssa_mode): New.
6545 * explow.h (promote_ssa_mode): Declare.
6546 * expr.c (expand_expr_real_1): Handle anonymous SSA_NAMEs.
6547 * function.c: Include cfgexpand.h.
6548 (use_register_for_decl): Handle SSA_NAMEs, anonymous or not.
6549 (use_register_for_parm_decl): Wrapper for the above to
6550 special-case the result_ptr.
6551 (rtl_for_parm): Ditto for get_rtl_for_parm_ssa_default_def.
6552 (maybe_reset_rtl_for_parm): Reset DECL_RTL of parms with
6553 multiple locations.
6554 (assign_parm_adjust_stack_rtl): Add all and parm arguments,
6555 for rtl_for_parm. For SSA-assigned parms, zero stack_parm.
6556 (assign_parm_setup_block): Prefer SSA-assigned location.
6557 (assign_parm_setup_reg): Likewise. Use entry_parm for equiv
6558 if stack_parm is NULL.
6559 (assign_parm_setup_stack): Prefer SSA-assigned location.
6560 (assign_parms): Maybe reset DECL_RTL of params. Adjust stack
6561 rtl before testing for pointer bounds. Special-case result_ptr.
6562 (expand_function_start): Maybe reset DECL_RTL of result.
6563 Prefer SSA-assigned location for result and static chain.
6564 Factor out DECL_RESULT and SET_DECL_RTL.
6565 * tree-outof-ssa.c (insert_value_copy_on_edge): Handle
6566 anonymous SSA names. Use promote_ssa_mode.
6567 (get_temp_reg): Likewise.
6568 (remove_ssa_form): Adjust.
6569 * var-tracking.c (dataflow_set_clear_at_call): Take call_insn
6570 and get its reg_usage for reg invalidation.
6571 (compute_bb_dataflow): Pass it insn.
6572 (emit_notes_in_bb): Likewise.
6573 * tree-ssa-loop-niter.c (loop_exits_before_overflow): Don't
6574 fail assert on conversion between unsigned types.
6575
6576 2015-06-09 Tom de Vries <tom@codesourcery.com>
6577
6578 PR tree-optimization/65460
6579 * omp-low.c (expand_omp_target): Set parallelized_function on
6580 cgraph_node for child_fn.
6581
6582 2015-06-09 Tom de Vries <tom@codesourcery.com>
6583
6584 * omp-low.c (finalize_task_copyfn, expand_omp_taskreg): Mark function
6585 parallelized_function before add_new_function.
6586
6587 2015-06-09 Andrew MacLeod <amacleod@redhat.com>
6588
6589 * gcc-plugin.h: Move decls to plugin.h and include it.
6590 * plugin.h: Relocate decls from gcc-plugin.h
6591 * ggc-page.c: Include required header files.
6592 * passes.c: Likewise.
6593 * cgraphunit.c: Likewise.
6594
6595 2015-06-09 Tom de Vries <tom@codesourcery.com>
6596
6597 * tree-stdarg.c (expand_ifn_va_arg_1): Handle location.
6598
6599 2015-06-09 Jason Merrill <jason@redhat.com>
6600
6601 PR bootstrap/66448
6602 * toplev.c (check_global_declaration): Don't warn about a clone.
6603
6604 2015-06-09 Marek Polacek <polacek@redhat.com>
6605
6606 PR tree-optimization/66299
6607 * match.pd ((CST1 << A) == CST2 -> A == ctz (CST2) - ctz (CST1)
6608 ((CST1 << A) != CST2 -> A != ctz (CST2) - ctz (CST1)): New
6609 patterns.
6610
6611 2015-06-09 Richard Biener <rguenther@suse.de>
6612
6613 * tree-vect-slp.c (vect_build_slp_tree_1): Remove bailout on gaps.
6614 (vect_analyze_slp_instance): Instead do not falsely drop
6615 load permutations.
6616
6617 2015-06-09 Richard Biener <rguenther@suse.de>
6618
6619 PR middle-end/66423
6620 * match.pd: Handle A % (unsigned)(1 << B).
6621
6622 2015-06-09 Aldy Hernandez <aldyh@redhat.com>
6623
6624 * varasm.c (output_object_block_htab): Remove.
6625 (output_object_block_compare): New.
6626 (output_object_blocks): Sort named object_blocks before outputting
6627 them.
6628
6629 2015-06-09 Richard Biener <rguenther@suse.de>
6630
6631 PR tree-optimization/66419
6632 * tree-vect-slp.c (vect_supported_load_permutation_p): Properly
6633 consider GROUP_GAP when detecting a perfect subchain.
6634
6635 2015-06-09 Nick Clifton <nickc@redhat.com>
6636
6637 * config/rl78/rl78.c (rl78_select_section): When -mes0 is active
6638 place read only data in the .frodata section.
6639
6640 2015-06-09 Shiva Chen <shiva0217@gmail.com>
6641
6642 * sync.md (atomic_load<mode>): Add conditional code for lda/ldr
6643 (atomic_store<mode>): Likewise.
6644
6645 2015-06-09 Richard Biener <rguenther@suse.de>
6646
6647 * cfgloop.c (get_loop_body_in_bfs_order): Fix assert.
6648
6649 2015-06-09 Richard Biener <rguenther@suse.de>
6650
6651 PR middle-end/66413
6652 * tree-inline.c (insert_init_debug_bind): Unshare value.
6653
6654 2015-06-09 Richard Biener <rguenther@suse.de>
6655
6656 PR tree-optimization/66396
6657 * graphite-isl-ast-to-gimple.c (graphite_regenerate_ast_isl):
6658 Rename virtual operands.
6659
6660 2015-06-09 Tom de Vries <tom@codesourcery.com>
6661
6662 * gimple-iterator.h (gimple_seq_nondebug_singleton_p): Don't
6663 always return false.
6664
6665 2015-06-09 Alexandre Oliva <aoliva@redhat.com>
6666
6667 PR rtl-optimization/64164
6668 * Makefile.in (OBJS): Drop tree-ssa-copyrename.o.
6669 * tree-ssa-copyrename.c: Removed.
6670 * opts.c (default_options_table): Drop -ftree-copyrename. Add
6671 -ftree-coalesce-vars.
6672 * passes.def: Drop all occurrences of pass_rename_ssa_copies.
6673 * common.opt (ftree-copyrename): Ignore.
6674 (ftree-coalesce-inlined-vars): Likewise.
6675 * doc/invoke.texi: Remove the ignored options above.
6676 * gimple-expr.h (gimple_can_coalesce_p): Move declaration
6677 * tree-ssa-coalesce.h: ... here.
6678 * tree-ssa-uncprop.c: Include tree-ssa-coalesce.h and other
6679 headers required by it.
6680 * gimple-expr.c (gimple_can_coalesce_p): Allow coalescing
6681 across variables when flag_tree_coalesce_vars. Check register
6682 use and promoted modes to allow coalescing. Moved to
6683 tree-ssa-coalesce.c.
6684 * tree-ssa-live.c (struct tree_int_map_hasher): Move along
6685 with its member functions to tree-ssa-coalesce.c.
6686 (var_map_base_init): Likewise. Renamed to
6687 compute_samebase_partition_bases.
6688 (partition_view_normal): Drop want_bases parameter.
6689 (partition_view_bitmap): Likewise.
6690 * tree-ssa-live.h: Adjust declarations.
6691 * tree-ssa-coalesce.c: Include explow.h.
6692 (build_ssa_conflict_graph): Process PARM_ and RESULT_DECLs's
6693 default defs at the entry point.
6694 (dump_part_var_map): New.
6695 (compute_optimized_partition_bases): New, called by...
6696 (coalesce_ssa_name): ... when flag_tree_coalesce_vars, instead
6697 of compute_samebase_partition_bases. Adjust.
6698 * alias.c (nonoverlapping_memrefs_p): Disregard gimple-regs.
6699 * cfgexpand.c (leader_merge): New.
6700 (get_rtl_for_parm_ssa_default_def): New.
6701 (set_rtl): Merge exprs and attrs, even for MEMs and non-SSA
6702 vars. Update DECL_RTL for PARM_DECLs and RESULT_DECLs too.
6703 (expand_one_stack_var_at): Handle anonymous SSA_NAMEs. Drop
6704 redundant MEM attr setting.
6705 (expand_one_stack_var_1): Handle anonymous SSA_NAMEs. Renamed
6706 from...
6707 (expand_one_stack_var): ... this. New wrapper to check and
6708 skip already expanded SSA partitions.
6709 (record_alignment_for_reg_var): New, factored out of...
6710 (expand_one_var): ... this.
6711 (expand_one_ssa_partition): New.
6712 (adjust_one_expanded_partition_var): New.
6713 (expand_one_register_var): Check and skip already expanded SSA
6714 partitions.
6715 (expand_used_vars): Don't create DECLs for anonymous SSA
6716 names. Expand all SSA partitions, then adjust all SSA names.
6717 (pass::execute): Replace the loops that set
6718 SA.partition_to_pseudo from partition leaders and cleared
6719 DECL_RTL for multi-location variables, and that which used to
6720 rename vars and set attrs, with one that clears DECL_RTL and
6721 checks that PARMs and RESULTs default_defs match DECL_RTL.
6722 * cfgexpand.h (get_rtl_for_parm_ssa_default_def): Declare.
6723 * emit-rtl.c (set_reg_attrs_for_parm): Handle NULL decl.
6724 * explow.c (promote_ssa_mode): New.
6725 * explow.h (promote_ssa_mode): Declare.
6726 * expr.c (expand_expr_real_1): Handle anonymous SSA_NAMEs.
6727 * function.c: Include cfgexpand.h.
6728 (use_register_for_decl): Handle SSA_NAMEs, anonymous or not.
6729 (use_register_for_parm_decl): Wrapper for the above to
6730 special-case the result_ptr.
6731 (rtl_for_parm): Ditto for get_rtl_for_parm_ssa_default_def.
6732 (maybe_reset_rtl_for_parm): Reset DECL_RTL of parms with
6733 multiple locations.
6734 (assign_parm_adjust_stack_rtl): Add all and parm arguments,
6735 for rtl_for_parm. For SSA-assigned parms, zero stack_parm.
6736 (assign_parm_setup_block): Prefer SSA-assigned location.
6737 (assign_parm_setup_reg): Likewise. Use entry_parm for equiv
6738 if stack_parm is NULL.
6739 (assign_parm_setup_stack): Prefer SSA-assigned location.
6740 (assign_parms): Maybe reset DECL_RTL of params. Adjust stack
6741 rtl before testing for pointer bounds. Special-case result_ptr.
6742 (expand_function_start): Maybe reset DECL_RTL of result.
6743 Prefer SSA-assigned location for result and static chain.
6744 Factor out DECL_RESULT and SET_DECL_RTL.
6745 * tree-outof-ssa.c (insert_value_copy_on_edge): Handle
6746 anonymous SSA names. Use promote_ssa_mode.
6747 (get_temp_reg): Likewise.
6748 (remove_ssa_form): Adjust.
6749 * var-tracking.c (dataflow_set_clear_at_call): Take call_insn
6750 and get its reg_usage for reg invalidation.
6751 (compute_bb_dataflow): Pass it insn.
6752 (emit_notes_in_bb): Likewise.
6753 * tree-ssa-loop-niter.c (loop_exits_before_overflow): Don't
6754 fail assert on conversion between unsigned types.
6755
6756 2015-06-09 Alexandre Oliva <aoliva@redhat.com>
6757
6758 PR debug/58315
6759 * tree-inline.c (reset_debug_binding): New.
6760 (reset_debug_bindings): Likewise.
6761 (expand_call_inline): Call it.
6762
6763 2015-06-08 Jan Hubicka <hubicka@ucw.cz>
6764
6765 * tree.c (gimple_canonical_types_compatible_p): Drop comparsion of
6766 TYPE_STRING_FLAG.
6767
6768 2015-06-08 Jan Hubicka <hubicka@ucw.cz>
6769
6770 * lto-streamer-out.c (lto_output_location): Stream
6771 reserved locations correctly.
6772 * lto-streamer-in.c (lto_output_location): Likewise.
6773
6774 2015-06-08 Andrew MacLeod <amacleod@redhat.com>
6775
6776 * coretypes.h: Include hash-table.h and hash-set.h for host files.
6777 * ggc.h: Don't include statistics.h>
6778 * hash-map.h: Remove all includes.
6779 * hash-set.h: Likewise.
6780 * hash-table.h: Add statistics.h, inchash.h and hash-map-traits.h to
6781 the include list. Remove <new>.
6782 * inchash.h: Remove all includes.
6783 * mem-stats.h: Likewise.
6784 * vec.h: No special processing for generators or ggc.
6785 * alias.c : Adjust include files.
6786 * alloc-pool.c : Likewise.
6787 * alloc-pool.h : Likewise.
6788 * asan.c : Likewise.
6789 * attribs.c : Likewise.
6790 * auto-inc-dec.c : Likewise.
6791 * auto-profile.c : Likewise.
6792 * bb-reorder.c : Likewise.
6793 * bitmap.c : Likewise.
6794 * bitmap.h : Likewise.
6795 * bt-load.c : Likewise.
6796 * builtins.c : Likewise.
6797 * caller-save.c : Likewise.
6798 * calls.c : Likewise.
6799 * ccmp.c : Likewise.
6800 * cfg.c : Likewise.
6801 * cfganal.c : Likewise.
6802 * cfgbuild.c : Likewise.
6803 * cfgcleanup.c : Likewise.
6804 * cfgexpand.c : Likewise.
6805 * cfghooks.c : Likewise.
6806 * cfgloop.c : Likewise.
6807 * cfgloop.h : Likewise.
6808 * cfgloopanal.c : Likewise.
6809 * cfgloopmanip.c : Likewise.
6810 * cfgrtl.c : Likewise.
6811 * cgraph.c : Likewise.
6812 * cgraphbuild.c : Likewise.
6813 * cgraphclones.c : Likewise.
6814 * cgraphunit.c : Likewise.
6815 * cilk-common.c : Likewise.
6816 * combine-stack-adj.c : Likewise.
6817 * combine.c : Likewise.
6818 * compare-elim.c : Likewise.
6819 * context.c : Likewise.
6820 * convert.c : Likewise.
6821 * coverage.c : Likewise.
6822 * cppbuiltin.c : Likewise.
6823 * cprop.c : Likewise.
6824 * cse.c : Likewise.
6825 * cselib.c : Likewise.
6826 * data-streamer-in.c : Likewise.
6827 * data-streamer-out.c : Likewise.
6828 * data-streamer.c : Likewise.
6829 * data-streamer.h : Likewise.
6830 * dbxout.c : Likewise.
6831 * dce.c : Likewise.
6832 * ddg.c : Likewise.
6833 * debug.c : Likewise.
6834 * df-core.c : Likewise.
6835 * df-problems.c : Likewise.
6836 * df-scan.c : Likewise.
6837 * df.h : Likewise.
6838 * dfp.c : Likewise.
6839 * dojump.c : Likewise.
6840 * dominance.c : Likewise.
6841 * domwalk.c : Likewise.
6842 * double-int.c : Likewise.
6843 * dse.c : Likewise.
6844 * dumpfile.c : Likewise.
6845 * dwarf2asm.c : Likewise.
6846 * dwarf2cfi.c : Likewise.
6847 * dwarf2out.c : Likewise.
6848 * emit-rtl.c : Likewise.
6849 * et-forest.c : Likewise.
6850 * except.c : Likewise.
6851 * except.h : Likewise.
6852 * explow.c : Likewise.
6853 * expmed.c : Likewise.
6854 * expr.c : Likewise.
6855 * final.c : Likewise.
6856 * fixed-value.c : Likewise.
6857 * fold-const.c : Likewise.
6858 * function.c : Likewise.
6859 * fwprop.c : Likewise.
6860 * gcc-plugin.h : Likewise.
6861 * gcc.c : Likewise.
6862 * gcse-common.c : Likewise.
6863 * gcse.c : Likewise.
6864 * genattrtab.c : Likewise.
6865 * genautomata.c : Likewise.
6866 * genconditions.c : Likewise.
6867 * genemit.c : Likewise.
6868 * generic-match-head.c : Likewise.
6869 * genextract.c : Likewise.
6870 * gengtype-state.c : Likewise.
6871 * gengtype.c : Likewise.
6872 * genhooks.c : Likewise.
6873 * genmatch.c : Likewise.
6874 * genmodes.c : Likewise.
6875 * genrecog.c : Likewise.
6876 * gensupport.c : Likewise.
6877 * ggc-common.c : Likewise.
6878 * ggc-internal.h : Likewise.
6879 * ggc-none.c : Likewise.
6880 * ggc-page.c : Likewise.
6881 * gimple-builder.c : Likewise.
6882 * gimple-expr.c : Likewise.
6883 * gimple-fold.c : Likewise.
6884 * gimple-iterator.c : Likewise.
6885 * gimple-low.c : Likewise.
6886 * gimple-match-head.c : Likewise.
6887 * gimple-pretty-print.c : Likewise.
6888 * gimple-ssa-isolate-paths.c : Likewise.
6889 * gimple-ssa-strength-reduction.c : Likewise.
6890 * gimple-ssa.h : Likewise.
6891 * gimple-streamer-in.c : Likewise.
6892 * gimple-streamer-out.c : Likewise.
6893 * gimple-streamer.h : Likewise.
6894 * gimple-walk.c : Likewise.
6895 * gimple.c : Likewise.
6896 * gimplify-me.c : Likewise.
6897 * gimplify.c : Likewise.
6898 * godump.c : Likewise.
6899 * graph.c : Likewise.
6900 * graphds.c : Likewise.
6901 * graphite-blocking.c : Likewise.
6902 * graphite-dependences.c : Likewise.
6903 * graphite-interchange.c : Likewise.
6904 * graphite-isl-ast-to-gimple.c : Likewise.
6905 * graphite-optimize-isl.c : Likewise.
6906 * graphite-poly.c : Likewise.
6907 * graphite-scop-detection.c : Likewise.
6908 * graphite-sese-to-poly.c : Likewise.
6909 * graphite.c : Likewise.
6910 * haifa-sched.c : Likewise.
6911 * hard-reg-set.h : Likewise.
6912 * hw-doloop.c : Likewise.
6913 * ifcvt.c : Likewise.
6914 * inchash.c : Likewise.
6915 * incpath.c : Likewise.
6916 * init-regs.c : Likewise.
6917 * input.c : Likewise.
6918 * internal-fn.c : Likewise.
6919 * ipa-chkp.c : Likewise.
6920 * ipa-comdats.c : Likewise.
6921 * ipa-cp.c : Likewise.
6922 * ipa-devirt.c : Likewise.
6923 * ipa-icf-gimple.c : Likewise.
6924 * ipa-icf.c : Likewise.
6925 * ipa-inline-analysis.c : Likewise.
6926 * ipa-inline-transform.c : Likewise.
6927 * ipa-inline.c : Likewise.
6928 * ipa-polymorphic-call.c : Likewise.
6929 * ipa-profile.c : Likewise.
6930 * ipa-prop.c : Likewise.
6931 * ipa-pure-const.c : Likewise.
6932 * ipa-ref.c : Likewise.
6933 * ipa-reference.c : Likewise.
6934 * ipa-split.c : Likewise.
6935 * ipa-utils.c : Likewise.
6936 * ipa-visibility.c : Likewise.
6937 * ipa.c : Likewise.
6938 * ira-build.c : Likewise.
6939 * ira-color.c : Likewise.
6940 * ira-conflicts.c : Likewise.
6941 * ira-costs.c : Likewise.
6942 * ira-emit.c : Likewise.
6943 * ira-lives.c : Likewise.
6944 * ira.c : Likewise.
6945 * jump.c : Likewise.
6946 * langhooks.c : Likewise.
6947 * lcm.c : Likewise.
6948 * libfuncs.h : Likewise.
6949 * lists.c : Likewise.
6950 * loop-doloop.c : Likewise.
6951 * loop-init.c : Likewise.
6952 * loop-invariant.c : Likewise.
6953 * loop-iv.c : Likewise.
6954 * loop-unroll.c : Likewise.
6955 * lower-subreg.c : Likewise.
6956 * lra-assigns.c : Likewise.
6957 * lra-coalesce.c : Likewise.
6958 * lra-constraints.c : Likewise.
6959 * lra-eliminations.c : Likewise.
6960 * lra-lives.c : Likewise.
6961 * lra-remat.c : Likewise.
6962 * lra-spills.c : Likewise.
6963 * lra.c : Likewise.
6964 * lto-cgraph.c : Likewise.
6965 * lto-compress.c : Likewise.
6966 * lto-opts.c : Likewise.
6967 * lto-section-in.c : Likewise.
6968 * lto-section-out.c : Likewise.
6969 * lto-streamer-in.c : Likewise.
6970 * lto-streamer-out.c : Likewise.
6971 * lto-streamer.c : Likewise.
6972 * lto-streamer.h : Likewise.
6973 * mcf.c : Likewise.
6974 * mode-switching.c : Likewise.
6975 * modulo-sched.c : Likewise.
6976 * omega.c : Likewise.
6977 * omp-low.c : Likewise.
6978 * optabs.c : Likewise.
6979 * opts-global.c : Likewise.
6980 * opts.h : Likewise.
6981 * passes.c : Likewise.
6982 * plugin.c : Likewise.
6983 * postreload-gcse.c : Likewise.
6984 * postreload.c : Likewise.
6985 * predict.c : Likewise.
6986 * print-rtl.c : Likewise.
6987 * print-tree.c : Likewise.
6988 * profile.c : Likewise.
6989 * read-md.c : Likewise.
6990 * read-md.h : Likewise.
6991 * read-rtl.c : Likewise.
6992 * real.c : Likewise.
6993 * realmpfr.c : Likewise.
6994 * recog.c : Likewise.
6995 * ree.c : Likewise.
6996 * reg-stack.c : Likewise.
6997 * regcprop.c : Likewise.
6998 * reginfo.c : Likewise.
6999 * regrename.c : Likewise.
7000 * regstat.c : Likewise.
7001 * reload.c : Likewise.
7002 * reload1.c : Likewise.
7003 * reorg.c : Likewise.
7004 * resource.c : Likewise.
7005 * rtl-chkp.c : Likewise.
7006 * rtl.c : Likewise.
7007 * rtl.h : Likewise.
7008 * rtlanal.c : Likewise.
7009 * rtlhash.c : Likewise.
7010 * rtlhash.h : Likewise.
7011 * rtlhooks.c : Likewise.
7012 * sanopt.c : Likewise.
7013 * sched-deps.c : Likewise.
7014 * sched-ebb.c : Likewise.
7015 * sched-rgn.c : Likewise.
7016 * sched-vis.c : Likewise.
7017 * sdbout.c : Likewise.
7018 * sel-sched-dump.c : Likewise.
7019 * sel-sched-ir.c : Likewise.
7020 * sel-sched-ir.h : Likewise.
7021 * sel-sched.c : Likewise.
7022 * sese.c : Likewise.
7023 * shrink-wrap.c : Likewise.
7024 * shrink-wrap.h : Likewise.
7025 * simplify-rtx.c : Likewise.
7026 * stack-ptr-mod.c : Likewise.
7027 * statistics.c : Likewise.
7028 * stmt.c : Likewise.
7029 * stor-layout.c : Likewise.
7030 * store-motion.c : Likewise.
7031 * stringpool.c : Likewise.
7032 * symtab.c : Likewise.
7033 * target-globals.c : Likewise.
7034 * targhooks.c : Likewise.
7035 * tlink.c : Likewise.
7036 * toplev.c : Likewise.
7037 * tracer.c : Likewise.
7038 * trans-mem.c : Likewise.
7039 * tree-affine.c : Likewise.
7040 * tree-affine.h : Likewise.
7041 * tree-browser.c : Likewise.
7042 * tree-call-cdce.c : Likewise.
7043 * tree-cfg.c : Likewise.
7044 * tree-cfgcleanup.c : Likewise.
7045 * tree-chkp-opt.c : Likewise.
7046 * tree-chkp.c : Likewise.
7047 * tree-chrec.c : Likewise.
7048 * tree-complex.c : Likewise.
7049 * tree-data-ref.c : Likewise.
7050 * tree-dfa.c : Likewise.
7051 * tree-diagnostic.c : Likewise.
7052 * tree-dump.c : Likewise.
7053 * tree-eh.c : Likewise.
7054 * tree-eh.h : Likewise.
7055 * tree-emutls.c : Likewise.
7056 * tree-hasher.h : Likewise.
7057 * tree-if-conv.c : Likewise.
7058 * tree-inline.c : Likewise.
7059 * tree-inline.h : Likewise.
7060 * tree-into-ssa.c : Likewise.
7061 * tree-iterator.c : Likewise.
7062 * tree-loop-distribution.c : Likewise.
7063 * tree-nested.c : Likewise.
7064 * tree-nrv.c : Likewise.
7065 * tree-object-size.c : Likewise.
7066 * tree-outof-ssa.c : Likewise.
7067 * tree-parloops.c : Likewise.
7068 * tree-phinodes.c : Likewise.
7069 * tree-predcom.c : Likewise.
7070 * tree-pretty-print.c : Likewise.
7071 * tree-profile.c : Likewise.
7072 * tree-scalar-evolution.c : Likewise.
7073 * tree-sra.c : Likewise.
7074 * tree-ssa-address.c : Likewise.
7075 * tree-ssa-alias.c : Likewise.
7076 * tree-ssa-ccp.c : Likewise.
7077 * tree-ssa-coalesce.c : Likewise.
7078 * tree-ssa-copy.c : Likewise.
7079 * tree-ssa-copyrename.c : Likewise.
7080 * tree-ssa-dce.c : Likewise.
7081 * tree-ssa-dom.c : Likewise.
7082 * tree-ssa-dse.c : Likewise.
7083 * tree-ssa-forwprop.c : Likewise.
7084 * tree-ssa-ifcombine.c : Likewise.
7085 * tree-ssa-live.c : Likewise.
7086 * tree-ssa-loop-ch.c : Likewise.
7087 * tree-ssa-loop-im.c : Likewise.
7088 * tree-ssa-loop-ivcanon.c : Likewise.
7089 * tree-ssa-loop-ivopts.c : Likewise.
7090 * tree-ssa-loop-manip.c : Likewise.
7091 * tree-ssa-loop-niter.c : Likewise.
7092 * tree-ssa-loop-prefetch.c : Likewise.
7093 * tree-ssa-loop-unswitch.c : Likewise.
7094 * tree-ssa-loop.c : Likewise.
7095 * tree-ssa-math-opts.c : Likewise.
7096 * tree-ssa-operands.c : Likewise.
7097 * tree-ssa-phiopt.c : Likewise.
7098 * tree-ssa-phiprop.c : Likewise.
7099 * tree-ssa-pre.c : Likewise.
7100 * tree-ssa-propagate.c : Likewise.
7101 * tree-ssa-reassoc.c : Likewise.
7102 * tree-ssa-sccvn.c : Likewise.
7103 * tree-ssa-scopedtables.c : Likewise.
7104 * tree-ssa-sink.c : Likewise.
7105 * tree-ssa-strlen.c : Likewise.
7106 * tree-ssa-structalias.c : Likewise.
7107 * tree-ssa-tail-merge.c : Likewise.
7108 * tree-ssa-ter.c : Likewise.
7109 * tree-ssa-threadedge.c : Likewise.
7110 * tree-ssa-threadupdate.c : Likewise.
7111 * tree-ssa-uncprop.c : Likewise.
7112 * tree-ssa-uninit.c : Likewise.
7113 * tree-ssa.c : Likewise.
7114 * tree-ssanames.c : Likewise.
7115 * tree-stdarg.c : Likewise.
7116 * tree-streamer-in.c : Likewise.
7117 * tree-streamer-out.c : Likewise.
7118 * tree-streamer.c : Likewise.
7119 * tree-streamer.h : Likewise.
7120 * tree-switch-conversion.c : Likewise.
7121 * tree-tailcall.c : Likewise.
7122 * tree-vect-data-refs.c : Likewise.
7123 * tree-vect-generic.c : Likewise.
7124 * tree-vect-loop-manip.c : Likewise.
7125 * tree-vect-loop.c : Likewise.
7126 * tree-vect-patterns.c : Likewise.
7127 * tree-vect-slp.c : Likewise.
7128 * tree-vect-stmts.c : Likewise.
7129 * tree-vectorizer.c : Likewise.
7130 * tree-vectorizer.h : Likewise.
7131 * tree-vrp.c : Likewise.
7132 * tree.c : Likewise.
7133 * tsan.c : Likewise.
7134 * ubsan.c : Likewise.
7135 * valtrack.c : Likewise.
7136 * valtrack.h : Likewise.
7137 * value-prof.c : Likewise.
7138 * var-tracking.c : Likewise.
7139 * varasm.c : Likewise.
7140 * varpool.c : Likewise.
7141 * vec.c: Likewise.
7142 * vmsdbgout.c : Likewise.
7143 * vtable-verify.c : Likewise.
7144 * vtable-verify.h : Likewise.
7145 * web.c : Likewise.
7146 * wide-int.cc : Likewise.
7147 * xcoffout.c : Likewise.
7148 * config/aarch64/aarch64-builtins.c : Likewise.
7149 * config/aarch64/aarch64.c : Likewise.
7150 * config/aarch64/cortex-a57-fma-steering.c : Likewise.
7151 * config/alpha/alpha.c : Likewise.
7152 * config/arc/arc.c : Likewise.
7153 * config/arm/aarch-common.c : Likewise.
7154 * config/arm/arm-builtins.c : Likewise.
7155 * config/arm/arm-c.c : Likewise.
7156 * config/arm/arm.c : Likewise.
7157 * config/avr/avr-c.c : Likewise.
7158 * config/avr/avr-log.c : Likewise.
7159 * config/avr/avr.c : Likewise.
7160 * config/bfin/bfin.c : Likewise.
7161 * config/c6x/c6x.c : Likewise.
7162 * config/cr16/cr16.c : Likewise.
7163 * config/cris/cris.c : Likewise.
7164 * config/darwin-c.c : Likewise.
7165 * config/darwin.c : Likewise.
7166 * config/default-c.c : Likewise.
7167 * config/epiphany/epiphany.c : Likewise.
7168 * config/epiphany/mode-switch-use.c : Likewise.
7169 * config/epiphany/resolve-sw-modes.c : Likewise.
7170 * config/fr30/fr30.c : Likewise.
7171 * config/frv/frv.c : Likewise.
7172 * config/ft32/ft32.c : Likewise.
7173 * config/glibc-c.c : Likewise.
7174 * config/h8300/h8300.c : Likewise.
7175 * config/i386/i386-c.c : Likewise.
7176 * config/i386/i386.c : Likewise.
7177 * config/i386/msformat-c.c : Likewise.
7178 * config/i386/winnt-cxx.c : Likewise.
7179 * config/i386/winnt-stubs.c : Likewise.
7180 * config/i386/winnt.c : Likewise.
7181 * config/ia64/ia64-c.c : Likewise.
7182 * config/ia64/ia64.c : Likewise.
7183 * config/iq2000/iq2000.c : Likewise.
7184 * config/lm32/lm32.c : Likewise.
7185 * config/m32c/m32c-pragma.c : Likewise.
7186 * config/m32c/m32c.c : Likewise.
7187 * config/m32r/m32r.c : Likewise.
7188 * config/m68k/m68k.c : Likewise.
7189 * config/mcore/mcore.c : Likewise.
7190 * config/mep/mep-pragma.c : Likewise.
7191 * config/mep/mep.c : Likewise.
7192 * config/microblaze/microblaze-c.c : Likewise.
7193 * config/microblaze/microblaze.c : Likewise.
7194 * config/mips/mips.c : Likewise.
7195 * config/mmix/mmix.c : Likewise.
7196 * config/mn10300/mn10300.c : Likewise.
7197 * config/moxie/moxie.c : Likewise.
7198 * config/msp430/msp430-c.c : Likewise.
7199 * config/msp430/msp430.c : Likewise.
7200 * config/nds32/nds32-cost.c : Likewise.
7201 * config/nds32/nds32-fp-as-gp.c : Likewise.
7202 * config/nds32/nds32-intrinsic.c : Likewise.
7203 * config/nds32/nds32-isr.c : Likewise.
7204 * config/nds32/nds32-md-auxiliary.c : Likewise.
7205 * config/nds32/nds32-memory-manipulation.c : Likewise.
7206 * config/nds32/nds32-pipelines-auxiliary.c : Likewise.
7207 * config/nds32/nds32-predicates.c : Likewise.
7208 * config/nds32/nds32.c : Likewise.
7209 * config/nios2/nios2.c : Likewise.
7210 * config/nvptx/nvptx.c : Likewise.
7211 * config/pa/pa.c : Likewise.
7212 * config/pdp11/pdp11.c : Likewise.
7213 * config/rl78/rl78-c.c : Likewise.
7214 * config/rl78/rl78.c : Likewise.
7215 * config/rs6000/rs6000-c.c : Likewise.
7216 * config/rs6000/rs6000.c : Likewise.
7217 * config/rx/rx.c : Likewise.
7218 * config/s390/s390-c.c : Likewise.
7219 * config/s390/s390.c : Likewise.
7220 * config/sh/sh-c.c : Likewise.
7221 * config/sh/sh-mem.cc : Likewise.
7222 * config/sh/sh.c : Likewise.
7223 * config/sh/sh_optimize_sett_clrt.cc : Likewise.
7224 * config/sh/sh_treg_combine.cc : Likewise.
7225 * config/sol2-c.c : Likewise.
7226 * config/sol2-cxx.c : Likewise.
7227 * config/sol2-stubs.c : Likewise.
7228 * config/sol2.c : Likewise.
7229 * config/sparc/sparc-c.c : Likewise.
7230 * config/sparc/sparc.c : Likewise.
7231 * config/spu/spu-c.c : Likewise.
7232 * config/spu/spu.c : Likewise.
7233 * config/stormy16/stormy16.c : Likewise.
7234 * config/tilegx/mul-tables.c : Likewise.
7235 * config/tilegx/tilegx-c.c : Likewise.
7236 * config/tilegx/tilegx.c : Likewise.
7237 * config/tilepro/mul-tables.c : Likewise.
7238 * config/tilepro/tilepro-c.c : Likewise.
7239 * config/tilepro/tilepro.c : Likewise.
7240 * config/v850/v850-c.c : Likewise.
7241 * config/v850/v850.c : Likewise.
7242 * config/vax/vax.c : Likewise.
7243 * config/visium/visium.c : Likewise.
7244 * config/vms/vms-c.c : Likewise.
7245 * config/vms/vms.c : Likewise.
7246 * config/vxworks.c : Likewise.
7247 * config/winnt-c.c : Likewise.
7248 * config/xtensa/xtensa.c : Likewise.
7249
7250 2015-06-08 Jan Hubicka <hubicka@ucw.cz>
7251
7252 PR lto/65378
7253 * ipa-utils.h (warn_types_mismatch): Update prototype.
7254 * ipa-devirt.c (odr_types_equivalent_p): Add loc1/loc2
7255 parameters.
7256 (type_mismatch_p): New function.
7257 (warn_types_mismatch): Reorg to work better on non-C++ types.
7258 (odr_types_equivalent_p): Add loc1/loc2 parameters.
7259 (add_type_duplicate): Update.
7260
7261 2015-06-08 Tom de Vries <tom@codesourcery.com>
7262
7263 PR rtl-optimization/66444
7264 * postreload.c (reload_combine): Use get_call_reg_set_usage instead of
7265 call_used_regs.
7266
7267 2015-06-08 Richard Biener <rguenther@suse.de>
7268
7269 PR tree-optimization/66422
7270 * tree-ssa-loop-ivcanon.c (remove_exits_and_undefined_stmts): Split
7271 block after inserted gcc_unreachable.
7272
7273 2015-06-08 Nick Clifton <nickc@redhat.com>
7274
7275 * config/rx/rx.c (rx_function_value): Do not promote vector types.
7276 (rx_promote_function_mode): Likewise.
7277 * config/rx/rx.h (LIBCALL_VALUE): Likewise.
7278
7279 2015-06-08 Jakub Jelinek <jakub@redhat.com>
7280
7281 * genattrtab.c (insn_alternatives): Change type from int *
7282 to uint64_t *.
7283 (check_attr_test): Shift ((uint64_t) 1) instead of 1 up.
7284 (get_attr_value): Change type of num_alt to uint64_t.
7285 (compute_alternative_mask): Change return type from
7286 int to uint64_t, shift ((uint64_t) 1) instead of 1 up.
7287 (make_alternative_compare, mk_attr_alt): Change argument type
7288 from int to uint64_t.
7289 (simplify_test_exp): Change type of i from int to uint64_t.
7290 Shift ((uint64_t) 1) instead of 1 up.
7291 (main): Adjust oballocvec first argument from int to uint64_t.
7292 Shift ((uint64_t) 1) instead of 1 up.
7293
7294 2015-06-08 Jan Kratochvil <jan.kratochvil@redhat.com>
7295
7296 PR other/65366
7297 * gdbhooks.py: Import sys.
7298 (intptr): New function. Replace int(...) by intptr(...).
7299
7300 2015-06-08 Richard Biener <rguenther@suse.de>
7301
7302 * tree-vect-stmts.c (vectorizable_load): Compute the pointer
7303 adjustment for gaps at the end of a SLP load group properly.
7304 * tree-vect-slp.c (vect_supported_load_permutation_p): Allow
7305 all permutations we can generate.
7306 (vect_transform_slp_perm_load): Use the correct group-size.
7307
7308 2015-06-08 Marc Glisse <marc.glisse@inria.fr>
7309
7310 * genmatch.c (expr::gen_transform): For conditions, guess the type
7311 from the second operand.
7312
7313 2015-06-08 Tom de Vries <tom@codesourcery.com>
7314
7315 PR tree-optimization/66442
7316 * gimple-iterator.h (gimple_seq_nondebug_singleton_p): Add function.
7317 * tree-parloops.c (try_transform_to_exit_first_loop_alt): Return false
7318 if the loop latch is not a singleton. Use
7319 gimple_seq_nondebug_singleton_p instead of gimple_seq_singleton_p.
7320
7321 2015-06-08 Marek Polacek <polacek@redhat.com>
7322
7323 PR sanitizer/66452
7324 * toplev.c (check_global_declaration): Don't warn about artificial
7325 decls.
7326
7327 2015-06-08 Tom de Vries <tom@codesourcery.com>
7328
7329 PR tree-optimization/66436
7330 * cgraphunit.c (cgraph_node::analyze): Don't dump function to gimple
7331 dump file.
7332 * gimplify.c: Add tree-dump.h include.
7333 (gimplify_function_tree): Dump function to gimple dump file.
7334 * stor-layout.c (finalize_size_functions): Don't dump function to gimple
7335 dump file.
7336
7337 2015-06-08 Tom de Vries <tom@codesourcery.com>
7338
7339 PR tree-optimization/66435
7340 * cgraphunit.c (cgraph_node::add_new_function): Dump message on new
7341 function.
7342
7343 2015-06-06 Jan Hubicka <hubicka@ucw.cz>
7344
7345 * alias.c (get_alias_set): Be ready for TYPE_CANONICAL
7346 of ptr_type_node to not be ptr_to_node.
7347 * tree.c (gimple_types_compatible_p): Do not match TREE_CODE of
7348 TREE_TYPE of pointers.
7349 * gimple-expr.c (useless_type_conversion): Reorder the check for
7350 function pointers and TYPE_CANONICAL.
7351
7352 2015-06-06 John David Anglin <danglin@gcc.gnu.org>
7353
7354 PR bootstrap/66319
7355 * config/pa/pa-hpux10.h (TARGET_OS_CPP_BUILTINS): Rearrange builtin
7356 defines. Define _LARGEFILE_SOURCE and _LARGEFILE64_SOURCE for c++.
7357 Define _XOPEN_UNIX and _XOPEN_SOURCE_EXTENDED for c++ if unix95 or
7358 later.
7359 * config/pa/pa-hpux11.h (TARGET_OS_CPP_BUILTINS): Likewise.
7360 Define _INCLUDE_STDC_SOURCE_PRE_199901, _INCLUDE_STDC_SOURCE_199901,
7361 _INCLUDE_XOPEN_SOURCE_PRE_500, _INCLUDE_XOPEN_SOURCE_520,
7362 _INCLUDE_XOPEN_SOURCE_PRE_600 and _INCLUDE_XOPEN_SOURCE_600 for c++
7363 and non iso if unix2003.
7364
7365 2015-06-06 Aldy Hernandez <aldyh@redhat.com>
7366
7367 * dwarf2out.c (gen_lexical_block_die): Initialize stmt_die.
7368
7369 2015-06-06 Richard Sandiford <richard.sandiford@arm.com>
7370
7371 * emit-rtl.c, expr.c, gcse.c, optabs.c, optabs.h, print-rtl.c,
7372 rtl.h, bb-reorder.c, builtins.c, calls.c, cfgbuild.c, cfgexpand.c,
7373 cfgrtl.c, cilk-common.c, config/i386/i386.md, cse.c, dwarf2cfi.c,
7374 except.c, final.c, function.c, gcse-common.c, genemit.c,
7375 haifa-sched.c, ifcvt.c, jump.c, loop-invariant.c, loop-iv.c,
7376 lra-constraints.c, lra.c, reload1.c, resource.c, rtlanal.c,
7377 sched-deps.c, sched-ebb.c, sel-sched-ir.c, sel-sched.c,
7378 shrink-wrap.c, stmt.c, store-motion.c: Replace rtx base types with
7379 more derived ones.
7380
7381 2015-06-06 Mikhail Maltsev <maltsevm@gmail.com>
7382
7383 * combine.c (combine_split_insns): Remove cast.
7384 * config/bfin/bfin.c (hwloop_fail): Add cast in try_split call.
7385 * config/sh/sh.c (sh_try_split_insn_simple): Remove cast.
7386 * config/sh/sh_treg_combine.cc (sh_treg_combine::execute): Add cast.
7387 * emit-rtl.c (try_split): Promote type of trial argument to rtx_insn.
7388 * genemit.c (gen_split): Change return type of generated functions to
7389 rtx_insn.
7390 * genrecog.c (get_failure_return): Use NULL instead of NULL_RTX.
7391 (print_subroutine_start): Promote rtx to rtx_insn in gen_split_* and
7392 gen_peephole2_* functions.
7393 (print_subroutine, main): Likewise.
7394 * recog.c (peephole2_optimize): Remove cast.
7395 (peep2_next_insn): Promote return type to rtx_insn.
7396 * recog.h (peep2_next_insn): Fix prototype.
7397 * rtl.h (try_split, split_insns): Likewise.
7398
7399 2015-06-06 DJ Delorie <dj@redhat.com>
7400
7401 * config/msp430/msp430.c (msp430_asm_integer): Support addition
7402 and subtraction too.
7403
7404 2015-06-05 Kaz Kojima <kkojima@gcc.gnu.org>
7405
7406 PR target/66410
7407 * config/sh/constraints.md (Sid, Ssd): New memory constraints.
7408 * config/sh/sh.md (*mov<mode>): Use Sid and Ssd alternatives
7409 instead of Snd. Disparage Sid/z alternative with '^'.
7410
7411 2015-06-05 Aldy Hernandez <aldyh@redhat.com>
7412
7413 * dwarf2out.c: Remove deferred_locations*.
7414 (dwarf2_debug_hooks): Add early_finish hook.
7415 Remove global_decl hook.
7416 Add early_global_decl and late_global_decl hook.
7417 New global early_dwarf.
7418 New structure set_early_dwarf.
7419 (output_die): Indicate whether a DIE was generated early
7420 when generating assembly with -dA.
7421 (struct limbo_die_struct): Document created_for field.
7422 Remove file_table_last_lookup.
7423 (remove_AT): Return TRUE if successful.
7424 (remove_child_TAG): Clear die_parent.
7425 (reparent_child): New function abstracted from...
7426 (splice_child_die): ...here.
7427 (new_die): ICE if a DIE ends up in limbo too late.
7428 (check_die): New.
7429 (defer_location): Remove.
7430 (add_subscript_info): Reuse DW_TAG_subrange_type if available.
7431 (fill_variable_array_bounds): New.
7432 (decl_start_label): Call fill_variable_array_bounds.
7433 (gen_formal_parameter_die): Rewrite to reuse previously generated
7434 DIEs.
7435 (gen_subprogram_die): Same.
7436 (gen_variable_die): Same.
7437 (gen_const_die): Same.
7438 (gen_label_die): Same.
7439 (gen_lexical_block_die): Same.
7440 (decl_will_get_specification_p): New.
7441 (local_function_static): New.
7442 (gen_struct_or_union_type_die): Fill in variable-length fields.
7443 (gen_typedef_die): Fill in variable-length typedefs.
7444 (gen_tagged_type_die): Gracefully return on error_mark_node.
7445 Handle re-entrancy.
7446 (gen_type_die_with_usage): Handle variable-length types.
7447 Remove duplicate code for ARRAY_TYPE case.
7448 (process_scope_var): Only process imported modules during early
7449 dwarf.
7450 (dwarf2out_early_global_decl): New.
7451 (dwarf2out_late_global_decl): Rename from dwarf2out_global_decl.
7452 (dwarf2out_type_decl): Set early_dwarf while calling
7453 dwarf2out_decl.
7454 (dwarf2out_decl): Verify that we did not recreate a previously
7455 generated DIE.
7456 Do not return on DECL_EXTERNALs in VAR_DECLs.
7457 Abstract some code to local_function_static.
7458 (lookup_filename): Remove use of file_table_last_lookup.
7459 Gracefully exit on missing file_name.
7460 (dwarf2out_finish): Verify limbo list.
7461 Remove deferred_locations_list use.
7462 Move deferred_asm_name and limbo flushing to...
7463 (dwarf2out_early_finish): ...here. New.
7464 (dwarf2out_c_finalize): Remove set of deferred_location_list,
7465 deferred_asm_name, and file_table_last_lookup.
7466 * cgraph.h (referred_to_p): Add default argument.
7467 * cgraphunit.c (referred_to_p): Add and handle include_self
7468 argument.
7469 (analyze_functions): Add first_time argument.
7470 Call check_global_declaration for all symbols.
7471 Call late_global_decl for nodes for moribund nodes.
7472 (finalize_compilation_unit): Add new argument to
7473 analyze_functions.
7474 Call early_global_decl for functions.
7475 Call early_finish debug hook.
7476 * dbxout.c (dbxout_early_global_decl): New.
7477 (dbxout_late_global_decl): New. Adapted from dbxout_global_decl.
7478 (dbx_debug_hooks): Add new hooks.
7479 (xcoff_debug_hooks): Same.
7480 * debug.c (do_nothing_debug_hooks): Add early_finish field.
7481 Add early and late debug hooks.
7482 Remove global_decl hook.
7483 * debug.h (struct gcc_debug_hooks): Add early_finish,
7484 early_global_decl, and late_global_decl fields.
7485 Remove global_decl field.
7486 Document gcc_debug_hooks.
7487 * gengtype.c (output_typename): Remove.
7488 * godump.c (go_early_global_decl): New.
7489 (go_late_global_decl): New.
7490 (go_global_decl): Remove.
7491 (dump_go_spec_init): Remove global_decl. Add
7492 {early,late}_global_decl.
7493 * langhooks-def.h (LANG_HOOKS_WRITE_GLOBALS): Remove.
7494 (LANG_HOOKS_POST_COMPILATION_PARSING_CLEANUPS): New.
7495 * langhooks.c (lhd_warn_unused_global_decl): Adjust comment.
7496 (write_global_declarations): Remove.
7497 (global_decl_processing): New.
7498 * langhooks.h (struct lang_hooks_for_decls): Remove
7499 final_write_globals field.
7500 Add post_compilation_parsing_cleanups field.
7501 * passes.c (rest_of_decl_compilation): Call early_global_decl.
7502 * sdbout.c: Add early and late_global_decl hooks. Remove
7503 sdbout_global_decl hook.
7504 Add early_finish field for sdb_debug_hooks.
7505 (sdbout_global_decl): Remove.
7506 (sdbout_early_global_decl): New.
7507 (sdbout_late_global_decl): New.
7508 * timevar.def (TV_PHASE_LATE_PARSING_CLEANUPS): New.
7509 * toplev.c (check_global_declaration): Rename from
7510 check_global_declaration_1.
7511 Adapt to use symtab infrastructure.
7512 (check_global_declarations): Remove.
7513 (emit_debug_global_declarations): Remove.
7514 (compile_file): Remove call to final_write_globals langhook.
7515 Run the actual compilation process.
7516 Perform any post compilation parser cleanups.
7517 Generate late debug info.
7518 * toplev.h (check_global_declaration): New.
7519 (check_global_declaration_1): Remove.
7520 (check_global_declarations): Remove.
7521 (write_global_declarations): Remove.
7522 (emit_debug_global_declarations): Remove.
7523 (global_decl_processing): New.
7524 * tree-core.h (struct tree_block): Add DIE field.
7525 * tree.h (BLOCK_DIE): New.
7526 * vmsdbgout.c (vmsdbgout_global_decl): Remove function and its use
7527 throughout.
7528 (vmsdbgout_early_global_decl): New.
7529 (vmsdbgout_late_global_decl): New.
7530 Add early_finish debug hook field to vmsdbg_debug_hooks.
7531 Remove vmsdbgout_decl to vmsdbgout_function_decl.
7532 Add early and late_global_decl debug hooks.
7533
7534 2015-06-05 Julian Brown <julian@codesourcery.com>
7535 Sandra Loosemore <sandra@codesourcery.com>
7536
7537 * config/print-sysroot-suffix.sh: Handle MULTILIB_REUSE settings.
7538 * config/t-sysroot-suffix (sysroot-suffix.h): Pass MULTILIB_REUSE
7539 to print-sysroot-suffix.sh script.
7540
7541 2015-06-05 Tom de Vries <tom@codesourcery.com>
7542
7543 merge from gomp4 branch:
7544 2015-05-28 Tom de Vries <tom@codesourcery.com>
7545
7546 PR tree-optimization/65443
7547 * tree-parloops.c (replace_imm_uses, replace_uses_in_bb_by)
7548 (replace_uses_in_bbs_by, transform_to_exit_first_loop_alt)
7549 (try_transform_to_exit_first_loop_alt): New function.
7550 (transform_to_exit_first_loop): Use
7551 try_transform_to_exit_first_loop_alt.
7552
7553 2015-06-05 James Greenhalgh <james.greenhalgh@arm.com>
7554
7555 * builtins.c (expand_builtin_atomic_compare_exchange): Call
7556 emit_cmp_and_jump_insns with the mode of target.
7557
7558 2015-06-05 Venkataramanan Kumar <venkataramanan.kumar@amd.com>
7559
7560 * config/i386/sse.md (sse3_mwait): Swap the operand constriants.
7561
7562 2015-06-04 DJ Delorie <dj@redhat.com>
7563
7564 * config/msp430/msp430.md (movsi_s): New. Special case for
7565 storing a 20-bit symbol into a 32-bit register.
7566 * config/msp430/msp430.c (msp430_subreg): Add support for it.
7567 * config/msp430/predicates.md (msp430_symbol_operand): New.
7568
7569 2015-06-04 Sriraman Tallam <tmsriram@google.com>
7570
7571 * c-family/c-common.c (noplt): New attribute.
7572 (handle_noplt_attribute): New handler.
7573 * calls.c (prepare_call_address): Check for noplt
7574 attribute.
7575 * config/i386/i386.c (ix86_expand_call): Check
7576 for noplt attribute.
7577 (ix86_nopic_noplt_attribute_p): New function.
7578 (ix86_output_call_insn): Output indirect call for non-pic
7579 no plt calls.
7580 * doc/extend.texi (noplt): Document new attribute.
7581 * doc/invoke.texi: Document new attribute.
7582
7583 2015-06-04 Andrew MacLeod <amacleod@redhat.com>
7584
7585 * coretypes.h: Include machmode.h, signop.h, wide-int.h, double-int.h,
7586 real.h, and fixed-value.h when included in host source files.
7587 * double-int.h: Remove redundant #includes listed above.
7588 * fixed-value.h: Likewise.
7589 * real.h: Likewise.
7590 * wide-int.h: Likewise.
7591 * inchash.h: Likewise.
7592 * rtl.h: Add some include files When included from a generator file.
7593 * target.h: Remove wide-int.h and insn-modes.h from the include list.
7594 * internal-fn.h: Don't include coretypes.h.
7595 * alias.c: Adjust includes for restructured coretypes.h.
7596 * asan.c: Likewise.
7597 * attribs.c: Likewise.
7598 * auto-inc-dec.c: Likewise.
7599 * auto-profile.c: Likewise.
7600 * bb-reorder.c: Likewise.
7601 * bt-load.c: Likewise.
7602 * builtins.c: Likewise.
7603 * caller-save.c: Likewise.
7604 * calls.c: Likewise.
7605 * ccmp.c: Likewise.
7606 * cfg.c: Likewise.
7607 * cfganal.c: Likewise.
7608 * cfgbuild.c: Likewise.
7609 * cfgcleanup.c: Likewise.
7610 * cfgexpand.c: Likewise.
7611 * cfghooks.c: Likewise.
7612 * cfgloop.c: Likewise.
7613 * cfgloop.h: Likewise.
7614 * cfgloopanal.c: Likewise.
7615 * cfgloopmanip.c: Likewise.
7616 * cfgrtl.c: Likewise.
7617 * cgraph.c: Likewise.
7618 * cgraphbuild.c: Likewise.
7619 * cgraphclones.c: Likewise.
7620 * cgraphunit.c: Likewise.
7621 * cilk-common.c: Likewise.
7622 * combine-stack-adj.c: Likewise.
7623 * combine.c: Likewise.
7624 * compare-elim.c: Likewise.
7625 * convert.c: Likewise.
7626 * coverage.c: Likewise.
7627 * cppbuiltin.c: Likewise.
7628 * cprop.c: Likewise.
7629 * cse.c: Likewise.
7630 * cselib.c: Likewise.
7631 * data-streamer-in.c: Likewise.
7632 * data-streamer-out.c: Likewise.
7633 * data-streamer.c: Likewise.
7634 * dbxout.c: Likewise.
7635 * dce.c: Likewise.
7636 * ddg.c: Likewise.
7637 * debug.c: Likewise.
7638 * df-core.c: Likewise.
7639 * df-problems.c: Likewise.
7640 * df-scan.c: Likewise.
7641 * df.h: Likewise.
7642 * dfp.c: Likewise.
7643 * dojump.c: Likewise.
7644 * dominance.c: Likewise.
7645 * domwalk.c: Likewise.
7646 * double-int.c: Likewise.
7647 * dse.c: Likewise.
7648 * dumpfile.c: Likewise.
7649 * dwarf2asm.c: Likewise.
7650 * dwarf2cfi.c: Likewise.
7651 * dwarf2out.c: Likewise.
7652 * dwarf2out.h: Likewise.
7653 * emit-rtl.c: Likewise.
7654 * et-forest.c: Likewise.
7655 * except.c: Likewise.
7656 * explow.c: Likewise.
7657 * expmed.c: Likewise.
7658 * expr.c: Likewise.
7659 * final.c: Likewise.
7660 * fixed-value.c: Likewise.
7661 * fold-const.c: Likewise.
7662 * function.c: Likewise.
7663 * fwprop.c: Likewise.
7664 * gcc-plugin.h: Likewise.
7665 * gcse.c: Likewise.
7666 * generic-match-head.c: Likewise.
7667 * ggc-page.c: Likewise.
7668 * gimple-builder.c: Likewise.
7669 * gimple-expr.c: Likewise.
7670 * gimple-fold.c: Likewise.
7671 * gimple-iterator.c: Likewise.
7672 * gimple-low.c: Likewise.
7673 * gimple-match-head.c: Likewise.
7674 * gimple-pretty-print.c: Likewise.
7675 * gimple-ssa-isolate-paths.c: Likewise.
7676 * gimple-ssa-strength-reduction.c: Likewise.
7677 * gimple-streamer-in.c: Likewise.
7678 * gimple-streamer-out.c: Likewise.
7679 * gimple-streamer.h: Likewise.
7680 * gimple-walk.c: Likewise.
7681 * gimple.c: Likewise.
7682 * gimplify-me.c: Likewise.
7683 * gimplify.c: Likewise.
7684 * godump.c: Likewise.
7685 * graph.c: Likewise.
7686 * graphite-blocking.c: Likewise.
7687 * graphite-dependences.c: Likewise.
7688 * graphite-interchange.c: Likewise.
7689 * graphite-isl-ast-to-gimple.c: Likewise.
7690 * graphite-optimize-isl.c: Likewise.
7691 * graphite-poly.c: Likewise.
7692 * graphite-scop-detection.c: Likewise.
7693 * graphite-sese-to-poly.c: Likewise.
7694 * graphite.c: Likewise.
7695 * haifa-sched.c: Likewise.
7696 * hooks.h: Likewise.
7697 * hw-doloop.c: Likewise.
7698 * ifcvt.c: Likewise.
7699 * incpath.c: Likewise.
7700 * init-regs.c: Likewise.
7701 * internal-fn.c: Likewise.
7702 * ipa-chkp.c: Likewise.
7703 * ipa-comdats.c: Likewise.
7704 * ipa-cp.c: Likewise.
7705 * ipa-devirt.c: Likewise.
7706 * ipa-icf-gimple.c: Likewise.
7707 * ipa-icf.c: Likewise.
7708 * ipa-inline-analysis.c: Likewise.
7709 * ipa-inline-transform.c: Likewise.
7710 * ipa-inline.c: Likewise.
7711 * ipa-polymorphic-call.c: Likewise.
7712 * ipa-profile.c: Likewise.
7713 * ipa-prop.c: Likewise.
7714 * ipa-pure-const.c: Likewise.
7715 * ipa-ref.c: Likewise.
7716 * ipa-reference.c: Likewise.
7717 * ipa-split.c: Likewise.
7718 * ipa-utils.c: Likewise.
7719 * ipa-visibility.c: Likewise.
7720 * ipa.c: Likewise.
7721 * ira-build.c: Likewise.
7722 * ira-color.c: Likewise.
7723 * ira-conflicts.c: Likewise.
7724 * ira-costs.c: Likewise.
7725 * ira-emit.c: Likewise.
7726 * ira-lives.c: Likewise.
7727 * ira.c: Likewise.
7728 * jump.c: Likewise.
7729 * langhooks.c: Likewise.
7730 * lcm.c: Likewise.
7731 * loop-doloop.c: Likewise.
7732 * loop-init.c: Likewise.
7733 * loop-invariant.c: Likewise.
7734 * loop-iv.c: Likewise.
7735 * loop-unroll.c: Likewise.
7736 * lower-subreg.c: Likewise.
7737 * lra-assigns.c: Likewise.
7738 * lra-coalesce.c: Likewise.
7739 * lra-constraints.c: Likewise.
7740 * lra-eliminations.c: Likewise.
7741 * lra-lives.c: Likewise.
7742 * lra-remat.c: Likewise.
7743 * lra-spills.c: Likewise.
7744 * lra.c: Likewise.
7745 * lto-cgraph.c: Likewise.
7746 * lto-compress.c: Likewise.
7747 * lto-opts.c: Likewise.
7748 * lto-section-in.c: Likewise.
7749 * lto-section-out.c: Likewise.
7750 * lto-streamer-in.c: Likewise.
7751 * lto-streamer-out.c: Likewise.
7752 * lto-streamer.c: Likewise.
7753 * mcf.c: Likewise.
7754 * mode-switching.c: Likewise.
7755 * modulo-sched.c: Likewise.
7756 * omega.c: Likewise.
7757 * omp-low.c: Likewise.
7758 * optabs.c: Likewise.
7759 * opts-global.c: Likewise.
7760 * passes.c: Likewise.
7761 * plugin.c: Likewise.
7762 * postreload-gcse.c: Likewise.
7763 * postreload.c: Likewise.
7764 * predict.c: Likewise.
7765 * print-rtl.c: Likewise.
7766 * print-tree.c: Likewise.
7767 * profile.c: Likewise.
7768 * real.c: Likewise.
7769 * realmpfr.c: Likewise.
7770 * realmpfr.h: Likewise.
7771 * recog.c: Likewise.
7772 * ree.c: Likewise.
7773 * reg-stack.c: Likewise.
7774 * regcprop.c: Likewise.
7775 * reginfo.c: Likewise.
7776 * regrename.c: Likewise.
7777 * regs.h: Likewise.
7778 * regstat.c: Likewise.
7779 * reload.c: Likewise.
7780 * reload1.c: Likewise.
7781 * reorg.c: Likewise.
7782 * resource.c: Likewise.
7783 * rtl-chkp.c: Likewise.
7784 * rtlanal.c: Likewise.
7785 * rtlhooks.c: Likewise.
7786 * sanopt.c: Likewise.
7787 * sched-deps.c: Likewise.
7788 * sched-ebb.c: Likewise.
7789 * sched-rgn.c: Likewise.
7790 * sched-vis.c: Likewise.
7791 * sdbout.c: Likewise.
7792 * sel-sched-dump.c: Likewise.
7793 * sel-sched-ir.c: Likewise.
7794 * sel-sched.c: Likewise.
7795 * sese.c: Likewise.
7796 * shrink-wrap.c: Likewise.
7797 * shrink-wrap.h: Likewise.
7798 * simplify-rtx.c: Likewise.
7799 * stack-ptr-mod.c: Likewise.
7800 * statistics.c: Likewise.
7801 * stmt.c: Likewise.
7802 * stor-layout.c: Likewise.
7803 * store-motion.c: Likewise.
7804 * stringpool.c: Likewise.
7805 * symtab.c: Likewise.
7806 * target-globals.c: Likewise.
7807 * targhooks.c: Likewise.
7808 * toplev.c: Likewise.
7809 * tracer.c: Likewise.
7810 * trans-mem.c: Likewise.
7811 * tree-affine.c: Likewise.
7812 * tree-affine.h: Likewise.
7813 * tree-browser.c: Likewise.
7814 * tree-call-cdce.c: Likewise.
7815 * tree-cfg.c: Likewise.
7816 * tree-cfgcleanup.c: Likewise.
7817 * tree-chkp-opt.c: Likewise.
7818 * tree-chkp.c: Likewise.
7819 * tree-chrec.c: Likewise.
7820 * tree-complex.c: Likewise.
7821 * tree-data-ref.c: Likewise.
7822 * tree-dfa.c: Likewise.
7823 * tree-diagnostic.c: Likewise.
7824 * tree-dump.c: Likewise.
7825 * tree-eh.c: Likewise.
7826 * tree-emutls.c: Likewise.
7827 * tree-if-conv.c: Likewise.
7828 * tree-inline.c: Likewise.
7829 * tree-into-ssa.c: Likewise.
7830 * tree-iterator.c: Likewise.
7831 * tree-loop-distribution.c: Likewise.
7832 * tree-nested.c: Likewise.
7833 * tree-nrv.c: Likewise.
7834 * tree-object-size.c: Likewise.
7835 * tree-outof-ssa.c: Likewise.
7836 * tree-parloops.c: Likewise.
7837 * tree-phinodes.c: Likewise.
7838 * tree-predcom.c: Likewise.
7839 * tree-pretty-print.c: Likewise.
7840 * tree-pretty-print.h: Likewise.
7841 * tree-profile.c: Likewise.
7842 * tree-scalar-evolution.c: Likewise.
7843 * tree-sra.c: Likewise.
7844 * tree-ssa-address.c: Likewise.
7845 * tree-ssa-alias.c: Likewise.
7846 * tree-ssa-ccp.c: Likewise.
7847 * tree-ssa-coalesce.c: Likewise.
7848 * tree-ssa-copy.c: Likewise.
7849 * tree-ssa-copyrename.c: Likewise.
7850 * tree-ssa-dce.c: Likewise.
7851 * tree-ssa-dom.c: Likewise.
7852 * tree-ssa-dse.c: Likewise.
7853 * tree-ssa-forwprop.c: Likewise.
7854 * tree-ssa-ifcombine.c: Likewise.
7855 * tree-ssa-live.c: Likewise.
7856 * tree-ssa-loop-ch.c: Likewise.
7857 * tree-ssa-loop-im.c: Likewise.
7858 * tree-ssa-loop-ivcanon.c: Likewise.
7859 * tree-ssa-loop-ivopts.c: Likewise.
7860 * tree-ssa-loop-manip.c: Likewise.
7861 * tree-ssa-loop-niter.c: Likewise.
7862 * tree-ssa-loop-prefetch.c: Likewise.
7863 * tree-ssa-loop-unswitch.c: Likewise.
7864 * tree-ssa-loop.c: Likewise.
7865 * tree-ssa-loop.h: Likewise.
7866 * tree-ssa-math-opts.c: Likewise.
7867 * tree-ssa-operands.c: Likewise.
7868 * tree-ssa-phiopt.c: Likewise.
7869 * tree-ssa-phiprop.c: Likewise.
7870 * tree-ssa-pre.c: Likewise.
7871 * tree-ssa-propagate.c: Likewise.
7872 * tree-ssa-reassoc.c: Likewise.
7873 * tree-ssa-sccvn.c: Likewise.
7874 * tree-ssa-scopedtables.c: Likewise.
7875 * tree-ssa-sink.c: Likewise.
7876 * tree-ssa-strlen.c: Likewise.
7877 * tree-ssa-structalias.c: Likewise.
7878 * tree-ssa-tail-merge.c: Likewise.
7879 * tree-ssa-ter.c: Likewise.
7880 * tree-ssa-threadedge.c: Likewise.
7881 * tree-ssa-threadupdate.c: Likewise.
7882 * tree-ssa-uncprop.c: Likewise.
7883 * tree-ssa-uninit.c: Likewise.
7884 * tree-ssa.c: Likewise.
7885 * tree-ssanames.c: Likewise.
7886 * tree-stdarg.c: Likewise.
7887 * tree-streamer-in.c: Likewise.
7888 * tree-streamer-out.c: Likewise.
7889 * tree-streamer.c: Likewise.
7890 * tree-switch-conversion.c: Likewise.
7891 * tree-tailcall.c: Likewise.
7892 * tree-vect-data-refs.c: Likewise.
7893 * tree-vect-generic.c: Likewise.
7894 * tree-vect-loop-manip.c: Likewise.
7895 * tree-vect-loop.c: Likewise.
7896 * tree-vect-patterns.c: Likewise.
7897 * tree-vect-slp.c: Likewise.
7898 * tree-vect-stmts.c: Likewise.
7899 * tree-vectorizer.c: Likewise.
7900 * tree-vrp.c: Likewise.
7901 * tree.c: Likewise.
7902 * tsan.c: Likewise.
7903 * ubsan.c: Likewise.
7904 * valtrack.c: Likewise.
7905 * value-prof.c: Likewise.
7906 * var-tracking.c: Likewise.
7907 * varasm.c: Likewise.
7908 * varpool.c: Likewise.
7909 * vmsdbgout.c: Likewise.
7910 * vtable-verify.c: Likewise.
7911 * web.c: Likewise.
7912 * wide-int-print.cc: Likewise.
7913 * wide-int-print.h: Likewise.
7914 * wide-int.cc: Likewise.
7915 * xcoffout.c: Likewise.
7916 * config/aarch64/aarch64-builtins.c: Likewise.
7917 * config/aarch64/aarch64.c: Likewise.
7918 * config/aarch64/cortex-a57-fma-steering.c: Likewise.
7919 * config/alpha/alpha.c: Likewise.
7920 * config/arc/arc.c: Likewise.
7921 * config/arm/aarch-common.c: Likewise.
7922 * config/arm/arm-builtins.c: Likewise.
7923 * config/arm/arm-c.c: Likewise.
7924 * config/arm/arm.c: Likewise.
7925 * config/avr/avr-c.c: Likewise.
7926 * config/avr/avr-log.c: Likewise.
7927 * config/avr/avr.c: Likewise.
7928 * config/bfin/bfin.c: Likewise.
7929 * config/c6x/c6x.c: Likewise.
7930 * config/cr16/cr16.c: Likewise.
7931 * config/cris/cris.c: Likewise.
7932 * config/darwin-c.c: Likewise.
7933 * config/darwin.c: Likewise.
7934 * config/default-c.c: Likewise.
7935 * config/epiphany/epiphany.c: Likewise.
7936 * config/epiphany/mode-switch-use.c: Likewise.
7937 * config/epiphany/resolve-sw-modes.c: Likewise.
7938 * config/fr30/fr30.c: Likewise.
7939 * config/frv/frv.c: Likewise.
7940 * config/ft32/ft32.c: Likewise.
7941 * config/glibc-c.c: Likewise.
7942 * config/h8300/h8300.c: Likewise.
7943 * config/i386/i386-c.c: Likewise.
7944 * config/i386/i386.c: Likewise.
7945 * config/i386/msformat-c.c: Likewise.
7946 * config/i386/winnt-cxx.c: Likewise.
7947 * config/i386/winnt-stubs.c: Likewise.
7948 * config/i386/winnt.c: Likewise.
7949 * config/ia64/ia64-c.c: Likewise.
7950 * config/ia64/ia64.c: Likewise.
7951 * config/iq2000/iq2000.c: Likewise.
7952 * config/lm32/lm32.c: Likewise.
7953 * config/m32c/m32c-pragma.c: Likewise.
7954 * config/m32c/m32c.c: Likewise.
7955 * config/m32r/m32r.c: Likewise.
7956 * config/m68k/m68k.c: Likewise.
7957 * config/mcore/mcore.c: Likewise.
7958 * config/mep/mep-pragma.c: Likewise.
7959 * config/mep/mep.c: Likewise.
7960 * config/microblaze/microblaze-c.c: Likewise.
7961 * config/microblaze/microblaze.c: Likewise.
7962 * config/mips/mips.c: Likewise.
7963 * config/mmix/mmix.c: Likewise.
7964 * config/mn10300/mn10300.c: Likewise.
7965 * config/moxie/moxie.c: Likewise.
7966 * config/msp430/msp430-c.c: Likewise.
7967 * config/msp430/msp430.c: Likewise.
7968 * config/nds32/nds32-cost.c: Likewise.
7969 * config/nds32/nds32-fp-as-gp.c: Likewise.
7970 * config/nds32/nds32-intrinsic.c: Likewise.
7971 * config/nds32/nds32-isr.c: Likewise.
7972 * config/nds32/nds32-md-auxiliary.c: Likewise.
7973 * config/nds32/nds32-memory-manipulation.c: Likewise.
7974 * config/nds32/nds32-pipelines-auxiliary.c: Likewise.
7975 * config/nds32/nds32-predicates.c: Likewise.
7976 * config/nds32/nds32.c: Likewise.
7977 * config/nios2/nios2.c: Likewise.
7978 * config/nvptx/nvptx.c: Likewise.
7979 * config/pa/pa.c: Likewise.
7980 * config/pdp11/pdp11.c: Likewise.
7981 * config/rl78/rl78-c.c: Likewise.
7982 * config/rl78/rl78.c: Likewise.
7983 * config/rs6000/rs6000-c.c: Likewise.
7984 * config/rs6000/rs6000.c: Likewise.
7985 * config/rx/rx.c: Likewise.
7986 * config/s390/s390-c.c: Likewise.
7987 * config/s390/s390.c: Likewise.
7988 * config/sh/sh-c.c: Likewise.
7989 * config/sh/sh-mem.cc: Likewise.
7990 * config/sh/sh.c: Likewise.
7991 * config/sh/sh_optimize_sett_clrt.cc: Likewise.
7992 * config/sh/sh_treg_combine.cc: Likewise.
7993 * config/sol2-c.c: Likewise.
7994 * config/sol2-cxx.c: Likewise.
7995 * config/sol2-stubs.c: Likewise.
7996 * config/sol2.c: Likewise.
7997 * config/sparc/sparc-c.c: Likewise.
7998 * config/sparc/sparc.c: Likewise.
7999 * config/spu/spu-c.c: Likewise.
8000 * config/spu/spu.c: Likewise.
8001 * config/stormy16/stormy16.c: Likewise.
8002 * config/tilegx/mul-tables.c: Likewise.
8003 * config/tilegx/tilegx-c.c: Likewise.
8004 * config/tilegx/tilegx.c: Likewise.
8005 * config/tilepro/mul-tables.c: Likewise.
8006 * config/tilepro/tilepro-c.c: Likewise.
8007 * config/tilepro/tilepro.c: Likewise.
8008 * config/v850/v850-c.c: Likewise.
8009 * config/v850/v850.c: Likewise.
8010 * config/vax/vax.c: Likewise.
8011 * config/visium/visium.c: Likewise.
8012 * config/vms/vms-c.c: Likewise.
8013 * config/vms/vms.c: Likewise.
8014 * config/vxworks.c: Likewise.
8015 * config/winnt-c.c: Likewise.
8016 * config/xtensa/xtensa.c: Likewise.
8017 * common/config/bfin/bfin-common.c: Likewise.
8018
8019 2015-06-04 Jan Hubicka <hubicka@ucw.cz>
8020
8021 * tree.h (tree_code_for_canonical_type_merging): New function.
8022 * tree.c (gimple_canonical_types_compatible_p): Use
8023 tree_code_for_canonical_type_merging..
8024
8025 2015-06-04 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
8026
8027 PR c++/66192
8028 PR target/66200
8029 * doc/tm.texi: Regenerate.
8030 * doc/tm.texi.in (TARGET_RELAXED_ORDERING): Delete.
8031 * target.def (TARGET_RELAXED_ORDERING): Likewise.
8032 * config/alpha/alpha.c (TARGET_RELAXED_ORDERING): Likewise.
8033 * config/ia64/ia64.c (TARGET_RELAXED_ORDERING): Likewise.
8034 * config/rs6000/rs6000.c (TARGET_RELAXED_ORDERING): Likewise.
8035 * config/sparc/linux.h (SPARC_RELAXED_ORDERING): Likewise.
8036 * config/sparc/linux64.h (SPARC_RELAXED_ORDERING): Likewise.
8037 * config/sparc/sparc.c (TARGET_RELAXED_ORDERING): Likewise.
8038 * config/sparc/sparc.h (SPARC_RELAXED_ORDERING): Likewise.
8039
8040 2015-06-04 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
8041
8042 * config/aarch64/aarch64.c (aarch64_override_options): Unconditionally
8043 register fma steering pass.
8044 * config/aarch64/cortex-a57-fma-steering.c (gate): Add gating on
8045 AARCH64_TUNE_FMA_STEERING.
8046
8047 2015-06-03 Jan Hubicka <hubicka@ucw.cz>
8048
8049 * tree.c (verify_type_variant): Verify that type and variant is
8050 compatible.
8051 (gimple_canonical_types_compatible_p): Look for main variants.
8052
8053 2015-06-03 Michael Meissner <meissner@linux.vnet.ibm.com>
8054
8055 * config.gcc (powerpc*-*-*): Add support for a new configure
8056 option --with-advance-toolchain=<xxx> which overrides using the
8057 default header files, libraries and dynamic linker.
8058
8059 * config/rs6000/linux64.h (SUBSUBTARGET_EXTRA_SPECS): Add new
8060 specs to support the configure --with-advance-toolchain=<xxx>
8061 option.
8062 (INCLUDE_EXTRA_SPEC): Likewise.
8063 (LINK_OS_EXTRA_SPEC32): Likewise.
8064 (LINK_OK_EXTRA_SPEC64): Likewise.
8065 (LINK_OS_NEW_DTAGS_SPEC): Likewise.
8066 (DYNAMIC_LINKER_PREFIX): Likewise.
8067 (CPP_OS_DEFAULT_SPEC): Use the new specs for providing advance
8068 toolchain support.
8069 (GLIBC_DYNAMIC_LINKER32): Likewise.
8070 (GLIBC_DYNAMIC_LINKER64): Likewise.
8071 (LINK_OS_LINUX_SPEC32): Likewise.
8072 (LINK_OS_LINUX_SPEC64): Likewise.
8073
8074 * doc/install.texi (--enable-advance-toolchain=<xx>): Document new
8075 configuration option.
8076
8077 2015-06-03 Uros Bizjak <ubizjak@gmail.com>
8078
8079 PR target/66275
8080 * config/i386/i386.c (ix86_function_arg_regno): Use ix86_cfun_abi
8081 to determine current function ABI.
8082 (ix86_function_value_regno_p): Ditto.
8083
8084 2015-06-03 Martin Liska <mliska@suse.cz>
8085
8086 * alloc-pool.h (struct pool_usage): Correct GNU coding style.
8087 * bitmap.h (struct bitmap_usage): Likewise.
8088 * ggc-common.c (struct ggc_usage): Likewise.
8089 * mem-stats.h (struct mem_location): Likewise.
8090 (struct mem_usage): Likewise.
8091 * vec.c (struct vec_usage): Likewise.
8092
8093 2015-06-03 Benigno B. Junior <bbj@gentoo.org>
8094
8095 * config/netbsd-elf.h (NETBSD_LINK_SPEC_ELF): Turn -symbolic into
8096 -Bsymbolic.
8097
8098 2015-06-02 Andres Tiraboschi <andres.tiraboschi@tallertechnologies.com>
8099
8100 * doc/plugins.texi (enum plugin_event): New event.
8101 * plugin.c (register_callback): Handle PLUGIN_START_PARSE_FUNCTION
8102 and PLUGIN_FINISH_FUNCTION.
8103 * plugin.def (PLUGIN_START_PARSE_FUNCTION): Add plugin event
8104 (PLUGIN_FINISH_PARSE_FUNCTION): Likewise.
8105
8106 2015-06-03 Richard Biener <rguenther@suse.de>
8107
8108 * tree-vect-data-refs.c (vect_analyze_group_access): Properly
8109 compute GROUP_GAP for the first element.
8110 * tree-vect-slp.c (vect_build_slp_tree_1): Remove restriction
8111 on in-group gaps.
8112
8113 2015-06-03 Nick Clifton <nickc@redhat.com>
8114
8115 * config/rl78/rl78-real.md: Add peepholes to avoid a register
8116 copy when calling a function.
8117 * config/rl78/rl78.c (need_to_save): Do not push the frame
8118 pointer in an interrupt handler prologue if it is never used.
8119
8120 2015-06-03 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
8121
8122 * ifcvt (end_ifcvt_sequence): Fix typo in comment above.
8123
8124 2015-06-03 Ilya Enkovich <ilya.enkovich@intel.com>
8125
8126 * ipa-chkp.c (chkp_maybe_create_clone): Create alias
8127 reference when cloning alias node.
8128
8129 2015-06-03 Martin Liska <mliska@suse.cz>
8130
8131 * alloc-pool.h (struct pool_usage): Correct space padding.
8132 * ggc-page.c (ggc_print_statistics): Align columns in a report.
8133 * mem-stats.h (struct mem_usage): Add argument to print_dash_line.
8134 * tree.c (dump_tree_statistics): Align columns in a report.
8135
8136 2015-06-03 Martin Liska <mliska@suse.cz>
8137
8138 * alloc-pool.c (allocate_pool_descriptor): Remove.
8139 (struct pool_output_info): Likewise.
8140 (print_alloc_pool_statistics): Likewise.
8141 (dump_alloc_pool_statistics): Likewise.
8142 * alloc-pool.h (struct pool_usage): New struct.
8143 (pool_allocator::initialize): Change usage of memory statistics
8144 to a new interface.
8145 (pool_allocator::release): Likewise.
8146 (pool_allocator::allocate): Likewise.
8147 (pool_allocator::remove): Likewise.
8148 * mem-stats-traits.h (enum mem_alloc_origin): Add new enum value
8149 for a pool allocator.
8150 * mem-stats.h (struct mem_location): Add new ctor.
8151 (struct mem_usage): Add counter for number of
8152 instances.
8153 (mem_alloc_description::register_descriptor): New overload of
8154 * mem-stats.h (mem_location::to_string): New function.
8155 * bitmap.h (struct bitmap_usage): Use this new function.
8156 * ggc-common.c (struct ggc_usage): Likewise.
8157 the function.
8158
8159 2015-06-03 Richard Sandiford <richard.sandiford@arm.com>
8160
8161 * defaults.h (SWITCHABLE_TARGET, TARGET_SUPPORTS_WIDE_INT): Move out
8162 of GCC_INSN_FLAGS_H block.
8163
8164 2015-06-03 Andrew Bennett <andrew.bennett@imgtec.com>
8165
8166 * explow.c (plus_constant): Update check after force_const_mem call
8167 to see if the value returned is not a NULL_RTX.
8168
8169 2015-06-03 Ilya Enkovich <ilya.enkovich@intel.com>
8170
8171 * ipa.c (symbol_table::remove_unreachable_nodes): Don't
8172 remove instumentation thunks calling reachable functions.
8173 * lto-cgraph.c (output_refs): Always output IPA_REF_CHKP.
8174 * lto/lto-partition.c (privatize_symbol_name_1): New.
8175 (privatize_symbol_name): Privatize both decl and orig_decl
8176 names for instrumented functions.
8177 * cgraph.c (cgraph_node::verify_node): Add transparent
8178 alias chain check for instrumented node.
8179
8180 2015-06-03 Marek Polacek <polacek@redhat.com>
8181
8182 PR c/64223
8183 PR c/29358
8184 * tree.c (attribute_value_equal): Handle attribute format.
8185 (cmp_attrib_identifiers): Factor out of lookup_ident_attribute.
8186
8187 2015-06-03 Richard Biener <rguenther@suse.de>
8188
8189 PR tree-optimization/63916
8190 * tree-ssa-sccvn.c (vn_reference_maybe_forwprop_address):
8191 Forward-propagate non-invariant addresses by splicing their
8192 reference ops if the result isn't going to be used by PRE.
8193 (vn_reference_lookup_3): Remove pointless assert.
8194
8195 2015-06-03 Richard Biener <rguenther@suse.de>
8196
8197 PR tree-optimization/66375
8198 * tree-scalar-evolution.c (follow_ssa_edge_binary): First
8199 add to the evolution before following SSA edges.
8200
8201 2015-06-03 Bin Cheng <bin.cheng@arm.com>
8202
8203 * tree-ssa-loop-ivopts.c (dump_iv): New parameter.
8204 (dump_use, dump_cand, find_induction_variables): Pass new argument
8205 to dump_iv.
8206 (record_use): Preserve the ssa name information in IV.
8207
8208 2015-06-03 Richard Sandiford <richard.sandiford@arm.com>
8209
8210 * genpreds.c (mark_mode_tests): Mark all MATCH_CODEs as
8211 NO_MODE_TEST.
8212 (add_mode_tests): Don't add mode tests if the predicate only
8213 accepts scalar constant integers. Otherwise, allow the mode
8214 of "op" to be VOIDmode if the predicate does accept such integers.
8215
8216 2015-06-02 Jim Wilson <jim.wilson@linaro.org>
8217
8218 PR target/66258
8219 * config/aarch64/aarch64.c (aarch64_function_value_regno_p): Change
8220 !TARGET_GENERAL_REGS_ONLY to TARGET_FLOAT.
8221 (aarch64_secondary_reload): Likewise
8222 (aarch64_expand_builtin_va_start): Change TARGET_GENERAL_REGS_ONLY
8223 to !TARGET_FLOAT.
8224 (aarch64_gimplify_va_arg_expr, aarch64_setup_incoming_varargs):
8225 Likewise.
8226
8227 2015-06-03 Kugan Vivekanandarajah <kuganv@linaro.org>
8228 Zhenqiang Chen <zhenqiang.chen@linaro.org>
8229
8230 PR target/65768
8231 * cprop.c (try_replace_reg): Check cost of constants before propagating.
8232
8233 2015-06-02 Michael Meissner <meissner@linux.vnet.ibm.com>
8234
8235 * config/rs6000/rs6000-modes.def (IFmode): Define IFmode to
8236 provide access to the IBM extended double floating point mode if
8237 long double is IEEE 128-bit floating point.
8238 (KFmode): Define KFmode to provide access to IEEE 128-bit floating
8239 point if long double is the IBM extended double type.
8240
8241 * config/rs6000/rs6000.opt (-mfloat128-none): New switches to
8242 enable adding IEEE 128-bit floating point support.
8243 (-mfloat128-software): Likewise.
8244 (-mfloat128-sw): Likewise.
8245
8246 * config/rs6000/rs6000.c (rs6000_hard_regno_mode_ok): Do not allow
8247 128-bit floating point types to occupy any register if
8248 -mlong-double-64. Do not allow use of IFmode/KFmode unless
8249 -mfloat128-software is enabled.
8250 (rs6000_debug_reg_global): Add IEEE 128-bit floating point debug
8251 support.
8252 (rs6000_option_override_internal): Add -mfloat128-* support.
8253 (rs6000_init_builtins): Setup __ibm128 and __float128 type modes.
8254
8255 * config/rs6000/rs6000.h (rs6000_builtin_type_index): Add ibm128
8256 and float128 type nodes.
8257 (ieee128_float_type_node): Likewise.
8258 (ibm128_float_type_node): Likewise.
8259
8260 2015-06-02 Szabolcs Nagy <szabolcs.nagy@arm.com>
8261
8262 PR target/66136
8263 * config/aarch64/geniterators.sh: Rewrite in awk.
8264
8265 2015-06-02 Martin Liska <mliska@suse.cz>
8266
8267 * alloc-pool.h (pool_allocator::pool_allocator): Set implicit
8268 values to avoid -Wmaybe-uninitialized errors.
8269
8270 2015-06-02 Richard Biener <rguenther@suse.de>
8271
8272 PR debug/65549
8273 * dwarf2out.c (lookup_context_die): New function.
8274 (resolve_addr): Avoid forcing a full DIE for the
8275 target of a DW_TAG_GNU_call_site during late compilation.
8276 Instead create a stub DIE without a type if we have a
8277 context DIE present.
8278
8279 2015-06-02 Uros Bizjak <ubizjak@gmail.com>
8280
8281 * df-scan.c (df_scan_start_dump): Add space between regno and regname.
8282
8283 2015-06-02 Bin Cheng <bin.cheng@arm.com>
8284
8285 PR tree-optimization/48052
8286 * cfgloop.h (struct control_iv): New.
8287 (struct loop): New field control_ivs.
8288 * tree-ssa-loop-niter.c : Include "stor-layout.h".
8289 (number_of_iterations_lt): Set no_overflow information.
8290 (number_of_iterations_exit): Init control iv in niter struct.
8291 (record_control_iv): New.
8292 (estimate_numbers_of_iterations_loop): Call record_control_iv.
8293 (loop_exits_before_overflow): New. Interface factored out of
8294 scev_probably_wraps_p.
8295 (scev_probably_wraps_p): Factor loop niter related code into
8296 loop_exits_before_overflow.
8297 (free_numbers_of_iterations_estimates_loop): Free control ivs.
8298 * tree-ssa-loop-niter.h (free_loop_control_ivs): New.
8299
8300 2015-06-02 Eric Botcazou <ebotcazou@adacore.com>
8301
8302 * gimplify.c (gimplify_modify_expr): Do not create a DECL_DEBUG_EXPR if
8303 the target doesn't belong to the current function.
8304
8305 2015-06-02 Marek Polacek <polacek@redhat.com>
8306
8307 PR middle-end/66345
8308 * gimple-fold.c (gimple_fold_builtin_snprintf): Return false if
8309 get_maxval_strlen does not produce an INTEGER_CST.
8310
8311 2015-06-02 Richard Sandiford <richard.sandiford@arm.com>
8312
8313 * config/arc/constraints.md: Use lower-case names in match_code.
8314 * config/mmix/constraints.md: Likewise.
8315
8316 2015-06-02 Richard Biener <rguenther@suse.de>
8317
8318 PR tree-optimization/65961
8319 * tree-vect-slp.c (vect_get_and_check_slp_defs): Remove bogus
8320 check and clarify dump message.
8321 (vect_build_slp_tree): If all children are built up from scalars
8322 build up the parent from scalars instead.
8323 * tree-vect-stmts.c (vect_is_simple_use): Cleanup.
8324
8325 2015-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
8326
8327 PR other/65366
8328 * gdbhooks.py: Use int(...) instead of long(...). Use print(...)
8329 instead of print ... .
8330
8331 2015-06-02 Alan Modra <amodra@gmail.com>
8332
8333 * config/rs6000/vsx.md (vsx_extract_v4sf): Revert accidental
8334 2014-08-11 change.
8335
8336 2015-06-02 Bin Cheng <bin.cheng@arm.com>
8337
8338 PR tree-optimization/52563
8339 PR tree-optimization/62173
8340 * tree-ssa-loop-ivopts.c (struct iv): New field. Reorder fields.
8341 (alloc_iv, set_iv): New parameter.
8342 (determine_biv_step): Delete.
8343 (find_bivs): Inline original determine_biv_step. Pass new
8344 argument to set_iv.
8345 (idx_find_step): Use no_overflow information for conversion.
8346 * tree-scalar-evolution.c (analyze_scalar_evolution_in_loop): Let
8347 resolve_mixers handle folded_casts.
8348 (instantiate_scev_name): Change bool parameter to bool pointer.
8349 (instantiate_scev_poly, instantiate_scev_binary): Ditto.
8350 (instantiate_array_ref, instantiate_scev_not): Ditto.
8351 (instantiate_scev_3, instantiate_scev_2): Ditto.
8352 (instantiate_scev_1, instantiate_scev_r): Ditto.
8353 (instantiate_scev_convert, ): Change parameter. Pass argument
8354 to chrec_convert_aggressive.
8355 (instantiate_scev): Change argument.
8356 (resolve_mixers): New parameter and set it.
8357 (scev_const_prop): New argument.
8358 * tree-scalar-evolution.h (resolve_mixers): New parameter.
8359 * tree-chrec.c (convert_affine_scev): Call chrec_convert instead
8360 of chrec_conert_1.
8361 (chrec_convert): New parameter. Move definition below.
8362 (chrec_convert_aggressive): New parameter and set it. Call
8363 convert_affine_scev.
8364 * tree-chrec.h (chrec_convert): New parameter.
8365 (chrec_convert_aggressive): Ditto.
8366
8367 2015-06-01 Eric Botcazou <ebotcazou@adacore.com>
8368
8369 * gimplify.c (gimplify_modify_expr_rhs): Use simple test on the size.
8370 * cgraph.c (cgraph_redirect_edge_call_stmt_to_callee): Do not remove
8371 the LHS of a no-return call if its type has variable size.
8372 * tree-cfgcleanup.c (fixup_noreturn_call): Likewise.
8373 * tree-cfg.c (verify_gimple_call): Accept these no-return calls.
8374
8375 2015-06-01 Andreas Tobler <andreast@gcc.gnu.org>
8376
8377 * read-rtl.c: Adapt to use HAVE_DECL_ATOLL instead of HAVE_ATOLL.
8378 * config.in: Regenerate.
8379
8380 2015-06-01 Yuri Rumyantsev <ysrumyan@gmail.com>
8381
8382 * tree-vect-data-refs.c (vect_analyze_data_ref_access): Allow
8383 consecutive accesses within outer-loop with force_vectorize
8384 for references with zero step in inner-loop.
8385
8386 2015-06-01 Vidya Praveen <vidyapraveen@arm.com>
8387
8388 * Makefile.in: Pick up gcov-dump dependencies from gcc/ directory
8389 rather than from gcc/build directory.
8390
8391 2015-06-01 Matthew Wahab <matthew.wahab@arm.com>
8392
8393 PR target/65697
8394 * config/aarch64/aarch64.c (aarch64_split_compare_and_swap): Check
8395 for __sync memory models, emit initial loads and final barriers as
8396 appropriate.
8397
8398 2015-06-01 Matthew Wahab <matthew.wahab@arm.com>
8399
8400 PR target/65697
8401 * config/aarch64/aarch64.c (aarch64_emit_post_barrier):New.
8402 (aarch64_split_atomic_op): Check for __sync memory models, emit
8403 appropriate initial loads and final barriers.
8404
8405 2015-06-01 Vidya Praveen <vidyapraveen@arm.com>
8406
8407 * Makefile.in: Fix gcov dependencies that should
8408 not point to a build folder.
8409
8410 2015-06-01 Richard Biener <rguenther@suse.de>
8411
8412 Revert
8413 2015-05-29 Richard Biener <rguenther@suse.de>
8414
8415 PR tree-optimization/66314
8416 * tree-ssa-threadupdate.c (create_block_for_threading): Add
8417 parameter that says which loop the new block belongs to.
8418 (ssa_create_duplicates): Blocks duplicated for the threaded
8419 path belong to the loop of the thread destination.
8420
8421 2015-06-01 Martin Liska <mliska@suse.cz>
8422
8423 * sched-deps.c: Include pool-alloc.h before
8424 cselib.h header file is included.
8425
8426 2015-06-01 Richard Biener <rguenther@suse.de>
8427
8428 * tree-ssa-structalias.c (ipa_pta_execute): Handle address-taken
8429 functions.
8430
8431 2015-06-01 Martin Liska <mliska@suse.cz>
8432
8433 * alloc-pool.h: Add ATTRIBUTE_UNUSED for
8434 a function local variable.
8435
8436 2015-06-01 Martin Liska <mliska@suse.cz>
8437
8438 * alloc-pool.c (create_alloc_pool): Remove.
8439 (empty_alloc_pool): Likewise.
8440 (free_alloc_pool): Likewise.
8441 (free_alloc_pool_if_empty): Likewise.
8442 (pool_alloc): Likewise.
8443 (pool_free): Likewise.
8444 * alloc-pool.h: Remove old declarations.
8445
8446 2015-06-01 Martin Liska <mliska@suse.cz>
8447
8448 * ira-build.c (initiate_allocnos): Use new type-based pool allocator.
8449 (ira_create_object): Likewise.
8450 (ira_create_allocno): Likewise.
8451 (ira_create_live_range): Likewise.
8452 (copy_live_range): Likewise.
8453 (ira_finish_live_range): Likewise.
8454 (ira_free_allocno_costs): Likewise.
8455 (finish_allocno): Likewise.
8456 (finish_allocnos): Likewise.
8457 (initiate_prefs): Likewise.
8458 (ira_create_pref): Likewise.
8459 (finish_pref): Likewise.
8460 (finish_prefs): Likewise.
8461 (initiate_copies): Likewise.
8462 (ira_create_copy): Likewise.
8463 (finish_copy): Likewise.
8464 (finish_copies): Likewise.
8465 (finish_prefs): Likewise.
8466
8467 2015-06-01 Martin Liska <mliska@suse.cz>
8468
8469 * ipa-cp.c (ipcp_value::add_source): Use new type-based pool allocator.
8470 (allocate_and_init_ipcp_value): Likewise.
8471 (ipcp_lattice::add_value): Likewise.
8472 (merge_agg_lats_step): Likewise.
8473 (ipcp_driver): Likewise.
8474 * ipa-prop.c (ipa_free_all_structures_after_ipa_cp): Likewise.
8475 (ipa_free_all_structures_after_iinln): Likewise.
8476 * ipa-prop.h: Likewise.
8477
8478 2015-06-01 Martin Liska <mliska@suse.cz>
8479
8480 * ipa-inline-analysis.c (edge_set_predicate): Use new type-based
8481 pool allocator.
8482 (set_hint_predicate): Likewise.
8483 (inline_summary_alloc): Likewise.
8484 (reset_inline_edge_summary): Likewise.
8485 (reset_inline_summary): Likewise.
8486 (set_cond_stmt_execution_predicate): Likewise.
8487 (set_switch_stmt_execution_predicate): Likewise.
8488 (compute_bb_predicates): Likewise.
8489 (estimate_function_body_sizes): Likewise.
8490 (inline_free_summary): Likewise.
8491
8492 2015-06-01 Martin Liska <mliska@suse.cz>
8493
8494 * ipa-prop.c (ipa_set_jf_constant): Use new type-based pool allocator.
8495 (ipa_edge_duplication_hook): Likewise.
8496 (ipa_free_all_structures_after_ipa_cp): Likewise.
8497 (ipa_free_all_structures_after_iinln): Likewise.
8498
8499 2015-06-01 Martin Liska <mliska@suse.cz>
8500
8501 * ipa-profile.c (account_time_size): Use new type-based pool allocator.
8502 (ipa_profile_generate_summary): Likewise.
8503 (ipa_profile_read_summary): Likewise.
8504 (ipa_profile): Likewise.
8505
8506 2015-06-01 Martin Liska <mliska@suse.cz>
8507
8508 * tree-ssa-structalias.c (new_var_info): Use new type-based
8509 pool allocator.
8510 (new_constraint): Likewise.
8511 (init_alias_vars): Likewise.
8512 (delete_points_to_sets): Likewise.
8513
8514 2015-06-01 Martin Liska <mliska@suse.cz>
8515
8516 * tree-ssa-strlen.c (new_strinfo): Use new type-based pool allocator.
8517 (free_strinfo): Likewise.
8518 (pass_strlen::execute): Likewise.
8519
8520 2015-06-01 Martin Liska <mliska@suse.cz>
8521
8522 * tree-ssa-sccvn.c (vn_reference_insert): Use new type-based
8523 pool allocator.
8524 (vn_reference_insert_pieces): Likewise.
8525 (vn_phi_insert): Likewise.
8526 (visit_reference_op_call): Likewise.
8527 (copy_phi): Likewise.
8528 (copy_reference): Likewise.
8529 (process_scc): Likewise.
8530 (allocate_vn_table): Likewise.
8531 (free_vn_table): Likewise.
8532
8533 2015-06-01 Martin Liska <mliska@suse.cz>
8534
8535 * tree-ssa-reassoc.c (add_to_ops_vec): Use new type-based
8536 pool allocator.
8537 (add_repeat_to_ops_vec): Likewise.
8538 (get_ops): Likewise.
8539 (maybe_optimize_range_tests): Likewise.
8540 (init_reassoc): Likewise.
8541 (fini_reassoc): Likewise.
8542
8543 2015-06-01 Martin Liska <mliska@suse.cz>
8544
8545 * tree-ssa-pre.c (get_or_alloc_expr_for_name): Use new type-based
8546 pool allocator.
8547 (bitmap_set_new): Likewise.
8548 (get_or_alloc_expr_for_constant): Likewise.
8549 (get_or_alloc_expr_for): Likewise.
8550 (phi_translate_1): Likewise.
8551 (compute_avail): Likewise.
8552 (init_pre): Likewise.
8553 (fini_pre): Likewise.
8554
8555 2015-06-01 Martin Liska <mliska@suse.cz>
8556
8557 * sched-deps.c (create_dep_node): Use new type-based pool allocator.
8558 (delete_dep_node): Likewise.
8559 (create_deps_list): Likewise.
8560 (free_deps_list): Likewise.
8561 (sched_deps_init): Likewise.
8562 (sched_deps_finish): Likewise.
8563
8564 2015-06-01 Martin Liska <mliska@suse.cz>
8565
8566 * regcprop.c (free_debug_insn_changes): Use new type-based
8567 pool allocator.
8568 (replace_oldest_value_reg): Likewise.
8569 (pass_cprop_hardreg::execute): Likewise.
8570
8571 2015-06-01 Martin Liska <mliska@suse.cz>
8572
8573 * ira-build.c (initiate_cost_vectors): Use new type-based
8574 pool allocator.
8575 (ira_allocate_cost_vector): Likewise.
8576 (ira_free_cost_vector): Likewise.
8577 (finish_cost_vectors): Likewise.
8578
8579 2015-06-01 Martin Liska <mliska@suse.cz>
8580
8581 * sel-sched-ir.c (alloc_sched_pools): Use new type-based
8582 pool allocator.
8583 (free_sched_pools): Likewise.
8584 * sel-sched-ir.h (_list_alloc): Likewise.
8585 (_list_remove): Likewise.
8586
8587 2015-06-01 Martin Liska <mliska@suse.cz>
8588
8589 * stmt.c (add_case_node): Use new type-based pool allocator.
8590 (expand_case): Likewise.
8591 (expand_sjlj_dispatch_table): Likewise.
8592
8593 2015-06-01 Martin Liska <mliska@suse.cz>
8594
8595 * tree-ssa-math-opts.c (occ_new): Use new type-based pool allocator.
8596 (free_bb): Likewise.
8597 (pass_cse_reciprocals::execute): Likewise.
8598
8599 2015-06-01 Martin Liska <mliska@suse.cz>
8600
8601 * tree-sra.c (sra_initialize): Use new type-based pool allocator.
8602 (sra_deinitialize) Likewise.
8603 (create_access_1) Likewise.
8604 (build_accesses_from_assign) Likewise.
8605 (create_artificial_child_access) Likewise.
8606
8607 2015-06-01 Martin Liska <mliska@suse.cz>
8608
8609 * dse.c (get_group_info):Use new type-based pool allocator.
8610 (dse_step0) Likewise.
8611 (free_store_info) Likewise.
8612 (delete_dead_store_insn) Likewise.
8613 (free_read_records) Likewise.
8614 (record_store) Likewise.
8615 (replace_read) Likewise.
8616 (check_mem_read_rtx) Likewise.
8617 (scan_insn) Likewise.
8618 (dse_step1) Likewise.
8619 (dse_step7) Likewise.
8620
8621 2015-06-01 Martin Liska <mliska@suse.cz>
8622
8623 * df-scan.c (struct df_scan_problem_data):Use new type-based
8624 pool allocator.
8625 (df_scan_free_internal) Likewise.
8626 (df_scan_alloc) Likewise.
8627 (df_grow_reg_info) Likewise.
8628 (df_free_ref) Likewise.
8629 (df_insn_create_insn_record) Likewise.
8630 (df_mw_hardreg_chain_delete) Likewise.
8631 (df_insn_info_delete) Likewise.
8632 (df_free_collection_rec) Likewise.
8633 (df_mw_hardreg_chain_delete_eq_uses) Likewise.
8634 (df_sort_and_compress_mws) Likewise.
8635 (df_ref_create_structure) Likewise.
8636 (df_ref_record) Likewise.
8637
8638 2015-06-01 Martin Liska <mliska@suse.cz>
8639
8640 * df-problems.c (df_chain_create):Use new type-based pool allocator.
8641 (df_chain_unlink_1) Likewise.
8642 (df_chain_unlink) Likewise.
8643 (df_chain_remove_problem) Likewise.
8644 (df_chain_alloc) Likewise.
8645 (df_chain_free) Likewise.
8646 * df.h (struct dataflow) Likewise.
8647
8648 2015-06-01 Martin Liska <mliska@suse.cz>
8649
8650 * cselib.c (new_elt_list):Use new type-based pool allocator.
8651 (new_elt_loc_list) Likewise.
8652 (unchain_one_elt_list) Likewise.
8653 (unchain_one_elt_loc_list) Likewise.
8654 (unchain_one_value) Likewise.
8655 (new_cselib_val) Likewise.
8656 (cselib_init) Likewise.
8657 (cselib_finish) Likewise.
8658
8659 2015-06-01 Martin Liska <mliska@suse.cz>
8660
8661 * config/sh/sh.c (add_constant):Use new type-based pool allocator.
8662 (sh_reorg) Likewise.
8663
8664 2015-06-01 Martin Liska <mliska@suse.cz>
8665
8666 * cfg.c (initialize_original_copy_tables):Use new type-based
8667 pool allocator.
8668 (free_original_copy_tables) Likewise.
8669 (copy_original_table_clear) Likewise.
8670 (copy_original_table_set) Likewise.
8671
8672 2015-06-01 Martin Liska <mliska@suse.cz>
8673
8674 * asan.c (asan_mem_ref_get_alloc_pool):Use new type-based
8675 pool allocator.
8676 (asan_mem_ref_new) Likewise.
8677 (free_mem_ref_resources) Likewise.
8678
8679 2015-06-01 Martin Liska <mliska@suse.cz>
8680
8681 * var-tracking.c (variable_htab_free):Use new type-based
8682 pool allocator.
8683 (attrs_list_clear) Likewise.
8684 (attrs_list_insert) Likewise.
8685 (attrs_list_copy) Likewise.
8686 (shared_hash_unshare) Likewise.
8687 (shared_hash_destroy) Likewise.
8688 (unshare_variable) Likewise.
8689 (var_reg_delete_and_set) Likewise.
8690 (var_reg_delete) Likewise.
8691 (var_regno_delete) Likewise.
8692 (drop_overlapping_mem_locs) Likewise.
8693 (variable_union) Likewise.
8694 (insert_into_intersection) Likewise.
8695 (canonicalize_values_star) Likewise.
8696 (variable_merge_over_cur) Likewise.
8697 (dataflow_set_merge) Likewise.
8698 (remove_duplicate_values) Likewise.
8699 (variable_post_merge_new_vals) Likewise.
8700 (dataflow_set_preserve_mem_locs) Likewise.
8701 (dataflow_set_remove_mem_locs) Likewise.
8702 (variable_from_dropped) Likewise.
8703 (variable_was_changed) Likewise.
8704 (set_slot_part) Likewise.
8705 (clobber_slot_part) Likewise.
8706 (delete_slot_part) Likewise.
8707 (loc_exp_insert_dep) Likewise.
8708 (notify_dependents_of_changed_value) Likewise.
8709 (emit_notes_for_differences_1) Likewise.
8710 (vt_emit_notes) Likewise.
8711 (vt_initialize) Likewise.
8712 (vt_finalize) Likewise.
8713
8714 2015-06-01 Martin Liska <mliska@suse.cz>
8715
8716 * ira-color.c (init_update_cost_records):Use new type-based
8717 pool allocator.
8718 (get_update_cost_record) Likewise.
8719 (free_update_cost_record_list) Likewise.
8720 (finish_update_cost_records) Likewise.
8721 (initiate_cost_update) Likewise.
8722
8723 2015-06-01 Martin Liska <mliska@suse.cz>
8724
8725 * lra.c (init_insn_regs): Use new type-based pool allocator.
8726 (new_insn_reg) Likewise.
8727 (free_insn_reg) Likewise.
8728 (free_insn_regs) Likewise.
8729 (finish_insn_regs) Likewise.
8730 (init_insn_recog_data) Likewise.
8731 (init_reg_info) Likewise.
8732 (finish_reg_info) Likewise.
8733 (lra_free_copies) Likewise.
8734 (lra_create_copy) Likewise.
8735 (invalidate_insn_data_regno_info) Likewise.
8736
8737 2015-06-01 Martin Liska <mliska@suse.cz>
8738
8739 * lra-lives.c (free_live_range): Use new type-based pool allocator.
8740 (free_live_range_list) Likewise.
8741 (create_live_range) Likewise.
8742 (copy_live_range) Likewise.
8743 (lra_merge_live_ranges) Likewise.
8744 (remove_some_program_points_and_update_live_ranges) Likewise.
8745 (lra_live_ranges_init) Likewise.
8746 (lra_live_ranges_finish) Likewise.
8747
8748 2015-06-01 Martin Liska <mliska@suse.cz>
8749
8750 * et-forest.c (et_new_occ): Use new type-based pool allocator.
8751 (et_new_tree): Likewise.
8752 (et_free_tree): Likewise.
8753 (et_free_tree_force): Likewise.
8754 (et_free_pools): Likewise.
8755 (et_split): Likewise.
8756
8757 2015-06-01 Martin Liska <mliska@suse.cz>
8758
8759 * alloc-pool.c (struct alloc_pool_descriptor): Move definition
8760 to header file.
8761 * alloc-pool.h (pool_allocator::pool_allocator): New function.
8762 (pool_allocator::release): Likewise.
8763 (inline pool_allocator::release_if_empty): Likewise.
8764 (inline pool_allocator::~pool_allocator): Likewise.
8765 (pool_allocator::allocate): Likewise.
8766 (pool_allocator::remove): Likewise.
8767
8768 2015-06-01 James Greenhalgh <james.greenhalgh@arm.com>
8769
8770 * sched-deps.c (sched_analyze_2): Replace fuseable with fusible
8771 in comment.
8772
8773 2015-06-01 James Greenhalgh <james.greenhalgh@arm.com>
8774
8775 * gcc/config/arm/arm-protos.h (tune_params): Rename fuseable_ops
8776 to fusible_ops.
8777 * gcc/config/arm/arm.c (arm_print_tune_info): Likewise.
8778 (arm_macro_fusion_p): Likewise.
8779 (arm_macro_fusion_pair_p): Likewise.
8780
8781 2015-06-01 James Greenhalgh <james.greenhalgh@arm.com>
8782
8783 * config/aarch64/aarch64-protos.h (tune_params): Rename
8784 fuseable_ops to fusible_ops.
8785 * config/aarch64/aarch64.c (generic_tunings): Rename
8786 fuseable_ops to fusible_ops.
8787 (cortexa53_tunings): Likewise.
8788 (cortexa57_tunings): Likewise.
8789 (thunderx_tunings): Likewise.
8790 (xgene1_tunings): Likewise.
8791 (aarch64_macro_fusion_p): Likewise.
8792 (aarch64_macro_fusion_pair_p): Likewise.
8793
8794 2015-06-01 Dominik Vogt <vogt@linux.vnet.ibm.com>
8795
8796 * config/s390/driver-native.c: New file.
8797 * config/s390/x-native: New file.
8798 * config.host: Add new files for s390.
8799 * config/s390/s390.h (DRIVER_SELF_SPECS): Add support for -mtune=native
8800 and -march=native
8801 * config.gcc: Likewise.
8802 * config/s390/s390.opt (march): Likewise; add PROCESSOR_NATIVE
8803 * config/s390/s390-opts.h (enum processor_type): Ditto.
8804 * config/s390/s390.c (s390_option_override): Catch unhandled
8805 PROCESSOR_NATIVE
8806
8807 2015-06-01 Ilya Enkovich <ilya.enkovich@intel.com>
8808
8809 PR target/65527
8810 * cgraph.c (cgraph_edge::redirect_call_stmt_to_callee): Add
8811 redirection for instrumented calls.
8812 * lto-wrapper.c (merge_and_complain): Merge -fcheck-pointer-bounds.
8813 (append_compiler_options): Append -fcheck-pointer-bounds.
8814 * tree-chkp.h (chkp_copy_call_skip_bounds): New.
8815 (chkp_redirect_edge): New.
8816 * tree-chkp.c (chkp_copy_call_skip_bounds): New.
8817 (chkp_redirect_edge): New.
8818
8819 2015-06-01 Richard Biener <rguenther@suse.de>
8820
8821 PR tree-optimization/66280
8822 * tree-vect-slp.c (vect_detect_hybrid_slp_stmts): Fix pattern
8823 def-use walking.
8824
8825 2015-06-01 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
8826
8827 * config/aarch64/aarch64.md
8828 (*<LOGICAL:optab>_one_cmpl_<SHIFT:optab><mode>3): Change type to
8829 logic_shift_imm.
8830
8831 2015-06-01 Eric Botcazou <ebotcazou@adacore.com>
8832
8833 * config/i386/winnt.c (i386_pe_encode_section_info) <FUNCTION_DECL>:
8834 Remove obsolete kludge.
8835
8836 2015-06-01 Richard Biener <rguenther@suse.de>
8837
8838 * tree-ssa-reassoc.c (get_rank): Simplify.
8839
8840 2015-05-31 H.J. Lu <hongjiu.lu@intel.com>
8841
8842 * configure.ac (NO_PIE_CFLAGS): Check CXXFLAGS instead of CFLAGS.
8843 * configure: Regenerated.
8844
8845 2015-05-31 Mikhail Maltsev <maltsevm@gmail.com>
8846
8847 * config/cris/cris.h (CRIS_ARCH_CPP_DEFAULT): Fix C++11 compatibility
8848 issue (add space between string literal and macro).
8849 * config/i386/mingw32.h (REAL_LIBGCC_SPEC): Likewise.
8850
8851 2015-05-30 Andreas Schwab <schwab@linux-m68k.org>
8852
8853 * config/m68k/m68k.h (ASM_PCREL_SPEC): Pass --pcrel also for
8854 implict or explicit -fPIE or -fpie.
8855
8856 2015-05-30 Mike Frysinger <vapier@gentoo.org>
8857
8858 * gcc/config/alpha/elf.h (ASM_SPEC): Add %{mcpu=*:-m%*}.
8859
8860 2015-05-28 DJ Delorie <dj@redhat.com>
8861
8862 * expmed.c (extract_bit_field_1): Avoid clobbering a
8863 yet-to-be-used base/index register.
8864
8865 2015-05-30 Jan Hubicka <hubicka@ucw.cz>
8866
8867 * alias.c (alias_set_entry_d): Add is_pointer and has_pointer.
8868 (alias_stats): Add num_universal.
8869 (alias_set_subset_of): Special case pointers; be ready for NULL
8870 children.
8871 (alias_sets_conflict_p): Special case pointers; be ready for NULL
8872 children.
8873 (init_alias_set_entry): Break out from ...
8874 (record_alias_subset): ... here; propagate new fields;
8875 allocate children only when really needed.
8876 (get_alias_set): Do less generous pointer globbing.
8877 (dump_alias_stats_in_alias_c): Update statistics.
8878
8879 2015-05-30 Alan Modra <amodra@gmail.com>
8880
8881 * config/rs6000/rs6000.c (split_stack_arg_pointer_used_p): Scan
8882 correct block for use of r12.
8883 (rs6000_expand_split_stack_prologue): Error on r29 asm global reg.
8884
8885 2015-05-29 Dominik Vogt <vogt@linux.vnet.ibm.com>
8886
8887 PR target/66215
8888 * config/s390/s390.c (s390_reorg): Fix placement of post-label NOPs
8889 with -mhotpatch=.
8890
8891 2015-05-29 Jakub Jelinek <jakub@redhat.com>
8892
8893 PR tree-optimization/66142
8894 * tree-if-conv.c (if_convertible_phi_p): Don't give up on
8895 virtual phis that feed themselves.
8896
8897 2015-05-29 Richard Biener <rguenther@suse.de>
8898
8899 PR tree-optimization/66314
8900 * tree-ssa-threadupdate.c (create_block_for_threading): Add
8901 parameter that says which loop the new block belongs to.
8902 (ssa_create_duplicates): Blocks duplicated for the threaded
8903 path belong to the loop of the thread destination.
8904
8905 2015-05-29 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
8906
8907 * config/arm/neon-testgen.ml (emit_epilogue): Remove manual call
8908 to cleanup-saved-temps.
8909 * doc/sourcebuild.texi (Clean up generated test files): Expand
8910 introduction.
8911 (dg-keep-saved-temps): Document new proc.
8912 (cleanup-ipa-dump, cleanup-rtl-dump, cleanup-tree-dump,
8913 cleanup-saved-temps): Remove.
8914
8915 2015-05-28 Andreas Tobler <andreast@gcc.gnu.org>
8916
8917 * configure.ac: Move the atoll check from AC_CHECK_FUNCS to
8918 gcc_AC_CHECK_DECLS.
8919 * configure: Regenerate.
8920
8921 2015-05-28 Mike Frysinger <vapier@gentoo.org>
8922
8923 * config/nios2/linux.h (CPP_SPEC): Define.
8924
8925 2015-05-28 Mike Frysinger <vapier@gentoo.org>
8926
8927 * config/microblaze/linux.h (CPP_SPEC): Define.
8928
8929 2015-05-28 Mike Frysinger <vapier@gentoo.org>
8930
8931 * config/pa/pa-linux.h (CPP_SPEC): Change so -D_REENTRANT is used when
8932 -pthread is specified.
8933
8934 2015-05-28 Richard Biener <rguenther@suse.de>
8935
8936 * tree-vect-loop.c (vect_fixup_reduc_chain): New function.
8937 (vect_fixup_scalar_cycles_with_patterns): Likewise.
8938 (vect_analyze_loop_2): Call vect_fixup_scalar_cycles_with_patterns
8939 after pattern recog.
8940 (vect_create_epilog_for_reduction): Properly handle reductions
8941 with patterns.
8942 (vectorizable_reduction): Likewise.
8943 * tree-vect-slp.c (vect_analyze_slp_instance): Properly mark
8944 reduction chains.
8945 (vect_get_constant_vectors): Create the correct number of
8946 initial values for reductions.
8947 (vect_schedule_slp_instance): Handle reduction chains that are
8948 type changing properly.
8949 * tree-vect-stmts.c (vect_analyze_stmt): Adjust.
8950
8951 2015-05-28 Richard Biener <rguenther@suse.de>
8952
8953 PR tree-optimization/66142
8954 * tree-ssa-sccvn.c (vn_reference_lookup_3): Handle non-GIMPLE
8955 values better in memcpy destination handling. Handle non-aliasing
8956 we discover here.
8957
8958 2015-05-28 Lawrence Velázquez <vq@larryv.me>
8959
8960 PR target/63810
8961 * config/darwin-c.c (version_components): New global enum.
8962 (parse_version, version_as_legacy_macro)
8963 (version_as_modern_macro, macosx_version_as_macro): New functions.
8964 (version_as_macro): Remove.
8965 (darwin_cpp_builtins): Use new function.
8966
8967 2015-05-28 H.J. Lu <hongjiu.lu@intel.com>
8968
8969 * builtins.c (expand_builtin_acc_on_device): Mark parameters
8970 with ATTRIBUTE_UNUSED.
8971
8972 2015-05-28 Julian Brown <julian@codesourcery.com>
8973
8974 PR libgomp/65742
8975
8976 * builtins.c (expand_builtin_acc_on_device): Don't use open-coded
8977 sequence for !ACCEL_COMPILER.
8978
8979 2015-05-28 Nick Clifton <nickc@redhat.com>
8980
8981 * config/rx/rx.c (push_regs): New function. Extracts code from...
8982 (rx_expand_prologue): ... here. Use push_regs to push even small
8983 spans of registers.
8984 (pop_regs): New function.
8985 (rx_expand_epilogue): Use pop_regs to pop even small spans of
8986 registers.
8987
8988 2015-05-28 Richard Biener <rguenther@suse.de>
8989
8990 * tree-vectorizer.h (struct _slp_instance): Remove body_cost_vec
8991 member.
8992 (SLP_INSTANCE_BODY_COST_VEC): Remove.
8993 (vect_update_slp_costs_according_to_vf): Likewise.
8994 (vect_slp_analyze_operations): Update prototype.
8995 * tree-vect-loop.c (vect_analyze_loop_2): Remove call to
8996 vect_update_slp_costs_according_to_vf, adjust.
8997 * tree-vect-slp.c (vect_free_slp_instance): Adjust.
8998 (vect_analyze_slp_cost_1): Likewise.
8999 (vect_analyze_slp_cost): Likewise. Properly deal with
9000 widening reduction ops. Commit body costs.
9001 (vect_analyze_slp_instance): Adjust. Do not analyze SLP
9002 cost for loops from here.
9003 (vect_slp_analyze_operations): But do it from here when
9004 the vectorization factor is known and stmts are analyzed.
9005 (vect_bb_vectorization_profitable_p): Simplify.
9006 (vect_slp_analyze_bb_1): Do not compute SLP cost here.
9007 (vect_update_slp_costs_according_to_vf): Remove.
9008
9009 2015-05-27 Magnus Granberg <zorry@gentoo.org>
9010 H.J. Lu <hongjiu.lu@intel.com>
9011
9012 * Makefile.in (COMPILER): Add @NO_PIE_CFLAGS@.
9013 (BUILD_CFLAGS): Likewise.
9014 (BUILD_CXXFLAGS): Likewise.
9015 (LINKER): Add @NO_PIE_FLAG@.
9016 (BUILD_LDFLAGS): Likewise.
9017 (libgcc.mvars): Set NO_PIE_CFLAGS to -fno-PIE for
9018 --enable-default-pie.
9019 * common.opt (fPIE): Initialize to -1.
9020 (fpie): Likewise.
9021 (no-pie): New option.
9022 (pie): Replace "Negative(shared)" with "Negative(no-pie)".
9023 * configure.ac: Add --enable-default-pie.
9024 (NO_PIE_CFLAGS): New. Check if -fno-PIE works. AC_SUBST.
9025 (NO_PIE_FLAG): New. Check if -no-pie works. AC_SUBST.
9026 * defaults.h (DEFAULT_FLAG_PIE): New. Default PIE to -fPIE.
9027 * gcc.c (NO_PIE_SPEC): New.
9028 (PIE_SPEC): Likewise.
9029 (NO_FPIE1_SPEC): Likewise.
9030 (FPIE1_SPEC): Likewise.
9031 (NO_FPIE2_SPEC): Likewise.
9032 (FPIE2_SPEC): Likewise.
9033 (NO_FPIE2_SPEC): Likewise.
9034 (FPIE_SPEC): Likewise.
9035 (NO_FPIE_SPEC): Likewise.
9036 (NO_FPIC1_SPEC): Likewise.
9037 (FPIC1_SPEC): Likewise.
9038 (NO_FPIC2_SPEC): Likewise.
9039 (FPIC2_SPEC): Likewise.
9040 (NO_FPIC2_SPEC): Likewise.
9041 (FPIC_SPEC): Likewise.
9042 (NO_FPIC_SPEC): Likewise.
9043 (NO_FPIE1_AND_FPIC1_SPEC): Likewise.
9044 (FPIE1_OR_FPIC1_SPEC): Likewise.
9045 (NO_FPIE2_AND_FPIC2_SPEC): Likewise.
9046 (FPIE2_OR_FPIC2_SPEC): Likewise.
9047 (NO_FPIE_AND_FPIC_SPEC): Likewise.
9048 (FPIE_OR_FPIC_SPEC): Likewise.
9049 (LD_PIE_SPEC): Likewise.
9050 (LINK_PIE_SPEC): Handle -no-pie. Use PIE_SPEC and LD_PIE_SPEC.
9051 * opts.c (finish_options): Update opts->x_flag_pie if it is -1.
9052 * config/darwin.h (PIE_SPEC): Renamed to ...
9053 (DARWIN_PIE_SPEC): This.
9054 (LINK_SPEC): Replace PIE_SPEC with DARWIN_PIE_SPEC.
9055 * config/darwin9.h (PIE_SPEC): Renamed to ...
9056 (DARWIN_PIE_SPEC): This.
9057 * config/gnu-user.h (GNU_USER_TARGET_STARTFILE_SPEC): Use
9058 PIE_SPEC and NO_PIE_SPEC if HAVE_LD_PIE is defined.
9059 * config/openbsd.h (ASM_SPEC): Use FPIE1_OR_FPIC1_SPEC and
9060 FPIE2_OR_FPIC2_SPEC.
9061 * config/m68k/netbsd-elf.h (ASM_SPEC): Likewise.
9062 * config/m68k/openbsd.h (ASM_SPEC): Likewise.
9063 * gcc/config/sol2.h (ASM_PIC_SPEC): Likewise.
9064 * config/arm/freebsd.h (SUBTARGET_EXTRA_ASM_SPEC): Likewise.
9065 * config/arm/netbsd-elf.h (SUBTARGET_EXTRA_ASM_SPEC): Likewise.
9066 * config/arm/semi.h (SUBTARGET_EXTRA_ASM_SPEC): Likewise.
9067 * config/cris/linux.h (CRIS_ASM_SUBTARGET_SPEC): Likewise.
9068 * config/m32r/m32r.h (ASM_SPEC): Likewise.
9069 * config/m68k/uclinux.h (DRIVER_SELF_SPECS): Likewise.
9070 * config/rs6000/linux64.h (ASM_SPEC32): Likewise.
9071 * config/rs6000/sysv4.h (ASM_SPEC): Likewise.
9072 * config/sparc/freebsd.h (ASM_SPEC): Likewise.
9073 * config/sparc/linux.h (ASM_SPEC): Likewise.
9074 * config/sparc/linux64.h (ASM_SPEC): Likewise.
9075 * config/sparc/netbsd-elf.h (ASM_SPEC): Likewise.
9076 * config/sparc/openbsd64.h (ASM_SPEC): Likewise.
9077 * config/sparc/sp-elf.h (ASM_SPEC): Likewise.
9078 * config/sparc/sp64-elf.h (ASM_SPEC): Likewise.
9079 * config/sparc/sparc.h (ASM_SPEC): Likewise.
9080 * config/sparc/sysv4.h (ASM_SPEC): Likewise.
9081 * config/sparc/vxworks.h (ASM_SPEC): Likewise.
9082 * config/c6x/elf-common.h (ASM_SPEC): Use NO_FPIC2_SPEC,
9083 FPIC2_SPEC, FPIC1_SPEC and FPIC2_SPEC.
9084 * config/c6x/uclinux-elf.h (LINK_SPEC): Use FPIE_SPEC.
9085 * config/frv/frv.h (DRIVER_SELF_SPECS): Use FPIC_SPEC,
9086 NO_FPIC_SPEC and NO_FPIE1_AND_FPIC1_SPEC.
9087 (ASM_SPEC): Use FPIE1_OR_FPIC1_SPEC and FPIE2_OR_FPIC2_SPEC.
9088 * config/m68k/m68k.h (ASM_PCREL_SPEC): Use FPIC_SPEC and NO_FPIC_SPEC.
9089 * config/mips/gnu-user.h (NO_SHARED_SPECS): Use NO_FPIE_AND_FPIC_SPEC.
9090 * config/mips/vxworks.h (SUBTARGET_ASM_SPEC): Use FPIC_SPEC.
9091 * config/rs6000/freebsd64.h (ASM_SPEC32): Likewise.
9092 * config/rs6000/vxworks.h (ASM_SPEC): Likewise.
9093 * config/vax/linux.h (ASM_SPEC): Likewise.
9094 * doc/install.texi: Document --enable-default-pie.
9095 * doc/invoke.texi: Document -no-pie.
9096 * config.in: Regenerated.
9097 * configure: Likewise.
9098
9099 2015-05-28 Thomas Preud'homme <thomas.preudhomme@arm.com>
9100
9101 PR rtl-optimization/66168
9102 * loop-invariant.c (move_invariant_reg): Pass dest rather than reg to
9103 can_move_invariant_reg.
9104
9105 2015-05-27 John David Anglin <danglin@gcc.gnu.org>
9106
9107 PR target/66148
9108 * config/pa/pa.c (pa_emit_move_sequence): Correct placement of
9109 REG_EQUAL note when doing insert.
9110
9111 * config/pa/pa.c (pa_print_operand): Use HOST_WIDE_INT_PRINT_DEC
9112 instead of "%d" for 'o' operand.
9113
9114 2015-05-27 Nathan Sidwell <nathan@acm.org>
9115
9116 PR c++/66270
9117 * tree.c (build_pointer_type_for_mode): Canonical type does not
9118 inherit can_alias_all.
9119 (build_reference_type_for_mode): Likewise.
9120
9121 2015-05-27 Eric Botcazou <ebotcazou@adacore.com>
9122
9123 * expr.h (array_at_struct_end_p): Move to...
9124 (array_ref_element_size): Likewise.
9125 (component_ref_field_offset): Likewise.
9126 * tree.h (array_ref_element_size): ...here.
9127 (array_at_struct_end_p): Likewise.
9128 (component_ref_field_offset): Likewise.
9129 * expr.c (array_ref_element_size): Move to...
9130 (array_ref_low_bound): Likewise.
9131 (array_at_struct_end_p): Likewise.
9132 (array_ref_up_bound): Likewise.
9133 (component_ref_field_offset): Likewise.
9134 * tree.c (array_ref_element_size): ...here.
9135 (array_ref_low_bound): Likewise.
9136 (array_ref_up_bound): Likewise.
9137 (array_at_struct_end_p): Likewise.
9138 (component_ref_field_offset): Likewise.
9139
9140 2015-05-27 Gregor Richards <gregor.richards@uwaterloo.ca>
9141 Szabolcs Nagy <szabolcs.nagy@arm.com>
9142
9143 * config/aarch64/aarch64-linux.h (MUSL_DYNAMIC_LINKER): Define.
9144
9145 2015-05-27 Jason Merrill <jason@redhat.com>
9146
9147 PR bootstrap/66304
9148 * configure.ac: Use ACX_PROG_CXX_WARNING_OPTS,
9149 ACX_PROG_CXX_WARNING_ALMOST_PEDANTIC, and
9150 ACX_PROG_CXX_WARNINGS_ARE_ERRORS.
9151
9152 2015-05-22 Aditya Kumar <hiraditya@msn.com>
9153
9154 * auto-profile.c (afdo_calculate_branch_prob): Break once has_sample
9155 is true.
9156
9157 * statistics.c (statistics_fini_pass): Print pass name.
9158
9159 2015-05-27 Richard Biener <rguenther@suse.de>
9160
9161 PR tree-optimization/66272
9162 Revert parts of
9163 2014-08-15 Richard Biener <rguenther@suse.de>
9164
9165 PR tree-optimization/62031
9166 * tree-data-ref.c (dr_analyze_indices): Do not set
9167 DR_UNCONSTRAINED_BASE.
9168 (dr_may_alias_p): All indirect accesses have to go the
9169 formerly DR_UNCONSTRAINED_BASE path.
9170 * tree-data-ref.h (struct indices): Remove
9171 unconstrained_base member.
9172 (DR_UNCONSTRAINED_BASE): Remove.
9173
9174 2015-05-27 Aldy Hernandez <aldyh@redhat.com>
9175
9176 * dwarf2out.c: Remove block_map.
9177 (gen_call_site_die): Replace block_map use with BLOCK_DIE.
9178 (gen_lexical_block_die): Same.
9179 (dwarf2out_function_decl): Remove block_map use.
9180 (dwarf2out_c_finalize): Same.
9181 * tree-core.h (struct tree_block): Add die field.
9182 * tree.h (BLOCK_DIE): New.
9183
9184 2015-05-27 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
9185
9186 PR target/65358
9187 * expr.c (memory_load_overlap): New function.
9188 (emit_push_insn): When pushing partial args to the stack would
9189 clobber the register part load the overlapping part into a pseudo
9190 and put it into the hard reg after pushing. Change return type
9191 to bool. Add bool argument.
9192 * expr.h (emit_push_insn): Change return type to bool.
9193 Add bool argument.
9194 * calls.c (expand_call): Cancel sibcall optimization when encountering
9195 partial argument on targets with ARGS_GROW_DOWNWARD and
9196 !STACK_GROWS_DOWNWARD.
9197 (emit_library_call_value_1): Update callsite of emit_push_insn.
9198 (store_one_arg): Likewise.
9199
9200 2015-05-27 Gregor Richards <gregor.richards@uwaterloo.ca>
9201
9202 * config/arm/linux-eabi.h (MUSL_DYNAMIC_LINKER): Define.
9203
9204 2015-05-27 Martin Liska <mliska@suse.cz>
9205
9206 * Makefile.in: Add additional dependencies related to memory report
9207 enhancement.
9208 * alloc-pool.c (allocate_pool_descriptor): Use new ctor.
9209 * bitmap.c (struct bitmap_descriptor_d): Remove.
9210 (struct loc): Likewise.
9211 (struct bitmap_desc_hasher): Likewise.
9212 (bitmap_desc_hasher::hash): Likewise.
9213 (bitmap_desc_hasher::equal): Likewise.
9214 (get_bitmap_descriptor): Likewise.
9215 (bitmap_register): User new memory descriptor API.
9216 (register_overhead): Likewise.
9217 (bitmap_find_bit): Register nsearches and search_iter statistics.
9218 (struct bitmap_output_info): Remove.
9219 (print_statistics): Likewise.
9220 (dump_bitmap_statistics): Use new memory descriptor.
9221 * bitmap.h (struct bitmap_usage): New class.
9222 * genmatch.c: Extend header file inclusion.
9223 * genpreds.c: Likewise.
9224 * ggc-common.c (struct ggc_usage): New class.
9225 (struct ggc_loc_desc_hasher): Remove.
9226 (ggc_loc_desc_hasher::hash): Likewise.
9227 (ggc_loc_desc_hasher::equal): Likewise.
9228 (struct ggc_ptr_hash_entry): Likewise.
9229 (struct ptr_hash_hasher): Likewise.
9230 (ptr_hash_hasher::hash): Likewise.
9231 (ptr_hash_hasher::equal): Likewise.
9232 (make_loc_descriptor): Likewise.
9233 (ggc_prune_ptr): Likewise.
9234 (dump_ggc_loc_statistics): Use new memory descriptor.
9235 (ggc_record_overhead): Likewise.
9236 (ggc_free_overhead): Likewise.
9237 (final_cmp_statistic): Remove.
9238 (cmp_statistic): Likewise.
9239 (ggc_add_statistics): Liekwise.
9240 (ggc_prune_overhead_list): Likewise.
9241 * hash-map-traits.h: New file.
9242 * hash-map.h (struct default_hashmap_traits): Move the traits to a
9243 separate header file.
9244 * hash-set.h: Pass memory statistics info to ctor.
9245 * hash-table.c (void dump_hash_table_loc_statistics): New function.
9246 * hash-table.h (hash_table::hash_table): Add new ctor arguments.
9247 (hash_table::~hash_table): Register memory release operation.
9248 (hash_table::alloc_entries): Handle memory allocation operation.
9249 (hash_table::expand): Likewise.
9250 * inchash.c (iterative_hash_hashval_t): Move implementation to header
9251 file.
9252 (iterative_hash_host_wide_int): Likewise.
9253 * inchash.h (class hash): Likewise.
9254 * mem-stats-traits.h: New file.
9255 * mem-stats.h: New file.
9256 (mem_location): Add new class.
9257 (mem_usage): Likewise.
9258 (mem_alloc_description): Likewise.
9259 * sese.c: Add new header file inclusision.
9260 * toplev.c (dump_memory_report): Add report for hash_table, hash_map
9261 and hash_set.
9262 * tree-sra.c: Add new header file inclusision.
9263 * vec.c (struct vec_descriptor): Remove.
9264 (hash_descriptor): Likewise.
9265 (struct vec_usage): Likewise.
9266 (struct ptr_hash_entry): Likewise.
9267 (hash_ptr): Likewise.
9268 (eq_ptr): Likewise.
9269 (vec_prefix::register_overhead): Use new memory descriptor API.
9270 (vec_prefix::release_overhead): Likewise.
9271 (add_statistics): Remove.
9272 (dump_vec_loc_statistics): Use new memory descriptor API.
9273 * vec.h (struct vec_prefix): Likewise.
9274 (va_heap::reserve): Likewise.
9275 (va_heap::release): Likewise.
9276 * emit-rtl.c (gen_raw_REG): Fix passing MEM_STAT.
9277
9278 2015-05-27 Richard Biener <rguenther@suse.de>
9279
9280 * tree-vect-stmts.c (vectorizable_load): Initialize slp_perm
9281 earlier and remove ??? comment.
9282 (vect_analyze_stmt): If we are analyzing a pure SLP stmt
9283 and got called from loop analysis bail out. Always pass the SLP
9284 node to the vectorizable_* functions.
9285 * tree-vect-loop.c (vect_analyze_loop_operations): Remove
9286 the premature SLP check here.
9287 * tree-vect-slp.c (vect_detect_hybrid_slp_stmts): Dump hybrid
9288 detected SLP stmts.
9289 (vect_detect_hybrid_slp_1): Likewise.
9290
9291 2015-05-26 Jeff Law <law@redhat.com>
9292
9293 * combine.c (find_split_point): Verify that the shift count is a
9294 constant when choosing (plus (ashift ...)) as a split point.
9295
9296 * tree-ssa-threadupdate.c: Replace 8 space sequences with tabs.
9297 No functional changes.
9298
9299 2015-05-26 Jan Hubicka <hubicka@ucw.cz>
9300
9301 * ipa-polymorphic-call.c
9302 (ipa_polymorphic_call_context::get_dynamic_type): Short circuit the
9303 case when call target is already known.
9304
9305 2015-05-26 Oleg Endo <olegendo@gcc.gnu.org>
9306
9307 PR target/65979
9308 * config/sh/sh.md (tstsi_t peephole2): Use gen_rtx_SET and
9309 take into account the case that operands[1] and operands[2]
9310 are the same register.
9311
9312 2015-05-26 Michael Matz <matz@suse.de>
9313
9314 PR middle-end/66251
9315
9316 * tree-vect-stmts.c (vect_model_store_cost): Handled strided group
9317 stores.
9318 (vect_create_vectorized_demotion_stmts): Always set
9319 STMT_VINFO_VEC_STMT, also with SLP.
9320 (vectorizable_store): Handle strided group stores.
9321
9322 2015-05-26 Venkataramanan Kumar <venkataramanan.kumar@amd.com>
9323
9324 PR target/66049
9325 * config/aarch64/aarch64.md
9326 (*adds_shift_imm_<mode>): New pattern.
9327 (*subs_shift_imm_<mode>): Likewise.
9328 (*adds_<optab><ALLX:mode>_shift_<GPI:mode>): Likewise.
9329 (*subs_<optab><ALLX:mode>_shift_<GPI:mode>): Likewise.
9330 (*add_uxt<mode>_shift2): Likewise.
9331 (*add_uxtsi_shift2_uxtw): Likewise.
9332 (*sub_uxt<mode>_shift2): Likewise.
9333 (*sub_uxtsi_shift2_uxtw): Likewise.
9334
9335 2015-05-26 David Edelsohn <dje.gcc@gmail.com>
9336
9337 * config/rs6000/constraints.md (Y, U): Use match_test.
9338
9339 2015-05-26 Christian Bruel <christian.bruel@st.com>
9340
9341 PR target/52144
9342 * config/arm/arm.c (arm_option_check_internal)
9343 (arm_option_params_internal): Check opts->target_flags to set macros.
9344 (TREE_TARGET_ARM, TREE_TARGET_THUMB)
9345 (TREE_TARGET_THUMB1, TREE_TARGET_THUMB2) Replace with...
9346 (TARGET_ARM_P, TARGET_THUMB_P, TARGET_THUMB1_P, TARGET_THUMB2_P)
9347 (builtin_define): Replaced with def_or_undef_macro.
9348 * config/arm/arm.h (TREE_TARGET_ARM, TREE_TARGET_THUMB)
9349 TREE_TARGET_THUMB1, TREE_TARGET_THUMB2) Redefine with...
9350 (TARGET_ARM_P, TARGET_THUMB_P, TARGET_THUMB1_P, TARGET_THUMB2_P)
9351 (TARGET_32BIT_P, TARGET_ARM_QBIT_P, TARGET_ARM_SAT_P, TARGET_IDIV_P)
9352 (TARGET_HAVE_LDREX_P, TARGET_HAVE_LDREXBH_P, TARGET_HAVE_LDREXD_P)
9353 (TARGET_ARM_FEATURE_LDREX_P)
9354 (TARGET_DSP_MULTIPLY_P, TARGET_INT_SIMD_P): New macros.
9355 * config/arm/arm-c.c (def_or_undef_macro): New function.
9356 (arm_cpu_cpp_builtins): Use def_or_undef_macro for macros definition.
9357
9358 2015-05-26 Christian Bruel <christian.bruel@st.com>
9359
9360 * c-common.h (builtin_define_with_int_value)
9361 (builtin_define_type_sizeof): Declare.
9362 * c-cppbuiltin.c (builtin_define_with_int_value)
9363 (builtin_define_type_sizeof): Externalize.
9364 (builtin_define_std): Cleanup declaration.
9365 * config/arm/arm-protos.h (arm_cpu_cpp_builtins): Declare.
9366 * config/arm/arm.h (TARGET_CPU_CPP_BUILTINS): Move macro defines into...
9367 * config/arm/arm-c.c (arm_cpu_cpp_builtins): New function.
9368 (builtin_define, builtin_assert): New macros.
9369
9370 2015-05-26 Richard Biener <rguenther@suse.de>
9371
9372 PR tree-optimization/66142
9373 * tree-ssa-sccvn.c (vn_reference_lookup_3): Manually compare
9374 MEM_REFs for the same base address.
9375
9376 2015-05-26 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
9377
9378 PR ipa/66181
9379 * tree.c (verify_type_variant): Do not check TYPE_NO_FORCE_BLK.
9380
9381 2015-05-26 Jason Merrill <jason@redhat.com>
9382
9383 * configure.ac: Set CXXFLAGS for ISL test.
9384 * configure: Regenerate.
9385
9386 * configure.ac: Use C++ for all tests. Use AC_CHECK_DECLS for
9387 strstr and basename.
9388 * configure: Regenerate.
9389
9390 2015-05-26 Richard Biener <rguenther@suse.de>
9391
9392 * fold-const.c (fold_binary_loc): Move X % -Y -> X % Y and
9393 X % C -> X & (C - 1) for C being a power-of two to ...
9394 * match.pd: ... patterns.
9395
9396 2015-05-26 Marc Glisse <marc.glisse@inria.fr>
9397
9398 * match.pd (swapped_tcc_comparison): New operator list.
9399 (-A CMP -B): New simplification.
9400 * fold-const.c (fold_comparison): Remove corresponding code.
9401
9402 2015-05-26 Richard Sandiford <richard.sandiford@arm.com>
9403
9404 * caller-save.c (init_caller_save): Base temporary register numbers
9405 on LAST_VIRTUAL_REGISTER + 1 rather than FIRST_PSEUDO_REGISTER.
9406 * cfgloopanal.c (init_set_costs): Likewise.
9407 * dojump.c (prefer_and_bit_test): Likewise.
9408 * expr.c (init_expr_target): Likewise.
9409 * ira.c (setup_prohibited_mode_move_regs): Likewise.
9410 * lower-subreg.c (init_lower_subreg): Likewise.
9411 * postreload.c (reload_cse_regs_1): Likewise.
9412
9413 2015-05-26 Richard Sandiford <richard.sandiford@arm.com>
9414
9415 * gensupport.h (compute_test_codes): Declare.
9416 * gensupport.c (compute_predicate_codes): Rename to...
9417 (compute_test_codes): ...this. Generalize error message.
9418 (process_define_predicate): Update accordingly.
9419 * genpreds.c (compute_maybe_allows): Delete.
9420 (add_constraint): Use compute_test_codes to determine whether
9421 something can accept a SUBREG, REG or MEM.
9422
9423 2015-05-26 Torvald Riegel <triegel@redhat.com>
9424
9425 * doc/extend.texi (__atomic Builtins): Use 'memory order' instead of
9426 'memory model' to align with C++11; fix description of memory orders;
9427 fix a few typos.
9428
9429 2015-05-26 Richard Biener <rguenther@suse.de>
9430
9431 * tree-vect-loop.c (vect_update_vf_for_slp): Split out from ...
9432 (vect_analyze_loop_operations): ... here. Remove slp parameter,
9433 detect whether we apply SLP. Remove call to
9434 vect_update_slp_costs_according_to_vf.
9435 (vect_analyze_loop_2): Call vect_update_vf_for_slp and
9436 vect_update_slp_costs_according_to_vf from here. Dispatch
9437 to vect_slp_analyze_operations to analyze SLP stmts.
9438 * tree-vect-slp.c (vect_slp_analyze_node_operations): Drop
9439 unused bb_vec_info parameter, adjust assert.
9440 (vect_slp_analyze_operations): Pass in the slp instance tree
9441 instead of bb_vec_info.
9442 (vect_slp_analyze_bb_1): Adjust call to vect_slp_analyze_operations.
9443 * tree-vectorizer.h (vect_slp_analyze_operations): Declare.
9444
9445 2015-05-25 Alexander Monakov <amonakov@ispras.ru>
9446
9447 * config/i386/i386.h (enum reg_class): Move CLOBBERED_REGS prior to
9448 Q_REGS. Expand comment.
9449 (REG_CLASS_NAMES): Ditto.
9450 (REG_CLASS_CONTENTS): Ditto.
9451
9452 2015-05-25 Uros Bizjak <ubizjak@gmail.com>
9453
9454 PR target/66274
9455 * config/i386/i386.c (print_reg): Only print "r" for TARGET_64BIT
9456 when LEGACY_INT_REGNO_P is processed.
9457
9458 2015-05-25 Alexander Monakov <amonakov@ispras.ru>
9459
9460 * config/i386/i386.c (ix86_function_ok_for_sibcall): Check flag_plt.
9461
9462 2015-05-25 Pitchumani Sivanupandi <pitchumani.s@atmel.com>
9463
9464 * config/avr/avr.c (avr_out_load_psi_reg_no_disp_tiny): Restore base
9465 register if not marked dead/unused, before return.
9466
9467 2015-05-24 Jan Hubicka <hubicka@ucw.cz>
9468
9469 PR lto/66180
9470 * ipa-devirt.c (type_with_linkage): Check that TYPE_STUB_DECL
9471 is set; check for assembler name at LTO time.
9472 (type_in_anonymous_namespace): Remove hacks, check that all
9473 anonymous types are called "<anon>"
9474 (odr_type_p): Simplify; add check for "<anon>"
9475 (odr_subtypes_equivalent): Add odr_type_p check.
9476 * tree.c (need_assembler_name_p): Even anonymous namespace needs
9477 assembler name.
9478
9479 2015-05-24 Jan Hubicka <hubicka@ucw.cz>
9480
9481 * ipa-utils.h (method_class_type): Remove.
9482 * cgraphunit.c (walk_polymorphic_call_targets): Use
9483 TYPE_METHOD_BASETYPE.
9484 * ipa-devirt.c (type_in_anonymous_namespace_p): Check that it is called
9485 on main variants only.
9486 (method_class_type): Remove.
9487 (update_type_inheritance_graph): Use TYPE_METHOD_BASETYPE.
9488 (build_type_inheritance_graph): Likewise.
9489 * ipa-icf.c (sem_function::equals_wpa): Likewise.
9490 * pa-polymorphic-call.c (decl_maybe_in_construction_p,
9491 check_stmt_for_type_change): Use TYPE_METHOD_BASETYPE.
9492
9493 2015-05-24 Jan Hubicka <hubicka@ucw.cz>
9494
9495 * tree.c (prototype_p, virtual_method_call_p, obj_type_ref_class,
9496 is_typedef_decl, typedef_variant_p): Constify.
9497 * tree.h (prototype_p, virtual_method_call_p, obj_type_ref_class,
9498 is_typedef_decl, typedef_variant_p): Constify.
9499
9500 2015-05-23 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
9501
9502 * defaults.h (gen_tablejump): New function.
9503 (HAVE_tablejump): Add default value.
9504 * expr.c: Adjust.
9505 * stmt.c: Likewise.
9506
9507 2015-05-23 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
9508
9509 * defaults.h (gen_store_multiple): New function.
9510 (HAVE_store_multiple): Add default value.
9511 * expr.c (move_block_from_reg): Adjust.
9512
9513 2015-05-23 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
9514
9515 * defaults.h (gen_load_multiple): New function.
9516 (HAVE_load_multiple): Add default value.
9517 * expr.c (move_block_to_reg): Adjust.
9518
9519 2015-05-23 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
9520
9521 * defaults.h (gen_mem_signal_fence): New function.
9522 (HAVE_mem_signal_fence): Add default value.
9523 * optabs.c: Adjust.
9524
9525 2015-05-23 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
9526
9527 * defaults.h (gen_memory_barrier): New function.
9528 (HAVE_memory_barrier): Add default value.
9529 * optabs.c: Adjust.
9530
9531 2015-05-23 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
9532
9533 * defaults.h (gen_mem_thread_fence): New function.
9534 (HAVE_mem_thread_fence): Add default definition.
9535 * optabs.c: Adjust.
9536
9537 2015-05-23 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
9538
9539 * combine.c (find_split_point): Check the value of HAVE_lo_sum
9540 instead of if it is defined.
9541 (combine_simplify_rtx): Likewise.
9542 * lra-constraints.c (process_address_1): Likewise.
9543 * config/darwin.c: Adjust.
9544 * genconfig.c (main): Always define HAVE_lo_sum.
9545
9546 2015-05-23 Prathamesh Kulkarni <prathamesh.kulkarni@linaro.org>
9547
9548 * genmatch.c (parser::parse_operation): Reject expanding
9549 operator-list inside 'for'.
9550
9551 2015-05-23 Prathamesh Kulkarni <prathamesh.kulkarni@linaro.org>
9552
9553 * genmatch.c (parser::parse_for): Reject iterator if used as
9554 operator-list.
9555
9556 2015-05-23 Prathamesh Kulkarni <prathamesh.kulkarni@linaro.org>
9557
9558 * genmatch.c (parser::parse_operator_list): Check for CPP_CLOSE_PAREN
9559 after end of id-list.
9560
9561 2015-05-22 Jan Hubicka <hubicka@ucw.cz>
9562
9563 * tree.c (gimple_canonical_types_compatible_p): Sanity check that
9564 we do not try to compute canonical type for type that does not need
9565 alias set.
9566 (verify_type): Drop FIXME for METHOD_TYPE, update FIXME for
9567 FUNCITON_TYPE.
9568 * tree.h (type_with_alias_set_p): New.
9569
9570 2015-05-22 Jan Hubicka <hubicka@ucw.cz>
9571
9572 * tree.c (gimple_canonical_types_compatible_p): Do not compare
9573 function attributes.
9574 (verify_type): Remove METHOD_TYPE FIXME; update FUNCTION_TYPE.
9575
9576 2015-05-22 Jim Wilson <jim.wilson@linaro.org>
9577
9578 * Makefile.in (check_gcc_parallelize): Delete.
9579 (lang_checks_parallelized): Update comment.
9580
9581 2015-05-22 Mikhail Maltsev <maltsevm@gmail.com>
9582
9583 PR rtl-optimization/66237
9584 * bb-reorder.c (fix_crossing_conditional_branches): Fix wrong
9585 location of an "as_a" cast.
9586
9587 2015-05-22 Jeff Law <law@redhat.com>
9588
9589 * config/pa/pa.md (non-canonical shift-add insns): Remove.
9590 (peepholes with non-canonical RTL sources): Remove.
9591 (peepholes for indexed stores of FP regs in integer modes): Match and
9592 generate canonical RTL.
9593
9594 2015-05-22 Marc Glisse <marc.glisse@inria.fr>
9595
9596 PR tree-optimization/63387
9597 * match.pd ((X /[ex] A) * A -> X): Remove unnecessary condition.
9598 ((x ord x) & (y ord y) -> (x ord y),
9599 (x ord x) & (x ord y) -> (x ord y)): New simplifications.
9600 * fold-const.c (tree_unary_nonnegative_warnv_p) <ABS_EXPR>: Handle
9601 vectors like scalars.
9602
9603 2015-05-22 Marc Glisse <marc.glisse@inria.fr>
9604
9605 * convert.c (convert_to_integer, convert_to_vector): Include the
9606 types in the error message.
9607
9608 2015-05-22 Marc Glisse <marc.glisse@inria.fr>
9609
9610 * match.pd ((x | y) & ~x -> y & ~x, (x & y) | ~x -> y | ~x): New
9611 simplifications.
9612
9613 2015-05-22 Jeff Law <law@redhat.com>
9614
9615 * config/pa/pa.md (integer_indexed_store splitters): Use
9616 mem_shadd_operand. Use ASHIFT rather than MULT in the resulting
9617 insns -- adjusting the constant 2nd operand accordingly.
9618
9619 * combine.c (try_combine): Canonicalize (plus (mult X pow2) Y) into
9620 (plus (ashift X log2) Y) if it is a split point.
9621
9622 * config/pa/pa.c (mem_shadd_or_shadd_rtx_p): New function factoredx
9623 out of hppa_legitimize_address to handle both forms of a multiply
9624 by 2, 4 or 8.
9625 (hppa_legitimize_address): Use mem_shadd_or_shadd_rtx_p.
9626 Always generate the ASHIFT variant as the result is not directly
9627 used in a MEM. Update comments and refactor slightly to improve
9628 readability.
9629
9630 2015-05-22 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
9631
9632 PR target/65491
9633 * config/aarch64/aarch64.c (aarch64_short_vector_p): Move above
9634 aarch64_composite_type_p. Remove check for aarch64_composite_type_p.
9635 (aarch64_composite_type_p): Return false if given type and mode are
9636 for a short vector.
9637
9638 2015-05-22 Richard Biener <rguenther@suse.de>
9639
9640 * tree-vectorizer.h (struct _slp_oprnd_info): Add second_pattern
9641 member.
9642 * tree-vect-loop.c (vect_analyze_loop_operations): Look at
9643 patterns when determining whether SLP is pure.
9644 (vect_is_slp_reduction): Remove check for pattern stmts.
9645 (vect_is_simple_reduction_1): Remove dead code.
9646 * tree-vect-slp.c (vect_create_oprnd_info): Initialize second_pattern.
9647 (vect_get_and_check_slp_defs): Pass in the stmt number.
9648 Allow the first def in a reduction to be not a pattern stmt when
9649 the rest of the stmts def are patterns.
9650 (vect_build_slp_tree_1): Allow tcc_expression codes like
9651 SAD_EXPR and DOT_PROD_EXPR.
9652 (vect_build_slp_tree): Adjust.
9653 (vect_analyze_slp): Refactor and move BB vect error message ...
9654 (vect_slp_analyze_bb_1): ... here.
9655
9656 2015-05-22 Aldy Hernandez <aldyh@redhat.com>
9657
9658 * tree-switch-conversion.c (build_one_array): Set DECL_IGNORED_P
9659 for CSWTCH temporary.
9660
9661 2015-05-22 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
9662
9663 * config/arm/arm.c (arm_new_rtx_costs): Handle UNSPEC_VOLATILE.
9664 (arm_unspec_cost): Allow UNSPEC_VOLATILE. Do not recurse inside
9665 unknown unspecs.
9666
9667 2015-05-22 Richard Biener <rguenther@suse.de>
9668
9669 PR tree-optimization/66251
9670 * tree-vect-stmts.c (vectorizable_conversion): Properly
9671 set STMT_VINFO_VEC_STMT even for the SLP case.
9672
9673 2015-05-22 Marek Polacek <polacek@redhat.com>
9674
9675 * doc/extend.texi: Use @pxref instead of @xref.
9676
9677 2015-05-22 hiraditya <hiraditya@msn.com>
9678
9679 * gimple.h (gimple_expr_type): Refactor to make it concise. Remove
9680 redundant if.
9681
9682 2015-05-22 Richard Biener <rguenther@suse.de>
9683
9684 PR tree-optimization/65701
9685 * tree-vect-data-refs.c (vect_enhance_data_refs_alignment):
9686 Move peeling cost models into one place. Peel for alignment
9687 for single loads only if an aligned load is cheaper than
9688 an unaligned load.
9689
9690 2015-05-22 Marek Polacek <polacek@redhat.com>
9691
9692 PR c/47043
9693 * doc/extend.texi (Enumerator Attributes): New section.
9694 Document syntax of enumerator attributes.
9695
9696 2015-05-22 Richard Biener <rguenther@suse.de>
9697
9698 * tree-vect-loop.c (get_reduction_op): New function.
9699 (vect_model_reduction_cost): Use it, add reduc_index parameter.
9700 Make ready for BB reductions.
9701 (vect_create_epilog_for_reduction): Use get_reduction_op.
9702 (vectorizable_reduction): Init reduc_index to a valid value.
9703 Adjust vect_model_reduction_cost call.
9704 * tree-vect-slp.c (vect_get_constant_vectors): Use the proper
9705 operand for reduction defaults. Add SAD_EXPR support.
9706 Assert we have a neutral op for SLP reductions.
9707 * tree-vect-stmts.c (vect_mark_stmts_to_be_vectorized): When
9708 walking pattern stmt ops only recurse to SSA names.
9709
9710 2015-05-22 Richard Biener <rguenther@suse.de>
9711
9712 * tree-vect-patterns.c (vect_recog_dot_prod_pattern): Replace
9713 assert with guard, remove check on detected reduction.
9714 (vect_recog_sad_pattern): Likewise.
9715 (vect_recog_widen_sum_pattern): Likewise.
9716
9717 2015-05-22 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
9718
9719 * config/aarch64/arm_neon.h (vaeseq_u8): Add __extension__ and
9720 __always_inline__ attribute.
9721 (vaesdq_u8): Likewise.
9722 (vaesmcq_u8): Likewise.
9723 (vaesimcq_u8): Likewise.
9724 (vsha1cq_u32): Likewise.
9725 (vsha1mq_u32): Likewise.
9726 (vsha1pq_u32): Likewise.
9727 (vsha1h_u32): Likewise.
9728 (vsha1su0q_u32): Likewise.
9729 (vsha1su1q_u32): Likewise.
9730 (vsha256hq_u32): Likewise.
9731 (vsha256h2q_u32): Likewise.
9732 (vsha256su0q_u32): Likewise.
9733 (vsha256su1q_u32): Likewise.
9734 (vmull_p64): Likewise.
9735 (vmull_high_p64): Likewise.
9736
9737 2015-05-21 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
9738
9739 * final.c (final_scan_insn): Don't check HAVE_peephole with the
9740 preprocessor.
9741 * output.h: Likewise.
9742 * genconfig.c (main): Alwways define HAVE_peephole.
9743 * genpeep.c: Don't emit checks of HAVE_peephole.
9744
9745 2015-05-21 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
9746
9747 * combine.c, expmed.c, expr.c, optabs.c optabs.h, toplev.c: DOn't
9748 check HAVE_conditional_move with the preprocessor.
9749
9750 2015-05-21 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
9751
9752 * genconfig.c (main): Always define HAVE_conditional_move.
9753 * combine.c, expmed.c, expr.c, ifcvt.c, optabs.c, optabs.h,
9754 toplev.c, tree-ssa-phiopt.c: Don't check if HAVE_conditional_move
9755 is defined.
9756
9757 2015-05-21 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
9758
9759 * combine.c, df-problems.c, df-scan.c, emit-rtl.c, reginfo.c,
9760 reload.c, rtlanal.c: Remove comparison of ARG_FRAME_POINTER_REGNUM
9761 and FRAME_POINTER_REGNUM with the preprocessor.
9762
9763 2015-05-21 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
9764
9765 * defaults.h: Add default for STACK_PUSH_CODE.
9766 * expr.c: Don't redefine STACK_PUSH_CODE.
9767 * recog.c: Likewise.
9768
9769 2015-05-21 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
9770
9771 * builtins.c, dwarf2cfi.c, explow.c, expr.c, recog.c,
9772 sched-deps.c: Use if instead of preprocessor checks with
9773 STACK_GROWS_DOWNWARD.
9774
9775 2015-05-21 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
9776
9777 * *.c: Check the value of STACK_GROWS_DOWNWARD rather than if it
9778 is defined.
9779 * config/**/*.h: Define STACK_GROWS_DOWNWARD to an integer.
9780 * defaults.h: Provide default for STACK_GROWS_DOWNWARD.
9781 * doc/tm.texi.in: Update references to STACK_GROWS_DOWNWARD.
9782 * doc/tm.texi: Regenerate.
9783
9784 2015-05-21 H.J. Lu <hongjiu.lu@intel.com>
9785
9786 PR target/66232
9787 * config/i386/constraints.md (Bg): New constraint for GOT memory
9788 operand.
9789 * config/i386/i386.md (*call_got_x32): New pattern.
9790 (*call_value_got_x32): Likewise.
9791 * config/i386/predicates.md (GOT_memory_operand): New predicate.
9792
9793 2015-05-21 Jakub Jelinek <jakub@redhat.com>
9794
9795 PR tree-optimization/66233
9796 * match.pd (ocvt (icvt@1 @0)): Don't handle vector types.
9797 Simplify.
9798
9799 2015-05-21 Jeff Law <law@redhat.com>
9800
9801 * config/pa/pa.md (add-with-constant splitter): Use ASHIFT rather
9802 than MULT for shadd sequences.
9803
9804 2015-05-08 Jan Hubicka <hubicka@ucw.cz>
9805
9806 * alias.c (alias_stats): New static var.
9807 (alias_sets_conflict_p, alias_sets_must_conflict_p): Update stats.
9808 (dump_alias_stats_in_alias_c): New function.
9809 * alias.h (dump_alias_stats_in_alias_c): Declare.
9810 * tree-ssa-alias.c (dump_alias_stats): Call it.
9811
9812 2015-05-08 Michael Matz <matz@suse.de>
9813
9814 * tree-vectorizer.h (struct _stmt_vec_info): Rename stride_load_p
9815 to strided_p.
9816 (STMT_VINFO_STRIDE_LOAD_P): Rename to ...
9817 (STMT_VINFO_STRIDED_P): ... this.
9818 * tree-vect-data-refs.c (vect_compute_data_ref_alignment): Adjust.
9819 (vect_verify_datarefs_alignment): Likewise.
9820 (vect_enhance_data_refs_alignment): Likewise.
9821 (vect_analyze_data_ref_access): Likewise.
9822 (vect_analyze_data_refs): Accept strided stores.
9823 * tree-vect-stmts.c (vect_model_store_cost): Count strided stores.
9824 (vect_model_load_cost): Adjust for macro rename.
9825 (vectorizable_mask_load_store): Likewise.
9826 (vectorizable_load): Likewise.
9827 (vectorizable_store): Open code strided stores.
9828
9829 2015-05-21 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
9830
9831 * doc/sourcebuild.texi (7.2.3.9 Other hardware attributes):
9832 Document sqrt_insn.
9833
9834 2015-05-21 Richard Biener <rguenther@suse.de>
9835
9836 PR c++/66211
9837 * match.pd: Guard pattern optimzing (int)(float)int
9838 conversions to apply only on GIMPLE.
9839
9840 2015-05-21 Jeff Law <law@redhat.com>
9841
9842 * combine.c (find_split_point): Handle ASHIFT like MULT to encourage
9843 multiply-accumulate/shift-add insn generation.
9844
9845 2015-05-21 Oleg Endo <olegendo@gcc.gnu.org>
9846
9847 PR target/54236
9848 * config/sh/sh.md (*round_int_even): Reject pattern if operands[0] and
9849 operands[1] are the same.
9850
9851 2015-05-21 Ilya Enkovich <enkovich.gnu@gmail.com>
9852
9853 PR middle-end/66221
9854 * ipa-chkp.c (chkp_copy_function_type_adding_bounds): Use
9855 build_distinct_type_copy to copy bounds.
9856
9857 2015-05-21 Thomas Schwinge <thomas@codesourcery.com>
9858
9859 * genrecog.c (MAX_DEPTH, MIN_NUM_STATEMENTS, MAX_NUM_STATEMENTS):
9860 Change to unsigned int.
9861
9862 2015-05-20 Jeff Law <law@redhat.com>
9863
9864 * config/pa/pa.c (pa_print_operand): New 'o' output modifier.
9865 (pa_mem_shadd_constant_p): Renamed from pa_shadd_constant_p.
9866 (pa_shadd_constant_p): Allow constants for shadd insns rather
9867 than valid scaling constants for memory addresses.
9868 * config/pa/pa-protos.h (pa_mem_shadd_constant_p): Add prototype.
9869 * config/pa/predicates.md (mem_shadd_operand): New predicate.
9870 * config/pa/pa.md (shift-add insns using MULT): Use mem_shadd_operand.
9871 (shift-add insns using ASHIFT): New patterns.
9872
9873 2015-05-20 Mikhail Maltsev <maltsevm@gmail.com>
9874
9875 * bb-reorder.c (set_edge_can_fallthru_flag): Use rtx_jump_insn where
9876 feasible.
9877 (fix_up_fall_thru_edges): Likewise.
9878 (fix_crossing_conditional_branches): Likewise. Promote jump targets
9879 from to rtx_insn to rtx_code_label where feasible.
9880 * bt-load.c (move_btr_def): Remove as-a cast of the value returned by
9881 gen_move_insn (returned type changed to rtx_insn).
9882 * builtins.c (expand_errno_check): Fix arguments of
9883 do_compare_rtx_and_jump (now expects rtx_code_label).
9884 (expand_builtin_acc_on_device): Likewise.
9885 * cfgcleanup.c (try_simplify_condjump): Add cast when calling
9886 invert_jump (now exprects rtx_jump_insn).
9887 * cfgexpand.c (label_rtx_for_bb): Promote return type to rtx_code_label.
9888 (construct_init_block): Use rtx_code_label.
9889 * cfgrtl.c (block_label): Promote return type to rtx_code_label.
9890 (try_redirect_by_replacing_jump): Use cast to rtx_jump_insn when
9891 calling redirect_jump.
9892 (patch_jump_insn): Likewise.
9893 (redirect_branch_edge): Likewise.
9894 (force_nonfallthru_and_redirect): Likewise.
9895 (fixup_reorder_chain): Explicitly use rtx_jump_insn instead of rtx_insn
9896 when suitable.
9897 (rtl_lv_add_condition_to_bb): Update call of do_compare_rtx_and_jump.
9898 * cfgrtl.h: Promote return type of block_label to rtx_code_label.
9899 * config/bfin/bfin.c (hwloop_optimize): Fix call of emit_label_before.
9900 * config/i386/i386.c (ix86_emit_cmove): Explicitly use rtx_code_label
9901 to store the value retured by gen_label_rtx.
9902 * config/mips/mips.c (mips16_split_long_branches): Promote rtx_insn to
9903 rtx_jump_insn.
9904 * config/sh/sh.c (gen_far_branch): Likewise. Fix call of invert_jump.
9905 (split_branches): Fix calls of redirect_jump.
9906 * dojump.c (jumpifnot): Promote argument type from rtx to
9907 rtx_code_label.
9908 (jumpifnot_1): Likewise.
9909 (jumpif): Likewise.
9910 (jumpif_1): Likewise.
9911 (do_jump_1): Likewise.
9912 (do_jump): Likewise. Use rtx_code_label when feasible.
9913 (do_jump_by_parts_greater_rtx): Likewise.
9914 (do_jump_by_parts_zero_rtx): Likewise.
9915 (do_jump_by_parts_equality_rtx): Likewise.
9916 (do_compare_rtx_and_jump): Likewise.
9917 * dojump.h: Update function prototypes.
9918 * dse.c (emit_inc_dec_insn_before): Remove case (gen_move_insn now
9919 returns rtx_insn).
9920 * emit-rtl.c (emit_jump_insn_before_noloc): Promote return type to
9921 rtx_jump_insn.
9922 (emit_label_before): Likewise.
9923 (emit_jump_insn_after_noloc): Likewise.
9924 (emit_jump_insn_after_setloc): Likewise.
9925 (emit_jump_insn_after): Likewise
9926 (emit_jump_insn_before_setloc): Likewise.
9927 (emit_jump_insn_before): Likewise.
9928 (emit_label_before): Promote return type to rtx_code_label.
9929 (emit_label): Likewise.
9930 * except.c (sjlj_emit_dispatch_table): Use jump_target_rtx.
9931 * explow.c (emit_stack_save): Use gen_move_insn_uncast instead of
9932 gen_move_insn.
9933 (emit_stack_restore): Likewise.
9934 * expmed.c (emit_store_flag_force): Fix calls of do_compare_rtx_and_jump.
9935 (do_cmp_and_jump): Likewise.
9936 * expr.c (expand_expr_real_2): Likewise. Promote some local variables
9937 from rtx to rtx_code_label.
9938 (gen_move_insn_uncast): New function.
9939 * expr.h: Update return type of gen_move_insn (promote to rtx_insn).
9940 * function.c (convert_jumps_to_returns): Fix call of redirect_jump.
9941 * gcse.c (pre_insert_copy_insn): Use rtx_insn instead of rtx.
9942 * ifcvt.c (dead_or_predicable): Use rtx_jump_insn when calling
9943 invert_jump_1 and redirect_jump_1.
9944 * internal-fn.c (expand_arith_overflow_result_store): Fix call of
9945 do_compare_rtx_and_jump.
9946 (expand_addsub_overflow): Likewise.
9947 (expand_neg_overflow): Likewise.
9948 (expand_mul_overflow): Likewise.
9949 * ira.c (split_live_ranges_for_shrink_wrap): Use rtx_insn for
9950 return value of gen_move_insn.
9951 * jump.c (redirect_jump): Promote argument from rtx to rtx_jump_insn.
9952 * loop-doloop.c (add_test): Use rtx_code_label.
9953 (doloop_modify): Likewise.
9954 (doloop_optimize): Likewise.
9955 * loop-unroll.c (compare_and_jump_seq): Promote rtx to rtx_code_label.
9956 * lra-constraints.c (emit_spill_move): Remove cast of value returned
9957 by gen_move_insn.
9958 (inherit_reload_reg): Add cast when calling dump_insn_slim.
9959 (split_reg): Likewise.
9960 * modulo-sched.c (schedule_reg_moves): Remove cast of value returned by
9961 gen_move_insn.
9962 * optabs.c (expand_binop_directly): Remove casts of values returned by
9963 maybe_gen_insn.
9964 (expand_unop_direct): Likewise.
9965 (expand_abs): Likewise.
9966 (maybe_emit_unop_insn): Likewise.
9967 (maybe_gen_insn): Promote return type to rtx_insn.
9968 * optabs.h: Update prototype of maybe_gen_insn.
9969 * postreload-gcse.c (eliminate_partially_redundant_load): Remove
9970 redundant cast.
9971 * recog.c (struct peep2_insn_data): Promote type of insn field to
9972 rtx_insn.
9973 (peep2_reinit_state): Use NULL instead of NULL_RTX.
9974 (peep2_attempt): Remove casts of insn in peep2_insn_data.
9975 (peep2_fill_buffer): Promote argument from rtx to rtx_insn
9976 * recog.h (struct insn_gen_fn): Promote return types of function
9977 pointers and operator ().from rtx to rtx_insn.
9978 * reorg.c (fill_simple_delay_slots): Promote rtx_insn to rtx_jump_insn.
9979 (fill_eager_delay_slots): Likewise.
9980 (relax_delay_slots): Likewise.
9981 (make_return_insns): Likewise.
9982 (dbr_schedule): Likewise.
9983 (optimize_skips): Likewise.
9984 (reorg_redirect_jump): Likewise.
9985 (fill_slots_from_thread): Likewise.
9986 * reorg.h: Update prototypes.
9987 * resource.c (find_dead_or_set_registers): Use dyn_cast to
9988 rtx_jump_insn instead of check. Use it's jump_target method.
9989 * rtl.h (rtx_jump_insn::jump_label): Define new method.
9990 (rtx_jump_insn::jump_target): Define new method.
9991 (rtx_jump_insn::set_jump_target): Define new method.
9992 * rtlanal.c (tablejump_p): Promote type of one local variable.
9993 * sched-deps.c (sched_analyze_2): Promote rtx to rtx_insn_list.
9994 (sched_analyze_insn): Likewise.
9995 * sched-vis.c (print_insn_with_notes): Promote rtx to rtx_insn.
9996 (print_insn): Likewise.
9997 * stmt.c (label_rtx): Promote return type to rtx_insn.
9998 (force_label_rtx): Likewise.
9999 (jump_target_rtx): Define new function.
10000 (expand_label): Use it, get rid of one cast.
10001 (expand_naked_return): Promote rtx to rtx_code_label.
10002 (do_jump_if_equal): Fix do_compare_rtx_and_jump call.
10003 (expand_case): Use rtx_code_label instread of rtx where feasible.
10004 (expand_sjlj_dispatch_table): Likewise.
10005 (emit_case_nodes): Likewise.
10006 * stmt.h: Declare jump_target_rtx. Update prototypes. Fix comments.
10007 * store-motion.c (insert_store): Make use of new return type of
10008 gen_move_insn and remove a cast.
10009 (replace_store_insn): Likewise.
10010
10011 2015-05-20 Max Filippov <jcmvbkbc@gmail.com>
10012
10013 * config/xtensa/xtensa.c (init_alignment_context): Replace MULT
10014 by BITS_PER_UNIT with ASHIFT by exact_log2 (BITS_PER_UNIT).
10015
10016 2015-05-20 Jeff Law <law@redhat.com>
10017
10018 * tree-ssa-threadupdate.c (mark_threaded_blocks): Properly
10019 dispose of the jump thread path when the jump threading
10020 opportunity is cancelled.
10021
10022 2015-05-20 Manuel López-Ibáñez <manu@gcc.gnu.org>
10023
10024 * diagnostic.c (diagnostic_print_caret_line): Fix off-by-one error
10025 when printing the caret character.
10026
10027 2015-05-20 Marek Polacek <polacek@redhat.com>
10028
10029 * cfgexpand.c (expand_debug_expr): Use UNARY_CLASS_P.
10030
10031 2015-05-20 Marek Polacek <polacek@redhat.com>
10032
10033 * expr.c (expand_cond_expr_using_cmove): Use COMPARISON_CLASS_P.
10034 * gimple-expr.c (gimple_cond_get_ops_from_tree): Likewise.
10035 * gimple-fold.c (canonicalize_bool): Likewise.
10036 (same_bool_result_p): Likewise.
10037 * tree-if-conv.c (parse_predicate): Likewise.
10038
10039 2015-05-20 Marek Polacek <polacek@redhat.com>
10040
10041 * gimple-fold.c (fold_const_aggregate_ref_1): Use DECL_P.
10042 * gimplify.c (gimplify_modify_expr_rhs): Likewise.
10043
10044 2015-05-20 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
10045
10046 * config/aarch64/aarch64.c (aarch64_class_max_nregs):
10047 Use UNITS_PER_VREG and UNITS_PER_WORD instead of their direct
10048 values.
10049
10050 2015-05-20 Robert Suchanek <robert.suchanek@imgtec.com>
10051
10052 * config/mips/mips.h (micromips_globals): Declare.
10053
10054 2015-05-20 David Malcolm <dmalcolm@redhat.com>
10055
10056 * timevar.def (TV_INITIALIZE_RTL): New.
10057 * toplev.c (initialize_rtl): Use an auto_timevar to account this
10058 function's time to TV_INITIALIZE_RTL.
10059
10060 2015-05-20 Ilya Enkovich <enkovich.gnu@gmail.com>
10061
10062 * tree-chkp.c (chkp_maybe_copy_and_register_bounds): Remove useless
10063 gimple_build_nop calls.
10064 (chkp_find_bounds_for_elem): Likewise.
10065 (chkp_get_zero_bounds): Likewise.
10066 (chkp_get_none_bounds): Likewise.
10067 (chkp_get_bounds_by_definition): Likewise.
10068 (chkp_generate_extern_var_bounds): Likewise.
10069 (chkp_get_bounds_for_decl_addr): Likewise.
10070 (chkp_get_bounds_for_string_cst): Likewise.
10071
10072 2015-05-20 Bin Cheng <bin.cheng@arm.com>
10073
10074 PR tree-optimization/65447
10075 * tree-ssa-loop-ivopts.c (struct iv_use): New fields.
10076 (dump_use, dump_uses): Support to dump sub use.
10077 (record_use): New parameters to support sub use. Remove call to
10078 dump_use.
10079 (record_sub_use, record_group_use): New functions.
10080 (compute_max_addr_offset, split_all_small_groups): New functions.
10081 (group_address_uses, rewrite_use_address): New functions.
10082 (strip_offset): New declaration.
10083 (find_interesting_uses_address): Call record_group_use.
10084 (add_candidate): New assertion.
10085 (infinite_cost_p): Move definition forward.
10086 (add_costs): Check INFTY cost and return immediately.
10087 (get_computation_cost_at): Clear setup cost and dependent bitmap
10088 for sub uses.
10089 (determine_use_iv_cost_address): Compute cost for sub uses.
10090 (rewrite_use_address_1): Rename from old rewrite_use_address.
10091 (free_loop_data): Free sub uses.
10092 (tree_ssa_iv_optimize_loop): Call group_address_uses.
10093
10094 2015-05-20 Kugan Vivekanandarajah <kuganv@linaro.org>
10095 Jim Wilson <jim.wilson@linaro.org>
10096
10097 * config/arm/aarch-common-protos.h (struct mem_cost_table): Added
10098 new fields loadv and storev.
10099 * config/aarch64/aarch64-cost-tables.h (thunderx_extra_costs):
10100 Initialize loadv and storev.
10101 * config/arm/aarch-cost-tables.h (generic_extra_costs): Likewise.
10102 (cortexa53_extra_costs): Likewise.
10103 (cortexa57_extra_costs): Likewise.
10104 (xgene1_extra_costs): Likewise.
10105 * config/aarch64/aarch64.c (aarch64_rtx_costs): Update vector
10106 rtx_costs.
10107
10108 2015-05-20 Kugan Vivekanandarajah <kuganv@linaro.org>
10109
10110 * config/arm/arm.c (cortexa9_extra_costs): Initialize loadv and
10111 storev.
10112 (cortexa8_extra_costs): Likewise.
10113 (cortexa5_extra_costs): Likewise.
10114 (cortexa7_extra_costs): Likewise.
10115 (cortexa12_extra_costs): Likewise.
10116 (cortexa15_extra_costs): Likewise.
10117 (v7m_extra_costs): Likewise.
10118
10119 2015-05-20 Jeff Law <law@redhat.com>
10120
10121 * tree-ssa-threadupdate.c (thread_single_edge): Use delete_jump_thread
10122 instead of open-coded version. Also delete the jump thread created
10123 within this function.
10124
10125 2015-05-20 Alan Modra <amodra@gmail.com>
10126
10127 * config/rs6000/rs6000.c (rs6000_emit_allocate_stack): Return
10128 stack adjusting insn. Formatting.
10129 (rs6000_emit_prologue): Track stack adjusting insn, and use of
10130 r12. If possible, emit first -fsplit-stack arg pointer insn
10131 before stack adjust. Don't use r12 to save cr if split-stack.
10132
10133 2015-05-20 Alan Modra <amodra@gmail.com>
10134
10135 * common/config/rs6000/rs6000-common.c (TARGET_SUPPORTS_SPLIT_STACK):
10136 Define.
10137 (rs6000_supports_split_stack): New function.
10138 * gcc/config/rs6000/rs6000.c (machine_function): Add
10139 split_stack_arg_pointer.
10140 (TARGET_EXTRA_LIVE_ON_ENTRY, TARGET_INTERNAL_ARG_POINTER): Define.
10141 (setup_incoming_varargs): Use crtl->args.internal_arg_pointer
10142 rather than virtual_incoming_args_rtx.
10143 (rs6000_va_start): Likewise.
10144 (split_stack_arg_pointer_used_p): New function.
10145 (rs6000_emit_prologue): Set up arg pointer for -fsplit-stack.
10146 (morestack_ref): New var.
10147 (gen_add3_const, rs6000_expand_split_stack_prologue,
10148 rs6000_internal_arg_pointer, rs6000_live_on_entry,
10149 rs6000_split_stack_space_check): New functions.
10150 (rs6000_elf_file_end): Call file_end_indicate_split_stack.
10151 * gcc/config/rs6000/rs6000.md (UNSPEC_STACK_CHECK): Define.
10152 (UNSPECV_SPLIT_STACK_RETURN): Define.
10153 (split_stack_prologue, load_split_stack_limit,
10154 load_split_stack_limit_di, load_split_stack_limit_si,
10155 split_stack_return, split_stack_space_check): New expands and insns.
10156 * gcc/config/rs6000/rs6000-protos.h
10157 (rs6000_expand_split_stack_prologue): Declare.
10158 (rs6000_split_stack_space_check): Declare.
10159
10160 2015-05-20 Alan Modra <amodra@gmail.com>
10161
10162 * config/rs6000/rs6000.c (struct rs6000_stack): Correct comments.
10163 (direct_return): Test vrsave_size rather than vrsave_mask.
10164 (rs6000_emit_prologue): Likewise. Remove redundant altivec tests.
10165 (rs6000_emit_epilogue): Likewise.
10166
10167 2015-05-20 Alan Modra <amodra@gmail.com>
10168
10169 * config/rs6000/rs6000.c (rs6000_stack_info): Don't zero offsets
10170 when not saving registers.
10171 (debug_stack_info): Adjust to omit printing unused offsets,
10172 as before.
10173 (rs6000_emit_epilogue): Adjust use_backchain_to_restore_sp
10174 expression.
10175
10176 2015-05-19 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
10177
10178 PR c++/65835
10179 * config/i386/winnt.c (struct wrapped_symbol_hasher): Change
10180 value_type to const char *.
10181
10182 2015-05-19 Sandra Loosemore <sandra@codesourcery.com>
10183
10184 * config.gcc [powerpc*-*-linux*]: Allow --enable-targets=all
10185 to build a biarch toolchain again.
10186
10187 2015-05-19 Jan Hubicka <hubicka@ucw.cz>
10188
10189 * ipa-devirt.c (type_in_anonymous_namespace_p): Return true
10190 or implicit declarations.
10191 (odr_type_p): Check that TYPE_NAME is TYPE_DECL before looking
10192 into it.
10193 (get_odr_type): Check type has linkage before adding bases.
10194 (register_odr_type): Check that type has linkage before adding it.
10195 (type_known_to_have_no_deriavations_p): Rename to ..
10196 (type_known_to_have_no_derivations_p): This one.
10197 * ipa-utils.h (type_known_to_have_no_deriavations_p): Rename to ..
10198 (type_known_to_have_no_derivations_p): This one.
10199 * ipa-polymorphic-call.c
10200 (ipa_polymorphic_call_context::restrict_to_inner_type): Check that
10201 type has linkage.
10202
10203 2015-05-19 Eric Botcazou <ebotcazou@adacore.com>
10204
10205 * stor-layout.c (finalize_type_size): Use AGGREGATE_TYPE_P.
10206 (layout_type): Use RECORD_OR_UNION_TYPE_P.
10207
10208 2015-05-19 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
10209
10210 * config/s390/s390.c (s390_vector_bool_type_p): New function.
10211 (s390_invalid_binary_op): New function.
10212 (TARGET_INVALID_BINARY_OP): Define macro.
10213
10214 2015-05-19 David Sherwood <david.sherwood@arm.com>
10215
10216 * loop-invariant.c (create_new_invariant): Don't calculate address cost
10217 if mode is not a scalar integer.
10218 (get_inv_cost): Increase computational cost for unused invariants.
10219
10220 2015-05-19 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
10221
10222 * config.gcc: Add vecintrin.h to extra_headers. Add s390-c.o to
10223 c_target_objs and cxx_target_objs. Add t-s390 to tmake_file.
10224 * config/s390/s390-builtin-types.def: New file.
10225 * config/s390/s390-builtins.def: New file.
10226 * config/s390/s390-builtins.h: New file.
10227 * config/s390/s390-c.c: New file.
10228 * config/s390/s390-modes.def: Add modes CCVEQANY, CCVH,
10229 CCVHANY, CCVHU, CCVHUANY, CCVFHANY, CCVFHEANY.
10230 * config/s390/s390-protos.h (s390_expand_vec_compare_cc)
10231 (s390_cpu_cpp_builtins, s390_register_target_pragmas): Add
10232 prototypes.
10233 * config/s390/s390.c (s390-builtins.h, s390-builtins.def):
10234 Include.
10235 (flags_builtin, flags_overloaded_builtin_var, s390_builtin_types)
10236 (s390_builtin_fn_types, s390_builtin_decls, code_for_builtin): New
10237 variable definitions.
10238 (s390_const_operand_ok): New function.
10239 (s390_expand_builtin): Rewrite.
10240 (s390_init_builtins): New function.
10241 (s390_handle_vectorbool_attribute): New function.
10242 (s390_attribute_table): Add s390_vector_bool attribute.
10243 (s390_match_ccmode_set): Handle new cc modes CCVH, CCVHU.
10244 (s390_branch_condition_mask): Generate masks for new modes.
10245 (s390_expand_vec_compare_cc): New function.
10246 (s390_mangle_type): Add mangling for vector bool types.
10247 (enum s390_builtin): Remove.
10248 (s390_atomic_assign_expand_fenv): Rename constants for sfpc and
10249 efpc builtins.
10250 * config/s390/s390.h (TARGET_CPU_CPP_BUILTINS): Call
10251 s390_cpu_cpp_builtins.
10252 (REGISTER_TARGET_PRAGMAS): New macro.
10253 * config/s390/s390.md: Define more UNSPEC_VEC_* constants.
10254 (insn_cmp mode attribute): Add new CC modes.
10255 (s390_sfpc, s390_efpc): Rename patterns to sfpc and efpc.
10256 (lcbb): New pattern definition.
10257 * config/s390/s390intrin.h: Include vecintrin.h.
10258 * config/s390/t-s390: New file.
10259 * config/s390/vecintrin.h: New file.
10260 * config/s390/vector.md: Include vx-builtins.md.
10261 * config/s390/vx-builtins.md: New file.S/390 zvector builtin
10262 support.
10263
10264 2015-05-19 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
10265
10266 * config/s390/s390-modes.def: Add new modes CCVEQ, CCVFH, and
10267 CCVFHE.
10268 * config/s390/s390.c (s390_match_ccmode_set): Handle new modes.
10269 (s390_select_ccmode): Likewise.
10270 (s390_canonicalize_comparison): Swap operands if necessary.
10271 (s390_expand_vec_compare_scalar): Expand DFmode compare using
10272 single element vector instructions.
10273 (s390_emit_compare): Call s390_expand_vec_compare_scalar.
10274 (s390_branch_condition_mask): Generate CC masks for the new modes.
10275 * config/s390/s390.md (v0, vf, vd): New mode attributes.
10276 (VFCMP, asm_fcmp, insn_cmp): New mode iterator and attributes.
10277 (*vec_cmp<insn_cmp>df_cconly, *fixuns_truncdfdi2_z13)
10278 (*fix_trunc<BFP:mode><GPR:mode>2_bfp, *floatunsdidf2_z13)
10279 (*floatuns<GPR:mode><FP:mode>2, *extendsfdf2_z13)
10280 (*extend<DSF:mode><BFP:mode>2): New insn definition.
10281 (fix_trunc<BFP:mode><GPR:mode>2_bfp, loatuns<GPR:mode><FP:mode>2)
10282 (extend<DSF:mode><BFP:mode>2): Turn into expander.
10283 (floatdi<mode>2, truncdfsf2, add<mode>3, sub<mode>3, mul<mode>3)
10284 (div<mode>3, *neg<mode>2, *abs<mode>2, *negabs<mode>2)
10285 (sqrt<mode>2): Add vector instruction.
10286
10287 2015-05-19 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
10288
10289 * config/s390/constraints.md (j00, jm1, jxx, jyy, v): New
10290 constraints.
10291 * config/s390/predicates.md (const0_operand, constm1_operand)
10292 (constable_operand): Accept vector operands.
10293 * config/s390/s390-modes.def: Add supported vector modes.
10294 * config/s390/s390-protos.h (s390_cannot_change_mode_class)
10295 (s390_function_arg_vector, s390_contiguous_bitmask_vector_p)
10296 (s390_bytemask_vector_p, s390_expand_vec_strlen)
10297 (s390_expand_vec_compare, s390_expand_vcond)
10298 (s390_expand_vec_init): Add prototypes.
10299 * config/s390/s390.c (VEC_ARG_NUM_REG): New macro.
10300 (s390_vector_mode_supported_p): New function.
10301 (s390_contiguous_bitmask_p): Mask out the irrelevant bits.
10302 (s390_contiguous_bitmask_vector_p): New function.
10303 (s390_bytemask_vector_p): New function.
10304 (s390_split_ok_p): Vector regs don't work either.
10305 (regclass_map): Add VEC_REGS.
10306 (s390_legitimate_constant_p): Handle vector constants.
10307 (s390_cannot_force_const_mem): Handle CONST_VECTOR.
10308 (legitimate_reload_vector_constant_p): New function.
10309 (s390_preferred_reload_class): Handle CONST_VECTOR.
10310 (s390_reload_symref_address): Likewise.
10311 (s390_secondary_reload): Vector memory instructions only support
10312 short displacements. Rename reload*_nonoffmem* to reload*_la*.
10313 (s390_emit_ccraw_jump): New function.
10314 (s390_expand_vec_strlen): New function.
10315 (s390_expand_vec_compare): New function.
10316 (s390_expand_vcond): New function.
10317 (s390_expand_vec_init): New function.
10318 (s390_dwarf_frame_reg_mode): New function.
10319 (print_operand): Handle addresses with 'O' and 'R' constraints.
10320 (NR_C_MODES, constant_modes): Add vector modes.
10321 (s390_output_pool_entry): Handle vector constants.
10322 (s390_hard_regno_mode_ok): Handle vector registers.
10323 (s390_class_max_nregs): Likewise.
10324 (s390_cannot_change_mode_class): New function.
10325 (s390_invalid_arg_for_unprototyped_fn): New function.
10326 (s390_function_arg_vector): New function.
10327 (s390_function_arg_float): Remove size variable.
10328 (s390_pass_by_reference): Handle vector arguments.
10329 (s390_function_arg_advance): Likewise.
10330 (s390_function_arg): Likewise.
10331 (s390_return_in_memory): Vector values are returned in a VR if
10332 possible.
10333 (s390_function_and_libcall_value): Handle vector arguments.
10334 (s390_gimplify_va_arg): Likewise.
10335 (s390_call_saved_register_used): Consider the arguments named.
10336 (s390_conditional_register_usage): Disable v16-v31 for non-vec
10337 targets.
10338 (s390_preferred_simd_mode): New function.
10339 (s390_support_vector_misalignment): New function.
10340 (s390_vector_alignment): New function.
10341 (TARGET_STRICT_ARGUMENT_NAMING, TARGET_DWARF_FRAME_REG_MODE)
10342 (TARGET_VECTOR_MODE_SUPPORTED_P)
10343 (TARGET_INVALID_ARG_FOR_UNPROTOTYPED_FN)
10344 (TARGET_VECTORIZE_PREFERRED_SIMD_MODE)
10345 (TARGET_VECTORIZE_SUPPORT_VECTOR_MISALIGNMENT)
10346 (TARGET_VECTOR_ALIGNMENT): Define target macro.
10347 * config/s390/s390.h (FUNCTION_ARG_PADDING): Define macro.
10348 (FIRST_PSEUDO_REGISTER): Increase value.
10349 (VECTOR_NOFP_REGNO_P, VECTOR_REGNO_P, VECTOR_NOFP_REG_P)
10350 (VECTOR_REG_P): Define macros.
10351 (FIXED_REGISTERS, CALL_USED_REGISTERS)
10352 (CALL_REALLY_USED_REGISTERS, REG_ALLOC_ORDER)
10353 (HARD_REGNO_CALL_PART_CLOBBERED, REG_CLASS_NAMES)
10354 (FUNCTION_ARG_REGNO_P, FUNCTION_VALUE_REGNO_P, REGISTER_NAMES):
10355 Add vector registers.
10356 (CANNOT_CHANGE_MODE_CLASS): Call C function.
10357 (enum reg_class): Add VEC_REGS, ADDR_VEC_REGS, GENERAL_VEC_REGS.
10358 (SECONDARY_MEMORY_NEEDED): Allow SF<->SI mode moves without
10359 memory.
10360 (DBX_REGISTER_NUMBER, FIRST_VEC_ARG_REGNO, LAST_VEC_ARG_REGNO)
10361 (SHORT_DISP_IN_RANGE, VECTOR_STORE_FLAG_VALUE): Define macro.
10362 * config/s390/s390.md (UNSPEC_VEC_*): New constants.
10363 (VR*_REGNUM): New constants.
10364 (ALL): New mode iterator.
10365 (INTALL): Remove mode iterator.
10366 Include vector.md.
10367 (movti): Implement TImode moves for VRs.
10368 Disable TImode splitter for VR targets.
10369 Implement splitting TImode GPR<->VR moves.
10370 (reload*_tomem_z10, reload*_toreg_z10): Replace INTALL with ALL.
10371 (reload<mode>_nonoffmem_in, reload<mode>_nonoffmem_out): Rename to
10372 reload<mode>_la_in, reload<mode>_la_out.
10373 (*movdi_64, *movsi_zarch, *movhi, *movqi, *mov<mode>_64dfp)
10374 (*mov<mode>_64, *mov<mode>_31): Add vector instructions.
10375 (TD/TF mode splitter): Enable for GPRs only (formerly !FP).
10376 (mov<mode> SF SD): Prefer lder, lde for loading.
10377 Add lrl and strl instructions.
10378 Add vector instructions.
10379 (strlen<mode>): Rename old strlen<mode> to strlen_srst<mode>.
10380 Call s390_expand_vec_strlen on z13.
10381 (*cc_to_int): Change predicate to nonimmediate_operand.
10382 (addti3): Rename to *addti3. New expander.
10383 (subti3): Rename to *subti3. New expander.
10384 * config/s390/vector.md: New file.
10385
10386 2015-05-19 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
10387
10388 * common/config/s390/s390-common.c (processor_flags_table): Add
10389 z13.
10390 * config.gcc: Add z13.
10391 * config/s390/s390-opts.h (enum processor_type): Add
10392 PROCESSOR_2964_Z13.
10393 * config/s390/s390.c (s390_adjust_priority): Check for
10394 PROCESSOR_2964_Z13.
10395 (s390_reorg): Likewise.
10396 (s390_sched_reorder): Likewise.
10397 (s390_sched_variable_issue): Likewise.
10398 (s390_loop_unroll_adjust): Likewise.
10399 (s390_option_override): Likewise. Default to -mvx when available.
10400 * config/s390/s390.h (enum processor_flags): Add PF_Z13 and PF_VX.
10401 (TARGET_CPU_Z13, TARGET_CPU_VX, TARGET_Z13, TARGET_VX)
10402 (TARGET_VX_ABI): Define macros.
10403 macros.
10404 (TARGET_DEFAULT): Add MASK_OPT_VX.
10405 * config/s390/s390.md ("cpu" attribute): Add z13.
10406 ("cpu_facility" attribute): Add vec.
10407 * config/s390/s390.opt (processor_type): Add z13.
10408 (mvx): New options.
10409 * doc/invoke.texi: Add z13 option for -march.
10410
10411 2015-05-19 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
10412
10413 * config/s390/predicates.md (shift_count_or_setmem_operand): Add
10414 mode check to make sure that only scalar integer values are
10415 accepted.
10416
10417 2015-05-19 Jan Hubicka <hubicka@ucw.cz>
10418
10419 * tree.c (verify_type_variant): Fix #undef.
10420 (gimple_canonical_types_compatible_p): Move here from lto.c
10421 (verify_type): Verify TYPE_CANONICAL compatibility.
10422 * tree.h (gimple_canonical_types_compatible_p): Declare.
10423
10424 2015-05-19 Jakub Jelinek <jakub@redhat.com>
10425
10426 PR middle-end/66199
10427 * tree.h (OMP_TEAMS_COMBINED): Define.
10428 * gimplify.c (enum gimplify_omp_var_data): Add
10429 GOVD_LINEAR_LASTPRIVATE_NO_OUTER.
10430 (enum omp_region_type): Add ORT_COMBINED_TEAMS.
10431 (omp_notice_variable): Accept both ORT_TEAMS
10432 and ORT_COMBINED_TEAMS. Don't recurse if
10433 GOVD_LINEAR_LASTPRIVATE_NO_OUTER is set and either
10434 GOVD_LINEAR is set, or GOVD_LASTPRIVATE without
10435 GOVD_FIRSTPRIVATE.
10436 (omp_no_lastprivate): New function.
10437 (gimplify_scan_omp_clauses): For OMP_CLAUSE_LASTPRIVATE
10438 and OMP_CLAUSE_LINEAR, if omp_no_lastprivate, don't
10439 notice_outer and set appropriate bits, otherwise make
10440 sure default(none) combined constructs won't complain.
10441 (gimplify_adjust_omp_clauses): Remove OMP_CLAUSE_LINEAR
10442 outer special casing, for OMP_CLAUSE_LASTPRIVATE if
10443 omp_no_lastprivate either remove the clause or turn it
10444 into OMP_CLAUSE_PRIVATE.
10445 (gimplify_omp_for): Fix up handling of implicit
10446 lastprivate or linear iterators.
10447 (gimplify_omp_workshare): For OMP_TEAMS_COMBINED use
10448 ORT_COMBINED_TEAMS.
10449 * omp-low.c (lower_omp_for_lastprivate): For combined
10450 for simd use fd.loop.n2 from the for rather than simd.
10451
10452 2015-05-19 Richard Sandiford <richard.sandiford@arm.com>
10453
10454 * config/cris/cris.c (cris_expand_prologue): Use gen_raw_REG
10455 instead of gen_rtx_raw_REG.
10456 (cris_expand_epilogue): Likewise.
10457 * config/microblaze/microblaze.c (microblaze_classify_address):
10458 Likewise.
10459 * config/sparc/sparc.md: Likewise.
10460
10461 2015-05-19 Uros Bizjak <ubizjak@gmail.com>
10462
10463 * config/alpha/alpha.c (alpha_legitimize_reload_address)
10464 (alpha_preferred_reload_class, alpha_legitimate_constant_p): Use
10465 CONST_INT_P, CONST_SCALAR_INT_P and CONST_DOUBLE_P predicates.
10466 (alpha_split_reload_pair) <case CONST_INT, case CONST_WIDE_INT>:
10467 Use CASE_CONST_SCALAR_INT.
10468 (print_operand) <case 'M'>: Use mode_width_operand to check the
10469 value of the constant.
10470 * config/alpha/alpha.md (movti): Use CONST_SCALAR_INT_P predicate.
10471 * config/alpha/predicates.md (input_operand): Use general_operand
10472 instead of match_code as operand check.
10473 (symbolic_operand): Use match_code with subexpression digits.
10474 * config/alpha/constraints.md (Q): Ditto.
10475
10476 2015-05-19 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
10477
10478 * optabs.c (expand_vec_perm): Don't re-use SEL as target operand.
10479
10480 2015-05-19 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
10481
10482 * config/s390/s390.c (s390_secondary_reload): Fix check for
10483 load/store relative.
10484
10485 2015-05-19 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
10486
10487 * recog.h: Increase MAX_RECOG_ALTERNATIVES. Change type of
10488 alternative_mask to uint64_t.
10489
10490 2015-05-19 Jakub Jelinek <jakub@redhat.com>
10491
10492 PR tree-optimization/66187
10493 * match.pd ((bit_and (plus/minus (convert @0) (convert @1)) mask)):
10494 Pass TYPE_SIGN to tree_int_cst_min_precision. If
10495 !TYPE_OVERFLOW_WRAPS, ensure @4 is non-negative.
10496
10497 2015-05-19 David Malcolm <dmalcolm@redhat.com>
10498
10499 * diagnostic.c (diagnostic_report_current_module): Strengthen
10500 local "new_map" from const line_map * to
10501 const line_map_ordinary *.
10502 * genmatch.c (error_cb): Likewise for local "map".
10503 (output_line_directive): Likewise for local "map".
10504 * input.c (expand_location_1): Likewise for local "map".
10505 Pass NULL rather than &map to
10506 linemap_unwind_to_first_non_reserved_loc, since the value is never
10507 read from there, and the value written back not read from here.
10508 (is_location_from_builtin_token): Strengthen local "map" from
10509 const line_map * to const line_map_ordinary *.
10510 (dump_location_info): Strengthen locals "map" from
10511 line_map *, one to const line_map_ordinary *, the other
10512 to const line_map_macro *.
10513 * tree-diagnostic.c (loc_map_pair): Strengthen field "map" from
10514 const line_map * to const line_map_macro *.
10515 (maybe_unwind_expanded_macro_loc): Add a call to
10516 linemap_check_macro when writing to the "map" field of the
10517 loc_map_pair.
10518 Introduce local const line_map_ordinary * "ord_map", using it in
10519 place of "map" in the part of the function where we know we have
10520 an ordinary map. Strengthen local "m" from const line_map * to
10521 const line_map_ordinary *.
10522
10523 2015-05-19 Nick Clifton <nickc@redhat.com>
10524
10525 PR target/66156
10526 * config/msp430/msp430.md (zero_extendhisi2): Add support for
10527 separate source and destination registers.
10528
10529 2015-05-19 Richard Biener <rguenther@suse.de>
10530
10531 PR tree-optimization/66165
10532 * tree-vect-slp.c (vect_supported_load_permutation_p): Add guard
10533 for no load permutation.
10534
10535 PR tree-optimization/66185
10536 * tree-vect-slp.c (vect_build_slp_tree): Properly roll back
10537 when building the SLP node from scalars.
10538
10539 2015-05-19 Eric Botcazou <ebotcazou@adacore.com>
10540 Tristan Gingold <gingold@adacore.com>
10541
10542 * insn-notes.def (UPDATE_SJLJ_CONTEXT): New note.
10543 * builtins.c (expand_builtin_update_setjmp_buf): Make global.
10544 (expand_stack_restore): Call record_new_stack_level.
10545 (expand_stack_save): Do not call do_pending_stack_adjust.
10546 * builtins.h (expand_builtin_update_setjmp_buf): Declare.
10547 * calls.c (expand_call): Call record_new_stack_level for alloca.
10548 * except.c (sjlj_mark_call_sites): Expand builtin_update_setjmp_buf
10549 wherever a NOTE_INSN_UPDATE_SJLJ_CONTEXT note is present.
10550 (update_sjlj_context): New global function.
10551 * except.h (update_sjlj_context): Declare.
10552 * explow.c (record_new_stack_level): New global function.
10553 (allocate_dynamic_stack_space): Call record_new_stack_level.
10554 * explow.h (record_new_stack_level): Declare.
10555 * final.c (final_scan_insn): Deal with NOTE_INSN_UPDATE_SJLJ_CONTEXT.
10556 * cfgrtl.c (duplicate_insn_chain): Likewise.
10557
10558 2015-05-19 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
10559
10560 * calls.c: Always define STACK_GROWS_DOWNWARD as 0 or 1.
10561 (mem_overlaps_already_clobbered_arg_p): Rewrite ifdef
10562 STACK_GROWS_DOWNWARD as normal if.
10563 (expand_call): Likewise.
10564
10565 2015-05-19 Oleg Endo <olegendo@gcc.gnu.org>
10566
10567 PR target/54236
10568 * config/sh/sh.md (*round_int_even): New insn_and_split and
10569 accompanying new unnamed split.
10570
10571 2015-05-19 Richard Sandiford <richard.sandiford@arm.com>
10572
10573 * bitmap.c (bitmap_set_range): Handle count==1 specially.
10574 (bitmap_clear_range): Likewise.
10575 * cfgcleanup.c (mark_effect): Use bitmap_clear_range and
10576 bitmap_set_range unconditionally.
10577 * df-problems.c (df_simulate_one_insn_forwards): Likewise.
10578 * df-scan.c (df_mark_reg): Likewise.
10579 * haifa-sched.c (setup_ref_regs): Likewise.
10580 * sched-rgn.c (update_live_1): Likewise.
10581
10582 2015-05-19 Richard Sandiford <richard.sandiford@arm.com>
10583
10584 * regs.h (END_HARD_REGNO): Delete.
10585 (END_REGNO): Move to...
10586 * rtl.h: ...here.
10587 * bt-load.c (note_btr_set): Use END_REGNO instead of END_HARD_REGNO.
10588 * caller-save.c (mark_set_regs): Likewise.
10589 * combine.c (move_deaths, distribute_notes): Likewise.
10590 * cse.c (invalidate, invalidate_for_call): Likewise.
10591 * df-scan.c (df_ref_record): Likewise.
10592 * postreload-gcse.c (reg_changed_after_insn_p): Likewise.
10593 (record_last_reg_set_info): Likewise.
10594 * reg-stack.c (convert_regs_exit): Likewise.
10595 * reload.c (reg_overlap_mentioned_for_reload_p): Likewise.
10596 * resource.c (update_live_status): Likewise.
10597 * rtlanal.c (find_reg_fusage, find_regno_fusage): Likewise.
10598
10599 2015-05-19 Richard Sandiford <richard.sandiford@arm.com>
10600
10601 * rtl.h (reg_info): Add an nregs field.
10602 (REG_NREGS): Use it.
10603 (SET_REGNO_RAW): Delete.
10604 (set_regno_raw): New function.
10605 * regs.h (END_HARD_REGNO): Make equivalent to END_REGNO.
10606 (END_REGNO): Redefine in terms of REG_NREGS.
10607 * read-rtl.c (read_rtx_code): Call set_regno_raw instead of
10608 SET_REGNO_RAW.
10609 * emit-rtl.c (set_mode_and_regno): Likewise.
10610 * df-scan.c (df_ref_change_reg_with_loc): Use set_mode_and_regno
10611 instead of SET_REGNO_RAW.
10612
10613 2015-05-19 Richard Sandiford <richard.sandiford@arm.com>
10614
10615 * rtl.h (PUT_MODE_RAW): New macro.
10616 (PUT_REG_NOTE_KIND): Use it.
10617 (set_mode_and_regno): Declare.
10618 (gen_raw_REG): Change regno to "unsigned int".
10619 (gen_rtx_REG): Change "unsigned" to "unsigned int".
10620 (PUT_MODE): Forward to PUT_MODE_RAW for generators, otherwise
10621 use set_mode_and_regno to change the mode of registers.
10622 * gengenrtl.c (gendef): Use PUT_MODE_RAW.
10623 * emit-rtl.c (set_mode_and_regno): New function.
10624 (gen_raw_REG): Change regno to unsigned int. Use set_mode_and_regno.
10625 * caller-save.c (reg_save_code): Use set_mode_and_regno.
10626 * expr.c (init_expr_target): Likewise.
10627 * ira.c (setup_prohibited_mode_move_regs): Likewise.
10628 * postreload.c (reload_cse_simplify_operands): Likewise.
10629
10630 2015-05-19 Richard Sandiford <richard.sandiford@arm.com>
10631
10632 * caller-save.c (init_caller_save): Use word_mode and
10633 FIRST_PSEUDO_REGISTER when creating temporary rtxes.
10634 * expr.c (init_expr_target): Likewise.
10635 * ira.c (setup_prohibited_mode_move_regs): Likewise.
10636 * postreload.c (reload_cse_regs_1): Likewise.
10637
10638 2015-05-19 Richard Sandiford <richard.sandiford@arm.com>
10639
10640 * rtl.def (REG): Change format to "r".
10641 * rtl.h (rtunion): Remove rt_reg.
10642 (reg_info): New structure.
10643 (rtx_def): Add reg field to main union.
10644 (X0REGATTR): Delete.
10645 (REG_CHECK): New macro.
10646 (SET_REGNO_RAW, rhs_regno, REG_ATTRS): Use it.
10647 * rtl.c (rtx_format): Document "r".
10648 (rtx_code_size): Handle REG specially.
10649 * gengenrtl.c (special_format): Return true for formats
10650 that include 'r'.
10651 * gengtype.c (adjust_field_rtx_def): Handle 'r' fields.
10652 Deal with REG_ATTRS after the field loop.
10653 * emit-rtl.c (gen_raw_REG): Call rtx_alloc_stat directly.
10654 * expmed.c (init_expmed): Call gen_raw_REG instead of
10655 gen_rtx_raw_REG.
10656 * expr.c (init_expr_target): Likewise.
10657 * regcprop.c (maybe_mode_change): Likewise.
10658 * varasm.c (make_decl_rtl): Likewise.
10659 * final.c (leaf_renumber_regs_insn): Return early after
10660 handling REGs.
10661 * genemit.c (gen_exp): Handle 'r' fields.
10662 * genpeep.c (match_rtx): Likewise.
10663 * gensupport.c (subst_pattern_match): Likewise.
10664 (get_alternatives_number, collect_insn_data, alter_predicate_for_insn)
10665 (alter_constraints, subst_dup): Likewise.
10666 * read-rtl.c (read_rtx_code): Likewise.
10667 * print-rtl.c (print_rtx): Likewise.
10668 * genrecog.c (find_operand, find_matching_operand): Likewise.
10669 (validate_pattern, match_pattern_2): Likewise.
10670 (parameter::UINT, rtx_test::REGNO_FIELD): New enum values.
10671 (rtx_test::regno_field): New function.
10672 (operator ==, safe_to_hoist_p, transition_parameter_type)
10673 (parameter_type_string, print_parameter_value)
10674 (print_nonbool_test, print_test): Handle new enum values.
10675 * cselib.c (rtx_equal_for_cselib_1): Handle REG specially.
10676 * lra-constraints.c (operands_match_p): Likewise.
10677
10678 2015-05-19 Richard Sandiford <richard.sandiford@arm.com>
10679
10680 * df.h (df_ref_change_reg_with_loc): Remove old_regno parameter.
10681 Change type of new_regno to unsigned int.
10682 * df-scan.c (df_ref_change_reg_with_loc_1): Change type of
10683 new_regno to unsigned int.
10684 (df_ref_change_reg_with_loc): Remove old_regno parameter.
10685 Change type of new_regno to unsigned int. Use SET_REGNO_RAW.
10686 * rtl.h (SET_REGNO): Update call to df_ref_change_reg_with_loc.
10687 (SET_REGNO_RAW): Add space after ",".
10688
10689 2015-05-19 Richard Sandiford <richard.sandiford@arm.com>
10690
10691 * rtl.h (REG_NREGS): New macro
10692 * alias.c (record_set): Use it.
10693 * cfgcleanup.c (mark_effect): Likewise.
10694 * combine.c (likely_spilled_retval_1): Likewise.
10695 (likely_spilled_retval_p, can_change_dest_mode): Likewise.
10696 (move_deaths, distribute_notes): Likewise.
10697 * cselib.c (cselib_record_set): Likewise.
10698 * df-problems.c (df_simulate_one_insn_forwards): Likewise.
10699 * df-scan.c (df_mark_reg): Likewise.
10700 * dse.c (look_for_hardregs): Likewise.
10701 * dwarf2out.c (reg_loc_descriptor): Likewise.
10702 (multiple_reg_loc_descriptor): Likewise.
10703 * expr.c (write_complex_part, read_complex_part): Likewise.
10704 (emit_move_complex): Likewise.
10705 * haifa-sched.c (setup_ref_regs): Likewise.
10706 * ira-lives.c (mark_hard_reg_live): Likewise.
10707 * lra.c (lra_set_insn_recog_data): Likewise.
10708 * mode-switching.c (create_pre_exit): Likewise.
10709 * postreload.c (reload_combine_recognize_const_pattern): Likewise.
10710 (reload_combine_recognize_pattern): Likewise.
10711 (reload_combine_note_use, move2add_record_mode): Likewise.
10712 (reload_cse_move2add): Likewise.
10713 * reg-stack.c (subst_stack_regs_pat): Likewise.
10714 * regcprop.c (kill_value, copy_value): Likewise.
10715 (copyprop_hardreg_forward_1): Likewise.
10716 * regrename.c (verify_reg_in_set, scan_rtx_reg): Likewise.
10717 (build_def_use): Likewise.
10718 * sched-deps.c (mark_insn_reg_birth, mark_reg_death): Likewise.
10719 (deps_analyze_insn): Likewise.
10720 * sched-rgn.c (check_live_1, update_live_1): Likewise.
10721 * sel-sched.c (count_occurrences_equiv): Likewise.
10722 * valtrack.c (dead_debug_insert_temp): Likewise.
10723
10724 2015-05-19 Richard Sandiford <richard.sandiford@arm.com>
10725
10726 * cfgcleanup.c (mentions_nonequal_regs): Use END_REGNO.
10727 * dse.c (note_add_store): Likewise.
10728 * ira-lives.c (mark_hard_reg_dead): Likewise.
10729 * loop-invariant.c (mark_reg_store): Likewise.
10730 (mark_reg_death): Likewise.
10731 * postreload.c (reload_combine): Likewise.
10732 (reload_combine_note_store): Likewise.
10733 (reload_combine_note_use): Likewise.
10734 * recog.c (peep2_reg_dead_p): Likewise.
10735
10736 2015-05-19 Alan Modra <amodra@gmail.com>
10737
10738 * config/rs6000/predicates.md (gpc_reg_operand): Don't allow all
10739 hard registers numbered greater or equal to ARG_POINTER_REGNUM.
10740 (reg_or_neg_short_operand, fix_trunc_dest_operand): Delete
10741 unused predicates.
10742 * config/rs6000/altivec.md (save_vregs_*, restore_vregs_*):
10743 Use altivec_register_operand. Make insn predicate TARGET_ALTIVEC.
10744 * config/rs6000/rs6000.md (extzvdi_internal2): Use cc_reg_operand.
10745 * config/rs6000/vsx.md (vsx_float<VSi><mode>2): Expand comment.
10746
10747 2015-05-19 Sameera Deshpande <Sameera.Deshpande@imgtec.com>
10748
10749 * config/mips/mips.md (JOIN_MODE): New mode iterator.
10750 (join2_load_Store<JOIN_MODE:mode>): New pattern.
10751 (join2_loadhi): Likewise.
10752 (define_peehole2): Add peephole2 patterns to join 2 HI/SI/SF/DF-mode
10753 load-load and store-stores.
10754 * config/mips/mips.opt (mload-store-pairs): New option.
10755 (TARGET_LOAD_STORE_PAIRS): New macro.
10756 * config/mips/mips.h (ENABLE_LD_ST_PAIRS): Likewise.
10757 * config/mips/mips-protos.h (mips_load_store_bonding_p): New prototype.
10758 * config/mips/mips.c (mips_load_store_bonding_p): New function.
10759
10760 2015-05-19 Mikhail Maltsev <maltsevm@gmail.com>
10761
10762 * bb-reorder.c (fix_up_fall_thru_edges): Use std::swap instead of
10763 explicit swaps.
10764 * dojump.c (do_compare_rtx_and_jump): Likewise.
10765 * expmed.c (emit_store_flag_1): Likewise.
10766 * fibonacci_heap.h (fibonacci_heap::union_with): Likewise.
10767 * final.c (sprint_ul): Use std::reverse for reversing a string.
10768 * fold-const.c (extract_muldiv_1): Use std::swap.
10769 * genmodes.c (emit_mode_int_n): Likewise.
10770 * ifcvt.c (dead_or_predicable): Likewise.
10771 * ira-build.c (ira_merge_live_ranges): Likewise.
10772 (swap_allocno_copy_ends_if_necessary): Likewise.
10773 * ira.c (ira_setup_alts): Likewise.
10774 * loop-iv.c (iv_analyze_expr): Likewise.
10775 (implies_p): Likewise.
10776 (canon_condition): Likewise.
10777 * lra-constraints.c (swap_operands): Likewise.
10778 * lra-lives.c (lra_merge_live_ranges): Likewise.
10779 * omega.c (swap): Remove.
10780 (bswap): Remove.
10781 (omega_unprotect_1): Use std::swap.
10782 (omega_solve_geq): Likewise.
10783 * optabs.c (expand_binop_directly): Likewise.
10784 (expand_binop): Likewise.
10785 (emit_conditional_move): Likewise.
10786 (emit_conditional_add): Likewise.
10787 * postreload.c (reload_cse_simplify_operands): Likewise.
10788 * reg-stack.c (emit_swap_insn): Likewise.
10789 (swap_to_top): Likewise.
10790 (compare_for_stack_reg): Likewise.
10791 (subst_asm_stack_regs): Likewise.
10792 * reload.c (find_reloads): Likewise.
10793 * reload1.c (gen_reload_chain_without_interm_reg_p): Likewise.
10794 * sel-sched.c (invoke_reorder_hooks): Likewise.
10795 (create_block_for_bookkeeping): Likewise.
10796 * tree-data-ref.c (lambda_matrix_row_exchange): Remove.
10797 (lambda_matrix_right_hermite): Use std::swap.
10798 * tree-ssa-coalesce.c (sort_coalesce_list): Likewise.
10799 * tree-ssa-ifcombine.c (ifcombine_ifandif): Likewise.
10800 * tree-ssa-loop-ivopts.c (iv_ca_delta_reverse): Likewise.
10801 * tree-ssa-math-opts.c (is_widening_mult_p): Likewise.
10802 * tree-ssa-phiopt.c (hoist_adjacent_loads): Likewise.
10803 * tree-ssa-reassoc.c (linearize_expr_tree): Likewise.
10804 * tree-ssa-threadedge.c (simplify_control_stmt_condition): Likewise.
10805 * tree-vrp.c (compare_ranges): Likewise.
10806 * var-tracking.c (add_with_sets): Likewise.
10807 (vt_find_locations): Likewise.
10808
10809 2015-05-18 Andreas Tobler <andreast@gcc.gnu.org>
10810
10811 * config/freebsd-spec.h (FBSD_STARTFILE_SPEC): Add the bits to build
10812 pie executables.
10813 (FBSD_ENDFILE_SPEC): Likewise.
10814 * config/i386/freebsd.h (STARTFILE_SPEC): Remove and use the one from
10815 config/freebsd-spec.h.
10816 (ENDFILE_SPEC): Likewise.
10817
10818 2015-05-18 Uros Bizjak <ubizjak@gmail.com>
10819 Richard Henderson <rth@redhat.com>
10820
10821 PR target/57032
10822 * config/alpha/constraints.md (Q): Rewrite as define_memory_constraint.
10823 Check for a memory location that is not a reference (using an AND)
10824 to an unaligned location here.
10825 * config/alpha/predicates.md (normal_memory_operand): Remove.
10826
10827 2015-05-18 Alex Velenko <Alex.Velenko@arm.com>
10828
10829 * config/arm/arm.md (andsi_not_shiftsi_si_scc): New pattern.
10830 (andsi_not_shiftsi_si_scc_no_reuse): New pattern.
10831
10832 2015-05-18 Robert Suchanek <robert.suchanek@imgtec.com>
10833
10834 * config/mips/mips.c (micromips_globals): New variable.
10835 (mips_set_compression_mode): Save and reinitialize target-dependent
10836 state for microMIPS.
10837
10838 2015-05-18 Martin Liska <mliska@suse.cz>
10839
10840 * dbgcnt.def: Add new counter.
10841 * ipa-icf.c (sem_item_optimizer::merge_classes): Use the counter.
10842
10843 2015-05-18 Martin Liska <mliska@suse.cz>
10844
10845 * dbgcnt.def: Sort counters.
10846 * opts.c (common_handle_option): Do not compile if
10847 -fdbg-cnt-list is enabled.
10848
10849 2015-05-18 Tom de Vries <tom@codesourcery.com>
10850
10851 * gimplify.c (gimplify_modify_expr): Remove do_deref handling.
10852 (gimplify_va_arg_expr): Remove do_deref handling. Remove adding of
10853 address operator to va_list operand.
10854 * tree-stdarg.c (expand_ifn_va_arg_1): Do deref of va_list operand
10855 unconditionally.
10856 * config/i386/i386.c (ix86_gimplify_va_arg): Remove deref on va_list
10857 operand.
10858 * config/rs6000/rs6000.c (rs6000_gimplify_va_arg): Same.
10859 * config/s390/s390.c (s390_gimplify_va_arg): Same.
10860 * config/spu/spu.c (spu_gimplify_va_arg_expr): Same.
10861
10862 2015-05-18 Tom de Vries <tom@codesourcery.com>
10863
10864 * tree-ssa-tail-merge.c: Fix whitespace.
10865
10866 2015-05-17 Jim Wilson <jim.wilson@linaro.org>
10867
10868 * doc/invoke.texi (ARM Options, mtune): Add generic-armv7-a,
10869 cortex-a17, and cortex-a17.cortex-a7.
10870
10871 2015-05-17 Oleg Endo <olegendo@gcc.gnu.org>
10872
10873 PR target/54236
10874 * config/sh/sh.md (*addc_2r_t): Use ashift instead of mult.
10875
10876 2015-05-17 Uros Bizjak <ubizjak@gmail.com>
10877
10878 PR target/66174
10879 * config/i386/i386.c (expand_vec_perm_blend): Enable HImode and
10880 QImode inner modes for TARGET_AVX512BW. Force mask operand
10881 to a register for AVX512F modes.
10882
10883 2015-05-16 Jan Hubicka <hubicka@ucw.cz>
10884
10885 * toplev.c (emit_debug_global_declarations): Do not output debug info
10886 when doing slim LTO objects.
10887
10888 2015-05-16 Jan Hubicka <hubicka@ucw.cz>
10889
10890 * ipa-utils.h (warn_types_mismatch, odr_or_derived_type_p,
10891 odr_types_equivalent_p): Declare.
10892 (odr_type_p): Use gcc_checking_assert.
10893 (type_in_anonymous_namespace_p) Declare.
10894 (type_with_linkage_p): Declare.
10895 * common.opt (Wlto-type-mismatch): New warning.
10896 * ipa-devirt.c (compound_type_base): New function.
10897 (odr_or_derived_type_p): New function.
10898 (odr_types_equivalent_p): New function.
10899 (add_type_duplicate): Simplify.
10900 (type_with_linkage_p): Add hack to prevent false positives on C types
10901 (type_in_anonymous_namespace_p): Likewise.
10902 * tree.c (need_assembler_name_p): Use type_with_linkage.
10903 * tree.h (type_in_anonymous_namespace_p): Remove.
10904 * doc/invoke.texi (-Wlto-type-mismatch): Document
10905
10906 2015-05-16 Jan Hubicka <hubicka@ucw.cz>
10907
10908 * tree.c (verify_type_variant): Verify tree_base and type_common flags.
10909 (verify_type): Verify STRING_FLAG.
10910
10911 2015-05-16 Manuel López-Ibáñez <manu@gcc.gnu.org>
10912
10913 PR fortran/44054
10914 * tree-pretty-print.c (percent_K_format): Replace locus pointer
10915 with accessor function.
10916 * tree-diagnostic.c (diagnostic_report_current_function): Use
10917 diagnostic_location function.
10918 (maybe_unwind_expanded_macro_loc): Likewise.
10919 (virt_loc_aware_diagnostic_finalizer): Likewise.
10920 (default_tree_printer): Replace locus pointer with accessor function.
10921 * diagnostic.c (diagnostic_initialize): Initialize caret_chars array.
10922 (diagnostic_set_info_translated): Initialize second location.
10923 (diagnostic_build_prefix): Use CARET_LINE_MARGIN.
10924 (diagnostic_show_locus): Handle two locations. Call
10925 diagnostic_print_caret_line.
10926 (diagnostic_print_caret_line): New.
10927 (default_diagnostic_starter): Use diagnostic_location function.
10928 (diagnostic_report_diagnostic): Use diagnostic_location function.
10929 (verbatim): Do not set text.locus.
10930 * diagnostic.h (struct diagnostic_info): Remove location field.
10931 (struct diagnostic_context): Make caret_chars an array of two.
10932 (diagnostic_location): New inline.
10933 (diagnostic_expand_location): Handle two locations.
10934 (diagnostic_same_line): New inline.
10935 (diagnostic_print_caret_line): Declare.
10936 (CARET_LINE_MARGIN): New constant.
10937 * pretty-print.c (pp_printf): Do not set text.locus.
10938 (pp_verbatim): Do not set text.locus.
10939 * pretty-print.h (MAX_LOCATIONS_PER_MESSAGE): New constant.
10940 (struct text_info): Replace locus pointer with locations
10941 array. Add accessor functions.
10942
10943 2015-05-16 Kugan Vivekanandarajah <kuganv@linaro.org>
10944 Zhenqiang Chen <zhenqiang.chen@linaro.org>
10945
10946 PR target/65768
10947 * config/arm/arm.h (DONT_EARLY_SPLIT_CONSTANT): New macro.
10948 * config/arm/arm.md (subsi3, andsi3, iorsi3, xorsi3, movsi): Keep some
10949 large constants in register instead of splitting them.
10950
10951 2015-05-16 Uros Bizjak <ubizjak@gmail.com>
10952
10953 PR target/66140
10954 * config/alpha/alpha.c (get_aligned_mem): Also look for reload
10955 replacements in memory addresses.
10956 (get_unaligned_address): Ditto.
10957
10958 2015-05-16 James Bowman <james.bowman@ftdichip.com>
10959
10960 * config/ft32/*: New files for FT32 port.
10961 * doc/install.texi: Add FT32 information.
10962 * doc/invoke.texi: Add FT32 information.
10963 * doc/md.texi: Add FT32 information.
10964 * doc/contrib.texi: Self added.
10965
10966 2015-05-15 Marc Glisse <marc.glisse@inria.fr>
10967
10968 PR tree-optimization/64454
10969 * match.pd ((X % Y) % Y, (X % Y) < Y): New patterns.
10970 (-1 - A -> ~A): Remove unnecessary condition.
10971
10972 2015-05-15 Gregor Richards <gregor.richards@uwaterloo.ca>
10973
10974 * config/i386/linux.h (MUSL_DYNAMIC_LINKER): Define.
10975 * config/i386/linux64.h (MUSL_DYNAMIC_LINKER32): Define.
10976 (MUSL_DYNAMIC_LINKER64, MUSL_DYNAMIC_LINKERX32): Define.
10977
10978 2015-05-15 Ilya Enkovich <ilya.enkovich@intel.com>
10979
10980 * ipa-chkp.h (chkp_wrap_function): New.
10981 * ipa-chkp.c (chkp_wrap_function): Remove 'static'.
10982 (chkp_wrap_function_name): New.
10983 (chkp_build_instrumented_fndecl): Use chkp_wrap_function_name
10984 to get wrapper name.
10985 * lto-cgraph.c: Include ipa-chkp.h.
10986 (input_cgraph_1): Avoid alias chain for wrappers.
10987
10988 2015-05-15 Ilya Enkovich <enkovich.gnu@gmail.com>
10989
10990 PR middle-end/66134
10991 * tree-chkp.c (chkp_get_orginal_bounds_for_abnormal_copy): New.
10992 (chkp_maybe_copy_and_register_bounds): Don't copy abnormal copy.
10993
10994 2015-05-15 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
10995
10996 * config/aarch64/aarch64.h (AARCH64_TUNE_SLOWMUL): Delete.
10997 (AARCH64_FL_SLOWMUL): Delete.
10998 (AARCH64_FL_CRC): Redefine to 1<<3.
10999 (AARCH64_FL_USE_FMA_STEERING_PASS): Redefine to 1<<4.
11000
11001 2015-05-15 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
11002
11003 * config/arm/arm.h (LOGICAL_OP_NON_SHORT_CIRCUIT): Add appropriate
11004 casting.
11005
11006 2015-05-15 Uros Bizjak <ubizjak@gmail.com>
11007
11008 * config/alpha/alpha.md (extendqidi2): Use general_operand
11009 instead of some_operand for operand[1] predicate.
11010 (extendhidi2): Ditto.
11011 (cbranchdi4): Use general_operand instead of some_operand
11012 for operand[1] and operands[2] predicates.
11013 (cstoredi4): Ditto.
11014 * config/alpha/predicates.md (some_operand): Remove unused predicate.
11015 (some_ni_operand): Ditto.
11016
11017 2015-05-15 Uros Bizjak <ubizjak@gmail.com>
11018
11019 * config/alpha/alpha.c (alpha_extract_integer): Do not handle
11020 CONST_WIDE_INT and CONST_DOUBLE. Assert CONST_INT_P (x).
11021 (alpha_legitimate_constant_p) <case CONST_WIDE_INT>: Check high and
11022 low part of the constant using alpha_emit_set_const_1.
11023 (alpha_expand_mov): Do not handle CONST_WIDE_INT and CONST_DOUBLE.
11024
11025 2015-05-14 Rohit Arul Raj <rohitrulraj@freescale.com>
11026
11027 * varasm.c (output_constant_pool_1): Pass down alignment from
11028 constant pool entry's descriptor to output_constant_pool_2.
11029 (output_object_block): Add comment prior to call to
11030 output_constant_pool_1.
11031
11032 2015-05-14 Vladimir Makarov <vmakarov@redhat.com>
11033
11034 PR rtl-optimization/65862
11035 * target.def (ira_change_pseudo_allocno_class): New hook.
11036 * targhooks.c (default_ira_change_pseudo_allocno_class): Default
11037 value of the hook.
11038 * targhooks.h (default_ira_change_pseudo_allocno_class): New extern.
11039 * doc/tm.texi.in (TARGET_IRA_CHANGE_PSEUDO_ALLOCNO_CLASS): Add the
11040 hook.
11041 * ira-costs.c (find_costs_and_classes): Call the hook and change
11042 classes when it is necessary.
11043 * doc/tm.texi: Update.
11044
11045 2015-05-14 Alexander Monakov <amonakov@ispras.ru>
11046
11047 * config/i386/i386.md (sibcall_memory): Check that register with
11048 callee address is not also used as one of the arguments, instead
11049 of checking that it is not live after the sibcall.
11050 (sibcall_pop_memory): Ditto.
11051 (sibcall_value_memory): Ditto.
11052 (sibcall_value_pop_memory): Ditto.
11053
11054 2015-05-14 Marc Glisse <marc.glisse@inria.fr>
11055
11056 * generic-match-head.c (types_match): Handle non-types.
11057 * gimple-match-head.c (types_match): Likewise.
11058 * match.pd: Remove unnecessary TREE_TYPE for types_match.
11059
11060 2015-05-14 Wilco Dijkstra <wdijkstr@arm.com>
11061
11062 * config/aarch64/aarch64.md (absdi2): Optimize abs expansion.
11063 (csneg3<mode>_insn): Enable expansion of pattern.
11064
11065 2015-05-14 Nick Clifton <nickc@redhat.com>
11066
11067 * config/rl78/rl78.c (rl78_select_section): Select the correct
11068 default section based upon the category of the decl.
11069
11070 2015-05-13 Segher Boessenkool <segher@kernel.crashing.org>
11071
11072 PR rtl-optimization/30967
11073 * config/rs6000/rs6000.c (rs6000_rtx_costs): Don't consider
11074 destination mode for the cost of scc patterns.
11075
11076 2015-05-13 Uros Bizjak <ubizjak@gmail.com>
11077
11078 * config/i386/i386.md (*mul<mode>3_1): Merge with *mulhi3_1
11079 using SWIM248 mode iterator.
11080 (*mulv<mode>4): Use x86_64_sext_operand for operand[2] constraint.
11081 (*mulvhi4): mark operand[1] as commutative. Use nonimmediate_operand
11082 for operand[2] constraint.
11083 (*mulv<mode>4_1): Merge with *mulvhi4_1 using SWI248 mode iterator.
11084
11085 2015-05-13 Jakub Jelinek <jakub@redhat.com>
11086
11087 PR middle-end/66133
11088 * omp-low.c (expand_omp_taskreg): For GIMPLE_OMP_TASK expansion,
11089 make sure it is never noreturn, even when the task body does not
11090 return.
11091 (lower_omp_taskreg): For GIMPLE_OMP_TASK, emit GIMPLE_OMP_CONTINUE
11092 right before GIMPLE_OMP_RETURN.
11093 (make_gimple_omp_edges): Accept GIMPLE_OMP_CONTINUE as ->cont
11094 for GIMPLE_OMP_TASK. For GIMPLE_OMP_RETURN corresponding to
11095 GIMPLE_OMP_TASK add an EDGE_ABNORMAL edge from entry to exit.
11096
11097 2015-05-13 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
11098
11099 * params.def (PARAM_MAX_POW_SQRT_DEPTH): New param.
11100 * tree-ssa-math-opts.c: Include params.h
11101 (pow_synth_sqrt_info): New struct.
11102 (representable_as_half_series_p): New function.
11103 (get_fn_chain): Likewise.
11104 (print_nested_fn): Likewise.
11105 (dump_fractional_sqrt_sequence): Likewise.
11106 (dump_integer_part): Likewise.
11107 (expand_pow_as_sqrts): Likewise.
11108 (gimple_expand_builtin_pow): Use above to attempt to expand
11109 pow as series of square roots. Removed now unused variables.
11110
11111 2015-05-13 Uros Bizjak <ubizjak@gmail.com>
11112
11113 * config/alpha/alpha.c (alpha_emit_set_long_const): Remove c1 argument.
11114 (alpha_extract_integer): Redeclare as static HOST_WIDE_INT.
11115 Remove *p0 and *p1 arguments. Rewrite function.
11116 (alpha_legitimate_constant_p): Update call to alpha_extract_integer.
11117 (alpha_split_const_mov): Update calls to alpha_extract_integer and
11118 alpha_emit_set_long_const.
11119 (alpha_expand_epilogue): Update calls to alpha_emit_set_long_const.
11120 (alpha_output_mi_thunk_osf): Ditto.
11121 * config/alpha/alpha.md (movti): Do not check operands[1]
11122 for CONST_DOUBLE.
11123
11124 2015-05-13 Richard Biener <rguenther@suse.de>
11125
11126 PR tree-optimization/66129
11127 * tree-vect-slp.c (vect_build_slp_tree): Make sure all ops are
11128 commutative.
11129 (vect_schedule_slp_instance): Fix typo.
11130
11131 2015-05-13 David Malcolm <dmalcolm@redhat.com>
11132
11133 * common.opt (fdump-internal-locations): New option.
11134 * input.c: Include diagnostic-core.h.
11135 (get_end_location): New function.
11136 (write_digit): New function.
11137 (write_digit_row): New function.
11138 (dump_location_range): New function.
11139 (dump_labelled_location_range): New function.
11140 (dump_location_info): New function.
11141 * input.h (dump_location_info): New prototype.
11142 * toplev.c (compile_file): Handle flag_dump_locations.
11143
11144 2015-05-13 Eric Botcazou <ebotcazou@adacore.com>
11145
11146 * gimple-expr.h (is_gimple_constant): Reorder.
11147 * tree-ssa-propagate.c (before_dom_children): Use inline accessor.
11148
11149 2015-05-13 Segher Boessenkool <segher@kernel.crashing.org>
11150
11151 * combine.c (simplify_set): When generating a CC set, if the
11152 source already is in the correct mode, do not wrap it in a
11153 compare. Simplify the rest of that code.
11154
11155 2015-05-13 Richard Biener <rguenther@suse.de>
11156
11157 PR tree-optimization/66123
11158 * tree-ssa-dom.c (propagate_rhs_into_lhs): Check if we found
11159 a taken edge.
11160
11161 2015-05-13 Richard Biener <rguenther@suse.de>
11162
11163 PR middle-end/66110
11164 * alias.c (alias_sets_conflict_p): Do not treat has_zero_child
11165 specially.
11166 * Makefile.in (dfp.o-warn): Add -Wno-strict-aliasing.
11167
11168 2015-05-13 Michael Haubenwallner <michael.haubenwallner@ssi-schaefer.com>
11169
11170 * doc/install.texi: Bump latest automake 1.11 version to 1.11.6.
11171 * aclocal.m4: Regenerated with automake-1.11.6.
11172
11173 2015-05-13 Tom de Vries <tom@codesourcery.com>
11174
11175 PR tree-optimization/66010
11176 * gimplify.h (gimplify_va_arg_internal): Remove declaration.
11177 * gimplify.c (gimplify_va_arg_internal): Remove and inline into ...
11178 * tree-stdarg.c (expand_ifn_va_arg_1): ... here. Choose between lval
11179 and rval based on do_deref.
11180
11181 2015-05-13 Ilya Enkovich <ilya.enkovich@intel.com>
11182
11183 PR target/65103
11184 * config/i386/i386.c (ix86_rtx_costs): We want to propagate
11185 link time constants into adress expressions and therefore set
11186 their cost to 0.
11187
11188 2015-05-13 Jakub Jelinek <jakub@redhat.com>
11189
11190 PR target/66112
11191 * config/i386/i386.md (mulv<mode>4, umulv<mode>4, *umulv<mode>4):
11192 Use SWI248 iterator instead of SWI.
11193 (*mulv<mode>4_1): Use SWI48 instead of SWI. Simplify output template.
11194 Use eq_attr "alternative" "0" instead of match_test in
11195 length_immediate attribute computation.
11196 (*mulvhi4, *mulvhi4_1): New define_insns.
11197
11198 PR target/66112
11199 * internal-fn.c (get_min_precision): Use UNSIGNED instead of
11200 SIGNED to get precision of non-negative value.
11201
11202 2015-05-13 Ilya Enkovich <ilya.enkovich@intel.com>
11203
11204 PR target/66048
11205 * function.c (diddle_return_value_1): Process bounds first.
11206 * config/i38/i386.c (ix86_function_value_regno_p): Add bnd1
11207 register.
11208
11209 2015-05-13 Thomas Preud'homme <thomas.preudhomme@arm.com>
11210
11211 PR rtl-optimization/64616
11212 * loop-invariant.c (can_move_invariant_reg): New.
11213 (move_invariant_reg): Call above new function to decide whether
11214 instruction can just be moved, skipping creation of temporary
11215 register.
11216
11217 2015-05-12 Jan Hubicka <hubicka@ucw.cz>
11218
11219 PR target/pr66047.c
11220 * i386.c (ix86_function_sseregparm): Only return -1 if local function
11221 with implied regparm is called from -mno-sse function.
11222 (init_cumulative_args): Output error if ix86_function_sseregparm
11223 return -1 and SSE register would be needed.
11224 (function_arg_advance_32): Likewise.
11225 (function_arg_32): Likewise.
11226 * i386.h (ix86_args): Add decl field.
11227
11228 2015-05-12 Jan Hubicka <hubicka@ucw.cz>
11229
11230 PR ipa/65873
11231 * ipa-inline.c (can_inline_edge_p): Allow early inlining of always
11232 inlines across optimization boundary.
11233
11234 2015-05-12 Jason Merrill <jason@redhat.com>
11235
11236 * config/mmix/mmix.c, config/msp430/msp430.c: Add space between
11237 string literal and macro name.
11238
11239 2015-05-12 Steve Ellcey <sellcey@imgtec.com>
11240
11241 * config/mips/mips.c (mips_print_operand): Remove 'y' operand code.
11242 * config/mips/mips.md (<GPR:d>lsa): Rewrite with shift operator.
11243 * config/mips/predicates.md (const_immlsa_operand): Remove log call.
11244
11245 2015-05-12 David Malcolm <dmalcolm@redhat.com>
11246
11247 * doc/invoke.texi (Warning Options): Add -Wmisleading-indentation.
11248 (-Wmisleading-indentation): New option.
11249 * Makefile.in (C_COMMON_OBJS): Add c-family/c-indentation.o.
11250
11251 2015-05-12 Uros Bizjak <ubizjak@gmail.com>
11252
11253 * config/alpha/alpha.h (TARGET_SUPPORTS_WIDE_INT): New define.
11254 * config/alpha/alpha.c (alpha_rtx_costs): Handle CONST_WIDE_INT.
11255 (alpha_extract_integer): Ditto.
11256 (alpha_legitimate_constant_p): Ditto.
11257 (alpha_split_tmode_pair): Ditto.
11258 (alpha_preferred_reload_class): Add CONST_WIDE_INT.
11259 (alpha_expand_mov): Ditto.
11260 (print_operand): Remove handling of 'H' modifier.
11261 <case 'm'>: Remove CONST_DOUBLE handling.
11262 (summarize_insn): Handle CONST_WIDE_INT.
11263 * config/alpha/alpha.md (*andsi_internal): Remove H constraint.
11264 (anddi3): Ditto.
11265 (movti): Handle CONST_WIDE_INT.
11266 * config/alpha/constraints.md ('H'): Remove constraint definition.
11267 ('G'): Do not match MODE_FLOAT class.
11268 * config/alpha/predicates.md (const0_operand): Also match
11269 const_wide_int.
11270 (non_add_const_operand): Ditto.
11271 (non_zero_const_operand): Ditto.
11272 (some_operand): Ditto.
11273 (input_operand): Ditto. Handle CONST_WIDE_INT.
11274 (and_operand): Do not match const_double.
11275 * config/alpha/sync.md (fetchop_constr): Remove H constraint.
11276
11277 2015-05-12 Andrew MacLeod <amacleod@redhat.com>
11278
11279 PR target/65697
11280 * coretypes.h (MEMMODEL_SYNC, MEMMODEL_BASE_MASK): New macros.
11281 (enum memmodel): Add SYNC_{ACQUIRE,RELEASE,SEQ_CST}.
11282 * tree.h (memmodel_from_int, memmodel_base, is_mm_relaxed,
11283 is_mm_consume,is_mm_acquire, is_mm_release, is_mm_acq_rel,
11284 is_mm_seq_cst, is_mm_sync): New accessor functions.
11285 * builtins.c (expand_builtin_sync_operation,
11286 expand_builtin_compare_and_swap): Use MEMMODEL_SYNC_SEQ_CST.
11287 (expand_builtin_sync_lock_release): Use MEMMODEL_SYNC_RELEASE.
11288 (get_memmodel, expand_builtin_atomic_compare_exchange,
11289 expand_builtin_atomic_load, expand_builtin_atomic_store,
11290 expand_builtin_atomic_clear): Use new accessor routines.
11291 (expand_builtin_sync_synchronize): Use MEMMODEL_SYNC_SEQ_CST.
11292 * optabs.c (expand_compare_and_swap_loop): Use MEMMODEL_SYNC_SEQ_CST.
11293 (maybe_emit_sync_lock_test_and_set): Use new accessors and
11294 MEMMODEL_SYNC_ACQUIRE.
11295 (expand_sync_lock_test_and_set): Use MEMMODEL_SYNC_ACQUIRE.
11296 (expand_mem_thread_fence, expand_mem_signal_fence, expand_atomic_load,
11297 expand_atomic_store): Use new accessors.
11298 * emit-rtl.c (need_atomic_barrier_p): Add additional enum cases.
11299 * tsan.c (instrument_builtin_call): Update check for memory model beyond
11300 final enum to use MEMMODEL_LAST.
11301 * c-family/c-common.c: Use new accessor for memmodel_base.
11302 * config/aarch64/aarch64.c (aarch64_expand_compare_and_swap): Use new
11303 accessors.
11304 * config/aarch64/atomics.md (atomic_load<mode>,atomic_store<mode>,
11305 arch64_load_exclusive<mode>, aarch64_store_exclusive<mode>,
11306 mem_thread_fence, *dmb): Likewise.
11307 * config/alpha/alpha.c (alpha_split_compare_and_swap,
11308 alpha_split_compare_and_swap_12): Likewise.
11309 * config/arm/arm.c (arm_expand_compare_and_swap,
11310 arm_split_compare_and_swap, arm_split_atomic_op): Likewise.
11311 * config/arm/sync.md (atomic_load<mode>, atomic_store<mode>,
11312 atomic_loaddi): Likewise.
11313 * config/i386/i386.c (ix86_destroy_cost_data, ix86_memmodel_check):
11314 Likewise.
11315 * config/i386/sync.md (mem_thread_fence, atomic_store<mode>): Likewise.
11316 * config/ia64/ia64.c (ia64_expand_atomic_op): Add new memmodel cases and
11317 use new accessors.
11318 * config/ia64/sync.md (mem_thread_fence, atomic_load<mode>,
11319 atomic_store<mode>, atomic_compare_and_swap<mode>,
11320 atomic_exchange<mode>): Use new accessors.
11321 * config/mips/mips.c (mips_process_sync_loop): Likewise.
11322 * config/pa/pa.md (atomic_loaddi, atomic_storedi): Likewise.
11323 * config/rs6000/rs6000.c (rs6000_pre_atomic_barrier,
11324 rs6000_post_atomic_barrier): Add new cases.
11325 (rs6000_expand_atomic_compare_and_swap): Use new accessors.
11326 * config/rs6000/sync.md (mem_thread_fence): Add new cases.
11327 (atomic_load<mode>): Add new cases and use new accessors.
11328 (store_quadpti): Add new cases.
11329 * config/s390/s390.md (mem_thread_fence, atomic_store<mode>): Use new
11330 accessors.
11331 * config/sparc/sparc.c (sparc_emit_membar_for_model): Use new accessors.
11332 * doc/extend.texi: Update docs to indicate 16 bits are used for memory
11333 model, not 8.
11334
11335 2015-05-12 Jan Hubicka <hubicka@ucw.cz>
11336
11337 * ipa-devirt.c (type_with_linkage_p): New function.
11338 (type_in_anonymous_namespace_p): Move here from tree.c; assert that
11339 type has linkage.
11340 (odr_type_p): Move here from ipa-utils.h; use type_with_linkage_p.
11341 (can_be_name_hashed_p): Simplify.
11342 (hash_odr_name): Check that type has linkage before checking if it is
11343 anonymous.
11344 (types_same_for_odr): Likewise.
11345 (odr_name_hasher::equal): Likewise.
11346 (odr_subtypes_equivalent_p): Likewise.
11347 (warn_types_mismatch): Likewise.
11348 (get_odr_type): Likewise.
11349 (odr_types_equivalent_p): Fix checking of TYPE_MAIN_VARIANT.
11350 * ipa-utils.h (odr_type_p): Move offline.
11351 * tree.c (need_assembler_name_p): Fix handling of types
11352 without linkages.
11353 (type_in_anonymous_namespace_p): Move to ipa-devirt.c
11354
11355 2015-05-12 David Malcolm <dmalcolm@redhat.com>
11356
11357 * timevar.c (timevar_enable): Delete in favor of...
11358 (g_timer): New global.
11359 (struct timevar_def): Move to timevar.h inside class timer.
11360 (struct timevar_stack_def): Likewise.
11361 (timevars): Delete global in favor of field "m_timevars" within
11362 class timer in timevar.h
11363 (stack): Likewise, in favor of field "m_stack".
11364 (unused_stack_instances): Likewise, in favor of field
11365 "m_unused_stack_instances".
11366 (start_time): Likewise, in favor of field "m_start_time".
11367 (get_time): Eliminate check for timevar_enable.
11368 (timer::timer): New function, built from part of timevar_init.
11369 (timevar_init): Rewrite idempotency test from using
11370 "timevar_enable" bool to using dynamic allocation of "g_timer".
11371 Move rest of implementation into timer's constructor.
11372 (timevar_push_1): Rename to...
11373 (timer::push): ...this, adding "m_" prefixes to variables that
11374 are now fields of timer.
11375 (timevar_pop_1): Likewise, rename to...
11376 (timer::pop): ...this, and add "m_" prefixes.
11377 (timevar_start): Replace test for "timevar_enable" with one for
11378 "g_timer", and move bulk of implementation to...
11379 (timer::start): ...here, adding "m_" prefixes.
11380 (timevar_stop): Likewise, from here...
11381 (timer::stop): ...to here.
11382 (timevar_cond_start): Likewise, from here...
11383 (timer::cond_start): ...to here.
11384 (timevar_cond_stop): Likewise, from here...
11385 (timer::cond_stop): ...to here.
11386 (validate_phases): Rename to...
11387 (timer::validate_phases): ...this, and add "m_" prefixes. Make
11388 locals "total" and "tv" const.
11389 (timevar_print): Rename to...
11390 (timer::print): ...this, and add "m_" prefixes. Make locals
11391 "total" and "tv" const. Eliminate test for timevar_enable.
11392 * timevar.h (timevar_enable): Eliminate.
11393 (g_timer): New declaration.
11394 (timevar_push_1): Eliminate.
11395 (timevar_pop_1): Eliminate.
11396 (timevar_print): Eliminate.
11397 (class timer): New class.
11398 (timevar_push): Rewrite to use g_timer.
11399 (timevar_pop): Likewise.
11400 * toplev.c (toplev::~toplev): Likewise.
11401
11402 2015-05-12 Richard Earnshaw <rearnsha@arm.com>
11403
11404 * arm-protos.h (arm_sched_autopref): Delete.
11405 (tune_params): Re-organize, use enums for flag values.
11406 (FUSE_OPS): New macro.
11407 * arm.c (ARM_PREFETCH_NOT_BENEFICIAL): Update.
11408 (ARM_PREFETCH_BENEFICIAL): Likewise.
11409 (ARM_FUSE_NOTHING, ARM_FUSE_MOVW_MOVT): Delete.
11410 (arm_slowmul_tune, arm_fastmul_tune, arm_strongarm_tune)
11411 (arm_xscale_tune, arm_9e_tune, arm_marvell_pj4_tune)
11412 (arm_v6t2_tune, arm_cortex_tune, arm_cortex_a8_tune)
11413 (arm_cortex_a7_tune, arm_cortex_a15_tune, arm_cortex_a53_tune)
11414 (arm_cortex_a57_tune, arm_xgene1_tune, arm_cortex_a5_tune)
11415 (arm_cortex_a9_tune, arm_cortex_a12_tune, arm_v7m_tune)
11416 (arm_cortex_m7_tune, arm_v6m_tune, arm_fa726te_tune): Use new
11417 format.
11418 (arm_option_override, thumb2_reorg, arm_print_tune_info)
11419 (aarch_macro_fusion_pair_p): Update uses of current_tune.
11420 * arm.h (LOGICAL_OP_NON_SHORT_CIRCUIT): Likewise.
11421
11422 2015-05-12 Sandra Loosemore <sandra@codesourcery.com>
11423
11424 * config/nios2/nios2.md (trap, ctrapsi4): Use "trap" instead of
11425 "break".
11426
11427 2015-05-12 Chung-Lin Tang <cltang@codesourcery.com>
11428 Sandra Loosemore <sandra@codesourcery.com>
11429
11430 * config/nios2/nios2.h (enum reg_class): Add IJMP_REGS enum
11431 value.
11432 (REG_CLASS_NAMES): Add "IJMP_REGS".
11433 (REG_CLASS_CONTENTS): Add new entry for IJMP_REGS.
11434 * config/nios2/nios2.md (indirect_jump,*tablejump): Adjust to
11435 use new "c" register constraint.
11436 * config/nios2/constraint.md (c): New register constraint
11437 corresponding to IJMP_REGS.
11438
11439 2015-05-12 Segher Boessenkool <segher@kernel.crashing.org>
11440
11441 * config/rs6000/rs6000.md (*rotlsi3_internal4, *rotlsi3_internal5,
11442 *rotlsi3_internal6, rlwinm, 5 unnamed define_insns, and 6
11443 define_splits): Delete, revamp, transmogrify into ...
11444 (*rotlsi3_mask, *rotlsi3_mask_dot, *rotlsi3_mask_dot2,
11445 *ashlsi3_imm_mask, *ashlsi3_imm_mask_dot, *ashlsi3_imm_mask_dot2,
11446 *lshrsi3_imm_mask, *lshrsi3_imm_mask_dot, *lshrsi3_imm_mask_dot2):
11447 New.
11448
11449 2015-05-12 Segher Boessenkool <segher@kernel.crashing.org>
11450
11451 * config/rs6000/rs6000.md (rs6000_adjust_atomic_subword): Use
11452 gen_ashlsi3 and gen_andsi3 instead of gen_rlwinm.
11453
11454 2015-05-12 Segher Boessenkool <segher@kernel.crashing.org>
11455
11456 * config/rs6000/rs6000.md (extzv): FAIL for SImode.
11457 (extzvsi_internal, *extzvsi_internal1, *extzvsi_internal2,
11458 *rotlsi3_internal7le, *rotlsi3_internal7be, *rotlsi3_internal8le,
11459 *rotlsi3_internal8be, *rotlsi3_internal9le, *rotlsi3_internal9be,
11460 *rotlsi3_internal10le, *rotlsi3_internal10be, *rotlsi3_internal11le,
11461 *rotlsi3_internal11be, *rotlsi3_internal12le, *rotlsi3_internal12be,
11462 *lshiftrt_internal1le, *lshiftrt_internal1be, *lshiftrt_internal2le,
11463 *lshiftrt_internal2be, *lshiftrt_internal3le, *lshiftrt_internal3be,
11464 *lshiftrt_internal4le, *lshiftrt_internal4be, *lshiftrt_internal5le,
11465 *lshiftrt_internal5be, *lshiftrt_internal5le, *lshiftrt_internal5be,
11466 *rotldi3_internal7le, *rotldi3_internal7be, *rotldi3_internal8le,
11467 *rotldi3_internal8be, *rotldi3_internal9le, *rotldi3_internal9be,
11468 *rotldi3_internal10le, *rotldi3_internal10be, *rotldi3_internal11le,
11469 *rotldi3_internal11be, *rotldi3_internal12le, *rotldi3_internal12be,
11470 *rotldi3_internal13le, *rotldi3_internal13be, *rotldi3_internal14le,
11471 *rotldi3_internal14be, *rotldi3_internal15le, *rotldi3_internal15be,
11472 and 30 corresponding splitters): Delete.
11473
11474 2015-05-12 Segher Boessenkool <segher@kernel.crashing.org>
11475
11476 * config/rs6000/rs6000.md (define_split for bswaphi): Don't use
11477 zero_extract.
11478
11479 2015-05-12 Segher Boessenkool <segher@kernel.crashing.org>
11480
11481 * combine.c (recog_for_combine_1): New function, factored out
11482 from recog_for_combine.
11483 (change_zero_ext): New function.
11484 (recog_for_combine): If recog fails, try again with the pattern
11485 modified by change_zero_ext; if that still fails, restore the
11486 pattern.
11487
11488 2015-05-12 Segher Boessenkool <segher@kernel.crashing.org>
11489
11490 * combine.c (get_undo_marker): New function.
11491 (undo_to_marker): New function, largely factored out from ...
11492 (undo_all): ... this. Adjust.
11493
11494 2015-05-12 Richard Biener <rguenther@suse.de>
11495
11496 PR tree-optimization/66101
11497 * tree-ssa-dce.c (remove_dead_stmt): Properly mark loops for
11498 fixup if we turn a loop exit edge to a fallthru edge.
11499
11500 2015-05-12 Richard Biener <rguenther@suse.de>
11501
11502 PR tree-optimization/37021
11503 * tree-vectorizer.h (struct _slp_tree): Add two_operators flag.
11504 (SLP_TREE_TWO_OPERATORS): New define.
11505 * tree-vect-slp.c (vect_create_new_slp_node): Initialize
11506 SLP_TREE_TWO_OPERATORS.
11507 (vect_build_slp_tree_1): Allow two mixing plus/minus in an
11508 SLP node.
11509 (vect_build_slp_tree): Adjust.
11510 (vect_analyze_slp_cost_1): Likewise.
11511 (vect_schedule_slp_instance): Vectorize mixing plus/minus by
11512 emitting two vector stmts and mixing the results.
11513
11514 2015-05-12 Dominik Vogt <vogt@linux.vnet.ibm.com>
11515
11516 * call.c (print_z_candidates): Remove dead code.
11517
11518 2015-05-12 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
11519
11520 * config/s390/2827.md: Split zEC12_simple into zEC12_simple_int
11521 and zEC12_simple_fp.
11522 * config/s390/s390.c (s390_issue_rate): Set issue rate for zEC12
11523 to 1.
11524
11525 2015-05-12 Tom de Vries <tom@codesourcery.com>
11526
11527 PR tree-optimization/66010
11528 * gimplify.c (gimplify_modify_expr): Handle new do_deref argument of
11529 ifn_va_arg.
11530 * gimplify.h (gimplify_va_arg_internal): Remove loc parameter.
11531 (gimplify_va_arg_internal): Remove loc parameter. Assert no array-typed
11532 va_lists are passed, and remove corresponding handling.
11533 (gimplify_va_arg_expr): Only take address of ap if necessary. Add
11534 do_deref argument to ifn_va_arg.
11535 * tree-stdarg.c (expand_ifn_va_arg_1): Handle new do_deref argument of
11536 ifn_va_arg.
11537
11538 2015-05-12 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
11539
11540 PR target/65955
11541 * config/arm/arm.md (movcond_addsi): Check that operands[2] is a
11542 REG before taking its REGNO.
11543
11544 2015-05-12 Thomas Preud'homme <thomas.preudhomme@arm.com>
11545
11546 * combine.c i(set_nonzero_bits_and_sign_copies): Split code updating
11547 rsp->sign_bit_copies and rsp->nonzero_bits into ...
11548 (update_rsp_from_reg_equal): This. Also use REG_EQUAL note on src if
11549 present to get more accurate information about the number of sign bit
11550 copies and non zero bits.
11551
11552 2015-05-12 Richard Biener <rguenther@suse.de>
11553
11554 * tree-vect-slp.c (vect_build_slp_tree_1): For BB vectorization
11555 do not allow unrolling.
11556
11557 2015-05-11 Richard Henderson <rth@redhat.com>
11558
11559 * config/i386/i386-modes.def (CCP): New.
11560 * config/i386/i386.c (put_condition_code): Handle it.
11561 (ix86_match_ccmode, ix86_cc_modes_compatible): Likewise.
11562
11563 2015-05-11 Richard Henderson <rth@redhat.com>
11564
11565 * target.def (md_asm_clobbers): Replace with...
11566 (md_asm_adjust): this.
11567 * tm.texi.in (TARGET_MD_ASM_CLOBBERS): Remove.
11568 (TARGET_MD_ASM_ADJUST): New.
11569 * tm.texi: Rebuild.
11570 * hooks.c (hook_tree_tree_tree_tree_3rd_identity): Remove.
11571 * hooks.h (hook_tree_tree_tree_tree_3rd_identity): Remove.
11572 * system.h (TARGET_MD_ASM_CLOBBERS): Poison.
11573
11574 * cfgexpand.c (check_operand_nalternatives): Accept vector of
11575 constraints instead of lists of outputs and inputs.
11576 (expand_asm_stmt): Save and restore input_location around the
11577 body of the function. Move asm data into vectors instead of
11578 building tree lists. Generate cleanup sequences as needed,
11579 rather than waiting til the end. Use new md_asm_adjust hook.
11580
11581 * config/vxworks.c: Include vec.h before target.h.
11582 * gimple.c: Likewise.
11583 * incpath.c: Likewise.
11584 * mode-switching.c: Likewise.
11585
11586 * config/cris/cris.c (cris_md_asm_clobbers): Convert to...
11587 (cris_md_asm_adjust): this.
11588 (TARGET_MD_ASM_CLOBBERS): Remove.
11589 (TARGET_MD_ASM_ADJUST): New.
11590 * config/i386/i386.c (ix86_md_asm_clobbers): Convert to...
11591 (ix86_md_asm_adjust): this.
11592 (TARGET_MD_ASM_CLOBBERS): Remove.
11593 (TARGET_MD_ASM_ADJUST): New.
11594 * config/mn10300/mn10300.c (mn10300_md_asm_clobbers): Convert to...
11595 (mn10300_md_asm_adjust): this.
11596 (TARGET_MD_ASM_CLOBBERS): Remove.
11597 (TARGET_MD_ASM_ADJUST): New.
11598 * config/rs6000/rs6000.c (rs6000_md_asm_clobbers): Convert to...
11599 (rs6000_md_asm_adjust): this.
11600 (TARGET_MD_ASM_CLOBBERS): Remove.
11601 (TARGET_MD_ASM_ADJUST): New.
11602 * config/visium/visium.c (visium_md_asm_clobbers): Convert to...
11603 (visium_md_asm_adjust): this.
11604 (TARGET_MD_ASM_CLOBBERS): Remove.
11605 (TARGET_MD_ASM_ADJUST): New.
11606
11607 2015-05-11 Richard Henderson <rth@redhat.com>
11608
11609 * gimplify.c (gimplify_asm_expr): Set gimple_asm_volatile_p
11610 if noutputs is zero.
11611 * cfgexpand.c (expand_asm_stmt): Use gimple_asm_volatile_p unchanged.
11612
11613 * cfgexpand.c (expand_asm_operands): Merge into...
11614 (expand_asm_stmt): ... here.
11615
11616 * cfgexpand.c (expand_asm_operands): Don't call
11617 resolve_asm_operand_names.
11618 * stmt.c (resolve_asm_operand_names): Clarify block comment.
11619
11620 2015-05-11 Jan Hubicka <hubicka@ucw.cz>
11621
11622 * dwarf2out.c (gen_member_die): Sanity check that we access
11623 TYPE_MAIN_VARIANT for TYPE_METHODS.
11624 * function.c (use_register_for_decl): Look for TYPE_MAIN_VARIANT when
11625 checking TYPE_METHODS.
11626 * tree.c (free_lang_data_in_type): See TYPE_METHODS to error_mark_node
11627 if non-null.
11628 (build_distinct_type_copy): Clear TYPE_METHODS.
11629 (verify_type_variant): Verify that TYPE_METHODS is NULL for variants.
11630 (verify_type): Allow TYPE_METHODS to be error_mark_node.
11631 * tree.def: Update docs of TYPE_STUB_DECL and TYPE_METHODS.
11632
11633 2015-05-11 Eric Botcazou <ebotcazou@adacore.com>
11634
11635 * emit-rtl.c (emit_pattern_after_setloc): Add missing guard.
11636 (emit_pattern_before_setloc): Likewise.
11637
11638 2015-05-11 Richard Sandiford <richard.sandiford@arm.com>
11639
11640 * genrecog.c (match_pattern_1): Expect the pattern to be a SEQUENCE
11641 for define_peephole2s.
11642 (get_peephole2_pattern): New function.
11643 (main): Use it. Call validate_pattern.
11644
11645 2015-05-11 Pitchumani Sivanupandi <pitchumani.s@atmel.com>
11646
11647 * config/avr/avr.c (avr_hard_regno_call_part_clobbered): Use
11648 LAST_CALLEE_SAVED_REG instead of hard-coded register number.
11649 (Last callee saved reg is different for AVR_TINY architecture)
11650
11651 2015-05-11 Uros Bizjak <ubizjak@gmail.com>
11652
11653 * config/i386/i386.c (ix86_loop_unroll_adjust): Use PATTERN (insn)
11654 when looking for memory references.
11655
11656 2015-05-11 Alexander Monakov <amonakov@ispras.ru>
11657
11658 PR target/65753
11659 * config/i386/i386.c (ix86_function_ok_for_sibcall): Allow PIC sibcalls
11660 via function pointers.
11661
11662 2015-05-11 Alexander Monakov <amonakov@ispras.ru>
11663
11664 * calls.c (prepare_call_address): Transform PLT call to GOT lookup and
11665 indirect call by forcing address into a pseudo with -fno-plt.
11666 * common.opt (flag_plt): New option.
11667 * doc/invoke.texi (Code Generation Options): Add -fno-plt.
11668 ([-fno-plt]): Document.
11669
11670 2015-05-11 Markus Trippelsdorf <markus@trippelsdorf.de>
11671
11672 PR bootstrap/66105
11673 * config/rs6000/option-defaults.h: Add space between string literal
11674 and macro name.
11675
11676 2015-05-11 Thomas Preud'homme <thomas.preudhomme@arm.com>
11677
11678 * gcc.target/arm/pr64616.c: Test dump rather than assembly to work
11679 accross ARM targets.
11680
11681 2015-05-11 Christian Bruel <christian.bruel@st.com>
11682
11683 * config/arm/arm-protos.h (thumb_code, thumb1_code): Remove.
11684 * config/arm/vxworks.h (thumb_code): Replace with TARGET_THUMB.
11685
11686 2015-05-11 Richard Sandiford <richard.sandiford@arm.com>
11687
11688 PR rtl-optimization/66076
11689 * rtlanal.c (generic_subrtx_iterator <T>::add_single_to_queue):
11690 Don't grow the heap array if it is already big enough from a
11691 previous iteration.
11692
11693 2015-05-11 Christian Bruel <christian.bruel@st.com>
11694
11695 * config/arm/arm-protos.h (arm_declare_function_name): Declare.
11696 (is_called_in_ARM_mode): Remove.
11697 * config/arm/arm.c (is_called_in_ARM_mode): Declare static bool.
11698 (arm_declare_function_name): Moved from from ARM_DECLARE_FUNCTION_NAME.
11699 * config/arm/arm.h (ARM_DECLARE_FUNCTION_NAME): Call
11700 arm_declare_function_name.
11701
11702 2015-05-11 Christian Bruel <christian.bruel@st.com>
11703
11704 * config/arm/arm.c (arm_option_override): Reoganized and split into :
11705 (arm_option_params_internal); New function.
11706 (arm_option_check_internal): New function.
11707 (arm_option_override_internal): New function.
11708 (thumb_code, thumb1_code): Remove.
11709 * config/arm/arm.h (TREE_TARGET_THUMB, TREE_TARGET_THUMB1): New macros.
11710 (TREE_TARGET_THUM2, TREE_TARGET_ARM): Likewise.
11711 (thumb_code, thumb1_code): Remove.
11712 * config/arm/arm.md (is_thumb, is_thumb1): Check TARGET flag.
11713
11714 2015-05-11 Uros Bizjak <ubizjak@gmail.com>
11715
11716 * config/alpha/alpha.c (alpha_emit_set_const_1)
11717 (alpha_emit_set_long_const, alpha_extract_integer)
11718 (alpha_legitimate_constant_p, alpha_split_const_mov)
11719 (alpha_expand_block_clear, alpha_expand_zap_mask, print_operand):
11720 [HOST_BITS_PER_WIDE_INT < 64]: Remove dead code.
11721 (alpha_emit_set_const_1): Change "(HOST_WIDE_INT) 1" to
11722 HOST_WIDE_INT_1U.
11723 * config/alpha/predicates.md (mode_mask_operand): Do not match
11724 const_double RTX.
11725 [HOST_BITS_PER_WIDE_INT < 64]: Remove dead code.
11726 * config/alpha/alpha.md (abstf, *abstf_internal, UNSPEC_ZAP splitter):
11727 Change "(HOST_WIDE_INT) 1" to HOST_WIDE_INT_1U.
11728 [HOST_BITS_PER_WIDE_INT < 64]: Remove dead code.
11729 (*negtf_internal): Use gen_int_mode instead of immed_double_const.
11730
11731 2015-05-11 Jakub Jelinek <jakub@redhat.com>
11732
11733 PR target/65780
11734 * config/s390/linux.h (TARGET_BINDS_LOCAL_P): Define to
11735 default_binds_local_p_2.
11736 * config/arm/linux-elf.h (TARGET_BINDS_LOCAL_P): Likewise.
11737 * config/aarch64/aarch64-linux.h (TARGET_BINDS_LOCAL_P): Likewise.
11738
11739 2015-05-09 Jan Hubicka <hubicka@ucw.cz>
11740
11741 * tree.c (verify_type_variant): Check TYPE_VALUES_RAW and TYPE_PRECISION
11742
11743 2015-05-09 Jan Hubicka <hubicka@ucw.cz>
11744
11745 Patch by Richard Biener
11746 * coverage.c (coverage_obj_init): Delay building of type variant
11747 until the type is finished.
11748
11749 2015-05-09 Jan Hubicka <hubicka@ucw.cz>
11750
11751 * ipa-devirt.c (warn_types_mismatch): Do not ICE when warning about
11752 mismatch between C and C++ type; compoare correctly ARG_TYPES
11753 for non-prototypes and output correctly parameter index for METHOD_TYPE.
11754 (odr_types_equivalent_p): Fix wording of warning about attributes;
11755 it is OK to match prototype and non-prototype.
11756
11757 2015-05-09 Jan Hubicka <hubicka@ucw.cz>
11758
11759 * tree.c (free_lang_data_in_type): Free TREE_PURPOSE of
11760 TYPE_ARG_TYPES list.
11761 (verify_type): Permit non-NULL TREE_PURPOSE in non-LTO builds.
11762 * tree.def (FUNCTION_TYPE): Document TREE_PURPOSE in TYPE_ARG_TYPES
11763
11764 2015-05-09 Jan Hubicka <hubicka@ucw.cz>
11765
11766 * tree.c (verify_type): Verify TYPE_BINFO and TYPE_VALUES_RAW.
11767 * tree.h (is_lang_specific): Constify.
11768
11769 2015-05-09 Marc Glisse <marc.glisse@inria.fr>
11770
11771 PR tree-optimization/64454
11772 * tree-vrp.c (extract_range_from_binary_expr_1) <TRUNC_MOD_EXPR>:
11773 Rewrite.
11774
11775 2015-05-08 Jason Merrill <jason@redhat.com>
11776
11777 * bitmap.c, c/c-aux-info.c, cfg.c, cfghooks.c, cgraph.c,
11778 config/aarch64/aarch64.md config/alpha/vms.h, config/darwin.c,
11779 config/darwin.h, config/darwin9.h, config/elfos.h,
11780 config/i386/bsd.h, config/ia64/ia64.c, config/lm32/lm32.h,
11781 config/microblaze/microblaze.h, config/mips/mips.h,
11782 config/mmix/mmix.c, config/msp430/msp430.c, config/nios2/nios2.h,
11783 config/nvptx/nvptx.c, config/nvptx/nvptx.h, config/pa/pa.c,
11784 config/pa/pa.h, config/rs6000/rs6000.c, config/rs6000/sysv4.h,
11785 config/rs6000/xcoff.h, config/rx/rx.h, config/s390/s390.h,
11786 config/sparc/sol2.h, config/sparc/sparc.h, config/visium/visium.h,
11787 cppbuiltin.c, defaults.h, doc/invoke.texi, dwarf2cfi.c,
11788 dwarf2out.c, final.c, gcc.c, gcov-dump.c, gcov.c, ipa-cp.c,
11789 ipa-inline.c, ipa-polymorphic-call.c, ipa-profile.c, ipa-prop.c,
11790 ira-color.c, ira.c, loop-doloop.c, loop-iv.c, mcf.c,
11791 modulo-sched.c, predict.c, profile.c, stor-layout.c, toplev.c,
11792 tree-ssa-reassoc.c, value-prof.c, wide-int-print.cc: Add space
11793 between string literal and macro name.
11794
11795 2015-05-08 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
11796
11797 * jump.c: Change argument types to rtx_insn *.
11798 * rtl.h: Adjust.
11799
11800 2015-05-08 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
11801
11802 * lra-constraints.c: Change argument type to rtx_insn *.
11803
11804 2015-05-08 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
11805
11806 * df-problems.c: Change argument type to rtx_insn *.
11807
11808 2015-05-08 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
11809
11810 * combine.c: Change argument type to rtx_insn *.
11811
11812 2015-05-08 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
11813
11814 * rtl.h: Adjust.
11815 * rtlanal.c: Change argument type to rtx_insn *.
11816
11817 2015-05-08 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
11818
11819 * sched-deps.c: Change argument types to rtx_insn *.
11820 * sched-int.h: Adjust.
11821
11822 2015-05-08 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
11823
11824 * dwarf2cfi.c: Change argument type to rtx_insn *.
11825
11826 2015-05-08 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
11827
11828 * ira.c (decrease_live_ranges_number): Changetype of local
11829 variable to rtx_insn *.
11830 * recog.c: Change argument types to rtx_insn *.
11831 * recog.h: Adjust.
11832
11833 2015-05-08 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
11834
11835 * reorg.c: Change argument types to rtx_insn *.
11836
11837 2015-05-08 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
11838
11839 * ira-color.c: Change argument types to rtx_insn *.
11840 * lra-eliminations.c: Likewise.
11841 * ira.h: Adjust.
11842
11843 2015-05-08 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
11844
11845 * gcse.c: Change argument types to rtx_insn *.
11846
11847 2015-05-08 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
11848
11849 * cse.c (cse_change_cc0_mode): Change argument type to rtx_insn *.
11850
11851 2015-05-08 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
11852
11853 * emit-rtl.c (emit_debug_insn_before): Change argument type to
11854 rtx_insn *.
11855 * rtl.h: Adjust.
11856
11857 2015-05-08 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
11858
11859 * emit-rtl.c (emit_note_before): Change argument type to rtx_insn *.
11860 * rtl.h: Adjust.
11861
11862 2015-05-08 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
11863
11864 * emit-rtl.c (emit_note_after): Change argument type to rtx_insn *.
11865 * rtl.h: Adjust.
11866
11867 2015-05-08 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
11868
11869 * emit-rtl.c (prev_cc0_setter): Change argument type to rtx_insn *.
11870 * rtl.h: Adjust.
11871
11872 2015-05-08 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
11873
11874 * rtlanal.c (noop_move_p): Change argument type to rtx_insn *.
11875 * rtl.h: Adjust.
11876
11877 2015-05-08 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
11878
11879 * rtlanal.c (add_shallow_copy_of_reg_note): Change argument type
11880 to rtx_insn *.
11881 * rtl.h: Adjust.
11882
11883 2015-05-08 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
11884
11885 * rtlanal.c (remove_reg_equal_equiv_notes): Change argument type
11886 to rtx_insn *.
11887 * rtl.h: Likewise.
11888
11889 2015-05-08 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
11890
11891 * except.c (can_nonlocal_goto): Change type of argument to
11892 rtx_insn *.
11893 * rtl.h: Adjust.
11894
11895 2015-05-08 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
11896
11897 * rtlanal.c (computed_jump_p): Cange argument type to rtx_insn *.
11898 * rtl.h: Adjust.
11899
11900 2015-05-08 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
11901
11902 * rtlanal.c (in_insn_list_p): Renamed from in_expr_list_p.
11903 * cfgrtl.c (can_delete_label_p): Adjust.
11904 * rtl.h: likewise.
11905
11906 2015-05-08 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
11907
11908 * reorg.c (stop_search_p): Change argument to rtx_insn *.
11909
11910 2015-05-08 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
11911
11912 * except.c (make_reg_eh_region_note): Change argument to
11913 rtx_insn *.
11914 (make_reg_eh_region_note_nothrow_nononlocal): Likewise.
11915 * except.h: Adjust.
11916
11917 2015-05-08 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
11918
11919 * mode-switching.c (commit_mode_sets): Change type of local
11920 variable from rtx to rtx_insn *.
11921
11922 2015-05-08 Jim Wilson <jim.wilson@linaro.org>
11923
11924 * doc/install.texi (--enable-languages): Add missing jit and lto info.
11925 Add ^ to grep command.
11926 * doc/match-and-simplify.texi (GIMPLE API): Add missing fourth tree
11927 arg to last gimple_simplify declaration. Add missing gimple_build
11928 declaration for built-in function case with four tree args.
11929
11930 2015-05-08 Gregor Richards <gregor.richards@uwaterloo.ca>
11931 Szabolcs Nagy <szabolcs.nagy@arm.com>
11932
11933 * config/mips/linux.h (MUSL_DYNAMIC_LINKER32): Define.
11934 (MUSL_DYNAMIC_LINKER64, MUSL_DYNAMIC_LINKERN32): Define.
11935 (GNU_USER_DYNAMIC_LINKERN32): Update.
11936
11937 2015-05-08 Richard Biener <rguenther@suse.de>
11938
11939 PR tree-optimization/66036
11940 * tree-vect-data-refs.c (vect_compute_data_ref_alignment):
11941 Handle strided group loads.
11942 (vect_verify_datarefs_alignment): Likewise.
11943 (vect_enhance_data_refs_alignment): Likewise.
11944 (vect_analyze_group_access): Likewise.
11945 (vect_analyze_data_ref_access): Likewise.
11946 (vect_analyze_data_ref_accesses): Likewise.
11947 * tree-vect-stmts.c (vect_model_load_cost): Likewise.
11948 (vectorizable_load): Likewise.
11949
11950 2015-05-08 Segher Boessenkool <segher@kernel.crashing.org>
11951
11952 * config/rs6000/rs6000.md: Require operand inequality in one
11953 of the peepholes.
11954
11955 2015-05-08 Richard Sandiford <richard.sandiford@arm.com>
11956 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
11957
11958 * config/i386/i386.md (<mode>_ldx, *<mode>_ldx): Remove mode
11959 from (set ...).
11960 * config/rx/rx.md (movdi, movdf): Likewise.
11961 Likewise for define_peephole2s.
11962
11963 2015-05-08 Alan Lawrence <alan.lawrence@arm.com>
11964
11965 * config/aarch64/arm_neon.h (vceq_s64, vceq_u64, vceqz_s64, vceqz_u64,
11966 vcge_s64, vcge_u64, vcgez_s64, vcgt_s64, vcgt_u64, vcgtz_s64, vcle_s64,
11967 vcle_u64, vclez_s64, vclt_s64, vclt_u64, vcltz_s64, vtst_s64,
11968 vtst_u64): Rewrite using gcc vector extensions.
11969
11970 2015-05-08 Alan Lawrence <alan.lawrence@arm.com>
11971
11972 * config/aarch64/aarch64-simd.md (aarch64_vcond_internal<mode><mode>,
11973 vcond<mode><mode>, vcondu<mode><mode>): Add DImode variant.
11974
11975 2015-05-08 Alan Lawrence <alan.lawrence@arm.com>
11976
11977 * optabs.c (vector_compare_rtx): Handle RTL operands having VOIDmode.
11978
11979 2015-05-08 Szabolcs Nagy <szabolcs.nagy@arm.com>
11980
11981 * config/glibc-stdint.h (OPTION_MUSL): Define.
11982 (INT_FAST16_TYPE, INT_FAST32_TYPE, UINT_FAST16_TYPE, UINT_FAST32_TYPE):
11983 Change the definition based on OPTION_MUSL for 64 bit targets.
11984 * config/linux.h (OPTION_MUSL): Redefine.
11985 * config/alpha/linux.h (OPTION_MUSL): Redefine.
11986 * config/rs6000/linux.h (OPTION_MUSL): Redefine.
11987 * config/rs6000/linux64.h (OPTION_MUSL): Redefine.
11988
11989 2015-05-08 Gregor Richards <gregor.richards@uwaterloo.ca>
11990 Szabolcs Nagy <szabolcs.nagy@arm.com>
11991
11992 * config.gcc (LIBC_MUSL): New tm_defines macro.
11993 * config/linux.h (OPTION_MUSL): Define.
11994 (MUSL_DYNAMIC_LINKER, MUSL_DYNAMIC_LINKER32,)
11995 (MUSL_DYNAMIC_LINKER64, MUSL_DYNAMIC_LINKERX32,)
11996 (INCLUDE_DEFAULTS_MUSL_GPP, INCLUDE_DEFAULTS_MUSL_LOCAL,)
11997 (INCLUDE_DEFAULTS_MUSL_PREFIX, INCLUDE_DEFAULTS_MUSL_CROSS,)
11998 (INCLUDE_DEFAULTS_MUSL_TOOL, INCLUDE_DEFAULTS_MUSL_NATIVE): Define.
11999 * config/linux.opt (mmusl): New option.
12000 * doc/invoke.texi (GNU/Linux Options): Document -mmusl.
12001 * configure.ac (gcc_cv_libc_provides_ssp): Add *-*-musl*.
12002 (gcc_cv_target_dl_iterate_phdr): Add *-linux-musl*.
12003 * configure: Regenerate.
12004
12005 2015-05-08 H.J. Lu <hongjiu.lu@intel.com>
12006 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
12007
12008 PR target/48904
12009 * config.gcc (x86_64-*-knetbsd*-gnu): Add i386/knetbsd-gnu64.h.
12010 * config/i386/knetbsd-gnu64.h: New file.
12011
12012 2015-05-08 Marek Polacek <polacek@redhat.com>
12013
12014 PR c/64918
12015 * doc/invoke.texi: Document -Woverride-init-side-effects.
12016
12017 2015-05-07 Marek Polacek <polacek@redhat.com>
12018
12019 PR c/65179
12020 * doc/invoke.texi: Document -Wshift-negative-value.
12021
12022 2015-05-06 Aditya Kumar <hiraditya@msn.com>
12023
12024 * gcov-tool.c (do_merge): Refactore to remove int ret.
12025 * ipa-icf.c (sem_item::hash_referenced_symbol_properties): Change
12026 !type == FUNC to type != FUNC.
12027 * reload.h (struct target_reload): Changee to type of
12028 x_spill_indirect_levels from bool to unsigned char.
12029
12030 2015-05-07 Richard Sandiford <richard.sandiford@arm.com>
12031
12032 * rtl.h (always_void_p): New function.
12033 * gengenrtl.c (always_void_p): Likewise.
12034 (genmacro): Don't add a mode parameter to gen_rtx_foo if rtxes
12035 with code foo are always VOIDmode.
12036 * genemit.c (gen_exp): Update gen_rtx_foo calls accordingly.
12037 * builtins.c, caller-save.c, calls.c, cfgexpand.c, combine.c,
12038 compare-elim.c, config/aarch64/aarch64.c,
12039 config/aarch64/aarch64.md, config/alpha/alpha.c,
12040 config/alpha/alpha.md, config/arc/arc.c, config/arc/arc.md,
12041 config/arm/arm-fixed.md, config/arm/arm.c, config/arm/arm.md,
12042 config/arm/ldrdstrd.md, config/arm/thumb2.md, config/arm/vfp.md,
12043 config/avr/avr.c, config/bfin/bfin.c, config/c6x/c6x.c,
12044 config/c6x/c6x.md, config/cr16/cr16.c, config/cris/cris.c,
12045 config/cris/cris.md, config/darwin.c, config/epiphany/epiphany.c,
12046 config/epiphany/epiphany.md, config/fr30/fr30.c, config/frv/frv.c,
12047 config/frv/frv.md, config/h8300/h8300.c, config/i386/i386.c,
12048 config/i386/i386.md, config/i386/sse.md, config/ia64/ia64.c,
12049 config/ia64/vect.md, config/iq2000/iq2000.c,
12050 config/iq2000/iq2000.md, config/lm32/lm32.c, config/lm32/lm32.md,
12051 config/m32c/m32c.c, config/m32r/m32r.c, config/m68k/m68k.c,
12052 config/m68k/m68k.md, config/mcore/mcore.c, config/mcore/mcore.md,
12053 config/mep/mep.c, config/microblaze/microblaze.c,
12054 config/mips/mips.c, config/mips/mips.md, config/mmix/mmix.c,
12055 config/mn10300/mn10300.c, config/msp430/msp430.c,
12056 config/nds32/nds32-memory-manipulation.c, config/nds32/nds32.c,
12057 config/nds32/nds32.md, config/nios2/nios2.c, config/nvptx/nvptx.c,
12058 config/pa/pa.c, config/pa/pa.md, config/rl78/rl78.c,
12059 config/rs6000/altivec.md, config/rs6000/rs6000.c,
12060 config/rs6000/rs6000.md, config/rs6000/vector.md,
12061 config/rs6000/vsx.md, config/rx/rx.c, config/rx/rx.md,
12062 config/s390/s390.c, config/s390/s390.md, config/sh/sh.c,
12063 config/sh/sh.md, config/sh/sh_treg_combine.cc,
12064 config/sparc/sparc.c, config/sparc/sparc.md, config/spu/spu.c,
12065 config/spu/spu.md, config/stormy16/stormy16.c,
12066 config/tilegx/tilegx.c, config/tilegx/tilegx.md,
12067 config/tilepro/tilepro.c, config/tilepro/tilepro.md,
12068 config/v850/v850.c, config/v850/v850.md, config/vax/vax.c,
12069 config/visium/visium.c, config/xtensa/xtensa.c, cprop.c, dse.c,
12070 expr.c, gcse.c, ifcvt.c, ira.c, jump.c, lower-subreg.c,
12071 lra-constraints.c, lra-eliminations.c, lra.c, postreload.c, ree.c,
12072 reg-stack.c, reload.c, reload1.c, reorg.c, sel-sched.c,
12073 var-tracking.c: Update calls accordingly.
12074
12075 2015-05-07 Segher Boessenkool <segher@kernel.crashing.org>
12076
12077 PR middle-end/192
12078 PR middle-end/54303
12079 * varasm.c (function_mergeable_rodata_prefix): New function.
12080 (mergeable_string_section): Use it.
12081 (mergeable_constant_section): Use it.
12082
12083 2015-05-07 Jeff Law <law@redhat.com>
12084
12085 PR target/39726
12086 * match.pd (bit_and (plus/minus (convert @0) (convert @1) mask): New
12087 simplifier to narrow arithmetic.
12088 * generic-match-head.c: (types_match, single_use): New functions.
12089 * gimple-match-head.c: (types_match, single_use): New functions.
12090
12091 2015-05-07 Venkataramanan Kumar <venkataramanan.kumar@amd.com>
12092
12093 * combine.c (make_compound_operation): Remove checks for PLUS/MINUS
12094 rtx type.
12095
12096 2015-05-07 Richard Biener <rguenther@suse.de>
12097
12098 PR tree-optimization/66002
12099 * passes.def: Schedule another pass_merge_phi after ifcombine, right
12100 before phiopt.
12101
12102 2015-05-07 Marek Polacek <polacek@redhat.com>
12103 Martin Uecker <uecker@eecs.berkeley.edu>
12104
12105 * doc/invoke.texi: Document -fsanitize=bounds-strict.
12106 * flag-types.h (enum sanitize_code): Add SANITIZE_BOUNDS_STRICT, or it
12107 into SANITIZE_NONDEFAULT.
12108 * opts.c (common_handle_option): Handle -fsanitize=bounds-strict.
12109
12110 2015-05-07 Uros Bizjak <ubizjak@gmail.com>
12111
12112 PR target/66015
12113 * config/alpha/alpha.c (alpha_override_options_after_change): New.
12114 (TARGET_OVERRIDE_OPTIONS_AFTER_CHANGE): New.
12115 (alpha_override_options): Move align_loops, align_jumps and
12116 align_functions handling into alpha_override_options_after_change.
12117
12118 2015-05-06 Sandra Loosemore <sandra@codesourcery.com>
12119 Chris Jones <chrisj@nvidia.com>
12120 Joshua Conner <jconner@nvidia.com>
12121
12122 * config/arm/unknown-elf.h (STARTFILE_SPEC): Add conditional
12123 linking of crtfastmath.o.
12124 * config/arm/linux-eabi.h (STARTFILE_SPEC): Likewise.
12125
12126 2015-05-06 Segher Boessenkool <segher@kernel.crashing.org>
12127
12128 * config/rs6000/rs6000.md (cstore<mode>4_signed_imm): New expander.
12129 (cstore<mode>4_unsigned_imm): New expander.
12130 (cstore<mode>4): Remove empty constraint strings. Use the new
12131 expanders.
12132
12133 2015-05-06 Yvan Roux <yvan.roux@linaro.org>
12134
12135 PR target/64208
12136 * config/arm/iwmmxt.md ("*iwmmxt_arm_movdi"): Cleanup redundant
12137 alternatives.
12138
12139 2015-05-06 Szabolcs Nagy <szabolcs.nagy@arm.com>
12140
12141 * config/aarch64/geniterators.sh: Use standard BRE in sed.
12142
12143 2015-05-06 Alan Modra <amodra@gmail.com>
12144
12145 PR target/66033
12146 * config/rs6000/rs6000.md (nop): Use an unspec pattern.
12147 (UNSPEC_NOP): Define.
12148 (reload_vsx_from_gpr<mode>): Add missing DONE.
12149 (reload_gpr_from_vsx<mode>): Likewise.
12150 * config/rs6000/vsx.md (vsx_mul_v2di): Likewise.
12151 (vsx_div_v2di, vsx_udiv_v2di): Likewise.
12152
12153 2015-05-06 Christian Bruel <christian.bruel@st.com>
12154
12155 PR target/66015
12156 * config/aarch64/aarch64.c (aarch64_override_options): Move align_loops,
12157 align_jumps, align_functions into aarch64_override_options_after_change.
12158
12159 2015-05-06 Richard Biener <rguenther@suse.de>
12160
12161 * tree-vect-slp.c (vect_supported_load_permutation_p): Use
12162 vect_transform_slp_perm_load to check if we support a permutation
12163 for basic-block vectorization.
12164
12165 2015-05-06 Nick Clifton <nickc@redhat.com>
12166
12167 * config/rl78/rl78.c (need_to_save): Save register 22 if it is
12168 used, even if it is not being used as a frame pointer.
12169
12170 2015-05-05 Jason Merrill <jason@redhat.com>
12171
12172 * dwarf2out.c (gen_member_die): Don't emit anything for an
12173 anonymous class constructor.
12174
12175 2015-05-05 David Malcolm <dmalcolm@redhat.com>
12176
12177 * auto-profile.c (afdo_find_equiv_class): Fix indentation so
12178 that it reflects the block structure.
12179 (afdo_propagate_edge): Likewise.
12180 (afdo_calculate_branch_prob): Likewise.
12181 (afdo_annotate_cfg): Likewise.
12182 * cfgcleanup.c (equal_different_set_p): Likewise.
12183 (try_crossjump_to_edge): Likewise.
12184 * cgraph.c (cgraph_node::verify_node): Likewise.
12185 * cgraphunit.c (expand_all_functions): Likewise.
12186 * config/i386/i386.c (ix86_expand_copysign): Likewise.
12187 (exact_dependency_1): Likewise.
12188 * dwarf2asm.c (dw2_output_indirect_constants): Likewise.
12189 * dwarf2out.c (tree_add_const_value_attribute_for_decl): Likewise.
12190 * gensupport.c (process_define_subst): Likewise.
12191 * lto-wrapper.c (merge_and_complain): Likewise.
12192 * tree-if-conv.c (if_convertible_bb_p): Likewise.
12193 * tree-ssa-loop-prefetch.c (find_or_create_group): Likewise.
12194 * tree-ssa-tail-merge.c (gsi_advance_fw_nondebug_nonlocal): Likewise.
12195 * tree-vect-data-refs.c (vect_grouped_load_supported): Likewise.
12196 * tree-vect-loop.c (vectorizable_reduction): Likewise.
12197 * tree-vect-slp.c (vect_transform_slp_perm_load): Likewise.
12198 * tree-vect-stmts.c (vectorizable_shift): Likewise.
12199 * tree-vrp.c (vrp_finalize): Likewise.
12200 * tree.c (variably_modified_type_p): Likewise.
12201
12202 2015-05-05 Jack Howarth <howarth.at.gcc@gmail.com>
12203
12204 * config.gcc: Use darwin9.h, darwin10.h and darwin12.h
12205 on darwin12 and later.
12206 * config/darwin12.h (LINK_GCC_C_SEQUENCE_SPEC): Add
12207 file to pass -rdynamic on darwin12 and later.
12208 * config/darwin.opt (rdynamic): Add.
12209
12210 2015-05-05 Uros Bizjak <ubizjak@gmail.com>
12211
12212 * doc/extend.texi (C Extensions): Update menu for moved Variable
12213 Attributes and Type Attributes sections.
12214
12215 2015-05-05 Uros Bizjak <ubizjak@gmail.com>
12216
12217 PR target/65990
12218 * config/i386/i386.c (ix86_parse_stringop_strategy_string): Error out
12219 if rep_8byte stringop strategy was specified for 32-bit target.
12220
12221 2015-05-05 Ilya Tocar <ilya.tocar@intel.com>
12222
12223 PR target/65915
12224 * config/i386/i386.md (vector convert to float spltiter): Check for
12225 xmm16+, when splitting scalar float conversion.
12226 * config/i386/sse.md (sse2_cvtsi2sd): Support EVEX version.
12227
12228 2015-05-05 Nick Clifton <nickc@redhat.com>
12229
12230 * config/msp430/msp430-opts.h (enum msp430_regions): New.
12231 * config/msp430/msp430.c (msp430_override_options): Complain if
12232 -mcode-region or -mdata-region is used on a non MSP430X.
12233 (msp430_section_attr): New function. Checks lower, upper and
12234 either attributes.
12235 (msp430_attribute_table): Add lower, upper and either.
12236 (gen_prefix): New function. Generates a prefix for a section
12237 name.
12238 (msp430_select_section): New function - handles the choice of
12239 section for an object. Takes into account memory region
12240 attributes and options.
12241 (msp430_function_section): Use gen_prefix.
12242 (TARGET_SECTION_TYPE_FLAGS): Define.
12243 (msp430_section_type_flags): New function.
12244 (TARGET_ASM_UNIQUE_SECTION): Define.
12245 (msp430_unique_section): New function.
12246 (msp430_output_aligned_decl_common): New function.
12247 (msp430_do_not_relax_short_jumps): New function.
12248 * config/msp430/msp430.h (USE_SELECT_SECTION_FOR_FUNCTIONS):
12249 Define.
12250 (ASM_OUTPUT_ALIGNED_DECL_COMMON): Define.
12251 * config/msp430/msp430-protos.h
12252 (msp430_do_not_relax_short_jumps): New prototype.
12253 (msp430_output_aligned_decl_common): New prototype.
12254 * config/msp430/msp430.md (length): New attribute.
12255 (cbranchhi4_real): If msp430_do_not_relax_short_jumps is true
12256 then use a long code sequence for short jumps.
12257 * config/msp430/msp430.opt (mcode-region): New.
12258 (mdata-region): New.
12259 * doc/invoke.texi: Document new options.
12260 * doc/extend.texi: Document new attributes.
12261
12262 2015-05-05 Matthew Wahab <matthew.wahab@arm.com>
12263
12264 * gcc/config/aarch64-protos.h (struct cpu_branch_cost): New.
12265 (tune_params): Add field branch_costs.
12266 (aarch64_branch_cost): Declare.
12267 * gcc/config/aarch64.c (generic_branch_cost): New.
12268 (generic_tunings): Set field cpu_branch_cost to generic_branch_cost.
12269 (cortexa53_tunings): Likewise.
12270 (cortexa57_tunings): Likewise.
12271 (thunderx_tunings): Likewise.
12272 (xgene1_tunings): Likewise.
12273 (aarch64_branch_cost): Define.
12274 * gcc/config/aarch64/aarch64.h (BRANCH_COST): Redefine.
12275
12276 2015-05-05 Uros Bizjak <ubizjak@gmail.com>
12277
12278 * config/i386/i386.c: Use HOST_WIDE_INT_1 instead of (HOST_WIDE_INT) 1
12279 and HOST_WIDE_INT_1U instead of (unsigned HOST_WIDE_INT) 1.
12280 * config/i386/i386.md: Ditto.
12281 * config/i386/winnt.c: Ditto.
12282
12283 2015-05-05 Matthew Wahab <matthew.wahab@arm.com>
12284
12285 * doc/extend.texi (__atomic Builtins): Move implementation details
12286 to the end of the description, rewrite opening paragraphs, state
12287 difference with __sync builtins, state C11/C++11 assumptions,
12288 weaken itemized descriptions, add explanation of memory model
12289 behaviour, expand description of compare-exchange, simplify text.
12290
12291 2015-05-05 Renlin Li <renlin.li@arm.com>
12292
12293 * config/aarch64/aarch64.md (add<mode>3): Use mov when allowed.
12294
12295 2015-05-05 Yvan Roux <yvan.roux@linaro.org>
12296
12297 * config/aarch64/aarch64-elf-raw.h (CA53_ERR_843419_SPEC): Define.
12298 (LINK_SPEC): Include CA53_ERR_843419_SPEC.
12299 * config/aarch64/aarch64-linux.h (CA53_ERR_843419_SPEC): Define.
12300 (LINK_SPEC): Include CA53_ERR_843419_SPEC.
12301 * config/aarch64/aarch64.opt (mfix-cortex-a53-843419): New option.
12302 * configure: Regenerate.
12303 * configure.ac: Add --enable-fix-cortex-a53-843419 option.
12304 * doc/install.texi (aarch64*-*-*): Document new
12305 --enable-fix-cortex-a53-843419 option.
12306 * doc/invoke.texi (AArch64 Options): Document -mfix-cortex-a53-843419
12307 and -mno-fix-cortex-a53-843419 options.
12308
12309 2015-05-05 Uros Bizjak <ubizjak@gmail.com>
12310
12311 PR target/65871
12312 * config/i386/i386.md (*bmi_andn_<mode>_ccno): New pattern.
12313
12314 2015-05-04 Jan Hubicka <hubicka@ucw.cz>
12315
12316 * tree.c (verify_type): Check various uses of TYPE_MAXVAL;
12317 fix overactive TYPE_MIN_VALUE check and add FIXME for type
12318 compatibility problems.
12319
12320 2015-05-04 Ajit Agarwal <ajitkum@xilinx.com>
12321
12322 * config/microblaze/microblaze.md (cbranchsi4): Added immediate
12323 constraints.
12324 (cbranchsi4_reg): New.
12325 * config/microblaze/microblaze.c
12326 (microblaze_expand_conditional_branch_reg): New.
12327 * config/microblaze/microblaze-protos.h
12328 (microblaze_expand_conditional_branch_reg): New prototype.
12329
12330 2015-05-04 Ajit Agarwal <ajitkum@xilinx.com>
12331
12332 * config/microblaze/microblaze.md (peephole2): New.
12333
12334 2015-05-04 Jeff Law <law@redhat.com>
12335
12336 Revert:
12337 2015-05-04 Jeff Law <law@redhat.com>
12338
12339 * match.pd (bit_and (plus/minus (convert @0) (convert @1) mask): New
12340 simplifier to narrow arithmetic.
12341 * generic-match-head.c: (types_match, single_use): New functions.
12342 * gimple-match-head.c: (types_match, single_use): New functions.
12343
12344 2015-05-04 Kaz Kojima <kkojima@gcc.gnu.org>
12345
12346 PR target/65987
12347 * config/sh/sh.c (output_far_jump): Take into account crossing jumps.
12348 (split_branches): Likewise.
12349
12350 2015-05-04 Sandra Loosemore <sandra@codesourcery.com>
12351
12352 * common.opt (fdelete-null-pointer-checks): Init to -1.
12353 * config/nios2/elf.h (SUBTARGET_OVERRIDE_OPTIONS): Define to
12354 override flag_delete_null_pointer_checks default.
12355 * doc/invoke.texi (-fdelete-null-pointer-checks): Clarify
12356 behavior re address zero. Better document target-specific behavior.
12357 (-fisolate-errneous-paths-dereference): Mention relationship to
12358 -fdelete-null-pointer-checks.
12359
12360 2015-05-04 Jakub Jelinek <jakub@redhat.com>
12361
12362 PR tree-optimization/65984
12363 * ubsan.c: Include tree-cfg.h.
12364 (instrument_bool_enum_load): Use stmt_ends_bb_p instead of
12365 stmt_could_throw_p test, rename can_throw variable to ends_bb.
12366
12367 2015-05-04 Uros Bizjak <ubizjak@gmail.com>
12368
12369 * config/i386/i386.c: Change GET_CODE (...) == CONST_DOUBLE check
12370 to CONST_DOUBLE_P predicate.
12371 (standard_sse_constant_p): Return 0 for !TARGET_SSE.
12372 (ix86_legitimate_constant_p) <case CONST_WIDE_INT>: For 32bit targets,
12373 allow only operands that satisfy standard_sse_constant_p predicate.
12374 * config/i386/i386.md: Change GET_CODE (...) == CONST_DOUBLE check
12375 to CONST_DOUBLE_P predicate.
12376
12377 2015-05-04 Jeff Law <law@redhat.com>
12378
12379 * match.pd (bit_and (plus/minus (convert @0) (convert @1) mask): New
12380 simplifier to narrow arithmetic.
12381 * generic-match-head.c: (types_match, single_use): New functions.
12382 * gimple-match-head.c: (types_match, single_use): New functions.
12383
12384 2015-05-04 Andreas Tobler <andreast@gcc.gnu.org>
12385
12386 * config/arm/arm.c: Restore bootstrap.
12387
12388 2015-05-04 Uros Bizjak <ubizjak@gmail.com>
12389
12390 * config/i386/i386.h (TARGET_SUPPORTS_WIDE_INT): New define.
12391 * config/i386/i386.c (ix86_legitimate_constant_p): Handle TImode
12392 as CONST_WIDE_INT, not CONST_DOUBLE.
12393 (ix86_cannot_force_const_mem): Handle CONST_WIDE_INT.
12394 (output_pic_addr_const): Do not handle VOIDmode CONST_DOUBLEs.
12395 (ix86_find_base_term): Do not check for CONST_DOUBLE.
12396 (ix86_print_operand): Do not handle non-FPmode CONST_DOUBLEs.
12397 (ix86_build_signbit_mask): Rewrite using wide ints.
12398 (ix86_split_to_parts) [HOST_BITS_PER_WIDE_INT < 64]: Remove.
12399 (ix86_rtx_costs): Handle CONST_WIDE_INT.
12400 (find_constant): Ditto.
12401 * config/i386/i386.md (bts, btr, btc peepholes): Rewrite
12402 using gen_int_mode.
12403 * config/i386/predicates.md (x86_64_immediate_operand)
12404 <case CONST_INT>: Remove HOST_BITS_PER_WIDE_INT == 32 code.
12405 (x86_64_zext_immediate_operand): Remove CONST_DOUBLE handling.
12406 <case CONST_INT>: Remove HOST_BITS_PER_WIDE_INT == 32 code.
12407 (const0_operand): Also match const_wide_int.
12408 (constm1_operand): Ditto.
12409 (const1_operand): Ditto.
12410
12411 2015-05-04 Richard Biener <rguenther@suse.de>
12412
12413 PR tree-optimization/65965
12414 * tree-vect-data-refs.c (vect_analyze_data_ref_accesses): Split
12415 store groups at gaps.
12416
12417 2015-05-04 Richard Biener <rguenther@suse.de>
12418
12419 PR tree-optimization/65935
12420 * tree-vect-slp.c (vect_build_slp_tree): If we swapped operands
12421 then make sure to apply that swapping to the IL.
12422
12423 2015-05-04 Jakub Jelinek <jakub@redhat.com>
12424
12425 * Makefile.in (PATCHLEVEL_c): New variable.
12426 (DATESTAMP_s, REVISION_s): If PATCHLEVEL_c is not 0,
12427 expand the same way as if DEVPHASE_c was non-empty.
12428
12429 2015-05-04 Kai Tietz <ktietz@redhat.com>
12430
12431 PR target/65559
12432 * lto-wrapper.c (run_gcc): Open filename
12433 in binary-mode.
12434
12435 2015-05-03 Sandra Loosemore <sandra@codesourcery.com>
12436
12437 * doc/extend.texi (Variable Attributes, Type Attributes): Move
12438 sections up in file, to immediately after the Function Attributes
12439 section.
12440
12441 2015-05-02 Jan Hubicka <hubicka@ucw.cz>
12442
12443 * tree.c (verify_type): Check various uses of TYPE_MINVAL.
12444
12445 2015-05-02 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
12446
12447 * tree-outof-ssa.c (emit_partition_copy): Return rtx_insn *.
12448 (insert_partition_copy_on_edge): Adjust.
12449 (insert_rtx_to_part_on_edge): Likewise.
12450 (insert_part_to_rtx_on_edge): Likewise.
12451
12452 2015-05-02 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
12453
12454 * function.c (set_return_jump_label): Change type of argument to
12455 rtx_insn *.
12456 * function.h (set_return_jump_label): Adjust.
12457
12458 2015-05-02 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
12459
12460 * reload.h (struct reg_equivs_t): Change type of init to
12461 rtx_insn *.
12462 * ira.c (fix_reg_equiv_init): Adjust.
12463 * reload1.c (eliminate_regs_1): Likewise.
12464 (init_eliminable_invariants): Likewise.
12465
12466 2015-05-02 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
12467
12468 * cselib.c (fp_setter_insn): Take a rtx_insn *.
12469 * cselib.h (fp_setter_insn): Adjust.
12470
12471 2015-05-02 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
12472
12473 * recog.c (struct validate_replace_src_data): Change type of
12474 insn field to rtx_insn *.
12475 (validate_replace_src_group): Change type of argument to rtx_insn *.
12476 * recog.h (validate_replace_src_group): Adjust.
12477
12478 2015-05-02 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
12479
12480 * haifa-sched.c: Change the type of some variables to rtx_insn *.
12481 * sched-deps.c: Likewise.
12482 * sched-int.h: Likewise.
12483 * sched-rgn.c: Likewise.
12484 * sel-sched.c: Likewise.
12485
12486 2015-05-02 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
12487
12488 to rtx_insn *.
12489 * config/i386/i386.c: Change the type of some arguments to
12490 rtx_insn *.
12491 * config/arm/arm.c: Likewise.
12492
12493 2015-05-02 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
12494
12495 * lra-constraints.c: Change type of some arguments to rtx_insn *.
12496
12497 2015-05-02 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
12498
12499 * regcprop.c (kill_autoinc_value): Change type of argument to
12500 rtx_insn *.
12501
12502 2015-05-02 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
12503
12504 * genrecog.c (print_subroutine): Adjust.
12505 * recog.c (get_bool_attr_mask_uncached): Likewise.
12506 * recog.h (struct recog_data_d): Change the type of insn to
12507 rtx_insn *.
12508
12509 2015-05-02 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
12510
12511 * dwarf2cfi.c (add_cfi_insn): Change type to rtx_insn *.
12512
12513 2015-05-02 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
12514
12515 * df-problems.c (df_set_note): Change type of argument to
12516 rtx_insn *.
12517
12518 2015-05-02 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
12519
12520 * builtins.c (expand_builtin_trap): Change type of local
12521 variable to rtx_insn *.
12522 (add_sched_insns_for_speculation): Likewise.
12523 (ix86_emit_save_regs): Likewise.
12524 (get_scratch_register_on_entry): Likewise.
12525 (ix86_emit_restore_reg_using_pop): Likewise.
12526 (ix86_emit_leave): Likewise.
12527 (ix86_emit_restore_regs_using_mov): Likewise.
12528 (ix86_expand_epilogue): Likewise.
12529 Likewise.
12530 (rl78_alloc_physical_registers_umul): Likewise.
12531 * cselib.c (discard_useless_locs): Likewise.
12532 (cselib_invalidate_regno): Likewise.
12533 (cselib_invalidate_mem): Likewise.
12534 * function.c (expand_function_start): Likewise.
12535 (emit_use_return_register_into_block): Likewise.
12536 * gcse.c: Likewise.
12537 * haifa-sched.c (ok_for_early_queue_removal): Likewise.
12538 * ifcvt.c (noce_get_alt_condition): Likewise.
12539 * loop-doloop.c (doloop_condition_get): Likewise.
12540 * lra-constraints.c (inherit_in_ebb): Likewise.
12541 * modulo-sched.c (sms_schedule_by_order): Likewise.
12542 * recog.c (next_insn_tests_no_inequality): Likewise.
12543 * reorg.c (emit_delay_sequence): Likewise.
12544 (update_reg_dead_notes): Likewise.
12545 (fix_reg_dead_note): Likewise.
12546 (fill_slots_from_thread): Likewise.
12547 (delete_computation): Likewise.
12548
12549 2015-05-01 Sandra Loosemore <sandra@codesourcery.com>
12550
12551 * doc/extend.texi (Variable Attributes): Add menu and proper
12552 @nodes to subsections. Move Microsoft Windows attributes to
12553 their own subsection.
12554 (Type Attributes): Reorganize introduction to remove duplicate
12555 list of attributes. Add menu and proper @nodes to subsections.
12556 Alphabetize the main table of common attributes.
12557
12558 2015-05-01 Rasmus Villemoes <rv@rasmusvillemoes.dk>
12559
12560 * match.pd: New simplification patterns.
12561 (x + (x & 1)) -> ((x + 1) & ~1)
12562 (x & ~(x & y)) -> ((x & ~y))
12563 (x | ~(x | y)) -> ((x | ~y))
12564
12565 2015-05-01 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
12566
12567 * target.def (attribute_table): Mention that struct attribute_spec
12568 is defined in tree-core.h rather than tree.h
12569 * doc/tm.texi: Regenerate.
12570
12571 2015-05-01 Richard Sandiford <richard.sandiford@arm.com>
12572
12573 * genrecog.c (test): Rename to rtx_test. Update rest of file
12574 accordingly.
12575
12576 2015-05-01 Andreas Schwab <schwab@linux-m68k.org>
12577
12578 PR translation/65959
12579 * params.h (DEFPARAM): Rename msgid to nocmsgid.
12580
12581 2015-05-01 Wilco Dijkstra <wdijkstr@arm.com>
12582
12583 * gcc/config/aarch64/aarch64-protos.h (tune_params):
12584 Add min_div_recip_mul_sf and min_div_recip_mul_df fields.
12585 * gcc/config/aarch64/aarch64.c (aarch64_min_divisions_for_recip_mul):
12586 Return value depending on target.
12587 (generic_tunings): Initialize new target settings.
12588 (cortexa53_tunings): Likewise.
12589 (cortexa57_tunings): Likewise.
12590 (thunderx_tunings): Likewise.
12591 (xgene1_tunings): Likewise.
12592
12593 2015-05-01 Wilco Dijkstra <wdijkstr@arm.com>
12594
12595 * gcc/config/arm/aarch-cost-tables.h (cortexa53_extra_costs):
12596 Make Cortex-A53 shift costs more accurate.
12597
12598 2015-05-01 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
12599
12600 * config/aarch64/aarch64.c (aarch64_rtx_costs): Handle FLOAT and
12601 UNSIGNED_FLOAT.
12602
12603 2015-05-01 Wilco Dijkstra <wdijkstr@arm.com>
12604
12605 * gcc/config/aarch64/aarch64.c (aarch64_rtx_costs):
12606 Calculate cost of op0 and op1 in PLUS and MINUS cases.
12607
12608 2015-05-01 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
12609
12610 * config/aarch64/aarch64.c (aarch64_rtx_costs, COMPARE case):
12611 Add cost of op0 in the compare-with-fpzero case.
12612
12613 2015-04-30 David Malcolm <dmalcolm@redhat.com>
12614
12615 * builtins.c (fold_builtin_1): Remove spurious second
12616 semicolon.
12617 * cgraph.h (symtab_node::get_availability): Likewise.
12618 * opts.c (common_handle_option): Remove spurious second semicolon.
12619 * tree-ssa-loop-ivopts.c (extract_cond_operands): Likewise.
12620 * tree-ssa-loop-niter.c (derive_constant_upper_bound_ops): Likewise.
12621
12622 2015-04-30 Caroline Tice <cmtice@google.com>
12623
12624 PR gcov-profile/65929
12625 * config/elfos.h (ASM_DECLARE_COLD_FUNCTION_NAME): New macro definition.
12626 (ASM_DECLARE_COLD_FUNCTION_SIZE): New macro definition.
12627 * doc/tm.texi.in (ASM_DECLARE_COLD_FUNCTION_NAME): Document new macro.
12628 (ASM_DECLARE_COLD_FUNCTION_SIZE): Document new macro.
12629 * doc/tm.texi: Regenerate.
12630 * final.c (final_scan_insn): Use ASM_DECLARE_COLD_FUNCTION_NAME
12631 instead of ASM_DECLARE_FUNCTION_NAME for cold partition name.
12632 * varasm.c (assemble_end_function): Use ASM_DECLARE_COLD_FUNCTION_SIZE
12633 instead of ASM_DECLARE_FUNCTION_SIZE for cold partition size.
12634
12635 2015-04-30 Marek Polacek <polacek@redhat.com>
12636
12637 * varasm.c (handle_cache_entry): Fix logic.
12638
12639 2015-04-30 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
12640
12641 * config/aarch64/aarch64.md (*extr<mode>5_insn_alt): New pattern.
12642 (*extrsi5_insn_uxtw_alt): Likewise.
12643 * config/aarch64/aarch64.c (aarch64_extr_rtx_p): New function.
12644 (aarch64_rtx_costs, IOR case): Use above to properly cost extr
12645 operations.
12646
12647 2015-04-30 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
12648
12649 * config/aarch64/aarch64.c (aarch64_rtx_costs): Handle pattern for
12650 fabd in ABS case.
12651
12652 2015-04-30 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
12653
12654 * config/aarch64/aarch64.md
12655 (*eor_one_cmpl_<SHIFT:optab><mode>3_alt): New pattern.
12656 (*eor_one_cmpl_<SHIFT:optab>sidi3_alt_ze): Likewise.
12657 * config/aarch64/aarch64.c (aarch64_rtx_costs): Handle MVN-shift
12658 appropriately. Handle alternative EON form.
12659
12660 2015-04-30 Renlin Li <renlin.li@arm.com>
12661
12662 * config/aarch64/aarch64-simd.md (vec_shr): Defined as an unspec.
12663 * config/aarch64/iterators.md (unspec): Add UNSPEC_VEC_SHR.
12664
12665 2015-04-30 Jan Hubicka <hubicka@ucw.cz>
12666
12667 PR ipa/65873
12668 * ipa-inline.c (can_inline_edge_p): It is safe to inline across
12669 -fstrict-aliasing boundaries.
12670
12671 2015-04-30 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
12672
12673 * config/aarch64/aarch64.c (aarch64_rtx_mult_cost): Handle MNEG
12674 and [SU]MNEGL patterns.
12675
12676 2015-04-30 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
12677
12678 * config/aarch64/aarch64.c (aarch64_shift_p): New function.
12679 (aarch64_rtx_mult_cost): Update comment to reflect that it also handles
12680 combined arithmetic-shift ops. Properly handle all shift and extend
12681 operations that can occur in combination with PLUS/MINUS.
12682 Rename maybe_fma to compound_p.
12683 (aarch64_rtx_costs): Use aarch64_shift_p when costing compound
12684 arithmetic and shift operations.
12685
12686 2015-04-30 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
12687
12688 * config/aarch64/aarch64.c (aarch64_rtx_costs): Use extend_arith
12689 rather than arith_shift cost when costing ADD/MINUS of an
12690 extended value.
12691
12692 2015-04-30 Jan Hubicka <hubicka@ucw.cz>
12693
12694 PR lto/65948
12695 * ipa-devirt.c (odr_types_equivalent_p): NULLPTR_TYPE is equivalent
12696 to itself.
12697
12698 2015-04-30 Richard Sandiford <richard.sandiford@arm.com>
12699
12700 * genrecog.c (simplify_tests): Check that CONST_INT and XWINT tests
12701 are for the same position.
12702
12703 2015-04-29 Aditya Kumar <hiraditya@hotmail.com>
12704
12705 * tree-vectorizer.c (set_uid_loop_bbs): New. Factored out of
12706 vectorize_loops.
12707 (vectorize_loops): Use it.
12708
12709 2015-04-29 Jan Hubicka <hubicka@ucw.cz>
12710
12711 * ipa-devirt.c (odr_subtypes_equivalent_p): Compare TYPE_NAME only
12712 for aggregate types.
12713 (register_odr_type): Be ready for MAIN_VARIANT of ODR type
12714 type to be non_ODR.
12715 * tree.c (need_assembler_name_p): Compute mangled name for
12716 non-fundamental types and integer types.
12717
12718 2015-04-29 Mikhail Maltsev <maltsevm@gmail.com>
12719
12720 * dojump.c (do_compare_rtx_and_jump): Use std::swap instead of
12721 manual swaps.
12722 * expr.c (expand_expr_real_2): Likewise.
12723
12724 2015-04-29 Jan Hubicka <hubicka@ucw.cz>
12725
12726 * tree.c (build_common_builtin_nodes): Do not build
12727 __builtin_alloca_with_align as equivalent of library alloca.
12728
12729 2015-04-29 Jan Hubicka <hubicka@ucw.cz>
12730
12731 * dwarf2out.c (gen_type_die_with_usage): Call verify_type.
12732 * ipa-chkp.c (chkp_copy_function_type_adding_bounds): Do not produce
12733 bugus variants.
12734 * tree.c: Include print-tree.h and ipa-utils.h
12735 (free_lang_data_in_type): Clear TYPE_VFIELD leaked by C FE.
12736 (free_lang_data_in_cgraph): Call verify_type.
12737 (verify_type_variant): New function.
12738 (verify_type): New function.
12739 * tree.h (verify_type): Declare.
12740
12741 2015-04-29 Steve Ellcey <sellcey@imgtec.com>
12742
12743 * config/mips/mips-cpus.def: (mips4): Change default processor
12744 from PROCESSOR_R8000 to PROCESSOR_R10000.
12745
12746 2015-04-29 Petar Jovanovic <petar.jovanovic@rt-rk.com>
12747
12748 * config/mips/mips.h (CRT_CALL_STATIC_FUNCTION): Fix the macro to use
12749 la/jalr instead of jal.
12750
12751 2015-04-29 Uros Bizjak <ubizjak@gmail.com>
12752
12753 PR target/65871
12754 * config/i386/i386.md (*bmi_bextr_<mode>_ccz): New pattern.
12755 (*bmi2_bzhi_<mode>3_1_ccz): Ditto.
12756 (setcc+movzbl peephole2): Check also clobbered reg.
12757 (setcc+andl peephole2): Ditto.
12758
12759 2015-04-29 Thomas Schwinge <thomas@codesourcery.com>
12760
12761 PR libgomp/65099
12762 * config/nvptx/mkoffload.c (target_ilp32): New variable.
12763 (main): Set it depending on "-foffload-abi=[...]".
12764 (compile_native, main): Use it to pass "-m32" or "-m64" to the
12765 compiler.
12766
12767 2015-04-29 Alan Lawrence <alan.lawrence@arm.com>
12768
12769 PR target/65770
12770 * config/aarch64/aarch64-simd.md (vec_store_lanesoi_lane<mode>,
12771 vec_store_lanesci_lane<mode>, vec_store_lanesxi_lane<mode>):
12772 Flip lane index back at assembly time for bigendian.
12773
12774 2015-04-29 Thomas Schwinge <thomas@codesourcery.com>
12775
12776 * tree.h (OMP_STANDALONE_CLAUSES): New macro.
12777 * gimplify.c (gimplify_omp_workshare): Use it.
12778
12779 2015-04-29 Richard Sandiford <richard.sandiford@arm.com>
12780
12781 * Makefile.in (build/genrecog.o): Depend on inchash.h.
12782 (build/genrecog$(build_exeext): Depend on build/hash-table.o and
12783 build/inchash.o
12784 * genrecog.c: Rewrite most of the code except for the third page.
12785
12786 2015-04-29 Richard Sandiford <richard.sandiford@arm.com>
12787
12788 * inchash.h, inchash.c: Include bconfig.h for build objects.
12789 * Makefile.in (build/inchash.o): New rule.
12790
12791 2015-04-29 Yvan Roux <yvan.roux@linaro.org>
12792
12793 PR target/65924
12794 * config/arm/thumb2.md (*thumb2_addsi3_compare0_scratch): Fix operand
12795 number in type attribute expression.
12796
12797 2015-04-29 Richard Sandiford <richard.sandiford@arm.com>
12798
12799 * loop-iv.c (canon_condition): Generalize to all types of integer
12800 constant.
12801
12802 2015-04-29 Bernhard Reuther-Fischer <aldot@gcc.gnu.org>
12803
12804 * gimple-walk.c: Prune duplicate or unneeded includes.
12805 (walk_gimple_asm): Only call parse_input_constraint or
12806 parse_output_constraint if their findings are used.
12807 Honour parse_input_constraint and parse_output_constraint
12808 result.
12809
12810 2015-04-29 Alan Lawrence <alan.lawrence@arm.com>
12811
12812 * config/arm/neon.md (vec_shl<mode>, vec_shr<mode>): Remove.
12813
12814 2015-04-29 Tom de Vries <tom@codesourcery.com>
12815
12816 PR tree-optimization/65893
12817 * passes.def (pass_all_optimizations): Move pass_stdarg to after
12818 pass_dce.
12819
12820 2015-04-29 Richard Biener <rguenther@suse.de>
12821
12822 * tree-vect-data-refs.c (vect_analyze_group_access): Properly
12823 compute GROUP_SIZE for basic-block SLP.
12824 * tree-vect-slp.c (vect_get_place_in_interleaving_chain): Properly
12825 take into account gaps.
12826 (vect_get_mask_element): Properly reject references to previous
12827 vectors.
12828 (vect_transform_slp_perm_load): Likewise.
12829
12830 2015-04-29 Christian Bruel <christian.bruel@st.com>
12831
12832 PR target/64835
12833 * config/i386/i386.c (ix86_default_align): New function.
12834 (ix86_override_options_after_change): Call ix86_default_align.
12835 (TARGET_OVERRIDE_OPTIONS_AFTER_CHANGE): New hook.
12836 (ix86_override_options_after_change): New function.
12837
12838 2015-04-28 Jeff Law <law@redhat.com>
12839
12840 * tree-ssa-dom.c (record_equality); Fix comment typos.
12841
12842 2015-04-28 Tom de Vries <tom@codesourcery.com>
12843
12844 PR tree-optimization/65887
12845 * gimplify.c (gimplify_modify_expr): Remove ifn_va_arg ap fixup.
12846
12847 2015-04-28 Sandra Loosemore <sandra@codesourcery.com>
12848
12849 * doc/extend.texi (Declaring Attributes of Functions): Split into
12850 subsections by target. Alphabetize the table of common attributes.
12851 Rewrite some of the introductory text to reflect the new structure.
12852 Update some cross-references to point to the new subsections.
12853 (Attribute Syntax): Put paragraph about "__" naming here. Remove
12854 duplicate copies in the discussion of function, label, and type
12855 attributes.
12856
12857 2015-04-28 Dominique d'Humieres <dominiq@lps.ens.fr>
12858
12859 PR bootstrap/65910
12860 * varasm.c (assemble_end_function): Guard ASM_DECLARE_FUNCTION_SIZE.
12861
12862 2015-04-28 Jason Merrill <jason@redhat.com>
12863
12864 PR c++/65734
12865 * stor-layout.c (layout_type): Layout the TYPE_MAIN_VARIANT.
12866 (finalize_type_size): Respect TYPE_USER_ALIGN.
12867 (layout_type) [ARRAY_TYPE]: Likewise.
12868
12869 2015-04-28 Yvan Roux <yvan.roux@linaro.org>
12870
12871 * config/arm/arm.md (*arm_movt): Fix type attribute.
12872 (*cmpsi_shiftsi): Likewise.
12873 (*cmpsi_shiftsi_swp): Likewise.
12874 (*movsicc_insn): Likewise.
12875 (*cond_move): Likewise.
12876 (*if_plus_move): Likewise.
12877 (*if_move_plus): Likewise.
12878 (*if_arith_move): Likewise.
12879 (*if_move_arith): Likewise.
12880 (*if_shift_move): Likewise.
12881 (*if_move_shift): Likewise.
12882 (*arm_movtas_ze): Likewise.
12883 * config/arm/thumb2.md (*thumb2_movsicc_insn): Fix alternative
12884 redundancy and type attribute.
12885 (*thumb2_movsi_insn): Fix type attribute.
12886 (*thumb2_addsi_short): Likewise.
12887 (thumb2_addsi3_compare0): Likewise.
12888 (*thumb2_addsi3_compare0_scratch): Merge alternatives and fix
12889 attributes accordingly.
12890
12891 2015-04-28 Markus Trippelsdorf <markus@trippelsdorf.de>
12892
12893 PR other/65911
12894 * function.c (pad_to_arg_alignment): Add parentheses.
12895
12896 2015-04-28 Uros Bizjak <ubizjak@gmail.com>
12897
12898 * config/frv/frv.h (CRT_GET_RFIB_DATA): Move definition to
12899 libgcc/config/frv/elf-lib.h.
12900
12901 2015-04-28 Tom de Vries <tom@codesourcery.com>
12902
12903 * tree-call-cdce.c: Fix example in header comment.
12904
12905 2015-04-28 Richard Biener <rguenther@suse.de>
12906
12907 PR tree-optimization/62283
12908 * tree-vect-slp.c (vect_build_slp_tree): When the SLP build
12909 fails fatally and we are vectorizing a basic-block simply
12910 cause the child to be constructed piecewise.
12911 (vect_analyze_slp_cost_1): Adjust.
12912 (vect_detect_hybrid_slp_stmts): Likewise.
12913 (vect_bb_slp_scalar_cost): Likewise.
12914 (vect_get_constant_vectors): For piecewise constructed
12915 constants place them after the last def.
12916 (vect_get_slp_defs): Adjust.
12917 * tree-vect-stmts.c (vect_is_simple_use): Detect in-BB
12918 externals for basic-block vectorization.
12919
12920 2015-04-28 Thomas Preud'homme <thomas.preudhomme@arm.com>
12921
12922 PR target/63503
12923 * config.gcc: Add cortex-a57-fma-steering.o to extra_objs for
12924 aarch64-*-*.
12925 * config/aarch64/t-aarch64: Add a rule for cortex-a57-fma-steering.o.
12926 * config/aarch64/aarch64.h (AARCH64_FL_USE_FMA_STEERING_PASS): Define.
12927 (AARCH64_TUNE_FMA_STEERING): Likewise.
12928 * config/aarch64/aarch64-cores.def: Set
12929 AARCH64_FL_USE_FMA_STEERING_PASS for cores with dynamic steering of
12930 FMUL/FMADD instructions.
12931 * config/aarch64/aarch64.c (aarch64_register_fma_steering): Declare.
12932 (aarch64_override_options): Include cortex-a57-fma-steering.h. Call
12933 aarch64_register_fma_steering () if AARCH64_TUNE_FMA_STEERING is true.
12934 * config/aarch64/cortex-a57-fma-steering.h: New file.
12935 * config/aarch64/cortex-a57-fma-steering.c: Likewise.
12936
12937 2015-04-28 Richard Sandiford <richard.sandiford@arm.com>
12938
12939 * gensupport.c (std_preds): Add missing codes to address_operand entry.
12940
12941 2015-04-28 Richard Biener <rguenther@suse.de>
12942
12943 PR tree-optimization/65851
12944 * tree-ssa-ccp.c (set_lattice_value): Perform a meet when
12945 changing CONSTANT to CONSTANT non-copy. Get new_val by reference.
12946 (ccp_lattice_meet): Remove stray argument. Use operand_equal_p
12947 rather than simple_cst_equal as the latter doesn't handle COMPLEX_CST.
12948 (ccp_visit_phi_node): Adjust.
12949 (evaluate_stmt): For simplifications to SSA names return its
12950 lattice value if that isn't VARYING. Return immediately when
12951 simplified to a constant.
12952 (visit_assignment): Adjust.
12953 (ccp_visit_stmt): Likewise.
12954
12955 2015-04-28 Tom de Vries <tom@codesourcery.com>
12956
12957 PR tree-optimization/65818
12958 * tree-stdarg.c (expand_ifn_va_arg_1): Ensure that side-effects are
12959 evaluated.
12960
12961 2015-04-27 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
12962
12963 * calls.c (save_fixed_argument_area): Don't check
12964 ARGS_GROW_DOWNWARD with the preprocessor.
12965 (restore_fixed_argument_area): Likewise.
12966 (mem_overlaps_already_clobbered_arg_p): Likewise.
12967 (check_sibcall_argument_overlap): Likewise.
12968 (expand_call): Likewise.
12969 (emit_library_call_value_1): Likewise.
12970 (store_one_arg): Likewise.
12971 * function.c (assign_parms): Likewise.
12972 (locate_and_pad_parm): Likewise.
12973 (pad_to_arg_alignment): Likewise.
12974 * targhooks.c (std_gimplify_va_arg_expr): Likewise.
12975
12976 2015-04-27 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
12977
12978 * config/pa/pa.h (ARGS_GROW_DOWNWARD): Define to 1.
12979 * defaults.h (ARGS_GROW_DOWNWARD): Define it to 0 by default.
12980 * calls.c (save_fixed_argument_area): Don't chekc if
12981 ARGS_GROW_DOWNWARD is defined.
12982 (restore_fixed_argument_area): Likewise.
12983 (mem_overlaps_already_clobbered_arg_p): Likewise.
12984 (check_sibcall_argument_overlap): Likewise.
12985 (expand_call): Likewise.
12986 (emit_library_call_value_1): Likewise.
12987 (store_one_arg): Likewise.
12988 * function.c (assign_parms): Likewise.
12989 (locate_and_pad_parm): Likewise.
12990 (pad_to_arg_alignment): Likewise.
12991 * targhooks.c (std_gimplify_va_arg_expr): Likewise.
12992
12993 2015-04-27 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
12994
12995 * defaults.h (gen_epilogue): New function.
12996 * alias.c (init_alias_analysis): don't check if HAVE_epilogue is
12997 defined.
12998 * cfgrtl.c (cfg_layout_finalize): Likewise.
12999 * df-scan.c: Likewise.
13000 * function.c (thread_prologue_and_epilogue_insns): Likewise.
13001 (reposition_prologue_and_epilogue_notes): Likewise.
13002 * reorg.c (find_end_label): Likewise.
13003 * toplev.c: Likewise.
13004
13005 2015-04-27 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
13006
13007 * bb-reorder.c (HAVE_return): Don't check if its undefined.
13008 * defaults.h (gen_simple_return): New function.
13009 (gen_simple_return): Likewise.
13010 (HAVE_return): Add default definition to false.
13011 (HAVE_simple_return): Likewise.
13012 * cfgrtl.c (force_nonfallthru_and_redirect): Remove checks if
13013 HAVE_return and HAVE_simple_return are defined.
13014 * function.c (gen_return_pattern): Likewise.
13015 (convert_jumps_to_returns): Likewise.
13016 (thread_prologue_and_epilogue_insns): Likewise.
13017 * reorg.c (find_end_label): Likewise.
13018 (dbr_schedule): Likewise.
13019 * shrink-wrap.c: Likewise.
13020 * shrink-wrap.h: Likewise.
13021
13022 2015-04-27 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
13023
13024 * defaults.h (EPILOGUE_USES): Add default definition of false.
13025 * df-scan.c (EPILOGUE_USES): Remove check if its undefined.
13026 * resource.c (init_resource_info): Likewise.
13027
13028 2015-04-27 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
13029
13030 * defaults.h (PCC_BITFIELD_TYPE_MATTERS): Add default definition
13031 to false.
13032 * dwarf2out.c (field_byte_offset): REmove check if
13033 PCC_BITFIELD_TYPE_MATTERS is defined.
13034 * stor-layout.c (layout_decl): Likewise.
13035 (update_alignment_for_field): Likewise.
13036 (place_field): Likewise.
13037
13038 2015-04-27 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
13039
13040 * defaults.h (HARD_REGNO_RENAME_OK): Add default definition to
13041 true.
13042 * regrename.c (check_new_reg_p): Remove check if
13043 HARD_REGNO_RENAME_OK is defined.
13044 * sel-sched.c (sel_hard_regno_rename_ok): Likewise.
13045
13046 2015-04-27 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
13047
13048 * calls.c (prepare_call_address): Remove ifdef NO_FUNCTION_CSE.
13049 * cse.c (fold_rtx): Likewise.
13050 * config/alpha/alpha.h (NO_FUNCTION_CSE): Define to 1.
13051 * config/arc/arc.h (NO_FUNCTION_CSE): Likewise.
13052 * config/avr/avr.h (NO_FUNCTION_CSE): Likewise.
13053 * config/cr16/cr16.h (NO_FUNCTION_CSE): Likewise.
13054 * config/epiphany/epiphany.h (NO_FUNCTION_CSE): Likewise.
13055 * config/frv/frv.h (NO_FUNCTION_CSE): Likewise.
13056 * config/h8300/h8300.h (NO_FUNCTION_CSE): Likewise.
13057 * config/i386/i386.h (NO_FUNCTION_CSE): Likewise.
13058 * config/ia64/ia64.h (NO_FUNCTION_CSE): Likewise.
13059 * config/lm32/lm32.h (enum reg_class) (NO_FUNCTION_CSE):
13060 * Likewise.
13061 * config/m32r/m32r.h (NO_FUNCTION_CSE): Likewise.
13062 * config/mep/mep.h (NO_FUNCTION_CSE): Likewise.
13063 * config/mn10300/mn10300.h (NO_FUNCTION_CSE): Likewise.
13064 * config/nds32/nds32.h (NO_FUNCTION_CSE): Likewise.
13065 * config/nios2/nios2.h (NO_FUNCTION_CSE): Likewise.
13066 * config/pa/pa.h (NO_FUNCTION_CSE): Likewise.
13067 * config/rs6000/rs6000.h (NO_FUNCTION_CSE): Likewise.
13068 * config/s390/s390.h (NO_FUNCTION_CSE): Likewise.
13069 * config/sparc/sparc.h (NO_FUNCTION_CSE): Likewise.
13070 * config/spu/spu.h (NO_FUNCTION_CSE): Likewise.
13071 * config/stormy16/stormy16.h (NO_FUNCTION_CSE): Likewise.
13072 * config/v850/v850.h (NO_FUNCTION_CSE): Likewise.
13073 * defaults.h (NO_FUNCTION_CSE): Provide default definition to 0.
13074 * doc/tm.texi: Regenerate.
13075 * doc/tm.texi.in: Document NO_FUNCTION_CSE is always defined to
13076 either true or false.
13077
13078 2015-04-27 Jeff Law <law@redhat.com>
13079
13080 PR tree-optimization/65217
13081 * tree-ssa-dom.c (record_equality): Given two SSA_NAMEs, if just one
13082 of them has a single use, make sure it is the LHS of the implied
13083 copy.
13084
13085 2015-04-28 Alan Modra <amodra@gmail.com>
13086
13087 PR target/65810
13088 * config/rs6000/rs6000.c (POWERPC64_TOC_POINTER_ALIGNMENT): Define.
13089 (offsettable_ok_by_alignment): Use minimum of decl and toc
13090 pointer alignment. Replace dead code with assertion.
13091 (use_toc_relative_ref): Add mode arg. Return false in -mcmodel=medium
13092 case if size exceeds toc pointer alignment.
13093 (rs6000_legitimize_reload_address): Update use_toc_relative_ref call.
13094 (rs6000_emit_move): Likewise.
13095 * configure.ac: Add linker toc pointer alignment check.
13096 * configure: Regenerate.
13097 * config.in: Regenerate.
13098
13099 2015-04-27 Yoshinori Sato <ysato@users.sourceforge.jp>
13100
13101 * config.gcc: Add h8300-*-linux.
13102 * config/h8300/linux.h: New.
13103 * config/h8300/t-linux: New.
13104 * config/h8300/h8300.c (h8300_option_override): Normal mode
13105 is not supported for h8300-*-linux.
13106 (h8300_file_start): Target priority change.
13107 (get_shift_alg): Likewise.
13108 (h8300_shift_need_scratch_p): Likewise.
13109 * config/h8300/h8300.h (TARGET_CPU_CPP_BUILTINS): Likewise.
13110 * config/h8300/h8300.md (define_peephole2): Remove duplicate condition.
13111
13112 2015-04-27 Caroline Tice <cmtice@google.com>
13113
13114 * final.c (final_scan_insn): Output cold_function_name as function
13115 type.
13116 * varasm.c (cold_function_name): Make global.
13117 (assemble_start_function): Re-set cold_function_name.
13118 (assemble_end_function): Output cold partition size.
13119 * varasm.h (cold_function_name): Declare global.
13120
13121 2015-04-27 Ilya Tocar <ilya.tocar@intel.com>
13122
13123 * config/i386/i386.h (EXT_REX_SSE_REG_P): New.
13124 * config/i386/i386.md (*cmpi<FPCMP:unord><MODEF:mode>_mixed): Use "v"
13125 constraint.
13126 (*movxi_internal_avx512f): Ditto.
13127 (define_split): Check for xmm16+, when splitting scalar float_extend.
13128 (*extendsfdf2_mixed): Use "v" constraint.
13129 (define_split): Check for xmm16+, when splitting scalar float_truncate.
13130 (*truncdfsf_fast_sse): Use "v" constraint.
13131 (fix_trunc<MODEF:mode><SWI48:mode>_sse): Ditto.
13132 (*float<SWI48:mode><MODEF:mode>2_sse): Ditto.
13133 (define_peephole2): Check for xmm16+, when converting scalar
13134 float_truncate.
13135 (define_peephole2): Check for xmm16+, when converting scalar
13136 float_extend.
13137 (*fop_<mode>_comm_mixed): Use "v" constraint.
13138 (*fop_<mode>_comm_sse): Ditto.
13139 (*fop_<mode>_1_mixed): Ditto.
13140 (*sqrt<mode>2_sse): Ditto.
13141 (*ieee_s<ieee_maxmin><mode>3): Ditto.
13142
13143 2015-04-27 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
13144
13145 * combine.c (simplify_if_then_else): Use std::swap instead
13146 of manually swapping.
13147 (known_cond): Likewise.
13148 (simplify_comparison): Likewise.
13149
13150 2015-04-27 Peter Bergner <bergner@vnet.ibm.com>
13151
13152 PR target/64579
13153 * config/rs6000/htm.md: Remove all define_expands.
13154 (UNSPECV_HTM_TABORTDC, UNSPECV_HTM_TABORTDCI, UNSPECV_HTM_TABORTWC,
13155 UNSPECV_HTM_TABORTWCI): Remove.
13156 (UNSPECV_HTM_TABORTXC, UNSPECV_HTM_TABORTXCI, UNSPECV_HTM_TTEST): New.
13157 (tabort_internal, tbegin_internal, tcheck_internal, tend_internal,
13158 trechkpt_internal, treclaim_internal, tsr_internal): Rename from this...
13159 (tabort, tbegin, tcheck, tend, trechkpt, treclaim, tsr): ...to this.
13160 (tabortdc_internal, tabortdci_internal, tabortwc_internal,
13161 tabortwci_internal): Remove define_insns.
13162 (tabort<wd>c, tabort<wd>ci): New define_insns.
13163 (tabort): Use gpc_reg_operand.
13164 (tcheck): Remove operand.
13165 (htm_mfspr_<mode>, htm_mtspr_<mode>): Use GPR mode macro.
13166 * config/rs6000/htmxlintrin.h (__TM_end): Use _HTM_TRANSACTIONAL as
13167 expected value.
13168 * config/rs6000/rs6000-builtin.def (BU_HTM_SPR0): Remove.
13169 (BU_HTM_SPR1): Rename to BU_HTM_V1. Remove use of RS6000_BTC_SPR.
13170 (tabort, tabortdc, tabortdci, tabortwc, tabortwci, tbegin,
13171 tcheck, tend, tendall, trechkpt, treclaim, tresume, tsuspend,
13172 tsr, ttest): Pass in the RS6000_BTC_CR attribute.
13173 (get_tfhar, set_tfhar, get_tfiar, set_tfiar, get_texasr, set_texasr,
13174 get_texasru, set_texasru): Pass in the RS6000_BTC_SPR attribute.
13175 (tcheck): Remove builtin argument.
13176 * config/rs6000/rs6000.c (rs6000_htm_spr_icode): Use TARGET_POWERPC64
13177 not TARGET_64BIT.
13178 (htm_expand_builtin): Fix usage of expandedp. Disallow usage of the
13179 tabortdc and tabortdci builtins when not in 64-bit mode.
13180 Modify code to handle the loss of the HTM define_expands.
13181 Emit code to copy the CR register to TARGET.
13182 (htm_init_builtins): Modify code to handle the loss of the HTM
13183 define_expands.
13184 * config/rs6000/rs6000.h (RS6000_BTC_32BIT): Delete.
13185 (RS6000_BTC_64BIT): Likewise.
13186 (RS6000_BTC_CR): New macro.
13187 * doc/extend.texi: Update documentation for htm builtins.
13188
13189 2015-04-27 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
13190
13191 * simplify-rtx.c (simplify_gen_binary): Use std::swap instead
13192 of manually swapping.
13193 (simplify_associative_operation): Likewise.
13194 (simplify_binary_operation): Likewise.
13195 (simplify_plus_minus): Likewise.
13196 (simplify_relational_operation): Likewise.
13197 (simplify_ternary_operation): Likewise.
13198
13199 2015-04-27 Richard Sandiford <richard.sandiford@arm.com>
13200
13201 * config/stormy16/predicates.md (xs_hi_general_operand): Delete.
13202 (xs_hi_nonmemory_operand): Remove error.
13203 * config/stormy16/stormy16.md (movhi, movhi_internal): Use
13204 general_operand rather than xs_hi_general_operand.
13205
13206 2015-04-27 Richard Biener <rguenther@suse.de>
13207
13208 * tree-ssa-dom.c (record_equivalences_from_phis): Valueize PHI arg.
13209 (record_equivalences_from_stmt): Valueize rhs.
13210 (record_equality): Canonicalize x and y order via
13211 tree_swap_operands_p. Do not swap operands for same loop depth.
13212
13213 2015-04-27 Georg-Johann Lay <avr@gjlay.de>
13214
13215 PR target/65296
13216 PR target/65895
13217 * config/avr/gen-avr-mmcu-specs.c (print_mcu): Close file.
13218 Add hint how to use own spec file.
13219
13220 2015-04-27 Jakub Jelinek <jakub@redhat.com>
13221
13222 PR tree-optimization/65875
13223 * tree-vrp.c (update_value_range): If in is_new case setting
13224 old_vr to VR_VARYING, also set new_vr to it. Remove
13225 old_vr->type == VR_VARYING test.
13226 (vrp_visit_phi_node): Return SSA_PROP_VARYING instead of
13227 SSA_PROP_INTERESTING if update_value_range returned true,
13228 but new range is VR_VARYING.
13229
13230 2015-04-27 Thomas Preud'homme <thomas.preudhomme@arm.com>
13231
13232 * combine.c (sign_extend_short_imm): New.
13233 (set_nonzero_bits_and_sign_copies): Use above new function for sign
13234 extension of src short immediate.
13235 (reg_nonzero_bits_for_combine): Likewise for tem.
13236
13237 2015-04-27 Eric Botcazou <ebotcazou@adacore.com>
13238
13239 * stor-layout.c (self_referential_component_ref_p): New predicate.
13240 (copy_self_referential_tree_r): Use it.
13241 (self_referential_size): Punt for simple operations directly involving
13242 self-referential component references.
13243 * tree-cfg.c (dump_function_to_file): Add missing final curly bracket.
13244
13245 2015-04-27 Eric Botcazou <ebotcazou@adacore.com>
13246
13247 * ipa-icf.c (icf_handled_component_p): Remove redundant tests.
13248
13249 2015-04-27 Richard Sandiford <richard.sandiford@arm.com>
13250
13251 * vec.h (vec): Make splice arguments const. Update definitions
13252 accordingly.
13253
13254 2015-04-27 Yvan Roux <yvan.roux@linaro.org>
13255
13256 * config/arm/arm.md (*arm_subsi3_insn): Fixed redundant
13257 alternatives.
13258
13259 2015-04-26 Tom de Vries <tom@codesourcery.com>
13260
13261 PR tree-optimization/65826
13262 * internal-fn.def: Mark VA_ARG with ECF_LEAF.
13263
13264 2015-04-24 Steve Ellcey <sellcey@imgtec.com>
13265
13266 * config/mips/mips.md: (*madd4<mode>) Remove accum_in attribute.
13267 (*madd3<mode>): Ditto.
13268 (*msub4<mode>): Ditto.
13269 (*msub3<mode>): Ditto.
13270 (*nmadd4<mode>): Ditto.
13271 (*nmadd3<mode>): Ditto.
13272 (*nmadd4<mode>_fastmath): Ditto.
13273 (*nmadd3<mode>_fastmath): Ditto.
13274 (*nmsub4<mode>): Ditto.
13275 (*nmsub3<mode>): Ditto.
13276 (*nmsub4<mode>_fastmath): Ditto.
13277 (*nmsub3<mode>_fastmath): Ditto.
13278
13279 2015-04-24 Jason Merrill <jason@redhat.com>
13280
13281 PR c++/50800
13282 * tree.c (build_reference_type_for_mode): Don't pass can_alias_all
13283 down when building TYPE_CANONICAL.
13284 (build_pointer_type_for_mode): Likewise.
13285
13286 2015-04-24 Chen Gang <gang.chen.5i5j@gmail.com>
13287
13288 * genrecog.c (validate_pattern): Check matching constraint refers
13289 to a lower numbered operand.
13290
13291 2015-04-24 Michael Meissner <meissner@linux.vnet.ibm.com>
13292
13293 PR target/65849
13294 * config/rs6000/rs6000.opt (-mvsx-align-128): Make options that
13295 save to independent variables use the Save attribute. This will
13296 allow these options to be modified with the #pragma/attribute
13297 target support.
13298 (-mallow-movmisalign): Likewise.
13299 (-mallow-df-permute): Likewise.
13300 (-msched-groups): Likewise.
13301 (-malways-hint): Likewise.
13302 (-malign-branch-targets): Likewise.
13303 (-mvectorize-builtins): Likewise.
13304 (-msave-toc-indirect): Likewise.
13305
13306 * config/rs6000/rs6000.c (rs6000_opt_masks): Add more options that
13307 can be set via the #pragma/attribute target support.
13308 (rs6000_opt_vars): Likewise.
13309 (rs6000_inner_target_options): If VSX was set, also set
13310 -mno-avoid-indexed-addresses.
13311
13312 2015-04-24 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
13313
13314 * config/arm/iterators.md (shiftable_ops): Rename to...
13315 (SHIFTABLE_OPS): ... This. Update use in comments.
13316 (ior_xor): Rename to...
13317 (IOR_XOR): ... This.
13318 (vqh_ops): Rename to...
13319 (VQH_OPS): ... This.
13320 (vqhs_ops): Rename to...
13321 (VQHS_OPS): ... This.
13322 (rshifts): Rename to...
13323 (RSHIFTS): ... This.
13324 (returns): Rename to...
13325 (RETURNS): ... This.
13326 * config/arm/arm.md: Update uses of the above.
13327 * config/arm/neon.md: Likewise.
13328
13329 2014-04-24 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
13330
13331 * config.host (case ${host}): Add aarch64*-*-linux case.
13332 * config/aarch64/aarch64-cores.def: Add IMPLEMENTER_ID and PART_NUMBER
13333 fields to all the cores.
13334 * config/aarch64/aarch64-elf.h (DRIVER_SELF_SPECS):
13335 Add MCPU_MTUNE_NATIVE_SPECS.
13336 * config/aarch64/aarch64-option-extensions.def: Add FEATURE_STRING
13337 field to all extensions.
13338 * config/aarch64/aarch64-opts.h: Adjust definition of AARCH64_CORE.
13339 * config/aarch64/aarch64.c: Adjust definition of AARCH64_CORE.
13340 Adjust definition of AARCH64_OPT_EXTENSION.
13341 * config/aarch64/aarch64.h: Adjust definition of AARCH64_CORE.
13342 (MCPU_MTUNE_NATIVE_SPECS): Define.
13343 * config/aarch64/driver-aarch64.c: New file.
13344 * config/aarch64/x-arch64: New file.
13345 * doc/invoke.texi (AArch64 Options): Document native value for -mcpu,
13346 -mtune and -march.
13347
13348 2015-04-24 Uros Bizjak <ubizjak@gmail.com>
13349 Wei Mi <wmi@google.com>
13350
13351 * config/i386/i386-protos.h (ix86_operands_ok_for_move_multiple): New.
13352 * config/i386/i386.c (extract_base_offset_in_addr): New function.
13353 (ix86_operands_ok_for_move_multiple): Ditto.
13354 * config/i386/sse.md (movsd/movhpd to movupd peephole2): New pattern.
13355 (movlpd/movhpd to movupd peephole2): Ditto.
13356
13357 2015-04-24 Marek Polacek <polacek@redhat.com>
13358
13359 PR c/61534
13360 * input.h (from_macro_expansion_at): Define.
13361
13362 PR c/63357
13363 * doc/invoke.texi: Update description of -Wlogical-op.
13364
13365 2015-04-24 Thomas Preud'homme <thomas.preudhomme@arm.com>
13366
13367 * config/arm/unknown-elf.h (ASM_OUTPUT_ALIGNED_DECL_LOCAL): fix
13368 ternary operator in fprintf and harmonize spacing.
13369
13370 2015-04-24 Uros Bizjak <ubizjak@gmail.com>
13371
13372 * config/i386/sse.md (*vec_widen_smult_even_v8si<mask_name>):
13373 Mark operand1 commutative.
13374
13375 2015-04-24 Uros Bizjak <ubizjak@gmail.com>
13376
13377 * config/i386/sse.md (*vec_concatv2sf_sse4_1): Do not allow both
13378 input operands in memory.
13379 (*vec_concatv2si_sse4_1): Ditto.
13380 (*vec_concatv2df): Ditto, except for SSE3 and equal input operands.
13381 (vec_extract_lo_<mode><mask_name>): Change operand 1 predicate to
13382 register_operand.
13383 (vec_extract_hi_v32hi): Ditto.
13384 (vec_extract_hi_v64hi): Ditto.
13385 (<mask_codefor>avx512f_unpckhpd512<mask_name>): Ditto.
13386
13387 2015-04-24 Thomas Preud'homme <thomas.preudhomme@arm.com>
13388 Steven Bosscher <steven@gcc.gnu.org>
13389
13390 PR rtl-optimization/34503
13391 * cprop.c (cprop_reg_p): New.
13392 (hash_scan_set): Use above function to check if register can be
13393 propagated.
13394 (find_avail_set): Return up to two sets, one whose source is a
13395 register and one whose source is a constant. Sets are returned in an
13396 array passed as parameter rather than as a return value.
13397 (cprop_insn): Use a do while loop rather than a goto. Try each of the
13398 sets returned by find_avail_set, starting with the one whose source is
13399 a constant. Use cprop_reg_p to check if register can be propagated.
13400 (do_local_cprop): Use cprop_reg_p to check if register can be
13401 propagated.
13402 (implicit_set_cond_p): Likewise.
13403
13404 2015-04-23 Jan Hubicka <hubicka@ucw.cz>
13405
13406 * ipa-icf.c (sem_function::equals_wpa): Compare thunk info.
13407 (sem_function::equals): IGNORED_NODES parameter is now unused;
13408 update call of equals_private.
13409 (sem_function::equals_private): Do not call equals_wpa; skip
13410 gimple body matching if there is no body.
13411 (sem_function::init): Add logic to hash tthunk info.
13412 (sem_function::parse): Also parse thunks.
13413 * ipa-icf.h (equals_private): Update declaration.
13414
13415 2015-04-23 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
13416
13417 * config/rs6000/altivec.md (*altivec_lvx_<mode>_internal): Remove
13418 asterisk from name so this can be generated directly.
13419 (*altivec_stvx_<mode>_internal): Likewise.
13420 * config/rs6000/rs6000.c (rs6000_emit_le_vsx_store): Add assert
13421 that this is never called during or after reload/lra.
13422 (rs6000_frame_related): Remove split_reg
13423 argument and logic that references it.
13424 (emit_frame_save): Remove last parameter from call to
13425 rs6000_frame_related.
13426 (rs6000_emit_prologue): Remove last parameter from eight calls to
13427 rs6000_frame_related. Force generation of stvx instruction for
13428 Altivec register saves. Remove split_reg handling, which is no
13429 longer needed.
13430 (rs6000_emit_epilogue): Force generation of lvx instruction for
13431 Altivec register restores.
13432
13433 2015-04-23 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
13434
13435 * config/rs6000/rs6000.opt (mcrypto): Change option description to
13436 match category changes in ISA 2.07B.
13437
13438 2015-04-23 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
13439
13440 * config/arm/iterators.md (GTGE, GTUGEU, COMPARISONS): New code
13441 iterators.
13442 (cmp_op, cmp_type): New code attributes.
13443 (NEON_VCMP, NEON_VACMP): New int iterators.
13444 (cmp_op_unsp): New int attribute.
13445 * config/arm/neon.md (neon_vc<cmp_op><mode>): New define_expand.
13446 (neon_vceq<mode>): Delete.
13447 (neon_vc<cmp_op><mode>_insn): New pattern.
13448 (neon_vc<cmp_op_unsp><mode>_insn_unspec): Likewise.
13449 (neon_vcgeu<mode>): Delete.
13450 (neon_vcle<mode>): Likewise.
13451 (neon_vclt<mode>: Likewise.
13452 (neon_vcage<mode>): Likewise.
13453 (neon_vcagt<mode>): Likewise.
13454 (neon_vca<cmp_op><mode>): New define_expand.
13455 (neon_vca<cmp_op><mode>_insn): New pattern.
13456 (neon_vca<cmp_op_unsp><mode>_insn_unspec): Likewise.
13457
13458 2015-04-23 Jan Hubicka <hubicka@ucw.cz>
13459
13460 * tree.h (attribute_value_equal): Declare.
13461 * tree.c (attribute_value_equal): Export.
13462
13463 2015-04-23 Jan Hubicka <hubicka@ucw.cz>
13464
13465 * ipa-icf.c (sem_item::compare_attributes): New function.
13466 (sem_item::compare_referenced_symbol_properties): Compare variable
13467 attributes.
13468 (sem_item::hash_referenced_symbol_properties): Record DECL_ALIGN.
13469 (sem_function::param_used_p): New function.
13470 (sem_function::equals_wpa): Fix attribute comparsion; match
13471 parameter type codes; do not compare paremter flags when
13472 they are not used; compare edge flags; compare indirect calls.
13473 (sem_item::update_hash_by_addr_refs): Hash reference type.
13474 (sem_function::equals_private): Do not match DECL_ATTRIBUTES.
13475 (sem_variable::equals_wpa): Do not match DECL_ALIGN; match
13476 reference use type.
13477 (sem_item_optimizer::update_hash_by_addr_refs): Use param_used_p.
13478 * ipa-icf.h (compare_attributes, param_used_p): Declare.
13479
13480 2015-04-23 Jan Hubicka <hubicka@ucw.cz>
13481
13482 * ipa-icf.c (symbol_compare_collection::symbol_compare_collection):
13483 cleanup.
13484 (sem_function::get_hash): Do not hash DECL_DISREGARD_INLINE_LIMITS,
13485 DECL_DECLARED_INLINE_P and DECL_IS_OPERATOR_NEW.
13486 (sem_item::compare_referenced_symbol_properties): New.
13487 (sem_item::hash_referenced_symbol_properties): New.
13488 (sem_item::compare_cgraph_references): Rename to ...
13489 (sem_item::compare_symbol_references): ... this one; use
13490 compare_referenced_symbol_properties.
13491 (sem_function::equals_wpa): Do not compare
13492 DECL_DISREGARD_INLINE_LIMITS, DECL_DECLARED_INLINE_P,
13493 DECL_IS_OPERATOR_NEW; compare pointer sizes.
13494 (sem_item::update_hash_by_addr_refs): Call
13495 hash_referenced_symbol_properties.
13496 (sem_item::update_hash_by_local_refs): Cleanup.
13497 (sem_function::merge): Do not mix up symbol properties.
13498 (sem_variable::equals_wpa): Use compare_symbol_references.
13499 * ipa-icf.h (sem_item::compare_referenced_symbol_properties): New.
13500 (sem_item::hash_referenced_symbol_properties): New.
13501 (sem_item::compare_symbol_references): New.
13502 (sem_item::compare_cgraph_references): Remove.
13503
13504 2015-04-23 Kwok Cheung Yeung <kcy@codesourcery.com>
13505
13506 PR target/26702
13507 * config/arm/unknown-elf.h (ASM_OUTPUT_ALIGNED_DECL_LOCAL):
13508 Emit size of local.
13509
13510 2015-04-23 Nick Clifton <nickc@redhat.com>
13511
13512 * config/rl78/rl78.c (rl78_preferred_reload_class): Add
13513 ATTRIBUTE_UNUSED to x parameter.
13514 * config/rl78/rl78-opts.h (enum rl78_mul_types): Remove unused MUL_RL78.
13515
13516 2015-04-23 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
13517
13518 * config/rs6000/crypto.md (crypto_vpmsum<CR_char>): Change
13519 TARGET_CRYPTO to TARGET_P8_VECTOR>
13520 (crypto_vpermxor_<mode>): Likewise.
13521 * config/rs6000/rs6000-builtin.def (BU_CRYPTO_2A): New #define.
13522 (BU_CRYPTO_3A): Likewise.
13523 (BU_CRYPTO_OVERLOAD_2A): Rename from BU_CRYPTO_OVERLOAD_2.
13524 (BU_CRYPTO_OVERLOAD_3A): New #define.
13525 (VPMSUMB): Change from BU_CRYPTO_2 to BU_CRYPTO_2A.
13526 (VPMSUMH): Likewise.
13527 (VPMSUMW): Likewise.
13528 (VPMSUMD): Likewise.
13529 (VPERMXOR_V2DI): Change from BU_CRYPTO_3 to BU_CRYPTO_3A.
13530 (VPERMXOR_V4SI): Likewise.
13531 (VPERMXOR_V8HI): Likewise.
13532 (VPERMXOR_V16QI): Likewise.
13533 (VPMSUM): Change from BU_CRYPTO_OVERLOAD_2 to
13534 BU_CRYPTO_OVERLOAD_2A.
13535 (VPERMXOR): Change from BU_CRYPTO_OVERLOAD3 to
13536 BU_CRYPTO_OVERLOAD_3A.
13537 * config/rs6000/rs6000.opt (mcrypto): Change description of
13538 option.
13539
13540 2015-04-23 Richard Biener <rguenther@suse.de>
13541
13542 * passes.def: Remove copy propagation passes run directly after CCP.
13543 * tree-ssa-ccp.c (get_value_for_expr): Fall back to a COPY for
13544 SSA names.
13545 (ccp_visit_phi_node): Rework to handle first executable edge
13546 specially.
13547
13548 2015-04-23 Matthew Wahab <matthew.wahab@arm.com>
13549
13550 * config/arm/arm.h (LEGITIMIZE_RELOAD_ADDRESS): Remove.
13551 (ARM_LEGITIMIZE_RELOAD_ADDRESS): Remove.
13552 (THUMB_LEGITIMIZE_RELOAD_ADDRESS): Remove.
13553 * config/arm/arm.c (arm_legimitimize_reload_address): Remove.
13554 (thumb_legimitimize_reload_address): Remove.
13555 * config/arm/arm-protos.h (arm_legimitimize_reload_address):
13556 Remove.
13557 (thumb_legimitimize_reload_address): Remove.
13558
13559 2015-04-23 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
13560
13561 * conditions.h (CC_STATUS_INIT): Gate on #ifndef CC_STATUS_INIT.
13562
13563 2015-04-23 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
13564
13565 * config/arm/arm.md (load_multiple): Reject operand 2 greater than
13566 MAX_LDM_STM_OPS.
13567 (store_multiple): Likewise.
13568
13569 2015-04-23 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
13570
13571 * config/arm/arm-protos.h (struct tune_params): Add issue_rate field.
13572 * config/arm/arm.c (arm_slowmul_tune, arm_fastmul_tune,
13573 arm_strongarm_tune, arm_xscale_tune, arm_9e_tune, arm_v6t2_tune,
13574 arm_cortex_tune, arm_cortex_a8_tune, arm_cortex_a7_tune,
13575 arm_cortex_a15_tune, arm_cortex_a53_tune, arm_cortex_a57_tune,
13576 arm_cortex_a9_tune, arm_cortex_a12_tune, arm_v7m_tune, arm_v6m_tune,
13577 arm_fa726te_tune arm_cortex_a5_tune, arm_xgene1_tune):
13578 Specify issue_rate value.
13579 (arm_issue_rate): Look up issue rate from tuning structs. Remove
13580 large switch statement.
13581 (arm_marvell_pj4_tune): New struct.
13582 * config/arm/arm-cores.def (marvell-pj4): Use arm_marvell_pj4_tune
13583 struct.
13584
13585 2015-04-23 Richard Biener <rguenther@suse.de>
13586
13587 * tree-vect-slp.c (vect_find_first_load_in_slp_instance): Remove.
13588 (vect_find_last_store_in_slp_instance): Rename to ...
13589 (vect_find_last_scalar_stmt_in_slp): ... this and generalize.
13590 (vect_analyze_slp_cost_1): Use vector_load for constant defs
13591 and vec_construct for external defs when estimating prologue cost.
13592 (vect_analyze_slp_instance): Do not init SLP_INSTANCE_FIRST_LOAD_STMT.
13593 Compute costs here only when vectorizing loops.
13594 (vect_slp_analyze_bb_1): Compute SLP cost here, after vector types
13595 have been determined.
13596 (vect_schedule_slp_instance): Simplify vectorized code placement
13597 and prepare for in-BB external defs.
13598 * tree-vectorizer.h (struct _slp_instance): Remove first_load member.
13599 (SLP_INSTANCE_FIRST_LOAD_STMT): Remove.
13600 * tree-vect-stmts.c (vect_model_store_cost): Remove PURE_SLP_STMT
13601 guard.
13602 (vect_model_load_cost): Likewise.
13603 (vectorizable_store): Instead add it here.
13604 (vectorizable_load): Likewise.
13605 (vect_is_simple_use): Dump def type textually.
13606
13607 2015-04-23 Richard Biener <rguenther@suse.de>
13608
13609 * cfgexpand.c (expand_gimple_stmt_1): Use ops.code.
13610 * cfgloop.c (verify_loop_structure): Verify the root loop node.
13611 * except.c (duplicate_eh_regions): Call get_eh_region_from_lp_number_fn
13612 instead of get_eh_region_from_lp_number.
13613 * loop-init.c (fix_loop_structure): If we removed a loop, reset
13614 the SCEV cache.
13615
13616 2015-04-23 Anton Blanchard <anton@samba.org>
13617
13618 * config/rs6000/rs6000.c (rs6000_output_function_prologue): No
13619 need for -mprofile-kernel to save LR to stack.
13620
13621 2015-04-22 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
13622
13623 * config/rs6000/rs6000.c (rtx_is_swappable_p): Commentary
13624 adjustments.
13625 (insn_is_swappable_p): Return 1 for a convert from double to
13626 single precision when all of its uses are splats of BE element
13627 zero.
13628
13629 2015-04-23 Kugan Vivekanandarajah <kuganv@linaro.org>
13630
13631 * ira-costs.c (record_operand_costs): Fix typo (remove redundant code).
13632
13633 2015-04-22 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
13634
13635 PR target/65456
13636 * config/rs6000/rs6000.c (rs6000_option_override_internal): For
13637 VSX + POWER8, enable TARGET_ALLOW_MOVMISALIGN and
13638 TARGET_EFFICIENT_UNALIGNED_VSX if not selected by command line
13639 option.
13640 (rs6000_builtin_mask_for_load): Return 0 for targets with
13641 efficient unaligned VSX accesses so that the vectorizer will use
13642 direct unaligned loads.
13643 (rs6000_builtin_support_vector_misalignment): Always return true
13644 for targets with efficient unaligned VSX accesses.
13645 (rs6000_builtin_vectorization_cost): Cost of unaligned loads and
13646 stores on targets with efficient unaligned VSX accesses is almost
13647 always the same as the cost of an aligned load or store, so model
13648 it that way.
13649 * config/rs6000/rs6000.h (SLOW_UNALIGNED_ACCESS): Return 0 for
13650 unaligned vectors if we have efficient unaligned VSX accesses.
13651 * config/rs6000/rs6000.opt (mefficient-unaligned-vector): New
13652 undocumented option.
13653
13654 2015-04-22 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
13655
13656 Revert:
13657 2015-04-22 Gregor Richards <gregor.richards@uwaterloo.ca>
13658
13659 * config.gcc (LIBC_MUSL): New tm_defines macro.
13660 * config/linux.h (OPTION_MUSL): Define.
13661 (INCLUDE_DEFAULTS_MUSL_GPP, INCLUDE_DEFAULTS_MUSL_LOCAL,)
13662 (INCLUDE_DEFAULTS_MUSL_PREFIX, INCLUDE_DEFAULTS_MUSL_CROSS,)
13663 (INCLUDE_DEFAULTS_MUSL_TOOL, INCLUDE_DEFAULTS_MUSL_NATIVE): Define.
13664
13665 * config/linux.opt (mmusl): New option.
13666 * configure.ac (gcc_cv_libc_provides_ssp): Add *-*-musl*.
13667 (gcc_cv_target_dl_iterate_phdr): Add *-linux-musl*.
13668
13669 * configure: Regenerate.
13670
13671 2015-04-22 Gregor Richards <gregor.richards@uwaterloo.ca>
13672
13673 * config.gcc (LIBC_MUSL): New tm_defines macro.
13674 * config/linux.h (OPTION_MUSL): Define.
13675 (INCLUDE_DEFAULTS_MUSL_GPP, INCLUDE_DEFAULTS_MUSL_LOCAL,)
13676 (INCLUDE_DEFAULTS_MUSL_PREFIX, INCLUDE_DEFAULTS_MUSL_CROSS,)
13677 (INCLUDE_DEFAULTS_MUSL_TOOL, INCLUDE_DEFAULTS_MUSL_NATIVE): Define.
13678
13679 * config/linux.opt (mmusl): New option.
13680 * configure.ac (gcc_cv_libc_provides_ssp): Add *-*-musl*.
13681 (gcc_cv_target_dl_iterate_phdr): Add *-linux-musl*.
13682
13683 * configure: Regenerate.
13684
13685 2015-04-22 Yury Gribov <y.gribov@samsung.com>
13686
13687 * doc/invoke.texi (-fsanitize-sections): Update description.
13688 * asan.c (set_sanitized_sections): Parse incoming arg.
13689 (section_sanitized_p): Support wildcards.
13690
13691 2015-04-22 Tom de Vries <tom@codesourcery.com>
13692
13693 PR tree-optimization/65823
13694 * gimplify.c (gimplify_modify_expr): Use operand_equal_p to test for
13695 equality between ap_copy and ap.
13696
13697 2015-04-22 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
13698
13699 PR target/47098
13700 * config/openbsd-oldgas.h (OBSD_LIB_SPEC): Add.
13701
13702 2015-04-22 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
13703
13704 PR target/47122
13705 * config.gcc (vax-*-openbsd*): Fix name of pthread spec header.
13706
13707 2015-04-22 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
13708
13709 PR target/55144
13710 * config.gcc (bfin*-linux-uclibc*): Prepend tmake_file and
13711 remove already contained t-files.
13712
13713 2015-04-22 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
13714
13715 * tree-tailcall.c (suitable_for_tail_opt_p, find_tail_calls):
13716 Remove unneeded forward declarations.
13717 (suitable_for_tail_call_opt_p): Commentary typo fix.
13718
13719 2015-04-22 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
13720
13721 * varasm.c (emit_bss): Remove redundant guard.
13722
13723 2015-04-22 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
13724
13725 * config/c6x/c6x.h (TARGET_CPU_CPP_BUILTINS): Add unk_isa.
13726
13727 2015-04-22 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
13728
13729 * config/bfin/bfin.h (TARGET_CPU_CPP_BUILTINS): Add BFIN_CPU_UNKNOWN.
13730
13731 2015-04-22 Hale Wang <hale.wang@arm.com>
13732 Terry Guo <terry.guo@arm.com>
13733
13734 PR rtl-optimization/64818
13735 * combine.c (can_combine_p): Don't combine user-specified
13736 register if it is in an asm input.
13737
13738 2015-04-21 Jan Hubicka <hubicka@ucw.cz>
13739
13740 PR ipa/65076
13741 * passes.def (early_optimizations): Add pass_dse.
13742
13743 2015-04-21 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
13744
13745 * defaults.h (INSN_REFERENCES_ARE_DELAYED): New definition.
13746 * reorg.c (redundant_insn): Remove ifdef
13747 INSN_REFERENCES_ARE_DELAYED.
13748 * resource.c (mark_referenced_resources): Likewise.
13749
13750 2015-04-21 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
13751
13752 * defaults.h (INSN_SETS_ARE_DELAYED): New definition.
13753 * reorg.c (redundant_insn): Remove ifdef INSN_SETS_ARE_DELAYED.
13754 * resource.c (mark_set_resources): Likewise.
13755
13756 2015-04-21 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
13757
13758 * caller-save.c (insert_one_insn): Remove ifdef HAVE_cc0.
13759 * cfgcleanup.c (flow_find_cross_jump): Likewise.
13760 (flow_find_head_matching_sequence): Likewise.
13761 (try_head_merge_bb): Likewise.
13762 * combine.c (can_combine_p): Likewise.
13763 (try_combine): Likewise.
13764 (distribute_notes): Likewise.
13765 * df-problems.c (can_move_insns_across): Likewise.
13766 * final.c (final): Likewise.
13767 * gcse.c (insert_insn_end_basic_block): Likewise.
13768 * ira.c (find_moveable_pseudos): Likewise.
13769 * reorg.c (try_merge_delay_insns): Likewise.
13770 (fill_simple_delay_slots): Likewise.
13771 (fill_slots_from_thread): Likewise.
13772 * sched-deps.c (sched_analyze_2): Likewise.
13773
13774 2015-04-21 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
13775
13776 * df-scan.c (df_get_entry_block_def_set): Remove #ifdef
13777 PIC_OFFSET_TABLE_REGNUM.
13778
13779 2015-04-21 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
13780
13781 * alias.c (init_alias_target): Remove ifdef
13782 * HARD_FRAME_POINTER_IS_FRAME_POINTER.
13783 * df-scan.c (df_insn_refs_collect): Likewise.
13784 (df_get_regular_block_artificial_uses): Likewise.
13785 (df_get_eh_block_artificial_uses): Likewise.
13786 (df_get_entry_block_def_set): Likewise.
13787 (df_get_exit_block_use_set): Likewise.
13788 * emit-rtl.c (gen_rtx_REG): Likewise.
13789 * ira.c (ira_setup_eliminable_regset): Likewise.
13790 * reginfo.c (init_reg_sets_1): Likewise.
13791 * regrename.c (rename_chains): Likewise.
13792 * reload1.c (reload): Likewise.
13793 (eliminate_regs_in_insn): Likewise.
13794 * resource.c (mark_referenced_resources): Likewise.
13795 (init_resource_info): Likewise.
13796
13797 2015-04-21 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
13798
13799 * defaults.h (MASK_RETURN_ADDR): New definition.
13800 * except.c (expand_builtin_extract_return_addr): Remove ifdef
13801 MASK_RETURN_ADDR.
13802
13803 2015-04-21 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
13804
13805 * defaults.h (RETURN_ADDR_OFFSET): New definition.
13806 * except.c (expand_builtin_extract_return_addr): Remove ifdef
13807 RETURN_ADDR_OFFSET.
13808 (expand_builtin_frob_return_addr): Likewise.
13809
13810 2015-04-21 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
13811
13812 * cfgrtl.c (rtl_merge_blocks): Change #if HAVE_cc0 to if (HAVE_cc0)
13813 (try_redirect_by_replacing_jump): Likewise.
13814 (rtl_tidy_fallthru_edge): Likewise.
13815 * combine.c (insn_a_feeds_b): Likewise.
13816 (find_split_point): Likewise.
13817 (simplify_set): Likewise.
13818 * cprop.c (cprop_jump): Likewise.
13819 * cse.c (cse_extended_basic_block): Likewise.
13820 * df-problems.c (can_move_insns_across): Likewise.
13821 * function.c (emit_use_return_register_into_block): Likewise.
13822 * haifa-sched.c (sched_init): Likewise.
13823 * ira.c (find_moveable_pseudos): Likewise.
13824 * loop-invariant.c (find_invariant_insn): Likewise.
13825 * lra-constraints.c (curr_insn_transform): Likewise.
13826 * postreload.c (reload_combine_recognize_const_pattern):
13827 * Likewise.
13828 * reload.c (find_reloads): Likewise.
13829 * reorg.c (delete_scheduled_jump): Likewise.
13830 (steal_delay_list_from_target): Likewise.
13831 (steal_delay_list_from_fallthrough): Likewise.
13832 (redundant_insn): Likewise.
13833 (fill_simple_delay_slots): Likewise.
13834 (fill_slots_from_thread): Likewise.
13835 (delete_computation): Likewise.
13836 * sched-rgn.c (add_branch_dependences): Likewise.
13837
13838 2015-04-21 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
13839
13840 * genconfig.c (main): Always define HAVE_cc0.
13841 * caller-save.c (insert_one_insn): Change ifdef HAVE_cc0 to #if
13842 HAVE_cc0.
13843 * cfgcleanup.c (flow_find_cross_jump): Likewise.
13844 (flow_find_head_matching_sequence): Likewise.
13845 (try_head_merge_bb): Likewise.
13846 * cfgrtl.c (rtl_merge_blocks): Likewise.
13847 (try_redirect_by_replacing_jump): Likewise.
13848 (rtl_tidy_fallthru_edge): Likewise.
13849 * combine.c (do_SUBST_MODE): Likewise.
13850 (insn_a_feeds_b): Likewise.
13851 (combine_instructions): Likewise.
13852 (can_combine_p): Likewise.
13853 (try_combine): Likewise.
13854 (find_split_point): Likewise.
13855 (subst): Likewise.
13856 (simplify_set): Likewise.
13857 (distribute_notes): Likewise.
13858 * cprop.c (cprop_jump): Likewise.
13859 * cse.c (cse_extended_basic_block): Likewise.
13860 * df-problems.c (can_move_insns_across): Likewise.
13861 * final.c (final): Likewise.
13862 (final_scan_insn): Likewise.
13863 * function.c (emit_use_return_register_into_block): Likewise.
13864 * gcse.c (insert_insn_end_basic_block): Likewise.
13865 * haifa-sched.c (sched_init): Likewise.
13866 * ira.c (find_moveable_pseudos): Likewise.
13867 * loop-invariant.c (find_invariant_insn): Likewise.
13868 * lra-constraints.c (curr_insn_transform): Likewise.
13869 * optabs.c (prepare_cmp_insn): Likewise.
13870 * postreload.c (reload_combine_recognize_const_pattern):
13871 * Likewise.
13872 * reload.c (find_reloads): Likewise.
13873 (find_reloads_address_1): Likewise.
13874 * reorg.c (delete_scheduled_jump): Likewise.
13875 (steal_delay_list_from_target): Likewise.
13876 (steal_delay_list_from_fallthrough): Likewise.
13877 (try_merge_delay_insns): Likewise.
13878 (redundant_insn): Likewise.
13879 (fill_simple_delay_slots): Likewise.
13880 (fill_slots_from_thread): Likewise.
13881 (delete_computation): Likewise.
13882 (relax_delay_slots): Likewise.
13883 * sched-deps.c (sched_analyze_2): Likewise.
13884 * sched-rgn.c (add_branch_dependences): Likewise.
13885
13886 2015-04-21 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
13887
13888 * combine.c (find_single_use): Remove HAVE_cc0 ifdef for code
13889 that is trivially ded on non cc0 targets.
13890 (simplify_set): Likewise.
13891 (mark_used_regs_combine): Likewise.
13892 * cse.c (new_basic_block): Likewise.
13893 (fold_rtx): Likewise.
13894 (cse_insn): Likewise.
13895 (cse_extended_basic_block): Likewise.
13896 (set_live_p): Likewise.
13897 * rtlanal.c (canonicalize_condition): Likewise.
13898 * simplify-rtx.c (simplify_binary_operation_1): Likewise.
13899
13900 2015-04-21 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
13901
13902 * conditions.h: Define macros even if HAVE_cc0 is undefined.
13903 * emit-rtl.c: Define functions even if HAVE_cc0 is undefined.
13904 * final.c: Likewise.
13905 * jump.c: Likewise.
13906 * recog.c: Likewise.
13907 * recog.h: Declare functions even when HAVE_cc0 is undefined.
13908 * sched-deps.c (sched_analyze_2): Always compile case for cc0.
13909
13910 2015-04-21 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
13911
13912 * defaults.h: New definition of EH_RETURN_DATA_REGNO.
13913 * except.c: Remove definition of EH_RETURN_DATA_REGNO.
13914 * builtins.c (expand_builtin): Remove check if
13915 EH_RETURN_DATA_REGNO is defined.
13916 * df-scan.c (df_bb_refs_collect): Likewise.
13917 (df_get_exit_block_use_set): Likewise.
13918 * haifa-sched.c (initiate_bb_reg_pressure_info): Likewise.
13919 * ira-lives.c (process_bb_node_lives): Likewise.
13920 * lra-lives.c (process_bb_lives): Likewise.
13921
13922 2015-04-21 Uros Bizjak <ubizjak@gmail.com>
13923
13924 * config/i386/i386.md (ARGP_REG, FRAME_REG, BND2_REG, BND3_REG,
13925 FIRST_PSEUDO_REG): New.
13926 * config/i386/i386.h (STACK_POINTER_REGNUM): Define to SP_REG.
13927 (ARG_POINTER_REGNUM): Define to ARGP_REG.
13928 (FRAME_POINTER_REGNUM): Define to FRAME_REG.
13929 (HARD_FRAME_POINTER_REGNUM): Define to BP_REG.
13930 (FIRST_PSEUDO_REGISTER): Define to FIRST_PSEUDO_REG.
13931 (FIRST_INT_REG): New.
13932 (LAST_INT_REG): New.
13933 (FIRST_*_REG): Define using *_REG.
13934 (LAST_*_REG): Ditto.
13935 (QI_REGNO_P): Define using FIRST_QU_REG and LAST_QI_REG.
13936 (LEGACY_INT_REGNO_P): Define using FIRST_INT_REG and LAST_INT_REG.
13937 (FIRST_FLOAT_REG): Define to FIRST_STACK_REG.
13938
13939 2015-04-21 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
13940
13941 * expmed.c: (synth_mult): Only assume overlapping
13942 shift with previous steps in alg_sub_t_m2 case.
13943
13944 2015-04-21 Richard Biener <rguenther@suse.de>
13945
13946 PR tree-optimization/65650
13947 * tree-ssa-ccp.c (valid_lattice_transition): Allow lattice
13948 transitions involving copies.
13949 (set_lattice_value): Adjust for copy lattice state.
13950 (ccp_lattice_meet): Do not merge UNDEFINED and a copy to the copy
13951 if that doesn't dominate the merge point.
13952 (bit_value_unop): Adjust what we treat as varying mask.
13953 (bit_value_binop): Likewise.
13954 (bit_value_assume_aligned): Likewise.
13955 (evaluate_stmt): When we simplified to a SSA name record a copy
13956 instead of dropping to varying.
13957 (visit_assignment): Simplify.
13958
13959 * gimple-match.h (gimple_simplify): Add another callback.
13960 * gimple-fold.c (fold_stmt_1): Adjust caller.
13961 (gimple_fold_stmt_to_constant_1): Likewise - pass valueize
13962 for the 2nd callback.
13963 * gimple-match-head.c (gimple_simplify): Add a callback that is
13964 used to valueize the stmt operands and use it that way.
13965
13966 2015-04-21 Richard Biener <rguenther@suse.de>
13967
13968 PR tree-optimization/65788
13969 * tree-ssa-ccp.c (evaluate_stmt): Evaluate to UNDEFINED early.
13970
13971 2015-04-21 Richard Biener <rguenther@suse.de>
13972
13973 * config/i386/i386.c (ix86_builtin_vectorization_cost): Scale
13974 vec_construct cost by vec_stmt_cost.
13975
13976 2015-04-21 Richard Biener <rguenther@suse.de>
13977
13978 * cfghooks.h (create_basic_block): Replace with two overloads
13979 for RTL and GIMPLE.
13980 (split_block): Likewise.
13981 * cfghooks.c (split_block): Rename to ...
13982 (split_block_1): ... this.
13983 (split_block): Add two type-safe overloads for RTL and GIMPLE.
13984 (split_block_after_labels): Call split_block_1.
13985 (create_basic_block): Rename to ...
13986 (create_basic_block_1): ... this.
13987 (create_basic_block): Add two type-safe overloads for RTL and GIMPLE.
13988 (create_empty_bb): Call create_basic_block_1.
13989 * cfgrtl.c (fixup_fallthru_exit_predecessor): Use
13990 split_block_after_labels.
13991 * omp-low.c (expand_parallel_call): Likewise.
13992 (expand_omp_target): Likewise.
13993 (simd_clone_adjust): Likewise.
13994 * tree-chkp.c (chkp_get_entry_block): Likewise.
13995 * cgraphunit.c (init_lowered_empty_function): Use the GIMPLE
13996 create_basic_block overload.
13997 (cgraph_node::expand_thunk): Likewise.
13998 * tree-cfg.c (make_blocks): Likewise.
13999 (handle_abnormal_edges): Likewise.
14000 * tree-inline.c (copy_bb): Likewise.
14001
14002 2015-04-21 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
14003
14004 * config/aarch64/aarch64.md (*<NLOGICAL:optab>_one_cmplsidi3_ze):
14005 New pattern.
14006 (*xor_one_cmplsidi3_ze): Likewise.
14007
14008 2015-04-21 Thomas Preud'homme <thomas.preudhomme@arm.com>
14009
14010 * df-core.c (df_finish_pass): Iterate over df->problems_by_index[] and
14011 use df_remove_problem rather than manually removing problems, leaving
14012 holes in df->problems_in_order[].
14013
14014 2015-04-21 Tom de Vries <tom@codesourcery.com>
14015
14016 PR tree-optimization/65802
14017 * internal-fn.def (VA_ARG): Add ECF_NOTROW to flags.
14018
14019 2015-04-21 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
14020
14021 * common/config/aarch64/aarch64-common.c (AARCH64_CPU_NAME_LENGTH):
14022 Increase to 128.
14023 (aarch64_rewrite_selected_cpu): Do not chop off extensions starting
14024 at '.'. Assert that there's enough space for everything.
14025
14026 2015-04-21 Uros Bizjak <ubizjak@gmail.com>
14027
14028 PR tree-optimization/64950
14029 Revert:
14030 2010-08-02 Uros Bizjak <ubizjak@gmail.com>
14031
14032 PR target/41089
14033 * config/alpha/alpha.c (alpha_build_builtin_va_list): Mark __offset
14034 as volatile.
14035
14036 2015-04-20 Shiva Chen <shiva0217@gmail.com>
14037
14038 PR rtl-optimization/64916
14039 * cfgcleanup.c (values_equal_p): New function.
14040 (can_replace_by): Use it.
14041
14042 2015-04-20 Paolo Carlini <paolo.carlini@oracle.com>
14043
14044 PR c++/65801
14045 * doc/invoke.texi ([-Wnarrowing]): Update.
14046
14047 2015-04-20 Jeff Law <law@redhat.com>
14048
14049 PR tree-optimization/65658
14050 * tree-ssa-threadupdate.c (redirection_block_p): Remove
14051 redundant test for GIMPLE_ASSIGN in last change.
14052
14053 2015-04-20 Uros Bizjak <ubizjak@gmail.com>
14054
14055 * config/i386/i386.c (set_pic_reg_ever_live): Remove.
14056 (legitimize_pic_address): Do not call set_pic_reg_ever_live.
14057 (legitimize_tls_address): Ditto.
14058 (ix86_expand_move): Ditto.
14059 (ix86_expand_binary_operator): Remove reload_in_progress checks.
14060 (ix86_expand_unary_operator): Ditto.
14061 * config/i386/predicates.md (index_register_operand): Ditto.
14062
14063 2015-04-20 Selim Belbachir <selim.belbachir@fr.thalesgroup.com>
14064
14065 * reorg.c (try_merge_delay_insns): Improve correctness checking
14066 for targets with multiple delay slots.
14067
14068 2015-04-20 Jeff Law <law@redhat.com>
14069
14070 PR tree-optimization/65658
14071 * tree-ssa-threadupdate.c (redirection_block_p): Ignore clobber
14072 statements too.
14073
14074 2015-04-20 Alan Lawrence <alan.lawrence@arm.com>
14075
14076 * config/aarch64/aarch64.c (aarch64_simd_emit_pair_result_insn): Delete.
14077 * config/aarch64/aarch64-protos.h (aarch64_simd_emit_pair_result_insn):
14078 Delete.
14079
14080 2015-04-20 Jakub Jelinek <jakub@redhat.com>
14081
14082 PR debug/65807
14083 * dwarf2out.c (add_AT_wide): Clear attr.dw_attr_val.val_entry.
14084
14085 2015-04-20 Richard Biener <rguenther@suse.de>
14086
14087 * gimple-fold.h (gimple_build): Remove optional valueize arguments.
14088 * gimple-fold.c (gimple_build_valueize): New function.
14089 (gimple_build): Always use gimple_build_valueize as valueize hook.
14090
14091 2015-04-20 Alan Lawrence <alan.lawrence@arm.com>
14092
14093 PR target/64134
14094 * config/aarch64/aarch64.c (aarch64_expand_vector_init): Load constant
14095 and overwrite variable parts if <= 1/2 the elements are variable.
14096
14097 2015-04-19 Vladimir Makarov <vmakarov@redhat.com>
14098
14099 PR rtl-optimization/65805
14100 * lra-eliminations.c (lra_eliminate_regs_1): Add new assert.
14101 Don't use difference of offset and previous offset if
14102 update_sp_offset is non-zero.
14103 (eliminate_regs_in_insn): Ditto.
14104 * lra-spills.c (remove_pseudos): Exchange 4th and 6th args in
14105 lra_eliminate_regs_1 call.
14106 * lra-constraints.c (get_equiv_with_elimination): Ditto.
14107
14108 2015-04-18 Trevor Saunders <tsaunders@mozilla.com>
14109
14110 * hash-table.h: Remove version of hash_table that stored value_type *.
14111 * asan.c, attribs.c, bitmap.c, cfg.c, cgraph.h, config/arm/arm.c,
14112 config/i386/winnt.c, config/ia64/ia64.c, config/mips/mips.c,
14113 config/sol2.c, coverage.c, cselib.c, dse.c, dwarf2cfi.c,
14114 dwarf2out.c, except.c, gcse.c, genmatch.c, ggc-common.c,
14115 gimple-ssa-strength-reduction.c, gimplify.c, haifa-sched.c,
14116 hard-reg-set.h, hash-map.h, hash-set.h, ipa-devirt.c, ipa-icf.h,
14117 ipa-profile.c, ira-color.c, ira-costs.c, loop-invariant.c,
14118 loop-iv.c, loop-unroll.c, lto-streamer.h, plugin.c, postreload-gcse.c,
14119 reginfo.c, statistics.c, store-motion.c, trans-mem.c, tree-cfg.c,
14120 tree-eh.c, tree-hasher.h, tree-into-ssa.c, tree-parloops.c,
14121 tree-sra.c, tree-ssa-coalesce.c, tree-ssa-dom.c, tree-ssa-live.c,
14122 tree-ssa-loop-im.c, tree-ssa-loop-ivopts.c, tree-ssa-phiopt.c,
14123 tree-ssa-pre.c, tree-ssa-reassoc.c, tree-ssa-sccvn.c,
14124 tree-ssa-structalias.c, tree-ssa-tail-merge.c,
14125 tree-ssa-threadupdate.c, tree-vectorizer.c, tree-vectorizer.h,
14126 valtrack.h, var-tracking.c, vtable-verify.c, vtable-verify.h: Adjust.
14127
14128 2015-04-17 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
14129 Jakub Jelinek <jakub@redhat.com>
14130
14131 PR target/65787
14132 * config/rs6000/rs6000.c (rtx_is_swappable_p): Ensure that a
14133 subsequent SH_NONE operand does not overwrite an existing *special
14134 value.
14135 (adjust_extract): Handle case where a vec_extract operation is
14136 wrapped in a PARALLEL.
14137
14138 2015-04-17 H.J. Lu <hongjiu.lu@intel.com>
14139
14140 PR target/65780
14141 * config/i386/i386.c (ix86_binds_local_p): Define only if
14142 TARGET_MACHO and TARGET_DLLIMPORT_DECL_ATTRIBUTES are false.
14143
14144 2015-04-17 Jeff Law <law@redhat.com>
14145
14146 PR tree-optimization/47679
14147 * Makefile.in (OBJS); Add tree-ssa-scopedtables.o.
14148 * tree-ssa-scopedtables.c: New file.
14149 * tree-ssa-scopedtables.h: New file.
14150 * tree-ssa-dom.c: Include tree-ssa-scopedtables.h.
14151 (const_and_copies): Change name/type.
14152 (record_const_or_copy): Move into tree-ssa-scopedtables.c
14153 (record_const_or_copy_1): Similarly.
14154 (restore_vars_to_original_value): Similarly.
14155 (pass_dominator::execute): Create and destroy const_and_copies table.
14156 (thread_across_edge): Update passing of const_and_copies.
14157 (record_temporary_equivalence): Use method calls rather than
14158 manipulating const_and_copies directly.
14159 (record_equality, cprop_into_successor_phis): Similarly.
14160 (dom_opt_dom_walker::before_dom_children): Similarly.
14161 (dom_opt_dom_walker::after_dom_children): Similarly.
14162 (eliminate_redundant_computations): Similarly.
14163 * tree-ssa-threadedge.c (remove_temporary_equivalences): Delete.
14164 (record_temporary_equivalence): Likewise.
14165 (invalidate_equivalences): Likewise.
14166 (record_temporary_equivalences_from_phis): Update due to type
14167 change of const_and_copies. Use method calls rather than
14168 manipulating the stack directly.
14169 (record_temporary_equivalences_from_stmts_at_dest): Likewise.
14170 (thread_through_normal_block, thread_across_edge): Likewise.
14171 (thread_across_edge): Likewise.
14172 * tree-ssa-threadedge.h (thread_across_edge): Update prototype.
14173 * tree-vrp.c: Include tree-ssa-scopedtables.h. Change type
14174 of equiv_stack.
14175 (identify_jump_threads): Update due to type change of equiv_stack.
14176 (finalize_jump_threads): Delete the equiv_stack when complete.
14177
14178 2015-04-17 Uros Bizjak <ubizjak@gmail.com>
14179
14180 * config/i386/i386.h (LEGITIMIZE_RELOAD_ADDRESS): Remove.
14181 * config/i386/i386.c (ix86_legitimize_reload_address): Ditto.
14182 * config/i386/i386-protos.h (ix86_legitimize_reload_address): Ditto.
14183
14184 2015-04-17 Andreas Tobler <andreast@gcc.gnu.org>
14185
14186 PR target/65535
14187 * config.gcc: Exit with a comment when we do not have a major version
14188 number for the FreeBSD target.
14189
14190 2015-04-17 Jakub Jelinek <jakub@redhat.com>
14191
14192 PR target/65689
14193 * genpreds.c (struct constraint_data): Add maybe_allows_reg and
14194 maybe_allows_mem bitfields.
14195 (maybe_allows_none_start, maybe_allows_none_end,
14196 maybe_allows_reg_start, maybe_allows_reg_end, maybe_allows_mem_start,
14197 maybe_allows_mem_end): New variables.
14198 (compute_maybe_allows): New function.
14199 (add_constraint): Use it to initialize maybe_allows_reg and
14200 maybe_allows_mem fields.
14201 (choose_enum_order): Sort the non-is_register/is_const_int/is_memory/
14202 is_address constraints such that those that allow neither mem nor
14203 reg come first, then those that only allow reg but not mem, then
14204 those that only allow mem but not reg, then the rest.
14205 (write_allows_reg_mem_function): New function.
14206 (write_tm_preds_h): Call it.
14207 * stmt.c (parse_output_constraint, parse_input_constraint): Use
14208 the generated insn_extra_constraint_allows_reg_mem function
14209 instead of always setting *allows_reg = true; *allows_mem = true;
14210 for unknown extra constraints.
14211
14212 2015-04-17 H.J. Lu <hongjiu.lu@intel.com>
14213
14214 PR target/65780
14215 * output.h (default_binds_local_p_3): New.
14216 * varasm.c (default_binds_local_p_3): Make it public. Take an
14217 argument to indicate if common symbol may be local. If common
14218 symbol may be local, treat non-external variable as defined
14219 locally.
14220 (default_binds_local_p_2): Pass !flag_pic to default_binds_local_p_3.
14221 (default_binds_local_p_1): Pass false to default_binds_local_p_3.
14222 * config/i386/i386.c (ix86_binds_local_p): New.
14223 (TARGET_BINDS_LOCAL_P): Replace default_binds_local_p_2 with
14224 ix86_binds_local_p.
14225
14226 2015-04-17 Jakub Jelinek <jakub@redhat.com>
14227
14228 PR debug/65771
14229 * dwarf2out.c (mem_loc_descriptor): For CONST, fallback to
14230 trying mem_loc_descriptor on XEXP (rtl, 0).
14231
14232 2015-04-17 Martin Liska <mliska@suse.cz>
14233
14234 * ipa-icf.c (sem_item_optimizer::subdivide_classes_by_sensitive_refs):
14235 Release symbol_compare_collection.
14236 * ipa-reference.c: Add TODO that a vector should be released.
14237
14238 2015-04-17 Sivanupandi Pitchumani <Pitchumani.Sivanupandi@atmel.com>
14239
14240 PR target/65296
14241 * config/avr/gen-avr-mmcu-specs.c (*avrlibc_startfile): Adjust
14242 to new AVR-LibC file layout (bug #44574).
14243 (*avrlibc_devicelib): Same.
14244 * config/avr/avr-mcus.def: Adjust comments.
14245 * config/avr/avr.opt (nodevicelib): Adjust help.
14246
14247 2015-04-17 Alan Lawrence <alan.lawrence@arm.com>
14248
14249 * config/aarch64/arm_neon.h (vdup_n_f32): Remove forward declaration.
14250
14251 2015-04-17 Patrick Palka <ppalka@gcc.gnu.org>
14252
14253 PR c++/64527
14254 * gimplify.c (gimplify_init_constructor): Always emit a
14255 side-effecting constructor.
14256
14257 2015-04-17 Tom de Vries <tom@codesourcery.com>
14258
14259 PR tree-optimization/64950
14260 * gimplify.c (gimplify_function_tree): Tentatively set PROP_gimple_lva
14261 in cfun->curr_properties.
14262 (gimplify_va_arg_expr): Clear PROP_gimple_lva in cfun->curr_properties
14263 if we generate an IFN_VA_ARG.
14264 * tree-inline.c (expand_call_inline): Reset PROP_gimple_lva in dest
14265 function if PROP_gimple_lva is not set in src function.
14266
14267 2015-04-17 Tom de Vries <tom@codesourcery.com>
14268 Michael Matz <matz@suse.de>
14269
14270 PR tree-optimization/64950
14271 * gimple-iterator.c (update_modified_stmts): Remove static.
14272 * gimple-iterator.h (update_modified_stmts): Declare.
14273 * gimplify.c (gimplify_modify_expr): Handle IFN_VA_ARG.
14274 (gimplify_va_arg_internal): New function.
14275 (gimplify_va_arg_expr): Use IFN_VA_ARG.
14276 * gimplify.h (gimplify_va_arg_internal): Declare.
14277 * internal-fn.c (expand_VA_ARG): New unreachable function.
14278 * internal-fn.def (VA_ARG): New DEF_INTERNAL_FN.
14279 * tree-stdarg.c (gimple_call_ifn_va_arg_p, expand_ifn_va_arg_1)
14280 (expand_ifn_va_arg): New function.
14281 (pass_data_stdarg): Add PROP_gimple_lva to properties_provided field.
14282 (pass_stdarg::execute): Call expand_ifn_va_arg.
14283 (pass_data_lower_vaarg): New pass_data.
14284 (pass_lower_vaarg): New gimple_opt_pass.
14285 (pass_lower_vaarg::gate, pass_lower_vaarg::execute)
14286 (make_pass_lower_vaarg): New function.
14287 * cfgexpand.c (pass_data_expand): Add PROP_gimple_lva to
14288 properties_required field.
14289 * passes.def (all_passes): Add pass_lower_vaarg.
14290 * tree-pass.h (PROP_gimple_lva): Add define.
14291 (make_pass_lower_vaarg): Declare.
14292
14293 2015-04-17 Tom de Vries <tom@codesourcery.com>
14294
14295 * fold-const.c (operand_equal_p): Handle INTERNAL_FNs.
14296 * calls.c (call_expr_flags): Same.
14297
14298 2015-04-17 Tom de Vries <tom@codesourcery.com>
14299
14300 * tree-stdarg.c (optimize_va_list_gpr_fpr_size): Factor out of ...
14301 (pass_stdarg::execute): ... here.
14302
14303 2015-04-17 Tom de Vries <tom@codesourcery.com>
14304 Michael Matz <matz@suse.de>
14305
14306 * tree-cfg.c (make_blocks_1): Factor out of ...
14307 (make_blocks): ... here.
14308 (make_edges_bb): Factor out of ...
14309 (make_edges): ... here.
14310 (gimple_find_sub_bbs): New function.
14311 * tree-cfg.h (gimple_find_sub_bbs): Declare.
14312
14313 2015-04-17 Tom de Vries <tom@codesourcery.com>
14314
14315 * tree.c (free_lang_data): Disable lang_hooks.gimplify_expr.
14316
14317 2015-04-17 Yury Gribov <y.gribov@samsung.com>
14318
14319 * asan.c (set_sanitized_sections): New function.
14320 (section_sanitized_p): Ditto.
14321 (asan_protect_global): Optionally sanitize user-defined
14322 sections.
14323 * asan.h (set_sanitized_sections): Declare new function.
14324 * common.opt (fsanitize-sections): New option.
14325 * doc/invoke.texi (-fsanitize-sections): Document new option.
14326 * opts-global.c (handle_common_deferred_options): Handle new
14327 option.
14328
14329 2015-04-17 Jakub Jelinek <jakub@redhat.com>
14330
14331 PR debug/65771
14332 * dwarf2out.c (loc_list_from_tree): Return NULL
14333 for DEBUG_EXPR_DECL.
14334
14335 2015-04-17 Christian Bruel <christian.bruel@st.com>
14336
14337 * ipa-inline.c (can_inline_edge_p): Allow inlining of functions with
14338 same attributes.
14339
14340 2015-04-16 Zhouyi Zhou <yizhouzhou@ict.ac.cn>
14341
14342 * ira-color.c (setup_left_conflict_sizes_p): Do not process
14343 node itself when computing left conflict subnode size.
14344
14345 2015-04-16 Uros Bizjak <ubizjak@gmail.com>
14346
14347 * config/i386/predicates.md (register_mixssei387nonimm_operand): New.
14348 * config/i386/i386.md (*fop_<mode>_1_mixed): Merge with
14349 *fop_<mode>_1_sse using enabled attribute. Use
14350 register_mixssei387nonimm_operand operand 1 predicate. Change
14351 alternative 3 constraints from "x" to "v".
14352
14353 2015-04-16 Richard Biener <rguenther@suse.de>
14354
14355 PR tree-optimization/65774
14356 * tree-ssa-ccp.c (evaluate_stmt): Constrain types we invoke
14357 bit-value tracking on.
14358
14359 2015-04-16 Richard Biener <rguenther@suse.de>
14360
14361 PR tree-optimization/64277
14362 * tree-vrp.c (check_array_ref): Fix anti-range handling,
14363 simplify upper bound handling.
14364 (search_for_addr_array): Simplify.
14365 (check_array_bounds): Handle ADDR_EXPRs here.
14366 (check_all_array_refs): Simplify.
14367
14368 2015-04-16 Uros Bizjak <ubizjak@gmail.com>
14369
14370 * config/i386/i386.c (print_reg): Rewrite function.
14371
14372 2015-04-16 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
14373
14374 * config/s390/s390.h (IRA_HARD_REGNO_ADD_COST_MULTIPLIER):
14375 Invert the condition.
14376
14377 2015-04-16 Renlin Li <renlin.li@arm.com>
14378
14379 * simplify-rtx.c (simplify_unary_operation_1): Fix a typo. Enable two
14380 simplifications for UNSIGNED_FLOAT.
14381
14382 2015-04-16 Nick Clifton <nickc@redhat.com>
14383
14384 * config/rl78/rl78-opts.h (enum rl78_mul_types): Add MUL_G14 and
14385 MUL_UNINIT.
14386 (enum rl78_cpu_type): New.
14387 * config/rl78/rl78-virt.md (attr valloc): Add divhi and divsi.
14388 (umulhi3_shift_virt): Remove m constraint from operand 1.
14389 (umulqihi3_virt): Likewise.
14390 * config/rl78/rl78.c (rl78_option_override): Add code to process
14391 -mcpu and -mmul options.
14392 (rl78_alloc_physical_registers): Add code to handle divhi and
14393 divsi valloc attributes.
14394 (set_origin): Likewise.
14395 * config/rl78/rl78.h (RL78_MUL_G14): Define.
14396 (TARGET_G10, TARGET_G13, TARGET_G14): Define.
14397 (TARGET_CPU_CPP_BUILTINS): Define __RL78_MUL_xxx__ and
14398 __RL78_Gxx__.
14399 (ASM_SPEC): Pass -mcpu on to assembler.
14400 * config/rl78/rl78.md (mulqi3): Add a clobber of AX.
14401 (mulqi3_rl78): Likewise.
14402 (mulhi3_g13): Likewise.
14403 (mulhi3): Generate the G13 or G14 versions of the insn directly.
14404 (mulsi3): Likewise.
14405 (mulhi3_g14): Add clobbers of AX and BC.
14406 (mulsi3_g14): Likewise.
14407 (mulsi3_g13): Likewise.
14408 (udivmodhi4, udivmodhi4_g14, udivmodsi4): New patterns.
14409 (udivmodsi4_g14, udivmodsi4_g13): New patterns.
14410 * config/rl78/rl78.opt (mmul): Initialise value to
14411 RL78_MUL_UNINIT.
14412 (mcpu): New option.
14413 (m13, m14, mrl78): New option aliases.
14414 * config/rl78/t-rl78 (MULTILIB_OPTIONS): Add mg13 and mg14.
14415 (MULTILIB_DIRNAMES): Add g13 and g14.
14416 * doc/invoke.texi: Document -mcpu and -mmul options.
14417
14418 2015-04-16 Richard Biener <rguenther@suse.de>
14419
14420 * tree-ssa-ccp.c (likely_value): See if we have operands that
14421 are marked as never simulate again and return CONSTANT in this
14422 case.
14423 * tree-ssa-propagate.c (simulate_stmt): Mark stmts that do
14424 not have any operands that will be simulated again as
14425 not being simulated again.
14426
14427 2015-04-15 Uros Bizjak <ubizjak@gmail.com>
14428
14429 * config/i386/i386.md (*cmpi<FPCMP:unord><MODEF:mode>_mixed):
14430 Merge with *cmpi<FPCMP:unord><MODEF:mode>_sse using enabled attribute.
14431 (*extendsfdf2_mixed): Merge with *extendsfdf2_sse using enabled
14432 attribute.
14433 (*truncdfsf_fast_mixed): Merge with *truncdfsf_fast_sse using
14434 enabled attribute.
14435 (*float<SWI48:mode><MODEF:mode>2_mixed): Rename from
14436 *float<SWI48:mode><MODEF:mode>2_sse.
14437 (*absneg<mode>2_mixed): Merge with *absneg<mode>2_sse using
14438 enabled attribute.
14439 (*fop_<mode>_comm_mixed): Merge with *fop_<mode>_comm_sse using
14440 enabled attribute.
14441
14442 2015-04-15 Tom de Vries <tom@codesourcery.com>
14443
14444 PR other/65487
14445 * function.c (push_dummy_function): New function.
14446 (init_dummy_function_start): Use push_dummy_function.
14447 (pop_dummy_function): New function. Factored out of ...
14448 (expand_dummy_function_end): ... here.
14449 * function.h (push_dummy_function, pop_dummy_function): Declare.
14450 * passes.c (pass_manager::dump_passes): Use push_dummy_function and
14451 pop_dummy_function.
14452 * tree-chkp.c (chkp_gate): Handle cgraph_node::get (cfun->decl) == NULL.
14453
14454 2015-04-15 Jeff Law <law@redhat.com>
14455
14456 PR tree-optimization/47679
14457 * tree-ssa-dom.c (build_and_record_new_cond): Moved to avoid
14458 need for forward declaration in upcoming changes.
14459 (record_conditions, record_edge_info): Likewise.
14460
14461 PR rtl-optimization/42522
14462 * cse.c (fold_rtx): Try to simplify a ZERO_EXTRACT or
14463 SIGN_EXTRACT as a whole object rather than simplifying
14464 its operand.
14465
14466 2015-04-15 Jakub Jelinek <jakub@redhat.com>
14467
14468 PR ipa/65765
14469 * ipa-icf-gimple.c (func_checker::compare_bb): For GIMPLE_NOP
14470 and GIMPLE_PREDICT use break instead of return true. For
14471 GIMPLE_EH_DISPATCH, compare dispatch region.
14472
14473 2015-04-14 Matthew Wahab <matthew.wahab@arm.com>
14474
14475 * doc/extend.texi (__sync Builtins): Simplify some text. Update
14476 details about the implementation. Make clear preference for
14477 __atomic builtins. Reduce possibility of future change.
14478
14479 2015-04-15 Nick Clifton <nickc@redhat.com>
14480
14481 * config/rx/rx.opt (mallow-string-insns): New option.
14482 * config/rx/rx.c (RX_BUILTIN_RMPA): Disable the use of this
14483 builtin if string instructions are denied.
14484 * config/rx/rx.h (TARGET_CPU_CPP_BUILTINS): Define
14485 __RX_ALLOW_STRING_INSNS__ or __RX_DISALLOW_STRING_INSNS__, as
14486 appropriate.
14487 (ASM_SPEC): Pass -mno-allow-string-insns on to the assembler.
14488 * config/rx/rx.md (movstr): Enable pattern only if string
14489 instructions are allowed.
14490 (rx_movstr, rx_strend, movmemsi, rx_movmem): Likewise.
14491 (cmpstrnsi, cmpstrsi, rx_cmpstrn, rmpa): Likewise.
14492 * config/rx/t-rx (MULTILIB_OPTIONS): Add mno-allow-string-insns.
14493 (MULTILIB_DIRNAMES): Add no-strings.
14494 * doc/invoke.texi: Document -mno-allow-string-insns.
14495
14496 2015-04-15 Alan Modra <amodra@gmail.com>
14497
14498 PR target/65408
14499 PR target/58744
14500 PR middle-end/36043
14501 * calls.c (load_register_parameters): Don't load past end of
14502 mem unless suitably aligned.
14503
14504 2015-04-15 Nick Clifton <nickc@redhat.com>
14505
14506 * config/rl78/rl78.c (rl78_expand_prologue): Mark large stack
14507 decrement instruction as being frame related.
14508 (rl78_print_operand_1): Handle 'p' modifier to add +0 to HL
14509 based addresses.
14510 If zero extending a function address enclose the operation in
14511 %code(...).
14512 (rl78_preferred_reload_class): New function.
14513 (TARGET_PREFERRED_RELOAD_CLASS): Define.
14514 * config/rl78/rl78.md: Remove useless constraints in expanders.
14515 (mulqi3_rl78): Remove + qualifier on input-only operand 1.
14516 (mulhi3_rl78): Likewise.
14517 (mulhi3_g13): Likewise.
14518 (mulsi3_rl78): Likewise.
14519 (es_addr): Move to before the multiply patterns.
14520
14521 2015-04-15 Alan Modra <amodra@gmail.com>
14522
14523 * function.h (struct emit_status): Delete x_first_insn, x_last_insn
14524 and sequence_stack. Add seq.
14525 (seq_stack): Delete.
14526 * function.c (prepare_function_start): Don't access x_last_insn.
14527 * emit-rtl.h (get_current_sequence, get_topmost_sequence): New.
14528 (get_insns, set_first_insn, get_last_insn, set_last_insn): Use them.
14529 * emit_rtl.c (start_sequence, push_topmost_sequence,
14530 pop_topmost_sequence, end_sequence, in_sequence_p, init_emit): Use
14531 sequence accessors.
14532 (get_last_insn_anywhere, add_insn_after_nobb, add_insn_before_nobb,
14533 remove_insn): Likewise. Simplify.
14534 * config/m32c/m32c.c (m32c_leaf_function_p): Use push_topmost_sequence
14535 and pop_topmost_sequence.
14536 (m32c_function_needs_enter): Use get_topmost_sequence. Ignore
14537 debug insns.
14538 * config/rs6000/rs6000.c (rs6000_call_aix): Use get_current_sequence.
14539
14540 2015-04-14 Yvan Roux <yvan.roux@linaro.org>
14541
14542 PR target/65729
14543 * lra-constraints.c (prohibited_class_reg_set_mode_p): Restore and fix
14544 the assertiion.
14545
14546 2015-04-14 Uros Bizjak <ubizjak@gmail.com>
14547
14548 * config/i386/i386.h (LEGACY_INT_REG_P): New define.
14549 (LEGACY_INT_REGNO_P): Ditto.
14550 (GENERAL_REGNO_P): Use LEGACY_INT_REGNO_P.
14551 (ANY_MASK_REG_P): Remove.
14552 (BND_REG_P): Rename from ANY_BND_REG_P.
14553 * config/i386/i386.c (print_reg): Use LEGACY_INT_REG_P to print
14554 legacy integer registers. Do not handle MMX_REG_P in a special way.
14555 Merge 64byte and 32byte SSE handling.
14556
14557 2015-04-14 Nick Clifton <nickc@redhat.com>
14558
14559 * expr.c (expand_assignment): Force an address offset computation
14560 into a register before changing its mode.
14561 (expand_expr_real_1): Likewise.
14562
14563 2015-04-14 Alan Lawrence <alan.lawrence@arm.com>
14564
14565 * config/aarch64/arm_neon.h (vst1_lane_f32, vst1_lane_f64,
14566 vst1_lane_p8, vst1_lane_p16, vst1_lane_s8, vst1_lane_s16,
14567 vst1_lane_s32, vst1_lane_s64, vst1_lane_u8, vst1_lane_u16,
14568 vst1_lane_u32, vst1_lane_u64, vst1q_lane_f32, vst1q_lane_f64,
14569 vst1q_lane_p8, vst1q_lane_p16, vst1q_lane_s8, vst1q_lane_s16,
14570 vst1q_lane_s32, vst1q_lane_s64, vst1q_lane_u8, vst1q_lane_u16,
14571 vst1q_lane_u32, vst1q_lane_u64): Reimplement with pointer dereference
14572 and __aarch64_vget_lane_any.
14573
14574 2015-04-14 Jakub Jelinek <jakub@redhat.com>
14575
14576 PR rtl-optimization/65761
14577 * cfgrtl.c (rtl_split_edge): For EDGE_CROSSING split, use
14578 get_last_bb_insn (after) instead of NEXT_INSN (BB_END (after)).
14579
14580 2015-04-14 Richard Biener <rguenther@suse.de>
14581
14582 * graphite-scop-detection.c: Do not include cp/cp-tree.h.
14583 (graphite_can_represent_scev): Use POINTER_TYPE_P.
14584
14585 2015-04-14 Richard Biener <rguenther@suse.de>
14586
14587 PR tree-optimization/65758
14588 * tree-ssa-ccp.c (get_value_from_alignment): Adjust mask test
14589 against -1.
14590 (ccp_lattice_meet): Likewise.
14591 (bit_value_unop): Likewise.
14592 (bit_value_binop): Likewise.
14593 (bit_value_assume_aligned): Likewise.
14594
14595 2015-04-14 Christian Bruel <christian.bruel@st.com>
14596
14597 * execute_dwarf2_frame (dw_frame_pointer_regnum): Reinitialize for each
14598 function.
14599
14600 2015-04-14 Marc Glisse <marc.glisse@inria.fr>
14601
14602 PR tree-optimization/63387
14603 * match.pd ((x unord x) | (y unord y) -> (x unord y),
14604 (x unord x) | (x unord y) -> (x unord y)): New simplifications.
14605
14606 2015-04-14 Uros Bizjak <ubizjak@gmail.com>
14607
14608 * config/i386/predicates.md (any_QIreg_operand): Rename from
14609 q_regs_operand. Do not process subregs.
14610 (QIreg_operand): Use QI_REGNO_P predicate.
14611 (ext_QIreg_operand): Ditto.
14612 (ext_register_operand): Ditto.
14613 * config/i386/i386.md (TEST splitters): Use QIreg_operand predicate.
14614 (AND splitters): Ditto.
14615 (AND with -65536 splitter): Add SWI48 mode for operand 0.
14616 (AND with -256 splitter): Use any_QIreg_operand predicate and
14617 SWI248 mode for operand 0.
14618 (AND with -65281 splitter): Use QIreg_operand predicate and SWI248
14619 mode for operand 0.
14620 (SETCC + MOVZBL peepholes): Update for renamed any_QIreg_operand.
14621
14622 2015-04-13 Gerald Pfeifer <gerald@pfeifer.com>
14623
14624 * doc/plugins.texi: Rewrite first introductory paragraph.
14625
14626 2015-04-12 Jan Hubicka <hubicka@ucw.cz>
14627
14628 * tree-vrp.c (nonnull_arg_p): THIS pointers and references are non-zero.
14629 (gimple_stmt_nonzero_warnv_p): Reference return values are non-zero.
14630
14631 2015-04-12 Jan Hubicka <hubicka@ucw.cz>
14632
14633 * ipa-profie.c (ipa_profile): Check number of parameters
14634 and possible polymorphic call targets before
14635 devirtualizing.
14636
14637 2015-04-13 Uros Bizjak <ubizjak@gmail.com>
14638
14639 * config/i386/i386.md (*bmi2_umul<mode><dwi>3_1): Merge from
14640 *bmi2_umulsidi3_1 and *bmi2_umulditi3_1 using DWIH mode iterator.
14641
14642 2015-04-13 Richard Biener <rguenther@suse.de>
14643
14644 PR tree-optimization/65204
14645 * tree-ssa-ccp.c (evaluate_stmt): Always evaluate address
14646 takens for bit-CCP.
14647
14648 2015-04-13 Richard Biener <rguenther@suse.de>
14649
14650 PR target/65660
14651 * config/i386/i386.c (bdver1_cost): Double cond_taken_branch_cost
14652 and cond_not_taken_branch_cost to 4 and 2.
14653 (bdver2_cost): Likewise.
14654 (bdver3_cost): Likewise.
14655 (bdver4_cost): Likewise.
14656
14657 2015-04-12 Jan Hubicka <hubicka@ucw.cz>
14658
14659 * hash-table.h (hash_table constructor): Add mem stats.
14660 (alloc_entries): Likewise.
14661
14662 2015-04-12 Jan Hubicka <hubicka@ucw.cz>
14663
14664 * ipa-cp.c (ipcp_driver): Relase prev_edge.
14665 * passes.c (execute_one_pass): Only add transform if pass has one.
14666
14667 2015-04-12 Joseph Myers <joseph@codesourcery.com>
14668
14669 * config/i386/i386.c (ix86_option_override_internal): Don't set
14670 -fprefetch-loop-arrays if optimizing for size.
14671
14672 2015-04-12 Jan Hubicka <hubicka@ucw.cz>
14673 Gerald Pfeifer <gerald@pfeifer.com>
14674
14675 * doc/contrib.texi (Contributors): Add Martin Jambor and
14676 Michael Matz.
14677
14678 2015-04-12 Jakub Jelinek <jakub@redhat.com>
14679
14680 * BASE-VER: Set to 6.0.0.
14681
14682 PR tree-optimization/65747
14683 * ipa-icf-gimple.c (func_checker::compare_operand): Use compare_operand
14684 rather than compare_ssa_name for OBJ_TYPE_REF_OBJECT.
14685
14686 2015-04-12 Gerald Pfeifer <gerald@pfeifer.com>
14687
14688 * doc/invoke.texi (-Wmemset-transposed-args): Break a long
14689 sentence. Improve grammar.
14690
14691 2015-04-12 Gerald Pfeifer <gerald@pfeifer.com>
14692
14693 * doc/contrib.texi (Contributors): Add Maxim Kuvyrkov.
14694
14695 2015-04-11 Jan Hubicka <hubicka@ucw.cz>
14696
14697 PR ipa/65743
14698 * ipa-inline-transform.c (speculation_removed): Remove static var.
14699 (check_speculations): New function.
14700 (clone_inlined_nodes): Do not check spculations.
14701 (inline_call): Call check_speculations.
14702 * ipa-prop.c (ipa_make_edge_direct_to_target): Do not
14703 consider non-invariants.
14704
14705 2015-04-11 Jan Hubicka <hubicka@ucw.cz>
14706 Martin Liska <mliska@suse.cz>
14707
14708 PR ipa/65722
14709 * ipa-icf.c (sem_item::compare_cgraph_references): function and
14710 variable can not match.
14711 (sem_item::update_hash_by_addr_refs): Fix handling of virtual tables.
14712 (sem_variable::equals_wpa): Fix checking of DECL_FINAL_P patch.
14713
14714 2015-04-11 Jakub Jelinek <jakub@redhat.com>
14715
14716 PR tree-optimization/65735
14717 * tree-ssa-threadedge.c (fsm_find_control_statement_thread_paths):
14718 Remove visited_phis argument, add visited_bbs, avoid recursing into the
14719 same bb rather than just into the same phi node.
14720 (thread_through_normal_block): Adjust caller.
14721
14722 2015-04-11 Gerald Pfeifer <gerald@pfeifer.com>
14723
14724 * doc/contrib.texi (Contributors): Add Ira Rosen.
14725
14726 2015-04-11 Benno Schulenberg <bensberg@justemail.net>
14727
14728 * gcov.c (find_source): Fix miswording in error message.
14729 * config/i386/i386.c (ix86_handle_cconv_attribute): Likewise.
14730 (ix86_expand_sse_comi_round): Fix typo in error message.
14731
14732 2015-04-11 Gerald Pfeifer <gerald@pfeifer.com>
14733
14734 * doc/contrib.texi (Contributors): Add Laurynas Biveinis.
14735
14736 2015-04-10 Gerald Pfeifer <gerald@pfeifer.com>
14737
14738 * doc/contrib.texi (Contributors): Update Joe Buck's entry.
14739
14740 2015-04-10 Vladimir Makarov <vmakarov@redhat.com>
14741
14742 PR target/65710
14743 * lra-assigns.c (spill_for): Update smallest_bad_spills_num.
14744 Print bad_spills_num and insn_pseudos_num.
14745
14746 2015-04-10 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
14747
14748 PR target/65694
14749 * config/arm/arm.c (arm_canonicalize_comparison): Use ARM_SIGN_EXTEND
14750 when creating +1 values for SImode.
14751
14752 2015-04-10 Vladimir Makarov <vmakarov@redhat.com>
14753
14754 PR target/65729
14755 * lra-constraints.c (prohibited_class_reg_set_mode_p): Comment the
14756 assert.
14757
14758 2015-04-10 Jakub Jelinek <jakub@redhat.com>
14759 Iain Sandoe <iain@codesourcery.com>
14760
14761 PR target/65351
14762 * configure: Regenerate.
14763
14764 2015-04-09 Kirill Yukhin <kirill.yukhin@intel.com>
14765
14766 PR target/65671
14767 * config/i386/sse.md: Generate vextract32x4 if AVX-512DQ is disabled.
14768
14769 2015-04-09 Gerald Pfeifer <gerald@pfeifer.com>
14770
14771 * doc/contrib.texi (Contributors): Add John Marino.
14772
14773 2015-04-09 Jakub Jelinek <jakub@redhat.com>
14774
14775 PR tree-optimization/65709
14776 * ubsan.c (instrument_mem_ref): Use TREE_TYPE (base) instead of
14777 TREE_TYPE (TREE_TYPE (t)).
14778
14779 2015-04-09 Vladimir Makarov <vmakarov@redhat.com>
14780
14781 PR target/65710
14782 * lra-int.h (lra_bad_spill_regno_start): New.
14783 * lra.c (lra_bad_spill_regno_start): New.
14784 (lra): Set up lra_bad_spill_regno_start. Set up
14785 lra_constraint_new_regno_start unconditionally.
14786 * lra-assigns.c (spill_for): Use lra_bad_spill_regno_start for
14787 spill preferences.
14788
14789 2015-04-09 Marek Polacek <polacek@redhat.com>
14790 Jakub Jelinek <jakub@redhat.com>
14791
14792 PR middle-end/65554
14793 * gimple-fold.c (gimple_fold_builtin_memory_op): Update comment.
14794 (fold_ctor_reference): Use STRIP_USELESS_TYPE_CONVERSION instead
14795 of STRIP_NOPS.
14796
14797 2015-04-09 Segher Boessenkool <segher@kernel.crashing.org>
14798
14799 PR rtl-optimization/65693
14800 * combine.c (is_parallel_of_n_reg_sets): Move outside of
14801 #ifndef HAVE_cc0.
14802
14803 2015-04-09 Georg-Johann Lay <avr@gjlay.de>
14804
14805 PR target/65296
14806 * config/avr/driver-avr.c (avr_devicespecs_file): Don't specify a
14807 device specs file if "device-specs%s" didn't resolve to a path.
14808
14809 2015-04-09 Kirill Yukhin <kirill.yukhin@intel.com>
14810
14811 PR target/65676
14812 * config/i386/i386.c (fixup_modeless_constant): New.
14813 (ix86_expand_args_builtin): Fixup modeless constant operand.
14814 (ix86_expand_round_builtin): Ditto.
14815 (ix86_expand_special_args_builtin): Ditto.
14816 (ix86_expand_builtin): Ditto.
14817
14818 2015-04-09 Jakub Jelinek <jakub@redhat.com>
14819
14820 PR target/65693
14821 * config/i386/i386.md (*udivmod<mode>4_pow2): Allow
14822 any pow2 integer in between 2 and 0x80000000U inclusive.
14823
14824 2015-04-08 Segher Boessenkool <segher@kernel.crashing.org>
14825
14826 PR rtl-optimization/65693
14827 * combine.c (is_parallel_of_n_reg_sets): Change first argument
14828 from an rtx_insn * to an rtx.
14829 (try_combine): Adjust both callers. Use it once more.
14830
14831 2015-04-08 Ilya Enkovich <ilya.enkovich@intel.com>
14832
14833 * tree-chkp.c (chkp_find_const_bounds_var): Remove.
14834 (chkp_make_static_const_bounds): Search existing
14835 symbol by assembler name. Use make_decl_one_only.
14836 (chkp_get_zero_bounds_var): Remove node search which
14837 is now performed in chkp_make_static_const_bounds.
14838 (chkp_get_none_bounds_var): Likewise.
14839
14840 2015-04-08 Michael Witten <mfwitten@gmail.com>
14841
14842 * doc/extend.texi (Attribute Syntax): Add a trailing semicolon
14843 to an example.
14844
14845 2015-04-08 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
14846
14847 * tree.h (CONVERT_EXPR_P): Commentary typo fix.
14848
14849 2015-04-08 Gerald Pfeifer <gerald@pfeifer.com>
14850
14851 * doc/extend.texi (__sync Builtins): Fix grammar.
14852
14853 2015-04-08 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
14854
14855 * doc/cfg.texi (GIMPLE statement iterators): Fix typo.
14856
14857 2015-04-08 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
14858
14859 * varasm.c (emit_local): Move definition of align.
14860
14861 2015-04-08 Julian Brown <julian@codesourcery.com>
14862
14863 * config/nvptx/mkoffload.c (process): Support variable mapping.
14864
14865 2015-03-27 Trevor Saunders <tbsaunde@tbsaunde.org>
14866
14867 * config/alpha/alpha.c (alpha_use_linkage): Change type of slot to
14868 alpha_links **.
14869 (alpha_write_one_linkage): Correct typo.
14870
14871 2015-04-08 Ilya Enkovich <ilya.enkovich@intel.com>
14872
14873 * ipa-comdats.c (propagate_comdat_group): Walk through thunks.
14874
14875 2015-04-08 Gerald Pfeifer <gerald@pfeifer.com>
14876
14877 * doc/install.texi (bootstrap-lto-noplugin): Rewrite.
14878
14879 2015-04-08 Ilya Enkovich <ilya.enkovich@intel.com>
14880
14881 * tree-chkp.h (chkp_insert_retbnd_call): New.
14882 * tree-chkp.c (chkp_insert_retbnd_call): New.
14883 * ipa-split.c (insert_bndret_call_after): Remove.
14884 (split_function): Use chkp_insert_retbnd_call.
14885 * cgraphunit.c (cgraph_node::expand_thunk): Build returned
14886 bounds for instrumented functions.
14887
14888 2015-04-07 Jan Hubicka <hubicka@ucw.cz>
14889
14890 PR ipa/65540
14891 * calls.c (initialize_argument_information): When producing tail
14892 call also turn SSA_NAMES passed by references to original PARM_DECLs
14893
14894 2015-04-07 Vladimir Makarov <vmakarov@redhat.com>
14895
14896 PR target/65648
14897 * lra-remat.c (do_remat): Process input and non-input insn
14898 registers separately.
14899
14900 2015-04-07 Jakub Jelinek <jakub@redhat.com>
14901
14902 PR debug/65678
14903 * valtrack.c (debug_lowpart_subreg): New function.
14904 (dead_debug_insert_temp): Use it.
14905
14906 PR middle-end/65680
14907 * expr.c (get_inner_reference): Handle bit_offset that doesn't fit
14908 into signed HOST_WIDE_INT the same as negative bit_offset.
14909
14910 2015-04-07 Ilya Enkovich <ilya.enkovich@intel.com>
14911
14912 * ipa-comdats.c (ipa_comdats): Visit all thunks
14913 to set proper comdat group.
14914
14915 2015-04-07 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
14916
14917 PR target/65489
14918 * config/arm/arm.c (arm_legitimate_constant_p_1): Remove restriction
14919 on constants for NEON VSTRUCT modes.
14920
14921 2015-04-07 Jakub Jelinek <jakub@redhat.com>
14922 Iain Sandoe <iain@codesourcery.com>
14923
14924 PR target/65351
14925 * configure: Regenerate.
14926
14927 2015-04-06 Michael Meissner <meissner@linux.vnet.ibm.com>
14928
14929 PR target/65614
14930 * config/rs6000/rs6000.c (struct processor_costs): Add cost field
14931 for SF->DF conversions to make FLOAT_EXTEND more expensive, so
14932 that LFD is used to load double constants instead of LFS. Add
14933 defaults for all costs structures. Add comments for missing
14934 initialization fields.
14935 (size32_cost): Likewise.
14936 (size64_cost): Likewise.
14937 (rs64a_cost): Likewise.
14938 (mpccore_cost): Likewise.
14939 (ppc403_cost): Likewise.
14940 (ppc405_cost): Likewise.
14941 (ppc440_cost): Likewise.
14942 (ppc476_cost): Likewise.
14943 (ppc601_cost): Likewise.
14944 (ppc603_cost): Likewise.
14945 (ppc604_cost): Likewise.
14946 (ppc604e_cost): Likewise.
14947 (ppc620_cost): Likewise.
14948 (ppc630_cost): Likewise.
14949 (ppccell_cost): Likewise.
14950 (ppc750_cost): Likewise.
14951 (ppc7450_cost): Likewise.
14952 (ppc8540_cost): Likewise.
14953 (ppce300c2c3_cost): Likewise.
14954 (ppce500mc_cost): Likewise.
14955 (ppce500mc64_cost): Likewise.
14956 (ppce5500_cost): Likewise.
14957 (ppce6500_cost): Likewise.
14958 (titan_cost): Likewise.
14959 (power4_cost): Likewise.
14960 (power6_cost): Likewise.
14961 (power7_cost): Likewise.
14962 (power8_cost): Likewise.
14963 (ppca2_cost): Likewise.
14964 (rs6000_rtx_costs): Make FLOAT_EXTEND use SFDF_convert field.
14965
14966 * config/rs6000/rs6000.md (extendsfdf2_fpr): Generate XSCPSGNDP
14967 instead of XXLOR to copy SFmode to clear out dirty bits created
14968 when SFmode denormals are generated.
14969 (mov<mode>_hardfloat, FMOVE32 case): Likewise.
14970 (truncdfsf2_fpr): Add support for ISA 2.07 XSRSP instruction.
14971
14972 2015-04-06 Evandro Menezes <e.menezes@samsung.com>
14973
14974 * doc/invoke.texi (AARCH64/mtune): Add exynos-m1 as an option.
14975 * config/aarch64/aarch64-cores.def (exynos-m1): New core.
14976 * config/aarch64/aarch64-tune.md: Regenerate.
14977
14978 2015-04-06 Evandro Menezes <e.menezes@samsung.com>
14979
14980 * doc/invoke.texi (ARM/mtune): Add "exynos-m1" as an option.
14981 * config/arm/arm.c (arm_issue_rate): Specify "3" for "exynosm1".
14982 * config/arm/arm-cores.def (exynos-m1): New core.
14983 * config/arm/arm-tune.md: Regenerate.
14984 * config/arm/arm-tables.opt: Add entry for "exynos-m1".
14985 * config/arm/bpabi.h: Likewise.
14986
14987 2015-04-06 Ilya Enkovich <ilya.enkovich@intel.com>
14988
14989 * ipa-cp (set_single_call_flag): Remove too
14990 restrictive assert.
14991
14992 2015-04-06 Ilya Verbin <ilya.verbin@intel.com>
14993
14994 * config/i386/intelmic-mkoffload.c (generate_host_descr_file): Call
14995 GOMP_offload_unregister from the destructor.
14996
14997 2015-04-06 Ilya Enkovich <ilya.enkovich@intel.com>
14998
14999 * ipa-chkp.c (chkp_maybe_create_clone): Reset cdtor
15000 flags for instrumentation thunk.
15001 (chkp_produce_thunks): Likewise.
15002
15003 2015-04-05 Martin Liska <mliska@suse.cz>
15004
15005 PR ipa/65665
15006 * ipa-icf.c (sem_function::equals_wpa): Verify that IPA CP
15007 has computed data structure.
15008 (sem_item_optimizer::update_hash_by_addr_refs): Likewise.
15009
15010 2015-04-04 Jan Hubicka <hubicka@ucw.cz>
15011
15012 * invoke.texi (inline-unit-growth): Increase growth to 20%
15013 * params.def (PARAM_INLINE_UNIT_GROWTH): Likewise.
15014
15015 2015-04-04 Vladimir Makarov <vmakarov@redhat.com>
15016
15017 PR target/65647
15018 * lra-int.h (LRA_MAX_REMATERIALIZATION_PASSES): New. Add its
15019 value checking.
15020 (lra_rematerialization_iter): New.
15021 * lra.c (lra): Initialize lra_rematerialization_iter.
15022 Stop updating lra_constraint_new_regno_start after switching of
15023 inheritance and rematerialization.
15024 * lra-remat.c (lra_rematerialization_iter): New.
15025 (lra_remat): Add printing pass iteration. Do rematerialization
15026 only first LRA_MAX_REMATERIALIZATION_PASSES iterations.
15027
15028 2015-04-04 Richard Biener <rguenther@suse.de>
15029
15030 PR tree-optimization/64909
15031 PR tree-optimization/65660
15032 * tree-vectorizer.h (vect_get_known_peeling_cost): Adjust
15033 to take a cost vector for scalar iteration cost.
15034 (vect_get_single_scalar_iteration_cost): Likewise.
15035 * tree-vect-loop.c (vect_get_single_scalar_iteration_cost):
15036 Compute the scalar iteration cost into a cost vector.
15037 (vect_get_known_peeling_cost): Use the scalar cost vector to
15038 account for the cost of the peeled iterations.
15039 (vect_estimate_min_profitable_iters): Likewise.
15040 * tree-vect-data-refs.c (vect_peeling_hash_get_lowest_cost):
15041 Likewise.
15042
15043 2015-04-04 Alan Modra <amodra@gmail.com>
15044
15045 PR target/65576
15046 PR target/65240
15047 * config/rs6000/predicates.md (zero_reg_mem_operand): Exclude
15048 0.0 constant unless TARGET_VSX.
15049 * config/rs6000/rs6000.md (extenddftf2_internal): Remove last
15050 alternative.
15051
15052 2015-04-03 Jan Hubicka <hubicka@ucw.cz>
15053
15054 PR ipa/65654
15055 * ipa-inline-transform.c (inline_call): Skip sanity check to work
15056 around the ICE
15057
15058 2015-04-03 Jan Hubicka <hubicka@ucw.cz>
15059
15060 PR ipa/65655
15061 * ipa-inline-analysis.c (edge_set_predicate): Do not redirect
15062 speculative indirect edges to avoid ordering issue.
15063
15064 2015-04-03 Jan Hubicka <hubicka@ucw.cz>
15065
15066 PR ipa/65076
15067 * ipa-inline.c (edge_badness): Add combined size to the denominator.
15068
15069 2015-04-03 Jakub Jelinek <jakub@redhat.com>
15070
15071 * omp-low.c (scan_omp_parallel, scan_omp_task, scan_omp_target): Set
15072 TYPE_ARTIFICIAL on the .omp_data* types.
15073
15074 2015-04-02 Ilya Enkovich <ilya.enkovich@intel.com>
15075
15076 * cgraphunit.c (cgraph_node::expand_thunk): Don't expand
15077 instrumentation thunks.
15078
15079 2015-04-02 Ilya Enkovich <ilya.enkovich@intel.com>
15080
15081 * config/i386/i386.c (ix86_expand_call): Avoid nested
15082 PARALLEL in returned call value.
15083
15084 2015-04-02 Ilya Enkovich <ilya.enkovich@intel.com>
15085
15086 * lto-cgraph.c (input_cgraph_1): Always link instrumented
15087 assembler name with original one.
15088
15089 2015-04-02 Uros Bizjak <ubizjak@gmail.com>
15090
15091 * config/i386/i386.c (ix86_register_priority): Use AX_REG.
15092
15093 2015-04-02 Uros Bizjak <ubizjak@gmail.com>
15094
15095 Revert parts of r216820.
15096 * config/i386/i386.md (movqi_internal): Correct type calculation
15097 for alternatives 3 and 5.
15098
15099 2015-04-02 Jakub Jelinek <jakub@redhat.com>
15100
15101 PR preprocessor/61977
15102 * config/rs6000/rs6000-c.c (rs6000_cpu_cpp_builtins): Don't
15103 predefine __vector/__bool/__pixel macros nor context sensitive
15104 macros for CLK_ASM.
15105 * config/spu/spu-c.c (spu_cpu_cpp_builtins): Similarly.
15106
15107 2015-04-02 John David Anglin <danglin@gcc.gnu.org>
15108
15109 * config/pa/pa.c (pa_output_move_double): Directly handle register
15110 indexed memory operand. Simplify handling of scaled register indexed
15111 memory operands.
15112
15113 2015-04-02 Ilya Enkovich <ilya.enkovich@intel.com>
15114
15115 PR driver/65444
15116 * config/i386/linux-common.h (MPX_SPEC): New.
15117 (CHKP_SPEC): Add MPX_SPEC.
15118 * doc/invoke.texi (-fcheck-pointer-boudns): Document
15119 possible issues with '-z bndplt' support in linker.
15120
15121 2015-04-02 Uros Bizjak <ubizjak@gmail.com>
15122
15123 * config/i386/sync.md (UNSPEC_FILD_ATOMIC, UNSPEC_FIST_ATOMIC): New.
15124 (loaddi_via_fpu): Use UNSPEC_FILD_ATOMIC.
15125 (storedi_via_fpu): Use UNSPEC_FIST_ATOMIC.
15126 * reg-stack.c (get_true_reg): Change UNSPEC_LDA to UNSPEC_FILD_ATOMIC.
15127 (subst_stack_regs_pat): Change UNSPEC_STA to UNSPEC_FIST_ATOMIC.
15128
15129 2015-04-01 Uros Bizjak <ubizjak@gmail.com>
15130
15131 * config/i386/sync.md (UNSPEC_MOVA): Remove.
15132 (atomic_load<mode>): Change operand 0 predicate to
15133 nonimmediate_operand and fix up the destination when needed.
15134 Use UNSPEC_LDA.
15135 (atomic_loaddi_fpu): Use UNSPEC_LDA.
15136 (atomic_store<mode>): Change operand 1 predicate to
15137 nonimmendate_operand and move the source to register when needed.
15138 Use UNSPEC_STA.
15139 (atomic_store<mode>_1): Use UNSPEC_STA.
15140 (atomic_storedi_fpu): Change operand 1 to nonimmediate_operand.
15141 Fix moves from memory operand. Use UNSPEC_STA.
15142
15143 2015-04-01 Bernd Edlinger <bernd.edlinger@hotmail.de>
15144
15145 * expmed.c (strict_volatile_bitfield_p): Check that the access will
15146 not cross a MODESIZE boundary.
15147 (store_bit_field, extract_bit_field): Added assertions in the
15148 strict volatile bitfields code path.
15149
15150 2015-04-01 Max Ostapenko <m.ostapenko@partner.samsung.com>
15151
15152 PR target/65624
15153 * config/aarch64/aarch64-builtins.c (aarch64_simd_expand_builtin):
15154 Increase args array size by one to avoid buffer overflow.
15155
15156 2015-03-31 Jan Hubicka <hubicka@ucw.cz>
15157
15158 * lto-cgraph.c (lto_output_node, input_overwrite_node): Stream
15159 split_part.
15160 * ipa-inline.c (edge_badness): Add wrapper penalty.
15161 (sum_callers): Move up.
15162 (inline_small_functions): Set single_caller.
15163 * ipa-inline.h (inline_summary): Add single_caller.
15164 * ipa-split.c (split_function): Set split_part.
15165 (cgraph_node::create_clone): Do not shadow decl; copy split_part.
15166 * cgraph.h (cgraph_node): Add split_part.
15167
15168 2015-03-31 Uros Bizjak <ubizjak@gmail.com>
15169
15170 PR target/58945
15171 * config/i386/sync.md (atomic_compare_and_swap<dwi>_doubleword):
15172 Do not split operands 0 and operands 2 to halfmode.
15173 (atomic_compare_and_swap<mode>): Update for
15174 atomic_compare_and_swap<dwi>_doubleword changes.
15175
15176 2015-03-31 Jan Hubicka <hubicka@ucw.cz>
15177
15178 * tree.c (need_assembler_name_p): Artificial types have no ODR names.
15179 * ipa-devirt.c (warn_odr): Do not try to apply ODR cache when
15180 no caching is done.
15181
15182 2015-03-31 Martin Liska <mliska@suse.cz>
15183
15184 PR ipa/65557
15185 * ipa-icf.c (sem_function::equals_wpa): Check if IPA CP
15186 has already filled up function summary.
15187 (sem_item_optimizer::update_hash_by_addr_refs): Likewise.
15188
15189 2015-03-31 Richard Biener <rguenther@suse.de>
15190
15191 * tree-sra.c (create_access_replacement): Drop under-/over-alignment
15192 of types.
15193
15194 2015-03-31 Dominik Vogt <vogt@linux.vnet.ibm.com>
15195
15196 * config/s390/s390.c (s390_function_num_hotpatch_hw): Allow hotpatching
15197 nested functions.
15198 (s390_reorg): Adapt to new signature of s390_function_num_hotpatch_hw.
15199 (s390_asm_output_function_label): Adapt to new signature of
15200 s390_function_num_hotpatch_hw
15201 Optimise the code generating assembler output.
15202 Add comments to assembler file.
15203
15204 2015-03-31 Richard Biener <rguenther@suse.de>
15205
15206 PR middle-end/65626
15207 * tree-cfgcleanup.c (fixup_noreturn_call): Only split the block
15208 of the noreturn call so it is last and cleanup_control_flow_bb
15209 can do the CFG part.
15210
15211 2015-03-31 Ilya Enkovich <ilya.enkovich@intel.com>
15212
15213 PR target/65531
15214 * ipa-chkp.c (chkp_maybe_create_clone): Don't set
15215 same_comdat_group for external symbols.
15216 * symtab.c (symtab_node::verify_symtab_nodes): Avoid
15217 infinite same_comdat_group traversal loop.
15218
15219 2015-03-31 Jakub Jelinek <jakub@redhat.com>
15220
15221 PR plugins/61176
15222 * Makefile.in (install-plugin): Add all gcc/*.{h,def} files
15223 automatically to $headers.
15224
15225 2015-03-30 Jakub Jelinek <jakub@redhat.com>
15226
15227 PR ipa/65610
15228 * ipa-utils.h (inlined_polymorphic_ctor_dtor_block_p): Declare.
15229 * ipa-polymorphic-call.c (inlined_polymorphic_ctor_dtor_block_p): New
15230 function.
15231 (decl_maybe_in_construction_p, noncall_stmt_may_be_vtbl_ptr_store):
15232 Use it.
15233 * ipa-prop.c (param_type_may_change_p): Likewise.
15234 * tree-ssa-live.c: Include ipa-utils.h and its dependencies.
15235 (remove_unused_scope_block_p): Add in_ctor_dtor_block
15236 argument. Before inlining, preserve
15237 inlined_polymorphic_ctor_dtor_block_p blocks and the outermost block
15238 with FUNCTION_DECL BLOCK_ABSTRACT_ORIGIN inside of them. Adjust
15239 recursive calls.
15240 (remove_unused_locals): Adjust remove_unused_scope_block_p caller.
15241
15242 2015-03-27 Jan Hubicka <hubicka@ucw.cz>
15243
15244 PR ipa/65076
15245 * ipa-inline.c (edge_badness): Base denominator on callee's
15246 grwoth squared.
15247
15248 2015-03-27 Martin Jambor <mjambor@suse.cz>
15249
15250 PR ipa/65478
15251 * params.def (PARAM_IPA_CP_RECURSION_PENALTY) : New.
15252 (PARAM_IPA_CP_SINGLE_CALL_PENALTY): Likewise.
15253 * ipa-prop.h (ipa_node_params): New flags node_within_scc and
15254 node_calling_single_call.
15255 * ipa-cp.c (count_callers): New function.
15256 (set_single_call_flag): Likewise.
15257 (initialize_node_lattices): Count callers and set single_flag_call if
15258 necessary.
15259 (incorporate_penalties): New function.
15260 (good_cloning_opportunity_p): Use it, dump new flags.
15261 (propagate_constants_topo): Set node_within_scc flag if appropriate.
15262 * doc/invoke.texi (ipa-cp-recursion-penalty,
15263 ipa-cp-single-call-pentalty): Document.
15264
15265 2015-03-27 Jan Hubicka <hubicka@ucw.cz>
15266
15267 PR ipa/65588
15268 * symtab.c (symtab_node::get_partitioning_class): Register vars
15269 are duplicated.
15270 * varpool.c (symbol_table::output_variables) Do not assemble unefined
15271 decls for non-symbols.
15272
15273 2015-03-27 H.J. Lu <hongjiu.lu@intel.com>
15274
15275 PR target/65248
15276 * output.h (default_binds_local_p_2): New.
15277 * varasm.c (default_binds_local_p_2): Renamed to ...
15278 (default_binds_local_p_3): This. Don't return true on protected
15279 data symbol if protected data may be external.
15280 (default_binds_local_p): Use default_binds_local_p_3.
15281 (default_binds_local_p_1): Likewise.
15282 (default_binds_local_p_2): New.
15283 * config/i386/i386.c (TARGET_BINDS_LOCAL_P): Set to
15284 default_binds_local_p_2 if TARGET_MACHO is undefined.
15285
15286 2015-03-27 Jakub Jelinek <jakub@redhat.com>
15287
15288 PR target/65593
15289 * config/i386/i386.c (legitimize_pic_address): If base
15290 is SYMBOL_REF or LABEL_REF using %rip addressing, force
15291 it to reg to avoid PLUS of SYMBOL_REF/LABEL_REF and register.
15292
15293 2015-03-27 Jan Hubicka <hubicka@ucw.cz>
15294
15295 PR target/65531
15296 * symtab.c (symtab_node::verify_symtab_nodes): Fix verification of
15297 comdat groups.
15298
15299 2015-03-27 Jan Hubicka <hubicka@ucw.cz>
15300
15301 PR ipa/65600
15302 * cgraph.c (cgraph_update_edges_for_call_stmt_node): Fix the case
15303 of optimized out indirect call.
15304 (redirect_to_unreachable): Always build symbol table node for
15305 BUILT_IN_UNREACHABLE
15306
15307 2015-03-27 Vladimir Makarov <vmakarov@redhat.com>
15308
15309 PR target/65407
15310 * ira-costs.c (record_reg_classes): Process all constraint string
15311 containing 0-9.
15312
15313 2015-03-27 Bernd Schmidt <bernds@codesourcery.com>
15314
15315 * config/c6x/c6x.md (movmisalign<mode>): Use MEM_P, not
15316 memory_operand.
15317
15318 PR target/65052
15319 * config/c6x/constraints.md (S3): New constraint.
15320 * config/c6x/c6x.md (real_jump): Use it.
15321
15322 2015-03-26 Jan Hubicka <hubicka@ucw.cz>
15323
15324 PR middle-end/65595
15325 * cgraph.c (cgraph_update_edges_for_call_stmt_node): Only
15326 do redirection if the call is not optimized out.
15327
15328 2015-03-27 Ilya Enkovich <ilya.enkovich@intel.com>
15329
15330 PR target/65495
15331 * c-family/c.opt (fcheck-pointer-bounds): List supported languages.
15332 (fchkp-check-incomplete-type): Add LTO.
15333 (fchkp-zero-input-bounds-for-main): Likewise.
15334 (fchkp-first-field-has-own-bounds): Likewise.
15335 (fchkp-narrow-bounds): Likewise.
15336 (fchkp-narrow-to-innermost-array): Likewise.
15337 (fchkp-use-static-bounds): Likewise.
15338 (fchkp-use-static-const-bounds): Likewise.
15339 (fchkp-treat-zero-dynamic-size-as-infinite): Likewise.
15340
15341 2015-03-27 Marek Polacek <polacek@redhat.com>
15342
15343 * gimple-iterator.h (gsi_prev_nondebug): Fix typo.
15344
15345 2015-03-27 Marek Polacek <polacek@redhat.com>
15346
15347 PR sanitizer/65583
15348 * ubsan.c (ubsan_create_edge): New function.
15349 (instrument_bool_enum_load): Call it.
15350 (instrument_nonnull_arg): Likewise.
15351 (instrument_nonnull_return): Likewise.
15352 (instrument_object_size): Likewise.
15353
15354 2015-03-26 Jan Hubicka <hubicka@ucw.cz>
15355
15356 * lto-streamer.h (class lto_location_cache): Turn loc_cache into
15357 auto_vec.
15358
15359 2015-03-26 Jan Hubicka <hubicka@ucw.cz>
15360
15361 PR lto/65536
15362 * lto-streamer.h (class lto_location_cache): New.
15363 (struct data_in): Add location_cache.
15364 (lto_input_location): Update prototype.
15365 (stream_input_location_now): New.
15366 * streamer-hooks.h (struct streamer_hooks): Make input_location to take
15367 pointer to location.
15368 (stream_input_location): Update.
15369 * ipa-devirt.c: Include streamer-hooks.h and lto-streamer.h
15370 (warn_odr): Apply location cache before warning.
15371 (lto_input_location): Update prototype.
15372 * gimple-streamer-in.c (input_phi, input_gimple_stmt):
15373 Use stream_input_location_now.
15374 * lto-streamer-in.c (lto_location_cache::current_cache): New static
15375 variable.
15376 (lto_location_cache::cmp_loc): New function.
15377 (lto_location_cache::apply_location_cache): New function.
15378 (lto_location_cache::accept_location_cache): New function.
15379 (lto_location_cache::revert_location_cache): New function.
15380 (lto_location_cache::input_location): New function.
15381 (lto_input_location): Do location caching.
15382 (stream_input_location_now): New function.
15383 (input_eh_region, input_struct_function_base): Use
15384 stream_input_location_now.
15385 (lto_data_in_create): use new.
15386 (lto_data_in_delete): Use delete.
15387 * tree-streamer-in.c (unpack_ts_block_value_fields,
15388 unpack_ts_omp_clause_value_fields, streamer_read_tree_bitfields,
15389 lto_input_ts_exp_tree_pointers): Update for cached location api.
15390
15391 2015-03-26 Jan Hubicka <hubicka@ucw.cz>
15392
15393 PR ipa/65076
15394 * passes.def: Add pass_nothrow.
15395 * ipa-pure-const.c: (pass_data_nothrow): New.
15396 (pass_nothrow): New.
15397 (pass_nothrow::execute): New.
15398 (make_pass_nothrow): New.
15399 * tree-pass.h (make_pass_nothrow): Declare.
15400
15401 2015-03-26 Jan Hubicka <hubicka@ucw.cz>
15402
15403 * ipa-inline-analysis.c (redirect_to_unreachable): Be prepared for
15404 edge to change by speculation resolution or redirection.
15405 (edge_set_predicate): Likewise.
15406 (inline_summary_t::duplicate): Likewise.
15407 (remap_edge_summaries): Likewise.
15408
15409 2015-03-26 Jan Hubicka <hubicka@ucw.cz>
15410
15411 * ipa-inline.c (check_maybe_up, check_maybe_down, check_match):
15412 New macros.
15413 (can_inline_edge_p): Relax option matching for always inline functions.
15414
15415 2015-03-26 Uros Bizjak <ubizjak@gmail.com>
15416
15417 PR target/65561
15418 * config/i386/sse.md (avx512dq_vextract<shuffletype>64x2_1_maskm):
15419 Check operand 4 and operand 0 for equality.
15420 (avx512f_vextract<shuffletype>32x4_1_maskm):
15421 Check operand 6 and operand 0 for equality.
15422 (vec_extract_lo_<mode>_maskm): Check operand 2 and operand 0
15423 for equality.
15424 (vec_extract_hi_<mode>_maskm): Ditto.
15425
15426 2015-03-26 Jan Hubicka <hubicka@ucw.cz>
15427
15428 * cgraph.c (cgraph_update_edges_for_call_stmt_node): Do not bring
15429 dead calls back to live.
15430 (cgraph_edge::verify_count_and_frequency): Move cgraph/cfg frequency
15431 cross check to ...
15432 (cgraph_node::verify_node): ... here; verify only callee edges,
15433 not caller.
15434 * cif-code.def (CILK_SPAWN): New code.
15435
15436 2015-03-26 Jan Hubicka <hubicka@ucw.cz>
15437
15438 * ipa-inline-analysis.c (redirect_to_unreachable): New function.
15439 (edge_set_predicate): Use it to mark unreachable edges.
15440 (inline_summary_t::duplicate): Remove unnecesary code.
15441 (remap_edge_summaries): Likewise.
15442 (dump_inline_summary): Report contains_cilk_spawn.
15443 (compute_inline_parameters): Compute contains_cilk_spawn.
15444 (inline_read_section, inline_write_summary): Stream
15445 contains_cilk_spawn.
15446 * ipa-inline.c (can_inline_edge_p): Do not touch
15447 DECL_STRUCT_FUNCTION that may not be available;
15448 use CIF_CILK_SPAWN for cilk; fix optimization attribute checks;
15449 remove check for callee_fun->can_throw_non_call_exceptions and
15450 replace it by optimization attribute check; check for flag_exceptions.
15451 * ipa-inline-transform.c (inline_call): Maintain
15452 DECL_FUNCTION_PERSONALITY
15453 * ipa-inline.h (inline_summary): Add contains_cilk_spawn.
15454
15455 2015-03-26 Jakub Jelinek <jakub@redhat.com>
15456
15457 PR tree-optimization/65551
15458 * tree-ssa-sccvn.c (fully_constant_vn_reference_p): Use
15459 TYPE_PRECISION only for INTEGRAL_TYPE_P types.
15460
15461 2015-03-26 Richard Biener <rguenther@suse.de>
15462
15463 PR middle-end/65555
15464 * tree-cfg.c (verify_gimple_call): Do not require a call to
15465 have no LHS if it wasn't recognized as control altering yet.
15466
15467 2015-03-26 Jakub Jelinek <jakub@redhat.com>
15468
15469 PR tree-optimization/64715
15470 * passes.def: Add another instance of pass_object_sizes before ccp1.
15471 * tree-object-size.c (pass_object_sizes::execute): In
15472 first_pass_instance, only handle __bos (, 1) and __bos (, 3)
15473 calls, and keep the call in the IL, as {MIN,MAX}_EXPR of the
15474 __bos result and the computed constant. Remove redundant
15475 checks, obsoleted by gimple_call_builtin_p test.
15476
15477 * var-tracking.c (variable_tracking_main_1): Don't track
15478 variables for targetm.no_register_allocation targets.
15479
15480 2015-03-26 Oleg Endo <olegendo@gcc.gnu.org>
15481
15482 * config/sh/t-linux (DEFAULT_ENDIAN, MULTILIB_EXCEPTIONS): Remove.
15483 * config/sh/t-sh (MULTILIB_EXCEPTIONS): Handle default endian.
15484
15485 2015-03-25 Michael Meissner <meissner@linux.vnet.ibm.com>
15486
15487 PR target/65569
15488 * config/rs6000/rs6000.md (extenddftf2_fprs): On VSX systems use
15489 XXLXOR to create 0.0. On pre-VSX systems make sure the constant
15490 0.0 is correctly setup.
15491 (extenddftf2_internal): Likewise.
15492
15493 2015-03-25 Sebastian Pop <s.pop@samsung.com>
15494
15495 PR tree-optimization/65177
15496 * tree-ssa-threadupdate.c (verify_seme): Renamed verify_jump_thread.
15497 (bb_in_bbs): New.
15498 (duplicate_seme_region): Renamed duplicate_thread_path. Redirect all
15499 edges not adjacent on the path to the original code.
15500
15501 2015-03-25 Uros Bizjak <ubizjak@gmail.com>
15502
15503 PR bootstrap/65537
15504 * doc/install.texi (Building a native compiler): Document new
15505 bootstrap-lto-noplugin configuration. Mention that bootstrap-lto
15506 configuration assumes that the host supports the linker plugin.
15507
15508 2015-03-25 Ilya Enkovich <ilya.enkovich@intel.com>
15509
15510 PR target/65508
15511 * tree-chkp.c (chkp_add_bounds_to_call_stmt): Set static
15512 chain for generated call.
15513
15514 2015-03-25 Richard Biener <rguenther@suse.de>
15515
15516 * passes.c (pass_manager::execute_early_local_passes): Guard
15517 execution of pass_chkp_instrumentation_passes with
15518 flag_check_pointer_bounds.
15519 (pass_chkp_instrumentation_passes::gate): Likewise.
15520
15521 2015-03-25 Martin Liska <mliska@suse.cz>
15522
15523 PR tree-optimization/65538
15524 * symbol-summary.h (function_summary::~function_summary):
15525 Relese memory for allocated summaries.
15526 (function_summary::release): New function.
15527
15528 2015-03-25 Jakub Jelinek <jakub@redhat.com>
15529
15530 PR lto/65515
15531 * lto-streamer-out.c (DFS::worklist): New struct.
15532 (DFS::worklist_vec): New data member.
15533 (DFS::next_dfs_num): Remove.
15534 (DFS::DFS): Rewritten using worklist instead of recursion,
15535 using most of code from DFS::DFS_write_tree.
15536 (DFS::DFS_write_tree_body): Remove SINGLE_P argument, don't
15537 pass it to DFS_write_tree calls.
15538 (DFS::DFS_write_tree): Remove SINGLE_P argument, after
15539 quick initial checks push it into worklist_vec and return.
15540
15541 2015-03-25 Richard Biener <rguenther@suse.de>
15542
15543 PR middle-end/65519
15544 * genmatch.c (expr::gen_transform): Re-write to avoid
15545 using gimple_build.
15546
15547 2015-03-25 Bin Cheng <bin.cheng@arm.com>
15548
15549 * doc/sourcebuild.texi (arm_tune_string_ops_prefer_neon): New.
15550
15551 2015-03-25 Bin Cheng <bin.cheng@arm.com>
15552
15553 * config/arm/arm.opt (print_tune_info): New option.
15554 * config/arm/arm.c (arm_print_tune_info): New function.
15555 (arm_file_start): Call arm_print_tune_info.
15556 * config/arm/arm-protos.h (struct tune_params): Add comment.
15557 * doc/invoke.texi (@item -mprint-tune-info): New item.
15558 (-mtune): mention it in ARM Option Summary.
15559
15560 2015-03-25 DJ Delorie <dj@redhat.com>
15561
15562 * config/rl78/rl78.c (rl78_print_operand_1): Move 'p' test to
15563 correct clause.
15564
15565 2015-03-24 Jan Hubicka <hubicka@ucw.cz>
15566 Martin Liska <mliska@suse.cz>
15567
15568 * ipa-icf-gimple.h (return_with_result): Add missing colon to dump.
15569 * ipa-icf.c (sem_function::get_hash): Hash new declaration properties.
15570 (sem_item::add_type): New function.
15571 (sem_function::hash_stmt): Add TREE_TYPE of gimple_op.
15572 (sem_function::compare_polymorphic_p): Do not consider indirect calls.
15573 (sem_item_optimizer::update_hash_by_addr_refs): Add ODR type to hash.
15574 (sem_function::equals_wpa): Fix typo.
15575 * ipa-icf.h (sem_item::add_type): New function.
15576 (symbol_compare_hashmap_traits): Replace hashing of pointer with symbol
15577 order.
15578
15579 2015-03-24 Jakub Jelinek <jakub@redhat.com>
15580
15581 PR tree-optimization/65533
15582 * tree-vect-slp.c (vect_build_slp_tree): Before re-trying
15583 with swapped operands, call vect_free_slp_tree on
15584 SLP_TREE_CHILDREN of child and truncate the SLP_TREE_CHILDREN
15585 vector.
15586
15587 2015-03-24 Richard Biener <rguenther@suse.de>
15588
15589 PR middle-end/65517
15590 * tree-cfg.c (remove_edge_and_dominated_blocks): Mark loops
15591 for fixup if necessary.
15592
15593 2015-03-23 Sandra Loosemore <sandra@codesourcery.com>
15594
15595 * doc/extend.texi (Function Attributes): Add @cindex entries
15596 for all attributes and regularize their format. Delete text
15597 about long-obsolete 68HC11 and 68HC12 targets. Move misplaced
15598 information about "eightbit_data", "tiny_data", and "model"
15599 variable attributes to the Variable Attributes section. Fix
15600 some obvious typos and copy-editing issues.
15601 (Variable Attributes, Type Attributes): Likewise add/fix
15602 @cindex entries for all attributes.
15603
15604 2015-03-23 Jakub Jelinek <jakub@redhat.com>
15605
15606 PR target/65523
15607 * tree-chkp.c (chkp_build_returned_bound): Ignore
15608 ERF_RETURNS_ARG calls if they have fewer than needed arguments.
15609
15610 2015-03-23 Oleg Endo <olegendo@gcc.gnu.org>
15611
15612 PR target/65505
15613 * config/sh/predicates.md (simple_mem_operand,
15614 displacement_mem_operand): Add test for reg.
15615 (short_displacement_mem_operand): Test for displacement_mem_operand
15616 before invoking sh_disp_addr_displacement.
15617 * config/sh/constraints.md (Sdd, Sra): Simplify.
15618 * config/sh/sync.md (atomic_mem_operand_0, atomic_mem_operand_1):
15619 Remove redundant displacement_mem_operand tests.
15620
15621 2015-03-23 Georg-Johann Lay <avr@gjlay.de>
15622
15623 PR target/65296
15624 * config/avr/driver-avr.c (avr_devicespecs_file): Allow to specify
15625 the same -mmcu=MCU more than once.
15626
15627 2015-03-23 Jakub Jelinek <jakub@redhat.com>
15628
15629 PR bootstrap/65522
15630 * ipa-devirt.c: Remove duplicate demangle.h include.
15631
15632 PR target/65504
15633 * config/i386/i386.c (ix86_copy_addr_to_reg): Set REG_POINTER
15634 on the pseudo.
15635 (expand_set_or_movmem_prologue_epilogue_by_misaligned_moves): Set
15636 REG_POINTER on *destptr after adjusting it for prologue size.
15637
15638 PR ipa/65521
15639 * ipa-icf.c (sem_item::update_hash_by_addr_refs): Hash
15640 ultimate_alias_target ()->order ints instead of
15641 ultimate_alias_target () pointers.
15642
15643 2015-03-23 Richard Biener <rguenther@suse.de>
15644
15645 PR tree-optimization/65518
15646 * tree-vect-stmts.c (vectorizable_load): Reject single-element
15647 interleaving cases we generate absymal code for.
15648
15649 2015-03-23 Richard Biener <rguenther@suse.de>
15650
15651 PR tree-optimization/65494
15652 * tree-vect-slp.c (vect_build_slp_tree): Do not (re-)allocate
15653 matches here.
15654 (vect_analyze_slp_instance): But do that here, always and once.
15655
15656 2015-03-23 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
15657
15658 * expmed.c (synth_mult): Fix comment about multiplying by T-1 and
15659 adding T or multiplying by T+1 and subracting T.
15660
15661 2015-03-22 Jeff Law <law@redhat.com>
15662
15663 PR rtl-optimization/64317
15664 * Makefile.in (OBJS): Add gcse-common.c
15665 * gcse.c: Include gcse-common.h
15666 (struct modify_pair_s): Move structure definition to gcse-common.h
15667 (compute_transp): Move function to gcse-common.c.
15668 (canon_list_insert): Similarly.
15669 (record_last_mem_set_info): Break out some code and put it into
15670 gcse-common.c. Call into the new common code.
15671 (compute_local_properties): Pass additional arguments to compute_transp.
15672 * postreload-gcse.c: Include gcse-common.h and df.h
15673 (modify_mem_list_set, blocks_with_calls): New variables.
15674 (modify_mem_list, canon_modify_mem_list, transp): Likewise.
15675 (get_bb_avail_insn): Pass in the expression index too.
15676 (alloc_mem): Allocate memory for the new bitmaps and lists.
15677 (free_mem): Free memory for the new bitmaps and lists.
15678 (insert_expr_in_table): Record a bitmap index for each entry we
15679 add to the table.
15680 (record_last_mem_set_info): Call into common code in gcse-common.c.
15681 (get_bb_avail_insn): If no available insn was found in the requested
15682 BB. If BB has a single predecessor, see if the expression is
15683 transparent in BB and available in that single predecessor.
15684 (compute_expr_transp): New wrapper for compute_transp.
15685 (eliminate_partially_redundant_load): Pass expression's bitmap_index
15686 to get_bb_avail_insn. Compute next_pred_bb_end a bit later.
15687 (gcse_after_reload_main): If there are elements in the hash table,
15688 then compute transparency for all the elements in the hash table.
15689 * gcse-common.h: New file.
15690 * gcse-common.c: New file.
15691
15692 2015-03-22 Sandra Loosemore <sandra@codesourcery.com>
15693
15694 * doc/cpp.texi (Search Path): Hyphenate "command-line" when used
15695 as an adjective.
15696 (System Headers): Likewise.
15697 (Ifdef): Likewise.
15698 (Traditional macros): Likewise.
15699 (Invocation): Likewise.
15700 (Option Index): Likewise.
15701 * doc/cppopts.texi (-M): Likewise.
15702 (-finput-charset): Likewise.
15703 (--help): Likewise.
15704 * doc.invoke.texi (AVR Options): Likewise.
15705 (V850 Options): Likewise.
15706
15707 2015-03-22 Jan Hubicka <hubicka@ucw.cz>
15708
15709 PR ipa/65475
15710 * ipa-devirt.c: Include demangle.h
15711 (odr_type_d): Add field rtti_broken.
15712 (odr_subtypes_equivalent_p): Do not require name to match.
15713 (compare_virtual_tables): Fix typo; if type already has ODR violation,
15714 bypass the tests; be ready for function referneces in vtables that are
15715 not DECL_VIRTUAL; make warnings to be OPT_Wodr.
15716 (warn_odr): Give up for nameless types.
15717 (warn_types_mismatch): Report mismatch in mangled names;
15718 report mismatch in anonymous namespaces; look into component types to
15719 give useful error; report when mismatch is dragged in from other ODR
15720 type.
15721 (odr_types_equivalent_p): Match types for being polymorphic; avoid
15722 duplicated diagnostics.
15723 (add_type_duplicate): Reorder checks so more informative ones come
15724 first; fix typo; do not output "the extra base is defined here" when
15725 we did not warn.
15726 (BINFO_N_BASE_BINFOS): Relax sanity check.
15727
15728 2015-03-22 Martin Liska <mliska@suse.cz>
15729 Jakub Jelinek <jakub@redhat.com>
15730
15731 * config/i386/i386.c (def_builtin): Set deferred_isa_values for
15732 masks that can potentially include a builtin.
15733 (ix86_add_new_builtins): Introduce fast filter for isa values
15734 that cannot trigger builtin inclusion.
15735
15736 2015-03-22 Martin Liska <mliska@suse.cz>
15737
15738 * ipa-icf.c (sem_item::update_hash_by_addr_refs): New function.
15739 (sem_item::update_hash_by_local_refs): Likewise.
15740 (sem_variable::get_hash): Empty line is fixed.
15741 (sem_item_optimizer::execute): Include adding of hash references.
15742 (sem_item_optimizer::update_hash_by_addr_refs): New function.
15743 (sem_item_optimizer::build_hash_based_classes): Use local hash.
15744 * ipa-icf.h (sem_item::update_hash_by_addr_refs): New function.
15745 (sem_item::update_hash_by_local_refs): Likewise.
15746
15747 2015-03-20 Jan Hubicka <hubicka@ucw.cz>
15748
15749 PR ipa/65502
15750 * ipa-comdats.c (enqueue_references): Walk through thunks.
15751 (ipa_comdats): Likewise.
15752 (set_comdat_group_1): New function.
15753
15754 2015-03-20 Jan Hubicka <hubicka@ucw.cz>
15755
15756 PR ipa/65475
15757 * ipa-devirt.c (add_type_duplicate): Prevail polymorphic type over
15758 non-polymorphic
15759
15760 2015-03-22 Dave Korn <dave.korn.cygwin@gmail.com>
15761 Gerald Pfeifer <gerald@pfeifer.com>
15762
15763 * doc/contrib.texi (Contributors): Update entry for Danny Smith.
15764
15765 2015-03-21 Chung-Lin Tang <cltang@codesourcery.com>
15766 Sandra Loosemore <sandra@codesourcery.com>
15767
15768 * config/nios2/nios2-protos.h (nios2_adjust_call_address): Adjust
15769 function parameter declaration.
15770 * config/nios2/nios2.md (call,call_value,sibcall,sibcall_value):
15771 Update arguments to nios2_adjust_call_address().
15772 (sibcall_internal): Rename from *sibcall.
15773 (sibcall_value_internal): Rename from *sibcall_value.
15774 * config/nios2/nios2.c (nios2_emit_add_constant): New function.
15775 (nios2_large_got_address): Add target temp reg parameter.
15776 (nios2_got_address): Adjust call to nios2_large_got_address, add
15777 force_reg around it.
15778 (nios2_load_pic_address): Add target temp reg parameter, replace call
15779 to nios2_got_address with corresponding code.
15780 (nios2_legitimize_constant_address): Update call to
15781 nios2_load_pic_address.
15782 (nios2_adjust_call_address): Add temp reg parameter, update PIC case
15783 to use temp reg for PIC loading purposes.
15784 (nios2_asm_output_mi_thunk): Implement TARGET_ASM_OUTPUT_MI_THUNK.
15785 (TARGET_ASM_CAN_OUTPUT_MI_THUNK): Define.
15786 (TARGET_ASM_OUTPUT_MI_THUNK): Likewise.
15787
15788 2015-03-21 Sandra Loosemore <sandra@codesourcery.com>
15789
15790 * doc/invoke.texi (-fno-diagnostics-show-caret): Fix
15791 usage of "the @option{...}".
15792 (-Wopenmp-simd): Likewise.
15793 (-fsanitize-recover): Likewise.
15794 (-fsanitize-undefined-trap-on-error): Likewise.
15795 (-flto): Likewise.
15796 (tracer-dynamic-coverage-feedback): Likewise.
15797 (reorder-block-duplicate-feedback): Likewise.
15798 (loop-unroll-jam-size): Likewise.
15799 (-B): Likewise.
15800 (-I-): Likewise.
15801 (-mabs=legacy): Likewise.
15802 (-mupper-regs-df): Likewise.
15803 (-mupper-regs-sf): Likewise.
15804 (-mpointers-to-nested-functions): Likewise.
15805
15806 2015-03-21 Sandra Loosemore <sandra@codesourcery.com>
15807
15808 * doc/extend.texi (Cilk Plus Builtins): Add markup.
15809
15810 2015-03-21 Sandra Loosemore <sandra@codesourcery.com>
15811
15812 * doc/invoke.texi (-fcheck-pointer-bounds): Copy-edit, add
15813 additional index entries and cross-references.
15814 (-fchkp-check-incomplete-type): Likewise.
15815 (-fchkp-first-field-has-own-bounds): Likewise.
15816 (-fchkp-narrow-to-innermost-array): Likewise.
15817 (-fchkp-use-fast-string-functions): Likewise.
15818 (-fchkp-use-nochk-string-functions): Likewise.
15819 (-fchkp-use-static-const-bounds): Likewise.
15820 (-fchkp-treat-zero-dynamic-size-as-infinite): Likewise.
15821 (-fchkp-instrument-marked-only): Likewise.
15822 (-fchkp-use-wrappers): Likewise.
15823 (-static-libmpx): Likewise.
15824 (-static-libmpxwrappers): Likewise.
15825 * doc/extend.texi (bnd_legacy): Likewise.
15826 (bnd_instrument): Likewise.
15827 (bnd_variable_size): Likewise.
15828 (Pointer Bounds Checker builtins): Likewise.
15829
15830 2015-03-21 Tom de Vries <tom@codesourcery.com>
15831
15832 PR tree-optimization/65458
15833 * cgraph.c (cgraph_node::dump): Handle parallelized_function field.
15834 * cgraph.h (cgraph_node): Add parallelized_function field.
15835 * lto-cgraph.c (lto_output_node): Write parallelized_function field.
15836 (input_overwrite_node): Read parallelized_function field.
15837 * omp-low.c (expand_omp_taskreg, finalize_task_copyfn): Set
15838 parallelized_function on cgraph_node for child_fn.
15839 * tree-parloops.c: Add include of plugin-api.h, ipa-ref.h and cgraph.h.
15840 Remove include of gt-tree-parloops.h.
15841 (parallelized_functions): Remove static variable.
15842 (parallelized_function_p): Rewrite using parallelized_function field of
15843 cgraph_node.
15844 (create_loop_fn): Remove adding to parallelized_functions.
15845 * Makefile.in (GTFILES): Remove tree-parloops.c
15846
15847 2015-03-20 Vladimir Makarov <vmakarov@redhat.com>
15848
15849 PR rtl-optimization/64366
15850 * lra.c (lra_update_insn_regno_info): Consider regs in
15851 CALL_INSN_FUNCTION_USAGE memory.
15852
15853 2015-03-20 Richard Biener <rguenther@suse.de>
15854
15855 PR middle-end/64715
15856 * tree-chrec.c (chrec_fold_poly_cst): Use useless_type_conversion_p
15857 for type comparison and gcc_checking_assert.
15858 (chrec_fold_plus_poly_poly): Likewise.
15859 (chrec_fold_multiply_poly_poly): Likewise.
15860 (chrec_convert_1): Likewise.
15861 * gimplify.c (gimplify_expr): Remove premature folding of
15862 &X + CST to &MEM[&X, CST].
15863
15864 2015-03-20 Jan Hubicka <hubicka@ucw.cz>
15865
15866 * ipa-inline.c (can_inline_edge_p): Short circuit if inline_failed
15867 already is final.
15868 (ipa_inline): Recompute inline_failed codes.
15869 * cif-code.def (FUNCTION_NOT_OPTIMIZED, REDEFINED_EXTERN_INLINE,
15870 USES_COMDAT_LOCAL, ATTRIBUTE_MISMATCH, UNREACHABLE): Declare as
15871 CIF_FINAL_ERROR.
15872
15873 2015-03-20 Uros Bizjak <ubizjak@gmail.com>
15874
15875 PR rtl-optimization/60851
15876 * recog.c (constrain_operands): Accept a pseudo register before reload
15877 for LRA enabled targets.
15878
15879 2015-03-19 Michael Meissner <meissner@linux.vnet.ibm.com>
15880
15881 PR target/65240
15882 * config/rs6000/predicates.md (easy_fp_constant): Remove special
15883 -ffast-math handling that kept non-0 constants live in the RTL
15884 until reload. Remove logic testing the number of instructions it
15885 took to create a constant in a GPR that was never used, due to a
15886 test for soft-float earlier.
15887 (memory_fp_constant): Delete, no longer used.
15888
15889 * config/rs6000/rs6000.md (mov<MODE>_hardfloat): Remove
15890 alternatives for loading non-0 constants into GPRs for hard
15891 floating point that is no longer needed due to changes in
15892 easy_fp_constant. Add support for loading 0.0 into GPRs.
15893 (mov<mode>_hardfloat32): Likewise.
15894 (mov<mode>_hardfloat64): Likewise.
15895 (mov<mode>_64bit_dm): Likewise.
15896 (movtd_64bit_nodm): Likewise.
15897 (pre-reload move FP constant define_split): Delete define_split,
15898 since it is no longer used.
15899 (extenddftf2_internal): Remove GHF constraints that are not valid
15900 for extenddftf2.
15901
15902 2015-03-19 Vladimir Makarov <vmakarov@redhat.com>
15903
15904 PR rtl-optimization/63491
15905 * lra-constraints.c (check_and_process_move): Use src instead of
15906 sreg. Remove some dead code.
15907
15908 2015-03-19 Jan Hubicka <hubicka@ucw.cz>
15909
15910 PR ipa/65380
15911 * ipa-icf.c (sem_function::merge): Do not merge DECL_EXTERNAL symbols.
15912 (sem_variable::merge): Likewise.
15913
15914 2015-03-19 Martin Liska <mliska@suse.cz>
15915
15916 PR ipa/65465
15917 * cgraphunit.c (cgraph_node::create_wrapper): Correctly reset
15918 all fields of cgraph_thunk_info.
15919
15920 2015-03-19 Ilya Enkovich <ilya.enkovich@intel.com>
15921
15922 * ipa-chkp.c (chkp_maybe_create_clone): Don't try to
15923 clone instrumented thunks.
15924
15925 2015-03-19 Richard Biener <rguenther@suse.de>
15926
15927 Revert
15928 2015-03-10 Richard Biener <rguenther@suse.de>
15929
15930 PR middle-end/63155
15931 * tree-ssa-coalesce.h (verify_ssa_coalescing): Declare.
15932 * tree-ssa-coalesce.c: Include timevar.h.
15933 (attempt_coalesce): Handle graph being NULL.
15934 (coalesce_partitions): Call verify_ssa_coalescing if ENABLE_CHECKING.
15935 Split out abnormal coalescing to ...
15936 (perform_abnormal_coalescing): ... this function.
15937 (coalesce_ssa_name): Perform abnormal coalescing without computing
15938 live/conflict.
15939 (verify_ssa_coalescing_worker): New function.
15940 (verify_ssa_coalescing): Likewise.
15941
15942 2015-03-19 Bernd Edlinger <bernd.edlinger@hotmail.de>
15943 Jakub Jelinek <jakub@redhat.com>
15944
15945 PR sanitizer/65400
15946 * tsan.c (instrument_gimple): Clear tail call flag on
15947 calls.
15948
15949 2015-03-19 Jakub Jelinek <jakub@redhat.com>
15950
15951 PR sanitizer/65400
15952 * ipa-split.c (find_return_bb): Allow TSAN_FUNC_EXIT internal
15953 call in the return bb.
15954 (find_split_points): Add RETURN_BB argument, don't call
15955 find_return_bb.
15956 (split_function): Likewise. Add ADD_TSAN_FUNC_EXIT argument,
15957 if true append TSAN_FUNC_EXIT internal call after the call to
15958 the split off function.
15959 (execute_split_functions): Call find_return_bb here.
15960 Don't optimize if TSAN_FUNC_EXIT is found in unexpected places.
15961 Adjust find_split_points and split_function calls.
15962
15963 2015-03-18 DJ Delorie <dj@redhat.com>
15964
15965 * config/rl78/rl78-virt.md (andqi3_virt): Allow far operands.
15966 (iorqi3_virt): Likewise.
15967
15968 2015-03-18 Tom de Vries <tom@codesourcery.com>
15969
15970 * tree-parloops.c (parallelize_loops): Make static.
15971 * tree-parloops.h (parallelize_loops): Remove extern declaration.
15972
15973 2015-03-18 Andrew Stubbs <ams@codesourcery.com>
15974
15975 PR middle-end/64491
15976 Revert:
15977 2014-11-20 Andrew Stubbs <ams@codesourcery.com>
15978
15979 * tree-ssa-loop-niter.c (maybe_lower_iteration_bound): Warn if a loop
15980 condition would be removed due to undefined behaviour.
15981
15982 2015-03-18 Martin Liska <mliska@suse.cz>
15983
15984 PR ipa/65432
15985 * cgraph.c (cgraph_node::get_create): Remove unnecessary
15986 xstrdup_for_dump wrapper.
15987 * ipa-icf.c (sem_item::dump): Use symtab_node::name instead of
15988 sem_item::name.
15989 (sem_function::equals): Wrap symtab_node::name and symtab_node::asm_name
15990 with xstrdup_for_dump.
15991 (sem_variable::equals): Likewise.
15992 (sem_item_optimizer::read_section): Use symtab_node::name instead of
15993 sem_item::name.
15994 (sem_item_optimizer::parse_funcs_and_vars): Likewise.
15995 (sem_item_optimizer::merge_classes): Wrap symtab_node::name and
15996 symtab_node::asm_name with xstrdup_for_dump.
15997 (congruence_class::dump): Use symtab_node::name instead of
15998 sem_item::name.
15999 * ipa-icf.h (symtab_node::name): Remove.
16000 (symtab_node::asm_name): Likewise.
16001
16002 2015-03-18 Jakub Jelinek <jakub@redhat.com>
16003
16004 PR tree-optimization/65450
16005 * tree-vect-data-refs.c (vect_duplicate_ssa_name_ptr_info): New
16006 function.
16007 (vect_create_addr_base_for_vector_ref, vect_create_data_ref_ptr): Use
16008 it instead of duplicate_ssa_name_ptr_info.
16009
16010 PR target/65222
16011 * doc/invoke.texi: Add knl as x86 -march=/-mtune= CPU type.
16012
16013 2015-03-18 Richard Biener <rguenther@suse.de>
16014
16015 * tree-data-ref.h (struct access_matrix): Remove.
16016 (AM_LOOP_NEST, AM_NB_INDUCTION_VARS, AM_PARAMETERS, AM_MATRIX,
16017 AM_NB_PARAMETERS, AM_CONST_COLUMN_INDEX, AM_NB_COLUMNS,
16018 AM_GET_SUBSCRIPT_ACCESS_VECTOR, AM_GET_ACCESS_MATRIX_ELEMENT): Likewise.
16019 (am_vector_index_for_loop): Likewise.
16020 (struct data_reference): Remove access_matrix member.
16021 (DR_ACCESS_MATRIX): Remove.
16022 (lambda_vector_new): Add comment.
16023 (lambda_matrix_new): Use XOBNEWVEC.
16024
16025 2015-03-18 Richard Biener <rguenther@suse.de>
16026
16027 * tree-ssa-loop-ch.c (pass_data_ch): Remove TODO_cleanup_cfg.
16028 (pass_ch::execute): Cleanup the CFG only if we did sth.
16029 * tree-vect-generic.c (pass_data_lower_vector): Remove TODO_cleanup_cfg.
16030
16031 2015-03-18 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
16032
16033 * expmed.c (synth_mult): Use std::swap instead of manually
16034 swapping algorithms.
16035
16036 2015-03-18 Jakub Jelinek <jakub@redhat.com>
16037
16038 PR target/65078
16039 * config/i386/sse.md (movsi/movdi -> vec_extract_*_0 splitter): New.
16040
16041 2015-03-16 Georg-Johann Lay <avr@gjlay.de>
16042
16043 PR target/65296
16044 * config/avr/avr.opt (-nodevicelib): New option.
16045 * doc/invoke.texi (AVR Options): Document it.
16046 * config/avr/avrlibc.h (LIB_SPEC, LIBGCC_SPEC) [avr1]: Don't link
16047 libgcc.a, libc.a, libm.a.
16048 * config/avr/specs.h: Same.
16049 * config/avr/gen-avr-mmcu-specs.c (print_mcu): Don't print specs
16050 which don't (directly) depend on the device. Print more help.
16051 (*avrlibc_devicelib) [-nodevicelib]: Don't link libdev.a.
16052 (*cpp): Don't define __AVR_DEV_LIB_NAME__.
16053 * config/avr/driver-avr.c: Remove -nodevicelib from option list in
16054 case of an error.
16055 (avr_devicespecs_file): Use suffix "%s" instead of absolute path
16056 for specs file name.
16057 * config/avr/avr-arch.h (avr_mcu_t) [.library_name]: Remove.
16058 * config/avr/avr-mcus.def: Adjust initializers and comments.
16059
16060 2015-03-16 Jan Hubicka <hubicka@ucw.cz>
16061
16062 * tree-sra.c (ipa_sra_preliminary_function_checks): Use
16063 DECL_ONE_ONLY to check if decl is one only.
16064 * ipa-split.c (consider_split): Limit splitt of one only functions.
16065
16066 2015-03-16 Jakub Jelinek <jakub@redhat.com>
16067
16068 PR tree-optimization/65427
16069 * tree-vect-generic.c (do_cond, expand_vector_scalar_condition): New
16070 functions.
16071 (expand_vector_operations_1): Handle BLKmode vector COND_EXPR.
16072
16073 2015-03-16 Marek Polacek <polacek@redhat.com>
16074
16075 * cgraph.h (add_new_static_var): Remove declaration.
16076 * varpool.c (add_new_static_var): Remove function.
16077
16078 2015-03-16 Jakub Jelinek <jakub@redhat.com>
16079
16080 * omp-low.c (expand_omp_target): Use auto_vec<tree, 11>
16081 instead of vec<tree> * with vec_alloc and release for args.
16082 Adjust all users.
16083
16084 PR middle-end/65431
16085 * omp-low.c (delete_omp_context): Only splay_tree_delete
16086 reduction_map in GIMPLE_OMP_TARGET is_gimple_omp_offloaded
16087 is_gimple_omp_oacc contexts. Don't look at ctx->outer.
16088
16089 2015-03-16 Max Ostapenko <m.ostapenko@partner.samsung.com>
16090
16091 PR sanitizer/64820
16092 * cfgexpand.c (align_base): New function.
16093 (alloc_stack_frame_space): Call it.
16094 (expand_stack_vars): Align prev_frame to be sure
16095 data->asan_vec elements aligned properly.
16096
16097 2015-03-16 Eric Botcazou <ebotcazou@adacore.com>
16098
16099 PR middle-end/65409
16100 * expr.c (store_field): Do not do a direct block copy if the source is
16101 a PARALLEL with BLKmode.
16102
16103 2015-03-16 Tom de Vries <tom@codesourcery.com>
16104
16105 PR middle-end/65414
16106 Revert:
16107 2015-03-12 Tom de Vries <tom@codesourcery.com>
16108
16109 PR rtl-optimization/64895
16110 * lra-lives.c (check_pseudos_live_through_calls): Use
16111 actual_call_used_reg_set instead of call_used_reg_set, if available.
16112
16113 2015-03-16 Alan Modra <amodra@gmail.com>
16114
16115 PR target/63150
16116 * config/rs6000/rs6000.md (bswapdi2): Remove one scratch reg.
16117 Modify Z->r bswapdi splitter to use dest in place of scratch.
16118 In r->Z and Z->r bswapdi splitter rename word_high, word_low
16119 to word1, word2 and rearrange logic to suit.
16120 (bswapdi2_64bit): Remove early clobber on Z->r alternative.
16121 (bswapdi2_ldbrx): Likewise. Remove '??' on r->r.
16122 (bswapdi2_32bit): Remove early clobber on Z->r alternative.
16123 Add one '?' on r->r. Modify Z->r splitter to avoid need for
16124 early clobber.
16125
16126 2015-03-14 Jakub Jelinek <jakub@redhat.com>
16127
16128 PR tree-optimization/65369
16129 * tree-vect-stmts.c (vectorizable_load) <case dr_explicit_realign>:
16130 Set bump to vs * TYPE_SIZE_UNIT (elem_type) - 1 instead of
16131 (vs - 1) * TYPE_SIZE_UNIT (elem_type).
16132
16133 PR tree-optimization/65418
16134 * tree-ssa-reassoc.c (extract_bit_test_mask): If there
16135 are casts in the first PLUS_EXPR operand, ensure tbias and
16136 *totallowp are in the inner type.
16137
16138 PR rtl-optimization/65401
16139 * combine.c (rtx_equal_for_field_assignment_p): Add widen_x
16140 argument. If true, adjust_address_nv of x with big-endian
16141 correction for the mode widening to GET_MODE (y).
16142 (make_field_assignment): Don't do MEM mode widening here.
16143 Use MEM_P instead of GET_CODE == MEM.
16144
16145 2015-03-13 Ilya Verbin <ilya.verbin@intel.com>
16146
16147 * varpool.c (varpool_node::get_create): Don't set 'offloadable' flag for
16148 the external decls.
16149
16150 2015-03-13 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
16151
16152 PR target/64600
16153 * config/arm/arm.c (arm_gen_constant, AND case): Use
16154 ARM_SIGN_EXTEND when constructing AND mask.
16155
16156 2015-03-13 Thomas Preud'homme <thomas.preudhomme@arm.com>
16157
16158 * graph.c (print_graph_cfg): Make function names visible and append
16159 parenthesis to it. Also make groups of basic blocks belonging to the
16160 same function visible.
16161
16162 2015-03-12 Richard Biener <rguenther@suse.de>
16163
16164 PR middle-end/44563
16165 * tree-inline.c (gimple_expand_calls_inline): Walk BB backwards
16166 to avoid quadratic behavior with inline expansion splitting blocks.
16167 * tree-cfgcleanup.c (cleanup_tree_cfg_bb): Do not merge block
16168 with the successor if the predecessor will be merged with it.
16169 * tree-cfg.c (gimple_can_merge_blocks_p): We can't merge the
16170 entry block with its successor.
16171
16172 2015-03-13 Richard Biener <rguenther@suse.de>
16173
16174 PR middle-end/44563
16175 * tree-cfgcleanup.c (split_bb_on_noreturn_calls): Remove.
16176 (cleanup_tree_cfg_1): Do not call it.
16177 (execute_cleanup_cfg_post_optimizing): Fixup the CFG here.
16178 (fixup_noreturn_call): Mark the stmt as control altering.
16179 * tree-cfg.c (execute_fixup_cfg): Do not dump the function
16180 here.
16181 (pass_data_fixup_cfg): Produce a dump file.
16182 * tree-ssa-dom.c: Include tree-cfgcleanup.h.
16183 (need_noreturn_fixup): New global.
16184 (pass_dominator::execute): Fixup queued noreturn calls.
16185 (optimize_stmt): Queue calls that became noreturn for fixup.
16186 * tree-ssa-forwprop.c (pass_forwprop::execute): Likewise.
16187 * tree-ssa-pre.c: Include tree-cfgcleanup.h.
16188 (el_to_fixup): New global.
16189 (eliminate_dom_walker::before_dom_childre): Queue calls that
16190 became noreturn for fixup.
16191 (eliminate): Fixup queued noreturn calls.
16192 * tree-ssa-propagate.c: Include tree-cfgcleanup.h.
16193 (substitute_and_fold_dom_walker): New member stmts_to_fixup.
16194 (substitute_and_fold_dom_walker::before_dom_children): Queue
16195 alls that became noreturn for fixup.
16196 (substitute_and_fold): Fixup queued noreturn calls.
16197
16198 2015-03-12 Jan Hubicka <hubicka@ucw.cz>
16199
16200 * ipa-icf.c (sem_function::equals_wpa): Match CXX_CONSTRUCTOR_P
16201 and CXX_DESTURCTOR_P. For consutrctors match ODR type of class they
16202 are building; for methods check ODR type of class they belong to if
16203 they may lead to a polymorphic call.
16204 (sem_function::compare_polymorphic_p): Be bit smarter about testing
16205 when function may lead to a polymorphic call.
16206 (sem_function::compare_type_list): Remove.
16207 (sem_variable::equals): Update use of compatible_types_p.
16208 (sem_variable::parse_tree_refs): Remove.
16209 (sem_item_optimizer::filter_removed_items): Do not filter out CXX
16210 cdtor.
16211 * ipa-icf-gimple.c (func_checker::compare_decl): Do polymorphic
16212 matching here.
16213 (func_checker::compatible_polymorphic_types_p): Break out from ...
16214 (unc_checker::compatible_types_p): ... here.
16215 * ipa-icf-gimple.h (func_checker::compatible_polymorphic_types_p):
16216 Declare.
16217 (unc_checker::compatible_types_p): Update.
16218 * ipa-icf.h (compare_type_list, parse_tree_refs, compare_sections):
16219 Remove.
16220
16221 2015-03-12 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
16222
16223 PR rtl-optimization/65235
16224 * simplify-rtx.c (simplify_binary_operation_1, VEC_SELECT case):
16225 When first element of vec_concat is const_int, calculate its size
16226 using second element.
16227
16228 2015-03-12 Richard Biener <rguenther@suse.de>
16229
16230 PR middle-end/65270
16231 * fold-const.c (operand_equal_p): Fix ordering of resetting
16232 OEP_ADDRESS_OF and checking for it in the [TARGET_]MEM_REF case.
16233
16234 2015-03-12 Dominik Vogt <vogt@linux.vnet.ibm.com>
16235
16236 * config/s390/s390.c (s390_reorg): Move code to output nops after label
16237 to s390_reorg ().
16238 (s390_asm_output_function_label): Likewise.
16239 * config/s390/s390.c (s390_asm_output_function_label):
16240 Fix function label alignment with -mhtopatch.
16241 * config/s390/s390.md ("unspecv"): New values UNSPECV_NOP_2_BYTE,
16242 UNSPECV_NOP_4_BYTE and UNSPECV_NOP_6_BYTE
16243 ("nop_2_byte"): New define_insn.
16244 ("nop_4_byte"): Likewise.
16245 ("nop_6_byte"): Likewise.
16246 * doc/extend.texi (hotpatch): hotpatch attribute doc fixes.
16247 * doc/invoke.texi (-mhotpatch): -mhotpatch doc fixes.
16248
16249 2015-03-12 Ilya Enkovich <ilya.enkovich@intel.com>
16250
16251 PR target/65103
16252 * config/i386/i386.c (ix86_address_cost): Fix cost of a PIC
16253 register.
16254
16255 2015-03-12 Ilya Enkovich <ilya.enkovich@intel.com>
16256
16257 PR target/65044
16258 * toplev.c (process_options): Restrict Pointer Bounds Checker
16259 usage with Address Sanitizer.
16260
16261 2015-03-12 Richard Biener <rguenther@suse.de>
16262
16263 * tree-cfg.c (gimple_split_block): Remove loop finding stmt
16264 to split on.
16265 * omp-low.c (expand_omp_taskreg): Split block before removing
16266 the stmt.
16267 (expand_omp_target): Likewise.
16268 * ubsan.c (ubsan_expand_null_ifn): Adjust stmt if we replaced it.
16269 * tree-parloops.c (create_call_for_reduction_1): Pass a proper
16270 stmt to split_block.
16271
16272 2015-03-12 Tom de Vries <tom@codesourcery.com>
16273
16274 PR rtl-optimization/64895
16275 * lra-lives.c (check_pseudos_live_through_calls): Use
16276 actual_call_used_reg_set instead of call_used_reg_set, if available.
16277
16278 2015-03-10 Jan Hubicka <hubicka@ucw.cz>
16279
16280 * cgraph.c (cgraph_node::release_body): Free function_in_decl_state.
16281 (cgraph_node::remove): Likewise.
16282 (cgraph_node::get_untransformed_body): Likewise.
16283 * varpool.c (varpool_node::remove): Likewise.
16284 (varpool_node::get_constructor): Add sanity check.
16285
16286 2015-03-11 Sandra Loosemore <sandra@codesourcery.com>
16287
16288 * doc/invoke.texi (-fgnu89-inline): Remove discussion about
16289 old GCC versions.
16290 (-fabi-compat-version): Likewise.
16291 (-ffriend-injection): Likewise.
16292 (-Wdeclaration-after-statement): Likewise.
16293 (-fomit-frame-pointer): Likewise.
16294 (-ftree-coalesce-inlined-vars): Likewise.
16295 (-fvisibility=): Likewise.
16296 * doc/extend.texi (Typeof): Likewise.
16297 (Zero Length): Likewise.
16298 (Escaped Newlines): Likewise.
16299 (Compound Literals): Likewise.
16300 (Function Attributes): Likewise.
16301 (Label Attributes): Likewise.
16302 (Type Attributes): Likewise.
16303 (Function Names): Likewise.
16304 (Other Builtins): Likewise.
16305 (Function Specific Option Pragmas): Likewise.
16306 (C++ Interface): Likewise.
16307
16308 2015-03-11 Thomas Schwinge <thomas@codesourcery.com>
16309
16310 * config/nvptx/nvptx.h (LIBSTDCXX): Define to "gcc".
16311
16312 2015-03-11 Marek Polacek <polacek@redhat.com>
16313
16314 PR tree-optimization/65388
16315 * tree-ssa-tail-merge.c (same_succ_def::equal): Fix typo in comparison.
16316
16317 2015-03-10 Georg-Johann Lay <avr@gjlay.de>
16318
16319 PR target/65296
16320 * configure.ac [avr]: Check as for options -mrmw, --mlink-relax.
16321 * configure: Regenerate.
16322 * config.in: Regenerate.
16323 * doc/invoke.texi (AVR Options) [-mrmw]: Document it.
16324 [-mn-flash]: Document it.
16325 [__AVR_ARCH__]: Document avrtiny.
16326
16327 * config/avr/gen-avr-mmcu-specs.c (config.h): Include it.
16328 (*asm_relax): Only define spec if HAVE_AS_AVR_MLINK_RELAX_OPTION.
16329 (*asm_rmw): Only define spec if HAVE_AS_AVR_MRMW_OPTION.
16330
16331 2015-03-11 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
16332
16333 * doc/invoke.texi: Add missing cpu values (z196, zEC12).
16334
16335 2015-03-11 Michael Meissner <meissner@linux.vnet.ibm.com>
16336
16337 PR target/65242
16338 * config/rs6000/rs6000.c (rs6000_preferred_reload_class): Do not
16339 allow reloads of PLUS in floating point/VSX registers.
16340
16341 2015-03-11 Junmo Park <junmoz.park@samsung.com>
16342
16343 * config/arm/cortex-a57.md (cortex_a57_crypto_simple): Add
16344 crypto_sha256_fast.
16345 (cortex_a57_crypto_complex): Add crypto_sha256_slow.
16346
16347 2015-03-11 Richard Biener <rguenther@suse.de>
16348
16349 PR tree-optimization/65310
16350 * tree-sra.c (build_ref_for_offset): Also preserve larger
16351 alignment.
16352
16353 2015-03-11 Marat Zakirov <m.zakirov@samsung.com>
16354
16355 * asan.c (instrument_derefs): Disable instrumentation on asan-globals=0.
16356
16357 2015-03-10 Jakub Jelinek <jakub@redhat.com>
16358
16359 PR target/65368
16360 * config/i386/i386.md (bmi2_bzhi_<mode>3): Removed define_insn,
16361 new define_expand.
16362 (*bmi2_bzhi_<mode>3, *bmi2_bzhi_<mode>3_1): New define_insns.
16363
16364 2015-03-10 Jan Hubicka <hubicka@ucw.cz>
16365
16366 * ipa-icf.c (sem_function::equals_wpa): Move here some checks from ...
16367 (sem_function::equals_wpa): ... here.
16368
16369 2015-03-10 Marek Polacek <polacek@redhat.com>
16370 Jakub Jelinek <jakub@redhat.com>
16371
16372 PR sanitizer/65367
16373 * ubsan.c (ubsan_expand_objsize_ifn): Update GSI instead of GSI_ORIG
16374 when only removing the statement. Handle expanding UBSAN_OBJECT_SIZE
16375 separately.
16376
16377 2015-03-10 Jakub Jelinek <jakub@redhat.com>
16378
16379 PR target/65286
16380 * config/rs6000/t-linux: For powerpc64* target set
16381 MULTILIB_OSDIRNAMES instead of MULTIARCH_DIRNAME.
16382
16383 2015-03-10 Richard Biener <rguenther@suse.de>
16384
16385 PR middle-end/44563
16386 * tree-inline.c (copy_cfg_body): Skip block mapped to entry/exit
16387 for redirect_all_calls.
16388
16389 2015-03-10 Marek Polacek <polacek@redhat.com>
16390
16391 * gdbinit.in (pcfun): Define and document.
16392
16393 2015-03-10 Ilya Verbin <ilya.verbin@intel.com>
16394
16395 * config/i386/intelmic-mkoffload.c: Include intelmic-offload.h instead
16396 of libgomp-plugin.h.
16397 (find_target_compiler): Support a case when the path to gcc is
16398 specified in the PATH env var, so COLLECT_GCC doesn't contain a path.
16399 (generate_host_descr_file): Use GOMP_DEVICE_INTEL_MIC from
16400 intelmic-offload.h instead of OFFLOAD_TARGET_TYPE_INTEL_MIC from
16401 libgomp-plugin.h.
16402 (main): Use GCC_INSTALL_NAME as target_driver_name.
16403 * config/i386/t-intelmic (CFLAGS-mkoffload.o): Add GCC_INSTALL_NAME
16404 define.
16405 (mkoffload.o): Remove obsolete include path and defines.
16406 (mkoffload$(exeext)): Use $(LINKER) instead of $(COMPILER).
16407
16408 2015-03-10 Richard Biener <rguenther@suse.de>
16409
16410 PR middle-end/63155
16411 * tree-ssa-coalesce.h (verify_ssa_coalescing): Declare.
16412 * tree-ssa-coalesce.c: Include timevar.h.
16413 (attempt_coalesce): Handle graph being NULL.
16414 (coalesce_partitions): Call verify_ssa_coalescing if ENABLE_CHECKING.
16415 Split out abnormal coalescing to ...
16416 (perform_abnormal_coalescing): ... this function.
16417 (coalesce_ssa_name): Perform abnormal coalescing without computing
16418 live/conflict.
16419 (verify_ssa_coalescing_worker): New function.
16420 (verify_ssa_coalescing): Likewise.
16421
16422 2015-03-10 Georg-Johann Lay <avr@gjlay.de>
16423
16424 PR target/65296
16425 * config.gcc (extra_options) [avr]: Remove.
16426 (extra_gcc_objs) [avr]: Use driver-avr.o, avr-devices.o.
16427 (tm_file) [avr]: Add avr/specs.h after avr/avr.h.
16428 (tm_defines) [avr-*-rtems*]: Add WITH_RTEMS.
16429
16430 * config/avr/avr.opt (config/avr/avr-arch.h): Remove include.
16431 (-mmcu=): Add Var and MissingArgError properties.
16432 (-march=): Remove.
16433 * config/avr/genmultilib.awk: Use -mmcu= instead of -march=.
16434 * config/avr/t-multilib: Regenerate.
16435 * config/avr/specs.h: New file.
16436 * config/avr/driver-avr.c: New file.
16437 * config/avr/genopt.sh: Remove file.
16438 * config/avr/avr-tables.opt: Remove file.
16439 * config/avr/predicates.md (avr_current_arch): Rename to avr_arch.
16440 * config/avr/avr-c.c: Same.
16441 * avr-arch.h: Same.
16442 (avr_current_device): Remove proto.
16443 * config/avr/avr.h (avr_current_arch): Rename to avr_arch.
16444 (AVR_HAVE_8BIT_SP): Don't depend on avr_current_device.
16445 (EXTRA_SPEC_FUNCTIONS): Define.
16446 (avr_devicespecs_file): New specs function proto.
16447 (DRIVER_SELF_SPECS): Use device-specs-file spec function.
16448 * config/avr/avr.c (avr_current_arch): Rename to avr_arch.
16449 (avr_current_device): Remove definition and usage.
16450 (avr_set_core_architecture): New static function.
16451 (avr_option_override): Use it.
16452 * config/avr/avr-devices.c (diagnostic.h, avr-arch.h): Include them.
16453 (mcu_name): New static array.
16454 (comparator, avr_archs_str, avr_mcus_str): New static functions.
16455 (avr_inform_devices, avr_inform_core_architectures): New functions.
16456 * config/avr/gen-avr-mmcu-specs.c (avr-arch.h, specs.h): Include.
16457 (avrlibc.h) [WITH_AVRLIBC]: Include.
16458 (../rtems.h, rtems.h) [WITH_RTEMS]: Include.
16459 (print_mcu): Rewrite from scratch.
16460 * config/avr/avrlibc.h (LIB_SPEC, LIBGCC_SPEC, STARTFILE_SPEC):
16461 Forward to avr-specific specs defined in device-specs file.
16462 * config/avr/t-avr (driver-avr.o): New rule.
16463 (avr-devices.o): Depend on avr-arch.h.
16464 (avr-mcus): No more depend on avr-tables.opt.
16465 (avr-tables.opt): Remove rule.
16466 (install-device-specs): Use INSTALL_DATA, not INSTALL_PROGRAM.
16467
16468 2015-03-10 Ilya Enkovich <ilya.enkovich@intel.com>
16469
16470 * c-family/c.opt (fchkp-use-wrappers): New.
16471 * ipa-chkp.c (CHKP_WRAPPER_SYMBOL_PREFIX): New.
16472 (chkp_wrap_function): New.
16473 (chkp_build_instrumented_fndecl): Support wrapped
16474 functions.
16475 * doc/invoke.texi (-fcheck-pointer-bounds): New.
16476 (-fchkp-check-incomplete-type): New.
16477 (-fchkp-first-field-has-own-bounds): New.
16478 (-fchkp-narrow-bounds): New.
16479 (-fchkp-narrow-to-innermost-array): New.
16480 (-fchkp-optimize): New.
16481 (-fchkp-use-fast-string-functions): New.
16482 (-fchkp-use-nochk-string-functions): New.
16483 (-fchkp-use-static-bounds): New.
16484 (-fchkp-use-static-const-bounds): New.
16485 (-fchkp-treat-zero-dynamic-size-as-infinite): New.
16486 (-fchkp-check-read): New.
16487 (-fchkp-check-write): New.
16488 (-fchkp-store-bounds): New.
16489 (-fchkp-instrument-calls): New.
16490 (-fchkp-instrument-marked-only): New.
16491 (-fchkp-use-wrappers): New.
16492 (-static-libmpx): New.
16493 (-static-libmpxwrappers): New.
16494
16495 2015-03-10 Ilya Enkovich <ilya.enkovich@intel.com>
16496
16497 * config/i386/linux-common.h (LIBMPX_WRAPPERSSPEC): New.
16498 (CHKP_SPEC): Add wrappers library.
16499 * c-family/c.opt (static-libmpxwrappers): New.
16500
16501 2015-03-10 Ilya Enkovich <ilya.enkovich@intel.com>
16502
16503 * config/i386/linux-common.h (LIBMPX_LIBS): New.
16504 (LIBMPX_SPEC): New.
16505 (CHKP_SPEC): New.
16506 * gcc.c (CHKP_SPEC): New.
16507 (LINK_COMMAND_SPEC): Add CHKP_SPEC.
16508 * c-family/c.opt (static-libmpx): New.
16509
16510 2015-03-10 Richard Biener <rguenther@suse.de>
16511
16512 PR middle-end/44563
16513 * cgraph.h (struct cgraph_edge_hasher): Add hash overload
16514 for compare_type.
16515 * cgraph.c (cgraph_edge_hasher::hash): Inline htab_hash_pointer.
16516 (cgraph_update_edge_in_call_site_hash): Use cgraph_edge_hasher::hash.
16517 (cgraph_add_edge_to_call_site_hash): Likewise.
16518 (cgraph_node::get_edge): Likewise.
16519 (cgraph_edge::set_call_stmt): Likewise.
16520 (cgraph_edge::remove_caller): Likewise.
16521
16522 2015-03-10 Chung-Ju Wu <jasonwucj@gmail.com>
16523
16524 * config/nds32/nds32.h (callee_saved_regs_size): Rename to ...
16525 (callee_saved_gpr_regs_size): ... this.
16526 (callee_saved_regs_first_regno): Rename to ...
16527 (callee_saved_first_gpr_regno): ... this.
16528 (callee_saved_regs_last_regno) Rename to ...
16529 (callee_saved_last_gpr_regno): ... this.
16530 * config/nds32/nds32.c (nds32_compute_stack_frame): Adjust renamed
16531 variables.
16532 (nds32_initial_elimination_offset): Likewise.
16533 (nds32_expand_prologue): Likewise.
16534 (nds32_expand_epilogue): Likewise.
16535 (nds32_expand_prologue_v3push): Likewise.
16536 (nds32_expand_epilogue_v3pop): Likewise.
16537 * config/nds32/nds32-md-auxiliary.c (nds32_output_stack_push):
16538 Adjust renamed variables.
16539 (nds32_output_stack_pop): Likewise.
16540
16541 2015-03-10 Thomas Preud'homme <thomas.preudhomme@arm.com>
16542
16543 * dominance.c (nearest_common_dominator_for_set): Fix A_Dominated_by_B
16544 code in comment.
16545
16546 2015-03-10 Jakub Jelinek <jakub@redhat.com>
16547
16548 PR rtl-optimization/65321
16549 * cfgexpand.c (expand_debug_expr): Ensure shift amount isn't wider
16550 than shift mode.
16551 * var-tracking.c (use_narrower_mode): Likewise.
16552
16553 2015-03-10 Jan Hubicka <hubicka@ucw.cz>
16554
16555 PR tree-optimization/65355
16556 * varasm.c (notice_global_symbol): Do not produce RTL.
16557 * symtab.c (symtab_node::can_increase_alignment_p): Check for section
16558 anchor.
16559 * tree-vect-data-refs.c (vect_compute_data_ref_alignment): Do not
16560 check for section anchors.
16561
16562 2015-03-10 Alan Modra <amodra@gmail.com>
16563
16564 PR target/65286
16565 * config.gcc (powerpc*-*-linux*): Arrange for powerpc64le-linux
16566 to be single-arch by default. Set cpu_is_64bit for powerpc64
16567 given --with-cpu=native.
16568 * config/rs6000/t-fprules: Do not set default MULTILIB vars.
16569 * config/rs6000/t-linux (MULTIARCH_DIRNAME): Support powerpc64
16570 and powerpc64le.
16571 * config/rs6000/linux64.h (SUBSUBTARGET_OVERRIDE_OPTIONS): Test
16572 rs6000_isa_flags rather than TARGET_64BIT.
16573
16574 2015-03-09 Yoshinori Sato <ysato@users.sourceforge.jp>
16575 Kaz Kojima <kkojima@gcc.gnu.org>
16576
16577 * config/sh/t-linux (MULTILIB_EXCEPTIONS): Define for m2a cases.
16578
16579 2015-03-09 Jakub Jelinek <jakub@redhat.com>
16580
16581 PR lto/65361
16582 * ipa-devirt.c (add_type_duplicate): Don't use DECL_CONTEXT
16583 on a TREE_BINFO, instead use BINFO_TYPE.
16584
16585 2015-03-09 Richard Biener <rguenther@suse.de>
16586
16587 PR middle-end/65270
16588 * tree-core.h (enum operand_equal_flag): Add OEP_ADDRESS_OF.
16589 * fold-const.c (operand_equal_p): When recursing for ADDR_EXPRs
16590 operand set OEP_ADDRESS_OF. Clear it when recursing to non-bases
16591 of that. When comparing dereferences compare alignment.
16592 When comparing MEM_REFs or TARGET_MEM_REFs compare dependence info.
16593
16594 2015-03-08 Jan Hubicka <hubicka@ucw.cz>
16595
16596 * ipa-inline-analysis.c (check_callers): Check
16597 node->can_remove_if_no_direct_calls_and_refs_p.
16598 (growth_likely_positive): Reorganize to call
16599 can_remove_if_no_direct_calls_p later.
16600 * cgraph.h (will_be_removed_from_program_if_no_direct_calls_p,
16601 will_be_removed_from_program_if_no_direct_calls_p): Add
16602 will_inline parameter.
16603 * cgraph.c (cgraph_node::can_remove_if_no_direct_calls_p,
16604 cgraph_node::will_be_removed_from_program_if_no_direct_calls_p):
16605 Handle inliner case correctly.
16606
16607 2015-03-09 Thomas Preud'homme <thomas.preudhomme@arm.com>
16608
16609 PR tree-optimization/63743
16610 * cfgexpand.c (reorder_operands): Also reorder if only second operand
16611 had its definition forwarded by TER.
16612
16613 2015-03-08 Jan Hubicka <hubicka@ucw.cz>
16614
16615 PR lto/65316
16616 * ipa-utils.h (types_odr_comparable): Add strict argument.
16617 * ipa-devirt.c: Fix whitespace;
16618 (odr_hasher): Remove.
16619 (odr_name_hasher, odr_vtable_hasher): New hashers.
16620 (can_be_name_hashed_p): New predicate.
16621 (hash_type_name): remove.
16622 (hash_odr_name): New.
16623 (odr_name_hasher::hash): new.
16624 (can_be_vtable_hashed_p): New.
16625 (hash_odr_vtable): New.
16626 (odr_vtable_hasher::hash): New.
16627 (types_same_for_odr): Add strict parameter.
16628 (types_odr_comparable): Likewise.
16629 (odr_name_hasher::equal): New.
16630 (odr_vtable_hasher::equal): New.
16631 (odr_name_hasher::remove): New.
16632 (odr_hash_type): Change to hash_table<odr_name_hasher>.
16633 (odr_vtable_hash_type): New.
16634 (odr_vtable_hash): New.
16635 (odr_subtypes_equivalent_p): Do strict comparsion.
16636 (add_type_duplicate): Merge type names; cleanup; avoid type
16637 duplicates.
16638 (register_odr_type): Initialize vtable hash.
16639 (build_type_inheritance_graph): Likewise
16640 (get_odr_type): Reorg to use two hashes.
16641 (dump_possible_polymorphic_call_targets): Move sanity check after debug
16642 output.
16643 (ipa_devirt): Dump type_inheritance_graph.
16644 (types_same_for_odr): Add strict mode.
16645
16646 2015-03-05 Jan Hubicka <hubicka@ucw.cz>
16647
16648 PR ipa/65334
16649 * cgraph.h (symtab_node): Add definition_alignment,
16650 can_increase_alignment_p and increase_alignment.
16651 * symtab.c (symtab_node::can_increase_alignment_p,
16652 increase_alignment_1, symtab_node::increase_alignment,
16653 symtab_node::definition_alignment): New.
16654 * tree-vect-data-refs.c (vect_can_force_dr_alignment_p): Use
16655 can_increase_alignment_p.
16656 * tree-vectorizer.c (increase_alignment): Use increase_alignment.
16657 * tree-vect-stmts.c (ensure_base_align): Likewise.
16658 * varasm.c (function_section_1): Use definition_alignment.
16659 (assemble_start_function): Likewise.
16660 (emit_local): likewise.
16661 (build_constant_desc): Likewsie.
16662 (output_constant_def_contents): Likewise.
16663 (place_block_symbol): Likewise.
16664 (output_object_block): Likewise.
16665
16666 2015-03-05 Jan Hubicka <hubicka@ucw.cz>
16667
16668 PR ipa/65316
16669 * tree.c (free_lang_data_in_type): Be sure to keep BINFO_VTABLE
16670 when outputting debug.
16671
16672 2015-03-07 Marek Polacek <polacek@redhat.com>
16673 Martin Uecker <uecker@eecs.berkeley.edu>
16674
16675 PR sanitizer/65280
16676 * doc/invoke.texi: Update description of -fsanitize=bounds.
16677
16678 2015-03-06 Wilco Dijkstra <wilco.dijkstra@arm.com>
16679
16680 * tree-ssa-phiopt.c (neg_replacement): Remove.
16681 (tree_ssa_phiopt_worker): Remove negate optimization.
16682
16683 2015-03-05 Jan Hubicka <hubicka@ucw.cz>
16684
16685 PR ipa/65302
16686 * value-prof.c (gimple_ic): Pure dead eh edges when needed.
16687
16688 2015-03-06 Richard Biener <rguenther@suse.de>
16689
16690 PR middle-end/64928
16691 * tree-ssa-live.h (struct tree_live_info_d): Add livein_obstack
16692 and liveout_obstack members.
16693 (calculate_live_on_exit): Remove.
16694 (calculate_live_ranges): Change declaration.
16695 * tree-ssa-live.c (liveness_bitmap_obstack): Remove global var.
16696 (new_tree_live_info): Adjust.
16697 (calculate_live_ranges): Delete livein when not wanted.
16698 (calculate_live_ranges): Do not initialize liveness_bitmap_obstack.
16699 Deal with partly deleted live info.
16700 (loe_visit_block): Remove temporary bitmap by using
16701 bitmap_ior_and_compl_into.
16702 (live_worklist): Adjust accordingly.
16703 (calculate_live_on_exit): Make static.
16704 * tree-ssa-coalesce.c (coalesce_ssa_name): Tell calculate_live_ranges
16705 we do not need livein.
16706
16707 2015-03-06 Jonathan Wakely <jwakely@redhat.com>
16708
16709 * real.c (real_from_string): Fix typo in assertion.
16710
16711 2015-03-06 Alex Velenko <alex.velenko@arm.com>
16712
16713 * ChangeLog (2015-03-05): Reflect Richard Henderson as actual author of
16714 the patch.
16715
16716 2015-03-05 Jan Hubicka <hubicka@ucw.cz>
16717
16718 * ipa-icf.c (sem_variable::equals_wpa): Check FINAL flags.
16719
16720 2015-03-05 Vladimir Makarov <vmakarov@redhat.com>
16721
16722 PR target/64342
16723 * lra-assigns.c (find_hard_regno_for): Rename to
16724 find_hard_regno_for_1. Add a new parameter.
16725 (find_hard_regno_for): New function using find_hard_regno_for_1.
16726
16727 2015-03-05 Bernd Edlinger <bernd.edlinger@hotmail.de>
16728
16729 PR rtl-optimization/65067
16730 * expmed.c (store_bit_field, extract_bit_field): Reworked the
16731 strict volatile bitfield handling.
16732
16733 2015-03-05 Martin Liska <mliska@suse.cz>
16734
16735 PR ipa/65318
16736 * ipa-icf.c (sem_variable::equals): Compare variables types.
16737
16738 2015-03-05 Richard Henderson <rth@redhat.com>
16739
16740 PR target/65121
16741 * config/arm/arm.c (arm_function_in_section_p): Fix predicate to
16742 correctly check weak symbol binding.
16743
16744 2015-03-05 Steve Ellcey <sellcey@imgtec.com>
16745
16746 PR middle-end/65315
16747 * cfgexpand.c (expand_stack_vars): Update large_align to maximum
16748 needed alignment.
16749
16750 2015-03-05 Martin Liska <mliska@suse.cz>
16751
16752 * ipa-inline.c (inline_small_functions): Set default value to
16753 prevent warning during bootstrap.
16754 * tree.h: Add pragma guard that ignores false positives during
16755 bootstrap.
16756
16757 2015-03-05 Richard Biener <rguenther@suse.de>
16758
16759 PR tree-optimization/65310
16760 * tree-vect-data-refs.c (vect_compute_data_ref_alignment):
16761 Properly preserve alignment of the base of the access.
16762
16763 2015-03-05 Richard Biener <rguenther@suse.de>
16764
16765 PR ipa/65270
16766 * ipa-icf-gimple.c (func_checker::compare_memory_operand):
16767 Compare dependence info.
16768
16769 2015-03-05 Richard Biener <rguenther@suse.de>
16770
16771 PR middle-end/65233
16772 * ipa-polymorphic-call.c: Include tree-ssa-operands.h and
16773 tree-into-ssa.h.
16774 (walk_ssa_copies): Revert last chage. Instead do not walk
16775 SSA names registered for SSA update.
16776
16777 2015-03-03 Jan Hubicka <hubicka@ucw.cz>
16778
16779 PR ipa/65270
16780 * ipa-icf.c (sem_item::compare_cgraph_references): Compare
16781 vtable references for their containing type.
16782 (sem_function::equals_wpa): Compare TYPE_RESTRICT
16783 and type attributes.
16784
16785 2015-03-04 Eric Botcazou <ebotcazou@adacore.com>
16786
16787 * fold-const.c (round_up_loc): Cast divisor to signed on all paths
16788 before negating it.
16789 * stor-layout.c (finalize_record_size): Revert latest change.
16790
16791 2015-03-04 Andreas Tobler <andreast@gcc.gnu.org>
16792
16793 * config/rs6000/t-freebsd64: Remove 32-bit soft-float multilibs.
16794
16795 2015-03-03 Jan Hubicka <hubicka@ucw.cz>
16796
16797 * cgraph.c (cgraph_node::can_remove_if_no_direct_calls_p): Rewrite
16798 for correct comdat handling.
16799 (cgraph_node::will_be_removed_from_program_if_no_direct_calls_p):
16800 Likewise.
16801 * cgraph.h (call_for_symbol_and_aliases): Fix formating.
16802 (used_from_object_file_p_worker): Remove.
16803 (cgraph_node::only_called_directly_or_alised): Add
16804 used_from_object_file_p.
16805 * ipa-inline-analysis.c (growth_likely_positive): Optimie.
16806 * ipa-inline-transform.c (can_remove_node_now_p_1): Use
16807 can_remove_if_no_direct_calls_and_refs_p.
16808
16809 2015-03-04 Nick Clifton <nickc@redhat.com>
16810
16811 * config/rl78/rl78.h (enum reg_class): Remove real registers from
16812 General register class.
16813 * config/rl78/rl78-real.md: Replace general register constraints
16814 with real+virtual register constraints.
16815
16816 2015-03-04 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
16817
16818 * config/s390/s390.c (s390_expand_builtin): Exlude non-htm builtins
16819 from checking for -mhtm option.
16820
16821 2015-03-03 Jan Hubicka <hubicka@ucw.cz>
16822
16823 * tree-sra.c (convert_callers): Use call_for_symbol_and_aliases.
16824 (struct ipa_sra_check_caller_data): Add has_thunk field.
16825 (ipa_sra_check_caller): Check for thunk.
16826 (ipa_sra_preliminary_function_checks): Give up on function with
16827 thunks.
16828 (ipa_early_sra): Use call_for_symbol_and_aliases.
16829
16830 2015-03-03 Kaz Kojima <kkojima@gcc.gnu.org>
16831
16832 PR target/65249
16833 * config/sh/sh.md (symGOT_load): Use R0 reg for operands[2] when
16834 called for __stack_chk_guard symbol.
16835
16836 2015-03-03 DJ Delorie <dj@redhat.com>
16837
16838 * config/rl78/rl78-real.md (*addqi_real): Allow SADDR types for
16839 inc/dec.
16840 (*addhi3_real): Likewise.
16841 * config/rl78/rl78-virt.md (*inc<mode>3_virt): Additional
16842 pattern to match incrementing memory.
16843 * config/rl78/predicates.md (rl78_1_2_operand): New.
16844 * config/rl78/rl78.c (rl78_force_nonfar_3): Allow far mem-mem if
16845 it's the same and only mem.
16846 (rl78_alloc_physical_registers_op2): If there's effectively only
16847 one MEM, transcode it into HL.
16848 (rl78_far_p): Reject addresses that aren't legitimate.
16849
16850 2015-03-03 Eric Botcazou <ebotcazou@adacore.com>
16851
16852 * fold-const.c (round_up_loc): Cast divisor to HOST_WIDE_INT before
16853 negating it.
16854
16855 * tree-sra.c (pa_sra_preliminary_function_checks): Fix typo in message.
16856
16857 2015-03-03 Max Filippov <jcmvbkbc@gmail.com>
16858
16859 Implement call0 ABI for xtensa
16860 * config/xtensa/constraints.md ("a" constraint): Include stack
16861 pointer in case of call0 ABI.
16862 ("q" constraint): Make empty in case of call0 ABI.
16863 ("D" constraint): Include stack pointer in case of call0 ABI.
16864 * config/xtensa/xtensa-protos.h (xtensa_set_return_address,
16865 xtensa_expand_epilogue, xtensa_regno_to_class): Add new function
16866 prototypes.
16867 * config/xtensa/xtensa.c (xtensa_callee_save_size): New
16868 variable.
16869 (xtensa_regno_to_class): Make it a local variable in the
16870 function xtensa_regno_to_class.
16871 (xtensa_function_epilogue, TARGET_ASM_FUNCTION_EPILOGUE): Remove
16872 macro, function prototype and implementation.
16873 (reg_nonleaf_alloc_order): Make it a local variable in the
16874 function order_regs_for_local_alloc.
16875 (xtensa_conditional_register_usage): New function.
16876 (TARGET_CONDITIONAL_REGISTER_USAGE): Define macro.
16877 (xtensa_valid_move): Allow direct moves to stack pointer
16878 register in call0 ABI.
16879 (xtensa_setup_frame_addresses): Only spill register windows in
16880 windowed ABI.
16881 (xtensa_emit_call): Emit call(x)8 or call(x)0 in windowed and
16882 call0 ABI respectively.
16883 (xtensa_function_arg_1): Only mark a7 register for copying in
16884 windowed ABI.
16885 (xtensa_call_save_reg): New function.
16886 (compute_frame_size): Add space for callee saved register
16887 storage to the frame size in call0 ABI.
16888 (xtensa_expand_prologue): Generate code to set up stack frame
16889 and save callee-saved registers in call0 ABI.
16890 (xtensa_expand_epilogue): New function.
16891 (xtensa_set_return_address): New function.
16892 (xtensa_return_addr): Calculate return address in call0 ABI.
16893 (xtensa_builtin_saveregs): Only mark a7 register for copying and
16894 emit copying code in windowed ABI.
16895 (order_regs_for_local_alloc): Add preferred register allocation
16896 order for non-leaf function in call0 ABI.
16897 (xtensa_static_chain): Add atatic chain passing for call0 ABI.
16898 (xtensa_asm_trampoline_template): Add trampoline generation for
16899 call0 ABI.
16900 (xtensa_trampoline_init): Add trampoline initialization for
16901 call0 ABI.
16902 (xtensa_conditional_register_usage, xtensa_regno_to_class): New
16903 functions.
16904 * config/xtensa/xtensa.h (TARGET_WINDOWED_ABI): New macro.
16905 (TARGET_CPU_CPP_BUILTINS): Add built-in define for call0 ABI.
16906 (CALL_USED_REGISTERS): Modify to encode both windowed and call0
16907 ABI call-used registers.
16908 (HARD_FRAME_POINTER_REGNUM): Add frame pointer for call0 ABI.
16909 (INCOMING_REGNO, OUTGOING_REGNO): Use argument unchanged in
16910 call0 ABI.
16911 (REG_CLASS_CONTENTS): Include all registers into the preferred
16912 reload registers set, adjust the set in the
16913 xtensa_conditional_register_usage.
16914 (xtensa_regno_to_class): Drop variable declaration.
16915 (REGNO_REG_CLASS): Redefine to use xtensa_regno_to_class
16916 function.
16917 (WINDOW_SIZE): Define as 8 or 0 for windowed and call0 ABI
16918 respectively.
16919 (FUNCTION_PROFILER): Add _mcount call for call0 ABI.
16920 (TRAMPOLINE_SIZE): Define trampoline size for call0 ABI.
16921 (RETURN_ADDR_IN_PREVIOUS_FRAME): Define to 0 in call0 ABI.
16922 (ASM_OUTPUT_POOL_PROLOGUE): Always generate literal pool
16923 location in call0 ABI.
16924 (EH_RETURN_STACKADJ_RTX): New definition, use a10 for passing
16925 stack adjustment size when handling exception.
16926 (CRT_CALL_STATIC_FUNCTION): Add definition for call0 ABI.
16927 * config/xtensa/xtensa.md (A9_REG, UNSPECV_BLOCKAGE): New
16928 definitions.
16929 ("return" pattern): Generate ret.n/ret in call0 ABI.
16930 ("epilogue" pattern): Expand epilogue.
16931 ("nonlocal_goto" pattern): Use default in call0 ABI.
16932 ("eh_return" pattern): Move implementation to eh_set_a0_windowed,
16933 emit eh_set_a0_* depending on ABI.
16934 ("eh_set_a0_windowed" pattern): Former eh_return pattern.
16935 ("eh_set_a0_call0", "blockage"): New patterns.
16936
16937 2015-03-03 Martin Liska <mliska@suse.cz>
16938
16939 PR ipa/65287
16940 * ipa-icf.c (sem_variable::parse): Skip all alias variables.
16941
16942 2015-03-03 Michael Meissner <meissner@linux.vnet.ibm.com>
16943
16944 PR 65138/target
16945 * config/rs6000/rs6000-tables.opt: Regenerate table.
16946
16947 2015-03-03 Renlin Li <renlin.li@arm.com>
16948
16949 * doc/md.texi (@item ^): Change ? into ^.
16950
16951 2015-03-03 H.J. Lu <hongjiu.lu@intel.com>
16952
16953 * doc/tm.texi: Regenerated.
16954
16955 2015-03-03 Max Filippov <jcmvbkbc@gmail.com>
16956
16957 * builtins.c (expand_builtin_return_addr): Add
16958 RETURN_ADDR_IN_PREVIOUS_FRAME to 'if' condition, remove
16959 surrounding #ifdef.
16960 * config/sparc/sparc.h (RETURN_ADDR_IN_PREVIOUS_FRAME): Change
16961 definition to 1.
16962 * config/xtensa/xtensa.h (RETURN_ADDR_IN_PREVIOUS_FRAME):
16963 Likewise.
16964 * defaults.h (RETURN_ADDR_IN_PREVIOUS_FRAME): Define to 0 if
16965 undefined.
16966 * doc/tm.texi.in (RETURN_ADDR_IN_PREVIOUS_FRAME): Update
16967 paragraph.
16968
16969 2015-03-03 Martin Jambor <mjambor@suse.cz>
16970 Eric Botcazou <ebotcazou@adacore.com>
16971
16972 * tree-sra.c (ipa_sra_check_caller_data): New type.
16973 (has_caller_p): Removed.
16974 (ipa_sra_check_caller): New function.
16975 (ipa_sra_preliminary_function_checks): Use it.
16976
16977 2015-03-03 Martin Liska <mliska@suse.cz>
16978
16979 * ipa-icf.c (sem_item_optimizer::merge_classes): Use bit or
16980 instead of if branch.
16981
16982 2015-03-03 Martin Liska <mliska@suse.cz>
16983
16984 PR ipa/65282
16985 * ipa-icf.c (sem_variable::equals): Fix wrong condition.
16986
16987 2015-03-23 Jeff Law <law@redhat.com>
16988
16989 PR tree-optimization/65241
16990 * tree-ssa-dom.c (lookup_avail_expr): Only modify the avail_expr
16991 hash table if INSERT is true.
16992
16993 2015-03-03 Georg-Johann Lay <avr@gjlay.de>
16994
16995 PR target/65296
16996 * config.gcc (extra_gcc_objs) [avr-*-rtems*]: Remove.
16997
16998 2015-03-03 Georg-Johann Lay <avr@gjlay.de>
16999
17000 PR target/64331
17001 * config/avr/avr.c (context.h, tree-pass.h): Include them.
17002 (avr_pass_data_recompute_notes): New static variable.
17003 (avr_pass_recompute_notes): New class.
17004 (avr_register_passes): New static function.
17005 (avr_option_override): Call it.
17006
17007 2015-03-03 Georg-Johann Lay <avr@gjlay.de>
17008
17009 Fix various problems with specs file generation.
17010
17011 PR target/65296
17012 * config.gcc (extra_gcc_objs) [avr]: Remove.
17013 * config/avr/driver-avr.c: Remove file.
17014 * config/avr/t-avr (driver-avr.o): Remove rule.
17015 (gen-avr-mmcu-specs): Use CXX_FOR_BUILD, CXXFLAGS_FOR_BUILD and
17016 INCLUDES to build. Depend on TM_H.
17017 * config/avr/gen-avr-mmcu-specs.c: Tidy up code. Fix various
17018 build warnings. Fix non-matching types and non-existing %-codes.
17019 (tm.h): Include.
17020 (*lib) [!WITH_AVRLIBC]: Don't link libdev.a.
17021 (*libgcc) [WITH_AVRLIBC]: Add "-lm".
17022 * config/avr/avrlibc.h (LIBGCC_SPEC): Remove definition.
17023 * config/avr/avr.h (DRIVER_SELF_SPECS): Fix handling of -march=.
17024 (CPP_SPEC, CC1PLUS_SPEC, ASM_SPEC, LINK_SPEC, LIB_SPEC)
17025 (LIBGCC_SPEC): Remove definitions.
17026
17027 2015-03-03 Eric Botcazou <ebotcazou@adacore.com>
17028
17029 * config/ia64/ia64.c (expand_vec_perm_interleave_2): Use gen_raw_REG
17030 to create a register in testing mode.
17031
17032 2015-03-03 Martin Liska <mliska@suse.cz>
17033 Jan Hubicka <hubicka@ucw.cz>
17034
17035 PR ipa/65263
17036 * cgraph.c (cgraph_node::has_thunk_p): New function.
17037 * cgraph.h (cgraph_node::has_thunk_p: Likewise.
17038 * ipa-icf.c (redirect_all_callers): Do not redirect thunks.
17039 (sem_function::merge): Assert is changed.
17040
17041 2015-03-03 Martin Liska <mliska@suse.cz>
17042 Martin Jambor <mjambor@suse.cz>
17043
17044 PR ipa/65087
17045 * ipa-icf.c (sem_item_optimizer::execute): Change function
17046 return value to boolean.
17047 (sem_item_optimizer::merge_classes): Likewise.
17048 (ipa_icf_driver): Return TODO_remove_functions in case there's
17049 a merge operation processed.
17050 * ipa-icf.h: Change function return value to boolean.
17051
17052 2015-03-02 Michael Meissner <meissner@linux.vnet.ibm.com>
17053
17054 PR 65138/target
17055 * config/rs6000/rs6000-cpus.def (powerpc64le): Add new generic
17056 processor type for 64-bit little endian PowerPC.
17057
17058 * config/rs6000/rs6000.c (rs6000_option_override_internal): If
17059 -mdebug=reg, print TARGET_DEFAULT. Fix logic to use
17060 TARGET_DEFAULT if there is no default cpu. Fix -mdebug=reg
17061 printing built-in mask so it does not pass NULL pointers.
17062
17063 * doc/invoke.texi (IBM RS/6000 and PowerPC options): Document
17064 -mcpu=powerpc64le.
17065
17066 2015-03-02 Steve Ellcey <sellcey@imgtec.com>
17067
17068 PR target/58158
17069 * config/mips/mips.md (mov<mode>cc): Change ISA_HAS_SEL check to
17070 !ISA_HAS_FP_CONDMOVE.
17071
17072 2015-03-02 Aldy Hernandez <aldyh@redhat.com>
17073
17074 * config/i386/i386.md (*udivmod<mode>4_pow2): Remove
17075 reload_completed.
17076
17077 2015-03-02 Ulrich Drepper <drepper@gmail.com>
17078
17079 * doc/invoke.texi (Options for Code Generation Conventions):
17080 Fix URL of DSO paper.
17081
17082 2015-03-02 Jan Hubicka <hubicka@ucw.cz>
17083
17084 PR ipa/65130
17085 * ipa-inline.c (check_callers): Looks for recursion.
17086 (inline_to_all_callers): Give up on uninlinable or recursive edges.
17087 * ipa-inline-analysis.c (inline_summary_t::duplicate): Do not update
17088 summary of inline clones.
17089 (do_estimate_growth_1): Fix recursion check.
17090
17091 2015-03-02 Jan Hubicka <hubicka@ucw.cz>
17092
17093 PR ipa/64988
17094 * ipa-inline-transform.c (clone_inlined_nodes): Do not dissolve
17095 comdat groups.
17096
17097 2015-03-02 Jan Hubicka <hubicka@ucw.cz>
17098 Aldy Hernandez <aldyh@redhat.com>
17099
17100 PR lto/65276
17101 * ipa-devirt.c (add_type_duplicate): Remove odr_violated assert
17102 when checking TYPE_BINFO.
17103
17104 2015-03-02 Richard Biener <rguenther@suse.de>
17105
17106 PR ipa/65270
17107 * ipa-icf-gimple.c: Include builtins.h.
17108 (func_checker::compare_memory_operand): Compare base alignment.
17109
17110 2015-03-02 Ilya Enkovich <ilya.enkovich@intel.com>
17111
17112 PR target/65184
17113 * gcc/config/i386/i386.c (ix86_pass_by_reference) Bounds
17114 are never passed by reference.
17115
17116 2015-03-02 Ilya Enkovich <ilya.enkovich@intel.com>
17117
17118 PR target/65183
17119 * tree-chkp.c (chkp_check_lower): Don't check against
17120 zero bounds for already instrumented functions.
17121 (chkp_check_upper): Likewise.
17122 (chkp_fini): Clean pass local data to avoid wrong reusage.
17123
17124 2015-02-28 Martin Liska <mliska@suse.cz>
17125 Jan Hubicka <hubicka@ucw.cz>
17126
17127 * ipa-icf.c (sem_variable::equals): Improve debug output;
17128 get variable constructor.
17129 (sem_variable::parse): Do not filter out too early; give up on
17130 volatile and register vars.
17131 (sem_item_optimizer::filter_removed_items): Filter out nonreadonly
17132 variables.
17133 * ipa-icf.h (sem_variable::init): Do not set ctor.
17134 (sem_variable::ctor): Remove.
17135
17136 2015-03-01 Aldy Hernandez <aldyh@redhat.com>
17137
17138 PR middle-end/65233
17139 * ipa-polymorphic-call.c (walk_ssa_copies): Handle empty PHIs.
17140
17141 2015-02-28 Jan Hubicka <hubicka@ucw.cz>
17142
17143 * ipa-icf.c: Include stor-layout.h
17144 (sem_function::compare_cgraph_references): Rename to ...
17145 (sem_item::compare_cgraph_references): ... this one.
17146 (sem_variable::equals_wpa): New function
17147 (sem_variable::equals): Do not check stuff already verified by
17148 equals_wpa.
17149 (sem_variable::equals): Reorg based on varasm.c:compare_constant.
17150 * ipa-icf.h (sem_item): Add compare_cgraph_references.
17151 (sem_function): Remove compare_cgraph_references.
17152 (sem_variable): Turns equals_wpa into non-inline.
17153
17154 2015-02-28 Jan Hubicka <hubicka@ucw.cz>
17155
17156 * ipa-icf.c (sem_function::init): Fix formating; skip GIMPLE_PREDICT.
17157 (sem_item::add_expr): New function.
17158 (sem_function::hash_stmt): Handle operands of most statements.
17159 (sem_variable::get_hash): Hash the actual constructor.
17160 * ipa-icf.h (sem_item): Add add_expr.
17161 (sem_function): Update prototype of hash_stmt
17162
17163 2015-02-28 Martin Liska <mliska@suse.cz>
17164 Jan Hubicka <hubicka@ucw.cz>
17165
17166 PR ipa/65245
17167 * ipa-icf-gimple.c (func_checker::compare_function_decl):
17168 Remove.
17169 (func_checker::compare_variable_decl): Skip symtab vars.
17170 (func_checker::compare_cst_or_decl): Update.
17171 * ipa-icf.c (sem_function::parse): Do not consider aliases.
17172 (sem_function::compare_cgraph_references): Add ADDRESS parameter;
17173 use correct symtab predicates.
17174 (sem_function::equals_wpa): Update uses of compare_cgraph_references.
17175 (sem_variable::parse): Update comment.
17176 (sem_item_optimizer::build_graph): Consider ultimate aliases
17177 for references.
17178
17179 2015-02-28 Jan Hubicka <hubicka@ucw.cz>
17180
17181 * ipa-icf-gimple.c (func_checker::compare_operand): Fix handling
17182 of OBJ_TYPE_REF.
17183
17184 2015-02-28 Jan Hubicka <hubicka@ucw.cz>
17185
17186 * ipa-icf.c (sem_function::merge): Fix handling of COMDAT.
17187 (sem_variable::merge) Likewise.
17188
17189 2015-02-28 Jan Hubicka <hubicka@ucw.cz>
17190
17191 * ipa-inline.c (can_inline_edge_p): Match opt_for_fn on inline
17192 target; also match flag_ipa_devirt.
17193
17194 2015-03-01 Martin Liska <mliska@suse.cz>
17195 Jan Hubicka <hubicka@ucw.cz>
17196
17197 * ipa-icf-gimple.c (func_checker::compare_variable_decl):
17198 Validate variable alignment.
17199 * ipa-icf.c (sem_function::equals_private): Be more precise
17200 about non-common function attributes.
17201 (sem_variable::equals): Likewise.
17202
17203 2015-02-28 Jan Hubicka <hubicka@ucw.cz>
17204
17205 PR ipa/65237
17206 * ipa-icf.c (sem_function::merge): Do not attempt to produce alias
17207 across COMDAT group boundary.
17208
17209 2015-02-28 Jan Hubicka <hubicka@ucw.cz>
17210
17211 PR ipa/65232
17212 * ipa-icf.c (clear_decl_rtl): New function.
17213 (sem_function::merge): Clear RTL before forming alias.
17214 (sem_variable::merge): Clear RTL before forming alias.
17215
17216 2015-02-28 Jan Hubicka <hubicka@ucw.cz>
17217
17218 PR ipa/65236
17219 * cgraphunit.c (cgraph_node::expand_thunk): Enable return slot opt.
17220
17221 2015-02-28 Xingxing Pan <xxingpan@marvell.com>
17222
17223 * config/aarch64/aarch64.md: (mov<mode>_aarch64): Change type
17224 to neon_to_gp<q>.
17225
17226 2015-02-27 Vladimir Makarov <vmakarov@redhat.com>
17227
17228 * params.def (PARAM_LRA_INHERITANCE_EBB_PROBABILITY_CUTOFF): Fix
17229 a typo in the description.
17230
17231 2015-02-27 Vladimir Makarov <vmakarov@redhat.com>
17232
17233 PR target/64317
17234 * params.def (PARAM_LRA_INHERITANCE_EBB_PROBABILITY_CUTOFF): New.
17235 * params.h (LRA_INHERITANCE_EBB_PROBABILITY_CUTOFF): New.
17236 * lra-constraints.c: Include "params.h".
17237 (EBB_PROBABILITY_CUTOFF): Use
17238 LRA_INHERITANCE_EBB_PROBABILITY_CUTOFF.
17239 (lra_inheritance): Use '<' instead of '<=' for
17240 EBB_PROBABILITY_CUTOFF.
17241 * doc/invoke.texi (lra-inheritance-ebb-probability-cutoff):
17242 Document change.
17243
17244 2015-02-27 Martin Liska <mliska@suse.cz>
17245
17246 * ipa-icf.h (struct symbol_compare_hashmap_traits): Add missing
17247 vector length condition.
17248
17249 2015-02-27 Sandra Loosemore <sandra@codesourcery.com>
17250
17251 * doc/extend.texi (x86 transactional memory intrinsics):
17252 Reorganize discussion of _xbegin. Clarify that the return
17253 value is a bit mask. Expand example and move to end of section.
17254
17255 2015-02-26 Jakub Jelinek <jakub@redhat.com>
17256 Aldy Hernandez <aldyh@redhat.com>
17257
17258 PR rtl-optimization/65220
17259 * config/i386/i386.md (*udivmod<mode>4_pow2): New.
17260
17261 2015-02-27 Vladimir Makarov <vmakarov@redhat.com>
17262
17263 PR target/65032
17264 * lra-remat.c (update_scratch_ops): New.
17265 (do_remat): Call it.
17266 * lra.c (lra_register_new_scratch_op): New. Take code from ...
17267 (remove_scratches): ... here.
17268 * lra-int.h (lra_register_new_scratch_op): New prototype.
17269
17270 2015-02-27 Marek Polacek <polacek@redhat.com>
17271
17272 PR c/65040
17273 * doc/invoke.texi: Update to reflect that -Wformat=2 doesn't enable
17274 -Wformat-signedness anymore.
17275
17276 2015-02-27 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
17277
17278 * config/s390/s390.c: (s390_atomic_assign_expand_fenv): New
17279 function.
17280 (TARGET_ATOMIC_ASSIGN_EXPAND_FENV): Define macro.
17281
17282 2015-02-27 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
17283
17284 * config/s390/s390.c (enum s390_builtin):
17285 Add S390_BUILTIN_S390_SFPC and S390_BUILTIN_S390_EFPC.
17286 (code_for_builtin): Add CODE_FOR_s390_sfpc and CODE_FOR_s390_efpc.
17287 (s390_init_builtins): Generate new builtin functions.
17288 * config/s390/s390.md (UNSPECV_SFPC, UNSPECV_EFPC): New constants.
17289 (s390_sfpc, s390_efpc): New pattern definitions.
17290
17291 2015-02-27 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
17292
17293 * config/s390/s390.c: (enum s390_builtin, s390_expand_builtin):
17294 Rename S390_BUILTIN_max to S390_BUILTIN_MAX.
17295 (s390_builtin_decls): New array.
17296 (s390_init_builtins): Put builtin decls into s390_builtin_decls.
17297 (s390_builtin_decl): New function.
17298 (TARGET_BUILTIN_DECL): Define macro.
17299
17300 2015-02-27 Richard Biener <rguenther@suse.de>
17301
17302 PR middle-end/63175
17303 * builtins.c (get_object_alignment_2): Make sure to re-apply
17304 the ANDed mask after recursing to its operand gets us a new
17305 misalignment bit position.
17306
17307 2015-02-26 Jan Hubicka <hubicka@ucw.cz>
17308 Martin Liska <mliska@suse.cz>
17309
17310 PR bootstrap/65150
17311 * ipa-icf.c (symbol_compare_collection::symbol_compare_colleciton):
17312 Use address_matters_p.
17313 (redirect_all_callers, set_addressable): New functions.
17314 (sem_function::merge): Reorganize and fix merging issues.
17315 (sem_variable::merge): Likewise.
17316 (sem_variable::compare_sections): Remove.
17317 * common.opt (fmerge-all-constants, fmerge-constants): Remove
17318 Optimization flag.
17319 * symtab.c (symtab_node::resolve_alias): When alias has aliases,
17320 redirect them.
17321 (symtab_node::make_decl_local): Set ADDRESSABLE bit when
17322 decl is used.
17323 (address_matters_1): New function.
17324 (symtab_node::address_matters_p): New function.
17325 * cgraph.c (cgraph_edge::verify_corresponds_to_fndecl): Fix
17326 check for merged flag.
17327 * cgraph.h (address_matters_p): Declare.
17328 (symtab_node::address_taken_from_non_vtable_p): Remove.
17329 (symtab_node::address_can_be_compared_p): New method.
17330 (ipa_ref::address_matters_p): Move here from ipa-ref.c; simplify.
17331 * ipa-visibility.c (symtab_node::address_taken_from_non_vtable_p):
17332 Remove.
17333 (comdat_can_be_unshared_p_1) Use address_matters_p.
17334 (update_vtable_references): Fix formating.
17335 * ipa-ref.c (ipa_ref::address_matters_p): Move inline.
17336 * cgraphunit.c (cgraph_node::create_wrapper): Drop UNINLINABLE flag.
17337 * cgraphclones.c: Preserve merged and icf_merged flags.
17338
17339 2015-02-26 Sandra Loosemore <sandra@codesourcery.com>
17340
17341 * doc/extend.texi (Function Attributes): Fix spelling and typos.
17342 (Label Attributes): Likewise.
17343 (Cilk Plus Builtins): Likewise.
17344 (ARC SIMD Built-in Functions): Likewise.
17345 (ARM C Language Extensions (ACLE)): Likewise.
17346 (PowerPC Built-in Functions): Likewise.
17347 (PowerPC Hardware Transactional Memory Built-in Functions):
17348 Likewise.
17349
17350 2015-02-26 Jakub Jelinek <jakub@redhat.com>
17351
17352 PR tree-optimization/65216
17353 * tree-ssa-reassoc.c (rewrite_expr_tree): Force creation of
17354 new stmt and new SSA_NAME for lhs whenever the arguments have
17355 changed and weren't just swapped. Fix comment typo.
17356
17357 PR tree-optimization/65215
17358 * tree-ssa-math-opts.c (find_bswap_or_nop_load): Return false
17359 for PDP endian targets.
17360 (perform_symbolic_merge, find_bswap_or_nop_1, find_bswap_or_nop):
17361 Fix up formatting issues.
17362 (bswap_replace): Likewise. For BYTES_BIG_ENDIAN, if the final access
17363 size is smaller than the original, adjust MEM_REF offset by the
17364 difference of sizes. Use is_gimple_mem_ref_addr instead of
17365 is_gimple_min_invariant test to avoid adding address temporaries.
17366
17367 2015-02-26 Martin Liska <mliska@suse.cz>
17368 Jan Hubicka <hubicka@ucw.cz>
17369
17370 PR ipa/64693
17371 * ipa-icf.c (symbol_compare_collection::symbol_compare_collection): New.
17372 (sem_item_optimizer::subdivide_classes_by_sensitive_refs): New function.
17373 (sem_item_optimizer::process_cong_reduction): Include division by
17374 sensitive references.
17375 * ipa-icf.h (struct symbol_compare_hashmap_traits): New class.
17376 * ipa-ref.c (ipa_ref::address_matters_p): New function.
17377 * ipa-ref.h (ipa_ref::address_matters_p): Likewise.
17378
17379 2015-02-26 Georg-Johann Lay <avr@gjlay.de>
17380
17381 PR target/65192
17382 * config/avr/avr-protos.h (tiny_valid_direct_memory_access_range):
17383 Remove.
17384 * config/avr/avr.c: Same.
17385 (avr_legitimate_address_p) <AVR_TINY, CONSTANT_ADDRESS_P>:
17386 Refuse any constant address not in 0..0xbf.
17387 * config/avr/avr.md (*mov<mode>, *movsf): Remove
17388 tiny_valid_direct_memory_access_range from insn conditions.
17389 (mov<mode>): Don't special-case expansion of avrtiny addresses.
17390
17391 2015-02-26 Oleg Endo <olegendo@gcc.gnu.org>
17392
17393 PR target/61142
17394 * config/sh/sh.c (sh_check_add_incdec_notes): New function.
17395 * config/sh/sh-protos.h (sh_check_add_incdec_notes): Declare it.
17396 * config/sh/predicates.md (const_logical_operand): New predicate.
17397 * config/sh/sh.md: Add new peephole2 patterns.
17398
17399 2015-02-26 Marek Polacek <polacek@redhat.com>
17400
17401 PR ipa/65008
17402 * ipa-inline.c (early_inliner): Recompute inline parameters.
17403
17404 2015-02-26 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
17405
17406 PR target/65171
17407 * config/rs6000/rs6000.c (rs6000_analyze_swaps): Ensure
17408 instructions with TImode operands are included in the analysis.
17409
17410 2015-02-26 Sebastian Pop <s.pop@samsung.com>
17411
17412 * tree-ssa-threadupdate.c (dump_jump_thread_path): Print all edges
17413 of an EDGE_FSM_THREAD.
17414
17415 2015-02-25 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
17416
17417 * config/rs6000/htm.md (tcheck): Fix assembly encoding.
17418
17419 2015-02-25 Aldy Hernandez <aldyh@redhat.com>
17420
17421 PR debug/46102
17422 * dwarf2out.c (dwarf2out_init): Disable -feliminate-dwarf2-dups.
17423
17424 2015-02-26 Sebastian Pop <s.pop@samsung.com>
17425
17426 PR tree-optimization/65048
17427 * tree-ssa-threadupdate.c (valid_jump_thread_path): New.
17428 (thread_through_all_blocks): Call valid_jump_thread_path.
17429 Remove invalid FSM jump-thread paths.
17430
17431 2015-02-26 Jakub Jelinek <jakub@redhat.com>
17432
17433 * passes.c (ipa_write_summaries_1): Call lto_output_init_mode_table.
17434 (ipa_write_optimization_summaries): Likewise.
17435 * tree-streamer.h: Include data-streamer.h.
17436 (streamer_mode_table): Declare extern variable.
17437 (bp_pack_machine_mode, bp_unpack_machine_mode): New inline functions.
17438 * lto-streamer-out.c (lto_output_init_mode_table,
17439 lto_write_mode_table): New functions.
17440 (produce_asm_for_decls): Call lto_write_mode_table when streaming
17441 offloading LTO.
17442 * lto-section-in.c (lto_section_name): Add "mode_table" entry.
17443 (lto_create_simple_input_block): Add mode_table argument to the
17444 lto_input_block constructors.
17445 * ipa-prop.c (ipa_prop_read_section, read_replacements_section):
17446 Likewise.
17447 * data-streamer-in.c (string_for_index): Likewise.
17448 * ipa-inline-analysis.c (inline_read_section): Likewise.
17449 * ipa-icf.c (sem_item_optimizer::read_section): Likewise.
17450 * lto-cgraph.c (input_cgraph_opt_section): Likewise.
17451 * lto-streamer-in.c (lto_read_body_or_constructor,
17452 lto_input_toplevel_asms): Likewise.
17453 (lto_input_mode_table): New function.
17454 * tree-streamer-out.c (pack_ts_fixed_cst_value_fields,
17455 pack_ts_decl_common_value_fields, pack_ts_type_common_value_fields):
17456 Use bp_pack_machine_mode.
17457 * real.h (struct real_format): Add name field.
17458 * lto-streamer.h (enum lto_section_type): Add LTO_section_mode_table.
17459 (class lto_input_block): Add mode_table member.
17460 (lto_input_block::lto_input_block): Add mode_table_ argument,
17461 initialize mode_table.
17462 (struct lto_file_decl_data): Add mode_table field.
17463 (lto_input_mode_table, lto_output_init_mode_table): New prototypes.
17464 * tree-streamer-in.c (unpack_ts_fixed_cst_value_fields,
17465 unpack_ts_decl_common_value_fields,
17466 unpack_ts_type_common_value_fields): Call bp_unpack_machine_mode.
17467 * tree-streamer.c (streamer_mode_table): New variable.
17468 * real.c (ieee_single_format, mips_single_format,
17469 motorola_single_format, spu_single_format, ieee_double_format,
17470 mips_double_format, motorola_double_format,
17471 ieee_extended_motorola_format, ieee_extended_intel_96_format,
17472 ieee_extended_intel_128_format, ieee_extended_intel_96_round_53_format,
17473 ibm_extended_format, mips_extended_format, ieee_quad_format,
17474 mips_quad_format, vax_f_format, vax_d_format, vax_g_format,
17475 decimal_single_format, decimal_double_format, decimal_quad_format,
17476 ieee_half_format, arm_half_format, real_internal_format): Add name
17477 field.
17478 * config/pdp11/pdp11.c (pdp11_f_format, pdp11_d_format): Likewise.
17479
17480 2015-02-26 Yuri Rumyantsev <ysrumyan@gmail.com>
17481
17482 PR target/65161
17483 * config/i386/i386.c (ix86_sched_reorder): Skip instruction
17484 reordering for selective scheduling.
17485
17486 2015-02-26 Terry Guo <terry.guo@arm.com>
17487
17488 * config/arm/arm-cores.def (cortex-m7): Add flag FL_NO_VOLATILE_CE.
17489 * config/arm/arm-protos.h (FL_NO_VOLATILE_CE): New flag.
17490 (arm_arch_no_volatile_ce): Declare new global variable.
17491 * config/arm/arm.c (arm_arch_no_volatile_ce): New global variable.
17492 (arm_option_override): Assign value to arm_arch_no_volatile_ce.
17493 * config/arm/arm.h (arm_arch_no_volatile_ce): Declare it.
17494 (TARGET_NO_VOLATILE_CE): New macro.
17495 * config/arm/arm.md (arm_comparison_operator): Disabled if not allow
17496 volatile memory access in IT block
17497
17498 2015-02-25 Kai Tietz <ktietz@redhat.com>
17499
17500 PR tree-optimization/61917
17501 * tree-vect-loop.c (vectorizable_reduction): Handle obvious case
17502 that reduc_def_stmt is null.
17503
17504 2015-02-25 Martin Liska <mliska@suse.cz>
17505
17506 * ipa-icf-gimple.c (func_checker::compare_variable_decl): Compare
17507 hard register variables.
17508
17509 2015-02-25 Kai Tietz <ktietz@redhat.com>
17510
17511 PR target/64212
17512 * symtab.c (symtab::make_decl_local): Set DECL_IMPORT_P explicit to 0.
17513 (symtab::noninterposable_alias): Likewise.
17514
17515 2015-02-25 Ilya Enkovich <ilya.enkovich@intel.com>
17516
17517 PR target/65167
17518 * gcc/config/i386/i386.c (ix86_function_arg_regno_p): Support
17519 bounds registers.
17520 (avoid_func_arg_motion): Add dependencies for BNDSTX insns.
17521
17522 2015-02-25 Alan Lawrence <alan.lawrence@arm.com>
17523
17524 PR target/64997
17525 * config/aarch64/aarch64.md (*xor_one_cmpl<mode>3): Use FP_REGNUM_P
17526 as split condition; force split via '#' in output pattern.
17527
17528 2015-02-25 Richard Biener <rguenther@suse.de>
17529 Kai Tietz <ktietz@redhat.com>
17530
17531 PR tree-optimization/61917
17532 * tree-vect-loop.c (vectorizable_reduction): Allow
17533 vect_internal_def without reduction to exit graceful.
17534
17535 2015-02-25 Georg-Johann Lay <avr@gjlay.de>
17536
17537 PR target/65196
17538 * config/avr/avr.c (avr_adjust_insn_length): Call recog_memoized
17539 only with NONDEBUG_INSN_P.
17540
17541 2015-02-25 Georg-Johann Lay <avr@gjlay.de>
17542
17543 Use variadic macros with avr-log.c.
17544
17545 * config/avr/avr-protos.h (avr_vdump): New prototype.
17546 (avr_log_set_caller_e, avr_log_set_caller_f): Remove protos.
17547 (avr_edump, avr_fdump, avr_dump): (Re)define to use avr_vdump.
17548 * config/avr/avr-log.c: Adjust comments.
17549 (avr_vdump): New function.
17550 (avr_vadump): Pass caller as 2nd argument instead of format string.
17551 (avr_log_caller, avr_log_fdump_e, avr_log_fdump_f)
17552 (avr_log_set_caller_e, avr_log_set_caller_f): Remove.
17553
17554 2015-02-25 Jakub Jelinek <jakub@redhat.com>
17555
17556 PR lto/64374
17557 * target.def (target_option_stream_in): New target hook.
17558 * tree-streamer-in.c (streamer_read_tree_bitfields): Invoke
17559 targetm.target_option.post_stream_in if non-NULL.
17560 * doc/tm.texi.in: Add @hook TARGET_OPTION_POST_STREAM_IN.
17561 * doc/tm.texi: Updated.
17562 * config/i386/i386.c (ix86_function_specific_post_stream_in): New
17563 function.
17564 (TARGET_OPTION_POST_STREAM_IN): Redefine.
17565
17566 2015-02-24 Jeff Law <law@redhat.com>
17567
17568 PR target/65117
17569 * config/xtensa/xtensa.md (zero_cost_loop_start): Reverse numbering
17570 of operand 0 and operand 2.
17571 (zero_cost_loop_end, loop_end): Similarly.
17572
17573 2015-02-24 Aldy Hernandez <aldyh@redhat.com>
17574
17575 * gimple.h (gimple_build_assign): Rename CXX_MEM_STAT_DECL to
17576 CXX_MEM_STAT_INFO.
17577
17578 2015-02-24 DJ Delorie <dj@redhat.com>
17579
17580 * config/rl78/rl78-protos.h (rl78_split_movsi): Accept a mode as well.
17581 * config/rl78/rl78-expand.md (movsf): New, same as movsi.
17582 * config/rl78/rl78.c (rl78_split_movsi): Accept a mode, use it
17583 instead of hardcoding SImode.
17584
17585 2015-02-24 Bernd Schmidt <bernds@codesourcery.com>
17586
17587 * omp-low.c (create_omp_child_function): Tag entrypoint
17588 functions with a special attribute.
17589
17590 2015-02-24 Michael Haubenwallner <michael.haubenwallner@ssi-schaefer.com>
17591
17592 PR target/65058
17593 * config/rs6000/xcoff.h (ASM_OUTPUT_EXTERNAL): Drop unused variable.
17594
17595 2015-02-24 Vladimir Makarov <vmakarov@redhat.com>
17596
17597 PR rtl-optimization/65123
17598 * lra-remat.c (operand_to_remat): Check hard regs in insn
17599 definition too.
17600
17601 2015-02-24 Nick Clifton <nickc@redhat.com>
17602
17603 * config/v850/v850.h (ASM_SPEC): Pass -msoft-float/-mhard-float on
17604 to the assembler.
17605
17606 2015-02-24 Thomas Schwinge <thomas@codesourcery.com>
17607
17608 PR libgomp/64625
17609 * omp-builtins.def (BUILT_IN_GOACC_DATA_START): Specify as
17610 BT_FN_VOID_INT_SIZE_PTR_PTR_PTR, not
17611 BT_FN_VOID_INT_PTR_SIZE_PTR_PTR_PTR.
17612 (BUILT_IN_GOACC_ENTER_EXIT_DATA, BUILT_IN_GOACC_UPDATE): Specify as
17613 BT_FN_VOID_INT_SIZE_PTR_PTR_PTR_INT_INT_VAR, not
17614 BT_FN_VOID_INT_PTR_SIZE_PTR_PTR_PTR_INT_INT_VAR.
17615 (BUILT_IN_GOACC_PARALLEL): Specify as
17616 BT_FN_VOID_INT_OMPFN_SIZE_PTR_PTR_PTR_INT_INT_INT_INT_INT_VAR, not
17617 BT_FN_VOID_INT_OMPFN_PTR_SIZE_PTR_PTR_PTR_INT_INT_INT_INT_INT_VAR.
17618 * builtin-types.def
17619 (BT_FN_VOID_INT_PTR_SIZE_PTR_PTR_PTR_INT_INT_VAR)
17620 (BT_FN_VOID_INT_OMPFN_PTR_SIZE_PTR_PTR_PTR_INT_INT_INT_INT_INT_VAR):
17621 Remove function types.
17622 (BT_FN_VOID_INT_SIZE_PTR_PTR_PTR)
17623 (BT_FN_VOID_INT_SIZE_PTR_PTR_PTR_INT_INT_VAR)
17624 (BT_FN_VOID_INT_OMPFN_SIZE_PTR_PTR_PTR_INT_INT_INT_INT_INT_VAR):
17625 New function types.
17626
17627 2015-02-24 Georg-Johann Lay <avr@gjlay.de>
17628
17629 * config/avr/stdfix.h [__WITH_AVRLIBC__]: Include <stdfix-avrlibc.h>.
17630
17631 2015-02-24 Jakub Jelinek <jakub@redhat.com>
17632
17633 PR tree-optimization/65170
17634 * wide-int.cc (wi::mul_internal): For the umul_ppmm optimization,
17635 if val[1] < 0, clear also val[2] and return 3.
17636
17637 2015-02-24 Alan Modra <amodra@gmail.com>
17638
17639 PR target/65172
17640 * config/rs6000/rs6000.c (get_memref_parts): Only return true
17641 when *base is a reg. Handle nested plus addresses. Simplify
17642 pre_modify test.
17643
17644 2015-02-22 Max Filippov <jcmvbkbc@gmail.com>
17645
17646 * config/xtensa/xtensa.h (CONSTANT_ALIGNMENT, DATA_ALIGNMENT):
17647 use natural alignment when optimizing for size.
17648
17649 2015-02-23 Kaz Kojima <kkojima@gcc.gnu.org>
17650
17651 PR target/65153
17652 * config/sh/sh.md (movsicc_true+3): Remove peephole.
17653 * config/sh/sh-protos.h (replace_n_hard_rtx): Don't declare.
17654 * config/sh/sh.c (replace_n_hard_rtx): Remove.
17655
17656 2015-02-23 Richard Sandiford <richard.sandiford@arm.com>
17657
17658 PR fortran/63427
17659 * wide-int.cc (wi::from_mpz): Cope with unwrapped values that are
17660 too big for a wide_int. Implement missing wrapping operation.
17661
17662 2015-02-23 Oleg Endo <olegendo@gcc.gnu.org>
17663
17664 PR target/65163
17665 * config/sh/sh.md (swapbsi2, related peephole2): Use const_int -65536
17666 instead of const_int 4294901760.
17667
17668 2015-02-23 Georg-Johann Lay <avr@gjlay.de>
17669
17670 * config/avr/t-avr: Fix typo in comment.
17671
17672 2015-02-21 Richard Sandiford <richard.sandiford@arm.com>
17673
17674 * doc/rtl.texi (fma): Clarify documentation.
17675
17676 2015-02-20 Aldy Hernandez <aldyh@redhat.com>
17677
17678 PR debug/58123
17679 * gimplify.c (gimplify_expr): Prefer location of TRY_FINALLY_EXPR
17680 over input_location.
17681
17682 2015-02-20 Bernd Schmidt <bernds@codesourcery.com>
17683
17684 * tree-streamer-in.c (unpack_ts_decl_common_value_fields,
17685 unpack_ts_type_common_value_fields): If ACCEL_COMPILER,
17686 restrict alignments to absolute_biggest_alignment.
17687 * config/i386/i386.c (TARGET_ABSOLUTE_BIGGEST_ALIGNMENT):
17688 Define.
17689 * doc/tm.texi.in (TARGET_ABSOLUTE_BIGGEST_ALIGNMENT): Add.
17690 * doc/tm.texi: Regenerate.
17691 * target.def (absolute_biggest_alignment): New DEFHOOKPOD.
17692
17693 2015-02-20 Vladimir Makarov <vmakarov@redhat.com>
17694
17695 PR target/64172
17696 * ira-color.c (color_pass): Prevent splitting multi-register pseudos.
17697
17698 2015-02-20 Richard Biener <rguenther@suse.de>
17699
17700 PR tree-optimization/65136
17701 * tree-ssa-propagate.c: Include cfgloop.h.
17702 (replace_phi_args_in): Avoid replacing loop latch edge PHI
17703 arguments with constants.
17704
17705 2015-02-20 Jakub Jelinek <jakub@redhat.com>
17706 Martin Liska <mliska@suse.cz>
17707
17708 PR target/63892
17709 * ipa-icf.c (sem_function::merge): If DECL_COMDAT_GROUP (alias->decl),
17710 don't try to create_thunk if stdarg_p. If
17711 !sem_item::target_supports_symbol_aliases_p (), similarly, and try to
17712 redirect_callers if possible.
17713 (sem_item_optimizer::execute): Call unregister_hooks here...
17714 (ipa_icf_driver): ... instead of here.
17715
17716 2015-02-20 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
17717
17718 * config/aarch64/aarch64.md (*aarch64_lshr_sisd_or_int_<mode>3):
17719 Mark operand 0 as earlyclobber in 2nd alternative.
17720 (1st define_split below *aarch64_lshr_sisd_or_int_<mode>3):
17721 Write negated shift amount into QI lowpart operand 0 and use it
17722 in the shift step.
17723 (2nd define_split below *aarch64_lshr_sisd_or_int_<mode>3): Likewise.
17724
17725 2015-02-20 Bernd Schmidt <bernds@codesourcery.com>
17726
17727 * cgraph.h (clone_function_name_1): Declare.
17728 * cgraphclones.c (clone_function_name_1): New function.
17729 (clone_function_name): Use it.
17730 * lto-partition.c: Include "stringpool.h".
17731 (must_not_rename, maybe_rewrite_identifier)
17732 (validize_symbol_for_target): New static functions.
17733 (privatize_symbol_name): Use must_not_rename.
17734 (promote_symbol): Call validize_symbol_for_target.
17735 (lto_promote_cross_file_statics): Likewise.
17736 (lto_promote_statics_nonwpa): Likewise.
17737
17738 2015-02-20 Georg-Johann Lay <avr@gjlay.de>
17739
17740 PR target/64452
17741 * config/avr/avr.md (pushhi_insn): New insn.
17742 (push<mode>1): Push virtual regs in one chunk using pushhi1_insn.
17743
17744 2015-02-20 Bernd Schmidt <bernds@codesourcery.com>
17745 Jakub Jelinek <jakub@redhat.com>
17746
17747 * tree-streamer.c (preload_common_nodes): Don't preload
17748 TI_VA_LIST* for offloading.
17749 * tree-stdarg.c (pass_stdarg::gate): Disable for ACCEL_COMPILER
17750 in_lto_p.
17751
17752 2015-02-19 John David Anglin <danlgin@gcc.gnu.org>
17753
17754 * config/pa/pa.c (pa_emit_move_sequence): Always force
17755 (const (plus (symbol) (const_int))) to const mem. Put REG_EQUAL
17756 note on insn.
17757
17758 * config/pa/pa.c (pa_reloc_rw_mask): New function.
17759 (TARGET_ASM_RELOC_RW_MASK): Define.
17760 (pa_cannot_force_const_mem): Revert previous change.
17761
17762 2015-02-19 Martin Jambor <mjmabor@suse.cz>
17763 Jan Hubicka <hubicka@ucw.cz>
17764
17765 PR ipa/65028
17766 * ipa-cp.c (propagate_alignment_accross_jump_function): Fix propagation
17767 across jump functions.
17768
17769 2015-02-19 Uros Bizjak <ubizjak@gmail.com>
17770
17771 * config/alpha/alpha.c (alpha_in_small_data_p): Reject common symbols.
17772
17773 2015-02-19 Sandra Loosemore <sandra@codesourcery.com>
17774
17775 * doc/extend.texi (x86 transactional memory intrinsics): Copy-edit.
17776
17777 2015-02-19 Richard Henderson <rth@redhat.com>
17778
17779 PR middle-end/65074
17780 * varasm.c (default_binds_local_p_2): Don't test node->definition;
17781 test DECL_EXTERNAL independent of symtab_node.
17782
17783 2015-02-19 Jakub Jelinek <jakub@redhat.com>
17784
17785 PR lto/65012
17786 * varpool.c (varpool_node::get_constructor): Return early
17787 if this->lto_file_data is NULL.
17788
17789 2015-02-19 Maxim Kuvyrkov <maxim.kuvyrkov@linaro.org>
17790
17791 * haifa-sched.c (enum rfs_decision, rfs_str): Remove RFS_DEBUG.
17792 (rank_for_schedule_debug): Update.
17793 (ready_sort): Make static. Move sorting logic to ...
17794 (ready_sort_debug, ready_sort_real): New static functions.
17795 (schedule_block): Sort both debug insns and real insns in preparation
17796 for ready list trimming. Improve debug output.
17797 * sched-int.h (ready_sort): Remove global declaration.
17798
17799 2015-02-18 Trevor Saunders <tsaunders@mozilla.com>
17800
17801 * ipa-icf.c (sem_function::equals_private): Adjust.
17802 (sem_function::bb_dict_test): Take a vec<int> * instead of
17803 auto_vec<int>.
17804 * ipa-icf.h (bb_dict_test): Likewise.
17805
17806 2015-02-18 Jakub Jelinek <jakub@redhat.com>
17807
17808 PR gcov-profile/64634
17809 * tree-eh.c (frob_into_branch_around): Fix up typos
17810 in function comment.
17811 (lower_catch): Put eh_seq resulting from EH lowering of
17812 the cleanup sequence after the cleanup rather than before it.
17813
17814 2015-02-18 Tom de Vries <tom@codesourcery.com>
17815
17816 * common.opt (fstdarg-opt): New option.
17817 * tree-stdarg.c (pass_stdarg::gate): Use flag_stdarg_opt.
17818 * doc/invoke.texi (@item Optimization Options): Add -fstdarg-opt.
17819 (@item -fstdarg-opt): New item.
17820
17821 2015-02-18 H.J. Lu <hongjiu.lu@intel.com>
17822
17823 PR target/65064
17824 * config/ia64/predicates.md (sdata_symbolic_operand): Return false
17825 for common symbols.
17826
17827 2015-02-18 Jakub Jelinek <jakub@redhat.com>
17828
17829 * config/i386/t-intelmic (mkoffload.o): Remove dependency on
17830 insn-modes.h.
17831 (ALL_HOST_OBJS): Add mkoffload.o.
17832 * config/nvptx/t-nvptx (ALL_HOST_OBJS): Likewise.
17833
17834 2015-02-18 Jan Hubicka <hubicka@ucw.cz>
17835
17836 * ipa-devirt.c (odr_subtypes_equivalent_p): Fix formating.
17837 (compare_virtual_tables): Be smarter about skipping typeinfos;
17838 do sane output on virtual table table mismatch.
17839 (warn_odr): Be ready for forward declarations of enums;
17840 output sane info on base mismatch and virtual table mismatch.
17841 (add_type_duplicate): Fix code choosing prevailing type; do not ICE
17842 when only one type is polymorphic.
17843 (get_odr_type): Fix hashtable corruption.
17844 (dump_odr_type): Dump mangled names.
17845
17846 2015-02-18 Richard Biener <rguenther@suse.de>
17847
17848 PR tree-optimization/65063
17849 * tree-predcom.c (determine_unroll_factor): Return 1 if we
17850 have replaced looparound PHIs.
17851
17852 2015-02-18 Martin Liska <mliska@suse.cz>
17853
17854 * lto-streamer.c (lto_streamer_init): Encapsulate
17855 streamer_check_handled_ts_structures with checking macro.
17856
17857 2015-02-18 Jakub Jelinek <jakub@redhat.com>
17858
17859 PR ipa/65087
17860 * cgraphclones.c (cgraph_node::create_virtual_clone): Only copy
17861 section if !implicit_section.
17862 (cgraph_node::create_version_clone_with_body): Likewise.
17863 * trans-mem.c (ipa_tm_create_version): Likewise.
17864
17865 2015-02-18 Richard Biener <rguenther@suse.de>
17866
17867 PR tree-optimization/62217
17868 * tree-ssa-dom.c (cprop_operand): Avoid propagating copies
17869 into BIVs.
17870
17871 2015-02-18 Marek Polacek <polacek@redhat.com>
17872
17873 PR sanitizer/65081
17874 * ubsan.c (OBJSZ_MAX_OFFSET): Define.
17875 (ubsan_expand_objsize_ifn): Don't emit run-time check if the offset
17876 is in range [-16K, -1]. Don't issue run-time error if
17877 (ptr > ptr + offset).
17878
17879 2015-02-18 Thomas Schwinge <thomas@codesourcery.com>
17880
17881 * doc/install.texi (nvptx-*-none): New section.
17882 * doc/invoke.texi (Nvidia PTX Options): Likewise.
17883 * config/nvptx/nvptx.opt: Update.
17884
17885 * config/nvptx/mkoffload.c (parse_env_var, free_array_of_ptrs)
17886 (access_check): New functions, copied from
17887 config/i386/intelmic-mkoffload.c.
17888 (main): For non-installed testing, look in all COMPILER_PATHs for
17889 GCC_INSTALL_NAME.
17890
17891 * config/nvptx/nvptx.h (GOMP_SELF_SPECS): Define macro.
17892
17893 2015-02-18 Andrew Pinski <apinski@cavium.com>
17894 Naveen H.S <Naveen.Hurugalawadi@caviumnetworks.com>
17895
17896 * config/aarch64/aarch64.c (*aarch64_load_symref_appropriately):
17897 Check whether the destination of SYMBOL_SMALL_TPREL is Pmode.
17898
17899 2015-02-17 Jan Hubicka <hubicka@ucw.cz>
17900
17901 * ipa-visibility.c (function_and_variable_visibility): Only
17902 check locality if node is not already local.
17903 * ipa-inline.c (want_inline_function_to_all_callers_p): Use
17904 call_for_symbol_and_aliases instead of
17905 call_for_symbol_thunks_and_aliases.
17906 (ipa_inline): Likewise.
17907 * cgraph.c (cgraph_node::call_for_symbol_thunks_and_aliases):
17908 first walk aliases.
17909 * ipa.c (symbol_table::remove_unreachable_nodes): Use
17910 call_for_symbol_and_aliases.
17911 * ipa-profile.c (ipa_propagate_frequency_data): Add function_symbol.
17912 (ipa_propagate_frequency_1): Use it; use opt_for_fn
17913 (ipa_propagate_frequency): Update.
17914 (ipa_profile): Add opt_for_fn gueards.
17915
17916 2015-02-17 Oleg Endo <olegendo@gcc.gnu.org>
17917
17918 * config/sh/sh.opt (mcbranch-force-delay-slot): New option.
17919 * doc/invoke.texi (SH options): Document it.
17920 * config/sh/sh.c (sh_insn_length_adjustment): Check
17921 TARGET_CBRANCH_FORCE_DELAY_SLOT instead of sh_cpu_attr == CPU_SH2E.
17922
17923 2015-02-17 H.J. Lu <hongjiu.lu@intel.com>
17924
17925 * common.opt (fipa-cp-alignment): New.
17926 * ipa-cp.c (ipcp_store_alignment_results): Check
17927 flag_ipa_cp_alignment.
17928 * opts.c (default_options_table): Enable -fipa-cp-alignment for
17929 -O2.
17930 (enable_fdo_optimizations): Set x_flag_ipa_cp_alignment.
17931 * doc/invoke.texi: Document -fipa-cp-alignment.
17932
17933 2015-02-17 Oleg Endo <olegendo@gcc.gnu.org>
17934
17935 PR target/64793
17936 * config/sh/sh.md (cbranch define_delay): Set annulled true branch insn
17937 to nil. Adjust comments.
17938
17939 2015-02-17 Jan Hubicka <hubicka@ucw.cz>
17940
17941 * ipa-visibility.c (function_and_variable_visibility): Only
17942 check locality if node is not already local.
17943 * ipa-inline.c (want_inline_function_to_all_callers_p): Use
17944 call_for_symbol_and_aliases instead of
17945 call_for_symbol_thunks_and_aliases.
17946 (ipa_inline): Likewise.
17947 * cgraph.c (cgraph_node::call_for_symbol_thunks_and_aliases):
17948 first walk aliases.
17949 * ipa.c (symbol_table::remove_unreachable_nodes): Use
17950 call_for_symbol_and_aliases.
17951 * ipa-profile.c (ipa_propagate_frequency_data): Add function_symbol.
17952 (ipa_propagate_frequency_1): Use it; use opt_for_fn
17953 (ipa_propagate_frequency): Update.
17954 (ipa_profile): Add opt_for_fn guards.
17955
17956 2015-02-17 Thomas Schwinge <thomas@codesourcery.com>
17957
17958 * config/nvptx/mkoffload.c (parse_file): Fix logic error in
17959 skipping of "strange" tokens.
17960
17961 2015-02-17 Jeff Law <law@redhat.com>
17962
17963 * tree-vrp.c (identify_jump_threads): Use last_stmt. Remove
17964 obsolete comment.
17965
17966 2015-02-17 James Greenhalgh <james.greenhalgh@arm.com>
17967
17968 * haifa-sched.c (recompute_todo_spec): Treat SCHED_GROUP_P
17969 as forcing a HARD_DEP between instructions, thereby
17970 disallowing rewriting to break dependencies.
17971
17972 2015-02-16 Jan Hubicka <hubicka@ucw.cz>
17973
17974 * symtab.c (symtab_node::verify_base): Verify body_removed->!definiton
17975 * lto-cgraph.c (lto_output_varpool_node): Do not keep definition of
17976 variables in boundary that have no inlitalizer encoded and are
17977 not aliases.
17978 * varasm.c (default_binds_local_p_2): External definitions do not
17979 count as definitions here.
17980
17981 2015-02-16 Jeff Law <law@redhat.com>
17982
17983 PR tree-optimization/64823
17984 * tree-vrp.c (identify_jump_threads): Handle blocks with no real
17985 statements.
17986 * tree-ssa-threadedge.c (potentially_threadable_block): Allow
17987 threading through blocks with PHIs, but no statements.
17988 (thread_through_normal_block): Distinguish between blocks where
17989 we did not process all the statements and blocks with no statements.
17990
17991 2015-02-16 Jakub Jelinek <jakub@redhat.com>
17992 James Greenhalgh <james.greenhalgh@arm.com>
17993
17994 PR ipa/64963
17995 * cgraphclones.c (cgraph_node::create_virtual_clone): Copy
17996 section if not linkonce. Fix up formatting.
17997 (cgraph_node::create_version_clone_with_body): Copy section.
17998 * trans-mem.c (ipa_tm_create_version): Likewise.
17999
18000 2015-02-16 Richard Biener <rguenther@suse.de>
18001
18002 PR tree-optimization/65077
18003 * tree-ssa-structalias.c (get_constraint_for_1): Handle
18004 IMAGPART_EXPR, REALPART_EXPR and BIT_FIELD_REF.
18005 (find_func_aliases): Allow float values to carry pointers again.
18006
18007 2015-02-16 James Greenhalgh <james.greenhalgh@arm.com>
18008
18009 * doc/install.texi (Specific): Reorder targets list to put
18010 aarch64 in alphabetical order. Add a link to aarch64*-*-*
18011 from the top menu.
18012
18013 2015-02-16 Michael Haubenwallner <michael.haubenwallner@ssi-schaefer.com>
18014 David Edelsohn <dje.gcc@gmail.com>
18015
18016 PR target/65058
18017 * config/rs6000/rs6000.c (rs6000_output_symbol_ref): Append storage
18018 mapping class to external variable or function reference.
18019 * config/rs6000/xcoff.h (ASM_OUTPUT_EXTERNAL): Do not append storage
18020 mapping class.
18021
18022 2015-02-16 David Eelsohn <dje.gcc@gmail.com>
18023
18024 PR target/53348
18025 * config/rs6000/rs6000.c (rs6000_declare_alias): Only use
18026 ASM_WEAKEN_DECL if defined.
18027
18028 2015-02-16 Richard Biener <rguenther@suse.de>
18029
18030 PR lto/65015
18031 * varasm.c (default_file_start): For LTO produced units
18032 emit <artificial> as file directive.
18033
18034 2015-02-16 Richard Biener <rguenther@suse.de>
18035
18036 PR tree-optimization/63593
18037 * tree-predcom.c (execute_pred_commoning_chain): Delay removing
18038 stmts and releasing SSA names until...
18039 (execute_pred_commoning): ... after processing all chains.
18040
18041 2015-02-16 Jan Hubicka <hubicka@ucw.cz>
18042
18043 PR ipa/65059
18044 * ipa-comdats.c (ipa_comdats): Do not categorize thunks to
18045 external functions.
18046
18047 2015-02-15 Sandra Loosemore <sandra@codesourcery.com>
18048
18049 * doc/bugreport.texi: Adjust section titles throughout the file
18050 to use "Title Case".
18051 * doc/extend.texi: Likewise.
18052 * doc/gcov.texi: Likewise.
18053 * doc/implement-c.texi: Likewise.
18054 * doc/implement-cxx.texi: Likewise.
18055 * doc/invoke.texi: Likewise.
18056 * doc/objc.texi: Likewise.
18057 * doc/standards.texi: Likewise.
18058 * doc/trouble.texi: Likewise.
18059
18060 2015-02-15 Jan Hubicka <hubicka@ucw.cz>
18061
18062 * cgraph.h (symtab_node::has_aliases_p): Simplify.
18063 (symtab_node::call_for_symbol_and_aliases): Use has_aliases_p
18064 * tree.c (lookup_binfo_at_offset): Make static.
18065 (get_binfo_at_offset): Do not shadow offset; add explanatory
18066 comment.
18067
18068 2015-02-15 John David Anglin <danglin@gcc.gnu.org>
18069
18070 * config/pa/pa.c (pa_secondary_reload): Request a secondary reload
18071 for all floading point loads and stores except those using a register
18072 index address.
18073 * config/pa/pa.md: Add new patterns to load a lo_sum DLT operand
18074 to a register.
18075
18076 2015-02-14 Jan Hubicka <hubicka@ucw.cz>
18077
18078 * ipa-inline-analysis.c (growth_data): Add uninlinable field.
18079 (do_estimate_growth_1): Record if any uninlinable edge was seen.
18080 (estimate_growth): Handle uninlinable edges correctly.
18081 (check_callers): New.
18082 (growth_likely_positive): Handle aliases correctly.
18083
18084 2015-02-14 Jan Hubicka <hubicka@ucw.cz>
18085
18086 * ipa-chkp.c: Use iterate_direct_aliases.
18087 * symtab.c (resolution_used_from_other_file_p): Move inline.
18088 (symtab_node::create_reference): Fix formating.
18089 (symtab_node::has_aliases_p): Move inline; use iterate_direct_aliases.
18090 (symtab_node::iterate_reference): Move inline.
18091 (symtab_node::iterate_referring): Move inline.
18092 (symtab_node::iterate_direct_aliases): Move inline.
18093 (symtab_node::used_from_object_file_p_worker): Inline into ...
18094 (symtab_node::used_from_object_file_p): ... this one; move inline.
18095 (symtab_node::call_for_symbol_and_aliases): Move inline;
18096 use iterate_direct_aliases.
18097 (symtab_node::call_for_symbol_and_aliases_1): New method.
18098 (cgraph_node::call_for_symbol_and_aliases): Move inline;
18099 use iterate_direct_aliases.
18100 (cgraph_node::call_for_symbol_and_aliases_1): New method.
18101 (varpool_node::call_for_node_and_aliases): Rename to ...
18102 (varpool_node::call_for_symbol_and_aliases): ... this one; Move inline;
18103 use iterate_direct_aliases.
18104 (varpool_node::call_for_symbol_and_aliases_1): New method.
18105 * ipa.c (ipa_single_use): Use iterate_direct_aliases.
18106 (ipa_discover_readonly_nonaddressable_var): Update.
18107 * ipa-devirt.c: Fix formating.
18108 * cgraph.c (cgraph_node::can_remove_if_no_direct_calls_and_refs_p):
18109 Move inline.
18110 (cgraph_node::call_for_symbol_and_aliases): Move inline.
18111 (cgraph_node::call_for_symbol_and_aliases_1): New function..
18112 * cgraph.h (used_from_object_file_p_worker): Remove.
18113 (resolution_used_from_other_file_p): Move inline.
18114 (symtab_node::has_aliases_p): Move inline; use iterate_direct_aliases.
18115 (symtab_node::iterate_reference): Move inline.
18116 (symtab_node::iterate_referring): Move inline.
18117 (symtab_node::iterate_direct_aliases): Move inline.
18118 (symtab_node::used_from_object_file_p_worker): Inline into ...
18119 (symtab_node::used_from_object_file_p): Move inline.
18120 * tree-emutls.c (ipa_lower_emutls): Update.
18121 * varpool.c (varpool_node::call_for_symbol_and_aliases_1): New method.
18122 (varpool_node::call_for_node_and_aliases): Remove.
18123
18124 2015-02-14 Jakub Jelinek <jakub@redhat.com>
18125
18126 PR tree-optimization/62209
18127 * tree-ssa-reassoc.c (update_range_test): If stmt is a PHI and
18128 op == range->exp, insert seq and gimplified code after labels
18129 instead of after the phi.
18130
18131 2015-02-13 Jeff Law <law@redhat.com>
18132
18133 PR bootstrap/65060
18134 Revert my change for tree-optimization/64823.
18135
18136 2015-02-13 Jakub Jelinek <jakub@redhat.com>
18137
18138 PR tree-optimization/65053
18139 * tree-ssa-phiopt.c (value_replacement): When moving assign before
18140 cond, either reset VR on lhs or set it to phi result VR.
18141
18142 2015-02-13 Jeff Law <law@redhat.com>
18143
18144 PR tree-optimization/64823
18145 * tree-vrp.c (identify_jump_threads): Handle blocks with no statements.
18146 * tree-ssa-threadedge.c (potentially_threadable_block): Allow
18147 threading through blocks with PHIs, but no statements.
18148 (thread_through_normal_block): Distinguish between blocks where
18149 we did not process all the statements and blocks with no statements.
18150
18151 PR rtl-optimization/47477
18152 * match.pd (convert (plus/minus (convert @0) (convert @1): New
18153 simplifier to narrow arithmetic.
18154
18155 2015-02-13 Jan Hubicka <hubicka@ucw.cz>
18156
18157 PR ipa/65028
18158 * ipa-prop.c (update_indirect_edges_after_inlining): Do not drop
18159 polymorphic call info when type is not known to be preserved.
18160
18161 2015-02-13 Maritn Jambor <mjambor@suse.cz>
18162
18163 PR ipa/65028
18164 * ipa-inline-transform.c (mark_all_inlined_calls_cdtor): New function.
18165 (inline_call): Use it.
18166
18167 2015-02-13 Thomas Schwinge <thomas@codesourcery.com>
18168
18169 * config/nvptx/offload.h (ACCEL_COMPILER_acc_device): Define to
18170 GOMP_DEVICE_NVIDIA_PTX.
18171
18172 2015-02-13 Jakub Jelinek <jakub@redhat.com>
18173
18174 PR ipa/65034
18175 * stmt.c (emit_case_nodes): Use void_type_node instead of
18176 NULL_TREE as LABEL_DECL type.
18177
18178 2015-02-13 John David Anglin <danglin@gcc.gnu.org>
18179
18180 * config/pa/constraints.md: Change "Q" and "T" constraints to memory
18181 constraints.
18182 * config/pa/pa.c (pa_cannot_force_const_mem): Don't allow constant
18183 symbolic references to data to be forced to constant memory on the
18184 SOM target.
18185
18186 2015-02-13 Ilya Enkovich <ilya.enkovich@intel.com>
18187
18188 PR tree-optimization/65002
18189 * tree-cfg.c (pass_data_fixup_cfg): Don't update
18190 SSA on start.
18191 * tree-sra.c (some_callers_have_no_vuse_p): New.
18192 (ipa_early_sra): Reject functions whose callers
18193 assume function is read only.
18194
18195 2015-02-13 Richard Biener <rguenther@suse.de>
18196
18197 PR lto/65015
18198 * dwarf2out.c (dwarf2out_finish): Use <artificial> as DW_AT_name
18199 for LTO produced CUs.
18200
18201 2015-02-13 Bin Cheng <bin.cheng@arm.com>
18202
18203 PR tree-optimization/64705
18204 * tree-ssa-loop-niter.h (expand_simple_operations): New parameter.
18205 * tree-ssa-loop-niter.c (expand_simple_operations): New parameter.
18206 * tree-ssa-loop-ivopts.c (extract_single_var_from_expr): New.
18207 (find_bivs, find_givs_in_stmt_scev): Pass new argument to
18208 expand_simple_operations.
18209
18210 2015-02-13 H.J. Lu <hongjiu.lu@intel.com>
18211 Richard Henderson <rth@redhat.com>
18212
18213 PR rtl/32219
18214 * cgraphunit.c (cgraph_node::finalize_function): Set definition
18215 before notice_global_symbol.
18216 (varpool_node::finalize_decl): Likewise.
18217 * varasm.c (default_binds_local_p_2): Rename from
18218 default_binds_local_p_1, add weak_dominate argument. Use direct
18219 returns instead of assigning to local variable. Unify varpool and
18220 cgraph paths via symtab_node. Reject undef weak variables before
18221 testing visibility. Reorder tests for simplicity.
18222 (default_binds_local_p): Use default_binds_local_p_2.
18223 (default_binds_local_p_1): Likewise.
18224 (decl_binds_to_current_def_p): Unify varpool and cgraph paths
18225 via symtab_node.
18226 (default_elf_asm_output_external): Emit visibility when specified.
18227
18228 2015-02-13 Alan Modra <amodra@gmail.com>
18229
18230 * config/rs6000/rs6000.c (rs6000_emit_epilogue): Fix typo in
18231 code setting up r11 for out-of-line fp restore.
18232
18233 2015-02-13 Eric Botcazou <ebotcazou@adacore.com>
18234
18235 * config/visium/visium.opt (msv-mode): Add RejectNegative and Report.
18236 (muser-mode): Likewise.
18237
18238 2015-02-13 Alan Modra <amodra@gmail.com>
18239
18240 * config/rs6000/rs6000.c (rs6000_emit_epilogue): Use addsi3_carry
18241 or adddi3_carry when restoring frame_reg_rtx from r0 after restvr.
18242
18243 2015-02-12 David Howells <dhowells@redhat.com>
18244
18245 * tree-sra.c (dump_dereferences_table): Avoid -Wformat-security
18246 warning.
18247 * tree-ssa-uninit.c (dump_predicates): Likewise.
18248 * opts.c (print_filtered_help): Likewise.
18249
18250 2015-02-12 Jakub Jelinek <jakub@redhat.com>
18251
18252 * dwarf2out.c (output_die): Use "%s", name instead of name to
18253 avoid -Wformat-security warning.
18254
18255 * dwarf2asm.c (dw2_asm_output_vms_delta): Only define
18256 if ASM_OUTPUT_DWARF_VMS_DELTA is defined.
18257 * dwarf2out.c (output_die): Use dw2_asm_output_vms_delta
18258 only if ASM_OUTPUT_DWARF_VMS_DELTA is defined.
18259
18260 2015-02-12 Jason Merrill <jason@redhat.com>
18261
18262 * common.opt (-flifetime-dse): New.
18263
18264 2015-02-12 Jakub Jelinek <jakub@redhat.com>
18265
18266 PR sanitizer/65019
18267 * ubsan.c (ubsan_expand_objsize_ifn): Always return true.
18268
18269 PR tree-optimization/65014
18270 * fold-const.c (fold_binary_loc): When creating {L,R}ROTATE_EXPR,
18271 use original second operand of arg0 or arg1 instead of
18272 that adjusted by STRIP_NOPS.
18273
18274 2015-02-11 Jeff Law <law@redhat.com>
18275
18276 PR target/63347
18277 * haifa-sched.c (prune_ready_list): If we have a SCHED_GROUP_P insn
18278 that needs to be queued, just queue it for a single cycle.
18279
18280 2015-02-11 Jan Hubicka <hubicka@ucw.cz>
18281
18282 * ipa.c (symbol_table::remove_unreachable_nodes): Avoid releasing
18283 bodies of thunks; comment on why.
18284 * symtab.c (symtab_node::get_partitioning_class): Aliases of extern
18285 symbols are extern.
18286
18287 2015-02-11 Richard Henderson <rth@redhat.com>
18288
18289 PR sanitize/65000
18290 * tree-eh.c (mark_reachable_handlers): Mark source and destination
18291 regions of __builtin_eh_copy_values.
18292
18293 2015-02-11 Jakub Jelinek <jakub@redhat.com>
18294
18295 PR middle-end/65003
18296 * varasm.c (place_block_symbol): Assert that DECL_RTL of the
18297 ultimate alias is MEM with SYMBOL_REF satisfying
18298 SYMBOL_REF_HAS_BLOCK_INFO_P as its operand. Don't pass the MEM
18299 to place_block_symbol, but instead pass the SYMBOL_REF operand of it.
18300
18301 2015-02-11 Thomas Schwinge <thomas@codesourcery.com>
18302
18303 * config/nvptx/mkoffload.c: Include "diagnostic.h" instead of
18304 "diagnostic-core.h".
18305 (main): Initialize progname, and call diagnostic_initialize.
18306
18307 * config/nvptx/mkoffload.c (process): Refer to __OFFLOAD_TABLE__
18308 instead of __OPENMP_TARGET__.
18309
18310 * config/nvptx/mkoffload.c: Include "gomp-constants.h".
18311 (process): Use its GOMP_DEVICE_NVIDIA_PTX instead of (wrongly)
18312 hard-coding PTX_ID.
18313
18314 2015-02-11 H.J. Lu <hongjiu.lu@intel.com>
18315
18316 * doc/sourcebuild.texi (pie_enabled): Document.
18317
18318 2015-02-11 Martin Liska <mliska@suse.cz>
18319
18320 PR ipa/64813
18321 * cgraphunit.c (cgraph_node::expand_thunk): Do not create
18322 a return value for call to a function that is noreturn.
18323
18324 2015-02-11 Richard Biener <rguenther@suse.de>
18325
18326 PR lto/65015
18327 * dwarf2out.c (gen_producer_string): Drop -fltrans-output-list
18328 and -fresolution.
18329
18330 2015-02-11 Andrew Pinski <apinski@cavium.com>
18331
18332 PR target/64893
18333 * config/aarch64/aarch64-builtins.c (aarch64_init_simd_builtins):
18334 Change the first argument type to size_type_node and add another
18335 size_type_node.
18336 (aarch64_simd_expand_builtin): Handle the new argument to
18337 AARCH64_SIMD_BUILTIN_LANE_CHECK and don't ICE but rather
18338 print an out when the first two arguments are not
18339 nonzero integer constants.
18340 * config/aarch64/arm_neon.h (__AARCH64_LANE_CHECK):
18341 Pass the sizeof directly to __builtin_aarch64_im_lane_boundsi.
18342
18343 2015-02-11 Jakub Jelinek <jakub@redhat.com>
18344
18345 PR target/61925
18346 * config/i386/i386.c (ix86_reset_to_default_globals): Removed.
18347 (ix86_reset_previous_fndecl): Restore it here, unconditionally.
18348 (ix86_set_current_function): Rewritten.
18349 (ix86_add_new_builtins): Temporarily clear current_target_pragma
18350 when creating builtin fndecls.
18351
18352 2015-02-10 Jan Hubicka <hubicka@ucw.cz>
18353
18354 PR ipa/65005
18355 * ipa-visibility.c (cgraph_node::non_local_p): Turn into static
18356 function.
18357 * symtab.c (symtab_node::verify_base): Remove check that non-definitions
18358 have no comdat group.
18359 * lto-cgraph.c (lto_output_node): Always output thunk and alias info.
18360 (lto_output_varpool_node): Always output alias info.
18361 (output_refs): Output refs of boundary aliases, too.
18362 (compute_ltrans_boundary): Add alias and thunk target into boundaries.
18363 (output_symtab): Output call eges in thunks in boundary.
18364 (get_alias_symbol): Remove.
18365 (input_node, input_varpool_node): Do not special case weakrefs.
18366 * ipa.c (symbol_table::remove_unreachable_nodes): Do not remove
18367 alias and thunks targets in the boundary; do not take removed symbols
18368 from their comdat groups.
18369 * cgraph.c (cgraph_node::local_info): Look through aliases and thunks.
18370 (cgraph_node::global_info): Remove.
18371 (cgraph_node::rtl_info): Look through aliases and thunks.
18372 * cgrpah.h (global_info): Remove.
18373 (non_local_p): Remove.
18374
18375 2015-02-10 David Wohlferd <dw@LimeGreenSocks.com>
18376 Sandra Loosemore <sandra@codesourcery.com>
18377
18378 * doc/invoke.texi (x86 Options [-masm=dialect]): Add cross-references
18379 to inline asm. List dialects in proper order.
18380
18381 2015-02-10 David Wohlferd <dw@LimeGreenSocks.com>
18382 Sandra Loosemore <sandra@codesourcery.com>
18383
18384 * doc/extend.texi (Loop-Specific Pragmas): Fix grammar error.
18385
18386 2015-02-10 David Wohlferd <dw@LimeGreenSocks.com>
18387
18388 * doc/extend.texi (Symbol-Renaming Pragmas): Restore (slightly
18389 modified) reference to Solaris.
18390
18391 2015-02-10 Sandra Loosemore <sandra@codesourcery.com>
18392
18393 * doc/extend.texi (Extended Asm): Fix typos.
18394
18395 2015-02-10 Jakub Jelinek <jakub@redhat.com>
18396
18397 PR sanitizer/65004
18398 * ubsan.c (ubsan_expand_vptr_ifn): Always return true.
18399
18400 2015-02-10 Oleg Endo <olegendo@gcc.gnu.org>
18401
18402 PR target/64661
18403 * config/sh/sh-protos.h (TARGET_ATOMIC_ANY, TARGET_ATOMIC_STRICT,
18404 TARGET_ATOMIC_SOFT_GUSA, TARGET_ATOMIC_HARD_LLCS,
18405 TARGET_ATOMIC_SOFT_TCB, TARGET_ATOMIC_SOFT_IMASK): Add parentheses.
18406 * config/sh/constraints.md (Ara, Add): New constraints.
18407 * config/sh/sync.md (atomic_mem_operand_0, atomic_mem_operand_1): New
18408 predicates.
18409 (atomic_compare_and_swap<mode>, atomic_exchange<mode>): Use
18410 atomic_mem_operand_0. Don't use force_reg on the memory address.
18411 (atomic_compare_and_swapsi_hard): Use atomic_mem_operand_0 predicate and
18412 Sra constraint. Convert to insn_and_split. Add workaround for
18413 PR 64974.
18414 (atomic_compare_and_swap<mode>_hard): Copy to
18415 atomic_compare_and_swap<mode>_hard_1. Convert to insn_and_split.
18416 Use atomic_mem_operand_0 predicate.
18417 (atomic_compare_and_swap<mode>_soft_gusa,
18418 atomic_exchange<mode>_soft_gusa): Use atomic_mem_operand_0 predicate and
18419 AraAdd constraints.
18420 (atomic_compare_and_swap<mode>_soft_tcb,
18421 atomic_compare_and_swap<mode>_soft_imask,
18422 atomic_exchange<mode>_soft_tcb, atomic_exchange<mode>_soft_imask): Use
18423 atomic_mem_operand_0 predicate and SraSdd constraints.
18424 (atomic_exchangesi_hard) Use atomic_mem_operand_0 predicate and Sra
18425 constraint.
18426 (atomic_exchange<mode>_hard): Copy to atomic_exchange<mode>_hard_1.
18427 Convert to insn_and_split. Use atomic_mem_operand_0 predicate.
18428 (atomic_fetch_<fetchop_name><mode>, atomic_fetch_nand<mode>,
18429 atomic_<fetchop_name>_fetch<mode>): Use atomic_mem_operand_1. Don't use
18430 force_reg on the memory address.
18431 (atomic_fetch_<fetchop_name>si_hard, atomic_fetch_notsi_hard,
18432 atomic_fetch_nandsi_hard, atomic_<fetchop_name>_fetchsi_hard,
18433 atomic_not_fetchsi_hard, atomic_nand_fetchsi_hard): Use
18434 atomic_mem_operand_1 predicate and Sra constraint.
18435 (atomic_fetch_<fetchop_name><mode>_hard): Copy to
18436 atomic_fetch_<fetchop_name><mode>_hard_1. Convert to insn_and_split.
18437 Use atomic_mem_operand_1 predicate.
18438 (atomic_<fetchop_name><mode>_hard): Copy to
18439 atomic_<fetchop_name><mode>_hard_1. Convert to insn_and_split.
18440 Use atomic_mem_operand_1 predicate.
18441 (atomic_fetch_nand<mode>_hard): Copy to atomic_fetch_nand<mode>_hard_1.
18442 Convert to insn_and_split. Use atomic_mem_operand_1 predicate.
18443 (atomic_nand<mode>_hard): Copy to atomic_nand<mode>_hard_1. Convert to
18444 insn_and_split. Use atomic_mem_operand_1 predicate.
18445 (atomic_<fetchop_name>_fetch<mode>_hard): Copy to
18446 atomic_<fetchop_name>_fetch<mode>_hard_1. Convert to insn_and_split.
18447 Use atomic_mem_operand_1 predicate.
18448 (atomic_nand_fetch<mode>_hard): Copy to atomic_nand_fetch<mode>_hard_1.
18449 Convert to insn_and_split. Use atomic_mem_operand_1 predicate.
18450 (atomic_fetch_not<mode>_hard, atomic_not_fetch<mode>_hard): Replace mems
18451 in generated insn with original mem operand before emitting the insn.
18452 (atomic_fetch_<fetchop_name><mode>_soft_gusa,
18453 atomic_fetch_not<mode>_soft_gusa, atomic_fetch_nand<mode>_soft_gusa,
18454 atomic_<fetchop_name>_fetch<mode>_soft_gusa,
18455 atomic_not_fetch<mode>_soft_gusa, atomic_nand_fetch<mode>_soft_gusa):
18456 Use atomic_mem_operand_1 predicate and AraAdd constraints.
18457 (atomic_fetch_<fetchop_name><mode>_soft_tcb,
18458 atomic_<fetchop_name><mode>_soft_tcb, atomic_fetch_not<mode>_soft_tcb,
18459 atomic_not<mode>_soft_tcb, atomic_fetch_<fetchop_name><mode>_soft_imask,
18460 atomic_fetch_not<mode>_soft_imask, atomic_fetch_nand<mode>_soft_tcb,
18461 atomic_nand<mode>_soft_tcb, atomic_fetch_nand<mode>_soft_imask,
18462 atomic_<fetchop_name>_fetch<mode>_soft_tcb,
18463 atomic_not_fetch<mode>_soft_tcb,
18464 atomic_<fetchop_name>_fetch<mode>_soft_imask,
18465 atomic_not_fetch<mode>_soft_imask, atomic_nand_fetch<mode>,
18466 atomic_nand_fetch<mode>_soft_tcb, atomic_nand_fetch<mode>_soft_imask):
18467 Use atomic_mem_operand_1 predicate and SraSdd constraints.
18468
18469 2015-02-10 Uros Bizjak <ubizjak@gmail.com>
18470
18471 * config/alpha/alpha.md (reload_out<mode>_aligned): Make operands 2
18472 and 3 earlyclobber operands.
18473
18474 2015-02-10 Jan Hubicka <hubicka@ucw.cz>
18475
18476 * common.opt (fstack-reuse): Mark as optimization.
18477
18478 2015-02-10 Jan Hubicka <hubicka@ucw.cz>
18479
18480 PR ipa/64982
18481 * cgraphunit.c (cgraph_node::expand_thunk): Look for stdarg thunks.
18482
18483 2015-02-10 Trevor Saunders <tsaunders@mozilla.com>
18484
18485 PR tree-optimization/64326
18486 * cfghooks.c (make_forwarder_block): Cap frequency of created block.
18487
18488 2015-02-10 Rainer Emrich <rainer@emrich-ebersheim.de>
18489
18490 PR gcov-profile/61889
18491 * gcov-tool.c: Remove wrong #if !defined(_WIN32)
18492
18493 2015-02-10 Richard Biener <rguenther@suse.de>
18494
18495 PR tree-optimization/64995
18496 * tree-ssa-sccvn.c (set_ssa_val_to): Assert that the
18497 value we use is final.
18498 (visit_reference_op_store): Always valueize op.
18499 (visit_use): Properly valueize vuses.
18500
18501 2015-02-10 Richard Biener <rguenther@suse.de>
18502
18503 PR tree-optimization/64909
18504 * tree-vect-loop.c (vect_estimate_min_profitable_iters): Properly
18505 pass a scalar-stmt count estimate to the cost model.
18506 * tree-vect-data-refs.c (vect_peeling_hash_get_lowest_cost): Likewise.
18507
18508 2015-02-10 Alexander Monakov <amonakov@ispras.ru>
18509
18510 * doc/invoke.texi (-fvar-tracking-assignments): Clarify that VTA is
18511 enabled by default together with var-tracking.
18512
18513 2015-02-10 Nick Clifton <nickc@redhat.com>
18514
18515 * config/rl78/rl78.c: Remove DIV attribute code accidentally
18516 included in previous rl78 commit.
18517
18518 2015-02-10 Richard Biener <rguenther@suse.de>
18519
18520 * tree-streamer.h (streamer_read_tree_bitfields): Adjust.
18521 * tree-streamer-in.c (streamer_read_tree_bitfields): Do not
18522 return the bitpack.
18523
18524 2015-02-09 Trevor Saunders <tsaunders@mozilla.com>
18525
18526 PR gcov-profile/61889
18527 * config.in: regenerate.
18528 * configure.in: Likewise.
18529 * configure.ac: Check for ftw.h.
18530 * gcov-tool.c: Check for ftw.h before using nftw.
18531
18532 2015-02-09 Trevor Saunders <tsaunders@mozilla.com>
18533
18534 PR lto/64076
18535 * ipa-visibility.c (update_visibility_by_resolution_info): Only
18536 assert when not in lto mode.
18537
18538 2015-02-09 Zhouyi Zhou <yizhouzhou@ict.ac.cn>
18539
18540 * ira-color.c (setup_left_conflict_sizes_p): Simplify
18541 initialization/assignment of conflict_size.
18542
18543 2015-02-09 Jan Hubicka <hubicka@ucw.cz>
18544
18545 PR ipa/64978
18546 * ipa-cp.c (gather_caller_stats): Skip thunks.
18547 (propagate_constants_topo): Skip aliases.
18548
18549 2015-02-09 Kaz Kojima <kkojima@gcc.gnu.org>
18550
18551 PR target/64761
18552 * config/sh/sh.c (sh_option_override): Don't change
18553 -freorder-blocks-and-partition to -freorder-blocks even when
18554 unwinding is enabled.
18555 (sh_can_follow_jump): Return false if the followee jump is
18556 a crossing jump when -freorder-blocks-and-partition is specified.
18557 * config/sh/sh.md (*jump_compact_crossing): New insn.
18558
18559 2015-02-09 Joern Rennecke <joern.rennecke@embecosm.com>
18560 Kaz Kojima <kkojima@gcc.gnu.org>
18561
18562 PR target/64761
18563 * config/sh/sh-protos.h (sh_can_redirect_branch): Don't declare.
18564 * config/sh/sh.c (TARGET_CAN_FOLLOW_JUMP): Redefine.
18565 (sh_can_redirect_branch): Rename to ...
18566 (sh_can_follow_jump): ... this. Constify argument types.
18567 * config/sh/sh.h (MD_CAN_REDIRECT_BRANCH): Don't define.
18568 * doc/tm.texi.in (MD_CAN_REDIRECT_BRANCH): Remove documentation.
18569 * reorg.c (steal_delay_list_from_target): Use targetm.can_follow_jump.
18570 * doc/tm.texi: Regenerate.
18571
18572 2015-02-09 Jakub Jelinek <jakub@redhat.com>
18573
18574 PR sanitizer/64981
18575 * builtins.c (expand_builtin): Call targetm.expand_builtin
18576 for BUILT_IN_MD builtins regardless of asan_intercepted_p.
18577
18578 2015-02-08 Jan Hubicka <hubicka@ucw.cz>
18579
18580 PR ipa/61548
18581 * tree-emutls.c (ipa_lower_emutls): Avoid duplicates in TLS_VARS.
18582
18583 2015-02-08 Jan Hubicka <hubicka@ucw.cz>
18584
18585 PR ipa/63566
18586 * ipa-icf.c (set_local): New function.
18587 (sem_function::merge): Use it.
18588
18589 2015-02-08 Jan Hubicka <hubicka@ucw.cz>
18590
18591 * ipa-devirt.c (odr_types_equivalent_p): Fix formating.
18592 (add_type_duplicate): Fix comparison of BINFOs.
18593
18594 2015-02-08 Jan Hubicka <hubicka@ucw.cz>
18595
18596 * ipa-polymorphic-call.c (ipa_polymorphic_call_context): Avoid ICE
18597 on getting VOID pointer.
18598
18599 2015-02-09 Jakub Jelinek <jakub@redhat.com>
18600
18601 PR target/64979
18602 * tree-stdarg.c (pass_stdarg::execute): Scan phi node args for
18603 va_list escapes.
18604
18605 2015-02-09 Richard Biener <rguenther@suse.de>
18606
18607 * genmatch.c (replace_id): Copy expr_type.
18608
18609 2015-02-09 Richard Biener <rguenther@suse.de>
18610
18611 * tree-streamer.h (streamer_pack_tree_bitfields): Remove.
18612 (streamer_write_tree_bitfields): Declare.
18613 * tree-streamer-in.c (unpack_ts_base_value_fields): Inline,
18614 properly unpack padding.
18615 (unpack_value_fields): Inline ...
18616 (streamer_read_tree_bitfields): ... here.
18617 * tree-streamer-out.c (pack_ts_base_value_fields): Inline
18618 and properly add padding bits.
18619 (streamer_pack_tree_bitfields): Fold into ...
18620 (streamer_write_tree_bitfields): ... this new function,
18621 exposing the bitpack object.
18622 * lto-streamer-out.c (lto_write_tree_1): Call
18623 streamer_write_tree_bitfields.
18624
18625 2015-02-09 Richard Biener <rguenther@suse.de>
18626
18627 PR tree-optimization/54000
18628 * tree-ssa-looo-ivopts.c: Include tree-vectorizer.h.
18629 (struct ivopts_data): Add loop_loc member.
18630 (tree_ssa_iv_optimize_loop): Dump loop location.
18631 (create_new_ivs): Likewise, also dump number of IVs generated.
18632
18633 2015-02-09 Martin Liska <mliska@suse.cz>
18634
18635 * ipa-icf.c (sem_item_optimizer::register_hooks): Register hooks
18636 just if not yet registered.
18637 (ipa_icf_generate_summary): Register callgraph hooks.
18638
18639 2015-02-08 Andrew Pinski <apinski@cavium.com>
18640
18641 * config/aarch64/aarch64.c (gty_dummy): Delete.
18642
18643 2015-02-08 Jan Hubicka <hubicka@ucw.cz>
18644
18645 PR ipa/63566
18646 * ipa-visibility.c (cgraph_node::non_local_p): Accept aliases.
18647 (cgraph_node::local_p): Remove thunk related FIXME.
18648
18649 2015-02-08 Jan Hubicka <hubicka@ucw.cz>
18650
18651 PR ipa/63566
18652 * i386.c (ix86_function_regparm): Look through aliases to see if callee
18653 is local and optimized.
18654 (ix86_function_sseregparm): Likewise; also use target's SSE math
18655 settings; error out instead of silently generating wrong code
18656 on mismatches.
18657 (init_cumulative_args): Look through aliases.
18658
18659 2015-02-08 Jan Hubicka <hubicka@ucw.cz>
18660
18661 PR ipa/63566
18662 * ipa-split.c (execute_split_functions): Split if function has aliases.
18663
18664 2015-02-08 Jan Hubicka <hubicka@ucw.cz>
18665
18666 PR ipa/63566
18667 * cgraphunit.c (cgraph_node::analyze): Be sure target of thunk is
18668 aliases before trying to expand it.
18669 (cgraph_node::expand_thunk): Fix formating.
18670
18671 2015-02-07 Sandra Loosemore <sandra@codesourcery.com>
18672
18673 * doc/extend.texi (Function Attributes [naked]): Copy-edit.
18674 (Using Assembly Language with C): Expand introduction.
18675 (Basic Asm): Copy-edit. Add more information about uses of
18676 basic asm.
18677 (Extended Asm): Copy-edit. Document new escape syntax and
18678 %l[label] syntax.
18679 (Global Reg Vars): Copy-edit.
18680 (Local Reg Vars): Likewise.
18681
18682 2015-02-06 David Edelsohn <dje.gcc@gmail.com>
18683
18684 PR debug/2714
18685 PR bootstrap/64256
18686 * xcoffout.h (DBX_CONTIN_LENGTH): Define as 16384.
18687 (DBX_CONTIN_CHAR): Define.
18688
18689 2015-02-06 Sebastian Pop <s.pop@samsung.com>
18690 Brian Rzycki <b.rzycki@samsung.com>
18691
18692 PR tree-optimization/64878
18693 * tree-ssa-threadedge.c: Include tree-ssa-loop.h.
18694 (fsm_find_control_statement_thread_paths): Add parameter seen_loop_phi.
18695 Stop recursion at loop phi nodes after having visited a loop phi node.
18696
18697 2015-02-06 Jakub Jelinek <jakub@redhat.com>
18698
18699 * toplev.c (process_options): Change flag_ipa_ra before creating
18700 optimization_{default,current}_node.
18701
18702 PR ipa/64896
18703 * cgraphunit.c (cgraph_node::expand_thunk): If
18704 restype is not is_gimple_reg_type nor the thunk_fndecl
18705 returns aggregate_value_p, set restmp to a temporary variable
18706 instead of resdecl.
18707
18708 2015-02-06 Vladimir Makarov <vmakarov@redhat.com>
18709
18710 * lra.c (lra_emit_add): Fix a typo in using disp instead of base.
18711
18712 2015-02-06 Michael Meissner <meissner@linux.vnet.ibm.com>
18713
18714 PR target/64205
18715 * config/rs6000/rs6000.c (rs6000_init_hard_regno_mode_ok): Do not
18716 add a general secondary reload handler for SDmode, unless we have
18717 both read/write support for SDmode.
18718
18719 2015-02-06 Jakub Jelinek <jakub@redhat.com>
18720
18721 PR middle-end/64937
18722 * dwarf2out.c (set_block_abstract_flags, set_decl_abstract_flags):
18723 Replace setting argument with abstract_vec, always set BLOCK_ABSTRACT
18724 or DECL_ABSTRACT_P flags to 1 rather than to setting, and if it wasn't
18725 1 before, push it to abstract_vec.
18726 (dwarf2out_abstract_function): Adjust caller. Don't call
18727 set_decl_abstract_flags second time, instead clear BLOCK_ABSTRACT or
18728 DECL_ABSTRACT_P flags for all abstract_vec elts.
18729
18730 2015-02-06 Renlin Li <renlin.li@arm.com>
18731
18732 * tree-ssa-forwprop.c (execute): Keep location info while rewrite
18733 complex gimple.
18734 * tree-ssa.c (execute_update_addresses_taken): Likewise.
18735
18736 2015-02-06 Jeff Law <law@redhat.com>
18737
18738 PR target/64889
18739 * config/h8300/h8300.c (push): New argument "in_prologue".
18740 Pass "in_prologue" along to "F".
18741 (h8300_push_pop): Corresponding changes.
18742 (h8300_expand_prologue): Likewise.
18743 (h8300_swap_into_er6): Likewise. Do not set RTX_FRAME_RELATED_P.
18744
18745 2015-02-06 Jakub Jelinek <jakub@redhat.com>
18746
18747 PR rtl-optimization/64957
18748 PR debug/64817
18749 * simplify-rtx.c (simplify_binary_operation_1): Use ~cval for
18750 IOR rather than for AND.
18751
18752 2015-02-06 Eric Botcazou <ebotcazou@adacore.com>
18753
18754 PR target/62631
18755 * tree-ssa-loop-ivopts.c (get_shiftadd_cost): Use the mininum of costs
18756 of shift-add and (add + shift) operations. Rename local variable.
18757
18758 2015-02-05 Jeff Law <law@redhat.com>
18759
18760 PR target/17306
18761 * config/h8300/constraints.md (U): Correctly dectect
18762 "eightbit_data" memory addresses.
18763 * config/h8300/h8300.c (eightbit_constant_address_p): Also
18764 handle (const (plus (symbol_ref (x)))) where x is declared
18765 as an 8-bit data memory address.
18766 * config/h8300/h8300.md (call, call_value): Correctly detect
18767 "funcvec" functions.
18768
18769 PR target/43264
18770 * config/h8300/h8300.c (get_shift_alg): Fix ASHIFTRT by
18771 24 to 28 bits for the H8/300.
18772
18773 2015-02-06 Alan Modra <amodra@gmail.com>
18774
18775 PR target/64876
18776 * config/rs6000/rs6000.c (chain_already_loaded): New function.
18777 (rs6000_call_aix): Use it.
18778
18779 2015-02-05 Jan Hubicka <hubicka@ucw.cz>
18780
18781 * ipa-cp.c (ipa_value_from_jfunc, ipa_context_from_jfunc): Add bounds
18782 check.
18783
18784 2015-02-05 Joern Rennecke <joern.rennecke@embecosm.com>
18785
18786 * config/h8300/constraints.md ("U" constraint): Use strict
18787 variant of REG_OK_FOR_BASE_P after reload has started.
18788
18789 2015-02-04 Mantas Mikaitis <mantas.mikaitis@arm.com>
18790
18791 * config/arm/arm.h (TARGET_NEON_FP): Removed conditional definition,
18792 define to zero if !TARGET_NEON.
18793 (TARGET_ARM_FP): Added !TARGET_SOFT_FLOAT into conditional definition.
18794
18795 2015-02-04 Jan Hubicka <hubicka@ucw.cz>
18796 Trevor Saunders <tsaunders@mozilla.com>
18797
18798 PR ipa/61548
18799 * tree-emultls.c (new_emutls_decl): Resolve alias after creating it.
18800
18801 2015-02-04 Jan Hubicka <hubicka@ucw.cz>
18802
18803 PR ipa/61548
18804 * ipa.c (symbol_table::remove_unreachable_nodes): Fix ordering issue
18805 when removing varpool nodes.
18806
18807 2015-02-04 Jan Hubicka <hubicka@ucw.cz>
18808
18809 PR ipa/61548
18810 * varpool.c (varpool_node::remove): Fix order of variables.
18811
18812 2015-02-04 Jan Hubicka <hubicka@ucw.cz>
18813
18814 PR ipa/64686
18815 * ipa-inline.c (inline_small_functions): Fix ordering issue between
18816 speculation resolution and key updates.
18817
18818 2015-02-04 Jan Hubicka <hubicka@ucw.cz>
18819
18820 * ipa-prop.c (update_indirect_edges_after_inlining): By more careful
18821 about not letting any speculative edges unupdated.
18822
18823 2015-02-04 Jan Hubicka <hubicka@ucw.cz>
18824
18825 PR gcov/64123
18826 * gcov-io.c (gcov_var): Export.
18827
18828 2015-02-04 Jan Hubicka <hubicka@ucw.cz>
18829
18830 PR middle-end/64922
18831 * ipa-prop.c (update_indirect_edges_after_inlining): Correctly update
18832 edges that become speculative.
18833
18834 2015-02-04 Jakub Jelinek <jakub@redhat.com>
18835
18836 * dwarf2out.c (is_fortran): Also return true for DW_LANG_Fortran03
18837 or DW_LANG_Fortran08.
18838 (lower_bound_default): Return 1 for DW_LANG_Fortran03 or
18839 DW_LANG_Fortran08.
18840 (gen_compile_unit_die): Handle "GNU Fortran2003" and
18841 "GNU Fortran2008" language strings.
18842 * dbxout.c (get_lang_number): Use lang_GNU_Fortran.
18843 * langhooks.h (lang_GNU_Fortran): New prototype.
18844 * langhooks.c (lang_GNU_Fortran): New function.
18845 * config/rs6000/rs6000.c (rs6000_output_function_epilogue): Use
18846 lang_GNU_Fortran.
18847
18848 2015-02-04 Eric Botcazou <ebotcazou@adacore.com>
18849
18850 * config/sparc/sparc.c (RTX_OK_FOR_OFFSET_P): Fix off-by-one error.
18851 (RTX_OK_FOR_OLO10_P): Likewise.
18852
18853 2015-02-04 Eric Botcazou <ebotcazou@adacore.com>
18854
18855 * tree-ssa-loop-ivopts.c (get_address_cost): Use right mode for offset.
18856
18857 2015-02-04 Jan Hubicka <hubicka@ucw.cz>
18858
18859 PR middle-end/64922
18860 * gimple.c: Include gimple-ssa.h.
18861 (maybe_remove_unused_call_args): New function.
18862 * gimple.h (maybe_remove_unused_call_args): Declare.
18863 * cgraph.c (cgraph_edge::redirect_call_stmt_to_callee): Use it.
18864 * tree-ssa-pre.c (eliminate_dom_walker::before_dom_children): Likewise.
18865 * gimple-fold.c (gimple_fold_call): Likewise.
18866
18867 2015-02-04 H.J. Lu <hongjiu.lu@intel.com>
18868
18869 PR rtl-optimization/64905
18870 * lra-eliminations.c (setup_can_eliminate): Clear hard frame
18871 pointer alignment if it isn't needed.
18872
18873 2015-02-04 Matthew Wahab <matthew.wahab@arm.com>
18874
18875 * config/aarch64/aarch64-cores.def: Add cortex-a72 and
18876 cortex-a72.cortex-a53.
18877 * config/aarch64/aarch64-tune.md: Regenerate.
18878 * doc/invoke.texi (AArch64 Options/-mtune): Add "cortex-a72".
18879
18880 2015-02-04 Nick Clifton <nickc@redhat.com>
18881
18882 * config/rl78/rl78.c (rl78_note_reg_set): Note the use of REGs
18883 inside a MEM.
18884
18885 2015-02-04 Jakub Jelinek <jakub@redhat.com>
18886
18887 * builtins.def (DEF_BUILTIN_CHKP): Define if not defined.
18888 (DEF_LIB_BUILTIN_CHKP, DEF_EXT_LIB_BUILTIN_CHKP): Redefine.
18889 (DEF_CHKP_BUILTIN): Define using DEF_BUILTIN_CHKP instead
18890 of DEF_BUILTIN.
18891 (BUILT_IN_MEMCPY, BUILT_IN_MEMMOVE, BUILT_IN_MEMSET, BUILT_IN_STRCAT,
18892 BUILT_IN_STRCHR, BUILT_IN_STRCPY, BUILT_IN_STRLEN): Use
18893 DEF_LIB_BUILTIN_CHKP macro instead of DEF_LIB_BUILTIN.
18894 (BUILT_IN_MEMCPY_CHK, BUILT_IN_MEMMOVE_CHK, BUILT_IN_MEMPCPY_CHK,
18895 BUILT_IN_MEMPCPY, BUILT_IN_MEMSET_CHK, BUILT_IN_STPCPY_CHK,
18896 BUILT_IN_STPCPY, BUILT_IN_STRCAT_CHK, BUILT_IN_STRCPY_CHK): Use
18897 DEF_EXT_LIB_BUILTIN_CHKP macro instead of DEF_EXT_LIB_BUILTIN.
18898 * tree-core.h (enum built_in_function): In between
18899 BEGIN_CHKP_BUILTINS and END_CHKP_BUILTINS only define enum values
18900 for builtins that use DEF_BUILTIN_CHKP macro.
18901
18902 2015-02-04 Alexandre Oliva <aoliva@redhat.com>
18903
18904 PR debug/64817
18905 * cfgexpand.c (expand_debug_expr): Compute unsignedp from
18906 operands for tcc_comparison exprs. Fix typos.
18907
18908 PR debug/64817
18909 * simplify-rtx.c (simplify_binary_operation_1): Simplify one
18910 of two XORs that have an intervening AND or IOR.
18911
18912 PR debug/64817
18913 * simplify-rtx.c (simplify_binary_operation_1): Rewrite
18914 simplification of XOR of AND to not allocate new rtx before
18915 committing to a simplification.
18916
18917 2015-02-04 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
18918
18919 * config/aarch64/aarch64-ldpstp.md: Use std::swap instead of
18920 manual swaps in all peepholes.
18921
18922 2015-02-04 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
18923
18924 * config/aarch64/aarch64.c (aarch64_evpc_ext): Use std::swap instead
18925 of manual swapping implementation.
18926 (aarch64_expand_vec_perm_const_1): Likewise.
18927
18928 2015-02-04 James Greenhalgh <james.greenhalgh@arm.com>
18929
18930 * config/aarch64/aarch64.c (NAMED_PARAM): Delete it.
18931 (generic_addrcost_table): Remove NAMED_PARAM.
18932 (cortexa57_addrcost_table): Likewise.
18933 (xgene1_addrcost_table): Likewise.
18934 (generic_regmove_table): Likewise.
18935 (cortexa53_regmove_table): Likewise.
18936 (xgene1_regmove_table): Likewise.
18937 (generic_vector_table): Likewise.
18938 (cortexa57_vector_table): Likewise.
18939 (xgene1_vector_table): Likewise.
18940 (generic_tunings): Likewise.
18941 (cortexa53_tunings): Likewise.
18942 (cortexa57_tunings): Likewise.
18943 (xgene1_tunings): Likewise.
18944
18945 2015-02-04 Matthew Wahab <matthew.wahab@arm.com>
18946
18947 * config/arm/arm-cores.def: Add cortex-a72 and
18948 cortex-a72.cortex-a53.
18949 * config/arm/bpabi.h (BE8_LINK_SPEC): Likewise.
18950 * config/arm/t-aprofile (MULTILIB_MATCHES): Likewise.
18951 * config/arm/arm-tune.md: Regenerate.
18952 * config/arm/arm-tables.opt: Add entries for "cortex-a72" and
18953 "cortex-a72.cortex-a53".
18954 * doc/invoke.texi (ARM Options/-mtune): Likewise.
18955
18956 2015-02-04 Nick Clifton <nickc@redhat.com>
18957
18958 PR target/64408
18959 * config/fr30/predicates.md (di_operand): Add SUBREG to the list
18960 of accepted codes.
18961 (nonimmediate_di_operand): Likewise.
18962
18963 * config/msp430/msp430.c (msp430_use_f5_series_hwmult): Add more
18964 prefixes of known F5 using MSP430 MCUs.
18965
18966 2015-02-04 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
18967
18968 * config/aarch64/aarch64-simd-builtins.def (sqrt): Use BUILTIN_VDQF_DF.
18969 * config/aarch64/arm_neon.h (vsqrt_f64): Use __builtin_aarch64_sqrtdf
18970 instead of __builtin_sqrt.
18971
18972 2015-02-04 Ilya Enkovich <ilya.enkovich@intel.com>
18973
18974 * varasm.c (do_assemble_alias): Follow transparent alias
18975 chain for target.
18976 (default_assemble_visibility): Follow transparent alias
18977 chain for decl name.
18978
18979 2015-02-04 Thomas Preud'homme <thomas.preudhomme@arm.com>
18980
18981 PR middle-end/62103
18982 * tree-ssa-sccvn.c (fully_constant_vn_reference_p): Use TYPE_PRECISION
18983 to compute size of referenced value in the constant case.
18984
18985 2015-02-03 Jakub Jelinek <jakub@redhat.com>
18986
18987 PR rtl-optimization/64756
18988 * cse.c (invalidate_dest): New function.
18989 (cse_insn): Use it. If dest != SET_DEST (sets[i].rtl) and
18990 HASH (SET_DEST (sets[i].rtl), mode) computation sets do_not_record,
18991 invalidate and do not record it.
18992
18993 2015-02-03 Oleg Endo <olegendo@gcc.gnu.org>
18994
18995 PR target/64660
18996 * config/sh/sync.md (atomic_<fetchop_name><mode>_hard,
18997 atomic_not<mode>_hard, atomic_<fetchop_name><mode>_soft_tcb,
18998 atomic_not<mode>_soft_tcb, atomic_nand<mode>_hard,
18999 atomic_nand<mode>_soft_tcb): New insns.
19000 (atomic_fetch_<fetchop_name>si_hard): Convert to insn_and_split.
19001 Split into atomic_<fetchop_name>_fetchsi_hard if operands[0] is unused.
19002 (define_insn "atomic_fetch_notsi_hard): Convert to insn_and_split.
19003 Split into atomic_not_fetchsi_hard if operands[0] is unused.
19004 (atomic_fetch_<fetchop_name><mode>_hard): Convert to insn_and_split.
19005 Split into atomic_<fetchop_name><mode>_hard if operands[0] is unused.
19006 (atomic_fetch_not<mode>_hard): Convert to insn_and_split. Split into
19007 atomic_not<mode>_hard if operands[0] is unused.
19008 (atomic_fetch_<fetchop_name><mode>_soft_gusa): Convert to
19009 insn_and_split. Split into atomic_<fetchop_name>_fetch<mode>_soft_gusa
19010 if operands[0] is unused.
19011 (atomic_fetch_not<mode>_soft_gusa): Convert to insn_and_split. Split
19012 into atomic_not_fetch<mode>_soft_gusa if operands[0] is unused.
19013 (atomic_fetch_<fetchop_name><mode>_soft_tcb): Convert to insn_and_split.
19014 Split into atomic_<fetchop_name><mode>_soft_tcb if operands[0] is
19015 unused.
19016 (atomic_fetch_not<mode>_soft_tcb): Convert to insn_and_split. Split
19017 into atomic_not<mode>_soft_tcb if operands[0] is unused.
19018 (atomic_fetch_<fetchop_name><mode>_soft_imask): Convert to
19019 insn_and_split. Split into atomic_<fetchop_name>_fetch<mode>_soft_imask
19020 if operands[0] is unused.
19021 (atomic_fetch_not<mode>_soft_imask): Convert to insn_and_split. Split
19022 into atomic_not_fetch<mode>_soft_imask is operands[0] is unused.
19023 (atomic_fetch_nandsi_hard): Convert to insn_and_split. Split into
19024 atomic_nand_fetchsi_hard if operands[0] is unused.
19025 (atomic_fetch_nand<mode>_hard): Convert to insn_and_split. Split into
19026 atomic_nand<mode>_hard if operands[0] is unused.
19027 (atomic_fetch_nand<mode>_soft_gusa): Convert to insn_and_split. Split
19028 into atomic_nand_fetch<mode>_soft_gusa if operands[0] is unused.
19029 (atomic_fetch_nand<mode>_soft_tcb): Convert to insn_and_split. Split
19030 into atomic_nand<mode>_soft_tcb if operands[0] is unused.
19031 (atomic_fetch_nand<mode>_soft_imask): Convert to insn_and_split. Split
19032 into atomic_nand_fetch<mode>_soft_imask if operands[0] is unused.
19033 (atomic_<fetchop_name>_fetch<mode>_hard): Convert to insn_and_split.
19034 Split into atomic_<fetchop_name><mode>_hard if operands[0] is unused.
19035 (atomic_not_fetch<mode>_hard): Convert to insn_and_split. Split into
19036 atomic_not<mode>_hard if operands[0] is unused.
19037 (atomic_<fetchop_name>_fetch<mode>_soft_tcb): Convert to insn_and_split.
19038 Split into atomic_<fetchop_name><mode>_soft_tcb if operands[0] is
19039 unused.
19040 (atomic_not_fetch<mode>_soft_tcb): Convert to insn_and_split. Split
19041 into atomic_not<mode>_soft_tcb if operands[0] is unused.
19042 (atomic_nand_fetch<mode>_hard): Convert to insn_and_split. Split into
19043 atomic_nand<mode>_hard if operands[0] is unused.
19044 (atomic_nand_fetch<mode>_soft_tcb): Convert to insn_and_split. Split
19045 into atomic_nand<mode>_soft_tcb if operands[0] is unused.
19046
19047 2015-02-03 David Malcolm <dmalcolm@redhat.com>
19048
19049 PR jit/64810
19050 * Makefile.in (GCC_OBJS): Add gcc-main.o.
19051 * gcc-main.c: New file, containing "main" taken from gcc.c.
19052 * gcc.c (do_self_spec): Free decoded_options.
19053 (class driver): Move declaration to gcc.h.
19054 (main): Move declaration and implementation to new file
19055 gcc-main.c.
19056 (driver_get_configure_time_options): New function.
19057 * gcc.h (class driver): Move this declaration here, from
19058 gcc.c.
19059 (driver_get_configure_time_options): New declaration.
19060
19061 2015-02-03 Jan Hubicka <hubicka@ucw.cz>
19062
19063 * ipa-inline-analysis.c (simple_edge_hints): Fix check for
19064 cross-module inlining.
19065 * cgraph.h (cgraph_node): Add flag merged.
19066 * ipa-icf.c (sem_function::merge): Maintain it.
19067
19068 2015-02-03 Richard Sandiford <richard.sandiford@arm.com>
19069
19070 * config/arm/arm.c (thumb2_reorg): Test UNARY_P and BINARY_P
19071 instead of OBJECT_P.
19072
19073 2015-02-03 Eric Botcazou <ebotcazou@adacore.com>
19074
19075 PR target/62631
19076 * config/sparc/sparc.h (TARGET_HARD_MUL): Remove TARGET_V8PLUS.
19077 (TARGET_HARD_MUL32): Rewrite based on TARGET_HARD_MUL.
19078 * config/sparc/sparc.c (sparc_rtx_costs) <MULT>: Return costs based on
19079 int_mulX for integers in 64-bit mode if TARGET_HARD_MUL is not set.
19080
19081 2015-02-03 Jakub Jelinek <jakub@redhat.com>
19082
19083 PR other/63504
19084 * combine.c (reg_n_sets_max): New variable.
19085 (can_change_dest_mode, reg_nonzero_bits_for_combine,
19086 reg_num_sign_bit_copies_for_combine, get_last_value_validate,
19087 get_last_value): Use REG_N_SETS only on pseudos < reg_n_sets_max.
19088 (try_combine): Use INC_REG_N_SETS only on pseudos < reg_n_sets_max.
19089 (rest_of_handle_combine): Initialize reg_n_sets_max.
19090
19091 2015-02-02 Jan Hubicka <hubicka@ucw.cz>
19092
19093 * ipa-inline.c (early_inliner): Skip inlining only in always_inlined;
19094 if some always_inline was inlined, apply changes before inlining
19095 heuristically.
19096
19097 2015-02-02 David Malcolm <dmalcolm@redhat.com>
19098
19099 PR jit/64810
19100 * config/arm/arm.c (arm_option_override): Set
19101 arm_selected_arch/cpu/tune to NULL on entry.
19102
19103 2015-02-02 Tejas Belagod <tejas.belagod@arm.com>
19104 Andrew Pinski <pinskia@gcc.gnu.org>
19105 Jakub Jelinek <jakub@gcc.gnu.org>
19106
19107 PR target/64231
19108 * config/aarch64/aarch64.c (aarch64_classify_symbol): Fix large
19109 integer typing for small model. Use IN_RANGE.
19110
19111 2015-02-02 Richard Biener <rguenther@suse.de>
19112
19113 * tree-ssa-ccp.c (valueize_op_1): Always allow valueizing default-defs.
19114 * tree-vrp.c (vrp_valueize_1): Likewise.
19115
19116 2015-02-02 Alan Modra <amodra@gmail.com>
19117
19118 * config/rs6000/rs6000.c (rs6000_call_aix): Use unspec rather
19119 than mem for toc_restore.
19120 * config/rs6000/rs6000.md (UNSPEC_TOCSLOT): Define.
19121 (call_indirect_aix, call_value_indirect_aix): Adjust to suit.
19122 (call_indirect_elfv2, call_value_indirect_elfv2): Likewise.
19123
19124 2015-02-01 David Edelsohn <dje.gcc@gmail.com>
19125
19126 PR target/64047
19127 * config/rs6000/rs6000.c (rs6000_set_current_function): Handle
19128 explicit default options.
19129
19130 2015-02-01 Jan Hubicka <hubicka@ucw.cz>
19131
19132 PR ipa/64872
19133 * ipa-utils.c (ipa_merge_profiles): Add release argument.
19134 * ipa-icf.c (sem_function::merge): Do not release body when merging.
19135 * ipa-utils.h (ipa_merge_profiles): Update prototype.
19136
19137 2015-02-01 Jakub Jelinek <jakub@redhat.com>
19138
19139 PR debug/64817
19140 * cfgexpand.c (deep_ter_debug_map): New variable.
19141 (avoid_deep_ter_for_debug): New function.
19142 (expand_debug_expr): If TERed SSA_NAME is in
19143 deep_ter_debug_map, use the corresponding DEBUG_EXPR_DECL
19144 instead of trying to expand SSA_NAME's def stmt.
19145 (expand_debug_locations): When expanding debug bind
19146 of a DEBUG_EXPR_DECL to corresponding SSA_NAME,
19147 temporarily remove the DEBUG_EXPR_DECL from deep_ter_debug_map's
19148 value.
19149 (pass_expand::execute): Call avoid_deep_ter_for_debug on
19150 all debug bind stmts. Delete deep_ter_debug_map after
19151 expand_debug_location if non-NULL and clear it.
19152
19153 2015-02-01 Oleg Endo <olegendo@gcc.gnu.org>
19154
19155 PR target/64851
19156 * config/sh/sync.md (atomic_fetch_notsi_hard,
19157 atomic_fetch_not<mode>_hard, atomic_fetch_not<mode>_soft_gusa,
19158 atomic_fetch_not<mode>_soft_tcb, atomic_fetch_not<mode>_soft_imask,
19159 atomic_not_fetchsi_hard, atomic_not_fetch<mode>_hard,
19160 atomic_not_fetch<mode>_soft_gusa, atomic_not_fetch<mode>_soft_tcb,
19161 atomic_not_fetch<mode>_soft_imask): New insns.
19162
19163 2015-02-01 Maxim Kuvyrkov <maxim.kuvyrkov@linaro.org>
19164
19165 * haifa-sched.c (INSN_RFS_DEBUG_ORIG_ORDER): New access macro.
19166 (rank_for_schedule_debug): Split from ...
19167 (rank_for_schedule): ... this.
19168 (ready_sort): Sort DEBUG_INSNs separately from normal INSNs.
19169 * sched-int.h (struct _haifa_insn_data): New field rfs_debug_orig_order.
19170
19171 2015-01-31 Sandra Loosemore <sandra@codesourcery.com>
19172
19173 * doc/md.texi (Machine Constraints): Alphabetize table by target.
19174 * doc/extend.texi (x86 Variable Attributes): Move section to
19175 correct alphabetization after renaming.
19176 (x86 Type Attributes): Likewise.
19177 (Target Builtins): Re-alphabetize menu.
19178 (x86 Built-in Functions): Move section to correct alphabetization
19179 after renaming.
19180 (x86 transactional memory intrinsics): Likewise.
19181 * doc/invoke.texi (Option Summary): Re-alphabetize x86 Options
19182 and x86 Windows Options in table and menu.
19183 (x86 Options): Move section to correct alphabetization after
19184 renaming.
19185 (x86 Windows Options): Likewise.
19186
19187 2015-01-31 Sandra Loosemore <sandra@codesourcery.com>
19188
19189 * doc/extend.texi: Use "x86", "x86-32", and "x86-64" as the
19190 preferred names of the architecture and its 32- and 64-bit
19191 variants.
19192 * doc/invoke.texi: Likewise.
19193 * doc/md.texi: Likewise.
19194
19195 2015-01-31 Uros Bizjak <ubizjak@gmail.com>
19196
19197 PR target/64882
19198 * config/i386/predicates.md (address_no_seg_operand): Reject
19199 non-CONST_INT_P operands in invalid mode.
19200
19201 2015-01-31 Uros Bizjak <ubizjak@gmail.com>
19202
19203 * config/i386/i386.md (*prefetch_prefetchw1): Remove mode of
19204 address_operand 0. Rename from *prefetch_prefetchwt1_<mode>.
19205 * config/i386/predicates.md (address_no_seg_operand): Call
19206 address_operand with VOIDmode.
19207 (vsib_address_operand): Ditto.
19208 (address_mpx_no_base_operand): Ditto.
19209 (address_mpx_no_index_operand): Ditto.
19210
19211 2015-01-30 Vladimir Makarov <vmakarov@redhat.com>
19212
19213 PR target/64688
19214 * lra-constraints.c (original_subreg_reg_mode): New.
19215 (simplify_operand_subreg): Try to simplify subreg of const. Use
19216 original_subreg_reg_mode for it.
19217 (swap_operands): Update original_subreg_reg_mode.
19218 (curr_insn_transform): Set up original_subreg_reg_mode.
19219
19220 2015-01-30 Vladimir Makarov <vmakarov@redhat.com>
19221
19222 PR target/64617
19223 * lra-constraints.c (prohibited_class_reg_set_mode_p): New
19224 function.
19225 (process_alt_operands): Use it.
19226 (curr_insn_transform): Check the optional reload pseudo class is
19227 ok for the mode.
19228
19229 2015-01-30 Joseph Myers <joseph@codesourcery.com>
19230
19231 * diagnostic.c (fatal_error (const char *, ...)): Remove function.
19232 * diagnostic-core.h (fatal_error (const char *, ...)): Remove
19233 prototype.
19234 * toplev.h (init_asm_output): Update comment on use of
19235 UNKNOWN_LOCATION with fatal_error.
19236 * cgraph.c, collect-utils.c, collect2.c, config/arc/arc.c,
19237 config/arc/arc.md, config/avr/avr.c, config/c6x/c6x.h,
19238 config/darwin.c, config/host-darwin.c, config/i386/host-cygwin.c,
19239 config/i386/intelmic-mkoffload.c, config/nios2/nios2.c,
19240 config/nvptx/mkoffload.c, config/nvptx/nvptx.h,
19241 config/rs6000/host-darwin.c, config/rs6000/rs6000.c,
19242 config/s390/s390.c, gcc.c, gcov-io.h, gcov-tool.c, ggc-common.c,
19243 ggc-page.c, graph.c, ipa-inline-analysis.c, ipa-reference.c,
19244 lto-cgraph.c, lto-section-in.c, lto-streamer-in.c, lto-streamer.c,
19245 lto-wrapper.c, objc/objc-act.c, opts.c, passes.c, plugin.c,
19246 tlink.c, toplev.c, tree-streamer-in.c, varpool.c: All callers of
19247 fatal_error changed to pass input_location as first argument.
19248
19249 2015-01-30 Martin Liska <mliska@suse.cz>
19250
19251 * tree.h: Change GCC_VERSION >= 4004 to GCC_VERSION >= 4006
19252 in #pragma GCC diagnostic guards.
19253
19254 2015-01-30 Richard Biener <rguenther@suse.de>
19255
19256 PR tree-optimization/64829
19257 * tree-vect-patterns.c (vect_handle_widen_op_by_const): Do
19258 not add a widening conversion pattern but hand off extra
19259 widenings to callers.
19260 (vect_recog_widen_mult_pattern): Handle extra widening produced
19261 by vect_handle_widen_op_by_const.
19262 (vect_recog_widen_shift_pattern): Likewise.
19263 (vect_pattern_recog_1): Remove excess vertical space in dumping.
19264 * tree-vect-stmts.c (vect_mark_stmts_to_be_vectorized): Likewise.
19265 (vect_init_vector_1): Likewise.
19266 (vect_get_vec_def_for_operand): Likewise.
19267 (vect_finish_stmt_generation): Likewise.
19268 (vectorizable_load): Likewise.
19269 (vect_analyze_stmt): Likewise.
19270 (vect_is_simple_use): Likewise.
19271
19272 2015-01-29 Jeff Law <law@redhat.com>
19273
19274 * combine.c (try_combine): Fix typo in comment.
19275
19276 2015-01-29 Segher Boessenkool <segher@kernel.crashing.org>
19277
19278 PR target/64580
19279 * config.rs6000/rs6000.c (compute_vrsave_mask): Reverse loop order.
19280 (rs6000_stack_info): Add assert.
19281 (rs6000_output_savres_externs): New function, split off from...
19282 (rs6000_output_function_prologue): ... here. Do not call it for
19283 thunks.
19284
19285 2015-01-29 Jeff Law <law@redhat.com>
19286
19287 PR target/15184
19288 * combine.c (try_combine): If I0 is a memory load and I3 a store
19289 to a related address, increase the "goodness" of doing a 4-insn
19290 combination with I0-I3.
19291 (make_field_assignment): Handle SUBREGs in the ior+and case.
19292
19293 2015-01-29 Yuri Rumyantsev <ysrumyan@gmail.com>
19294
19295 PR tree-optimization/64746
19296 * tree-if-conv.c (mask_exists): New function.
19297 (predicate_mem_writes): Save created mask with given size for further
19298 use.
19299 (stmt_is_root_of_bool_pattern): Remove argument VAR and store to it.
19300 (ifcvt_repair_bool_pattern): Collect all statements that are root
19301 of bool pattern and use iterative algorithm to remove multiple uses
19302 of predicates, display number of required iterations.
19303
19304 2015-01-29 Richard Biener <rguenther@suse.de>
19305
19306 PR tree-optimization/64853
19307 * tree-vrp.c (vrp_valueize_1): Do not return anything if the
19308 stmt will get simulated again.
19309 * tree-ssa-ccp.c (valueize_op_1): Likewise.
19310
19311 2015-01-29 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
19312
19313 * config/arm/arm.c (arm_emit_multi_reg_pop): Simplify definition of
19314 return_in_pc. Remove redundant assignments.
19315 (thumb2_emit_ldrd_pop): Simplify definition of return_in_pc.
19316 (arm_expand_epilogue): Don't compare boolean with true in if condition.
19317
19318 2015-01-29 Uros Bizjak <ubizjak@gmail.com>
19319
19320 * config/i386/i386.c (ix86_mode_after): Make static.
19321
19322 2015-01-29 Richard Biener <rguenther@suse.de>
19323
19324 PR tree-optimization/64844
19325 * tree-vect-loop.c (vect_estimate_min_profitable_iters): Always
19326 dump cost model analysis.
19327 * tree-vect-data-refs.c (vect_enhance_data_refs_alignment):
19328 Do not register adjusted load/store costs here.
19329
19330 2015-01-29 Ilya Enkovich <ilya.enkovich@intel.com>
19331 Uros Bizjak <ubizjak@gmail.com>
19332
19333 * config/i386/i386-protos.h (ix86_use_pseudo_pic_reg): New.
19334 * config/i386/i386.h (PIC_OFFSET_TABLE_REGNUM): Simplify by
19335 using x86_use_pseudo_pic_reg.
19336 * config/i386/i386.c (ix86_conditional_register_usage): Remove
19337 support for fixed PIC register.
19338 (ix86_use_pseudo_pic_reg): Not static any more.
19339
19340 2015-01-29 Ilya Enkovich <ilya.enkovich@intel.com>
19341
19342 PR middle-end/64805
19343 * ipa-inline.c (early_inliner): Rebuild IPA_REF_CHKP reference
19344 to avoid error in cgraph node verification.
19345
19346 2015-01-29 Marek Polacek <polacek@redhat.com>
19347
19348 * doc/standards.texi: Reflect that the default for C is gnu11.
19349
19350 2015-01-29 Kaz Kojima <kkojima@gcc.gnu.org>
19351
19352 PR target/64761
19353 * reorg.c (switch_text_sections_between_p): New function.
19354 (relax_delay_slots): Call it when testing if the jump insn
19355 is removable. Use targetm.can_follow_jump when testing if
19356 the conditional branch can follow an unconditional jump.
19357
19358 2015-01-27 Caroline Tice <cmtice@google.com>
19359
19360 Committing VTV Cywin/Ming patch for Patrick Wollgast
19361 * config/i386/cygwin.h (STARTFILE_SPEC): Add vtv_start.o,
19362 if -fvtable-verify=preinit/std is used.
19363 * config/i386/mingw-w64.h (STARTFILE_SPEC): Likewise.
19364 * config/i386/mingw32.h (STARTFILE_SPEC): Likewise.
19365 * config/i386/cygwin.h (ENDFILE_SPEC): Add vtv_end.o,
19366 if -fvtable-verify=preinit/std is used.
19367 * config/i386/mingw32.h (ENDFILE_SPEC): Likewise.
19368 * config/i386/cygwin.h (LIB_SPEC): Pass -lvtv and -lpsapi,
19369 if -fvtable-verify=preinit/std is used.
19370 * config/i386/mingw-w64.h (LIB_SPEC): Likewise.
19371 * config/i386/mingw32.h (LIB_SPEC): Likewise.
19372 * varasm.c (assemble_variable): Add code to properly set the comdat
19373 section and name for the .vtable_map_vars section in case the
19374 target is PE or COFF.
19375
19376 2015-01-29 Jan Hubicka <hubicka@ucw.cz>
19377
19378 PR ipa/64801
19379 * cgraphunit.c (init_lowered_empty_function): Add CoUNT parameter;
19380 make sane BB profile.
19381 (cgraph_node::expand_thunk): Make sane BB profile.
19382 (cgraph_node::create_wrapper): Do not set call_stmt_cannot_inline_p.
19383 * cgraph.h (init_lowered_empty_function): Update prototype.
19384 * config/i386/i386.c (make_resolver_func): Update call.
19385 * predict.c (gate): Disable branch prediction pass if
19386 profile is already there.
19387
19388 2015-01-29 Jan Hubicka <hubicka@ucw.cz>
19389
19390 * optc-save-gen.awk: flag_fp_contract_mode is no longer speical.
19391 * opth-gen.awk: Likewise.
19392 * common.opt: Mark flag_fp_contract_mode as Optimization.
19393
19394 2015-01-29 Bernd Edlinger <bernd.edlinger@hotmail.de>
19395
19396 * config/i386/cygwin.h (LIBGCJ_SONAME): Set libgcj version to -16.
19397 * config/i386/mingw32.h (LIBGCJ_SONAME): Set libgcj version to -16.
19398
19399 2015-01-28 Oleg Endo <olegendo@gcc.gnu.org>
19400
19401 PR target/64659
19402 * config/sh/predicates.md (atomic_arith_operand,
19403 atomic_logical_operand): Remove.
19404 * config/sh/sync.md (fetchop_predicate, fetchop_constraint): Remove.
19405 (atomic_arith_operand_0): New predicate.
19406 (atomic_compare_and_swap<mode>): Use arith_reg_dest for output values.
19407 Use atomic_arith_operand_0 for input values.
19408 (atomic_compare_and_swapsi_hard, atomic_compare_and_swap<mode>_hard,
19409 atomic_compare_and_swap<mode>_soft_gusa,
19410 atomic_compare_and_swap<mode>_soft_tcb,
19411 atomic_compare_and_swap<mode>_soft_imask): Use arith_reg_dest and
19412 arith_reg_operand instead of register_operand.
19413 (atomic_exchange<mode>): Use arith_reg_dest for output value. Use
19414 atomic_arith_operand_0 for newval input.
19415 (atomic_exchangesi_hard, atomic_exchange<mode>_hard,
19416 atomic_exchange<mode>_soft_gusa, atomic_exchange<mode>_soft_tcb,
19417 atomic_exchange<mode>_soft_imask): Use arith_reg_dest and
19418 arith_reg_operand instead of register_operand.
19419 (atomic_arith_operand_1, atomic_logical_operand_1): New predicates.
19420 fetchop_predicate_1, fetchop_constraint_1_llcs,
19421 fetchop_constraint_1_gusa, fetchop_constraint_1_tcb,
19422 fetchop_constraint_1_imask): New code iterator attributes.
19423 (atomic_fetch_<fetchop_name><mode>): Use arith_reg_dest instead of
19424 register_operand. Use fetchop_predicate_1.
19425 (atomic_fetch_<fetchop_name>si_hard,
19426 atomic_fetch_<fetchop_name><mode>_hard): Use arith_reg_dest instead of
19427 register_operand. Use fetchop_predicate_1, fetchop_constraint_1_llcs.
19428 (atomic_fetch_<fetchop_name><mode>_soft_gusa): Use arith_reg_dest
19429 and arith_reg_operand instead of register_operand. Use
19430 fetchop_predicate_1, fetchop_constraint_1_gusa.
19431 (atomic_fetch_<fetchop_name><mode>_soft_tcb): Use arith_reg_dest
19432 and arith_reg_operand instead of register_operand. Use
19433 fetchop_predicate_1, fetchop_constraint_1_tcb. Adjust asm sequence
19434 to allow R0 usage.
19435 (atomic_fetch_<fetchop_name><mode>_soft_imask): Use arith_reg_dest
19436 and arith_reg_operand instead of register_operand. Use
19437 fetchop_predicate_1, fetchop_constraint_1_imask. Adjust asm sequence
19438 to allow R0 usage.
19439 (atomic_fetch_nand<mode>): Use arith_reg_dest instead of
19440 register_operand. Use atomic_logical_operand_1.
19441 (atomic_fetch_nandsi_hard, atomic_fetch_nand<mode>_hard,
19442 atomic_fetch_nand<mode>_soft_gusa): Use arith_reg_dest and
19443 arith_reg_operand instead of register_operand.
19444 (atomic_fetch_nand<mode>_soft_tcb, atomic_fetch_nand<mode>_soft_imask):
19445 Use arith_reg_dest and arith_reg_operand instead of register_operand.
19446 Use logical_operand and rK08. Adjust asm sequence to allow R0 usage.
19447 (atomic_<fetchop_name>_fetch<mode>): Use arith_reg_dest instead of
19448 register_operand. Use fetchop_predicate_1.
19449 (atomic_<fetchop_name>_fetchsi_hard,
19450 atomic_<fetchop_name>_fetch<mode>_hard): Use arith_reg_dest and
19451 arith_reg_operand instead of register_operand. Use fetchop_predicate_1,
19452 fetchop_constraint_1_llcs.
19453 (atomic_<fetchop_name>_fetch<mode>_soft_gusa): Use arith_reg_dest and
19454 arith_reg_operand instead of register_operand. Use fetchop_predicate_1,
19455 fetchop_constraint_1_gusa.
19456 (atomic_<fetchop_name>_fetch<mode>_soft_tcb): Use arith_reg_dest and
19457 arith_reg_operand instead of register_operand. Use fetchop_predicate_1,
19458 fetchop_constraint_1_tcb. Adjust asm sequence to allow R0 usage.
19459 (atomic_<fetchop_name>_fetch<mode>_soft_imask): Use arith_reg_dest and
19460 arith_reg_operand instead of register_operand. Use fetchop_predicate_1,
19461 fetchop_constraint_1_imask. Adjust asm sequence to allow R0 usage.
19462 (atomic_nand_fetch<mode>): Use arith_reg_dest instead of
19463 register_operand. Use atomic_logical_operand_1.
19464 (atomic_nand_fetchsi_hard, atomic_nand_fetch<mode>_hard,
19465 atomic_nand_fetch<mode>_soft_gusa): Use arith_reg_dest and
19466 arith_reg_operand instead of register_operand.
19467 (atomic_nand_fetch<mode>_soft_tcb): Use arith_reg_dest and
19468 arith_reg_operand instead of register_operand. Use logical_operand
19469 and K08. Adjust asm sequence to allow R0 usage.
19470 (atomic_nand_fetch<mode>_soft_imask): Use arith_reg_dest and
19471 arith_reg_operand instead of register_operand. Use logical_operand
19472 and K08.
19473
19474 2015-01-28 Jakub Jelinek <jakub@redhat.com>
19475
19476 PR other/63504
19477 * dwarf2out.c (add_AT_wide, mem_loc_descriptor, loc_descriptor):
19478 Use ggc_alloc<wide_int> instead of ggc_cleared_alloc<wide_int>.
19479 (attr_checksum, attr_checksum_ordered, hash_loc_operands): Checksum
19480 only get_full_len HOST_WIDE_INTs from get_val () array rather than
19481 all bits in *val_wide.
19482
19483 2015-01-28 Jan Hubicka <hubicka@ucw.cz>
19484
19485 * varpool.c (tls_model_names): Fix names.
19486 (varpool_node::dump): Dump tls- prefix for tls models.
19487
19488 2015-01-28 Thomas Schwinge <thomas@codesourcery.com>
19489 Bernd Schmidt <bernds@codesourcery.com>
19490 Nathan Sidwell <nathan@codesourcery.com>
19491
19492 * config/nvptx/mkoffload.c: New file.
19493 * config/nvptx/t-nvptx: Add build rules for it.
19494 * config.gcc <nvptx-*> [$enable_as_accelerator = yes]
19495 (extra_programs): Add mkoffload.
19496 * config/nvptx/nvptx.c (nvptx_record_offload_symbol): New
19497 function.
19498 (TARGET_RECORD_OFFLOAD_SYMBOL): Define macro to use it.
19499
19500 2015-01-28 Yuri Rumyantsev <ysrumyan@gmail.com>
19501
19502 PR middle-end/64809
19503 * cfgexpand.c (reorder_operands): Skip debug gimples.
19504
19505 2015-01-28 Ilya Enkovich <ilya.enkovich@intel.com>
19506
19507 PR tree-optimization/64277
19508 * tree-ssa-loop-niter.c (record_nonwrapping_iv): Use base
19509 range info when possible to refine estimation.
19510
19511 2015-01-28 Thomas Preud'homme <thomas.preudhomme@arm.com>
19512
19513 PR tree-optimization/64718
19514 * tree-ssa-math-opts.c (pass_optimize_bswap::execute): Make bswap_type
19515 be a 16bit unsigned integer when n->range is 16.
19516 (bswap_replace): Convert src to that type if necessary for all bswap
19517 sizes. Fix rotation right notation in nearby comment. Use bswap_type
19518 set in pass_optimize_bswap::execute ().
19519
19520 2015-01-28 James Greenhalgh <james.greenhalgh@arm.com>
19521
19522 * config/aarch64/aarch64-simd.md (aarch64_abs<mode>): New.
19523 * config/aarch64/aarch64-simd-builtins.def (abs): Split by
19524 integer and floating point variants.
19525 * config/aarch64/iterators.md (unspec): Add UNSPEC_ABS.
19526
19527 2015-01-28 Robert Suchanek <robert.suchanek@imgtec.com>
19528
19529 * config/mips/mips.c (mips_hard_regno_mode_ok_p): Prohibit accumulators
19530 for all vector modes.
19531
19532 2015-01-28 Jakub Jelinek <jakub@redhat.com>
19533
19534 PR bootstrap/64612
19535 * doc/sourcebuild.texi (comdat_group): Document.
19536
19537 2015-01-28 Terry Guo <terry.guo@arm.com>
19538
19539 * config/arm/thumb1.md (*thumb1_movpc_insn): New insn pattern.
19540
19541 2015-01-27 David Malcolm <dmalcolm@redhat.com>
19542
19543 * toplev.c (print_version): Add param "show_global_state", and
19544 only print GGC and plugin information if it is true.
19545 (init_asm_output): Pass in "true" for the new param when calling
19546 print_version.
19547 (process_options): Likewise.
19548 (toplev::main): Likewise.
19549 * toplev.h (print_version): Add new param to decl.
19550
19551 2015-01-27 Jan Hubicka <hubicka@ucw.cz>
19552
19553 PR ipa/60871
19554 PR ipa/64139
19555 * tree.c (lookup_binfo_at_offset): New function.
19556 (get_binfo_at_offset): Use it.
19557
19558 2015-01-27 Jan Hubicka <hubicka@ucw.cz>
19559
19560 PR ipa/64282
19561 * gimple-fold.c (gimple_get_virt_method_for_vtable): Remove assert
19562 on vtable being vtable.
19563
19564 2015-01-27 Dominik Vogt <vogt@linux.vnet.ibm.com>
19565
19566 * doc/extend.texi: s/390: Update documentation of hotpatch attribute.
19567 * doc/invoke.texi (-mhotpatch): s/390: Update documentation of
19568 -mhotpatch= option.
19569 * config/s390/s390.opt (mhotpatch): s/390: Remove -mhotpatch and
19570 -mno-hotpatch options. Change syntax of -mhotpatch= option.
19571 * config/s390/s390.c (s390_hotpatch_trampoline_halfwords_default):
19572 Renamed.
19573 (s390_hotpatch_trampoline_halfwords_max): Renamed.
19574 (s390_hotpatch_hw_max): New name.
19575 (s390_hotpatch_trampoline_halfwords): Renamed.
19576 (s390_hotpatch_hw_before_label): New name.
19577 (get_hotpatch_attribute): Removed.
19578 (s390_hotpatch_hw_after_label): New name.
19579 (s390_handle_hotpatch_attribute): Add second parameter to hotpatch
19580 attribute.
19581 (s390_attribute_table): Ditto.
19582 (s390_function_num_hotpatch_trampoline_halfwords): Renamed.
19583 (s390_function_num_hotpatch_hw): New name.
19584 Remove special handling of inline functions and hotpatching.
19585 Return number of nops before and after the function label.
19586 (s390_can_inline_p): Removed.
19587 (s390_asm_output_function_label): Emit a configurable number of nops
19588 after the function label.
19589 (s390_option_override): Update -mhotpatch= syntax and remove -mhotpatch.
19590 (TARGET_CAN_INLINE_P) Removed.
19591 (TARGET_FUNCTION_ATTRIBUTE_INLINABLE_P): New.
19592
19593 2015-01-27 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
19594 Jiong Wang <jiong.wang@arm.com>
19595
19596 * config/aarch64/aarch64.md (tb<optab><mode>1): Clobber CC reg instead
19597 of scratch reg.
19598 (cb<optab><mode>1): Likewise.
19599 * config/aarch64/iterators.md (bcond): New define_code_attr.
19600
19601 2015-01-27 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
19602
19603 * config/s390/s390.c (s390_memory_move_cost): Increase costs for
19604 memory accesses.
19605
19606 2015-01-27 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
19607
19608 * config/s390/s390.c (s390_register_move_cost): Increase costs for
19609 FPR->GPR moves.
19610
19611 2015-01-27 Richard Biener <rguenther@suse.de>
19612
19613 * tree-vrp.c (update_value_range): Intersect the range with
19614 old recorded SSA name range information.
19615
19616 2015-01-27 Nick Clifton <nickc@redhat.com>
19617
19618 * config/rl78/rl78.c (rl78_expand_prologue): In G10 mode push the
19619 BC, DE and HL registers directly, not via AX.
19620 When decrementing the stack pointer by a large amount, transfer SP
19621 into AX and perform the subtraction there.
19622 (rl78_expand_epilogue): Perform the inverse of the above
19623 enhancements.
19624
19625 2015-01-27 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
19626
19627 * config/i386/sysv4.h (CRT_GET_RFIB_DATA): Remove.
19628
19629 2015-01-27 Jakub Jelinek <jakub@redhat.com>
19630 Yury Gribov <y.gribov@samsung.com>
19631
19632 PR ubsan/64741
19633 * ubsan.c (ubsan_source_location): Refactor code.
19634 (ubsan_type_descriptor): Update type size. Refactor code.
19635
19636 2015-01-27 Richard Biener <rguenther@suse.de>
19637
19638 PR tree-optimization/56273
19639 PR tree-optimization/59124
19640 PR tree-optimization/64277
19641 * tree-vrp.c (vrp_finalize): Emit array-bound warnings only
19642 from the first VRP pass.
19643
19644 2015-01-27 Jakub Jelinek <jakub@redhat.com>
19645
19646 PR ipa/64776
19647 * cgraphunit.c (cgraph_node::expand_thunk): If not this_adjusting,
19648 handle the first argument in the same loop as all the other arguments.
19649
19650 PR rtl-optimization/61058
19651 * jump.c (cleanup_barriers): Update basic block boundaries
19652 if BLOCK_FOR_INSN is non-NULL on PREV.
19653
19654 2015-01-27 Ilya Enkovich <ilya.enkovich@intel.com>
19655
19656 * tree-chkp.c (chkp_call_returns_bounds_p): Fix handling of
19657 bounds narrowing, already instrumented calls and calls to
19658 not instrumentable functions.
19659
19660 2015-01-27 Jakub Jelinek <jakub@redhat.com>
19661
19662 PR tree-optimization/64807
19663 * wide-int.cc (wi::divmod_internal): Clear
19664 b_dividend[dividend_blocks_needed].
19665
19666 2015-01-26 DJ Delorie <dj@redhat.com>
19667
19668 * config/rl78/rl78.c (move_elim_pass): Don't optimize away
19669 volatile memory references.
19670
19671 2015-01-26 Oleg Endo <olegendo@gcc.gnu.org>
19672
19673 PR target/49263
19674 * config/sh/sh.c (sh_split_treg_set_expr): Invoke emit_insn before
19675 remove_insn.
19676 * config/sh/sh.md (tstsi_t): Don't try to optimize constant with right
19677 shifts if it already fits into K08.
19678
19679 2015-01-26 Jakub Jelinek <jakub@redhat.com>
19680
19681 PR ipa/64730
19682 * ipa-inline.c (inline_small_functions): Print "unknown" even
19683 if edge->call_stmt is non-NULL, but has builtins or unknown
19684 location.
19685
19686 PR middle-end/64421
19687 * omp-low.c (simd_clone_mangle): If DECL_ASSEMBLER_NAME starts
19688 with asterisk, skip the first character.
19689
19690 2015-01-26 H.J. Lu <hongjiu.lu@intel.com>
19691
19692 PR target/64806
19693 * config/i386/i386 (feature_priority): Revert the last P_POPCNT
19694 order change.
19695
19696 2015-01-26 Uros Bizjak <ubizjak@gmail.com>
19697
19698 PR target/64795
19699 * config/i386/i386.md (*movdi_internal): Also check operand 0
19700 to determine TYPE_LEA operand.
19701 (*movsi_internal): Ditto.
19702
19703 2015-01-26 Jakub Jelinek <jakub@redhat.com>
19704
19705 * config/rs6000/rs6000-cpus.def (POWERPC_MASKS): Add
19706 OPTION_MASK_QUAD_MEMORY_ATOMIC.
19707
19708 2015-01-26 Renlin Li <renlin.li@arm.com>
19709
19710 * config/aarch64/aarch64.c (aarch64_load_symref_appropriately): Correct
19711 the comment.
19712 * config/aarch64/aarch64.md (tlsle_small_<mode>): Add left shift 12-bit
19713 for higher part.
19714
19715 2015-01-26 Richard Biener <rguenther@suse.de>
19716
19717 PR middle-end/64764
19718 * tree-ssa-uninit.c (is_pred_expr_subset_of): Handle
19719 combining two BIT_AND_EXPR predicates.
19720
19721 2015-01-26 H.J. Lu <hongjiu.lu@intel.com>
19722
19723 PR bootstrap/64754
19724 * tree-ssa-structalias.c (new_var_info): Initialize ruid.
19725
19726 2015-01-26 Terry Guo <terry.guo@arm.com>
19727
19728 * config/arm/arm.c (arm_file_start): Update the assignment of
19729 Tag_ABI_HardFP_use.
19730
19731 2015-01-25 James Greenhalgh <james.greenhalgh@arm.com>
19732
19733 * config/arm/arm-cores.def (cortex-a57): Use the new Cortex-A57
19734 pipeline model.
19735 config/arm/arm.md: Include the new Cortex-A57 model.
19736 (generic_sched): Don't use generic_sched when tuning for
19737 Cortex-A57.
19738
19739 2015-01-25 Allan Sandfeld Jensen <sandfeld@kde.org>
19740 Uros Bizjak <ubizjak@gmail.com>
19741
19742 * config/i386/i386.c (get_builtin_code_for_version): Add
19743 support for BMI and BMI2 multiversion functions.
19744
19745 2015-01-25 Prathamesh Kulkarni <prathamesh.kulkarni@linaro.org>
19746
19747 * emit-rtl.h (store_bit_field): Move prototype to expmed.h.
19748 (extract_bit_field): Likewise.
19749 (extract_low_bits): Likewise.
19750 (expand_mult): Likewise.
19751 (expand_mult_highpart_adjust): Likewise.
19752
19753 2015-01-24 H.J. Lu <hongjiu.lu@intel.com>
19754
19755 * config/i386/driver-i386.c (host_detect_local_cpu): Check new
19756 Silvermont, Haswell, Broadwell and Knights Landing model numbers.
19757 * config/i386/i386.c (processor_model): Add
19758 M_INTEL_COREI7_BROADWELL.
19759 (arch_names_table): Add "broadwell".
19760
19761 2015-01-24 Oleg Endo <olegendo@gcc.gnu.org>
19762
19763 PR target/49263
19764 PR target/53987
19765 PR target/64345
19766 PR target/59533
19767 PR target/52933
19768 PR target/54236
19769 PR target/51244
19770 * config/sh/sh-protos.h
19771 (sh_extending_set_of_reg::can_use_as_unextended_reg,
19772 sh_extending_set_of_reg::use_as_unextended_reg,
19773 sh_is_nott_insn, sh_movt_set_dest, sh_movrt_set_dest, sh_is_movt_insn,
19774 sh_is_movrt_insn, sh_insn_operands_modified_between_p,
19775 sh_reg_dead_or_unused_after_insn, sh_in_recog_treg_set_expr,
19776 sh_recog_treg_set_expr, sh_split_treg_set_expr): New functions.
19777 (sh_treg_insns): New class.
19778 * config/sh/sh.c (TARGET_LEGITIMATE_COMBINED_INSN): Define target hook.
19779 (scope_counter): New class.
19780 (sh_legitimate_combined_insn, sh_is_nott_insn, sh_movt_set_dest,
19781 sh_movrt_set_dest, sh_reg_dead_or_unused_after_insn,
19782 sh_extending_set_of_reg::can_use_as_unextended_reg,
19783 sh_extending_set_of_reg::use_as_unextended_reg, sh_recog_treg_set_expr,
19784 sh_in_recog_treg_set_expr, sh_try_split_insn_simple,
19785 sh_split_treg_set_expr): New functions.
19786 (addsubcosts): Handle treg_set_expr.
19787 (sh_rtx_costs): Handle IF_THEN_ELSE and ZERO_EXTRACT.
19788 (sh_rtx_costs): Use arith_reg_operand in SIGN_EXTEND and ZERO_EXTEND.
19789 (sh_rtx_costs): Handle additional bit test patterns in EQ and AND cases.
19790 (sh_insn_operands_modified_between_p): Make non-static.
19791 * config/sh/predicates.md (zero_extend_movu_operand): Allow
19792 simple_mem_operand in addition to displacement_mem_operand.
19793 (zero_extend_operand): Don't allow zero_extend_movu_operand.
19794 (treg_set_expr, treg_set_expr_not_const01,
19795 arith_reg_or_treg_set_expr): New predicates.
19796 * config/sh/sh.md (tstsi_t): Use arith_reg_operand and
19797 arith_or_int_operand instead of logical_operand. Convert to
19798 insn_and_split. Try to optimize constant operand in splitter.
19799 (tsthi_t, tstqi_t): Fold into *tst<mode>_t. Convert to insn_and_split.
19800 (*tstqi_t_zero): Delete.
19801 (*tst<mode>_t_subregs): Add !sh_in_recog_treg_set_expr split condition.
19802 (tstsi_t_and_not): Delete.
19803 (tst<mode>_t_zero_extract_eq): Rename to *tst<mode>_t_zero_extract.
19804 Convert to insn_and_split.
19805 (unnamed split, tstsi_t_zero_extract_xor,
19806 tstsi_t_zero_extract_subreg_xor_little,
19807 tstsi_t_zero_extract_subreg_xor_big): Delete.
19808 (*tstsi_t_shift_mask): New insn_and_split.
19809 (cmpeqsi_t, cmpgesi_t): Add new split for const_int 0 operands and try
19810 to recombine with surrounding insns when splitting.
19811 (*negtstsi): Add !sh_in_recog_treg_set_expr condition.
19812 (cmp_div0s_0, cmp_div0s_1, *cmp_div0s_0, *cmp_div0s_1): Rewrite as ...
19813 (cmp_div0s, *cmp_div0s_1, *cmp_div0s_2, *cmp_div0s_3, *cmp_div0s_4,
19814 *cmp_div0s_5, *cmp_div0s_6): ... these new insn_and_split patterns.
19815 (*cbranch_div0s: Delete.
19816 (*addc): Convert to insn_and_split. Use treg_set_expr as 3rd operand.
19817 Try to recombine with surrounding insns when splitting. Add operand
19818 order variants.
19819 (*addc_t_r, *addc_r_t): Use treg_set_expr_not_const01.
19820 (*addc_r_r_1, *addc_r_lsb, *addc_r_r_lsb, *addc_r_lsb_r, *addc_r_msb,
19821 *addc_r_r_msb, *addc_2r_msb): Delete.
19822 (*addc_2r_lsb): Rename to *addc_2r_t. Use treg_set_expr. Add operand
19823 order variant.
19824 (*addc_negreg_t): New insn_and_split.
19825 (*subc): Convert to insn_and_split. Use treg_set_expr as 3rd operand.
19826 Try to recombine with surrounding insns when splitting.
19827 Add operand order variants.
19828 (*subc_negt_reg, *subc_negreg_t, *reg_lsb_t, *reg_msb_t): New
19829 insn_and_split patterns.
19830 (*rotcr): Use arith_reg_or_treg_set_expr. Try to recombine with
19831 surrounding insns when splitting.
19832 (unnamed rotcr split): Use arith_reg_or_treg_set_expr.
19833 (*rotcl): Likewise. Add zero_extract variant.
19834 (*ashrsi2_31): New insn_and_split.
19835 (*negc): Convert to insn_and_split. Use treg_set_expr.
19836 (*zero_extend<mode>si2_disp_mem): Update comment.
19837 (movrt_negc, *movrt_negc, nott): Add !sh_in_recog_treg_set_expr split
19838 condition.
19839 (*mov_t_msb_neg, mov_neg_si_t): Use treg_set_expr. Try to recombine
19840 with surrounding insns when splitting.
19841 (any_treg_expr_to_reg): New insn_and_split.
19842 (*neg_zero_extract_0, *neg_zero_extract_1, *neg_zero_extract_2,
19843 *neg_zero_extract_3, *neg_zero_extract_4, *neg_zero_extract_5,
19844 *neg_zero_extract_6, *zero_extract_0, *zero_extract_1,
19845 *zero_extract_2): New single bit zero extract patterns.
19846 (bld_reg, *bld_regqi): Fold into bld<mode>_reg.
19847 (*get_thread_pointersi, store_gbr, *mov<mode>_gbr_load,
19848 *mov<mode>_gbr_load, *mov<mode>_gbr_load, *mov<mode>_gbr_load,
19849 *movdi_gbr_load): Use arith_reg_dest instead of register_operand for
19850 set destination.
19851 (set_thread_pointersi, load_gbr): Use arith_reg_operand instead of
19852 register_operand for set source.
19853
19854 2015-01-23 Jan Hubicka <hubicka@ucw.cz>
19855
19856 * i386.opt (prefetch_sse): New targetsave.
19857 * i386.c (ix86_function_specific_save): Save prefetch_sse.
19858 (ix86_function_specific_restore): Restore prefetch_sse and initialize
19859 ix86_cost/ix86_tune_cost.
19860
19861 2015-01-23 David Malcolm <dmalcolm@redhat.com>
19862
19863 * config/rs6000/rs6000.c (rs6000_output_function_epilogue):
19864 Support the JIT by using 0 as the language type.
19865
19866 2015-01-23 Vladimir Makarov <vmakarov@redhat.com>
19867
19868 PR target/64317
19869 * lra-lives.c (make_hard_regno_born): Add parameter. Don't make
19870 REAL_PIC_OFFSET_TABLE_REGNUM conflicting with pic offset pseudo.
19871 (mark_regno_live, process_bb_lives): Pass new parameter value to
19872 make_hard_regno_born.
19873
19874 2015-01-23 Jakub Jelinek <jakub@redhat.com>
19875
19876 PR rtl-optimization/63637
19877 PR rtl-optimization/60663
19878 * cse.c (merge_equiv_classes): Set new_elt->cost to MAX_COST
19879 if elt->cost is MAX_COST for ASM_OPERANDS.
19880 (find_sets_in_insn): Fix up comment typo.
19881 (cse_insn): Don't set src_volatile for all non-volatile
19882 ASM_OPERANDS in PARALLELs, but just those with multiple outputs
19883 or with "memory" clobber. Set elt->cost to MAX_COST
19884 for ASM_OPERANDS in PARALLEL. Set src_elt->cost to MAX_COST
19885 if new_src is ASM_OPERANDS and elt->cost is MAX_COST.
19886
19887 2015-01-23 Uros Bizjak <ubizjak@gmail.com>
19888
19889 * config/i386/sse.md (sse2_loadld): Set attribute isa to sse2 for
19890 alternative 1.
19891
19892 2015-01-23 Uros Bizjak <ubizjak@gmail.com>
19893
19894 * config/i386/gnu-user.h (CRT_GET_RFIB_DATA): Move definition to
19895 libgcc/config/i386/elf-lib.h.
19896
19897 2015-01-23 Jakub Jelinek <jakub@redhat.com>
19898
19899 PR driver/64737
19900 * gcc.c (print_configuration): Don't print a blank line at the end
19901 here...
19902 (run_attempt): ... but here unstead.
19903
19904 PR middle-end/64734
19905 * omp-low.c (scan_sharing_clauses): Don't ignore
19906 OMP_CLAUSE_MAP_ZERO_BIAS_ARRAY_SECTION GOMP_MAP_POINTER clauses
19907 on target data/update constructs.
19908
19909 2015-01-23 Bernd Edlinger <bernd.edlinger@hotmail.de>
19910
19911 PR target/50928
19912 * config/m32c/m32c.c (encode_pattern_1): Removed gcc_unreachable here.
19913 (DEBUG_RELOAD): Removed define.
19914 (m32c_limit_reload_class): Enable traces with if DEBUG0.
19915 (m32c_function_arg): Added a type cast.
19916 (m32c_legitimize_reload_address): Push A_REGS reload with PSImode.
19917 * config/m32c/addsub.md (addsi3_1): Specify the mode of all arguments.
19918 * config/m32c/bitops.md (andqi3_16): Likewise.
19919 * config/m32c/mov.md (m32c_immd_dbl_mov): Likewise.
19920 (push_a01_l): Likewise.
19921
19922 2015-01-23 David Malcolm <dmalcolm@redhat.com>
19923
19924 PR jit/64721
19925 * main.c (main): Construct toplev instances with init_signals=true.
19926 * toplev.c (general_init): Add param "init_signals", and use it to
19927 conditionalize the calls to signal and host_hooks.extra_signals.
19928 (toplev::toplev): Add param "init_signals".
19929 (toplev::main): When invoking general_init, pass m_init_signals
19930 to control whether signal-handlers are installed.
19931 * toplev.h (toplev::toplev): Add param "init_signals".
19932 (toplev::m_init_signals): New field.
19933
19934 2015-01-23 David Malcolm <dmalcolm@redhat.com>
19935
19936 PR jit/64722
19937 * emit-rtl.c (init_emit_regs): Set pic_offset_table_rtx to
19938 NULL_RTX before testing PIC_OFFSET_TABLE_REGNUM, since the
19939 latter may be affected by the former (e.g. on i686).
19940
19941 2015-01-23 Martin Liska <mliska@suse.cz>
19942
19943 * tree.h (tree_vec_elt_check): Workaround -Wstrict-overflow
19944 false positive during profiledbootstrap.
19945
19946 2015-01-23 Tom de Vries <tom@codesourcery.com>
19947
19948 PR libgomp/64672
19949 * lto-opts.c (lto_write_options): Output non-explicit conservative
19950 -fno-openacc.
19951 * lto-wrapper.c (merge_and_complain): Handle merging -fopenacc.
19952 (append_compiler_options): Pass -fopenacc through.
19953
19954 2015-01-23 Tom de Vries <tom@codesourcery.com>
19955
19956 PR libgomp/64707
19957 * lto-opts.c (lto_write_options): Output non-explicit conservative
19958 -fno-openmp.
19959 * lto-wrapper.c (merge_and_complain): Handle merging -fopenmp.
19960 (append_compiler_options): Pass -fopenmp through.
19961
19962 2015-01-23 Jakub Jelinek <jakub@redhat.com>
19963
19964 PR debug/64511
19965 * dwarf2out.c (struct dw_loc_descr_node): Add chain_next
19966 GTY markup.
19967
19968 * diagnostic-core.h (internal_error_no_backtrace): New prototype.
19969 * diagnostic.def (DK_ICE_NOBT): New kind.
19970 * diagnostic.c (diagnostic_action_after_output): Handle DK_ICE_NOBT
19971 like DK_ICE, but never print backtrace.
19972 (diagnostic_report_diagnostic): Handle DK_ICE_NOBT like DK_ICE.
19973 (internal_error_no_backtrace): New function.
19974 * gcc.c (execute): Use internal_error_no_backtrace instead of
19975 internal_error.
19976
19977 2015-01-22 Jeff Law <law@redhat.com>
19978
19979 PR target/52076
19980 * config/m68k/m68k.md (xorsi3_internal): Twiddle constraints to
19981 improve code density for small immediate to memory case.
19982 (insv): Better handle bitfield assignments when the field is
19983 being set to all ones.
19984 * config/m68k/predicates.md (reg_or_pow2_m1_operand): New
19985 operand predicate.
19986
19987 2015-01-22 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
19988 Jakub Jelinek <jakub@redhat.com>
19989
19990 PR middle-end/64729
19991 * gcc.c (LINK_SSP_SPEC): Handle -fstack-protector-explicit
19992 for !TARGET_LIBC_PROVIDES_SSP version and
19993 -fstack-protector-{all,strong,explicit} otherwise.
19994 * config/freebsd.h (LINK_SSP_SPEC): Handle
19995 -fstack-protector-{strong,explicit}.
19996
19997 2015-01-22 Jan Hubicka <hubicka@ucw.cz>
19998 H.J. Lu <hongjiu.lu@intel.com>
19999
20000 PR ipa/64694
20001 * ipa-inline.c (inline_small_functions): Fix thinko in maintenance of
20002 heap.
20003
20004 2015-01-22 Wei Mi <wmi@google.com>
20005
20006 PR rtl-optimization/64557
20007 * dse.c (record_store): Call get_addr for mem_addr.
20008 (check_mem_read_rtx): Likewise.
20009
20010 2015-01-22 Eric Botcazou <ebotcazou@adacore.com>
20011
20012 * fold-const.c (const_binop): Add early return for non-tcc_binary.
20013
20014 2015-01-22 Chen Gang <gang.chen.5i5j@gmail.com>
20015
20016 * toplev.c (init_local_tick): Process the failure when read
20017 fails for random_seed.
20018
20019 * ubsan.c (ubsan_type_descriptor): Use 'pretty_print' for
20020 'pretty_name' to avoid memory overflow.
20021
20022 2015-01-22 Richard Biener <rguenther@suse.de>
20023
20024 PR middle-end/64728
20025 * tree-ssa-coalesce.c (coalesce_partitions): Do not perform
20026 abnormal coalescing on undefined SSA names.
20027
20028 2015-22-01 Uros Bizjak <ubizjak@gmail.com>
20029
20030 PR target/64688
20031 PR target/64477
20032 * config/i386/sse.md (vec_set<mode>_0): Use (Yi/r/C) constraints
20033 for alternative 3.
20034 (*vec_dup<mode>): Use (Yi/$r) constraints for alternative 1.
20035
20036 2015-01-22 Trevor Saunders <tsaunders@mozilla.com>
20037
20038 PR middle-end/63325
20039 * fold-const.c (fold_checksum_tree): Don't include value of
20040 expr->decl_with_vis.symtab_node in the checksum.
20041
20042 2015-01-22 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
20043
20044 * config/s390/s390.md (atomic code attribute): Fix typo "ior" -> "or".
20045
20046 2015-01-22 Max Ostapenko <m.ostapenko@partner.samsung.com>
20047
20048 PR driver/64690
20049 * gcc.c (insert_comments): New function.
20050 (try_generate_repro): Call it.
20051 (append_text): Removed.
20052
20053 2015-01-22 Richard Biener <rguenther@suse.de>
20054
20055 * ipa-inline.c (can_inline_edge_p): Disable inlining of edges
20056 with IL incompatible options. Properly honor user optimize
20057 attributes.
20058
20059 2015-01-21 Segher Boessenkool <segher@kernel.crashing.org>
20060
20061 PR rtl-optimization/64682
20062 * combine.c (distribute_notes): When moving a death note for
20063 a register that is set in the new I2, make sure to put it
20064 before that new I2.
20065
20066 2015-01-21 David Edelsohn <dje.gcc@gmail.com>
20067
20068 * config/rs6000/rs6000.c (rs6000_file_start): Use rs6000_isa_flags
20069 not TARGET_DEFAULT.
20070
20071 2015-01-21 Jakub Jelinek <jakub@redhat.com>
20072
20073 PR debug/64511
20074 * simplify-rtx.c (simplify_relational_operation_1): Don't try to
20075 optimize (eq/ne (and (side_effects) (const_int 0)) (const_int 0))
20076 into (eq/ne (and (not (side_effects)) (const_int 0)) (const_int 0)).
20077
20078 PR sanitizer/64706
20079 * doc/invoke.texi (-fsanitize=vptr): Document.
20080
20081 PR rtl-optimization/62078
20082 * dse.c: Include cfgcleanup.h.
20083 (rest_of_handle_dse): For -fnon-call-exceptions, if DSE removed
20084 anything call purge_all_dead_edges and cleanup_cfg at the end
20085 of the pass.
20086
20087 2015-01-21 Jan Hubicka <hubicka@ucw.cz>
20088
20089 * ipa-utils.c (ipa_merge_profiles): Avoid ICE on mismatch in indirect
20090 edges.
20091
20092 2015-01-21 Bernd Edlinger <bernd.edlinger@hotmail.de>
20093
20094 * gimplify.c (gimplify_function_tree): Check the no_sanitize_thread
20095 decl attribute.
20096
20097 2015-01-21 David Sherwood <david.sherwood@arm.com>
20098 Tejas Belagod <Tejas.Belagod@arm.com>
20099
20100 * config/aarch64/aarch64.h (CANNOT_CHANGE_MODE_CLASS): Removed.
20101 * config/aarch64/aarch64.c (aarch64_cannot_change_mode_class): Removed.
20102 * config/aarch64/aarch64-protos.h (aarch64_cannot_change_mode_class):
20103 Removed.
20104
20105 2015-01-21 David Sherwood <david.sherwood@arm.com>
20106 Tejas Belagod <Tejas.Belagod@arm.com>
20107
20108 * config/aarch64/aarch64-protos.h (aarch64_simd_attr_length_rglist)
20109 (aarch64_reverse_mask): New decls.
20110 * config/aarch64/iterators.md (UNSPEC_REV_REGLIST): New enum.
20111 (insn_count): New mode_attr.
20112 * config/aarch64/aarch64-simd.md (vec_store_lanesoi, vec_store_lanesci)
20113 (vec_store_lanesxi, vec_load_lanesoi, vec_load_lanesci)
20114 (vec_load_lanesxi): Made ABI compliant for Big Endian targets.
20115 (aarch64_rev_reglist, aarch64_simd_ld2, aarch64_simd_ld3)
20116 (aarch64_simd_ld4, aarch64_simd_st2, aarch64_simd_st3)
20117 (aarch64_simd_st4): New patterns.
20118 * config/aarch64/aarch64.c (aarch64_simd_attr_length_rglist)
20119 (aarch64_reverse_mask): New functions.
20120
20121 2015-01-21 Richard Sandiford <richard.sandiford@arm.com>
20122
20123 * config/aarch64/aarch64-protos.h (aarch64_simd_disambiguate_copy):
20124 Declare.
20125 * config/aarch64/aarch64.c (aarch64_classify_address): Allow extra
20126 addressing modes for BE.
20127 (aarch64_print_operand): Add 'R' specifier.
20128 (aarch64_simd_disambiguate_copy): Delete.
20129 (aarch64_simd_emit_reg_reg_move): New function.
20130 * config/aarch64/aarch64-simd.md: Use aarch64_simd_emit_reg_reg_move
20131 in define_splits for structural moves.
20132 (mov<mode>): Use less restrictive predicates.
20133 (*aarch64_mov<mode>): Simplify and only allow for LE.
20134 (*aarch64_be_movoi, *aarch64_be_movci, *aarch64_be_movxi): New.
20135
20136 2015-01-21 Alan Hayward <alan.hayward@arm.com>
20137
20138 * rtlanal.c (subreg_get_info): Exit early for simple and common cases.
20139
20140 2015-01-21 Richard Henderson <rth@redhat.com>
20141
20142 PR target/64669
20143 * ccmp.c (used_in_cond_stmt_p): Remove.
20144 (expand_ccmp_expr): Don't use it.
20145
20146 2015-01-21 Nick Clifton <nickc@redhat.com>
20147
20148 * config/rl78/rl78.c (rl78_calculate_death_notes): Look inside
20149 PARALLELs.
20150
20151 2015-01-21 Richard Biener <rguenther@suse.de>
20152
20153 PR middle-end/64313
20154 * tree-core.h (builtin_info, builtin_info_type): Turn from
20155 an object with two arrays into an array of an object with
20156 decl and two flags, implicit_p and declared_p.
20157 * tree.h (builtin_decl_explicit, builtin_decl_implicit,
20158 set_builtin_decl, set_builtin_decl_implicit_p,
20159 builtin_decl_explicit_p, builtin_decl_implicit_p): Adjust.
20160 (set_builtin_decl_declared_p, builtin_decl_declared_p): New functions.
20161 * builtins.c (builtin_info): Adjust.
20162 * gimplify.c (gimplify_addr_expr): References to builtins
20163 that have been declared by the user makes them eligible for
20164 use by the compiler. Call set_builtin_decl_implicit_p on them.
20165
20166 2015-01-20 Jeff Law <law@redhat.com>
20167
20168 PR target/59946
20169 * config/m68k/m68k.md (Comparison expanders and patterns): Do not
20170 allow pc-relative addresses in operand predicates or constraints.
20171
20172 2015-01-21 Bin Cheng <bin.cheng@arm.com>
20173
20174 * config/arm/arm.c (arm_cortex_a53_tune, arm_cortex_a57_tune): Prefer
20175 neon on aarch32 processors for stringops.
20176
20177 2015-01-19 Jan Hubicka <hubicka@ucw.cz>
20178
20179 PR ipa/63576
20180 * ipa-utils.c (ipa_merge_profiles): Merge speculative edges.
20181
20182 2015-01-19 Jan Hubicka <hubicka@ucw.cz>
20183
20184 PR lto/45375
20185 * ipa-inline.c: Include lto-streamer.h
20186 (report_inline_failed_reason): Output source file differences and
20187 flags on optimization/target node mismatch.
20188 (can_inline_edge_p): Consider caller to be the outer inline function;
20189 be less restrictive about matching opimize and optimize_size attributes.
20190 (inline_account_function_p): Break out from ...
20191 (inline_small_functions): ... here.
20192 * ipa-inline-transform.c (clone_inlined_nodes): Use
20193 inline_account_function_p.
20194 (inline_call): Use optimize attribution; use inline_account_function_p.
20195 (inline_transform): Use opt_for_fn.
20196 * ipa-inline.h (inline_account_function_p): Declare.
20197
20198 2015-01-20 Jakub Jelinek <jakub@redhat.com>
20199
20200 PR debug/64663
20201 * dwarf2out.c (decl_piece_node): Don't put bitsize into
20202 mode if bitsize <= 0.
20203 (decl_piece_bitsize, adjust_piece_list, add_var_loc_to_decl,
20204 dw_sra_loc_expr): Use HOST_WIDE_INT instead of int for bit
20205 sizes and positions.
20206
20207 2015-01-20 Chung-Lin Tang <cltang@codesourcery.com>
20208
20209 * config/nios2/nios2.c (nios2_asm_file_end): Implement
20210 TARGET_ASM_FILE_END hook for adding .note.GNU-stack section when
20211 needed.
20212 (TARGET_ASM_FILE_END): Define.
20213
20214 2015-01-20 Maxim Kuvyrkov <maxim.kuvyrkov@linaro.org>
20215
20216 * config/arm/arm-protos.h (enum arm_sched_autopref): New constants.
20217 (struct tune_params): Use the enum.
20218 * arm.c (arm_*_tune): Update.
20219 (arm_option_override): Update.
20220
20221 2015-01-20 Richard Biener <rguenther@suse.de>
20222
20223 PR ipa/64684
20224 * ipa-reference.c (add_static_var): Inline ...
20225 (analyze_function): ... here after splitting out from ...
20226 (is_proper_for_analysis): ... this.
20227
20228 2015-01-20 Matthew Wahab <matthew.wahab@arm.com>
20229
20230 PR target/64149
20231 * config/arm/arm.opt: Remove lra option and arm_lra_flag variablesle.
20232 * config/arm/arm.h (MODE_BASE_REG_CLASS): Remove use of arm_lra_flagag,
20233 replace the conditional with it's true branch.
20234 * config/arm/arm.config (TARGET_LRA_P): Set to hook_bool_void_true.
20235 (arm_lra_p): Remove.
20236
20237 2015-01-20 Eric Botcazou <ebotcazou@adacore.com>
20238
20239 * config/visium/visium.h (LIB_SPEC): Adjust in default case.
20240
20241 2015-01-20 Prathamesh Kulkarni <prathamesh.kulkarni@linaro.org>
20242
20243 * config/tilegx/mul-tables.c: Move symtab.h include after
20244 coretypes.h include.
20245 * config/tilepro/mul-tables.c: Add includes hashtab.h, hash-set.h,
20246 vec.h, machmode.h, tm.h, hard-reg-set.h, input.h, function.h, rtl.h,
20247 flags.h, statistics.h, double-int.h, real.h, fixed-value.h, alias.h,
20248 wide-int.h, inchash.h, tree.h, insn-config.h, expmed.h, dojump.h,
20249 explow.h, calls.h, emit-rtl.h, varasm.h, stmt.h.
20250
20251 2015-01-20 Igor Zamyatin <igor.zamyatin@intel.com>
20252
20253 PR bootstrap/64676
20254 Revert:
20255 2015-01-19 Igor Zamyatin <igor.zamyatin@intel.com>
20256
20257 PR rtl-optimization/64081
20258 * loop-iv.c (def_pred_latch_p): New function.
20259 (latch_dominating_def): Allow specific cases with non-single
20260 definitions.
20261 (iv_get_reaching_def): Likewise.
20262 (check_complex_exit_p): New function.
20263 (check_simple_exit): Use check_complex_exit_p to allow certain cases
20264 with exits not executing on any iteration.
20265
20266 2015-01-19 Jan Hubicka <hubicka@ucw.cz>
20267
20268 PR lto/45375
20269 * i386.c (ix86_option_override_internal): Use ix86_tune_cost
20270 to set branch cost.
20271
20272 2015-01-19 Jan Hubicka <hubicka@ucw.cz>
20273
20274 PR lto/45375
20275 * i386.c (gate): Check flag_expensive_optimizations and
20276 optimize_size.
20277 (ix86_option_override_internal): Drop optimize_size condition
20278 on MASK_ACCUMULATE_OUTGOING_ARGS, MASK_VZEROUPPER,
20279 MASK_AVX256_SPLIT_UNALIGNED_LOAD, MASK_AVX256_SPLIT_UNALIGNED_STORE,
20280 MASK_PREFER_AVX128.
20281 (ix86_avx256_split_vector_move_misalign,
20282 ix86_avx256_split_vector_move_misalign): Check optimize_insn_for_speed.
20283 * sse.md (all uses of TARGET_PREFER_AVX128): Add
20284 optimize_insn_for_speed_p check.
20285
20286 2015-01-19 Matthew Fortune <matthew.fortune@imgtec.com>
20287
20288 * config/mips/mips.h (FP_ASM_SPEC): New define.
20289 (ASM_SPEC): Remove floating-point options and use FP_ASM_SPEC
20290 instead.
20291
20292 2015-01-19 Oleg Endo <olegendo@gcc.gnu.org>
20293
20294 PR target/53988
20295 * config/sh/sh-protos.h (sh_find_set_of_reg): Make sure not to return
20296 nullptr for insn when reaching the first insn.
20297 * config/sh/sh.c (sh_unspec_insn_p): Rewrite using subrtx_iterator.
20298 (sh_insn_operands_modified_between_p): Add nullptr check.
20299 (sh_find_extending_set_of_reg): Fix log message. Don't accept
20300 sign extending mem load if the insn contains any UNSPEC or
20301 UNSPEC_VOLATILE.
20302
20303 2015-01-19 Jan Hubicka <hubicka@ucw.cz>
20304
20305 * params.def (inline-unit-growth): Drop to 15%.
20306 * invoke.texi (inline-unit-growth): Document change.
20307
20308 2015-01-19 Martin Liska <mliska@suse.cz>
20309
20310 PR ipa/64668
20311 * ipa-icf-gimple.c (func_checker::compare_operand): Call proper
20312 function for second argument of OBJ_TYPE_REF.
20313
20314 2015-01-19 Jan Hubicka <hubicka@ucw.cz>
20315
20316 PR ipa/64218
20317 * ipa-inline.c (want_inline_function_to_all_callers_p): Fix check
20318 whether function is an alias.
20319
20320 2015-01-19 Jan Hubicka <hubicka@ucw.cz>
20321
20322 * ipa-devirt.c (ipa_devirt): Drop polymorphic call info in hopeless
20323 cases.
20324
20325 2015-01-19 Vladimir Makarov <vmakarov@redhat.com>
20326
20327 PR rtl-optimization/64671
20328 * lra-remat.c (operand_to_remat): Don't consider jump and call
20329 insns.
20330
20331 2015-01-19 David Edelsohn <dje.gcc@gmail.com>
20332
20333 PR target/59828
20334 * config/rs6000/default64.h: Include rs6000-cpus.def.
20335 (TARGET_DEFAULT) [LITTLE_ENDIAN]: Use ISA 2.7 (POWER8).
20336 (TARGET_DEFAULT) [BIG_ENDIAN]: Use POWER4.
20337 * config/rs6000/driver-rs6000.c (detect_processor_aix): Add POWER7
20338 and POWER8.
20339 * config/rs6000/linux64.h (PROCESSOR_DEFAULT64): Always default to
20340 POWER8.
20341 * config/rs6000/rs6000.c (rs6000_file_start): Emit .machine
20342 pseudo-op to specify assembler dialect.
20343
20344 2015-01-19 Martin Liska <mliska@suse.cz>
20345
20346 PR ipa/64664
20347 * ipa-icf.c (sem_item_optimizer::filter_removed_items):
20348 Handle safe potentially removed nodes during filtering.
20349
20350 2015-01-19 Martin Liska <mliska@suse.cz>
20351
20352 * doc/extend.texi (no_icf): Add new attribute description.
20353 * ipa-icf.c (sem_item_optimizer::merge_classes): Handle cases
20354 where the pass attempts to merge a function with no_icf attribute.
20355
20356 2015-01-19 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
20357
20358 PR target/64532
20359 * doc/md.texi (ARM Options): Document register constraints.
20360
20361 2015-01-19 Jiong Wang <jiong.wang@arm.com>
20362 Andrew Pinski <apinski@cavium.com>
20363
20364 PR target/64304
20365 * config/aarch64/aarch64.md (define_insn "*ashl<mode>3_insn"): Deleted.
20366 (ashl<mode>3): Don't expand if operands[2] is not constant.
20367
20368 2015-01-19 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
20369
20370 PR target/64448
20371 * config/aarch64/aarch64-simd.md (aarch64_simd_bsl<mode>_internal):
20372 Match xor-and-xor RTL pattern.
20373
20374 2015-01-19 Igor Zamyatin <igor.zamyatin@intel.com>
20375
20376 PR rtl-optimization/64081
20377 * loop-iv.c (def_pred_latch_p): New function.
20378 (latch_dominating_def): Allow specific cases with non-single
20379 definitions.
20380 (iv_get_reaching_def): Likewise.
20381 (check_complex_exit_p): New function.
20382 (check_simple_exit): Use check_complex_exit_p to allow certain cases
20383 with exits not executing on any iteration.
20384
20385 2015-01-19 Jakub Jelinek <jakub@redhat.com>
20386
20387 * common.opt (fgraphite): Fix a typo.
20388
20389 2015-01-19 Felix Yang <felix.yang@huawei.com>
20390
20391 * config/aarch64/aarch64-simd.md (aarch64_<maxmin_uns>p<mode>): New
20392 pattern.
20393 * config/aarch64/aarch64-simd-builtins.def (smaxp, sminp, umaxp,
20394 uminp, smax_nanp, smin_nanp): New builtins.
20395 * config/aarch64/arm_neon.h (vpmax_s8, vpmax_s16, vpmax_s32,
20396 vpmax_u8, vpmax_u16, vpmax_u32, vpmaxq_s8, vpmaxq_s16, vpmaxq_s32,
20397 vpmaxq_u8, vpmaxq_u16, vpmaxq_u32, vpmax_f32, vpmaxq_f32, vpmaxq_f64,
20398 vpmaxqd_f64, vpmaxs_f32, vpmaxnm_f32, vpmaxnmq_f32, vpmaxnmq_f64,
20399 vpmaxnmqd_f64, vpmaxnms_f32, vpmin_s8, vpmin_s16, vpmin_s32, vpmin_u8,
20400 vpmin_u16, vpmin_u32, vpminq_s8, vpminq_s16, vpminq_s32, vpminq_u8,
20401 vpminq_u16, vpminq_u32, vpmin_f32, vpminq_f32, vpminq_f64, vpminqd_f64,
20402 vpmins_f32, vpminnm_f32, vpminnmq_f32, vpminnmq_f64, vpminnmqd_f64,
20403 vpminnms_f32): Rewrite using builtin functions.
20404
20405 2015-01-19 Thomas Schwinge <thomas@codesourcery.com>
20406
20407 PR libgomp/64625
20408 * omp-low.c (offload_symbol_decl): Remove variable.
20409 (get_offload_symbol_decl): Remove function.
20410 (expand_omp_target): For BUILT_IN_GOMP_TARGET,
20411 BUILT_IN_GOMP_TARGET_DATA, BUILT_IN_GOMP_TARGET_UPDATE pass NULL
20412 instead of &__OFFLOAD_TABLE__, for BUILT_IN_GOACC_DATA_START,
20413 BUILT_IN_GOACC_ENTER_EXIT_DATA, BUILT_IN_GOACC_PARALLEL,
20414 BUILT_IN_GOACC_UPDATE don't pass it at all.
20415
20416 2015-01-19 Ilya Enkovich <ilya.enkovich@intel.com>
20417
20418 * tree-sra.c (some_callers_have_mismatched_arguments_p): Allow thunk
20419 callers.
20420
20421 2015-01-19 Ilya Enkovich <ilya.enkovich@intel.com>
20422
20423 * ipa-chkp.c (chkp_produce_thunks): Add early param
20424 to split thunks production into two passes. Keep
20425 'always_inline' function bodies after the first pass.
20426 (pass_data_ipa_chkp_early_produce_thunks): New.
20427 (pass_ipa_chkp_early_produce_thunks): New.
20428 (pass_ipa_chkp_produce_thunks::execute): Adjust to new
20429 chkp_produce_thunks signature.
20430 (make_pass_ipa_chkp_early_produce_thunks): New.
20431 * passes.def (pass_ipa_chkp_early_produce_thunks): New.
20432 (pass_ipa_chkp_produce_thunks): Move after local optimizations.
20433 * tree-pass.h (make_pass_ipa_chkp_early_produce_thunks): New.
20434
20435 2015-01-18 Jan Hubicka <hubicka@ucw.cz>
20436
20437 * cgraph.c (cgraph_node::dump): Dump profile flags.
20438
20439 2015-01-18 Oleg Endo <olegendo@gcc.gnu.org>
20440
20441 PR target/64652
20442 * config/sh/sh.md (udivsi3_i4, divsi3_i4): Make use of sfunc address
20443 reg appear first in the parallel.
20444
20445 2015-01-18 Jan Hubicka <hubicka@ucw.cz>
20446
20447 * ipa-reference.c (set_reference_optimization_summary,
20448 ipa_reference_get_not_written_global): Do nothing if ipa-reference is
20449 disabled.
20450 (ignore_module_statics): New static var.
20451 (propagate_bits): If ipa-reference is disabled, do not look into local
20452 properties.
20453 (analyze_function): Disable analysis when ipa_reference is disabled.
20454 (generate_summary): Do not dump when reference is disabled;
20455 collect vars accessed from functions with ipa-reference disabled.
20456 (get_read_write_all_from_node): When ipa-reference is disabled, use the
20457 node flags.
20458 (gate): Enable for LTO.
20459 (ignore_edge_p): New function.
20460 (propagate): Skip functions w/o ipa-reference analysis.
20461 * optc-save-gen.awk: Handle optimize_debug correctly.
20462 * opth-gen.awk: Likewise.
20463 * common.opt (fauto-inc-dec, fdelete-dead-exceptions, ffunction-cse,
20464 fgraphite, fstrict-volatile-bitfields, fira-algorithm, fira-region,
20465 fira-share-save-slots, fira-share-spill-slots,
20466 fmodulo-sched-allow-regmoves, fpartial-inlining,
20467 sched-stalled-insns, fsched-stalled-insns-dep, fstrict-overflow,
20468 ftracer, ftree-parallelize-loops, fassociative-math,
20469 freciprocal-math, fvect-cost-model, fsimd-cost-model): Mark as
20470 Optimization
20471 (fauto-profile, fcommon, fdata-sections, fipa-icf-variables,
20472 ftoplevel-reorder, funit-at-a-time, fwhole-program): Do not mark as
20473 Optimization.
20474 * ipa-icf.c (gate, sem_item_optimizer::filter_removed_items):
20475 Fix for IPA.
20476
20477 2015-01-18 Jan Hubicka <hubicka@ucw.cz>
20478
20479 PR ipa/64378
20480 * ipa-prop.c (try_make_edge_direct_virtual_call): Clear speculative
20481 flag correctly.
20482 * ipa-cp.c (ipa_get_indirect_edge_target_1): Handle speculation.
20483
20484 2015-01-18 Sandra Loosemore <sandra@codesourcery.com>
20485
20486 * doc/invoke.texi ([-funroll-loops], [-funroll-all-loops]):
20487 Remove duplicate option listings.
20488
20489 2015-01-18 Felix Yang <felix.yang@huawei.com>
20490
20491 * auto-profile.c (afdo_find_equiv_class): Remove unnecessary test.
20492 (autofdo_source_profile::get_callsite_total_count,
20493 function_instance::get_function_instance_by_decl,
20494 string_table::get_index, string_table::get_index_by_decl,
20495 afdo_vpt_for_early_inline, afdo_callsite_hot_enough_for_early_inline):
20496 Fix comment typos. Reformatting and minor code rearrangement.
20497
20498 2015-01-17 Segher Boessenkool <segher@kernel.crashing.org>
20499
20500 * config/rs6000/rs6000.md (probe_stack): Delete.
20501 (probe_stack_address): New.
20502
20503 2015-01-17 Segher Boessenkool <segher@kernel.crashing.org>
20504
20505 * config/rs6000/rs6000.c (rs6000_gimplify_va_arg): Use TARGET_32BIT
20506 to test for 32-bit ABIs, not !TARGET_POWERPC64.
20507
20508 2015-01-17 Segher Boessenkool <segher@kernel.crashing.org>
20509
20510 * config/rs6000/rs6000.c (rs6000_parallel_return): New function.
20511 (rs6000_function_value): Use it. Handle SCmode and TCmode as well,
20512 for TARGET_32BIT && TARGET_POWERPC64. Fix another BITS_PER_WORD
20513 snafu.
20514 (rs6000_libcall_value): Use the new function.
20515
20516 2015-01-17 Sandra Loosemore <sandra@codesourcery.com>
20517
20518 * doc/invoke.texi ([-ftracer]): Remove duplicate option listing.
20519
20520 2015-01-17 Eric Botcazou <ebotcazou@adacore.com>
20521
20522 * reorg.c (fill_simple_delay_slots): If TARGET_FLAGS_REGNUM is valid,
20523 implement a more precise life analysis for it during backward scan.
20524
20525 2015-01-17 Jan Kratochvil <jan.kratochvil@redhat.com>
20526
20527 * dwarf2out.c (gen_producer_string): Ignore also OPT_fpreprocessed.
20528
20529 2015-01-17 Bernd Schmidt <bernds@codesourcery.com>
20530
20531 PR rtl-optimization/52773
20532 * calls.c (emit_library_call_value): When pushing arguments use
20533 stack_pointer_rtx rather than virtual_outgoing_args_rtx in
20534 CALL_INSN_FUNCTION_USAGE. Only emit one of use of the magic
20535 stack pointer reference into CALL_INSN_FUNCTION_USAGE.
20536
20537 2015-01-17 Jeff Law <law@redhat.com>
20538
20539 PR rtl-optimization/32790
20540 * reginfo.c (reg_scan_mark_refs): Look for ZERO_EXTRACT,
20541 not ZERO_EXTEND in SET_DESTs.
20542
20543 2015-01-17 Alan Modra <amodra@gmail.com>
20544
20545 * cprop.c (do_local_cprop): Revert last change.
20546
20547 2015-01-16 DJ Delorie <dj@redhat.com>
20548 Nick Clifton <nickc@redhat.com>
20549
20550 * config/rl78/rl78-real.md (addqi3_real): Allow volatiles.
20551 (addhi3_real): Likewise. Fix [HL+0] syntax.
20552 (subqi3_real): Likewise.
20553 (subhi3_real): Likewise.
20554 (cbranchqi4_real): Likewise. Allow saddr,#imm.
20555 (cbranchhi4_real): Likewise.
20556 (cbranchhi4_real_inverted): Likewise.
20557 (cbranchsi4_real_lt): Likewise.
20558 (cbranchsi4_real_ge): Likewise.
20559 (cbranchsi4_real_ge): Likewise.
20560 * config/rl78/rl78-virt.md (add<mode>3_virt): Likewise.
20561 (sub<mode>3_virt): Likewise.
20562 (cbranchqi4_virt): Likewise.
20563 (cbranchhi4_virt): Likewise.
20564 * config/rl78/rl78.c (rl78_print_operand_1): 'p' modifier means
20565 always use '[reg+imm]' even when imm is zero.
20566 * config/rl78/predicates.md (rl78_volatile_memory_operand): New.
20567 (rl78_general_operand): New.
20568 (rl78_nonimmediate_operand): New.
20569 (rl78_nonfar_operand): Use them.
20570 (rl78_nonfar_nonimm_operand): Likewise.
20571 (rl78_stack_based_mem): Fix.
20572 * config/rl78/constraints.md (Ibqi): New.
20573 (IBqi): New.
20574 (Wsa): New.
20575 (Wsf): New.
20576 (Cs1): Fix.
20577 * config/rl78/rl78-expand.md (andqi3): Accept volatiles.
20578 (iorqi3): Likewise.
20579 (xorqi3): Likewise.
20580 * config/rl78/rl78-protos.h (rl78_sfr_p): New.
20581
20582 * config/rl78/constrains (Qs8): New constraint.
20583 * config/rl78/rl78.c (rl78_flags_already_set): New function.
20584 * config/rl78/rl78-protos.h (rl78_flags_already_set): New prototype.
20585 * config/rl78/rl78-real.md (update_Z): New attribute.
20586 Update patterns to set it.
20587 (cbranchqi4_real): Call rl78_flags_already_set() to determine if a
20588 shorter compare and branch sequence can be used.
20589 (cbranchhi4_real): Likewise.
20590 (cbranchhi4_real_inverted): Likewise.
20591
20592 * config/rl78/predicates.md (uword_operand): Allow symbol_refs.
20593 * config/rl78/rl78-c.c (rl78_register_pragmas): Register __near
20594 address space.
20595 * config/rl78/rl78.c (rl78_get_name_encoding): New.
20596 (rl78_option_override): Allow -mes0 only if C.
20597 (characterize_address): Support subregs of symbol_refs.
20598 (rl78_addr_space_address_mode): Move. Add __near.
20599 (rl78_far_p): Likewise.
20600 (rl78_addr_space_pointer_mode): Likewise.
20601 (rl78_as_legitimate_address): Likewise.
20602 (rl78_addr_space_subset_p): Likewise.
20603 (rl78_addr_space_convert): Likewise.
20604 (rl78_print_operand_1): Support 16-bit addressing of 32-bit
20605 symbols with -mes0.
20606 (transcode_memory_rtx): Don't copy ES if -mes0. Allow symbol[BC]
20607 addressing.
20608 (rl78_alloc_physical_registers_op1): Change logic to prefer
20609 symbol[BC] addressing.
20610 (frodata_section): New.
20611 (rl78_asm_init_sections): Initialize it.
20612 (rl78_select_section): Put __far readonly symbols in .frodata.
20613 (rl78_make_type_far): New.
20614 (rl78_insert_attributes): Force all readonly symbols to be
20615 __far when -mes0.
20616 (rl78_asm_out_integer): New.
20617 * config/rl78/rl78.h (ADDR_SPACE_NEAR): New.
20618 * config/rl78/rl78.opt (-mes0): New.
20619
20620 * config/rl78/rl78.h (ASM_OUTPUT_LABELREF): New.
20621 (ASM_OUTPUT_ALIGNED_DECL_COMMON): New.
20622 (ASM_OUTPUT_ALIGNED_DECL_LOCAL): New.
20623 * config/rl78/rl78-protos.h (rl78_output_labelref): New.
20624 (rl78_saddr_p): New.
20625 (rl78_output_aligned_common): New.
20626 * config/rl78/rl78.c (rl78_output_symbol_ref): Strip encodings.
20627 (rl78_handle_saddr_attribute): New.
20628 (rl78_handle_naked_attribute): New.
20629 (rl78_attribute_table): Add saddr.
20630 (rl78_print_operand_1): Don't print '!' on saddr operands.
20631 (rl78_print_operand_1): Strip encodings.
20632 (rl78_sfr_p): New.
20633 (rl78_strip_name_encoding): New.
20634 (rl78_attrlist_to_encoding): New.
20635 (rl78_encode_section_info): New.
20636 (rl78_asm_init_sections): New.
20637 (rl78_select_section): New.
20638 (rl78_output_labelref): New.
20639 (rl78_output_aligned_common): New.
20640 (rl78_asm_out_integer): New.
20641 (rl78_asm_ctor_dtor): New.
20642 (rl78_asm_constructor): New.
20643 (rl78_asm_destructor): New.
20644
20645 * config/rl78/rl78-real.md (movqi_es): Rename to movqi_to_es.
20646 * config/rl78/rl78.c (rl78_expand_epilogue): Update.
20647 (transcode_memory_rtx): Update.
20648 (rl78_expand_epilogue): Use A_REG instead of 0.
20649
20650 2015-01-17 Maxim Kuvyrkov <maxim.kuvyrkov@linaro.org>
20651
20652 * config/arm/arm-protos.h (struct tune_params): New field
20653 sched_autopref_queue_depth.
20654 * config/arm/arm.c (sched-int.h): Include header.
20655 (arm_first_cycle_multipass_dfa_lookahead_guard,)
20656 (TARGET_SCHED_FIRST_CYCLE_MULTIPASS_DFA_LOOKAHEAD_GUARD): Define hook.
20657 (arm_slowmul_tune, arm_fastmul_tune, arm_strongarm_tune,)
20658 (arm_xscale_tune, arm_9e_tune, arm_v6t2_tune, arm_cortex_tune,)
20659 (arm_cortex_a8_tune, arm_cortex_a7_tune, arm_cortex_a15_tune,)
20660 (arm_cortex_a53_tune, arm_cortex_a57_tune, arm_xgene1_tune,)
20661 (arm_cortex_a5_tune, arm_cortex_a9_tune, arm_cortex_a12_tune,)
20662 (arm_v7m_tune, arm_cortex_m7_tune, arm_v6m_tune, arm_fa726te_tune):
20663 Specify sched_autopref_queue_depth value. Enabled for A15 and A57.
20664 * config/arm/t-arm (arm.o): Update.
20665 * haifa-sched.c (update_insn_after_change): Update.
20666 (rank_for_schedule): Use auto-prefetcher model, if requested.
20667 (autopref_multipass_init): New static function.
20668 (autopref_rank_for_schedule): New rank_for_schedule heuristic.
20669 (autopref_multipass_dfa_lookahead_guard_started_dump_p): New static
20670 variable for debug dumps.
20671 (autopref_multipass_dfa_lookahead_guard_1): New static helper function.
20672 (autopref_multipass_dfa_lookahead_guard): New global function that
20673 implements TARGET_SCHED_FIRST_CYCLE_MULTIPASS_DFA_LOOKAHEAD_GUARD hook.
20674 (init_h_i_d): Update.
20675 * params.def (PARAM_SCHED_AUTOPREF_QUEUE_DEPTH): New tuning knob.
20676 * sched-int.h (enum autopref_multipass_data_status): New const enum.
20677 (autopref_multipass_data_): Structure for auto-prefetcher data.
20678 (autopref_multipass_data_def, autopref_multipass_data_t): New typedefs.
20679 (struct _haifa_insn_data:autopref_multipass_data): New field.
20680 (INSN_AUTOPREF_MULTIPASS_DATA): New access macro.
20681 (autopref_multipass_dfa_lookahead_guard): Declare.
20682
20683 2015-01-17 Maxim Kuvyrkov <maxim.kuvyrkov@linaro.org>
20684
20685 * rtlanal.c (get_base_term): Handle SCRATCH.
20686
20687 2015-01-17 Maxim Kuvyrkov <maxim.kuvyrkov@linaro.org>
20688
20689 * config/aarch64/aarch64.c
20690 (aarch64_sched_first_cycle_multipass_dfa_lookahead): Implement hook.
20691 (TARGET_SCHED_FIRST_CYCLE_MULTIPASS_DFA_LOOKAHEAD): Define.
20692 * config/arm/arm.c
20693 (arm_first_cycle_multipass_dfa_lookahead): Implement hook.
20694 (TARGET_SCHED_FIRST_CYCLE_MULTIPASS_DFA_LOOKAHEAD): Define.
20695
20696 2015-01-17 Alan Modra <amodra@gmail.com>
20697
20698 * cprop.c (do_local_cprop): Disallow replacement of fixed
20699 hard registers.
20700
20701 2015-01-16 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
20702
20703 PR target/62066
20704 * config/arm/arm-builtins.c (arm_expand_neon_args): Call va_end before
20705 early return 0.
20706
20707 2015-01-16 Bernd Edlinger <bernd.edlinger@hotmail.de>
20708
20709 * sanitizer.def (BUILT_IN_TSAN_VPTR_UPDATE): Fixed parameters.
20710 * tsan.c (instrument_expr): Fixed parameters of __tsan_vptr_update.
20711
20712 2015-01-16 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
20713
20714 * config/arm/arm.md: Move comment about splitting Thumb1 patterns to...
20715 * config/arm/thumb1.md: ... Here.
20716
20717 2015-01-16 Segher Boessenkool <segher@kernel.crashing.org>
20718
20719 * config/rs6000/rs6000.c (rs6000_scalar_mode_supported_p): Disallow
20720 TImode for TARGET_32BIT.
20721
20722 2015-01-16 Segher Boessenkool <segher@kernel.crashing.org>
20723
20724 * config/rs6000/rs6000.c (TARGET_LIBGCC_CMP_RETURN_MODE,
20725 TARGET_LIBGCC_SHIFT_COUNT_MODE, TARGET_UNWIND_WORD_MODE): Implement
20726 as ...
20727 (rs6000_abi_word_mode): New function.
20728
20729 2015-01-16 Segher Boessenkool <segher@kernel.crashing.org>
20730
20731 * config/rs6000/rs6000.c (rs6000_va_start): Use MIN_UNITS_PER_WORD
20732 instead of UNITS_PER_WORD to describe the size of stack slots.
20733
20734 2015-01-16 Segher Boessenkool <segher@kernel.crashing.org>
20735
20736 * config/rs6000/rs6000.c (TARGET_PROMOTE_FUNCTION_MODE): Implement
20737 as rs6000_promote_function_mode. Move comment to there.
20738 (rs6000_promote_function_mode): New function.
20739
20740 2015-01-16 Segher Boessenkool <segher@kernel.crashing.org>
20741
20742 * config/rs6000/rs6000.h (PROMOTE_MODE): Correct test for when -m32
20743 -mpowerpc64 is active.
20744
20745 2015-01-16 Ilya Enkovich <ilya.enkovich@intel.com>
20746
20747 PR middle-end/64353
20748 * tree-cfg.c (pass_data_fixup_cfg): Update SSA for
20749 virtuals on start.
20750
20751 2015-01-16 James Greenhalgh <james.greenhalgh@arm.com>
20752
20753 * config/arm/cortex-a57.md: Remove duplicate of file accidentally
20754 introduced in revision 219724.
20755
20756 2015-01-16 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
20757 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
20758
20759 PR target/64263
20760 * config/aarch64/aarch64.md (*movsi_aarch64): Don't split if the
20761 destination is not a GP reg.
20762 (*movdi_aarch64): Likewise.
20763
20764 2015-01-16 David Edelsohn <dje.gcc@gmail.com>
20765
20766 PR target/64623
20767 * config/rs6000/default64.h: Revert ISA change.
20768
20769 2015-01-16 Richard Biener <rguenther@suse.de>
20770
20771 PR middle-end/64614
20772 * tree-ssa-uninit.c: Include tree-cfg.h.
20773 (MAX_SWITCH_CASES): New define.
20774 (convert_control_dep_chain_into_preds): Handle switch statements.
20775 (is_pred_expr_subset_of): Handle x == CST vs. (x & CST) != 0.
20776 (normalize_one_pred_1): Do not split bit-manipulations.
20777 Record (x & CST).
20778
20779 2015-01-16 Richard Biener <rguenther@suse.de>
20780
20781 PR tree-optimization/64568
20782 * tree-ssa-forwprop.c (pass_forwprop::execute): Guard
20783 complex load rewriting for TARGET_MEM_REFs.
20784
20785 2015-01-16 Uros Bizjak <ubizjak@gmail.com>
20786
20787 * builtins.c (expand_builtin_acc_on_device): Check target for NULL.
20788
20789 2015-01-16 Matthew Wahab <matthew.wahab@arm.com>
20790
20791 PR target/64149
20792 * config/aarch64/aarch64.opt: Remove lra option and aarch64_lra_flag
20793 variable.
20794 * config/aarch64/aarch64.c (TARGET_LRA_P): Set to hook_bool_void_true.
20795 (aarch64_lra_p): Remove.
20796
20797 2015-01-16 Ilya Enkovich <ilya.enkovich@intel.com>
20798
20799 PR target/64363
20800 * ipa-chkp.h (chkp_instrumentable_p): New.
20801 * ipa-chkp.c: Include tree-inline.h.
20802 (chkp_instrumentable_p): New.
20803 (chkp_maybe_create_clone): Use chkp_instrumentable_p.
20804 Fix processing of not instrumentable functions.
20805 (chkp_versioning): Use chkp_instrumentable_p. Warn about
20806 not instrumentable functions.
20807 * tree-chkp.c (chkp_add_bounds_to_call_stmt): Use
20808 chkp_instrumentable_p.
20809 * tree-inline.h (copy_forbidden): New.
20810 * tree-inline.c (copy_forbidden): Not static anymore.
20811
20812 2015-01-16 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
20813
20814 * optc-save-gen.awk (cl_target_option_print_diff): Mark indent,
20815 ptr1, ptr2 unused.
20816
20817 2015-01-16 Robert Suchanek <robert.suchanek@imgtec.com>
20818
20819 * lra-constraints.c (curr_insn_transform): Change a reload pseudo of
20820 type OP_OUT to OP_INOUT.
20821
20822 2015-01-16 Robert Suchanek <robert.suchanek@imgtec.com>
20823
20824 * simplify-rtx.c (simplify_replace_fn_rtx): Simplify (lo_sum
20825 (high x) y) to y if x and y have the same base.
20826
20827 2015-01-16 James Greenhalgh <james.greenhalgh@arm.com>
20828
20829 * config/arm/cortex-a57.md: New.
20830 * config/aarch64/aarch64.md: Include it.
20831 * config/aarch64/aarch64-cores.def (cortex-a57): Tune for it.
20832 * config/aarch64/aarch64-tune.md: Regenerate.
20833
20834 2015-01-16 Zhenqiang Chen <zhenqiang.chen@arm.com>
20835
20836 PR target/64015
20837 * ccmp.c (expand_ccmp_next): New function.
20838 (expand_ccmp_expr_1, expand_ccmp_expr): Handle operand insn sequence
20839 and compare insn sequence.
20840 * config/aarch64/aarch64.c (aarch64_code_to_ccmode,
20841 aarch64_gen_ccmp_first, aarch64_gen_ccmp_next): New functions.
20842 (TARGET_GEN_CCMP_FIRST, TARGET_GEN_CCMP_NEXT): New MICRO.
20843 * config/aarch64/aarch64.md (*ccmp_and): Changed to ccmp_and<mode>.
20844 (*ccmp_ior): Changed to ccmp_ior<mode>.
20845 (cmp<mode>): New pattern.
20846 * doc/tm.texi (TARGET_GEN_CCMP_FIRST, TARGET_GEN_CCMP_NEXT): Update
20847 parameters.
20848 * target.def (gen_ccmp_first, gen_ccmp_next): Update parameters.
20849
20850 2015-01-16 Ilya Tocar <ilya.tocar@intel.com>
20851
20852 * config/i386/avx2intrin.h (_mm256_bslli_epi128,
20853 _mm256_bsrli_epi128): New.
20854 * config/i386/emmintrin.h (_mm_bsrli_si128, _mm_bslli_si128): Ditto.
20855
20856 2015-01-15 Jiong Wang <jiong.wang@arm.com>
20857
20858 * expmed.c (store_bit_field_using_insv): Improve warning message.
20859 Use %wu instead of HOST_WIDE_INT_PRINT_UNSIGNED.
20860
20861 2015-01-15 Jiong Wang <jiong.wang@arm.com>
20862
20863 PR rtl-optimization/64011
20864 * expmed.c (store_bit_field_using_insv): Warn and truncate bitsize when
20865 there is partial overflow.
20866
20867 2015-01-16 Chung-Ju Wu <jasonwucj@gmail.com>
20868
20869 * config/nds32/nds32-protos.h (nds32_expand_epilogue): Change
20870 prototype.
20871 (nds32_expand_epilogue_v3pop): Likewise.
20872 * config/nds32/nds32.md (sibcall): Define this for sibling call
20873 optimization.
20874 (sibcall_register): Likewise.
20875 (sibcall_immediate): Likewise.
20876 (sibcall_value): Likewise.
20877 (sibcall_value_register): Likewise.
20878 (sibcall_value_immediate): Likewise.
20879 (sibcall_epilogue): Likewise.
20880 (epilogue): Pass false to indicate this is not a sibcall epilogue.
20881 * config/nds32/nds32.c (nds32_expand_epilogue): Consider sibcall case.
20882 (nds32_expand_epilogue_v3pop): Likewise.
20883
20884 2015-01-16 Chung-Ju Wu <jasonwucj@gmail.com>
20885
20886 * config/nds32/nds32-protos.h (nds32_can_use_return_insn): New.
20887 * config/nds32/nds32.md (unspec_volatile_func_return): Remove.
20888 (return_internal): New.
20889 (return): Define this named pattern.
20890 (simple_return): Define this named pattern.
20891 * config/nds32/nds32.c (nds32_expand_epilogue): Emit return_internal
20892 pattern instead of unspec_volatile_func_return.
20893 (nds32_expand_epilogue_v3pop): Likewise.
20894 (nds32_can_use_return_insn): New function.
20895
20896 2015-01-16 Chung-Ju Wu <jasonwucj@gmail.com>
20897
20898 * config/nds32/constants.md (UNSPEC_VOLATILE_POP25_RETURN): New.
20899 * config/nds32/nds32.md (pop25return): New.
20900 * config/nds32/nds32.c (nds32_expand_epilogue_v3pop): Emit
20901 pop25return pattern.
20902
20903 2015-01-16 Chung-Ju Wu <jasonwucj@gmail.com>
20904
20905 * doc/invoke.texi (NDS32 Options): Remove -mforce-fp-as-gp,
20906 -mforbid-fp-as-gp, and -mex9 options.
20907
20908 2015-01-16 Chung-Ju Wu <jasonwucj@gmail.com>
20909
20910 * doc/invoke.texi (NDS32 Options): Add -mcmodel= option and
20911 remove -mgp-direct option.
20912
20913 2015-01-15 Jan Hubicka <hubicka@ucw.cz>
20914
20915 * doc/invoke.texi (--param early-inlining-insns): Update default value.
20916 * params.def (PARAM_EARLY_INLINING_INSNS): Set to 14.
20917
20918 2015-01-15 Jan Hubicka <hubicka@ucw.cz>
20919
20920 * ipa-inline.c (inline_small_functions): Work around hints
20921 cache issue.
20922
20923 2015-01-15 Sandra Loosemore <sandra@codesourcery.com>
20924
20925 PR target/59710
20926 * doc/invoke.texi (Option Summary): Document new Nios II
20927 -mgpopt= syntax.
20928 (Nios II Options): Likewise.
20929 * config/nios2/nios2.opt: Add -mgpopt= option support.
20930 Modify existing -mgpopt and -mno-gpopt options to be aliases.
20931 * config/nios2/nios2-opts.h (enum nios2_gpopt_type): New.
20932 * config/nios2/nios2.c (nios2_option_override): Adjust
20933 -mgpopt defaulting.
20934 (nios2_in_small_data_p): Return true for explicit small data
20935 sections even with -G0.
20936 (nios2_symbol_ref_in_small_data_p): Adjust to handle new -mgpopt=
20937 option choices.
20938
20939 2015-01-15 Jan Hubicka <hubicka@ucw.cz>
20940
20941 PR ipa/64612
20942 * ipa-inline-transform.c (can_remove_node_now_p): Fix handling
20943 of comdat locals.
20944 (inline_call): Fix removal of aliases.
20945
20946 2015-01-15 Jakub Jelinek <jakub@redhat.com>
20947
20948 * flag-types.h (enum sanitize_code): Add SANITIZE_VPTR,
20949 include SANITIZE_VPTR in SANITIZE_UNDEFINED.
20950 * opts.c (common_handle_option): Add -fsanitize=vptr.
20951 * sanitizer.def (BUILT_IN_UBSAN_HANDLE_DYNAMIC_TYPE_CACHE_MISS,
20952 BUILT_IN_UBSAN_HANDLE_DYNAMIC_TYPE_CACHE_MISS_ABORT): New.
20953 * ubsan.h (enum ubsan_null_ckind): Add UBSAN_DOWNCAST_POINTER,
20954 UBSAN_DOWNCAST_REFERENCE, UBSAN_UPCAST and UBSAN_CAST_TO_VBASE.
20955 (ubsan_expand_vptr_ifn): New prototype.
20956 * internal-fn.c (expand_ANNOTATE, expand_GOMP_SIMD_LANE,
20957 expand_GOMP_SIMD_VF, expand_GOMP_SIMD_LAST_LANE, expand_UBSAN_NULL,
20958 expand_UBSAN_BOUNDS, expand_UBSAN_OBJECT_SIZE, expand_ASAN_CHECK,
20959 expand_LOOP_VECTORIZED): Make argument nameless, remove
20960 ATTRIBUTE_UNUSED.
20961 (expand_UBSAN_VPTR): New function.
20962 * internal-fn.def (UBSAN_NULL, ASAN_CHECK): Use R instead of W
20963 in fn spec.
20964 (UBSAN_VPTR): New internal function.
20965 * sanopt.c (tree_map_traits): Renamed to ...
20966 (sanopt_tree_map_traits): ... this.
20967 (sanopt_tree_triplet, sanopt_tree_triplet_map_traits): New classes.
20968 (sanopt_ctx): Adjust asan_check_map type for tree_map_traits
20969 to sanopt_tree_map_traits renaming. Add vptr_check_map field.
20970 (maybe_optimize_ubsan_vptr_ifn): New function.
20971 (sanopt_optimize_walker): Handle IFN_UBSAN_VPTR.
20972 (pass_sanopt::execute): Likewise. Call sanopt_optimize even for
20973 -fsanitize=vptr.
20974 * tree-ssa-alias.c (call_may_clobber_ref_p_1): Handle certain
20975 internal calls like pure functions for aliasing, even when they
20976 have other side-effects that prevent making them ECF_PURE.
20977 * ubsan.c (ubsan_vptr_type_cache_decl): New variable.
20978 (ubsan_expand_vptr_ifn): New function.
20979
20980 2015-01-15 Vladimir Makarov <vmakarov@redhat.com>
20981
20982 PR rtl-optimization/64110
20983 * stmt.c (parse_output_constraint): Process '^' and '$'.
20984 (parse_input_constraint): Ditto.
20985 * lra-constraints.c (process_alt_operands): Process the new
20986 constraints.
20987 * ira-costs.c (record_reg_classes): Process the new constraint
20988 '^'.
20989 * genoutput.c (indep_constraints): Add '^' and '$'.
20990 * config/i386/sse.md (*vec_dup<mode>): Use '$' instead of '!'.
20991 * doc/md.texi: Add description of the new constraints.
20992
20993 2015-01-15 Thomas Schwinge <thomas@codesourcery.com>
20994 Bernd Schmidt <bernds@codesourcery.com>
20995 Cesar Philippidis <cesar@codesourcery.com>
20996 James Norris <jnorris@codesourcery.com>
20997 Tom de Vries <tom@codesourcery.com>
20998 Ilmir Usmanov <i.usmanov@samsung.com>
20999 Dmitry Bocharnikov <dmitry.b@samsung.com>
21000 Evgeny Gavrin <e.gavrin@samsung.com>
21001 Jakub Jelinek <jakub@redhat.com>
21002
21003 * builtin-types.def (BT_FN_VOID_INT_INT_VAR)
21004 (BT_FN_VOID_INT_PTR_SIZE_PTR_PTR_PTR_INT_INT_VAR)
21005 (BT_FN_VOID_INT_OMPFN_PTR_SIZE_PTR_PTR_PTR_INT_INT_INT_INT_INT_VAR):
21006 New function types.
21007 * builtins.c: Include "gomp-constants.h".
21008 (expand_builtin_acc_on_device): New function.
21009 (expand_builtin, is_inexpensive_builtin): Handle
21010 BUILT_IN_ACC_ON_DEVICE.
21011 * builtins.def (DEF_GOACC_BUILTIN, DEF_GOACC_BUILTIN_COMPILER):
21012 New macros.
21013 * cgraph.c (cgraph_node::create): Consider flag_openacc next to
21014 flag_openmp.
21015 * config.gcc <nvptx-*> (tm_file): Add nvptx/offload.h.
21016 <*-intelmic-* | *-intelmicemul-*> (tm_file): Add
21017 i386/intelmic-offload.h.
21018 * gcc.c (LINK_COMMAND_SPEC, GOMP_SELF_SPECS): For -fopenacc, link
21019 to libgomp and its dependencies.
21020 * config/arc/arc.h (LINK_COMMAND_SPEC): Likewise.
21021 * config/darwin.h (LINK_COMMAND_SPEC_A): Likewise.
21022 * config/i386/mingw32.h (GOMP_SELF_SPECS): Likewise.
21023 * config/ia64/hpux.h (LIB_SPEC): Likewise.
21024 * config/pa/pa-hpux11.h (LIB_SPEC): Likewise.
21025 * config/pa/pa64-hpux.h (LIB_SPEC): Likewise.
21026 * doc/generic.texi: Update for OpenACC changes.
21027 * doc/gimple.texi: Likewise.
21028 * doc/invoke.texi: Likewise.
21029 * doc/sourcebuild.texi: Likewise.
21030 * gimple-pretty-print.c (dump_gimple_omp_for): Handle
21031 GF_OMP_FOR_KIND_OACC_LOOP.
21032 (dump_gimple_omp_target): Handle GF_OMP_TARGET_KIND_OACC_KERNELS,
21033 GF_OMP_TARGET_KIND_OACC_PARALLEL, GF_OMP_TARGET_KIND_OACC_DATA,
21034 GF_OMP_TARGET_KIND_OACC_UPDATE,
21035 GF_OMP_TARGET_KIND_OACC_ENTER_EXIT_DATA.
21036 Dump more data.
21037 * gimple.c: Update comments for OpenACC changes.
21038 * gimple.def: Likewise.
21039 * gimple.h: Likewise.
21040 (enum gf_mask): Add GF_OMP_FOR_KIND_OACC_LOOP,
21041 GF_OMP_TARGET_KIND_OACC_PARALLEL, GF_OMP_TARGET_KIND_OACC_KERNELS,
21042 GF_OMP_TARGET_KIND_OACC_DATA, GF_OMP_TARGET_KIND_OACC_UPDATE,
21043 GF_OMP_TARGET_KIND_OACC_ENTER_EXIT_DATA.
21044 (gimple_omp_for_cond, gimple_omp_for_set_cond): Sort in the
21045 appropriate place.
21046 (is_gimple_omp_oacc, is_gimple_omp_offloaded): New functions.
21047 * gimplify.c: Include "gomp-constants.h".
21048 Update comments for OpenACC changes.
21049 (is_gimple_stmt): Handle OACC_PARALLEL, OACC_KERNELS, OACC_DATA,
21050 OACC_HOST_DATA, OACC_DECLARE, OACC_UPDATE, OACC_ENTER_DATA,
21051 OACC_EXIT_DATA, OACC_CACHE, OACC_LOOP.
21052 (gimplify_scan_omp_clauses, gimplify_adjust_omp_clauses): Handle
21053 OMP_CLAUSE__CACHE_, OMP_CLAUSE_ASYNC, OMP_CLAUSE_WAIT,
21054 OMP_CLAUSE_NUM_GANGS, OMP_CLAUSE_NUM_WORKERS,
21055 OMP_CLAUSE_VECTOR_LENGTH, OMP_CLAUSE_GANG, OMP_CLAUSE_WORKER,
21056 OMP_CLAUSE_VECTOR, OMP_CLAUSE_DEVICE_RESIDENT,
21057 OMP_CLAUSE_USE_DEVICE, OMP_CLAUSE_INDEPENDENT, OMP_CLAUSE_AUTO,
21058 OMP_CLAUSE_SEQ.
21059 (gimplify_adjust_omp_clauses_1, gimplify_adjust_omp_clauses): Use
21060 GOMP_MAP_* instead of OMP_CLAUSE_MAP_*. Use
21061 OMP_CLAUSE_SET_MAP_KIND.
21062 (gimplify_oacc_cache): New function.
21063 (gimplify_omp_for): Handle OACC_LOOP.
21064 (gimplify_omp_workshare): Handle OACC_KERNELS, OACC_PARALLEL,
21065 OACC_DATA.
21066 (gimplify_omp_target_update): Handle OACC_ENTER_DATA,
21067 OACC_EXIT_DATA, OACC_UPDATE.
21068 (gimplify_expr): Handle OACC_LOOP, OACC_CACHE, OACC_HOST_DATA,
21069 OACC_DECLARE, OACC_KERNELS, OACC_PARALLEL, OACC_DATA,
21070 OACC_ENTER_DATA, OACC_EXIT_DATA, OACC_UPDATE.
21071 (gimplify_body): Consider flag_openacc next to flag_openmp.
21072 * lto-streamer-out.c: Include "gomp-constants.h".
21073 * omp-builtins.def (BUILT_IN_ACC_GET_DEVICE_TYPE)
21074 (BUILT_IN_GOACC_DATA_START, BUILT_IN_GOACC_DATA_END)
21075 (BUILT_IN_GOACC_ENTER_EXIT_DATA, BUILT_IN_GOACC_PARALLEL)
21076 (BUILT_IN_GOACC_UPDATE, BUILT_IN_GOACC_WAIT)
21077 (BUILT_IN_GOACC_GET_THREAD_NUM, BUILT_IN_GOACC_GET_NUM_THREADS)
21078 (BUILT_IN_ACC_ON_DEVICE): New builtins.
21079 * omp-low.c: Include "gomp-constants.h".
21080 Update comments for OpenACC changes.
21081 (struct omp_context): Add reduction_map, gwv_below, gwv_this
21082 members.
21083 (extract_omp_for_data, use_pointer_for_field, install_var_field)
21084 (new_omp_context, delete_omp_context, scan_sharing_clauses)
21085 (create_omp_child_function, scan_omp_for, scan_omp_target)
21086 (check_omp_nesting_restrictions, lower_reduction_clauses)
21087 (build_omp_regions_1, diagnose_sb_0, make_gimple_omp_edges):
21088 Update for OpenACC changes.
21089 (scan_sharing_clauses): Handle OMP_CLAUSE_NUM_GANGS:
21090 OMP_CLAUSE_NUM_WORKERS: OMP_CLAUSE_VECTOR_LENGTH,
21091 OMP_CLAUSE_ASYNC, OMP_CLAUSE_WAIT, OMP_CLAUSE_GANG,
21092 OMP_CLAUSE_WORKER, OMP_CLAUSE_VECTOR, OMP_CLAUSE_DEVICE_RESIDENT,
21093 OMP_CLAUSE_USE_DEVICE, OMP_CLAUSE__CACHE_, OMP_CLAUSE_INDEPENDENT,
21094 OMP_CLAUSE_AUTO, OMP_CLAUSE_SEQ. Use GOMP_MAP_* instead of
21095 OMP_CLAUSE_MAP_*.
21096 (expand_omp_for_static_nochunk, expand_omp_for_static_chunk):
21097 Handle GF_OMP_FOR_KIND_OACC_LOOP.
21098 (expand_omp_target, lower_omp_target): Handle
21099 GF_OMP_TARGET_KIND_OACC_PARALLEL, GF_OMP_TARGET_KIND_OACC_KERNELS,
21100 GF_OMP_TARGET_KIND_OACC_UPDATE,
21101 GF_OMP_TARGET_KIND_OACC_ENTER_EXIT_DATA,
21102 GF_OMP_TARGET_KIND_OACC_DATA.
21103 (pass_expand_omp::execute, execute_lower_omp)
21104 (pass_diagnose_omp_blocks::gate): Consider flag_openacc next to
21105 flag_openmp.
21106 (offload_symbol_decl): New variable.
21107 (oacc_get_reduction_array_id, oacc_max_threads)
21108 (get_offload_symbol_decl, get_base_type, lookup_oacc_reduction)
21109 (maybe_lookup_oacc_reduction, enclosing_target_ctx)
21110 (oacc_loop_or_target_p, oacc_lower_reduction_var_helper)
21111 (oacc_gimple_assign, oacc_initialize_reduction_data)
21112 (oacc_finalize_reduction_data, oacc_process_reduction_data): New
21113 functions.
21114 (is_targetreg_ctx): Remove function.
21115 * tree-core.h (enum omp_clause_code): Add OMP_CLAUSE__CACHE_,
21116 OMP_CLAUSE_DEVICE_RESIDENT, OMP_CLAUSE_USE_DEVICE,
21117 OMP_CLAUSE_GANG, OMP_CLAUSE_ASYNC, OMP_CLAUSE_WAIT,
21118 OMP_CLAUSE_AUTO, OMP_CLAUSE_SEQ, OMP_CLAUSE_INDEPENDENT,
21119 OMP_CLAUSE_WORKER, OMP_CLAUSE_VECTOR, OMP_CLAUSE_NUM_GANGS,
21120 OMP_CLAUSE_NUM_WORKERS, OMP_CLAUSE_VECTOR_LENGTH.
21121 * tree.c (omp_clause_code_name, walk_tree_1): Update accordingly.
21122 * tree.h (OMP_CLAUSE_GANG_EXPR, OMP_CLAUSE_GANG_STATIC_EXPR)
21123 (OMP_CLAUSE_ASYNC_EXPR, OMP_CLAUSE_WAIT_EXPR)
21124 (OMP_CLAUSE_VECTOR_EXPR, OMP_CLAUSE_WORKER_EXPR)
21125 (OMP_CLAUSE_NUM_GANGS_EXPR, OMP_CLAUSE_NUM_WORKERS_EXPR)
21126 (OMP_CLAUSE_VECTOR_LENGTH_EXPR): New macros.
21127 * tree-core.h: Update comments for OpenACC changes.
21128 (enum omp_clause_map_kind): Remove.
21129 (struct tree_omp_clause): Change type of map_kind member from enum
21130 omp_clause_map_kind to unsigned char.
21131 * tree-inline.c: Update comments for OpenACC changes.
21132 * tree-nested.c: Likewise. Include "gomp-constants.h".
21133 (convert_nonlocal_reference_stmt, convert_local_reference_stmt)
21134 (convert_tramp_reference_stmt, convert_gimple_call): Update for
21135 OpenACC changes. Use GOMP_MAP_* instead of OMP_CLAUSE_MAP_*. Use
21136 OMP_CLAUSE_SET_MAP_KIND.
21137 * tree-pretty-print.c: Include "gomp-constants.h".
21138 (dump_omp_clause): Handle OMP_CLAUSE_DEVICE_RESIDENT,
21139 OMP_CLAUSE_USE_DEVICE, OMP_CLAUSE__CACHE_, OMP_CLAUSE_GANG,
21140 OMP_CLAUSE_ASYNC, OMP_CLAUSE_AUTO, OMP_CLAUSE_SEQ,
21141 OMP_CLAUSE_WAIT, OMP_CLAUSE_WORKER, OMP_CLAUSE_VECTOR,
21142 OMP_CLAUSE_NUM_GANGS, OMP_CLAUSE_NUM_WORKERS,
21143 OMP_CLAUSE_VECTOR_LENGTH, OMP_CLAUSE_INDEPENDENT. Use GOMP_MAP_*
21144 instead of OMP_CLAUSE_MAP_*.
21145 (dump_generic_node): Handle OACC_PARALLEL, OACC_KERNELS,
21146 OACC_DATA, OACC_HOST_DATA, OACC_DECLARE, OACC_UPDATE,
21147 OACC_ENTER_DATA, OACC_EXIT_DATA, OACC_CACHE, OACC_LOOP.
21148 * tree-streamer-in.c: Include "gomp-constants.h".
21149 (unpack_ts_omp_clause_value_fields) Use GOMP_MAP_* instead of
21150 OMP_CLAUSE_MAP_*. Use OMP_CLAUSE_SET_MAP_KIND.
21151 * tree-streamer-out.c: Include "gomp-constants.h".
21152 (pack_ts_omp_clause_value_fields): Use GOMP_MAP_* instead of
21153 OMP_CLAUSE_MAP_*.
21154 * tree.def (OACC_PARALLEL, OACC_KERNELS, OACC_DATA)
21155 (OACC_HOST_DATA, OACC_LOOP, OACC_CACHE, OACC_DECLARE)
21156 (OACC_ENTER_DATA, OACC_EXIT_DATA, OACC_UPDATE): New tree codes.
21157 * tree.c (omp_clause_num_ops): Update accordingly.
21158 * tree.h (OMP_BODY, OMP_CLAUSES, OMP_LOOP_CHECK, OMP_CLAUSE_SIZE):
21159 Likewise.
21160 (OACC_PARALLEL_BODY, OACC_PARALLEL_CLAUSES, OACC_KERNELS_BODY)
21161 (OACC_KERNELS_CLAUSES, OACC_DATA_BODY, OACC_DATA_CLAUSES)
21162 (OACC_HOST_DATA_BODY, OACC_HOST_DATA_CLAUSES, OACC_CACHE_CLAUSES)
21163 (OACC_DECLARE_CLAUSES, OACC_ENTER_DATA_CLAUSES)
21164 (OACC_EXIT_DATA_CLAUSES, OACC_UPDATE_CLAUSES)
21165 (OACC_KERNELS_COMBINED, OACC_PARALLEL_COMBINED): New macros.
21166 * tree.h (OMP_CLAUSE_MAP_KIND): Cast it to enum gomp_map_kind.
21167 (OMP_CLAUSE_SET_MAP_KIND): New macro.
21168 * varpool.c (varpool_node::get_create): Consider flag_openacc next
21169 to flag_openmp.
21170 * config/i386/intelmic-offload.h: New file.
21171 * config/nvptx/offload.h: Likewise.
21172
21173 2015-01-15 Prathamesh Kulkarni <prathamesh.kulkarni@linaro.org>
21174
21175 * explow.h: Remove duplicate contents.
21176 * dojump.h: Likewise.
21177
21178 2015-01-15 Richard Earnshaw <rearnsha@arm.com>
21179
21180 * arm.c (arm_xgene_tune): Add default initializer for instruction
21181 fusion.
21182
21183 2015-01-15 Jan Hubicka <hubicka@ucw.cz>
21184
21185 PR ipa/64068
21186 PR ipa/64559
21187 * ipa.c (symbol_table::remove_unreachable_nodes):
21188 Do not put abstract origins into boundary.
21189
21190 2015-01-15 Evgeny Stupachenko <evstupac@gmail.com>
21191
21192 * config/i386/gnu-user.h (CRT_GET_RFIB_DATA): Remove EBX register usage.
21193 * config/i386/sysv4.h (CRT_GET_RFIB_DATA): Ditto.
21194
21195 2015-01-15 Steve Ellcey <sellcey@mips.com>
21196
21197 * Makefile.in (PLUGIN_HEADERS): Add dominance.h, cfg.h, cfgrtl.h,
21198 cfganal.h, cfgbuild.h, cfgcleanup.h, lcm.h, cfgloopmanip.h,
21199 builtins.def, and chkp-builtins.def.
21200
21201 2015-01-15 David Edelsohn <dje.gcc@gmail.com>
21202
21203 * config/rs6000/default64.h (TARGET_DEFAULT) [LITTLE_ENDIAN]: Use
21204 ISA 2.7 (POWER8).
21205
21206 2015-01-15 Richard Biener <rguenther@suse.de>
21207
21208 PR tree-optimization/61743
21209 * tree-ssa-pre.c (insert_into_preds_of_block): Preserve range
21210 information on PHIs for some simple cases.
21211
21212 2015-01-15 Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
21213
21214 * config/arm/arm.md (generic_sched): Specify xgene1 in 'no' list.
21215 Include xgene1.md.
21216 * config/arm/arm.c (arm_issue_rate): Specify 4 for xgene1.
21217 * config/arm/arm-cores.def (xgene1): New entry.
21218 * config/arm/arm-tables.opt: Regenerate.
21219 * config/arm/arm-tune.md: Regenerate.
21220 * config/arm/bpabi.h (BE8_LINK_SPEC): Specify mcpu=xgene1.
21221
21222 2015-01-15 Yuri Rumyantsev <ysrumyan@gmail.com>
21223
21224 * tree-if-conv.c: Include hash-map.h.
21225 (aggressive_if_conv): New variable.
21226 (fold_build_cond_expr): Add simplification of non-zero condition.
21227 (add_to_dst_predicate_list): Invoke add_to_predicate_list if edge
21228 destination block is not always executed.
21229 (if_convertible_phi_p): Fix commentary, allow phi nodes have more
21230 than two predecessors if AGGRESSIVE_IF_CONV is true.
21231 (if_convertible_stmt_p): Fix commentary.
21232 (all_preds_critical_p): New function.
21233 (has_pred_critical_p): New function.
21234 (if_convertible_bb_p): Fix commentary, if AGGRESSIVE_IF_CONV is true
21235 BB can have more than two predecessors and all incoming edges can be
21236 critical.
21237 (predicate_bbs): Skip predication for loop exit block, use build2_loc
21238 to compute predicate for true edge.
21239 (find_phi_replacement_condition): Delete this function.
21240 (is_cond_scalar_reduction): Add arguments ARG_0, ARG_1 and EXTENDED.
21241 Allow interchange PHI arguments if EXTENDED is false.
21242 Change check that block containing reduction statement candidate
21243 is predecessor of phi-block since phi may have more than two arguments.
21244 (phi_args_hash_traits): New helper structure.
21245 (struct phi_args_hash_traits): New type.
21246 (phi_args_hash_traits::hash): New function.
21247 (phi_args_hash_traits::equal_keys): New function.
21248 (gen_phi_arg_condition): New function.
21249 (predicate_scalar_phi): Add handling of phi nodes with more than two
21250 arguments, delete COND and TRUE_BB arguments, insert body of
21251 find_phi_replacement_condition to predicate ordinary phi nodes.
21252 (predicate_all_scalar_phis): Skip blocks with the only predecessor,
21253 delete call of find_phi_replacement_condition and invoke
21254 predicate_scalar_phi with two arguments.
21255 (insert_gimplified_predicates): Add assert that non-predicated block
21256 don't have statements to insert.
21257 (ifcvt_split_critical_edges): New function.
21258 (ifcvt_split_def_stmt): Likewise.
21259 (ifcvt_walk_pattern_tree): Likewise.
21260 (stmt_is_root_of_bool_pattern): Likewise.
21261 (ifcvt_repair_bool_pattern): Likewise.
21262 (ifcvt_local_dce): Likewise.
21263 (tree_if_conversion): Add initialization of AGGRESSIVE_IF_CONV which
21264 is copy of inner or outer loop force_vectorize field, invoke
21265 ifcvt_split_critical_edges, ifcvt_local_dce and
21266 ifcvt_repair_bool_pattern for aggressive if-conversion.
21267
21268 2015-01-15 Philipp Tomsich <ptomsich@theobroma-systems.com>
21269
21270 * config/aarch64/aarch64.md: Include xgene1.md.
21271 * config/aarch64/xgene1.md: New file.
21272
21273 2015-01-15 Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
21274
21275 * config/aarch64/aarch64-cores.def (xgene1): Update/add the
21276 xgene1 (APM XGene-1) core definition.
21277 * gcc/config/aarch64/aarch64.c: Add cost tables for APM XGene-1
21278 * config/arm/aarch-cost-tables.h: Add cost tables for APM XGene-1
21279 * doc/invoke.texi: Document -mcpu=xgene1.
21280
21281 2015-01-15 Prathamesh Kulkarni <prathamesh.kulkarni@linaro.org>
21282
21283 * dojump.h: New header file.
21284 * explow.h: Likewise.
21285 * expr.h: Remove includes.
21286 Move expmed.c prototypes to expmed.h.
21287 Move dojump.c prototypes to dojump.h.
21288 Move alias.c prototypes to alias.h.
21289 Move explow.c prototypes to explow.h.
21290 Move calls.c prototypes to calls.h.
21291 Move emit-rtl.c prototypes to emit-rtl.h.
21292 Move varasm.c prototypes to varasm.h.
21293 Move stmt.c prototypes to stmt.h.
21294 (saved_pending_stack_adjust): Move to dojump.h.
21295 (adjust_address): Move to explow.h.
21296 (adjust_address_nv): Move to emit-rtl.h.
21297 (adjust_bitfield_address): Likewise.
21298 (adjust_bitfield_address_size): Likewise.
21299 (adjust_bitfield_address_nv): Likewise.
21300 (adjust_automodify_address_nv): Likewise.
21301 * explow.c (expr_size): Move to expr.c.
21302 (int_expr_size): Likewise.
21303 (tree_expr_size): Likewise.
21304 Include calls.h dojump.h emit-rtl.h explow.h expmed.h
21305 fixed-value.h hashtab.h statistics.h stmt.h varasm.h.
21306 * genemit.c (main): Generate includes statistics.h, real.h,
21307 fixed-value.h, insn-config.h, expmed.h, dojump.h, explow.h, emit-rtl.h,
21308 stmt.h.
21309 * genopinit.c (main): Generate includes hashtab.h, hard-reg-set.h,
21310 function.h, statistics.h, real.h, fixed-value.h, expmed.h, dojump.h,
21311 explow.h, emit-rtl.h, stmt.h.
21312 * genoutput.c (main): Generate includes hashtab.h, statistics.h, real.h,
21313 fixed-value.h, expmed.h, dojump.h, explow.h, emit-rtl.h, stmt.h.
21314 * genemit.c (open_base_files): Generate includes flags.h, statistics.h,
21315 real.h, fixed-value.h, tree.h, expmed.h, dojump.h, explow.h, calls.h,
21316 emit-rtl.h, varasm.h, stmt.h.
21317 * config/tilepro/gen-mul-tables.cc: Generate includes hashtab.h,
21318 hash-set.h, vec.h, machmode.h, tm.h, hard-reg-set.h, input.h,
21319 function.h, rtl.h, flags.h, statistics.h, double-int.h, real.h,
21320 fixed-value.h, alias.h, wide-int.h, inchash.h, tree.h, insn-config.h,
21321 expmed.h, dojump.h, explow.h, calls.h, emit-rtl.h, varasm.h, stmt.h.
21322 * config/tilegx/mul-tables.c: Include alias.h calls.h dojump.h
21323 double-int.h emit-rtl.h explow.h expmed.h fixed-value.h flags.h
21324 function.h hard-reg-set.h hash-set.h hashtab.h inchash.h input.h
21325 insn-config.h machmode.h real.h rtl.h statistics.h stmt.h symtab.h
21326 tm.h tree.h varasm.h vec.h wide-int.h.
21327 * rtlhooks.c: Include alias.h calls.h dojump.h double-int.h emit-rtl.h
21328 explow.h expmed.h fixed-value.h flags.h function.h hard-reg-set.h
21329 hash-set.h hashtab.h inchash.h input.h insn-config.h machmode.h
21330 real.h statistics.h stmt.h tree.h varasm.h vec.h wide-int.h.
21331 * cfgloopanal.c: Include alias.h calls.h dojump.h double-int.h
21332 emit-rtl.h explow.h expmed.h fixed-value.h flags.h inchash.h
21333 insn-config.h real.h statistics.h stmt.h tree.h varasm.h wide-int.h.
21334 * loop-iv.c: Likewise.
21335 * lra-assigns.c: Include alias.h calls.h dojump.h double-int.h
21336 emit-rtl.h explow.h expmed.h fixed-value.h flags.h inchash.h real.h
21337 statistics.h stmt.h tree.h varasm.h wide-int.h.
21338 * lra-constraints.c: Likewise.
21339 * lra-eliminations.c: Likewise.
21340 * lra-lives.c: Likewise.
21341 * lra-remat.c: Likewise.
21342 * bt-load.c: Include alias.h calls.h dojump.h double-int.h emit-rtl.h
21343 explow.h expmed.h fixed-value.h inchash.h insn-config.h real.h
21344 statistics.h stmt.h tree.h varasm.h wide-int.h.
21345 * hw-doloop.c: Likewise.
21346 * ira-color.c: Likewise.
21347 * ira-emit.c: Likewise.
21348 * loop-doloop.c: Likewise.
21349 * loop-invariant.c: Likewise.
21350 * reload.c: Include alias.h calls.h dojump.h double-int.h emit-rtl.h
21351 explow.h expmed.h fixed-value.h inchash.h real.h rtl.h
21352 statistics.h stmt.h tree.h varasm.h wide-int.h.
21353 * caller-save.c: Include alias.h calls.h dojump.h double-int.h
21354 emit-rtl.h explow.h expmed.h fixed-value.h inchash.h real.h
21355 statistics.h stmt.h tree.h varasm.h wide-int.h.
21356 * combine-stack-adj.c: Likewise.
21357 * cse.c: Likewise.
21358 * ddg.c: Likewise.
21359 * ifcvt.c: Likewise.
21360 * ira-costs.c: Likewise.
21361 * jump.c: Likewise.
21362 * lra-coalesce.c: Likewise.
21363 * lra-spills.c: Likewise.
21364 * profile.c: Include alias.h calls.h dojump.h double-int.h emit-rtl.h
21365 explow.h expmed.h fixed-value.h insn-config.h real.h statistics.h
21366 stmt.h varasm.h wide-int.h.
21367 * lra.c: Include alias.h calls.h dojump.h double-int.h emit-rtl.h
21368 explow.h expmed.h fixed-value.h real.h statistics.h stmt.h
21369 varasm.h.
21370 * config/sh/sh_treg_combine.cc: Include alias.h calls.h dojump.h
21371 double-int.h explow.h expmed.h fixed-value.h flags.h real.h
21372 statistics.h stmt.h varasm.h wide-int.h.
21373 * reorg.c: Include alias.h calls.h dojump.h double-int.h explow.h
21374 expmed.h fixed-value.h inchash.h real.h statistics.h stmt.h tree.h
21375 varasm.h wide-int.h.
21376 * reload1.c: Include alias.h calls.h dojump.h double-int.h explow.h
21377 expmed.h fixed-value.h real.h rtl.h statistics.h stmt.h varasm.h.
21378 * config/tilegx/tilegx.c: Include alias.h dojump.h double-int.h
21379 emit-rtl.h explow.h expmed.h fixed-value.h flags.h real.h
21380 statistics.h stmt.h.
21381 * config/tilepro/tilepro.c: Likewise.
21382 * config/mmix/mmix.c: Include alias.h dojump.h double-int.h emit-rtl.h
21383 explow.h expmed.h fixed-value.h real.h statistics.h stmt.h.
21384 * config/pdp11/pdp11.c: Likewise.
21385 * config/xtensa/xtensa.c: Likewise.
21386 * config/lm32/lm32.c: Include alias.h dojump.h double-int.h emit-rtl.h
21387 explow.h expmed.h fixed-value.h real.h statistics.h stmt.h
21388 varasm.h.
21389 * tree-chkp.c: Include calls.h dojump.h emit-rtl.h explow.h expmed.h
21390 fixed-value.h flags.h function.h hard-reg-set.h hashtab.h
21391 insn-config.h real.h rtl.h statistics.h stmt.h tm.h.
21392 * cilk-common.c: Include calls.h dojump.h emit-rtl.h explow.h expmed.h
21393 fixed-value.h flags.h function.h hard-reg-set.h hashtab.h
21394 insn-config.h real.h rtl.h statistics.h stmt.h tm.h varasm.h.
21395 * rtl-chkp.c: Likewise.
21396 * tree-chkp-opt.c: Likewise.
21397 * config/arm/arm-builtins.c: Include calls.h dojump.h emit-rtl.h
21398 explow.h expmed.h fixed-value.h flags.h function.h hard-reg-set.h
21399 hashtab.h insn-config.h real.h statistics.h stmt.h varasm.h.
21400 * ipa-icf.c: Include calls.h dojump.h emit-rtl.h explow.h expmed.h
21401 fixed-value.h flags.h hashtab.h insn-config.h real.h rtl.h
21402 statistics.h stmt.h.
21403 * tree-vect-data-refs.c: Likewise.
21404 * graphite-sese-to-poly.c: Include calls.h dojump.h emit-rtl.h explow.h
21405 expmed.h fixed-value.h flags.h hashtab.h insn-config.h real.h
21406 rtl.h statistics.h stmt.h varasm.h.
21407 * internal-fn.c: Likewise.
21408 * ipa-icf-gimple.c: Likewise.
21409 * lto-section-out.c: Likewise.
21410 * tree-data-ref.c: Likewise.
21411 * tree-nested.c: Likewise.
21412 * tree-outof-ssa.c: Likewise.
21413 * tree-predcom.c: Likewise.
21414 * tree-pretty-print.c: Likewise.
21415 * tree-scalar-evolution.c: Likewise.
21416 * tree-ssa-strlen.c: Likewise.
21417 * tree-vect-loop.c: Likewise.
21418 * tree-vect-patterns.c: Likewise.
21419 * tree-vect-slp.c: Likewise.
21420 * tree-vect-stmts.c: Likewise.
21421 * tsan.c: Likewise.
21422 * targhooks.c: Include calls.h dojump.h emit-rtl.h explow.h expmed.h
21423 fixed-value.h flags.h hashtab.h insn-config.h real.h statistics.h
21424 stmt.h.
21425 * config/sh/sh-mem.cc: Include calls.h dojump.h emit-rtl.h explow.h
21426 expmed.h fixed-value.h flags.h hashtab.h insn-config.h real.h
21427 statistics.h stmt.h varasm.h.
21428 * loop-unroll.c: Likewise.
21429 * ubsan.c: Likewise.
21430 * tree-ssa-loop-prefetch.c: Include calls.h dojump.h emit-rtl.h explow.h
21431 expmed.h fixed-value.h flags.h hashtab.h real.h rtl.h statistics.h
21432 stmt.h varasm.h.
21433 * dse.c: Include calls.h dojump.h emit-rtl.h explow.h expmed.h
21434 fixed-value.h function.h hashtab.h statistics.h stmt.h varasm.h.
21435 * tree-switch-conversion.c: Include calls.h dojump.h emit-rtl.h explow.h
21436 expmed.h fixed-value.h hashtab.h insn-config.h real.h rtl.h
21437 statistics.h stmt.h.
21438 * generic-match-head.c: Include calls.h dojump.h emit-rtl.h explow.h
21439 expmed.h fixed-value.h hashtab.h insn-config.h real.h rtl.h
21440 statistics.h stmt.h varasm.h.
21441 * gimple-match-head.c: Likewise.
21442 * lto-cgraph.c: Likewise.
21443 * lto-section-in.c: Likewise.
21444 * lto-streamer-in.c: Likewise.
21445 * lto-streamer-out.c: Likewise.
21446 * tree-affine.c: Likewise.
21447 * tree-cfg.c: Likewise.
21448 * tree-cfgcleanup.c: Likewise.
21449 * tree-if-conv.c: Likewise.
21450 * tree-into-ssa.c: Likewise.
21451 * tree-ssa-alias.c: Likewise.
21452 * tree-ssa-copyrename.c: Likewise.
21453 * tree-ssa-dse.c: Likewise.
21454 * tree-ssa-forwprop.c: Likewise.
21455 * tree-ssa-live.c: Likewise.
21456 * tree-ssa-math-opts.c: Likewise.
21457 * tree-ssa-pre.c: Likewise.
21458 * tree-ssa-sccvn.c: Likewise.
21459 * tree-tailcall.c: Likewise.
21460 * tree-vect-generic.c: Likewise.
21461 * tree-sra.c: Include calls.h dojump.h emit-rtl.h explow.h expmed.h
21462 fixed-value.h hashtab.h insn-config.h real.h rtl.h stmt.h varasm.h.
21463 * stor-layout.c: Include calls.h dojump.h emit-rtl.h explow.h expmed.h
21464 fixed-value.h hashtab.h insn-config.h real.h statistics.h stmt.h.
21465 * varasm.c: Likewise.
21466 * coverage.c: Include calls.h dojump.h emit-rtl.h explow.h expmed.h
21467 fixed-value.h hashtab.h insn-config.h real.h statistics.h stmt.h
21468 varasm.h.
21469 * init-regs.c: Likewise.
21470 * ira.c: Likewise.
21471 * omp-low.c: Likewise.
21472 * stack-ptr-mod.c: Likewise.
21473 * tree-ssa-reassoc.c: Likewise.
21474 * tree-complex.c: Include calls.h dojump.h emit-rtl.h explow.h expmed.h
21475 fixed-value.h hashtab.h insn-config.h rtl.h statistics.h stmt.h
21476 varasm.h.
21477 * dwarf2cfi.c: Include calls.h dojump.h emit-rtl.h explow.h expmed.h
21478 fixed-value.h hashtab.h insn-config.h statistics.h stmt.h varasm.h.
21479 * shrink-wrap.c: Include calls.h dojump.h emit-rtl.h explow.h expmed.h
21480 fixed-value.h hashtab.h real.h rtl.h statistics.h stmt.h.
21481 * recog.c: Include calls.h dojump.h emit-rtl.h explow.h expmed.h
21482 fixed-value.h hashtab.h real.h rtl.h statistics.h stmt.h varasm.h.
21483 * tree-ssa-phiopt.c: Likewise.
21484 * config/darwin.c: Include calls.h dojump.h emit-rtl.h explow.h expmed.h
21485 fixed-value.h hashtab.h real.h statistics.h stmt.h.
21486 * config/fr30/fr30.c: Likewise.
21487 * config/frv/frv.c: Likewise.
21488 * expr.c: Likewise.
21489 * final.c: Likewise.
21490 * optabs.c: Likewise.
21491 * passes.c: Likewise.
21492 * simplify-rtx.c: Likewise.
21493 * stmt.c: Likewise.
21494 * toplev.c: Likewise.
21495 * var-tracking.c: Likewise.
21496 * gcse.c: Include calls.h dojump.h emit-rtl.h explow.h expmed.h
21497 fixed-value.h hashtab.h real.h statistics.h stmt.h varasm.h.
21498 * lower-subreg.c: Likewise.
21499 * postreload-gcse.c: Likewise.
21500 * ree.c: Likewise.
21501 * reginfo.c: Likewise.
21502 * store-motion.c: Likewise.
21503 * combine.c: Include calls.h dojump.h emit-rtl.h explow.h expmed.h
21504 fixed-value.h hashtab.h real.h stmt.h varasm.h.
21505 * emit-rtl.c: Include calls.h dojump.h emit-rtl.h explow.h expmed.h
21506 fixed-value.h hashtab.h statistics.h stmt.h.
21507 * dojump.c: Include calls.h dojump.h emit-rtl.h explow.h expmed.h
21508 fixed-value.h hashtab.h statistics.h stmt.h varasm.h.
21509 * except.c: Likewise.
21510 * explow.c: Likewise.
21511 * tree-dfa.c: Include calls.h dojump.h emit-rtl.h explow.h expmed.h
21512 fixed-value.h insn-config.h real.h rtl.h statistics.h stmt.h
21513 varasm.h.
21514 * gimple-fold.c: Include calls.h dojump.h emit-rtl.h explow.h expmed.h
21515 fixed-value.h insn-config.h real.h rtl.h statistics.h varasm.h.
21516 * tree-ssa-structalias.c: Likewise.
21517 * cfgexpand.c: Include calls.h dojump.h emit-rtl.h explow.h expmed.h
21518 fixed-value.h insn-config.h real.h statistics.h.
21519 * calls.c: Include calls.h dojump.h emit-rtl.h explow.h expmed.h
21520 fixed-value.h insn-config.h real.h statistics.h stmt.h.
21521 * bb-reorder.c: Include calls.h dojump.h emit-rtl.h explow.h expmed.h
21522 fixed-value.h insn-config.h real.h statistics.h stmt.h varasm.h.
21523 * cfgbuild.c: Likewise.
21524 * function.c: Include calls.h dojump.h emit-rtl.h explow.h expmed.h
21525 fixed-value.h real.h rtl.h statistics.h stmt.h.
21526 * cfgrtl.c: Include calls.h dojump.h emit-rtl.h explow.h expmed.h
21527 fixed-value.h real.h rtl.h statistics.h stmt.h varasm.h.
21528 * dbxout.c: Include calls.h dojump.h emit-rtl.h explow.h expmed.h
21529 fixed-value.h real.h statistics.h stmt.h.
21530 * auto-inc-dec.c: Include calls.h dojump.h emit-rtl.h explow.h expmed.h
21531 fixed-value.h real.h statistics.h stmt.h varasm.h.
21532 * cprop.c: Likewise.
21533 * modulo-sched.c: Likewise.
21534 * postreload.c: Likewise.
21535 * ccmp.c: Include calls.h dojump.h emit-rtl.h explow.h fixed-value.h
21536 flags.h function.h hard-reg-set.h hashtab.h insn-config.h real.h
21537 statistics.h stmt.h varasm.h.
21538 * gimple-ssa-strength-reduction.c: Include calls.h dojump.h emit-rtl.h
21539 explow.h fixed-value.h flags.h hashtab.h insn-config.h real.h
21540 rtl.h statistics.h stmt.h varasm.h.
21541 * tree-ssa-loop-ivopts.c: Include calls.h dojump.h emit-rtl.h explow.h
21542 fixed-value.h flags.h hashtab.h real.h rtl.h statistics.h stmt.h
21543 varasm.h.
21544 * expmed.c: Include calls.h dojump.h emit-rtl.h explow.h fixed-value.h
21545 function.h hard-reg-set.h hashtab.h real.h statistics.h stmt.h
21546 varasm.h.
21547 * target-globals.c: Include calls.h dojump.h emit-rtl.h explow.h
21548 fixed-value.h function.h hashtab.h real.h statistics.h stmt.h
21549 varasm.h.
21550 * tree-ssa-address.c: Include calls.h dojump.h emit-rtl.h explow.h
21551 fixed-value.h hashtab.h real.h statistics.h stmt.h varasm.h.
21552 * cfgcleanup.c: Include calls.h dojump.h explow.h expmed.h fixed-value.h
21553 function.h real.h statistics.h stmt.h varasm.h.
21554 * alias.c: Include calls.h dojump.h explow.h expmed.h fixed-value.h
21555 insn-config.h real.h statistics.h stmt.h.
21556 * dwarf2out.c: Include calls.h dojump.h explow.h expmed.h fixed-value.h
21557 statistics.h stmt.h.
21558 * config/nvptx/nvptx.c: Include dojump.h emit-rtl.h explow.h expmed.h
21559 fixed-value.h flags.h hard-reg-set.h insn-config.h real.h
21560 statistics.h stmt.h varasm.h.
21561 * gimplify.c: Include dojump.h emit-rtl.h explow.h expmed.h
21562 fixed-value.h flags.h hashtab.h insn-config.h real.h rtl.h statistics.h.
21563 * asan.c: Include dojump.h emit-rtl.h explow.h expmed.h fixed-value.h
21564 flags.h hashtab.h insn-config.h real.h rtl.h statistics.h stmt.h.
21565 * ipa-devirt.c: Include dojump.h emit-rtl.h explow.h expmed.h
21566 fixed-value.h flags.h hashtab.h insn-config.h real.h rtl.h
21567 statistics.h stmt.h varasm.h.
21568 * ipa-polymorphic-call.c: Likewise.
21569 * config/aarch64/aarch64.c: Include dojump.h emit-rtl.h explow.h
21570 expmed.h fixed-value.h flags.h hashtab.h insn-config.h real.h
21571 statistics.h stmt.h.
21572 * config/c6x/c6x.c: Likewise.
21573 * config/aarch64/aarch64-builtins.c: Include dojump.h emit-rtl.h
21574 explow.h expmed.h fixed-value.h flags.h hashtab.h insn-config.h real.h
21575 statistics.h stmt.h varasm.h.
21576 * ipa-prop.c: Include dojump.h emit-rtl.h explow.h expmed.h
21577 fixed-value.h hashtab.h insn-config.h real.h rtl.h statistics.h
21578 stmt.h varasm.h.
21579 * ipa-split.c: Likewise.
21580 * tree-eh.c: Likewise.
21581 * tree-ssa-dce.c: Likewise.
21582 * tree-ssa-loop-niter.c: Likewise.
21583 * tree-vrp.c: Likewise.
21584 * config/nds32/nds32-cost.c: Include dojump.h emit-rtl.h explow.h
21585 expmed.h fixed-value.h hashtab.h insn-config.h real.h statistics.h
21586 stmt.h.
21587 * config/nds32/nds32-fp-as-gp.c: Likewise.
21588 * config/nds32/nds32-intrinsic.c: Likewise.
21589 * config/nds32/nds32-isr.c: Likewise.
21590 * config/nds32/nds32-md-auxiliary.c: Likewise.
21591 * config/nds32/nds32-memory-manipulation.c: Likewise.
21592 * config/nds32/nds32-pipelines-auxiliary.c: Likewise.
21593 * config/nds32/nds32-predicates.c: Likewise.
21594 * config/nds32/nds32.c: Likewise.
21595 * config/cris/cris.c: Include dojump.h emit-rtl.h explow.h expmed.h
21596 fixed-value.h hashtab.h real.h statistics.h.
21597 * config/alpha/alpha.c: Include dojump.h emit-rtl.h explow.h expmed.h
21598 fixed-value.h hashtab.h real.h statistics.h stmt.h.
21599 * config/arm/arm.c: Likewise.
21600 * config/avr/avr.c: Likewise.
21601 * config/bfin/bfin.c: Likewise.
21602 * config/h8300/h8300.c: Likewise.
21603 * config/i386/i386.c: Likewise.
21604 * config/ia64/ia64.c: Likewise.
21605 * config/iq2000/iq2000.c: Likewise.
21606 * config/m32c/m32c.c: Likewise.
21607 * config/m32r/m32r.c: Likewise.
21608 * config/m68k/m68k.c: Likewise.
21609 * config/mcore/mcore.c: Likewise.
21610 * config/mep/mep.c: Likewise.
21611 * config/mips/mips.c: Likewise.
21612 * config/mn10300/mn10300.c: Likewise.
21613 * config/moxie/moxie.c: Likewise.
21614 * config/pa/pa.c: Likewise.
21615 * config/rl78/rl78.c: Likewise.
21616 * config/rx/rx.c: Likewise.
21617 * config/s390/s390.c: Likewise.
21618 * config/sh/sh.c: Likewise.
21619 * config/sparc/sparc.c: Likewise.
21620 * config/spu/spu.c: Likewise.
21621 * config/stormy16/stormy16.c: Likewise.
21622 * config/v850/v850.c: Likewise.
21623 * config/vax/vax.c: Likewise.
21624 * config/cr16/cr16.c: Include dojump.h emit-rtl.h explow.h expmed.h
21625 fixed-value.h hashtab.h real.h statistics.h stmt.h varasm.h.
21626 * config/msp430/msp430.c: Likewise.
21627 * predict.c: Likewise.
21628 * value-prof.c: Likewise.
21629 * config/epiphany/epiphany.c: Include dojump.h emit-rtl.h explow.h
21630 expmed.h fixed-value.h hashtab.h statistics.h stmt.h.
21631 * config/microblaze/microblaze.c: Likewise.
21632 * config/nios2/nios2.c: Likewise.
21633 * config/rs6000/rs6000.c: Likewise.
21634 * tree.c: Include dojump.h emit-rtl.h explow.h expmed.h fixed-value.h
21635 insn-config.h real.h rtl.h statistics.h stmt.h.
21636 * cgraph.c: Include dojump.h emit-rtl.h explow.h expmed.h fixed-value.h
21637 insn-config.h real.h statistics.h stmt.h.
21638 * fold-const.c: Include dojump.h emit-rtl.h explow.h expmed.h
21639 fixed-value.h insn-config.h real.h statistics.h stmt.h varasm.h.
21640 * tree-inline.c: Include dojump.h emit-rtl.h explow.h expmed.h
21641 fixed-value.h real.h rtl.h statistics.h stmt.h varasm.h.
21642 * builtins.c: Include dojump.h emit-rtl.h explow.h expmed.h
21643 fixed-value.h real.h statistics.h stmt.h.
21644 * config/arc/arc.c: Include dojump.h emit-rtl.h explow.h expmed.h
21645 fixed-value.h statistics.h stmt.h.
21646 * config/visium/visium.c: Include dojump.h emit-rtl.h explow.h expmed.h
21647 stmt.h.
21648
21649 2015-01-15 Jakub Jelinek <jakub@redhat.com>
21650
21651 * gengtype.c (create_user_defined_type): Workaround
21652 -Wmaybe-uninitialized false positives.
21653 * cse.c (fold_rtx): Likewise.
21654 * loop-invariant.c (gain_for_invariant): Likewise.
21655
21656 2015-01-15 Eric Botcazou <ebotcazou@adacore.com>
21657
21658 * expr.c (expand_expr_real_1) <normal_inner_ref>: Use the expression to
21659 set the memory attributes in all cases but clear MEM_EXPR if need be.
21660
21661 2015-01-15 Yuri Rumyantsev <ysrumyan@gmail.com>
21662
21663 PR tree-optimization/64434
21664 * cfgexpand.c (reorder_operands): New function.
21665 (expand_gimple_basic_block): Insert call of reorder_operands if
21666 optimized is true.
21667
21668 2015-01-15 Matthew Fortune <matthew.fortune@imgtec.com>
21669
21670 * config/mips/micromips.md (*swp): Remove explicit parallel.
21671 (jraddiusp, *movep<MOVEP1:mode><MOVEP2:mode>): Likewise.
21672 * config/mips/mips-dsp.md (add<DSPV:mode>3): Likewise.
21673 (mips_add<DSP:dspfmt1>_s_<DSP:dspfmt2>, sub<DSPV:mode>3): Likewise.
21674 (mips_sub<DSP:dspfmt1>_s_<DSP:dspfmt2>, mips_addsc): Likewise.
21675 (mips_addwc, mips_absq_s_<DSPQ:dspfmt2>): Likewise.
21676 (mips_precrq_rs_ph_w, mips_precrqu_s_qb_ph): Likewise.
21677 (mips_shll_<DSPV:dspfmt2>, mips_shll_s_<DSPQ:dspfmt2>): Likewise.
21678 (mips_muleu_s_ph_qbl, mips_muleu_s_ph_qbr): Likewise.
21679 (mips_mulq_rs_ph, mips_muleq_s_w_phl, mips_muleq_s_w_phr): Likewise.
21680 (mips_dpaq_s_w_ph, mips_dpsq_s_w_ph, mips_mulsaq_s_w_ph): Likewise.
21681 (mips_dpaq_sa_l_w, mips_dpsq_sa_l_w, mips_maq_s_w_phl): Likewise.
21682 (mips_maq_s_w_phr, mips_maq_sa_w_phl, mips_maq_sa_w_phr): Likewise.
21683 (mips_extr_w, mips_extr_r_w, mips_extr_rs_w): Likewise.
21684 (mips_extr_s_h, mips_extp, mips_extpdp, mips_mthlip): Likewise.
21685 (mips_wrdsp): Likewise.
21686 * config/mips/mips-dspr2.md (mips_absq_s_qb): Remove explicit
21687 parallel.
21688 (mips_addu_ph, mips_addu_s_ph, mips_cmpgdu_eq_qb): Likewise.
21689 (mips_cmpgdu_lt_qb, mips_cmpgdu_le_qb, mulv2hi3): Likewise.
21690 (mips_mul_s_ph, mips_mulq_rs_w, mips_mulq_s_ph): Likewise.
21691 (mips_mulq_s_w, mips_subu_ph, mips_subu_s_ph): Likewise.
21692 (mips_dpaqx_s_w_ph, mips_dpaqx_sa_w_ph): Likewise.
21693 (mips_dpsqx_s_w_ph, mips_dpsqx_sa_w_ph): Likewise.
21694 * config/mips/mips-fixed.md (usadd<mode>3): Remove explicit parallel.
21695 (ssadd<mode>3, ussub<mode>3, sssub<mode>3, ssmul<mode>3): Likewise.
21696 (ssmaddsqdq4, ssmsubsqdq4): Likewise.
21697
21698 2015-01-14 Matthew Fortune <matthew.fortune@imgtec.com>
21699
21700 * config/mips/mips.c (mips_rtx_costs): Set costs for LSA/DLSA.
21701 (mips_print_operand): Support 'y' to print exact log2 in decimal
21702 of a const_int.
21703 * config/mips/mips.h (ISA_HAS_LSA): New define.
21704 (ISA_HAS_DLSA): Likewise.
21705 * config/mips/mips.md (<GPR:d>lsa): New define_insn.
21706 * config/mips/predicates.md (const_immlsa_operand): New predicate.
21707
21708 2015-01-15 Martin Liska <mliska@suse.cz>
21709
21710 PR target/64377
21711 * optc-save-gen.awk: Add support for array types.
21712
21713 2015-01-15 Richard Biener <rguenther@suse.de>
21714
21715 PR middle-end/64365
21716 * tree-data-ref.c (dr_analyze_indices): Make sure that accesses
21717 for MEM_REF access functions with the same base can never partially
21718 overlap.
21719
21720 2015-01-14 Marcos Diaz <marcos.diaz@tallertechnologies.com>
21721
21722 * common.opt: New option -fstack-protector-explicit.
21723 * cfgexpand.c (SPCT_FLAG_EXPLICIT): New enum.
21724 (stack_protect_decl_phase): Handle stack_protect attribute for
21725 explicit stack protection requests.
21726 (expand_used_vars): Similarly.
21727 * doc/cpp.texi (__SSP_EXPLICIT__): Document predefined macro.
21728 * doc/extend.texi: Add documentation for "stack_protect" attribute.
21729 * doc/invoke.texi: Add documentation for -fstack-protector-explicit.
21730
21731 2015-01-14 Oleg Endo <olegendo@gcc.gnu.org>
21732
21733 PR target/53988
21734 * config/sh/sh-protos.h (sh_find_set_of_reg): Add option to ignore
21735 reg-reg copies.
21736 (sh_extending_set_of_reg): New struct.
21737 (sh_find_extending_set_of_reg, sh_split_tst_subregs,
21738 sh_remove_reg_dead_or_unused_notes): New Declarations.
21739 * config/sh/sh.c (sh_remove_reg_dead_or_unused_notes,
21740 sh_find_extending_set_of_reg, sh_split_tst_subregs,
21741 sh_extending_set_of_reg::use_as_extended_reg): New functions.
21742 * config/sh/sh.md (*tst<mode>_t_zero): Rename to *tst<mode>_t_subregs,
21743 convert to insn_and_split and use new function sh_split_tst_subregs.
21744
21745 2015-01-14 Sandra Loosemore <sandra@codesourcery.com>
21746
21747 * doc/invoke.texi (Option Summary): Reclassify -fuse-ld as a linker
21748 option.
21749 (Optimization Options): Move -fuse-ld documentation to...
21750 (Link Options): ...here.
21751
21752 2015-01-14 Matthew Fortune <matthew.fortune@imgtec.com>
21753
21754 * config/mips/constraints.md (ZC): Add support for R6 LL/SC
21755 offsets.
21756 (ZD): Update to use ISA_HAS_9BIT_DISPLACEMENT.
21757 * config/mips/mips.h (ISA_HAS_PREFETCH_9BIT): Rename to...
21758 (ISA_HAS_9BIT_DISPLACEMENT): ... this. New macro.
21759 * config/mips/sync.md (sync_compare_and_swap<mode>): Use ZC
21760 instead of ZR for the memory operand of LL/SC.
21761 (compare_and_swap_12, sync_add<mode>): Likewise.
21762 (sync_<optab>_12, sync_old_<optab>_12): Likewise.
21763 (sync_new_<optab>_12, sync_nand_12): Likewise.
21764 (sync_old_nand_12, sync_new_nand_12): Likewise.
21765 (sync_sub<mode>, sync_old_add<mode>): Likewise.
21766 (sync_old_sub<mode>, sync_new_add<mode>): Likewise.
21767 (sync_new_sub<mode>, sync_<optab><mode>): Likewise.
21768 (sync_old_<optab><mode>, sync_new_<optab><mode>"): Likewise.
21769 (sync_nand<mode>, sync_old_nand<mode>): Likewise.
21770 (sync_new_nand<mode>, sync_lock_test_and_set<mode>): Likewise.
21771 (test_and_set_12, atomic_compare_and_swap<mode>): Likewise.
21772 (atomic_exchange<mode>_llsc, atomic_fetch_add<mode>_llsc): Likewise.
21773 * doc/md.texi (ZC): Update description.
21774
21775 2015-01-14 Andrew MacLeod <amacleod@redhat.com>
21776
21777 * builtins.c (expand_builtin_atomic_exchange): Remove error when
21778 memory model is CONSUME.
21779 (expand_builtin_atomic_compare_exchange, expand_builtin_atomic_load,
21780 expand_builtin_atomic_store): Change invalid memory model errors to
21781 warnings.
21782 (expand_builtin_atomic_clear): Change invalid model errors to warnings
21783 and issue warning for CONSUME.
21784
21785 2015-01-14 Aldy Hernandez <aldyh@redhat.com>
21786
21787 * lto-cgraph: Update function comments for
21788 lto_symtab_encoder_encode_*.
21789
21790 2015-01-14 Ilya Verbin <ilya.verbin@intel.com>
21791
21792 * Makefile.in (site.exp): Do not set ENABLE_LTO.
21793
21794 2015-01-14 Ilya Verbin <ilya.verbin@intel.com>
21795
21796 * cgraphunit.c (ipa_passes): Remove argument from ipa_write_summaries.
21797 * lto-cgraph.c (select_what_to_stream): Remove argument, use
21798 lto_stream_offload_p instead.
21799 * lto-streamer.h (select_what_to_stream): Remove argument.
21800 * passes.c (ipa_write_summaries): Likewise.
21801 * tree-pass.h (ipa_write_summaries): Likewise.
21802
21803 2015-01-14 Richard Biener <rguenther@suse.de>
21804
21805 PR tree-optimization/59354
21806 * tree-vect-slp.c (vect_build_slp_tree_1): Treat loads from
21807 groups larger than the slp group size as having gaps.
21808
21809 2015-01-14 Andrew MacLeod <amacleod@redhat.com>
21810
21811 PR middle-end/59448
21812 * builtins.c (get_memmodel): Promote consume to acquire always.
21813
21814 2015-01-14 Ilya Tocar <ilya.tocar@intel.com>
21815
21816 PR target/64386
21817 * config/i386/i386.c (ix86_expand_sse_cmp): Handle V64QImode,
21818 V32HImode.
21819
21820 2015-01-14 Ilya Tocar <ilya.tocar@intel.com>
21821
21822 PR target/64393
21823 * common/config/i386/i386-common.c (OPTION_MASK_ISA_AVX512VBMI_SET):
21824 Enable AVX512BW.
21825 (OPTION_MASK_ISA_AVX512BW_UNSET): Disable AVX512VBMI.
21826 * config/i386/i386.c (ix86_hard_regno_mode_ok): Don't check
21827 AVX512VBMI, as it implies AVX512BW.
21828
21829 2015-01-14 Ilya Tocar <ilya.tocar@intel.com>
21830
21831 PR target/64387
21832 * config/i386/sse.md (vec_unpacks_hi_v8sf): Fix predicate.
21833 (vec_unpacks_hi_v16sf): Ditto.
21834
21835 2015-01-14 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
21836
21837 * config/aarch64/arm_neon.h: Error out if AdvancedSIMD
21838 is not available.
21839
21840 2015-01-14 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
21841
21842 * doc/invoke.texi (mapcs): Mention deprecation.
21843 (mapcs-frame): Likewise.
21844
21845 2015-01-14 Thomas Preud'homme <thomas.preudhomme@arm.com>
21846
21847 PR target/64453
21848 * config/arm/arm.c (callee_saved_reg_p): Define.
21849 (arm_compute_save_reg0_reg12_mask): Use callee_saved_reg_p to check if
21850 register is callee saved instead of !call_used_regs[reg].
21851 (thumb1_compute_save_reg_mask): Likewise.
21852
21853 2015-01-14 Hale Wang <hale.wang@arm.com>
21854
21855 * config/arm/arm.c: Tune the max_cond_insns/branch_cost for
21856 Cortex-M7.
21857
21858 2015-01-14 Richard Biener <rguenther@suse.de>
21859
21860 PR lto/64415
21861 * tree-inline.c (insert_debug_decl_map): Check destination
21862 function MAY_HAVE_DEBUG_STMTS.
21863 (insert_init_debug_bind): Likewise.
21864 (insert_init_stmt): Remove redundant check.
21865 (remap_gimple_stmt): Drop debug stmts if the destination
21866 function has var-tracking assignments disabled.
21867
21868 2015-01-14 Martin Liska <mliska@suse.cz>
21869
21870 * ipa-icf-gimple.c (func_checker::compare_operand): Add support for
21871 IMAGPART_EXPR and REALPART_EXPR and fix BIT_FIELD_REF comparison.
21872
21873 2015-01-14 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
21874
21875 PR target/64460
21876 * config/arm/arm.md (*<arith_shift_insn>_multsi): Set 'shift' to 2.
21877 (*<arith_shift_insn>_shiftsi): Set 'shift' attr to 3.
21878
21879 2015-01-14 Matthew Fortune <matthew.fortune@imgtec.com>
21880
21881 * config/mips/mips.h (MIPS_ISA_LEVEL_SPEC): Only infer an ISA
21882 level from an ARCH; do not inject the default.
21883 (MIPS_DEFAULT_ISA_LEVEL_SPEC): New macro split out from
21884 MIPS_ISA_LEVEL_SPEC.
21885 (MIPS_ISA_NAN2008_SPEC): Update comment.
21886 (BASE_DRIVER_SELF_SPECS): Likewise.
21887 * config/mips/elfoabi.h (DRIVER_SELF_SPECS): Add
21888 MIPS_DEFAULT_ISA_LEVEL_SPEC.
21889 * config/mips/mti-elf.h (DRIVER_SELF_SPECS): Likewise.
21890 * config/mips/mti-linux.h (DRIVER_SELF_SPECS): Likewise.
21891 * config/mips/sde.h (DRIVER_SELF_SPECS): Likewise.
21892
21893 2015-01-14 Richard Biener <rguenther@suse.de>
21894
21895 PR tree-optimization/64493
21896 PR tree-optimization/64495
21897 * tree-vect-loop.c (vect_finalize_reduction): For double-reductions
21898 assign the proper vectorized PHI to the inner loop exit PHIs.
21899
21900 2015-01-14 Joey Ye <joey.ye@arm.com>
21901
21902 * config/arm/arm.c (arm_compute_save_reg_mask):
21903 Do not save lr in case of tail call.
21904 * config/arm/thumb2.md (*thumb2_pop_single): New pattern.
21905
21906 2015-01-14 Martin Uecker <uecker@eecs.berkeley.edu>
21907
21908 * tree-vrp.c (check_array_ref): Emit more warnings
21909 for warn_array_bounds >= 2.
21910 * common.opt: New option -Warray-bounds=.
21911 * doc/invoke.texi: Document -Warray-bounds=.
21912
21913 2015-01-14 Chung-Ju Wu <jasonwucj@gmail.com>
21914
21915 * config/nds32/nds32.opt (mforce-fp-as-gp): Remove.
21916 (mforbid-fp-as-gp): Remove.
21917 (mex9): Remove.
21918 * config/nds32/nds32-fp-as-gp.c (nds32_have_prologue_p): Remove.
21919 (nds32_symbol_load_store_p): Remove.
21920 (nds32_fp_as_gp_check_available): Clean up implementation.
21921 * config/nds32/nds32.h (LINK_SPEC): Remove -mforce-as-gp and -mex9
21922 cases.
21923 * config/nds32/nds32.c (nds32_asm_file_start): No need to consider
21924 fp-as-gp and ex9 cases.
21925
21926 2015-01-13 Jan Hubicka <hubicka@ucw.cz>
21927
21928 * tree-profile.c (init_ic_make_global_vars): Drop workaround
21929 for bintuils bug 14342.
21930 (init_ic_make_global_vars): Likewise.
21931 (gimple_init_edge_profiler): Likewise.
21932 (gimple_gen_ic_func_profiler): Likewise.
21933
21934 2015-01-13 Naveen H.S <Naveen.Hurugalawadi@caviumnetworks.com>
21935
21936 * ipa-inline.c (inline_small_functions): Swap the operands in
21937 enum.
21938
21939 2015-01-13 Jan Hubicka <hubicka@ucw.cz>
21940
21941 PR ipa/64481
21942 * ipa-inline-analysis.c (node_growth_cache): Remove.
21943 (initialize_growth_caches): Do not initialize it.
21944 (free_growth_caches): Do not free it.
21945 (do_estimate_growth): Rename to ...
21946 (estimate_growth): ... this one; drop growth cache code.
21947 (growth_likely_positive): Always go the heuristics way.
21948 * ipa-inline.c (can_inline_edge_p): Walk through aliases.
21949 (reset_edge_caches): Do not reset node growth.
21950 (heap_edge_removal_hook): Do not maintain cache.
21951 (inline_small_functions): Likewise; strenghten sanity check.
21952 (ipa_inline): Do not maintain caches.
21953 * ipa-inline.h (node_growth_cache): Remove.
21954 (do_estimate_growth): Remove to ...
21955 (estimate_growth): this one; remove inline version.
21956 (reset_node_growth_cache): Remove.
21957
21958 2015-01-13 Jan Hubicka <hubicka@ucw.cz>
21959
21960 PR ipa/64565
21961 * ipa-inline.c (inline_small_functions): Update callee keys after
21962 resolving speculation
21963 (inline_small_functions): Always check monotonicity of the queue.
21964
21965 2015-01-13 Marek Polacek <polacek@redhat.com>
21966
21967 PR middle-end/64391
21968 * trans-mem.c (get_attrs_for): Return NULL_TREE if X is NULL_TREE.
21969
21970 2015-01-13 Jakub Jelinek <jakub@redhat.com>
21971
21972 PR rtl-optimization/64286
21973 * ree.c (combine_reaching_defs): Move part of comment earlier,
21974 remove !SCALAR_INT_MODE_P check.
21975 (add_removable_extension): Don't add vector mode
21976 extensions if all uses of the source register aren't the same
21977 vector extensions.
21978
21979 2015-01-13 Renlin Li <renlin.li@arm.com>
21980
21981 * config/arm/arm.h (CLZ_DEFINED_VALUE_AT_ZERO): Return 2.
21982 (CTZ_DEFINED_VALUE_AT_ZERO): Ditto.
21983
21984 2015-01-13 Martin Liska <mliska@suse.cz>
21985
21986 * ipa-icf.c (sem_function::equals_private): Call new functions
21987 cl_target_option_print_diff and cl_optimization_print_diff.
21988 * optc-save-gen.awk (cl_target_option_print_diff): New function.
21989 (cl_optimization_print_diff): Likewise.
21990 * opth-gen.awk: Likewise.
21991
21992 2015-01-13 Richard Sandiford <richard.sandiford@arm.com>
21993
21994 * config/aarch64/aarch64.md (subsi3, *subsi3_uxtw, subdi3)
21995 (*sub_<optab><ALLX:mode>_<GPI:mode>, *sub_<optab><SHORT:mode>_si_uxtw)
21996 (*sub_<optab><ALLX:mode>_shft_<GPI:mode>)
21997 (*sub_<optab><SHORT:mode>_shft_si_uxtw, *sub_<optab><mode>_multp2)
21998 (*sub_<optab>si_multp2_uxtw, *sub_uxt<mode>_multp2)
21999 (*sub_uxtsi_multp2_uxtw): Add stack pointer sources.
22000
22001 2015-01-13 Andrew Pinski <apinski@cavium.com>
22002
22003 * config/aarch64/aarch64.c (fusion_load_store): Check dest mode
22004 instead of src mode.
22005
22006 2015-01-13 Richard Biener <rguenther@suse.de>
22007
22008 PR lto/64373
22009 * lto-streamer-out.c (tree_is_indexable): Guard for NULL
22010 DECL_CONTEXT.
22011
22012 2015-01-13 Andrew Pinski <apinski@cavium.com>
22013
22014 * config/aarch64/aarch64.c (aarch64_operands_ok_for_ldpstp): Reject
22015 volatile mems.
22016 (aarch64_operands_adjust_ok_for_ldpstp): Likewise.
22017
22018 2015-01-13 Jakub Jelinek <jakub@redhat.com>
22019
22020 PR middle-end/63974
22021 * cfgexpand.c (expand_computed_goto): Don't call
22022 convert_memory_address here.
22023
22024 2015-01-13 Richard Biener <rguenther@suse.de>
22025
22026 PR tree-optimization/64406
22027 * tree-loop-distibution.c (pass_loop_distribution::execute):
22028 Reset the SCEV hashtable if we distributed anything.
22029
22030 2015-01-13 Richard Biener <rguenther@suse.de>
22031
22032 PR tree-optimization/64404
22033 * tree-vect-stmts.c (vectorizable_load): Reject conflicting
22034 SLP types for CSEd loads.
22035
22036 2015-01-13 Thomas Preud'homme <thomas.preudhomme@arm.com>
22037
22038 PR tree-optimization/64436
22039 * tree-ssa-math-opts.c (find_bswap_or_nop_1): Move code performing the
22040 merge of two symbolic numbers for a bitwise OR to ...
22041 (perform_symbolic_merge): This. Also fix computation of the range and
22042 end of the symbolic number corresponding to the result of a bitwise OR.
22043
22044 2015-01-13 Richard Biener <rguenther@suse.de>
22045
22046 PR tree-optimization/64568
22047 * tree-ssa-forwprop.c (pass_forwprop::execute): Properly
22048 release defs of removed stmts, avoid splitting TARGET_MEM_REFs.
22049
22050 2015-01-13 Chung-Ju Wu <jasonwucj@gmail.com>
22051
22052 * config/nds32/nds32.c (nds32_legitimate_address_p): Consider
22053 TARGET_CMODEL_LARGE and TARGET_CMODEL_MEDIUM cases.
22054
22055 2015-01-13 Chung-Ju Wu <jasonwucj@gmail.com>
22056
22057 * config/nds32/nds32.h (NDS32_SYMBOL_FLAG_RODATA): Define our own
22058 target-specific symbol_ref flag.
22059 (NDS32_SYMBOL_REF_RODATA_P): Define it to check if the symbol_ref
22060 resides in rodata section.
22061 * config/nds32/nds32.c (TARGET_ENCODE_SECTION_INFO): Define.
22062 (nds32_encode_section_info): New function.
22063
22064 2015-01-13 Chung-Ju Wu <jasonwucj@gmail.com>
22065
22066 * config/nds32/nds32.md (call): Use pseudo instruction bal which
22067 clobbers TA_REGNUM if large code model is specified.
22068 (call_register): Likewise.
22069 (call_immediate): Likewise.
22070 (call_value): Likewise.
22071 (call_value_register): Likewise.
22072 (call_value_immediate): Likewise.
22073
22074 2015-01-13 Chung-Ju Wu <jasonwucj@gmail.com>
22075
22076 * config/nds32/nds32.h (TARGET_CMODEL_SMALL): New macro.
22077 (TARGET_CMODEL_MEDIUM): New macro.
22078 (TARGET_CMODEL_LARGE): New macro.
22079 * config/nds32/nds32.c (nds32_asm_file_start): Display corresponding
22080 code model setting in assembly code.
22081
22082 2015-01-13 Chung-Ju Wu <jasonwucj@gmail.com>
22083
22084 * common/config/nds32/nds32-common.c (TARGET_DEFAULT_TARGET_FLAGS):
22085 Remove MASK_GP_DIRECT flag.
22086 * config/nds32/nds32.h (MULTILIB_DEFAULTS): Have -mcmodel=medium as
22087 one of the multilib default options.
22088 * config/nds32/nds32.opt (mgp-direct): Remove.
22089 * config/nds32/t-mlibs (MULTILIB_OPTIONS): Use -mcmodel instead of
22090 -mgp-direct. We also remove unnecessary -mlittle-endian/-mbig-endian.
22091
22092 2015-01-13 Chung-Ju Wu <jasonwucj@gmail.com>
22093
22094 * config/nds32/nds32.opt (mcmodel): Add new option.
22095 * config/nds32/nds32-opts.h (nds32_cmodel_type): Add new enum type
22096 to describe code model.
22097
22098 2015-01-13 Oleg Endo <olegendo@gcc.gnu.org>
22099
22100 PR target/64479
22101 * rtlanal.c (set_reg_p): Handle SEQUENCE constructs.
22102
22103 2015-01-12 Kaz Kojima <kkojima@gcc.gnu.org>
22104
22105 * config/sh/sh.c (sh_atomic_assign_expand_fenv): New function.
22106 (TARGET_ATOMIC_ASSIGN_EXPAND_FENV): Define.
22107 (sh_builtin_get_fpscr, sh_builtin_set_fpscr): New variables.
22108 (sh_init_builtins): Record decls for __builtin_sh_get_fpscr and
22109 __builtin_sh_set_fpscr.
22110
22111 2015-01-12 Sandra Loosemore <sandra@codesourcery.com>
22112
22113 * doc/invoke.texi ([-Wsuggest-attribute=]): Don't use parentheses
22114 after a funtion name just to indicate it is a function.
22115 ([-fsanitize-undefined-trap-on-error]): Likewise.
22116 ([-fdbg-cnt=]): Likewise.
22117 ([-mmemcpy]): Likewise.
22118 ([-mflush-func]): Likewise.
22119 ([-msynci]): Likewise.
22120
22121 2015-01-12 Sandra Loosemore <sandra@codesourcery.com>
22122
22123 * doc/invoke.texi ([-Wbad-function-cast]): Rewrite to avoid confusing
22124 example.
22125
22126 2015-01-12 Jakub Jelinek <jakub@redhat.com>
22127
22128 PR tree-optimization/64563
22129 * tree-vrp.c (vrp_evaluate_conditional): Check for VR_RANGE
22130 instead of != VR_VARYING.
22131
22132 PR target/64513
22133 * config/i386/i386.c (ix86_expand_prologue): Add
22134 REG_FRAME_RELATED_EXPR to %rax and %r10 pushes.
22135
22136 PR tree-optimization/64454
22137 * tree-vrp.c (simplify_div_or_mod_using_ranges): Optimize
22138 op0 % op1 into op0 if op0 is in range [-op1 + 1, op1 - 1]
22139 for signed or [0, op1 - 1] for unsigned modulo.
22140 (simplify_stmt_using_ranges): Call simplify_div_or_mod_using_ranges
22141 even if op1 does not satisfy integer_pow2p.
22142
22143 PR other/64370
22144 * sreal.c (sreal::to_double): Use ldexp instead of scalbnl.
22145
22146 2015-01-12 Jeff Law <law@redhat.com>
22147
22148 PR target/64461
22149 * config/m68k/m68k.md (truncsiqi2): Disable for TARGET_COLDFIRE.
22150 (trunchiqi2, truncsihi2): Similarly.
22151
22152 * config/h8300/h8300.c (Fpa): Use RTX_FRAME_RELATED_P directly
22153 rather than calling F.
22154
22155 2015-01-12 Bernd Edlinger <bernd.edlinger@hotmail.de>
22156
22157 * tsan.c (instrument_expr): Use force_gimple_operand.
22158 Use may_be_nonaddressable_p instead of is_gimple_addressable.
22159
22160 2015-01-12 Richard Biener <rguenther@suse.de>
22161
22162 PR tree-optimization/64530
22163 * tree-loop-distribution.c (pg_add_dependence_edges): Shuffle
22164 back dr1.
22165
22166 2015-01-12 Richard Biener <rguenther@suse.de>
22167
22168 PR middle-end/64357
22169 * tree-cfg.c (gimple_can_merge_blocks_p): Protect simple
22170 latches properly.
22171
22172 2015-01-12 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
22173
22174 * config/arm/arm.c (arm_cortex_a12_tune): Update entries to match
22175 Cortex-A17 tuning parameters.
22176 * config/arm/arm-cores.def (cortex-a12): Schedule for cortex-a17.
22177
22178 2015-01-12 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
22179
22180 * config/arm/arm-protos.h (tune_params): Add fuseable_ops field.
22181 * config/arm/arm.c (arm_macro_fusion_p): New function.
22182 (arm_macro_fusion_pair_p): Likewise.
22183 (TARGET_SCHED_MACRO_FUSION_P): Define.
22184 (TARGET_SCHED_MACRO_FUSION_PAIR_P): Likewise.
22185 (ARM_FUSE_NOTHING): Likewise.
22186 (ARM_FUSE_MOVW_MOVT): Likewise.
22187 (arm_slowmul_tune, arm_fastmul_tune, arm_strongarm_tune,
22188 arm_xscale_tune, arm_9e_tune, arm_v6t2_tune, arm_cortex_tune,
22189 arm_cortex_a8_tune, arm_cortex_a7_tune, arm_cortex_a15_tune,
22190 arm_cortex_a53_tune, arm_cortex_a57_tune, arm_cortex_a9_tune,
22191 arm_cortex_a12_tune, arm_v7m_tune, arm_v6m_tune, arm_fa726te_tune
22192 arm_cortex_a5_tune): Specify fuseable_ops value.
22193
22194 2015-01-12 H.J. Lu <hongjiu.lu@intel.com>
22195
22196 PR bootstrap/64561
22197 * configure.ac (HAVE_LD_PIE_COPYRELOC): Update Linux/x86-64 linker
22198 test for PIE with copy reloc.
22199 * configure: Regenerated.
22200
22201 2015-01-12 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
22202
22203 * config/arm/arm.c (arm_load_tp): Use R0_REGNUM instead of constant 0
22204 in gen_rtx_REG.
22205 (arm_tls_descseq_addr): Likewise.
22206 (arm_gen_movmemqi): Likewise.
22207 (arm_expand_epilogue_apcs_frame): Likewise.
22208 (arm_expand_epilogue): Likewise.
22209 (arm_expand_prologue): Likewise. Use R1_REGNUM instead of constant 1
22210 in gen_rtx_REG.
22211
22212 2015-01-12 Martin Liska <mliska@suse.cz>
22213
22214 PR ipa/64550
22215 * ipa-icf-gimple.c (func_checker::compare_memory_operand): Compare
22216 volatility for correct operands.
22217
22218 2015-01-12 Martin Liska <mliska@suse.cz>
22219
22220 * ipa-icf.c (sem_function::equals_wpa): Add indirect_calls as
22221 indication that a function is not leaf.
22222 (sem_function::compare_polymorphic_p): Likewise.
22223
22224 2015-01-12 Prathamesh Kulkarni <prathamesh.kulkarni@linaro.org>
22225
22226 * config/visium/visium.c: Add includes hashtab.h, hash-set.h,
22227 machmode.h, input.h, statistics.h, vec.h, double-int.h, real.h,
22228 fixed-value.h, alias.h, symtab.h, tree-core.h, wide-int.h, inchash.h,
22229 fold-const.h, tree-check.h.
22230
22231 2015-01-12 Jan Hubicka <hubicka@ucw.cz>
22232
22233 PR ipa/63967
22234 PR ipa/64425
22235 * ipa-inline.c (compute_uninlined_call_time,
22236 compute_inlined_call_time): Use counts for extra precision when
22237 needed possible.
22238 (big_speedup_p): Fix formating.
22239 (RELATIVE_TIME_BENEFIT_RANGE): Remove.
22240 (relative_time_benefit): Remove.
22241 (edge_badness): Turn DECL_DISREGARD_INLINE_LIMITS into hint;
22242 merge guessed and read profile paths.
22243 (inline_small_functions): Count only !optimize_size functions into
22244 initial size; be more lax about sanity check when profile is used;
22245 be sure to update inlined function profile when profile is read.
22246
22247 2015-01-12 Jan Hubicka <hubicka@ucw.cz>
22248
22249 PR ipa/63470
22250 * ipa-inline-analysis.c (inline_edge_duplication_hook): Adjust
22251 cost when edge becomes direct.
22252 * ipa-prop.c (make_edge_direct): Do not adjust when speculation
22253 is resolved or when introducing new speculation.
22254
22255 2015-01-12 Chen Gang <gang.chen.5i5j@gmail.com>
22256
22257 PR ipa/64551
22258 PR ipa/64552
22259 * ipa-icf.c (sem_function::equals_private): Use '&&' instead of
22260 '||' to fix typo issue.
22261
22262 * gcc/tree.h (target_opts_for_fn): Check NULL_TREE since it can
22263 accept and return NULL.
22264
22265 2015-01-12 Martin Liska <mliska@suse.cz>
22266
22267 * cgraph.c (cgraph_edge::remove_callee): Move function to header
22268 file for being inlined.
22269 (cgraph_set_edge_callee): Delete.
22270 (cgraph_edge::redirect_callee): Move function to header file
22271 for being inlined.
22272 (cgraph_edge::make_direct): Use new function.
22273 (cgraph_edge::dump_edge_flags): New function created from
22274 static dump_edge_flags function.
22275 (cgraph_node::dump): Use new function.
22276 (cgraph_edge::verify_count_and_frequency): New function created
22277 from verify_edge_count_and_frequency.
22278 (cgraph_edge::verify_corresponds_to_fndecl): New function created
22279 from verify_edge_corresponds_to_fndecl.
22280 (verify_edge_corresponds_to_fndecl): Delete.
22281 (cgraph_node::verify_node): Use new function.
22282 * cgraph.h (cgraph_edge::set_callee): New function.
22283 (cgraph_edge::dump_edge_flags): Likewise.
22284 (cgraph_edge::verify_corresponds_to_fndecl): Likewise.
22285
22286 2015-01-11 Jan Hubicka <hubicka@ucw.cz>
22287
22288 * ipa-utils.c (estimate_function_body_sizes): Do not
22289 free node params when called late with early=true.
22290
22291 2015-01-11 James Greenhalgh <james.greenhalgh@arm.com>
22292
22293 * doc/md.texi (Instruction Patterns): Rewrite text for
22294 clarity.
22295 (Example): Likewise.
22296
22297 2015-01-10 Sandra Loosemore <sandra@codesourcery.com>
22298
22299 * doc/invoke.texi (Option Summary): Break long lines.
22300 [(-fdiagnostics-color)]: Put long literal in @smallexample
22301 instead of inline.
22302 [(-fsanitize-recover)]: Likewise.
22303 [(-fdump-rtl-split*)]: Rewrite to fix over-full hbox.
22304 [(-ffast-math)]: Likewise.
22305 [(--param max-inline-insns-recursive)]: Likewise.
22306 [(--param max-inline-recursive-depth)]: Likewise.
22307 [(-mno-text-section-literals)]: Likewise.
22308
22309 2015-01-10 Thomas Schwinge <thomas@codesourcery.com>
22310
22311 * doc/install.texi: Update for libgomp being renamed from "GNU
22312 OpenMP Runtime Library" to "GNU Offloading and Multi Processing
22313 Runtime Library".
22314 * doc/sourcebuild.texi: Likewise.
22315
22316 2015-01-10 Anthony Green <green@moxielogic.com>
22317
22318 * config/moxie/moxie.c (moxie_option_override): Fix forcing of
22319 mul.x availability for moxiebox configuration.
22320
22321 2015-01-09 Anthony Green <green@moxielogic.com>
22322
22323 * config/moxie/moxie.md: Tabify assembly output.
22324
22325 2015-01-09 Anthony Green <green@moxielogic.com>
22326
22327 * config/moxie/moxie.md (CC_REG): Correct register definition.
22328
22329 2015-01-09 Sandra Loosemore <sandra@codesourcery.com>
22330
22331 * doc/invoke.texi ([-fvtable-verify]): Copy-edit and fix markup.
22332 ([-fvtv-debug], [-fvtv-counts]): Likewise. Correct location
22333 of log files.
22334
22335 2015-01-09 Andreas Tobler <andreast@gcc.gnu.org>
22336
22337 * config/arm/arm.h (MAX_SYNC_LIBFUNC_SIZE): Delete semicolon.
22338
22339 2015-01-09 Bernd Schmidt <bernds@codesourcery.com>
22340 Jakub Jelinek <jakub@redhat.com>
22341
22342 PR middle-end/64412
22343 * lto-streamer.h (lto_stream_offload_p): New declaration.
22344 * lto-streamer.c (lto_stream_offload_p): New variable.
22345 * cgraphunit.c (ipa_passes): Set lto_stream_offload_p
22346 at the same time as section_name_prefix.
22347 * lto-streamer-out.c (hash_tree): Don't hash TREE_TARGET_OPTION
22348 if lto_stream_offload_p.
22349 * tree-streamer-out.c (streamer_pack_tree_bitfields): Don't
22350 stream TREE_TARGET_OPTION if lto_stream_offload_p.
22351 (write_ts_function_decl_tree_pointers): Don't
22352 stream DECL_FUNCTION_SPECIFIC_TARGET if lto_stream_offload_p.
22353 * tree-streamer-in.c (unpack_value_fields): Don't stream
22354 TREE_TARGET_OPTION in if ACCEL_COMPILER.
22355 (lto_input_ts_function_decl_tree_pointers): Don't stream
22356 DECL_FUNCTION_SPECIFIC_TARGET in if ACCEL_COMPILER.
22357 * lto-opts.c (lto_write_options): Use lto_stream_offload_p
22358 instead of section_name_prefix string comparisons.
22359
22360 2015-01-09 Jakub Jelinek <jakub@redhat.com>
22361
22362 PR rtl-optimization/64536
22363 * cfgrtl.c (rtl_tidy_fallthru_edge): Handle removal of degenerate
22364 tablejumps.
22365
22366 2015-01-09 Michael Collison <michael.collison@linaro.org>
22367
22368 PR tree-optimization/64322
22369 * tree-vrp.c (extract_range_from_binary_expr_1): Attempt to derive
22370 range for RSHIFT_EXPR even if vr0 range is not VR_RANGE or is symbolic.
22371
22372 2015-01-09 Tom de Vries <tom@codesourcery.com>
22373
22374 PR rtl-optimization/64539
22375 * regcprop.c (kill_clobbered_values): Factor out of ...
22376 (copyprop_hardreg_forward_1): ... here. Use kill_clobbered_values
22377 instead of note_stores with kill_clobbered_value.
22378
22379 2015-01-09 Andreas Tobler <andreast@gcc.gnu.org>
22380
22381 * ginclude/unwind-arm-common.h: Revert previous commit.
22382
22383 2015-01-09 Andreas Tobler <andreast@gcc.gnu.org>
22384
22385 * config.gcc (arm*-*-freebsd*): New configuration.
22386 * config/arm/freebsd.h: New file.
22387 * config.host: Add extra components for arm*-*-freebsd*.
22388 * config/arm/arm.h: Introduce MAX_SYNC_LIBFUNC_SIZE.
22389 * config/arm/arm.c (arm_init_libfuncs): Use MAX_SYNC_LIBFUNC_SIZE.
22390
22391 2015-01-09 Sebastian Huber <sebastian.huber@embedded-brains.de>
22392
22393 * config/rs6000/rtems.h (CPP_OS_RTEMS_SPEC): Define __PPC_CPU_E6500__
22394 for -mcpu=e6500.
22395 * config/rs6000/t-rtems: Add e6500 multilibs.
22396
22397 2015-01-09 Sebastian Huber <sebastian.huber@embedded-brains.de>
22398
22399 * config/rs6000/t-rtems: Add -mno-spe to soft-float multilib for
22400 MPC8540.
22401
22402 2015-01-09 Sebastian Huber <sebastian.huber@embedded-brains.de>
22403
22404 * config/rs6000/t-rtems: Use MULTILIB_REQUIRED instead of
22405 MULTILIB_EXCEPTIONS.
22406
22407 2015-01-09 Sebastian Huber <sebastian.huber@embedded-brains.de>
22408
22409 * config/arm/t-rtems: Use MULTILIB_REQUIRED instead of
22410 MULTILIB_EXCEPTIONS.
22411
22412 2015-01-09 Sebastian Huber <sebastian.huber@embedded-brains.de>
22413
22414 * config/arm/t-rtems-eabi: Rename to...
22415 * config/arm/t-rtems: ...this.
22416 * config/arm/rtems-eabi.h: Rename to...
22417 * config/arm/rtems.h: ...this.
22418 * config.gcc (arm*-*-rtems*): Reflect changes above.
22419
22420 2015-01-09 Richard Biener <rguenther@suse.de>
22421
22422 PR tree-optimization/64410
22423 * tree-ssa.c (non_rewritable_lvalue_p): Allow REALPART/IMAGPART_EXPR
22424 on the LHS.
22425 (execute_update_addresses_taken): Deal with that.
22426 * tree-ssa-forwprop.c (pass_forwprop::execute): Use component-wise
22427 loads/stores for complex variables.
22428
22429 2015-01-09 Martin Liska <mliska@suse.cz>
22430
22431 * ipa-icf-gimple.c (func_checker::compare_ssa_name): Enhance SSA
22432 name comparison.
22433 (func_checker::compare_memory_operand): New function.
22434 (func_checker::compare_operand): Split case to newly
22435 added functions.
22436 (func_checker::compare_cst_or_decl): New function.
22437 (func_checker::compare_gimple_call): Identify
22438 memory operands.
22439 (func_checker::compare_gimple_assign): Likewise.
22440 * ipa-icf-gimple.h: New function.
22441
22442 2015-01-09 Martin Liska <mliska@suse.cz>
22443
22444 PR ipa/64503
22445 * sreal.c (sreal::dump): Change unsigned format to signed for
22446 m_exp value.
22447 (sreal::to_double): Replace exp2 with scalbln.
22448
22449 2015-01-09 Martin Liska <mliska@suse.cz>
22450
22451 * cgraphunit.c (cgraph_node::create_wrapper): Fix level of indentation.
22452 * ipa-icf.c (sem_function::equals_private): Add support for target and
22453 (sem_item_optimizer::merge_classes): Remove redundant function
22454 optimization flags comparison.
22455 * tree.h (target_opts_for_fn): New function.
22456
22457 2015-01-09 Tom de Vries <tom@codesourcery.com>
22458
22459 * omp-low.c (expand_omp_for_static_chunk): Fix assert.
22460
22461 2015-01-09 Kito Cheng <kito@0xlab.org>
22462
22463 PR rtl-optimization/64348
22464 * lra-constraints.c (split_reg): Fix caller-save store/restore
22465 instruction generation.
22466
22467 2015-01-08 John David Anglin <danglin@gcc.gnu.org>
22468
22469 PR gcov-profile/61790
22470 * gcov-tool.c (do_rewrite): Use strtoll instead of atoll if host has
22471 long long. Fallback to int64_t if host doesn't have long long and
22472 use strtol if int64_t is long. Otherwise, use sscanf for conversion.
22473
22474 2015-01-08 Jakub Jelinek <jakub@redhat.com>
22475
22476 PR tree-optimization/63989
22477 * params.def (PARAM_MAX_TRACKED_STRLENS): Increment default
22478 from 1000 to 10000.
22479 * tree-ssa-strlen.c (get_strinfo): Moved earlier.
22480 (get_stridx): If we don't have a record for certain SSA_NAME,
22481 but it is POINTER_PLUS_EXPR of some SSA_NAME we do with
22482 constant offset, call get_stridx_plus_constant.
22483 (get_stridx_plus_constant): New function.
22484 (zero_length_string): Don't use get_stridx here.
22485
22486 PR target/55023
22487 PR middle-end/64388
22488 * dse.c (struct insn_info): Mention frame_read set also
22489 before reload for tail calls on some targets.
22490 (scan_insn): Revert 2014-12-22 change. Set frame_read
22491 also before reload for tail calls if
22492 HARD_FRAME_POINTER_IS_ARG_POINTER. Call add_wild_read
22493 instead of add_non_frame_wild_read for non-const/memset
22494 tail calls after reload.
22495
22496 2015-01-08 Jason Merrill <jason@redhat.com>
22497
22498 * ubsan.c (do_ubsan_in_current_function): New.
22499 (pass_ubsan::gate): Use it.
22500 * ubsan.h: Declare it.
22501 * convert.c (convert_to_integer): Use it.
22502
22503 2015-01-08 Jakub Jelinek <jakub@redhat.com>
22504
22505 PR target/64338
22506 * config/i386/i386.c (ix86_expand_int_movcc): Don't reverse
22507 compare_code when it is unconditionally overwritten afterwards.
22508 Use ix86_reverse_condition instead of reverse_condition. Don't
22509 change code if *reverse_condition* returned UNKNOWN and don't
22510 swap ct/cf and negate diff in that case.
22511
22512 2015-01-08 Mike Stump <mikestump@comcast.net>
22513
22514 * tsan.c (pass_tsan::gate): Add no_sanitize_thread support.
22515 (pass_tsan_O0::gate): Likewise.
22516 * extend.texi (Function Attributes): Add no_sanitize_thread
22517 documentation.
22518
22519 2015-01-08 Thomas Schwinge <thomas@codesourcery.com>
22520
22521 * builtins.def (DEF_GOMP_BUILTIN): Also consider flag_offload_abi
22522 for registering builtins.
22523 * config/i386/intelmic-mkoffload.c (prepare_target_image): Don't
22524 add -fopenmp to the argv_obstack used when invoking
22525 compile_for_target.
22526
22527 * config/i386/intelmic-mkoffload.c (compile_for_target): Always
22528 add "-m32" or "-m64" to argv_obstack.
22529 (generate_host_descr_file): Likewise, when invoking host_compiler.
22530 (main): Always add "-m elf_i386" or "-m elf_x86_64" when invoking
22531 ld.
22532
22533 2015-01-08 Oleg Endo <olegendo@gcc.gnu.org>
22534
22535 * config/sh/sh-mem.cc: Use constant as second operand when emitting
22536 tstsi_t insns.
22537
22538 2015-01-08 Oleg Endo <olegendo@gcc.gnu.org>
22539
22540 PR target/55212
22541 * config/sh/sh.md (*addsi3_compact): Emit reg-reg copy instead of
22542 constant load if constant operand fits into I08.
22543
22544 2015-01-08 Jakub Jelinek <jakub@redhat.com>
22545
22546 PR sanitizer/64336
22547 * tree.c (build2_stat): Fix up initialization of TREE_READONLY
22548 and TREE_THIS_VOLATILE for MEM_REFs.
22549 (build5_stat): Fix up initialization of TREE_READONLY and
22550 TREE_THIS_VOLATILE for TARGET_MEM_REFs.
22551
22552 2015-01-08 Kaz Kojima <kkojima@gcc.gnu.org>
22553
22554 PR target/64533
22555 * config/sh/sh.md (*addsi3_compact): Use u constraint instead
22556 of r for the second alternative of the destination operand.
22557
22558 2015-01-07 Segher Boessenkool <segher@kernel.crashing.org>
22559
22560 PR target/36557
22561 * config/rs6000/rs6000.md (*eqsi3_ext<mode>, *nesi3_ext<mode>): New.
22562
22563 2015-01-07 Sandra Loosemore <sandra@codesourcery.com>
22564
22565 * doc/invoke.texi ([-fvtable-verify]): Fix markup on option
22566 keywords.
22567 ([-fivar-visibility], [-fvisibility]): Likewise.
22568
22569 2015-01-07 Sandra Loosemore <sandra@codesourcery.com>
22570
22571 * doc/invoke.texi: Fix incorrect uses of @samp markup throughout
22572 the file where @code, @command, etc is more appropriate.
22573
22574 2015-01-06 Sandra Loosemore <sandra@codesourcery.com>
22575
22576 * doc/invoke.texi (RS/6000 and PowerPC Options): Tidy formatting
22577 of -mrecip= documentation.
22578
22579 2015-01-06 Michael Meissner <meissner@linux.vnet.ibm.com>
22580
22581 PR target/64505
22582 * config/rs6000/rs6000.c (rs6000_secondary_reload): Return the
22583 correct reload handler if -m32 -mpowerpc64 is used.
22584
22585 2015-01-06 Tom de Vries <tom@codesourcery.com>
22586
22587 * tree-ssa-tail-merge.c: Fix typo in struct same_succ_def comment.
22588
22589 2015-01-08 Christian Bruel <christian.bruel@st.com>
22590
22591 PR target/64507
22592 * config/sh/sh-mem.cc (sh_expand_cmpnstr): Check 0 length.
22593
22594 2015-01-06 Thomas Preud'homme <thomas.preudhomme@arm.com>
22595
22596 PR tree-optimization/63259
22597 * tree-ssa-math-opts.c (pass_optimize_bswap::execute): Stop checking
22598 if optab exists for 16bit byteswap.
22599
22600 2015-01-06 Jakub Jelinek <jakub@redhat.com>
22601
22602 * opts.c (common_handle_option): Add support for
22603 -fno-sanitize=all and -f{,no-}sanitize-recover=all.
22604 * doc/invoke.texi: Document -fno-sanitize=all,
22605 -f{,no-}sanitize-recover=all. Document that
22606 -fsanitize=float-cast-overflow is not enabled
22607 by -fsanitize=undefined. Fix up documentation
22608 of -f{,no-}sanitize-recover.
22609
22610 2015-01-06 Eric Botcazou <ebotcazou@adacore.com>
22611
22612 * config.gcc: Add Visium support.
22613 * configure.ac: Likewise.
22614 * configure: Regenerate.
22615 * doc/extend.texi (interrupt attribute): Add Visium.
22616 * doc/invoke.texi: Document Visium options.
22617 * doc/install.texi: Document Visium target.
22618 * doc/md.texi: Document Visium constraints.
22619 * common/config/visium: New directory.
22620 * config/visium: Likewise.
22621
22622 2015-01-05 Segher Boessenkool <segher@kernel.crashing.org>
22623
22624 * simplify-rtx.c (simplify_binary_operation_1): Handle more cases
22625 for the "(and X (ior (not X) Y) -> (and X Y)" transform.
22626
22627 2015-01-05 Segher Boessenkool <segher@kernel.crashing.org>
22628
22629 * combine.c (combine_validate_cost): Do not count the cost of a
22630 split I2 twice. Do not display it twice in the dump, either.
22631
22632 2015-01-05 Sandra Loosemore <sandra@codesourcery.com>
22633
22634 Revert parts of r219199.
22635 * doc/invoke.texi ([-Wliteral-suffix]): Restore markup on
22636 <inttypes.h>.
22637 ([-Wtraditional]): Restore markup on <limits.h>.
22638
22639 2015-01-05 Trevor Saunders <tsaunders@mozilla.com>
22640
22641 PR c++/31397
22642 * doc/invoke.texi: Document -Wsuggest-override.
22643
22644 2015-01-05 Radovan Obradovic <radovan.obradovic@imgtec.com>
22645
22646 PR rtl-optimization/64287
22647 * toplev.c (HAVE_epilogue, HAVE_prologue): Provide default.
22648 (process_options): Disable flag_ipa_ra if profiling.
22649
22650 2015-01-05 Eric Botcazou <ebotcazou@adacore.com>
22651
22652 * config/nds32/nds32-peephole2.md: Do not mention define_peephole.
22653
22654 2015-01-05 Max Filippov <jcmvbkbc@gmail.com>
22655
22656 * config/xtensa/xtensa.c (hwloop_optimize, hwloop_fail,
22657 hwloop_pattern_reg, xtensa_doloop_hooks, xtensa_reorg_loops):
22658 put under #if TARGET_LOOPS guard.
22659
22660 2015-01-05 Uros Bizjak <ubizjak@gmail.com>
22661
22662 * config/i386/i386.c (output_387_binary_op): Use std::swap.
22663
22664 2015-01-05 Oleg Endo <olegendo@gcc.gnu.org>
22665
22666 * rtlanal.c (refers_to_regno_p): Change return value from int to bool.
22667 * rtl.h (refers_to_regno_p): Add overload.
22668 * cse.c: Use it.
22669 * bt-load.c: Likewise.
22670 * combine.c: Likewise.
22671 * df-scan.c: Likewise.
22672 * sched-deps.c: Likewise.
22673 * config/s390/s390.c: Likewise.
22674 * config/m32r/m32r.c: Likewise.
22675 * config/rs6000/spe.md: Likewise.
22676 * config/rs6000/rs6000.c: Likewise.
22677 * config/pa/pa.c: Likewise.
22678 * config/stormy16/stormy16.c: Likewise.
22679 * config/cris/cris.c: Likewise.
22680 * config/arc/arc.md: Likewise.
22681 * config/arc/arc.c: Likewise.
22682 * config/sh/sh.md: Likewise.
22683 * config/sh/sh.c: Likewise.
22684 * config/frv/frv.c: Likewise.
22685
22686 2015-01-05 Jakub Jelinek <jakub@redhat.com>
22687
22688 PR sanitizer/64265
22689 * gimplify.c (gimplify_function_tree): Add TSAN_FUNC_EXIT internal
22690 call as cleanup of the whole body.
22691 * internal-fn.def (TSAN_FUNC_EXIT): New internal call.
22692 * tsan.c (replace_func_exit): New function.
22693 (instrument_func_exit): Moved earlier.
22694 (instrument_memory_accesses): Adjust TSAN_FUNC_EXIT internal calls.
22695 Call instrument_func_exit if no TSAN_FUNC_EXIT internal calls have
22696 been found.
22697 (tsan_pass): Don't call instrument_func_exit.
22698 * internal-fn.c (expand_TSAN_FUNC_EXIT): New function.
22699 * tree-inline.c (copy_bb): Drop TSAN_FUNC_EXIT internal calls during
22700 inlining.
22701
22702 PR sanitizer/64344
22703 * ubsan.h (ubsan_instrument_float_cast): Add ARG argument.
22704 * ubsan.c (ubsan_instrument_float_cast): Add ARG argument, pass
22705 it to libubsan handler instead of EXPR. Fold comparisons earlier,
22706 if the result is integer_zerop, return NULL_TREE.
22707 * convert.c (convert_to_integer): Pass expr as ARG.
22708
22709 PR tree-optimization/64465
22710 * tree-inline.c (redirect_all_calls): During inlining
22711 clean up EH stmts and EH edges if redirect_call_stmt_to_callee
22712 changed the stmt to a non-throwing call.
22713
22714 2015-01-05 Sandra Loosemore <sandra@codesourcery.com>
22715
22716 * doc/invoke.texi: Fix incorrect uses of @code, @option, @samp,
22717 etc markup throughout the file.
22718
22719 2015-01-05 Bernd Edlinger <bernd.edlinger@hotmail.de>
22720
22721 Enable experimental TSAN support for Ada.
22722 * tsan.c (instrument_expr): Handle VIEW_CONVERT_EXPR.
22723
22724 2015-01-05 Jakub Jelinek <jakub@redhat.com>
22725
22726 PR tree-optimization/64494
22727 * tree-ssa-loop-im.c (move_computations_dom_walker::before_dom): Also
22728 clear SSA_NAME_ANTI_RANGE_P flag.
22729
22730 2015-01-05 Marek Polacek <polacek@redhat.com>
22731
22732 * doc/extend.texi (Arrays of Length Zero): Add missing comma.
22733
22734 2015-01-05 Jakub Jelinek <jakub@redhat.com>
22735
22736 Update copyright years.
22737
22738 * gcc.c (process_command): Update copyright notice dates.
22739 * gcov-dump.c: Ditto.
22740 * gcov.c: Ditto.
22741 * doc/cpp.texi: Bump @copying's copyright year.
22742 * doc/cppinternals.texi: Ditto.
22743 * doc/gcc.texi: Ditto.
22744 * doc/gccint.texi: Ditto.
22745 * doc/gcov.texi: Ditto.
22746 * doc/install.texi: Ditto.
22747 * doc/invoke.texi: Ditto.
22748
22749 * auto-profile.c, auto-profile.h: Fix up Copyright line.
22750
22751 2015-01-04 Sandra Loosemore <sandra@codesourcery.com>
22752
22753 * doc/invoke.texi ([-fsized-deallocation]): Copy-edit to fix
22754 verb tense, etc.
22755 ([-fvtable-verify], [-fvtv-debug]): Likewise.
22756 ([-Wabi]): Likewise.
22757 ([-fmessage-length]): Likewise.
22758 ([-Wsuggest-final-types], [-Wsuggest-final-methods]): Likewise.
22759 ([-Wno-discarded-qualifiers]): Likewise.
22760 ([-Wnodiscarded-array-qualifiers]): Likewise.
22761 ([-Wno-virtual-move-assign]): Likewise.
22762 ([-fsanitize=address], [-fsanitize=thread]): Likewise.
22763 ([-fsanitize=leak], [-fsanitize=undefined]): Likewise.
22764 ([-fsanitize=unreachable], [-fsanitize-recover]): Likewise.
22765 ([-fsanitize-undefined-trap-on-error]): Likewise.
22766 ([-floop-interchange]): Likewise.
22767 ([-ftree-coalesce-inlined-vars]): Likewise.
22768 ([-fvect-cost-model]): Likewise.
22769 ([-flto]): Likewise.
22770 ([--param]): Likewise.
22771 (Spec Files): Likewise.
22772 ([-mstrict-align]): Likewise.
22773 ([-mfix-cortex-a53-835769]): Likewise.
22774 ([-march], [-mtune]): Likewise.
22775 ([-mpic-register]): Likewise.
22776 ([-munaligned-access]): Likewise.
22777 ([-msp8]): Likewise.
22778 (EIND and Devices with more than 128 Ki Bytes of Flash): Likewise.
22779 (AVR Built-in Macros): Likewise.
22780 ([-mpreferred-stack-boundary]): Likewise.
22781 ([-mtune-crtl]): Likewise.
22782 ([-mashf]): Likewise.
22783 ([-mmcu=]): Likewise.
22784 ([-minrt]): Likewise.
22785 ([-maltivec], [-maltivec=be], [-maltivec=le]): Likewise.
22786 ([-mupper-regs]): Likewise.
22787 ([-matomic-model]): Likewise.
22788 ([-mdiv]): Likewise.
22789 ([-mzdcbranch]): Likewise.
22790 ([-mdisable-callt]): Likewise.
22791 ([-msoft-float]): Likewise.
22792 ([-m8byte-align]): Likewise.
22793 ([-fstack-reuse]): Likewise.
22794
22795 2015-01-03 Sandra Loosemore <sandra@codesourcery.com>
22796
22797 * doc/invoke.texi ([-fprofile-generate], [-fprofile-use]):
22798 Fix markup, light copy-editing.
22799 ([-fauto-profile]): Rewrite to fix formatting and content
22800 problems.
22801
22802 2015-01-03 Sandra Loosemore <sandra@codesourcery.com>
22803
22804 * doc/invoke.texi ([-fisolate-erroneous-paths-dereference]):
22805 Copy-edit description.
22806 ([-fisolate-erroneous-paths-attribute]): Likewise.
22807 * common.opt (fisolate-erroneous-paths-dereference):
22808 Copy-edit description.
22809 (fisolate-erroneous-paths-attribute): Likewise.
22810
22811 2015-01-03 Sandra Loosemore <sandra@codesourcery.com>
22812
22813 * doc/invoke.texi ([-fsemantic-interposition]): Fix typos and
22814 tidy grammar.
22815
22816 2015-01-03 Sandra Loosemore <sandra@codesourcery.com>
22817
22818 * doc/invoke.texi ([-fplan9-extensions]): Add/fix @opindex.
22819 ([-fvtv-debug]): Likewise.
22820 ([-Wc++-compat]): Likewise.
22821 ([-Wc++11-compat]): Likewise.
22822 ([-Wc++14-compat]): Likewise.
22823 ([-Wno-sized-deallocation]): Likewise.
22824 ([-femit-class-debug-always]): Likewise.
22825 ([-femit-struct-debug-detailed]): Likewise.
22826 ([-fno-keep-inline-dllexport]): Likewise.
22827 ([-fira-algorithm]): Likewise.
22828 ([-fira-region]): Likewise.
22829 ([-flra-remat]): Likewise.
22830 ([-fipa-ra]): Likewise.
22831 ([-fhoist-adjacent-loads]): Likewise.
22832 ([-fisolate-erroneous-paths-dereference]): Likewise.
22833 ([-fisolate-erroneous-paths-attribute]): Likewise.
22834 ([-ftree-switch-conversion]): Likewise.
22835 ([-ftree-tail-merge]): Likewise.
22836 ([-ftree-loop-if-convert]): Likewise.
22837 ([-ftree-loop-if-convert-stores]): Likewise.
22838 ([-ftree-loop-distribution]): Likewise.
22839 ([-ftree-loop-distribute-patterns]): Likewise.
22840 ([-flto-compression-level]): Likewise.
22841 ([-flto-report]): Likewise.
22842 ([-flto-report-wpa]): Likewise.
22843 ([-fuse-linker-plugin]): Likewise.
22844 ([-mfix-cortex-a53-835769]): Likewise.
22845 ([-mno-fix-cortex-a53-835769]): Likewise.
22846 ([-mmmx]...[-mno-3dnow]): Remove the -mno- forms from the
22847 explicit listing; add a note to the discussion indicating they
22848 exist. Reorder table to group similar options. Add missing
22849 @opindex entries. Add @need commands throughout the table to
22850 allow it to be split across multiple pages.
22851 ([-m8bit-idiv]): Fix @opindex.
22852 ([-mavx256-split-unaligned-load]): Likewise.
22853 ([-mavx256-split-unaligned-store]): Likewise.
22854 ([-mstack-protector-guard]): Likewise.
22855 ([-mcpu=]): Likewise.
22856 ([-mcpu]): Likewise.
22857 ([-mpointer-size=]): Likewise.
22858
22859 2015-01-03 John David Anglin <danglin@gcc.gnu.org>
22860
22861 * config/pa/pa.md (decrement_and_branch_until_zero): Use `Q' constraint
22862 instead of `m' constraint. Likewise for unnamed movb comparison
22863 patterns using reg_before_reload_operand predicate.
22864 * config/pa/predicates.md (reg_before_reload_operand): Tighten
22865 predicate to reject register index and LO_SUM DLT memory forms
22866 after reload.
22867
22868 2015-01-02 Sandra Loosemore <sandra@codesourcery.com>
22869
22870 * doc/invoke.texi (Option Summary): Fix spelling of
22871 -fdevirtualize-at-ltrans.
22872 ([-fdevirtualize]): Fix markup.
22873 ([-fdevirtualize-speculatively]): Fix typo.
22874 ([-fdevirtualize-at-ltrans]): Likewise. Make description less
22875 implementor-speaky.
22876 * common.opt (fdevirtualize-at-ltrans): Likewise.
22877 * ipa-devirt.c: Fix typos in comments throughout the file.
22878 (ipa_devirt): Fix typos in format strings for dump output.
22879
22880 2015-01-02 Sandra Loosemore <sandra@codesourcery.com>
22881
22882 * doc/invoke.texi ([-fopt-info]): Fix markup, consolidate
22883 discussion of defaults, light copy-editing.
22884
22885 2015-01-02 Bernd Edlinger <bernd.edlinger@hotmail.de>
22886
22887 * tsan.c (instrument_expr): corrected previous checkin.
22888
22889 2015-01-02 Bernd Edlinger <bernd.edlinger@hotmail.de>
22890
22891 Instrument bit field and unaligned accesses for TSAN.
22892 * sanitizer.def (BUILT_IN_TSAN_READ_RANGE): New built-in function.
22893 (BUILT_IN_TSAN_WRITE_RANGE): New built-in function.
22894 * tsan.c (instrument_expr): Handle COMPONENT_REF and BIT_FIELD_REF.
22895 Use BUILT_IN_TSAN_READ_RANGE and BUILT_IN_TSAN_WRITE_RANGE for
22896 unaligned memory regions.
22897
22898 2015-01-01 Anthony Green <green@moxielogic.com>
22899
22900 * config/moxie/predicates.md (moxie_general_movsrc_operand):
22901 Restrict move source register offsets to 16 bits.
22902 \f
22903 Copyright (C) 2015 Free Software Foundation, Inc.
22904
22905 Copying and distribution of this file, with or without modification,
22906 are permitted in any medium without royalty provided the copyright
22907 notice and this notice are preserved.